diff --git a/tools/ci/amd64/FUCK b/tools/ci/amd64/FUCK new file mode 100644 index 0000000..c04fa6a --- /dev/null +++ b/tools/ci/amd64/FUCK @@ -0,0 +1,5890 @@ +#0 building with "default" instance using docker driver + +#1 [internal] load build definition from Dockerfile +#1 transferring dockerfile: 7.14kB done +#1 WARN: NoEmptyContinuation: Empty continuation line (line 285) +#1 DONE 0.0s + +#2 [internal] load metadata for docker.io/library/archlinux:latest +#2 DONE 0.8s + +#3 [internal] load .dockerignore +#3 transferring context: 2B done +#3 DONE 0.0s + +#4 [ 1/12] FROM docker.io/library/archlinux:latest@sha256:0423e31111e93087aef7a46f999a91e892a8d1b49e9de939e3e660e34ce42fe8 +#4 DONE 0.0s + +#5 [ 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 +#5 CACHED + +#6 [ 9/12] RUN tar xf vulkansdk-linux-x86_64-1.4.328.1.tar.xz +#6 CACHED + +#7 [ 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 +#7 CACHED + +#8 [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 +#8 CACHED + +#9 [ 4/12] RUN git clone --branch llvmorg-20.1.8 --depth=1 https://github.com/llvm/llvm-project.git +#9 CACHED + +#10 [ 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' +#10 CACHED + +#11 [ 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 +#11 CACHED + +#12 [ 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 +#12 CACHED + +#13 [ 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 +#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/ && rm -rf /mesa/_build/meson-logs/meson-log.txt && mkdir _build && export CXX=$(which g++) && export CC=$(which gcc) && meson setup ./ _build -D build-tests=false -D enable-glcpp-tests=false -D build-radv-tests=false -D build-aco-tests=false -D install-intel-gpu-tests=false -D gallium-mediafoundation-test=false -D android-libbacktrace=disabled -D split-debug=disabled -D b_ndebug=true -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 --wrap-mode=nofallback --force-fallback-for=syn,paste,rustc-hash ; cat /mesa/_build/meson-logs/meson-log.txt && exit 1 RUN cd mesa/ && ninja -C _build +#15 4.788 The Meson build system +#15 4.788 Version: 1.9.1 +#15 4.788 Source dir: /mesa +#15 4.788 Build dir: /mesa/_build +#15 4.788 Build type: native build +#15 4.788 Project name: mesa +#15 4.788 Project version: 25.2.4 +#15 4.788 C compiler for the host machine: /usr/sbin/gcc (gcc 15.2.1 "gcc (GCC) 15.2.1 20250813") +#15 4.788 C linker for the host machine: /usr/sbin/gcc ld.bfd 2.45.0 +#15 4.788 C++ compiler for the host machine: /usr/sbin/g++ (gcc 15.2.1 "g++ (GCC) 15.2.1 20250813") +#15 4.788 C++ linker for the host machine: /usr/sbin/g++ ld.bfd 2.45.0 +#15 4.788 Host machine cpu family: x86_64 +#15 4.788 Host machine cpu: x86_64 +#15 4.788 Checking for size of "void*" : 8 +#15 4.788 Checking if "-mtls-dialect=gnu2" runs: YES +#15 4.788 Checking if "split TLSDESC" links: YES +#15 4.788 Found pkg-config: YES (/usr/sbin/pkg-config) 2.5.1 +#15 4.788 Run-time dependency libglvnd found: YES 1.7.0 +#15 4.788 Found CMake: /usr/sbin/cmake (4.1.2) +#15 4.788 Run-time dependency vdpau found: NO (tried pkgconfig and cmake) +#15 4.788 Program glslangValidator found: YES (/usr/sbin/glslangValidator) +#15 4.788 Run-time dependency libva found: YES 1.22.0 +#15 4.788 Header "va/va.h" has symbol "VASurfaceAttribDRMFormatModifiers" with dependency libva: YES +#15 4.788 meson.build:768: WARNING: add_languages is missing native:, assuming languages are wanted for both host and build. +#15 4.788 Rust compiler for the host machine: rustc -C linker=/usr/sbin/gcc (rustc 1.90.0 "1.90.0") +#15 4.788 Rust linker for the host machine: rustc -C linker=/usr/sbin/gcc ld.bfd 2.45.0 +#15 4.788 Program bindgen found: YES (/usr/sbin/bindgen) +#15 4.788 Run-time dependency libclc found: YES 0.2.0 +#15 4.788 Program python3 found: YES 3.13.7 3.13.7 (/usr/sbin/python3) +#15 4.788 Fetching value of define "ETIME" : 62 +#15 4.788 Compiler for C supports arguments -gsplit-dwarf: YES +#15 4.788 Compiler for C supports link arguments -Wl,--gdb-index: NO +#15 4.788 Checking for function "bswap32" : YES +#15 4.788 Checking for function "bswap64" : YES +#15 4.788 Checking for function "clz" : YES +#15 4.788 Checking for function "clzll" : YES +#15 4.788 Checking for function "ctz" : YES +#15 4.788 Checking for function "expect" : YES +#15 4.788 Checking for function "ffs" : YES +#15 4.788 Checking for function "ffsll" : YES +#15 4.788 Checking for function "popcount" : YES +#15 4.788 Checking for function "popcountll" : YES +#15 4.788 Checking for function "unreachable" : YES +#15 4.788 Checking for function "types_compatible_p" : YES +#15 4.788 Compiler for C supports function attribute const: YES +#15 4.788 Compiler for C supports function attribute flatten: YES +#15 4.788 Compiler for C supports function attribute malloc: YES +#15 4.788 Compiler for C supports function attribute pure: YES +#15 4.788 Compiler for C supports function attribute unused: YES +#15 4.788 Compiler for C supports function attribute warn_unused_result: YES +#15 4.788 Compiler for C supports function attribute weak: YES +#15 4.788 Compiler for C supports function attribute format: YES +#15 4.788 Compiler for C supports function attribute packed: YES +#15 4.788 Compiler for C supports function attribute returns_nonnull: YES +#15 4.788 Compiler for C supports function attribute alias: YES +#15 4.788 Compiler for C supports function attribute noreturn: YES +#15 4.788 Compiler for C supports function attribute optimize: YES +#15 4.788 Compiler for C supports function attribute visibility:hidden: YES +#15 4.788 Checking if "__uint128_t" compiles: YES +#15 4.788 Checking for function "reallocarray" : YES +#15 4.788 Checking for function "fmemopen" : YES +#15 4.788 Checking if "gc-sections" links: YES +#15 4.788 Compiler for C supports arguments -Werror=implicit-function-declaration: YES +#15 4.788 Compiler for C supports arguments -Werror=missing-prototypes: YES +#15 4.788 Compiler for C supports arguments -Werror=return-type: YES +#15 4.788 Compiler for C supports arguments -Werror=empty-body: YES +#15 4.788 Compiler for C supports arguments -Werror=incompatible-pointer-types: YES +#15 4.788 Compiler for C supports arguments -Werror=int-conversion: YES +#15 4.788 Compiler for C supports arguments -Wimplicit-fallthrough: YES +#15 4.788 Compiler for C supports arguments -Wmisleading-indentation: YES +#15 4.788 Compiler for C supports arguments -Wno-missing-field-initializers: YES +#15 4.788 Compiler for C supports arguments -Wno-format-truncation: YES +#15 4.788 Compiler for C supports arguments -Wno-nonnull-compare: YES +#15 4.788 Compiler for C supports arguments -fno-math-errno: YES +#15 4.788 Compiler for C supports arguments -fno-trapping-math: YES +#15 4.788 Compiler for C supports arguments -Qunused-arguments: NO +#15 4.788 Compiler for C supports arguments -fno-common: YES +#15 4.788 Compiler for C supports arguments -Wno-unknown-pragmas: YES +#15 4.788 Compiler for C supports arguments -Wno-microsoft-enum-value: NO +#15 4.788 Compiler for C supports arguments -Wno-unused-function: YES +#15 4.788 Compiler for C supports arguments -Werror=format: YES +#15 4.788 Compiler for C supports arguments -Wformat-security: YES +#15 4.788 Compiler for C supports arguments -Werror=thread-safety: NO +#15 4.788 Compiler for C supports arguments -ffunction-sections: YES +#15 4.788 Compiler for C supports arguments -fdata-sections: YES +#15 4.788 Compiler for C supports arguments -Wno-unused-variable: YES +#15 4.788 Compiler for C supports arguments -Wno-unused-but-set-variable: YES +#15 4.788 Compiler for C supports arguments /wd4189: NO +#15 4.788 Compiler for C++ supports arguments -Werror=return-type: YES +#15 4.788 Compiler for C++ supports arguments -Werror=empty-body: YES +#15 4.788 Compiler for C++ supports arguments -Wmisleading-indentation: YES +#15 4.788 Compiler for C++ supports arguments -Wno-non-virtual-dtor: YES +#15 4.788 Compiler for C++ supports arguments -Wno-missing-field-initializers: YES +#15 4.788 Compiler for C++ supports arguments -Wno-format-truncation: YES +#15 4.788 Compiler for C++ supports arguments -fno-math-errno: YES +#15 4.788 Compiler for C++ supports arguments -fno-trapping-math: YES +#15 4.788 Compiler for C++ supports arguments -Qunused-arguments: NO +#15 4.788 Compiler for C++ supports arguments -flifetime-dse=1: YES +#15 4.788 Compiler for C++ supports arguments -Wno-unknown-pragmas: YES +#15 4.788 Compiler for C++ supports arguments -Wno-microsoft-enum-value: NO +#15 4.788 Compiler for C++ supports arguments -Werror=format: YES +#15 4.788 Compiler for C++ supports arguments -Wformat-security: YES +#15 4.788 Compiler for C++ supports arguments -ffunction-sections: YES +#15 4.788 Compiler for C++ supports arguments -fdata-sections: YES +#15 4.788 Compiler for C++ supports arguments -Wno-unused-variable: YES +#15 4.788 Compiler for C++ supports arguments -Wno-unused-but-set-variable: YES +#15 4.788 Compiler for C++ supports arguments /wd4189: NO +#15 4.788 Compiler for C supports arguments -Wno-override-init: YES +#15 4.788 Compiler for C supports arguments -Wno-initializer-overrides: NO +#15 4.788 Compiler for C supports arguments -Werror=pointer-arith: YES +#15 4.788 Compiler for C supports arguments -Werror=vla: YES +#15 4.788 Compiler for C supports arguments -Werror=gnu-empty-initializer: NO +#15 4.788 Compiler for C++ supports arguments -Werror=pointer-arith: YES +#15 4.788 Compiler for C++ supports arguments -Werror=vla: YES +#15 4.788 Compiler for C++ supports arguments -Werror=gnu-empty-initializer: NO +#15 4.788 Checking for function "__builtin_ia32_clflushopt" : YES +#15 4.788 Checking if "GCC atomic builtins" compiles: YES +#15 4.788 Checking if "GCC atomic builtins required -latomic" links: YES +#15 4.788 Checking if "GCC 64bit atomics" with dependency links: YES +#15 4.788 Library ws2_32 found: NO +#15 4.788 Header "sys/sysmacros.h" has symbol "major" : YES +#15 4.788 Header "sys/sysmacros.h" has symbol "minor" : YES +#15 4.788 Header "sys/sysmacros.h" has symbol "makedev" : YES +#15 4.788 Header "sys/mkdev.h" has symbol "major" : NO +#15 4.788 Check usable header "sched.h" : YES +#15 4.788 Checking for function "sched_getaffinity" : YES +#15 4.788 Check usable header "xlocale.h" : NO +#15 4.788 Check usable header "linux/futex.h" : YES +#15 4.788 Check usable header "endian.h" : YES +#15 4.788 Check usable header "dlfcn.h" : YES +#15 4.788 Check usable header "sys/shm.h" : YES +#15 4.788 Check usable header "cet.h" : YES +#15 4.788 Check usable header "pthread_np.h" : NO +#15 4.788 Check usable header "sys/inotify.h" : YES +#15 4.788 Check usable header "linux/udmabuf.h" : YES +#15 4.788 Checking for function "strtof" : YES +#15 4.788 Checking for function "mkostemp" : YES +#15 4.788 Checking for function "memfd_create" : YES +#15 4.788 Checking for function "random_r" : YES +#15 4.788 Checking for function "flock" : YES +#15 4.788 Checking for function "strtok_r" : YES +#15 4.788 Checking for function "getrandom" : YES +#15 4.788 Checking for function "qsort_s" : NO +#15 4.788 Checking for function "posix_fallocate" : YES +#15 4.788 Checking for function "secure_getenv" : YES +#15 4.788 Checking if "GNU qsort_r" links: YES +#15 4.788 Header "time.h" has symbol "struct timespec" : YES +#15 4.788 Checking for function "thrd_create" : YES +#15 4.788 Header "errno.h" has symbol "program_invocation_name" : YES +#15 4.788 Header "math.h" has symbol "issignaling" : YES +#15 4.788 Checking for function "posix_memalign" : YES +#15 4.788 Checking whether type "struct dirent" has member "d_type" : YES +#15 4.788 Checking if "strtod has locale support" links: YES +#15 4.788 Checking if "Bsymbolic" links: YES +#15 4.788 Checking if "version-script" links: YES +#15 4.788 Checking if "dynamic-list" links: YES +#15 4.788 Compiler for C supports link arguments -Wl,--build-id=sha1: YES +#15 7.468 Checking for function "dlopen" : YES +#15 7.468 Checking for function "dladdr" with dependency : YES +#15 7.468 Checking for function "dl_iterate_phdr" : YES +#15 7.468 Checking for function "clock_gettime" : YES +#15 7.468 Run-time dependency zlib found: YES 1.3.1 +#15 7.468 Run-time dependency libzstd found: YES 1.5.7 +#15 7.468 Run-time dependency threads found: YES +#15 7.468 Checking for function "pthread_setaffinity_np" with dependency threads: YES +#15 7.468 Run-time dependency expat found: YES 2.7.3 +#15 7.468 Library m found: YES +#15 7.468 Message: libdrm 2.4.121 needed because amdgpu has the highest requirement +#15 7.468 Run-time dependency libdrm_intel found: YES 2.4.126 +#15 7.468 Run-time dependency libdrm_amdgpu found: YES 2.4.126 +#15 7.468 Run-time dependency libdrm found: YES 2.4.126 +#15 7.468 Run-time dependency libudev found: YES 258 +#15 7.468 llvm-config found: YES (/usr/sbin/llvm-config) 20.1.8 +#15 7.468 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 7.468 Run-time dependency llvmspirvlib found: YES 20.1.0.0 +#15 7.468 Run-time dependency spirv-tools found: YES 2025.4.1 +#15 7.468 Library clang-cpp found: YES +#15 7.468 Run-time dependency lua54 found: NO (tried pkgconfig and cmake) +#15 7.468 Run-time dependency lua5.4 found: NO (tried pkgconfig and cmake) +#15 7.468 Run-time dependency lua-5.4 found: NO (tried pkgconfig and cmake) +#15 7.468 Run-time dependency lua53 found: NO (tried pkgconfig and cmake) +#15 7.468 Run-time dependency lua5.3 found: NO (tried pkgconfig and cmake) +#15 7.468 Run-time dependency lua-5.3 found: NO (tried pkgconfig and cmake) +#15 7.468 Run-time dependency lua found: NO (tried pkgconfig) +#15 7.468 Run-time dependency libelf found: YES 0.193 +#15 7.468 Dependency valgrind skipped: feature valgrind disabled +#15 7.468 Program bison found: YES (/usr/sbin/bison) +#15 7.468 Program bison found: YES 3.8.2 3.8.2 (/usr/sbin/bison) +#15 7.468 Program flex found: YES (/usr/sbin/flex) +#15 7.468 Run-time dependency libunwind found: YES 1.8.2 +#15 7.468 Build-time dependency wayland-scanner found: YES 1.24.0 +#15 7.468 Program /usr/bin/wayland-scanner found: YES (/usr/bin/wayland-scanner) +#15 7.468 Run-time dependency wayland-protocols found: YES 1.45 +#15 7.468 Run-time dependency wayland-client found: YES 1.24.0 +#15 7.468 Run-time dependency wayland-server found: YES 1.24.0 +#15 7.468 Run-time dependency wayland-egl-backend found: YES 3 +#15 7.468 Checking for function "wl_display_dispatch_queue_timeout" with dependency wayland-client: YES +#15 7.468 Checking for function "wl_display_create_queue_with_name" with dependency wayland-client: YES +#15 7.468 Run-time dependency OpenMP found: YES 4.5 +#15 7.468 Run-time dependency xcb found: YES 1.17.0 +#15 7.468 Run-time dependency xcb-randr found: YES 1.17.0 +#15 7.468 Run-time dependency x11 found: YES 1.8.12 +#15 7.468 Run-time dependency xext found: YES 1.3.6 +#15 7.468 Run-time dependency xcb-glx found: YES 1.17.0 +#15 7.468 Run-time dependency xcb-shm found: YES 1.17.0 +#15 7.468 Dependency xcb found: YES 1.17.0 (cached) +#15 7.468 Run-time dependency xcb-keysyms found: YES 0.4.1 +#15 7.468 Run-time dependency x11-xcb found: YES 1.8.12 +#15 7.468 Run-time dependency xcb-dri3 found: YES 1.17.0 +#15 7.468 Run-time dependency xcb-present found: YES 1.17.0 +#15 7.468 Dependency xcb-shm found: YES 1.17.0 (cached) +#15 7.468 Run-time dependency xcb-sync found: YES 1.17.0 +#15 7.468 Run-time dependency xshmfence found: YES 1.3.3 +#15 7.468 Run-time dependency glproto found: YES 1.4.17 +#15 7.468 Run-time dependency xxf86vm found: YES 1.1.6 +#15 7.468 Run-time dependency xcb-xfixes found: YES 1.17.0 +#15 7.468 Dependency xcb-dri3 found: YES 1.17.0 (cached) +#15 7.468 Dependency xcb-present found: YES 1.17.0 (cached) +#15 7.468 Dependency xcb-shm found: YES 1.17.0 (cached) +#15 7.468 Dependency xshmfence found: YES 1.3.3 (cached) +#15 7.468 Dependency xcb-randr found: YES 1.17.0 (cached) +#15 7.468 Run-time dependency xrandr found: YES 1.5.4 +#15 7.468 Library sensors skipped: feature lmsensors disabled +#15 7.468 Program nm found: YES (/usr/sbin/nm) +#15 7.468 Program symbols-check.py found: YES (/usr/bin/python /mesa/bin/symbols-check.py) +#15 7.468 Program install_megadrivers.py found: YES (/usr/bin/python /mesa/bin/install_megadrivers.py) +#15 7.468 Checking for size of "void *" : 8 +#15 7.468 Compiler for C supports arguments -Wno-misleading-indentation: YES +#15 7.468 Checking for function "mmap" : YES +#15 7.468 Checking whether type "spvtools::LinkerOptions" has member "SetAllowPtrTypeMismatch(true)" with dependency SPIRV-Tools: YES +#15 7.468 Compiler for C supports link arguments -fPIC: YES +#15 7.468 Program decode.py found: YES (/mesa/src/compiler/isaspec/decode.py) +#15 7.468 Program encode.py found: YES (/mesa/src/compiler/isaspec/encode.py) +#15 7.468 Program bindgen found: YES (/usr/sbin/bindgen) +#15 7.468 Looking for a fallback subproject for the dependency syn because: +#15 7.468 Use of fallback dependencies is forced. +#15 7.468 Downloading syn source from https://crates.io/api/v1/crates/syn/2.0.87/download +#15 8.934 +#15 8.934 Executing subproject syn +#15 8.934 +#15 8.934 syn| Project name: syn +#15 8.934 syn| Project version: 2.0.87 +#15 8.934 syn| Rust compiler for the host machine: rustc -C linker=/usr/sbin/gcc (rustc 1.90.0 "1.90.0") +#15 8.934 syn| Rust linker for the host machine: rustc -C linker=/usr/sbin/gcc ld.bfd 2.45.0 +#15 8.934 syn| Downloading unicode-ident source from https://crates.io/api/v1/crates/unicode-ident/1.0.12/download +#15 10.14 +#15 10.14 Executing subproject syn:unicode-ident +#15 10.14 +#15 10.14 unicode-ident| Project name: unicode-ident +#15 10.14 unicode-ident| Project version: 1.0.12 +#15 10.14 unicode-ident| Rust compiler for the host machine: rustc -C linker=/usr/sbin/gcc (rustc 1.90.0 "1.90.0") +#15 10.14 unicode-ident| Rust linker for the host machine: rustc -C linker=/usr/sbin/gcc ld.bfd 2.45.0 +#15 10.14 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 10.14 unicode-ident| Build targets in project: 104 +#15 10.14 unicode-ident| WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 10.14 unicode-ident| * 1.3.0: {'rust_abi arg in static_library'} +#15 10.14 unicode-ident| Subproject unicode-ident finished. +#15 10.14 +#15 10.14 syn| Downloading quote source from https://crates.io/api/v1/crates/quote/1.0.35/download +#15 11.23 +#15 11.23 Executing subproject syn:quote +#15 11.23 +#15 11.23 quote| Project name: quote +#15 11.23 quote| Project version: 1.0.35 +#15 11.23 quote| Rust compiler for the host machine: rustc -C linker=/usr/sbin/gcc (rustc 1.90.0 "1.90.0") +#15 11.23 quote| Rust linker for the host machine: rustc -C linker=/usr/sbin/gcc ld.bfd 2.45.0 +#15 11.23 quote| Downloading proc-macro2 source from https://crates.io/api/v1/crates/proc-macro2/1.0.86/download +#15 13.28 +#15 13.28 Executing subproject syn:quote:proc-macro2 +#15 13.28 +#15 13.28 proc-macro2| Project name: proc-macro2 +#15 13.28 proc-macro2| Project version: 1.0.86 +#15 13.28 proc-macro2| Rust compiler for the host machine: rustc -C linker=/usr/sbin/gcc (rustc 1.90.0 "1.90.0") +#15 13.28 proc-macro2| Rust linker for the host machine: rustc -C linker=/usr/sbin/gcc ld.bfd 2.45.0 +#15 13.28 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 13.28 proc-macro2| Build targets in project: 105 +#15 13.28 proc-macro2| WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 13.28 proc-macro2| * 1.3.0: {'rust_abi arg in static_library'} +#15 13.28 proc-macro2| Subproject proc-macro2 finished. +#15 13.28 +#15 13.28 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 13.28 quote| Build targets in project: 106 +#15 13.28 quote| WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 13.28 quote| * 1.3.0: {'rust_abi arg in static_library'} +#15 13.28 quote| Subproject quote finished. +#15 13.28 +#15 13.28 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 13.28 syn| Build targets in project: 107 +#15 13.28 syn| WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 13.28 syn| * 1.3.0: {'rust_abi arg in static_library'} +#15 13.28 syn| Subproject syn finished. +#15 13.28 +#15 13.28 Dependency syn from subproject subprojects/syn-2.0.87 found: YES 2.0.87 +#15 13.28 Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES +#15 13.28 Compiler for C supports link arguments -Wl,-z,relro: YES +#15 13.28 Configuring VkLayer_MESA_overlay.json using configuration +#15 13.28 Configuring VkLayer_MESA_overlay.json.in_dev.json using configuration +#15 13.28 Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES (cached) +#15 13.28 Compiler for C supports link arguments -Wl,-z,relro: YES (cached) +#15 13.28 Configuring VkLayer_MESA_device_select.json using configuration +#15 13.28 Configuring VkLayer_MESA_device_select.json.in_dev.json using configuration +#15 13.28 Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES (cached) +#15 13.28 Compiler for C supports link arguments -Wl,-z,relro: YES (cached) +#15 13.28 Configuring VkLayer_INTEL_nullhw.json using configuration +#15 13.28 Configuring VkLayer_INTEL_nullhw.json.in_dev.json using configuration +#15 13.28 Compiler for C supports arguments -Werror=switch: YES +#15 13.28 Compiler for C++ supports arguments -Wno-unused-variable: YES (cached) +#15 13.28 Compiler for C++ supports arguments -Wno-unused-local-typedefs: YES +#15 13.28 Compiler for C++ supports arguments -Wno-unused-but-set-variable: YES (cached) +#15 13.28 Compiler for C++ supports arguments -Wno-maybe-uninitialized: YES +#15 13.28 Compiler for C++ supports arguments -Wno-self-assign: NO +#15 13.28 Compiler for C++ supports arguments /wd4189: NO (cached) +#15 13.28 Compiler for C++ supports arguments -Wno-uninitialized: YES +#15 13.28 Compiler for C++ supports arguments -fno-exceptions: YES +#15 13.28 Compiler for C++ supports arguments -fno-rtti: YES +#15 13.28 Compiler for C++ supports arguments -Wimplicit-fallthrough: YES +#15 13.28 Compiler for C++ supports arguments -Wshadow: YES +#15 13.28 Compiler for C supports arguments -Wimplicit-fallthrough: YES (cached) +#15 13.28 Compiler for C supports arguments -Wshadow: YES +#15 13.28 Compiler for C supports arguments -Wall: YES +#15 13.28 Compiler for C supports arguments -Wextra: YES +#15 13.28 Compiler for C supports arguments -Wno-unused: YES +#15 13.28 Compiler for C supports arguments -Wno-unused-parameter: YES +#15 13.28 Compiler for C supports arguments -Wno-unused-command-line-argument: NO +#15 13.28 Compiler for C supports arguments -Wno-ignored-qualifiers: YES +#15 13.28 Compiler for C supports arguments -Wno-missing-field-initializers: YES (cached) +#15 13.28 Compiler for C supports arguments -Wno-self-assign: NO +#15 13.28 Compiler for C supports arguments -Wno-implicit-fallthrough: YES +#15 13.28 Compiler for C supports arguments -Werror=comment: YES +#15 13.28 Compiler for C supports arguments -Werror=missing-braces: YES +#15 13.28 Compiler for C supports arguments -Werror=override-init: YES +#15 13.28 Compiler for C supports arguments -Werror=enum-conversion: YES +#15 13.28 Compiler for C supports arguments -Werror=enum-compare: YES +#15 13.28 Compiler for C supports arguments -Werror=maybe-uninitialized: YES +#15 13.28 Compiler for C supports arguments -Werror=parentheses: YES +#15 13.28 Compiler for C supports arguments -Wall: YES (cached) +#15 13.28 Compiler for C supports arguments -Wextra: YES (cached) +#15 13.28 Compiler for C supports arguments -Wno-unused: YES (cached) +#15 13.28 Compiler for C supports arguments -Wno-unused-parameter: YES (cached) +#15 13.28 Compiler for C supports arguments -Wno-unused-command-line-argument: NO (cached) +#15 13.28 Compiler for C supports arguments -Wno-ignored-qualifiers: YES (cached) +#15 13.28 Compiler for C supports arguments -Wno-missing-field-initializers: YES (cached) +#15 13.28 Compiler for C supports arguments -Wno-self-assign: NO (cached) +#15 13.28 Compiler for C supports arguments -Wno-implicit-fallthrough: YES (cached) +#15 13.28 Compiler for C supports arguments -Werror=comment: YES (cached) +#15 13.28 Compiler for C supports arguments -Werror=missing-braces: YES (cached) +#15 13.28 Compiler for C supports arguments -Werror=override-init: YES (cached) +#15 13.28 Compiler for C supports arguments -Werror=enum-conversion: YES (cached) +#15 13.28 Compiler for C supports arguments -Werror=enum-compare: YES (cached) +#15 13.28 Compiler for C supports arguments -Werror=maybe-uninitialized: YES (cached) +#15 13.28 Compiler for C supports arguments -Wall: YES (cached) +#15 13.28 Compiler for C supports arguments -Wextra: YES (cached) +#15 13.28 Compiler for C supports arguments -Wno-unused: YES (cached) +#15 13.28 Compiler for C supports arguments -Wno-unused-parameter: YES (cached) +#15 13.28 Compiler for C supports arguments -Wno-unused-command-line-argument: NO (cached) +#15 13.28 Compiler for C supports arguments -Wno-ignored-qualifiers: YES (cached) +#15 13.28 Compiler for C supports arguments -Wno-missing-field-initializers: YES (cached) +#15 13.28 Compiler for C supports arguments -Wno-self-assign: NO (cached) +#15 13.28 Compiler for C supports arguments -Wno-implicit-fallthrough: YES (cached) +#15 13.28 Compiler for C supports arguments -Werror=comment: YES (cached) +#15 13.28 Compiler for C supports arguments -Werror=missing-braces: YES (cached) +#15 13.28 Compiler for C supports arguments -Werror=override-init: YES (cached) +#15 13.28 Compiler for C supports arguments -Werror=enum-conversion: YES (cached) +#15 13.28 Compiler for C supports arguments -Werror=enum-compare: YES (cached) +#15 13.28 Compiler for C supports arguments -Werror=maybe-uninitialized: YES (cached) +#15 13.28 Compiler for C supports arguments -Wno-gnu-variable-sized-type-not-at-end: NO +#15 13.28 Program cbindgen found: YES 0.29.0 0.29.0 (/usr/sbin/cbindgen) +#15 13.28 Looking for a fallback subproject for the dependency paste because: +#15 13.28 Use of fallback dependencies is forced. +#15 13.28 Downloading paste source from https://crates.io/api/v1/crates/paste/1.0.14/download +#15 14.36 +#15 14.36 Executing subproject paste +#15 14.36 +#15 14.36 paste| Project name: paste +#15 14.36 paste| Project version: 1.0.14 +#15 14.36 paste| Rust compiler for the host machine: rustc -C linker=/usr/sbin/gcc (rustc 1.90.0 "1.90.0") +#15 14.36 paste| Rust linker for the host machine: rustc -C linker=/usr/sbin/gcc ld.bfd 2.45.0 +#15 14.36 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 14.36 paste| Build targets in project: 455 +#15 14.36 paste| WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 14.36 paste| * 1.3.0: {'rust.proc_macro'} +#15 14.36 paste| Subproject paste finished. +#15 14.36 +#15 14.36 Dependency paste from subproject subprojects/paste-1.0.14 found: YES 1.0.14 +#15 14.36 Dependency paste found: YES 1.0.14 (cached) +#15 14.36 Looking for a fallback subproject for the dependency rustc-hash because: +#15 14.36 Use of fallback dependencies is forced. +#15 14.36 Downloading rustc-hash source from https://crates.io/api/v1/crates/rustc-hash/2.1.1/download +#15 15.06 +#15 15.06 Executing subproject rustc-hash +#15 15.06 +#15 15.06 rustc-hash| Project name: rustc_hash +#15 15.06 rustc-hash| Project version: 2.1.1 +#15 15.06 rustc-hash| Rust compiler for the host machine: rustc -C linker=/usr/sbin/gcc (rustc 1.90.0 "1.90.0") +#15 15.06 rustc-hash| Rust linker for the host machine: rustc -C linker=/usr/sbin/gcc ld.bfd 2.45.0 +#15 15.06 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 15.06 rustc-hash| Build targets in project: 462 +#15 15.06 rustc-hash| WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 15.06 rustc-hash| * 1.3.0: {'rust_abi arg in static_library'} +#15 15.06 rustc-hash| Subproject rustc-hash finished. +#15 15.06 +#15 15.06 Dependency rustc-hash from subproject subprojects/rustc-hash-2.1.1 found: YES 2.1.1 +#15 15.06 Checking for type "std::pmr::monotonic_buffer_resource" : YES +#15 15.06 Compiler for C supports arguments -Wno-gnu-variable-sized-type-not-at-end: NO (cached) +#15 15.06 Compiler for C supports arguments -Wno-missing-prototypes: YES +#15 15.06 Configuring rusticl.icd using configuration +#15 15.06 Compiler for C supports link arguments -Wl,--default-symver: YES +#15 15.06 Configuring dri.sym using configuration +#15 15.06 Checking for function "mincore" : YES +#15 15.06 Configuring 50_mesa.json using configuration +#15 15.06 Configuring devenv_glvnd_egl.json using configuration +#15 15.06 Configuring dri.sym using configuration +#15 15.06 Program ln found: YES (/usr/sbin/ln) +#15 15.06 Program sphinx-build skipped: feature html-docs disabled +#15 15.06 Build targets in project: 595 +#15 15.06 +#15 15.06 mesa 25.2.4 +#15 15.06 +#15 15.06 Directories +#15 15.06 prefix : /usr +#15 15.06 libdir : lib +#15 15.06 includedir : include +#15 15.06 +#15 15.06 Common C and C++ arguments +#15 15.06 c_cpp_args : -mtls-dialect=gnu2 +#15 15.06 +#15 15.06 OpenGL +#15 15.06 OpenGL : YES +#15 15.06 ES1 : NO +#15 15.06 ES2 : YES +#15 15.06 GLVND : YES +#15 15.06 +#15 15.06 DRI +#15 15.06 Platform : drm +#15 15.06 Driver dir : /usr/lib/dri +#15 15.06 +#15 15.06 GLX +#15 15.06 Enabled : YES +#15 15.06 Provider : dri +#15 15.06 +#15 15.06 EGL +#15 15.06 Enabled : YES +#15 15.06 Drivers : builtin:egl_dri2 builtin:egl_dri3 +#15 15.06 Platforms : x11 wayland surfaceless drm xcb +#15 15.06 +#15 15.06 GBM +#15 15.06 Enabled : YES +#15 15.06 External libgbm : NO +#15 15.06 Backends path : /usr/lib/gbm +#15 15.06 +#15 15.06 Vulkan +#15 15.06 Drivers : amd intel intel_hasvk swrast virtio nouveau +#15 15.06 Platforms : x11 wayland surfaceless drm xcb +#15 15.06 ICD dir : share/vulkan/icd.d +#15 15.06 Layers : device-select intel-nullhw overlay +#15 15.06 Intel Ray tracing : YES +#15 15.06 +#15 15.06 Video +#15 15.06 Codecs : vc1dec h264dec h264enc h265dec h265enc av1dec +#15 15.06 av1enc vp9dec +#15 15.06 APIs : va vulkan +#15 15.06 +#15 15.06 LLVM +#15 15.06 Required : enabled +#15 15.06 Version : 20.1.8 +#15 15.06 +#15 15.06 Gallium +#15 15.06 Enabled : YES +#15 15.06 Drivers : r300 r600 radeonsi nouveau virgl svga +#15 15.06 softpipe llvmpipe i915 iris crocus zink +#15 15.06 Platforms : x11 wayland surfaceless drm xcb +#15 15.06 Frontends : mesa va rusticl +#15 15.06 HUD lm-sensors : NO +#15 15.06 +#15 15.06 Perfetto +#15 15.06 Enabled : NO +#15 15.06 +#15 15.06 Teflon (TensorFlow Lite delegate) +#15 15.06 Enabled : NO +#15 15.06 +#15 15.06 Subprojects +#15 15.06 paste : YES 2 warnings +#15 15.06 proc-macro2 : YES 2 warnings (from syn => quote) +#15 15.06 quote : YES 2 warnings (from syn) +#15 15.06 rustc-hash : YES 2 warnings +#15 15.06 syn : YES 2 warnings +#15 15.06 unicode-ident : YES 2 warnings (from syn) +#15 15.06 +#15 15.06 User defined options +#15 15.06 android-libbacktrace : disabled +#15 15.06 b_lto : false +#15 15.06 b_ndebug : true +#15 15.06 build-aco-tests : false +#15 15.06 build-radv-tests : false +#15 15.06 build-tests : false +#15 15.06 buildtype : plain +#15 15.06 egl : enabled +#15 15.06 enable-glcpp-tests : false +#15 15.06 force_fallback_for : syn,paste,rustc-hash +#15 15.06 gallium-drivers : r300,r600,radeonsi,nouveau,virgl,svga,softpipe,llvmpipe,i915,iris,crocus,zink +#15 15.06 gallium-extra-hud : true +#15 15.06 gallium-mediafoundation-test: false +#15 15.06 gallium-rusticl : true +#15 15.06 gallium-va : enabled +#15 15.06 gbm : enabled +#15 15.06 gles1 : disabled +#15 15.06 gles2 : enabled +#15 15.06 glvnd : enabled +#15 15.06 glx : dri +#15 15.06 install-intel-gpu-tests : false +#15 15.06 libunwind : enabled +#15 15.06 llvm : enabled +#15 15.06 lmsensors : disabled +#15 15.06 microsoft-clc : disabled +#15 15.06 platforms : x11,wayland +#15 15.06 prefix : /usr +#15 15.06 split-debug : disabled +#15 15.06 sysconfdir : /etc +#15 15.06 tools : +#15 15.06 valgrind : disabled +#15 15.06 video-codecs : all +#15 15.06 vulkan-drivers : amd,intel,intel_hasvk,swrast,virtio,nouveau +#15 15.06 vulkan-layers : device-select,intel-nullhw,overlay +#15 15.06 wrap_mode : nofallback +#15 15.06 zstd : enabled +#15 15.06 +#15 15.06 Found ninja-1.12.1 at /usr/sbin/ninja +#15 15.06 Generating targets: 0%| | 0/595 eta ? Generating targets: 12%|█▏ | 72/595 eta 00:01 Generating targets: 24%|██▎ | 141/595 eta 00:00 Generating targets: 37%|███▋ | 223/595 eta 00:00 Generating targets: 49%|████▊ | 289/595 eta 00:00 Generating targets: 58%|█████▊ | 345/595 eta 00:00 Generating targets: 77%|███████▋ | 460/595 eta 00:00 Generating targets: 86%|████████▌ | 513/595 eta 00:00 Generating targets: 93%|█████████▎| 553/595 eta 00:00 Writing build.ninja: 0%| | 0/3645 eta ? Writing build.ninja: 33%|███▎ | 1203/3645 eta 00:00 Writing build.ninja: 66%|██████▌ | 2406/3645 eta 00:00 Writing build.ninja: 97%|█████████▋| 3549/3645 eta 00:00 Build started at 2025-10-14T05:39:14.056503 +#15 17.65 Main binary: /usr/bin/python +#15 17.65 Build Options: -Dbuild-tests=false -Denable-glcpp-tests=false -Dbuild-radv-tests=false -Dbuild-aco-tests=false -Dinstall-intel-gpu-tests=false -Dgallium-mediafoundation-test=false -Dandroid-libbacktrace=disabled -Dsplit-debug=disabled -Db_ndebug=true -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 -Dwrap_mode=nofallback -Dforce_fallback_for=syn,paste,rustc-hash +#15 17.65 Python system: Linux +#15 17.65 The Meson build system +#15 17.65 Version: 1.9.1 +#15 17.65 Source dir: /mesa +#15 17.65 Build dir: /mesa/_build +#15 17.65 Build type: native build +#15 17.65 Project name: mesa +#15 17.65 Project version: 25.2.4 +#15 17.65 ----------- +#15 17.65 Detecting compiler via: `/usr/sbin/gcc --version` -> 0 +#15 17.65 stdout: +#15 17.65 gcc (GCC) 15.2.1 20250813 +#15 17.65 Copyright (C) 2025 Free Software Foundation, Inc. +#15 17.65 This is free software; see the source for copying conditions. There is NO +#15 17.65 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +#15 17.65 ----------- +#15 17.65 Running command: -cpp -x c -E -dM - +#15 17.65 ----- +#15 17.65 ----------- +#15 17.65 Detecting linker via: `/usr/sbin/gcc -Wl,--version` -> 0 +#15 17.65 stdout: +#15 17.65 GNU ld (GNU Binutils) 2.45.0 +#15 17.65 Copyright (C) 2025 Free Software Foundation, Inc. +#15 17.65 This program is free software; you may redistribute it under the terms of +#15 17.65 the GNU General Public License version 3 or (at your option) a later version. +#15 17.65 This program has absolutely no warranty. +#15 17.65 ----------- +#15 17.65 stderr: +#15 17.65 collect2 version 15.2.1 20250813 +#15 17.65 /usr/sbin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccqTj5Or.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../.. -L/lib -L/usr/lib --version -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crtn.o +#15 17.65 ----------- +#15 17.65 Sanity testing C compiler: /usr/sbin/gcc +#15 17.65 Is cross compiler: False. +#15 17.65 Sanity check compiler command line: /usr/sbin/gcc sanitycheckc.c -o sanitycheckc.exe -D_FILE_OFFSET_BITS=64 +#15 17.65 Sanity check compile stdout: +#15 17.65 +#15 17.65 ----- +#15 17.65 Sanity check compile stderr: +#15 17.65 +#15 17.65 ----- +#15 17.65 Running test binary command: /mesa/_build/meson-private/sanitycheckc.exe +#15 17.65 ----------- +#15 17.65 Sanity check: `/mesa/_build/meson-private/sanitycheckc.exe` -> 0 +#15 17.65 C compiler for the host machine: /usr/sbin/gcc (gcc 15.2.1 "gcc (GCC) 15.2.1 20250813") +#15 17.65 C linker for the host machine: /usr/sbin/gcc ld.bfd 2.45.0 +#15 17.65 ----------- +#15 17.65 Detecting archiver via: `gcc-ar --version` -> 0 +#15 17.65 stdout: +#15 17.65 GNU ar (GNU Binutils) 2.45.0 +#15 17.65 Copyright (C) 2025 Free Software Foundation, Inc. +#15 17.65 This program is free software; you may redistribute it under the terms of +#15 17.65 the GNU General Public License version 3 or (at your option) any later version. +#15 17.65 This program has absolutely no warranty. +#15 17.65 ----------- +#15 17.65 ----------- +#15 17.65 Detecting compiler via: `/usr/sbin/g++ --version` -> 0 +#15 17.65 stdout: +#15 17.65 g++ (GCC) 15.2.1 20250813 +#15 17.65 Copyright (C) 2025 Free Software Foundation, Inc. +#15 17.65 This is free software; see the source for copying conditions. There is NO +#15 17.65 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +#15 17.65 ----------- +#15 17.65 Running command: -cpp -x c++ -E -dM - +#15 17.65 ----- +#15 17.65 ----------- +#15 17.65 Detecting linker via: `/usr/sbin/g++ -Wl,--version` -> 0 +#15 17.65 stdout: +#15 17.65 GNU ld (GNU Binutils) 2.45.0 +#15 17.65 Copyright (C) 2025 Free Software Foundation, Inc. +#15 17.65 This program is free software; you may redistribute it under the terms of +#15 17.65 the GNU General Public License version 3 or (at your option) a later version. +#15 17.65 This program has absolutely no warranty. +#15 17.65 ----------- +#15 17.65 stderr: +#15 17.65 collect2 version 15.2.1 20250813 +#15 17.65 /usr/sbin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccEmG2qT.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../.. -L/lib -L/usr/lib --version -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crtn.o +#15 17.65 ----------- +#15 17.65 Sanity testing C++ compiler: /usr/sbin/g++ +#15 17.65 Is cross compiler: False. +#15 17.65 Sanity check compiler command line: /usr/sbin/g++ sanitycheckcpp.cc -o sanitycheckcpp.exe -D_FILE_OFFSET_BITS=64 +#15 17.65 Sanity check compile stdout: +#15 17.65 +#15 17.65 ----- +#15 17.65 Sanity check compile stderr: +#15 17.65 +#15 17.65 ----- +#15 17.65 Running test binary command: /mesa/_build/meson-private/sanitycheckcpp.exe +#15 17.65 ----------- +#15 17.65 Sanity check: `/mesa/_build/meson-private/sanitycheckcpp.exe` -> 0 +#15 17.65 C++ compiler for the host machine: /usr/sbin/g++ (gcc 15.2.1 "g++ (GCC) 15.2.1 20250813") +#15 17.65 C++ linker for the host machine: /usr/sbin/g++ ld.bfd 2.45.0 +#15 17.65 ----------- +#15 17.65 Detecting compiler via: `/usr/sbin/gcc --version` -> 0 +#15 17.65 stdout: +#15 17.65 gcc (GCC) 15.2.1 20250813 +#15 17.65 Copyright (C) 2025 Free Software Foundation, Inc. +#15 17.65 This is free software; see the source for copying conditions. There is NO +#15 17.65 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +#15 17.65 ----------- +#15 17.65 Running command: -cpp -x c -E -dM - +#15 17.65 ----- +#15 17.65 ----------- +#15 17.65 Detecting linker via: `/usr/sbin/gcc -Wl,--version` -> 0 +#15 17.65 stdout: +#15 17.65 GNU ld (GNU Binutils) 2.45.0 +#15 17.65 Copyright (C) 2025 Free Software Foundation, Inc. +#15 17.65 This program is free software; you may redistribute it under the terms of +#15 17.65 the GNU General Public License version 3 or (at your option) a later version. +#15 17.65 This program has absolutely no warranty. +#15 17.65 ----------- +#15 17.65 stderr: +#15 17.65 collect2 version 15.2.1 20250813 +#15 17.65 /usr/sbin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccMSeaWb.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../.. -L/lib -L/usr/lib --version -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crtn.o +#15 17.65 ----------- +#15 17.65 Sanity testing C compiler: /usr/sbin/gcc +#15 17.65 Is cross compiler: False. +#15 17.65 Sanity check compiler command line: /usr/sbin/gcc sanitycheckc.c -o sanitycheckc.exe -D_FILE_OFFSET_BITS=64 +#15 17.65 Sanity check compile stdout: +#15 17.65 +#15 17.65 ----- +#15 17.65 Sanity check compile stderr: +#15 17.65 +#15 17.65 ----- +#15 17.65 Running test binary command: /mesa/_build/meson-private/sanitycheckc.exe +#15 17.65 ----------- +#15 17.65 Sanity check: `/mesa/_build/meson-private/sanitycheckc.exe` -> 0 +#15 17.65 C compiler for the build machine: /usr/sbin/gcc (gcc 15.2.1 "gcc (GCC) 15.2.1 20250813") +#15 17.65 C linker for the build machine: /usr/sbin/gcc ld.bfd 2.45.0 +#15 17.65 ----------- +#15 17.65 Detecting archiver via: `gcc-ar --version` -> 0 +#15 17.65 stdout: +#15 17.65 GNU ar (GNU Binutils) 2.45.0 +#15 17.65 Copyright (C) 2025 Free Software Foundation, Inc. +#15 17.65 This program is free software; you may redistribute it under the terms of +#15 17.65 the GNU General Public License version 3 or (at your option) any later version. +#15 17.65 This program has absolutely no warranty. +#15 17.65 ----------- +#15 17.65 ----------- +#15 17.65 Detecting compiler via: `/usr/sbin/g++ --version` -> 0 +#15 17.65 stdout: +#15 17.65 g++ (GCC) 15.2.1 20250813 +#15 17.65 Copyright (C) 2025 Free Software Foundation, Inc. +#15 17.65 This is free software; see the source for copying conditions. There is NO +#15 17.65 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +#15 17.65 ----------- +#15 17.65 Running command: -cpp -x c++ -E -dM - +#15 17.65 ----- +#15 17.65 ----------- +#15 17.65 Detecting linker via: `/usr/sbin/g++ -Wl,--version` -> 0 +#15 17.65 stdout: +#15 17.65 GNU ld (GNU Binutils) 2.45.0 +#15 17.65 Copyright (C) 2025 Free Software Foundation, Inc. +#15 17.65 This program is free software; you may redistribute it under the terms of +#15 17.65 the GNU General Public License version 3 or (at your option) a later version. +#15 17.65 This program has absolutely no warranty. +#15 17.65 ----------- +#15 17.65 stderr: +#15 17.65 collect2 version 15.2.1 20250813 +#15 17.65 /usr/sbin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccfGTTkN.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../.. -L/lib -L/usr/lib --version -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crtn.o +#15 17.65 ----------- +#15 17.65 Sanity testing C++ compiler: /usr/sbin/g++ +#15 17.65 Is cross compiler: False. +#15 17.65 Sanity check compiler command line: /usr/sbin/g++ sanitycheckcpp.cc -o sanitycheckcpp.exe -D_FILE_OFFSET_BITS=64 +#15 17.65 Sanity check compile stdout: +#15 17.65 +#15 17.65 ----- +#15 17.65 Sanity check compile stderr: +#15 17.65 +#15 17.65 ----- +#15 17.65 Running test binary command: /mesa/_build/meson-private/sanitycheckcpp.exe +#15 17.65 ----------- +#15 17.65 Sanity check: `/mesa/_build/meson-private/sanitycheckcpp.exe` -> 0 +#15 17.65 C++ compiler for the build machine: /usr/sbin/g++ (gcc 15.2.1 "g++ (GCC) 15.2.1 20250813") +#15 17.65 C++ linker for the build machine: /usr/sbin/g++ ld.bfd 2.45.0 +#15 17.65 Build machine cpu family: x86_64 +#15 17.65 Build machine cpu: x86_64 +#15 17.65 Host machine cpu family: x86_64 +#15 17.65 Host machine cpu: x86_64 +#15 17.65 Target machine cpu family: x86_64 +#15 17.65 Target machine cpu: x86_64 +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpe5q0oy1o +#15 17.65 Code: +#15 17.65 +#15 17.65 #include +#15 17.65 #include +#15 17.65 int main(void) { +#15 17.65 printf("%ld\n", (long)(sizeof(void*))); +#15 17.65 return 0; +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpe5q0oy1o/testfile.c -o /mesa/_build/meson-private/tmpe5q0oy1o/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Program stdout: +#15 17.65 +#15 17.65 8 +#15 17.65 +#15 17.65 Program stderr: +#15 17.65 +#15 17.65 +#15 17.65 Checking for size of "void*" : 8 +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpzo1nujc8 +#15 17.65 Code: +#15 17.65 int __thread x; int main() { return x; } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpzo1nujc8/testfile.c -o /mesa/_build/meson-private/tmpzo1nujc8/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -mtls-dialect=gnu2 -fpic` -> 0 +#15 17.65 Program stdout: +#15 17.65 +#15 17.65 +#15 17.65 Program stderr: +#15 17.65 +#15 17.65 +#15 17.65 Checking if "-mtls-dialect=gnu2" runs: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpy04lmpfs +#15 17.65 Code: +#15 17.65 int __thread x; int y; int main() { __asm__( +#15 17.65 "leaq x@TLSDESC(%rip), %rax\n" +#15 17.65 "movq y@GOTPCREL(%rip), %rdx\n" +#15 17.65 "call *x@TLSCALL(%rax)\n"); } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpy04lmpfs/testfile.c -o /mesa/_build/meson-private/tmpy04lmpfs/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Checking if "split TLSDESC" links: YES +#15 17.65 Pkg-config binary missing from cross or native file, or env var undefined. +#15 17.65 Trying a default Pkg-config fallback at pkg-config +#15 17.65 Found pkg-config: YES (/usr/sbin/pkg-config) 2.5.1 +#15 17.65 Determining dependency 'libglvnd' with pkg-config executable '/usr/sbin/pkg-config' +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --modversion libglvnd` -> 0 +#15 17.65 stdout: +#15 17.65 1.7.0 +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --cflags libglvnd` -> 0 +#15 17.65 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs libglvnd` -> 0 +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs libglvnd` -> 0 +#15 17.65 Run-time dependency libglvnd found: YES 1.7.0 +#15 17.65 Determining dependency 'vdpau' with pkg-config executable '/usr/sbin/pkg-config' +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --modversion vdpau` -> 1 +#15 17.65 stderr: +#15 17.65 Package vdpau was not found in the pkg-config search path. +#15 17.65 Perhaps you should add the directory containing `vdpau.pc' +#15 17.65 to the PKG_CONFIG_PATH environment variable +#15 17.65 Package 'vdpau' not found +#15 17.65 ----------- +#15 17.65 CMake binary for host machine is not cached +#15 17.65 CMake binary missing from cross or native file, or env var undefined. +#15 17.65 Trying a default CMake fallback at cmake +#15 17.65 Found CMake: /usr/sbin/cmake (4.1.2) +#15 17.65 Extracting basic cmake information +#15 17.65 CMake Toolchain: Calling CMake once to generate the compiler state +#15 17.65 Calling CMake (['/usr/sbin/cmake']) in /mesa/_build/meson-private/__CMake_compiler_info__ with: +#15 17.65 - "--trace-expand" +#15 17.65 - "--trace-format=json-v1" +#15 17.65 - "--no-warn-unused-cli" +#15 17.65 - "--trace-redirect=cmake_trace.txt" +#15 17.65 - "-G" +#15 17.65 - "Ninja" +#15 17.65 - "-DCMAKE_TOOLCHAIN_FILE=/mesa/_build/meson-private/__CMake_compiler_info__/CMakeMesonTempToolchainFile.cmake" +#15 17.65 - "." +#15 17.65 CMake trace warning: add_executable() non imported executables are not supported +#15 17.65 CMake TRACE: /mesa/_build/meson-private/__CMake_compiler_info__/CMakeFiles/CMakeScratch/TryCompile-WnPNl7/CMakeLists.txt:22 add_executable(['cmTC_b6247']) +#15 17.65 CMake trace warning: target_link_libraries() TARGET cmTC_b6247 not found +#15 17.65 CMake TRACE: /mesa/_build/meson-private/__CMake_compiler_info__/CMakeFiles/CMakeScratch/TryCompile-WnPNl7/CMakeLists.txt:28 target_link_libraries(['cmTC_b6247', '']) +#15 17.65 CMake trace warning: add_executable() non imported executables are not supported +#15 17.65 CMake TRACE: /mesa/_build/meson-private/__CMake_compiler_info__/CMakeFiles/CMakeScratch/TryCompile-ac76lE/CMakeLists.txt:22 add_executable(['cmTC_ade68']) +#15 17.65 CMake trace warning: target_link_libraries() TARGET cmTC_ade68 not found +#15 17.65 CMake TRACE: /mesa/_build/meson-private/__CMake_compiler_info__/CMakeFiles/CMakeScratch/TryCompile-ac76lE/CMakeLists.txt:28 target_link_libraries(['cmTC_ade68', '']) +#15 17.65 Try CMake generator: auto +#15 17.65 Calling CMake (['/usr/sbin/cmake']) in /mesa/_build/meson-private/cmake_vdpau with: +#15 17.65 - "--trace-expand" +#15 17.65 - "--trace-format=json-v1" +#15 17.65 - "--no-warn-unused-cli" +#15 17.65 - "--trace-redirect=cmake_trace.txt" +#15 17.65 - "-DCMAKE_TOOLCHAIN_FILE=/mesa/_build/meson-private/cmake_vdpau/CMakeMesonToolchainFile.cmake" +#15 17.65 - "." +#15 17.65 -- Module search paths: ['/', '/opt', '/usr', '/usr/local'] +#15 17.65 -- CMake root: /usr/share/cmake +#15 17.65 -- CMake architectures: [] +#15 17.65 -- CMake lib search paths: ['lib', 'lib32', 'lib64', 'libx32', 'share', ''] +#15 17.65 Preliminary CMake check failed. Aborting. +#15 17.65 Run-time dependency vdpau found: NO (tried pkgconfig and cmake) +#15 17.65 Program glslangValidator found: YES (/usr/sbin/glslangValidator) +#15 17.65 Running command: /usr/sbin/glslangValidator --version +#15 17.65 --- stdout --- +#15 17.65 Glslang Version: 11:16.0.0 +#15 17.65 ESSL Version: OpenGL ES GLSL 3.20 glslang Khronos. 16.0.0 +#15 17.65 GLSL Version: 4.60 glslang Khronos. 16.0.0 +#15 17.65 SPIR-V Version 0x00010600, Revision 1 +#15 17.65 GLSL.std.450 Version 100, Revision 1 +#15 17.65 Khronos Tool ID 8 +#15 17.65 SPIR-V Generator Version 11 +#15 17.65 GL_KHR_vulkan_glsl version 100 +#15 17.65 ARB_GL_gl_spirv version 100 +#15 17.65 +#15 17.65 --- stderr --- +#15 17.65 +#15 17.65 +#15 17.65 Running command: /usr/sbin/glslangValidator --quiet --version +#15 17.65 --- stdout --- +#15 17.65 Glslang Version: 11:16.0.0 +#15 17.65 ESSL Version: OpenGL ES GLSL 3.20 glslang Khronos. 16.0.0 +#15 17.65 GLSL Version: 4.60 glslang Khronos. 16.0.0 +#15 17.65 SPIR-V Version 0x00010600, Revision 1 +#15 17.65 GLSL.std.450 Version 100, Revision 1 +#15 17.65 Khronos Tool ID 8 +#15 17.65 SPIR-V Generator Version 11 +#15 17.65 GL_KHR_vulkan_glsl version 100 +#15 17.65 ARB_GL_gl_spirv version 100 +#15 17.65 +#15 17.65 --- stderr --- +#15 17.65 +#15 17.65 +#15 17.65 Determining dependency 'libva' with pkg-config executable '/usr/sbin/pkg-config' +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --modversion libva` -> 0 +#15 17.65 stdout: +#15 17.65 1.22.0 +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --cflags libva` -> 0 +#15 17.65 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs libva` -> 0 +#15 17.65 stdout: +#15 17.65 -L/usr/lib -lva +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs libva` -> 0 +#15 17.65 stdout: +#15 17.65 -lva +#15 17.65 ----------- +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp_muk_q6o +#15 17.65 Code: +#15 17.65 +#15 17.65 #include +#15 17.65 #include +#15 17.65 int main(void) { +#15 17.65 printf("%ld\n", (long)(sizeof(void *))); +#15 17.65 return 0; +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/g++ /mesa/_build/meson-private/tmp_muk_q6o/testfile.cpp -o /mesa/_build/meson-private/tmp_muk_q6o/output.exe -D_FILE_OFFSET_BITS=64 -O0 -fpermissive` -> 0 +#15 17.65 Program stdout: +#15 17.65 +#15 17.65 8 +#15 17.65 +#15 17.65 Program stderr: +#15 17.65 +#15 17.65 +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpcvq120jg +#15 17.65 Code: +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/g++ /mesa/_build/meson-private/tmpcvq120jg/testfile.cpp -o /mesa/_build/meson-private/tmpcvq120jg/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive --print-search-dirs` -> 0 +#15 17.65 stdout: +#15 17.65 install: /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/ +#15 17.65 programs: =/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../x86_64-pc-linux-gnu/bin/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../x86_64-pc-linux-gnu/bin/ +#15 17.65 libraries: =/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../x86_64-pc-linux-gnu/lib/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../x86_64-pc-linux-gnu/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/:/lib/x86_64-pc-linux-gnu/15.2.1/:/lib/../lib/:/usr/lib/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../x86_64-pc-linux-gnu/lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../:/lib/:/usr/lib/ +#15 17.65 ----------- +#15 17.65 Run-time dependency libva found: YES 1.22.0 +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpnneajyco +#15 17.65 Code: +#15 17.65 +#15 17.65 #include +#15 17.65 int main(void) { +#15 17.65 /* If it's not defined as a macro, try to use as a symbol */ +#15 17.65 #ifndef VASurfaceAttribDRMFormatModifiers +#15 17.65 VASurfaceAttribDRMFormatModifiers; +#15 17.65 #endif +#15 17.65 return 0; +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpnneajyco/testfile.c -o /mesa/_build/meson-private/tmpnneajyco/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Header "va/va.h" has symbol "VASurfaceAttribDRMFormatModifiers" with dependency libva: YES +#15 17.65 meson.build:768: WARNING: add_languages is missing native:, assuming languages are wanted for both host and build. +#15 17.65 ----------- +#15 17.65 Detecting compiler via: `/usr/sbin/gcc --version` -> 0 +#15 17.65 stdout: +#15 17.65 gcc (GCC) 15.2.1 20250813 +#15 17.65 Copyright (C) 2025 Free Software Foundation, Inc. +#15 17.65 This is free software; see the source for copying conditions. There is NO +#15 17.65 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +#15 17.65 ----------- +#15 17.65 Running command: -cpp -x c -E -dM - +#15 17.65 ----- +#15 17.65 ----------- +#15 17.65 Detecting linker via: `/usr/sbin/gcc -Wl,--version` -> 0 +#15 17.65 stdout: +#15 17.65 GNU ld (GNU Binutils) 2.45.0 +#15 17.65 Copyright (C) 2025 Free Software Foundation, Inc. +#15 17.65 This program is free software; you may redistribute it under the terms of +#15 17.65 the GNU General Public License version 3 or (at your option) a later version. +#15 17.65 This program has absolutely no warranty. +#15 17.65 ----------- +#15 17.65 stderr: +#15 17.65 collect2 version 15.2.1 20250813 +#15 17.65 /usr/sbin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccIEBwKk.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../.. -L/lib -L/usr/lib --version -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crtn.o +#15 17.65 ----------- +#15 17.65 ----------- +#15 17.65 Detecting compiler via: `rustc --version` -> 0 +#15 17.65 stdout: +#15 17.65 rustc 1.90.0 (1159e78c4 2025-09-14) (Arch Linux rust 1:1.90.0-3) +#15 17.65 ----------- +#15 17.65 ----------- +#15 17.65 Called: `rustc -C linker=/usr/sbin/gcc -o /mesa/_build/meson-private/rusttest.exe /mesa/_build/meson-private/sanity.rs` -> 0 +#15 17.65 ----------- +#15 17.65 Called: `rustc -C linker=/usr/sbin/gcc --crate-type staticlib --print native-static-libs /mesa/_build/meson-private/sanity.rs` -> 0 +#15 17.65 stderr: +#15 17.65 warning: function `main` is never used +#15 17.65 --> /mesa/_build/meson-private/sanity.rs:1:4 +#15 17.65 | +#15 17.65 1 | fn main() { +#15 17.65 | ^^^^ +#15 17.65 | +#15 17.65 = note: `#[warn(dead_code)]` on by default +#15 17.65 +#15 17.65 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 17.65 +#15 17.65 note: native-static-libs: -lgcc_s -lutil -lrt -lpthread -lm -ldl -lc +#15 17.65 +#15 17.65 warning: 1 warning emitted +#15 17.65 ----------- +#15 17.65 Running test binary command: /mesa/_build/meson-private/rusttest.exe +#15 17.65 ----------- +#15 17.65 Sanity check: `/mesa/_build/meson-private/rusttest.exe` -> 0 +#15 17.65 Rust compiler for the host machine: rustc -C linker=/usr/sbin/gcc (rustc 1.90.0 "1.90.0") +#15 17.65 Rust linker for the host machine: rustc -C linker=/usr/sbin/gcc ld.bfd 2.45.0 +#15 17.65 ----------- +#15 17.65 Detecting compiler via: `/usr/sbin/gcc --version` -> 0 +#15 17.65 stdout: +#15 17.65 gcc (GCC) 15.2.1 20250813 +#15 17.65 Copyright (C) 2025 Free Software Foundation, Inc. +#15 17.65 This is free software; see the source for copying conditions. There is NO +#15 17.65 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +#15 17.65 ----------- +#15 17.65 Running command: -cpp -x c -E -dM - +#15 17.65 ----- +#15 17.65 ----------- +#15 17.65 Detecting linker via: `/usr/sbin/gcc -Wl,--version` -> 0 +#15 17.65 stdout: +#15 17.65 GNU ld (GNU Binutils) 2.45.0 +#15 17.65 Copyright (C) 2025 Free Software Foundation, Inc. +#15 17.65 This program is free software; you may redistribute it under the terms of +#15 17.65 the GNU General Public License version 3 or (at your option) a later version. +#15 17.65 This program has absolutely no warranty. +#15 17.65 ----------- +#15 17.65 stderr: +#15 17.65 collect2 version 15.2.1 20250813 +#15 17.65 /usr/sbin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccxwOqxG.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../.. -L/lib -L/usr/lib --version -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crtn.o +#15 17.65 ----------- +#15 17.65 ----------- +#15 17.65 Detecting compiler via: `rustc --version` -> 0 +#15 17.65 stdout: +#15 17.65 rustc 1.90.0 (1159e78c4 2025-09-14) (Arch Linux rust 1:1.90.0-3) +#15 17.65 ----------- +#15 17.65 ----------- +#15 17.65 Called: `rustc -C linker=/usr/sbin/gcc -o /mesa/_build/meson-private/rusttest.exe /mesa/_build/meson-private/sanity.rs` -> 0 +#15 17.65 ----------- +#15 17.65 Called: `rustc -C linker=/usr/sbin/gcc --crate-type staticlib --print native-static-libs /mesa/_build/meson-private/sanity.rs` -> 0 +#15 17.65 stderr: +#15 17.65 warning: function `main` is never used +#15 17.65 --> /mesa/_build/meson-private/sanity.rs:1:4 +#15 17.65 | +#15 17.65 1 | fn main() { +#15 17.65 | ^^^^ +#15 17.65 | +#15 17.65 = note: `#[warn(dead_code)]` on by default +#15 17.65 +#15 17.65 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 17.65 +#15 17.65 note: native-static-libs: -lgcc_s -lutil -lrt -lpthread -lm -ldl -lc +#15 17.65 +#15 17.65 warning: 1 warning emitted +#15 17.65 ----------- +#15 17.65 Running test binary command: /mesa/_build/meson-private/rusttest.exe +#15 17.65 ----------- +#15 17.65 Sanity check: `/mesa/_build/meson-private/rusttest.exe` -> 0 +#15 17.65 Rust compiler for the build machine: rustc -C linker=/usr/sbin/gcc (rustc 1.90.0 "1.90.0") +#15 17.65 Rust linker for the build machine: rustc -C linker=/usr/sbin/gcc ld.bfd 2.45.0 +#15 17.65 Program bindgen found: YES (/usr/sbin/bindgen) +#15 17.65 Running command: /usr/sbin/bindgen --version +#15 17.65 --- stdout --- +#15 17.65 bindgen 0.72.0 +#15 17.65 +#15 17.65 --- stderr --- +#15 17.65 +#15 17.65 +#15 17.65 Determining dependency 'libclc' with pkg-config executable '/usr/sbin/pkg-config' +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --modversion libclc` -> 0 +#15 17.65 stdout: +#15 17.65 0.2.0 +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --cflags libclc` -> 0 +#15 17.65 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs libclc` -> 0 +#15 17.65 stdout: +#15 17.65 -L/usr/share/clc +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs libclc` -> 0 +#15 17.65 stdout: +#15 17.65 -L/usr/share/clc +#15 17.65 ----------- +#15 17.65 Run-time dependency libclc found: YES 0.2.0 +#15 17.65 Running command: /usr/sbin/python3 --version +#15 17.65 --- stdout --- +#15 17.65 Python 3.13.7 +#15 17.65 +#15 17.65 --- stderr --- +#15 17.65 +#15 17.65 +#15 17.65 Program python3 found: YES 3.13.7 3.13.7 (/usr/sbin/python3) +#15 17.65 Running command: /usr/sbin/python3 -c ' +#15 17.65 try: +#15 17.65 from packaging.version import Version +#15 17.65 except: +#15 17.65 from distutils.version import StrictVersion as Version +#15 17.65 import mako +#15 17.65 assert Version(mako.__version__) >= Version("0.8.0") +#15 17.65 ' +#15 17.65 --- stdout --- +#15 17.65 +#15 17.65 --- stderr --- +#15 17.65 +#15 17.65 +#15 17.65 Running command: /usr/sbin/python3 -c ' +#15 17.65 import yaml +#15 17.65 ' +#15 17.65 --- stdout --- +#15 17.65 +#15 17.65 --- stderr --- +#15 17.65 +#15 17.65 +#15 17.65 Running compile: +#15 17.65 Working directory: /tmp/tmpkfvi0elz +#15 17.65 Code: +#15 17.65 +#15 17.65 #include +#15 17.65 #ifndef ETIME +#15 17.65 # define ETIME "MESON_GET_DEFINE_UNDEFINED_SENTINEL" +#15 17.65 #endif +#15 17.65 "MESON_GET_DEFINE_DELIMITER_START" +#15 17.65 ETIME +#15 17.65 "MESON_GET_DEFINE_DELIMITER_END" +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /tmp/tmpkfvi0elz/testfile.c -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -std=c11` -> 0 +#15 17.65 stdout: +#15 17.65 extern int *__errno_location (void) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__const__)); +#15 17.65 +#15 17.65 "MESON_GET_DEFINE_DELIMITER_START" +#15 17.65 62 +#15 17.65 "MESON_GET_DEFINE_DELIMITER_END" +#15 17.65 ----------- +#15 17.65 Fetching value of define "ETIME" : 62 +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpzxaqohx2 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpzxaqohx2/testfile.c -o /mesa/_build/meson-private/tmpzxaqohx2/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -gsplit-dwarf` -> 0 +#15 17.65 Compiler for C supports arguments -gsplit-dwarf: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpvdq_xd_p +#15 17.65 Code: +#15 17.65 int main(void) { return 0; } +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpvdq_xd_p/testfile.c -o /mesa/_build/meson-private/tmpvdq_xd_p/output.exe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -Wl,--gdb-index` -> 1 +#15 17.65 stderr: +#15 17.65 /usr/sbin/ld: unrecognized option '--gdb-index' +#15 17.65 /usr/sbin/ld: use the --help option for usage information +#15 17.65 collect2: error: ld returned 1 exit status +#15 17.65 ----------- +#15 17.65 Compiler for C supports link arguments -Wl,--gdb-index: NO +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpp5nvmhkl +#15 17.65 Code: +#15 17.65 +#15 17.65 #define bswap32 meson_disable_define_of_bswap32 +#15 17.65 +#15 17.65 #include +#15 17.65 #undef bswap32 +#15 17.65 +#15 17.65 #ifdef __cplusplus +#15 17.65 extern "C" +#15 17.65 #endif +#15 17.65 char bswap32 (void); +#15 17.65 +#15 17.65 #if defined __stub_bswap32 || defined __stub___bswap32 +#15 17.65 fail fail fail this function is not going to work +#15 17.65 #endif +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 return bswap32 (); +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpp5nvmhkl/testfile.c -o /mesa/_build/meson-private/tmpp5nvmhkl/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 1 +#15 17.65 stderr: +#15 17.65 /usr/sbin/ld: /tmp/ccfhQxSm.o: in function `main': +#15 17.65 testfile.c:(.text+0x5): undefined reference to `bswap32' +#15 17.65 collect2: error: ld returned 1 exit status +#15 17.65 ----------- +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpfvvn1u2z +#15 17.65 Code: +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 +#15 17.65 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 17.65 * provides various builtins which are not really implemented and +#15 17.65 * fall back to the stdlib where they aren't provided and fail at +#15 17.65 * build/link time. In case the user provides a header, including +#15 17.65 * the header didn't lead to the function being defined, and the +#15 17.65 * function we are checking isn't a builtin itself we assume the +#15 17.65 * builtin is not functional and we just error out. */ +#15 17.65 #if !1 && !defined(bswap32) && !0 +#15 17.65 #error "No definition for __builtin_bswap32 found in the prefix" +#15 17.65 #endif +#15 17.65 +#15 17.65 #ifdef __has_builtin +#15 17.65 #if !__has_builtin(__builtin_bswap32) +#15 17.65 #error "__builtin_bswap32 not found" +#15 17.65 #endif +#15 17.65 #elif ! defined(bswap32) +#15 17.65 __builtin_bswap32; +#15 17.65 #endif +#15 17.65 return 0; +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpfvvn1u2z/testfile.c -o /mesa/_build/meson-private/tmpfvvn1u2z/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Checking for function "bswap32" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp189b46_l +#15 17.65 Code: +#15 17.65 +#15 17.65 #define bswap64 meson_disable_define_of_bswap64 +#15 17.65 +#15 17.65 #include +#15 17.65 #undef bswap64 +#15 17.65 +#15 17.65 #ifdef __cplusplus +#15 17.65 extern "C" +#15 17.65 #endif +#15 17.65 char bswap64 (void); +#15 17.65 +#15 17.65 #if defined __stub_bswap64 || defined __stub___bswap64 +#15 17.65 fail fail fail this function is not going to work +#15 17.65 #endif +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 return bswap64 (); +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp189b46_l/testfile.c -o /mesa/_build/meson-private/tmp189b46_l/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 1 +#15 17.65 stderr: +#15 17.65 /usr/sbin/ld: /tmp/cc7KQby4.o: in function `main': +#15 17.65 testfile.c:(.text+0x5): undefined reference to `bswap64' +#15 17.65 collect2: error: ld returned 1 exit status +#15 17.65 ----------- +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpej56l5j3 +#15 17.65 Code: +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 +#15 17.65 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 17.65 * provides various builtins which are not really implemented and +#15 17.65 * fall back to the stdlib where they aren't provided and fail at +#15 17.65 * build/link time. In case the user provides a header, including +#15 17.65 * the header didn't lead to the function being defined, and the +#15 17.65 * function we are checking isn't a builtin itself we assume the +#15 17.65 * builtin is not functional and we just error out. */ +#15 17.65 #if !1 && !defined(bswap64) && !0 +#15 17.65 #error "No definition for __builtin_bswap64 found in the prefix" +#15 17.65 #endif +#15 17.65 +#15 17.65 #ifdef __has_builtin +#15 17.65 #if !__has_builtin(__builtin_bswap64) +#15 17.65 #error "__builtin_bswap64 not found" +#15 17.65 #endif +#15 17.65 #elif ! defined(bswap64) +#15 17.65 __builtin_bswap64; +#15 17.65 #endif +#15 17.65 return 0; +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpej56l5j3/testfile.c -o /mesa/_build/meson-private/tmpej56l5j3/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Checking for function "bswap64" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpztsm11ue +#15 17.65 Code: +#15 17.65 +#15 17.65 #define clz meson_disable_define_of_clz +#15 17.65 +#15 17.65 #include +#15 17.65 #undef clz +#15 17.65 +#15 17.65 #ifdef __cplusplus +#15 17.65 extern "C" +#15 17.65 #endif +#15 17.65 char clz (void); +#15 17.65 +#15 17.65 #if defined __stub_clz || defined __stub___clz +#15 17.65 fail fail fail this function is not going to work +#15 17.65 #endif +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 return clz (); +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpztsm11ue/testfile.c -o /mesa/_build/meson-private/tmpztsm11ue/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 1 +#15 17.65 stderr: +#15 17.65 /usr/sbin/ld: /tmp/ccqO61P4.o: in function `main': +#15 17.65 testfile.c:(.text+0x5): undefined reference to `clz' +#15 17.65 collect2: error: ld returned 1 exit status +#15 17.65 ----------- +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpctfjnwg6 +#15 17.65 Code: +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 +#15 17.65 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 17.65 * provides various builtins which are not really implemented and +#15 17.65 * fall back to the stdlib where they aren't provided and fail at +#15 17.65 * build/link time. In case the user provides a header, including +#15 17.65 * the header didn't lead to the function being defined, and the +#15 17.65 * function we are checking isn't a builtin itself we assume the +#15 17.65 * builtin is not functional and we just error out. */ +#15 17.65 #if !1 && !defined(clz) && !0 +#15 17.65 #error "No definition for __builtin_clz found in the prefix" +#15 17.65 #endif +#15 17.65 +#15 17.65 #ifdef __has_builtin +#15 17.65 #if !__has_builtin(__builtin_clz) +#15 17.65 #error "__builtin_clz not found" +#15 17.65 #endif +#15 17.65 #elif ! defined(clz) +#15 17.65 __builtin_clz; +#15 17.65 #endif +#15 17.65 return 0; +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpctfjnwg6/testfile.c -o /mesa/_build/meson-private/tmpctfjnwg6/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Checking for function "clz" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp3axrkn1s +#15 17.65 Code: +#15 17.65 +#15 17.65 #define clzll meson_disable_define_of_clzll +#15 17.65 +#15 17.65 #include +#15 17.65 #undef clzll +#15 17.65 +#15 17.65 #ifdef __cplusplus +#15 17.65 extern "C" +#15 17.65 #endif +#15 17.65 char clzll (void); +#15 17.65 +#15 17.65 #if defined __stub_clzll || defined __stub___clzll +#15 17.65 fail fail fail this function is not going to work +#15 17.65 #endif +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 return clzll (); +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp3axrkn1s/testfile.c -o /mesa/_build/meson-private/tmp3axrkn1s/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 1 +#15 17.65 stderr: +#15 17.65 /usr/sbin/ld: /tmp/ccHUePud.o: in function `main': +#15 17.65 testfile.c:(.text+0x5): undefined reference to `clzll' +#15 17.65 collect2: error: ld returned 1 exit status +#15 17.65 ----------- +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp6lo3cfwb +#15 17.65 Code: +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 +#15 17.65 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 17.65 * provides various builtins which are not really implemented and +#15 17.65 * fall back to the stdlib where they aren't provided and fail at +#15 17.65 * build/link time. In case the user provides a header, including +#15 17.65 * the header didn't lead to the function being defined, and the +#15 17.65 * function we are checking isn't a builtin itself we assume the +#15 17.65 * builtin is not functional and we just error out. */ +#15 17.65 #if !1 && !defined(clzll) && !0 +#15 17.65 #error "No definition for __builtin_clzll found in the prefix" +#15 17.65 #endif +#15 17.65 +#15 17.65 #ifdef __has_builtin +#15 17.65 #if !__has_builtin(__builtin_clzll) +#15 17.65 #error "__builtin_clzll not found" +#15 17.65 #endif +#15 17.65 #elif ! defined(clzll) +#15 17.65 __builtin_clzll; +#15 17.65 #endif +#15 17.65 return 0; +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp6lo3cfwb/testfile.c -o /mesa/_build/meson-private/tmp6lo3cfwb/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Checking for function "clzll" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp4l5f0gg9 +#15 17.65 Code: +#15 17.65 +#15 17.65 #define ctz meson_disable_define_of_ctz +#15 17.65 +#15 17.65 #include +#15 17.65 #undef ctz +#15 17.65 +#15 17.65 #ifdef __cplusplus +#15 17.65 extern "C" +#15 17.65 #endif +#15 17.65 char ctz (void); +#15 17.65 +#15 17.65 #if defined __stub_ctz || defined __stub___ctz +#15 17.65 fail fail fail this function is not going to work +#15 17.65 #endif +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 return ctz (); +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp4l5f0gg9/testfile.c -o /mesa/_build/meson-private/tmp4l5f0gg9/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 1 +#15 17.65 stderr: +#15 17.65 /usr/sbin/ld: /tmp/ccNKsn28.o: in function `main': +#15 17.65 testfile.c:(.text+0x5): undefined reference to `ctz' +#15 17.65 collect2: error: ld returned 1 exit status +#15 17.65 ----------- +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp1j1btlu3 +#15 17.65 Code: +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 +#15 17.65 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 17.65 * provides various builtins which are not really implemented and +#15 17.65 * fall back to the stdlib where they aren't provided and fail at +#15 17.65 * build/link time. In case the user provides a header, including +#15 17.65 * the header didn't lead to the function being defined, and the +#15 17.65 * function we are checking isn't a builtin itself we assume the +#15 17.65 * builtin is not functional and we just error out. */ +#15 17.65 #if !1 && !defined(ctz) && !0 +#15 17.65 #error "No definition for __builtin_ctz found in the prefix" +#15 17.65 #endif +#15 17.65 +#15 17.65 #ifdef __has_builtin +#15 17.65 #if !__has_builtin(__builtin_ctz) +#15 17.65 #error "__builtin_ctz not found" +#15 17.65 #endif +#15 17.65 #elif ! defined(ctz) +#15 17.65 __builtin_ctz; +#15 17.65 #endif +#15 17.65 return 0; +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp1j1btlu3/testfile.c -o /mesa/_build/meson-private/tmp1j1btlu3/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Checking for function "ctz" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp4ib81_lv +#15 17.65 Code: +#15 17.65 +#15 17.65 #define expect meson_disable_define_of_expect +#15 17.65 +#15 17.65 #include +#15 17.65 #undef expect +#15 17.65 +#15 17.65 #ifdef __cplusplus +#15 17.65 extern "C" +#15 17.65 #endif +#15 17.65 char expect (void); +#15 17.65 +#15 17.65 #if defined __stub_expect || defined __stub___expect +#15 17.65 fail fail fail this function is not going to work +#15 17.65 #endif +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 return expect (); +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp4ib81_lv/testfile.c -o /mesa/_build/meson-private/tmp4ib81_lv/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 1 +#15 17.65 stderr: +#15 17.65 /usr/sbin/ld: /tmp/ccC7bObC.o: in function `main': +#15 17.65 testfile.c:(.text+0x5): undefined reference to `expect' +#15 17.65 collect2: error: ld returned 1 exit status +#15 17.65 ----------- +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpbq7b7j6q +#15 17.65 Code: +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 +#15 17.65 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 17.65 * provides various builtins which are not really implemented and +#15 17.65 * fall back to the stdlib where they aren't provided and fail at +#15 17.65 * build/link time. In case the user provides a header, including +#15 17.65 * the header didn't lead to the function being defined, and the +#15 17.65 * function we are checking isn't a builtin itself we assume the +#15 17.65 * builtin is not functional and we just error out. */ +#15 17.65 #if !1 && !defined(expect) && !0 +#15 17.65 #error "No definition for __builtin_expect found in the prefix" +#15 17.65 #endif +#15 17.65 +#15 17.65 #ifdef __has_builtin +#15 17.65 #if !__has_builtin(__builtin_expect) +#15 17.65 #error "__builtin_expect not found" +#15 17.65 #endif +#15 17.65 #elif ! defined(expect) +#15 17.65 __builtin_expect; +#15 17.65 #endif +#15 17.65 return 0; +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpbq7b7j6q/testfile.c -o /mesa/_build/meson-private/tmpbq7b7j6q/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Checking for function "expect" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpdog06nrv +#15 17.65 Code: +#15 17.65 +#15 17.65 #define ffs meson_disable_define_of_ffs +#15 17.65 +#15 17.65 #include +#15 17.65 #undef ffs +#15 17.65 +#15 17.65 #ifdef __cplusplus +#15 17.65 extern "C" +#15 17.65 #endif +#15 17.65 char ffs (void); +#15 17.65 +#15 17.65 #if defined __stub_ffs || defined __stub___ffs +#15 17.65 fail fail fail this function is not going to work +#15 17.65 #endif +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 return ffs (); +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpdog06nrv/testfile.c -o /mesa/_build/meson-private/tmpdog06nrv/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Checking for function "ffs" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmppzxmkjlh +#15 17.65 Code: +#15 17.65 +#15 17.65 #define ffsll meson_disable_define_of_ffsll +#15 17.65 +#15 17.65 #include +#15 17.65 #undef ffsll +#15 17.65 +#15 17.65 #ifdef __cplusplus +#15 17.65 extern "C" +#15 17.65 #endif +#15 17.65 char ffsll (void); +#15 17.65 +#15 17.65 #if defined __stub_ffsll || defined __stub___ffsll +#15 17.65 fail fail fail this function is not going to work +#15 17.65 #endif +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 return ffsll (); +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmppzxmkjlh/testfile.c -o /mesa/_build/meson-private/tmppzxmkjlh/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Checking for function "ffsll" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpa_zovx26 +#15 17.65 Code: +#15 17.65 +#15 17.65 #define popcount meson_disable_define_of_popcount +#15 17.65 +#15 17.65 #include +#15 17.65 #undef popcount +#15 17.65 +#15 17.65 #ifdef __cplusplus +#15 17.65 extern "C" +#15 17.65 #endif +#15 17.65 char popcount (void); +#15 17.65 +#15 17.65 #if defined __stub_popcount || defined __stub___popcount +#15 17.65 fail fail fail this function is not going to work +#15 17.65 #endif +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 return popcount (); +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpa_zovx26/testfile.c -o /mesa/_build/meson-private/tmpa_zovx26/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 1 +#15 17.65 stderr: +#15 17.65 /usr/sbin/ld: /tmp/ccP5LVEF.o: in function `main': +#15 17.65 testfile.c:(.text+0x5): undefined reference to `popcount' +#15 17.65 collect2: error: ld returned 1 exit status +#15 17.65 ----------- +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpptoi03cn +#15 17.65 Code: +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 +#15 17.65 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 17.65 * provides various builtins which are not really implemented and +#15 17.65 * fall back to the stdlib where they aren't provided and fail at +#15 17.65 * build/link time. In case the user provides a header, including +#15 17.65 * the header didn't lead to the function being defined, and the +#15 17.65 * function we are checking isn't a builtin itself we assume the +#15 17.65 * builtin is not functional and we just error out. */ +#15 17.65 #if !1 && !defined(popcount) && !0 +#15 17.65 #error "No definition for __builtin_popcount found in the prefix" +#15 17.65 #endif +#15 17.65 +#15 17.65 #ifdef __has_builtin +#15 17.65 #if !__has_builtin(__builtin_popcount) +#15 17.65 #error "__builtin_popcount not found" +#15 17.65 #endif +#15 17.65 #elif ! defined(popcount) +#15 17.65 __builtin_popcount; +#15 17.65 #endif +#15 17.65 return 0; +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpptoi03cn/testfile.c -o /mesa/_build/meson-private/tmpptoi03cn/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Checking for function "popcount" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp4ili2puz +#15 17.65 Code: +#15 17.65 +#15 17.65 #define popcountll meson_disable_define_of_popcountll +#15 17.65 +#15 17.65 #include +#15 17.65 #undef popcountll +#15 17.65 +#15 17.65 #ifdef __cplusplus +#15 17.65 extern "C" +#15 17.65 #endif +#15 17.65 char popcountll (void); +#15 17.65 +#15 17.65 #if defined __stub_popcountll || defined __stub___popcountll +#15 17.65 fail fail fail this function is not going to work +#15 17.65 #endif +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 return popcountll (); +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp4ili2puz/testfile.c -o /mesa/_build/meson-private/tmp4ili2puz/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 1 +#15 17.65 stderr: +#15 17.65 /usr/sbin/ld: /tmp/ccZ12ZG5.o: in function `main': +#15 17.65 testfile.c:(.text+0x5): undefined reference to `popcountll' +#15 17.65 collect2: error: ld returned 1 exit status +#15 17.65 ----------- +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp4drf5fcv +#15 17.65 Code: +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 +#15 17.65 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 17.65 * provides various builtins which are not really implemented and +#15 17.65 * fall back to the stdlib where they aren't provided and fail at +#15 17.65 * build/link time. In case the user provides a header, including +#15 17.65 * the header didn't lead to the function being defined, and the +#15 17.65 * function we are checking isn't a builtin itself we assume the +#15 17.65 * builtin is not functional and we just error out. */ +#15 17.65 #if !1 && !defined(popcountll) && !0 +#15 17.65 #error "No definition for __builtin_popcountll found in the prefix" +#15 17.65 #endif +#15 17.65 +#15 17.65 #ifdef __has_builtin +#15 17.65 #if !__has_builtin(__builtin_popcountll) +#15 17.65 #error "__builtin_popcountll not found" +#15 17.65 #endif +#15 17.65 #elif ! defined(popcountll) +#15 17.65 __builtin_popcountll; +#15 17.65 #endif +#15 17.65 return 0; +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp4drf5fcv/testfile.c -o /mesa/_build/meson-private/tmp4drf5fcv/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Checking for function "popcountll" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp92z93qow +#15 17.65 Code: +#15 17.65 +#15 17.65 #define unreachable meson_disable_define_of_unreachable +#15 17.65 +#15 17.65 #include +#15 17.65 #undef unreachable +#15 17.65 +#15 17.65 #ifdef __cplusplus +#15 17.65 extern "C" +#15 17.65 #endif +#15 17.65 char unreachable (void); +#15 17.65 +#15 17.65 #if defined __stub_unreachable || defined __stub___unreachable +#15 17.65 fail fail fail this function is not going to work +#15 17.65 #endif +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 return unreachable (); +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp92z93qow/testfile.c -o /mesa/_build/meson-private/tmp92z93qow/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 1 +#15 17.65 stderr: +#15 17.65 /usr/sbin/ld: /tmp/ccuamuV8.o: in function `main': +#15 17.65 testfile.c:(.text+0x5): undefined reference to `unreachable' +#15 17.65 collect2: error: ld returned 1 exit status +#15 17.65 ----------- +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp_ugteecl +#15 17.65 Code: +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 +#15 17.65 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 17.65 * provides various builtins which are not really implemented and +#15 17.65 * fall back to the stdlib where they aren't provided and fail at +#15 17.65 * build/link time. In case the user provides a header, including +#15 17.65 * the header didn't lead to the function being defined, and the +#15 17.65 * function we are checking isn't a builtin itself we assume the +#15 17.65 * builtin is not functional and we just error out. */ +#15 17.65 #if !1 && !defined(unreachable) && !0 +#15 17.65 #error "No definition for __builtin_unreachable found in the prefix" +#15 17.65 #endif +#15 17.65 +#15 17.65 #ifdef __has_builtin +#15 17.65 #if !__has_builtin(__builtin_unreachable) +#15 17.65 #error "__builtin_unreachable not found" +#15 17.65 #endif +#15 17.65 #elif ! defined(unreachable) +#15 17.65 __builtin_unreachable; +#15 17.65 #endif +#15 17.65 return 0; +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp_ugteecl/testfile.c -o /mesa/_build/meson-private/tmp_ugteecl/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Checking for function "unreachable" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmprvsp3np5 +#15 17.65 Code: +#15 17.65 +#15 17.65 #define types_compatible_p meson_disable_define_of_types_compatible_p +#15 17.65 +#15 17.65 #include +#15 17.65 #undef types_compatible_p +#15 17.65 +#15 17.65 #ifdef __cplusplus +#15 17.65 extern "C" +#15 17.65 #endif +#15 17.65 char types_compatible_p (void); +#15 17.65 +#15 17.65 #if defined __stub_types_compatible_p || defined __stub___types_compatible_p +#15 17.65 fail fail fail this function is not going to work +#15 17.65 #endif +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 return types_compatible_p (); +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmprvsp3np5/testfile.c -o /mesa/_build/meson-private/tmprvsp3np5/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 1 +#15 17.65 stderr: +#15 17.65 /usr/sbin/ld: /tmp/cctfDdXz.o: in function `main': +#15 17.65 testfile.c:(.text+0x5): undefined reference to `types_compatible_p' +#15 17.65 collect2: error: ld returned 1 exit status +#15 17.65 ----------- +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpl93ytgk2 +#15 17.65 Code: +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 +#15 17.65 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 17.65 * provides various builtins which are not really implemented and +#15 17.65 * fall back to the stdlib where they aren't provided and fail at +#15 17.65 * build/link time. In case the user provides a header, including +#15 17.65 * the header didn't lead to the function being defined, and the +#15 17.65 * function we are checking isn't a builtin itself we assume the +#15 17.65 * builtin is not functional and we just error out. */ +#15 17.65 #if !1 && !defined(types_compatible_p) && !0 +#15 17.65 #error "No definition for __builtin_types_compatible_p found in the prefix" +#15 17.65 #endif +#15 17.65 +#15 17.65 #ifdef __has_builtin +#15 17.65 #if !__has_builtin(__builtin_types_compatible_p) +#15 17.65 #error "__builtin_types_compatible_p not found" +#15 17.65 #endif +#15 17.65 #elif ! defined(types_compatible_p) +#15 17.65 __builtin_types_compatible_p; +#15 17.65 #endif +#15 17.65 return 0; +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpl93ytgk2/testfile.c -o /mesa/_build/meson-private/tmpl93ytgk2/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Checking for function "types_compatible_p" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp5f0mth2g +#15 17.65 Code: +#15 17.65 int foo(void) __attribute__((const)); +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp5f0mth2g/testfile.c -o /mesa/_build/meson-private/tmp5f0mth2g/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=attributes` -> 0 +#15 17.65 Compiler for C supports function attribute const: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpmib8x48o +#15 17.65 Code: +#15 17.65 int foo(void) __attribute__((flatten)); +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpmib8x48o/testfile.c -o /mesa/_build/meson-private/tmpmib8x48o/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=attributes` -> 0 +#15 17.65 Compiler for C supports function attribute flatten: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpzhbems9n +#15 17.65 Code: +#15 17.65 int *foo(void) __attribute__((malloc)); +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpzhbems9n/testfile.c -o /mesa/_build/meson-private/tmpzhbems9n/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=attributes` -> 0 +#15 17.65 Compiler for C supports function attribute malloc: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpath8wjdq +#15 17.65 Code: +#15 17.65 int foo(void) __attribute__((pure)); +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpath8wjdq/testfile.c -o /mesa/_build/meson-private/tmpath8wjdq/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=attributes` -> 0 +#15 17.65 Compiler for C supports function attribute pure: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmptxmb977w +#15 17.65 Code: +#15 17.65 int foo(void) __attribute__((unused)); +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmptxmb977w/testfile.c -o /mesa/_build/meson-private/tmptxmb977w/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=attributes` -> 0 +#15 17.65 Compiler for C supports function attribute unused: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpr1wi91ls +#15 17.65 Code: +#15 17.65 int foo(void) __attribute__((warn_unused_result)); +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpr1wi91ls/testfile.c -o /mesa/_build/meson-private/tmpr1wi91ls/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=attributes` -> 0 +#15 17.65 Compiler for C supports function attribute warn_unused_result: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp8jc2b3i3 +#15 17.65 Code: +#15 17.65 int foo(void) __attribute__((weak)); +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp8jc2b3i3/testfile.c -o /mesa/_build/meson-private/tmp8jc2b3i3/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=attributes` -> 0 +#15 17.65 Compiler for C supports function attribute weak: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpc8fibtgz +#15 17.65 Code: +#15 17.65 int foo(const char * p, ...) __attribute__((format(printf, 1, 2))); +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpc8fibtgz/testfile.c -o /mesa/_build/meson-private/tmpc8fibtgz/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=attributes` -> 0 +#15 17.65 Compiler for C supports function attribute format: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp0hbzftw0 +#15 17.65 Code: +#15 17.65 struct __attribute__((packed)) foo { int bar; }; +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp0hbzftw0/testfile.c -o /mesa/_build/meson-private/tmp0hbzftw0/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=attributes` -> 0 +#15 17.65 Compiler for C supports function attribute packed: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpb9r7h8dt +#15 17.65 Code: +#15 17.65 int *foo(void) __attribute__((returns_nonnull)); +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpb9r7h8dt/testfile.c -o /mesa/_build/meson-private/tmpb9r7h8dt/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=attributes` -> 0 +#15 17.65 Compiler for C supports function attribute returns_nonnull: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpe9y0b64j +#15 17.65 Code: +#15 17.65 +#15 17.65 int foo(void) { return 0; } +#15 17.65 int bar(void) __attribute__((alias("foo"))); +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpe9y0b64j/testfile.c -o /mesa/_build/meson-private/tmpe9y0b64j/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=attributes` -> 0 +#15 17.65 Compiler for C supports function attribute alias: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp7t8kgfyn +#15 17.65 Code: +#15 17.65 int foo(void) __attribute__((noreturn)); +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp7t8kgfyn/testfile.c -o /mesa/_build/meson-private/tmp7t8kgfyn/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=attributes` -> 0 +#15 17.65 Compiler for C supports function attribute noreturn: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpnrcutset +#15 17.65 Code: +#15 17.65 __attribute__((optimize(3))) int foo(void) { return 0; } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpnrcutset/testfile.c -o /mesa/_build/meson-private/tmpnrcutset/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=attributes` -> 0 +#15 17.65 Compiler for C supports function attribute optimize: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpv39r2_qk +#15 17.65 Code: +#15 17.65 int foo(void) __attribute__((visibility("hidden"))); int foo(void) { return 0; } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpv39r2_qk/testfile.c -o /mesa/_build/meson-private/tmpv39r2_qk/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=attributes` -> 0 +#15 17.65 Compiler for C supports function attribute visibility:hidden: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp5mer4n0w +#15 17.65 Code: +#15 17.65 __uint128_t foo(void) { return 0; } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp5mer4n0w/testfile.c -o /mesa/_build/meson-private/tmp5mer4n0w/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Checking if "__uint128_t" compiles: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpvvwamcye +#15 17.65 Code: +#15 17.65 +#15 17.65 #define reallocarray meson_disable_define_of_reallocarray +#15 17.65 +#15 17.65 #include +#15 17.65 #undef reallocarray +#15 17.65 +#15 17.65 #ifdef __cplusplus +#15 17.65 extern "C" +#15 17.65 #endif +#15 17.65 char reallocarray (void); +#15 17.65 +#15 17.65 #if defined __stub_reallocarray || defined __stub___reallocarray +#15 17.65 fail fail fail this function is not going to work +#15 17.65 #endif +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 return reallocarray (); +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpvvwamcye/testfile.c -o /mesa/_build/meson-private/tmpvvwamcye/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Checking for function "reallocarray" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpjyh6vwsc +#15 17.65 Code: +#15 17.65 +#15 17.65 #define fmemopen meson_disable_define_of_fmemopen +#15 17.65 +#15 17.65 #include +#15 17.65 #undef fmemopen +#15 17.65 +#15 17.65 #ifdef __cplusplus +#15 17.65 extern "C" +#15 17.65 #endif +#15 17.65 char fmemopen (void); +#15 17.65 +#15 17.65 #if defined __stub_fmemopen || defined __stub___fmemopen +#15 17.65 fail fail fail this function is not going to work +#15 17.65 #endif +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 return fmemopen (); +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpjyh6vwsc/testfile.c -o /mesa/_build/meson-private/tmpjyh6vwsc/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Checking for function "fmemopen" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpxadgm82r +#15 17.65 Code: +#15 17.65 static char unused() { return 5; } int main() { return 0; } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpxadgm82r/testfile.c -o /mesa/_build/meson-private/tmpxadgm82r/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,--gc-sections` -> 0 +#15 17.65 Checking if "gc-sections" links: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpa3armbrs +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpa3armbrs/testfile.c -o /mesa/_build/meson-private/tmpa3armbrs/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration` -> 0 +#15 17.65 Compiler for C supports arguments -Werror=implicit-function-declaration: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp2yh5z6k3 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp2yh5z6k3/testfile.c -o /mesa/_build/meson-private/tmp2yh5z6k3/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=missing-prototypes` -> 0 +#15 17.65 Compiler for C supports arguments -Werror=missing-prototypes: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmphz4e7_2k +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmphz4e7_2k/testfile.c -o /mesa/_build/meson-private/tmphz4e7_2k/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=return-type` -> 0 +#15 17.65 Compiler for C supports arguments -Werror=return-type: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp8o6v2eg2 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp8o6v2eg2/testfile.c -o /mesa/_build/meson-private/tmp8o6v2eg2/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=empty-body` -> 0 +#15 17.65 Compiler for C supports arguments -Werror=empty-body: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpgzfpaq1x +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpgzfpaq1x/testfile.c -o /mesa/_build/meson-private/tmpgzfpaq1x/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=incompatible-pointer-types` -> 0 +#15 17.65 Compiler for C supports arguments -Werror=incompatible-pointer-types: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp7xvvqbbz +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp7xvvqbbz/testfile.c -o /mesa/_build/meson-private/tmp7xvvqbbz/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=int-conversion` -> 0 +#15 17.65 Compiler for C supports arguments -Werror=int-conversion: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpowphi8b5 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpowphi8b5/testfile.c -o /mesa/_build/meson-private/tmpowphi8b5/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wimplicit-fallthrough` -> 0 +#15 17.65 Compiler for C supports arguments -Wimplicit-fallthrough: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpyf2oc404 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpyf2oc404/testfile.c -o /mesa/_build/meson-private/tmpyf2oc404/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wmisleading-indentation` -> 0 +#15 17.65 Compiler for C supports arguments -Wmisleading-indentation: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpirivbmph +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpirivbmph/testfile.c -o /mesa/_build/meson-private/tmpirivbmph/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-field-initializers -Wno-missing-field-initializers` -> 0 +#15 17.65 Compiler for C supports arguments -Wno-missing-field-initializers: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpdf0iq9k9 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpdf0iq9k9/testfile.c -o /mesa/_build/meson-private/tmpdf0iq9k9/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat-truncation -Wno-format-truncation` -> 0 +#15 17.65 Compiler for C supports arguments -Wno-format-truncation: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmppw7zu1ld +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmppw7zu1ld/testfile.c -o /mesa/_build/meson-private/tmppw7zu1ld/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wnonnull-compare -Wno-nonnull-compare` -> 0 +#15 17.65 Compiler for C supports arguments -Wno-nonnull-compare: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmphj9mbkym +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmphj9mbkym/testfile.c -o /mesa/_build/meson-private/tmphj9mbkym/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fno-math-errno` -> 0 +#15 17.65 Compiler for C supports arguments -fno-math-errno: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp_ji0_5v2 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp_ji0_5v2/testfile.c -o /mesa/_build/meson-private/tmp_ji0_5v2/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fno-trapping-math` -> 0 +#15 17.65 Compiler for C supports arguments -fno-trapping-math: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpf5fp0ntj +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpf5fp0ntj/testfile.c -o /mesa/_build/meson-private/tmpf5fp0ntj/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Qunused-arguments` -> 1 +#15 17.65 stderr: +#15 17.65 gcc: error: unrecognized command-line option '-Qunused-arguments' +#15 17.65 ----------- +#15 17.65 Compiler for C supports arguments -Qunused-arguments: NO +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmporkcl7de +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmporkcl7de/testfile.c -o /mesa/_build/meson-private/tmporkcl7de/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fno-common` -> 0 +#15 17.65 Compiler for C supports arguments -fno-common: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpkxru6sbh +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpkxru6sbh/testfile.c -o /mesa/_build/meson-private/tmpkxru6sbh/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wunknown-pragmas -Wno-unknown-pragmas` -> 0 +#15 17.65 Compiler for C supports arguments -Wno-unknown-pragmas: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpj8ygh1s8 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpj8ygh1s8/testfile.c -o /mesa/_build/meson-private/tmpj8ygh1s8/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wmicrosoft-enum-value -Wno-microsoft-enum-value` -> 1 +#15 17.65 stderr: +#15 17.65 gcc: error: unrecognized command-line option '-Wmicrosoft-enum-value' +#15 17.65 ----------- +#15 17.65 Compiler for C supports arguments -Wno-microsoft-enum-value: NO +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpekozgol3 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpekozgol3/testfile.c -o /mesa/_build/meson-private/tmpekozgol3/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wunused-function -Wno-unused-function` -> 0 +#15 17.65 Compiler for C supports arguments -Wno-unused-function: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp2nxnwdov +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp2nxnwdov/testfile.c -o /mesa/_build/meson-private/tmp2nxnwdov/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=format` -> 0 +#15 17.65 Compiler for C supports arguments -Werror=format: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpl0dv8rrf +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpl0dv8rrf/testfile.c -o /mesa/_build/meson-private/tmpl0dv8rrf/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat-security` -> 0 +#15 17.65 stderr: +#15 17.65 cc1: warning: '-Wformat-security' ignored without '-Wformat' [-Wformat-security] +#15 17.65 ----------- +#15 17.65 Compiler for C supports arguments -Wformat-security: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpbp5d3_ws +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpbp5d3_ws/testfile.c -o /mesa/_build/meson-private/tmpbp5d3_ws/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=thread-safety` -> 1 +#15 17.65 stderr: +#15 17.65 cc1: error: '-Werror=thread-safety': no option '-Wthread-safety' +#15 17.65 ----------- +#15 17.65 Compiler for C supports arguments -Werror=thread-safety: NO +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpdy0m8gm8 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpdy0m8gm8/testfile.c -o /mesa/_build/meson-private/tmpdy0m8gm8/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -ffunction-sections` -> 0 +#15 17.65 Compiler for C supports arguments -ffunction-sections: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpy81tjvrb +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpy81tjvrb/testfile.c -o /mesa/_build/meson-private/tmpy81tjvrb/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fdata-sections` -> 0 +#15 17.65 Compiler for C supports arguments -fdata-sections: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpikdqj7js +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpikdqj7js/testfile.c -o /mesa/_build/meson-private/tmpikdqj7js/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wunused-variable -Wno-unused-variable` -> 0 +#15 17.65 Compiler for C supports arguments -Wno-unused-variable: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpopxdidz6 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpopxdidz6/testfile.c -o /mesa/_build/meson-private/tmpopxdidz6/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wunused-but-set-variable -Wno-unused-but-set-variable` -> 0 +#15 17.65 Compiler for C supports arguments -Wno-unused-but-set-variable: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpe6e9b3l7 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpe6e9b3l7/testfile.c -o /mesa/_build/meson-private/tmpe6e9b3l7/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 /wd4189` -> 1 +#15 17.65 stderr: +#15 17.65 gcc: warning: /wd4189: linker input file unused because linking not done +#15 17.65 gcc: error: /wd4189: linker input file not found: No such file or directory +#15 17.65 ----------- +#15 17.65 Compiler for C supports arguments /wd4189: NO +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp99qu8014 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/g++ /mesa/_build/meson-private/tmp99qu8014/testfile.cpp -o /mesa/_build/meson-private/tmp99qu8014/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=return-type` -> 0 +#15 17.65 Compiler for C++ supports arguments -Werror=return-type: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp_d96ydi8 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/g++ /mesa/_build/meson-private/tmp_d96ydi8/testfile.cpp -o /mesa/_build/meson-private/tmp_d96ydi8/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=empty-body` -> 0 +#15 17.65 Compiler for C++ supports arguments -Werror=empty-body: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmps9h1yoea +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/g++ /mesa/_build/meson-private/tmps9h1yoea/testfile.cpp -o /mesa/_build/meson-private/tmps9h1yoea/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wmisleading-indentation` -> 0 +#15 17.65 Compiler for C++ supports arguments -Wmisleading-indentation: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpwkzxzgjt +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/g++ /mesa/_build/meson-private/tmpwkzxzgjt/testfile.cpp -o /mesa/_build/meson-private/tmpwkzxzgjt/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wnon-virtual-dtor -Wno-non-virtual-dtor` -> 0 +#15 17.65 Compiler for C++ supports arguments -Wno-non-virtual-dtor: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpvewzblcz +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/g++ /mesa/_build/meson-private/tmpvewzblcz/testfile.cpp -o /mesa/_build/meson-private/tmpvewzblcz/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wmissing-field-initializers -Wno-missing-field-initializers` -> 0 +#15 17.65 Compiler for C++ supports arguments -Wno-missing-field-initializers: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp3oas6s62 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/g++ /mesa/_build/meson-private/tmp3oas6s62/testfile.cpp -o /mesa/_build/meson-private/tmp3oas6s62/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wformat-truncation -Wno-format-truncation` -> 0 +#15 17.65 Compiler for C++ supports arguments -Wno-format-truncation: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmps303nglk +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/g++ /mesa/_build/meson-private/tmps303nglk/testfile.cpp -o /mesa/_build/meson-private/tmps303nglk/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -fno-math-errno` -> 0 +#15 17.65 Compiler for C++ supports arguments -fno-math-errno: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp71wodvuk +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/g++ /mesa/_build/meson-private/tmp71wodvuk/testfile.cpp -o /mesa/_build/meson-private/tmp71wodvuk/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -fno-trapping-math` -> 0 +#15 17.65 Compiler for C++ supports arguments -fno-trapping-math: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpw8yj9dfy +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/g++ /mesa/_build/meson-private/tmpw8yj9dfy/testfile.cpp -o /mesa/_build/meson-private/tmpw8yj9dfy/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Qunused-arguments` -> 1 +#15 17.65 stderr: +#15 17.65 g++: error: unrecognized command-line option '-Qunused-arguments' +#15 17.65 ----------- +#15 17.65 Compiler for C++ supports arguments -Qunused-arguments: NO +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpew584fa0 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/g++ /mesa/_build/meson-private/tmpew584fa0/testfile.cpp -o /mesa/_build/meson-private/tmpew584fa0/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -flifetime-dse=1` -> 0 +#15 17.65 Compiler for C++ supports arguments -flifetime-dse=1: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp0inqek_e +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/g++ /mesa/_build/meson-private/tmp0inqek_e/testfile.cpp -o /mesa/_build/meson-private/tmp0inqek_e/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wunknown-pragmas -Wno-unknown-pragmas` -> 0 +#15 17.65 Compiler for C++ supports arguments -Wno-unknown-pragmas: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmprvs35n5c +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/g++ /mesa/_build/meson-private/tmprvs35n5c/testfile.cpp -o /mesa/_build/meson-private/tmprvs35n5c/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wmicrosoft-enum-value -Wno-microsoft-enum-value` -> 1 +#15 17.65 stderr: +#15 17.65 g++: error: unrecognized command-line option '-Wmicrosoft-enum-value' +#15 17.65 ----------- +#15 17.65 Compiler for C++ supports arguments -Wno-microsoft-enum-value: NO +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmphvyvwg1m +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/g++ /mesa/_build/meson-private/tmphvyvwg1m/testfile.cpp -o /mesa/_build/meson-private/tmphvyvwg1m/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=format` -> 0 +#15 17.65 Compiler for C++ supports arguments -Werror=format: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpq4olj8qa +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/g++ /mesa/_build/meson-private/tmpq4olj8qa/testfile.cpp -o /mesa/_build/meson-private/tmpq4olj8qa/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wformat-security` -> 0 +#15 17.65 stderr: +#15 17.65 cc1plus: warning: '-Wformat-security' ignored without '-Wformat' [-Wformat-security] +#15 17.65 ----------- +#15 17.65 Compiler for C++ supports arguments -Wformat-security: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpjufje1iq +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/g++ /mesa/_build/meson-private/tmpjufje1iq/testfile.cpp -o /mesa/_build/meson-private/tmpjufje1iq/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -ffunction-sections` -> 0 +#15 17.65 Compiler for C++ supports arguments -ffunction-sections: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpdyl2gz3z +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/g++ /mesa/_build/meson-private/tmpdyl2gz3z/testfile.cpp -o /mesa/_build/meson-private/tmpdyl2gz3z/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -fdata-sections` -> 0 +#15 17.65 Compiler for C++ supports arguments -fdata-sections: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpohbneyyp +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/g++ /mesa/_build/meson-private/tmpohbneyyp/testfile.cpp -o /mesa/_build/meson-private/tmpohbneyyp/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wunused-variable -Wno-unused-variable` -> 0 +#15 17.65 Compiler for C++ supports arguments -Wno-unused-variable: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp_0_35900 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/g++ /mesa/_build/meson-private/tmp_0_35900/testfile.cpp -o /mesa/_build/meson-private/tmp_0_35900/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wunused-but-set-variable -Wno-unused-but-set-variable` -> 0 +#15 17.65 Compiler for C++ supports arguments -Wno-unused-but-set-variable: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpp20h254y +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/g++ /mesa/_build/meson-private/tmpp20h254y/testfile.cpp -o /mesa/_build/meson-private/tmpp20h254y/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive /wd4189` -> 1 +#15 17.65 stderr: +#15 17.65 g++: warning: /wd4189: linker input file unused because linking not done +#15 17.65 g++: error: /wd4189: linker input file not found: No such file or directory +#15 17.65 ----------- +#15 17.65 Compiler for C++ supports arguments /wd4189: NO +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpn2uws8ic +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpn2uws8ic/testfile.c -o /mesa/_build/meson-private/tmpn2uws8ic/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Woverride-init -Wno-override-init` -> 0 +#15 17.65 Compiler for C supports arguments -Wno-override-init: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmprfkvp3_k +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmprfkvp3_k/testfile.c -o /mesa/_build/meson-private/tmprfkvp3_k/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Winitializer-overrides -Wno-initializer-overrides` -> 1 +#15 17.65 stderr: +#15 17.65 gcc: error: unrecognized command-line option '-Winitializer-overrides' +#15 17.65 ----------- +#15 17.65 Compiler for C supports arguments -Wno-initializer-overrides: NO +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpnb23ws4x +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpnb23ws4x/testfile.c -o /mesa/_build/meson-private/tmpnb23ws4x/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=pointer-arith` -> 0 +#15 17.65 Compiler for C supports arguments -Werror=pointer-arith: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp_iyhzyzp +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp_iyhzyzp/testfile.c -o /mesa/_build/meson-private/tmp_iyhzyzp/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=vla` -> 0 +#15 17.65 Compiler for C supports arguments -Werror=vla: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpf7orfm8u +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpf7orfm8u/testfile.c -o /mesa/_build/meson-private/tmpf7orfm8u/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=gnu-empty-initializer` -> 1 +#15 17.65 stderr: +#15 17.65 cc1: error: '-Werror=gnu-empty-initializer': no option '-Wgnu-empty-initializer' +#15 17.65 ----------- +#15 17.65 Compiler for C supports arguments -Werror=gnu-empty-initializer: NO +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpcdo2n74p +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/g++ /mesa/_build/meson-private/tmpcdo2n74p/testfile.cpp -o /mesa/_build/meson-private/tmpcdo2n74p/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=pointer-arith` -> 0 +#15 17.65 Compiler for C++ supports arguments -Werror=pointer-arith: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp08pe1sz7 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/g++ /mesa/_build/meson-private/tmp08pe1sz7/testfile.cpp -o /mesa/_build/meson-private/tmp08pe1sz7/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=vla` -> 0 +#15 17.65 Compiler for C++ supports arguments -Werror=vla: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp1kf673fg +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/g++ /mesa/_build/meson-private/tmp1kf673fg/testfile.cpp -o /mesa/_build/meson-private/tmp1kf673fg/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=gnu-empty-initializer` -> 1 +#15 17.65 stderr: +#15 17.65 cc1plus: error: '-Werror=gnu-empty-initializer': no option '-Wgnu-empty-initializer' +#15 17.65 ----------- +#15 17.65 Compiler for C++ supports arguments -Werror=gnu-empty-initializer: NO +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp55cca91y +#15 17.65 Code: +#15 17.65 +#15 17.65 #define __builtin_ia32_clflushopt meson_disable_define_of___builtin_ia32_clflushopt +#15 17.65 +#15 17.65 #include +#15 17.65 #undef __builtin_ia32_clflushopt +#15 17.65 +#15 17.65 #ifdef __cplusplus +#15 17.65 extern "C" +#15 17.65 #endif +#15 17.65 char __builtin_ia32_clflushopt (void); +#15 17.65 +#15 17.65 #if defined __stub___builtin_ia32_clflushopt || defined __stub_____builtin_ia32_clflushopt +#15 17.65 fail fail fail this function is not going to work +#15 17.65 #endif +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 return __builtin_ia32_clflushopt (); +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp55cca91y/testfile.c -o /mesa/_build/meson-private/tmp55cca91y/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -mclflushopt` -> 1 +#15 17.65 stderr: +#15 17.65 /usr/sbin/ld: /tmp/ccHByehJ.o: in function `main': +#15 17.65 testfile.c:(.text+0x5): undefined reference to `__builtin_ia32_clflushopt' +#15 17.65 collect2: error: ld returned 1 exit status +#15 17.65 ----------- +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpon3cit2m +#15 17.65 Code: +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 +#15 17.65 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 17.65 * provides various builtins which are not really implemented and +#15 17.65 * fall back to the stdlib where they aren't provided and fail at +#15 17.65 * build/link time. In case the user provides a header, including +#15 17.65 * the header didn't lead to the function being defined, and the +#15 17.65 * function we are checking isn't a builtin itself we assume the +#15 17.65 * builtin is not functional and we just error out. */ +#15 17.65 #if !1 && !defined(__builtin_ia32_clflushopt) && !1 +#15 17.65 #error "No definition for __builtin_ia32_clflushopt found in the prefix" +#15 17.65 #endif +#15 17.65 +#15 17.65 #ifdef __has_builtin +#15 17.65 #if !__has_builtin(__builtin_ia32_clflushopt) +#15 17.65 #error "__builtin_ia32_clflushopt not found" +#15 17.65 #endif +#15 17.65 #elif ! defined(__builtin_ia32_clflushopt) +#15 17.65 __builtin_ia32_clflushopt; +#15 17.65 #endif +#15 17.65 return 0; +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpon3cit2m/testfile.c -o /mesa/_build/meson-private/tmpon3cit2m/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -mclflushopt` -> 0 +#15 17.65 Checking for function "__builtin_ia32_clflushopt" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpg191czl1 +#15 17.65 Code: +#15 17.65 #include +#15 17.65 int main() { +#15 17.65 struct { +#15 17.65 uint64_t *v; +#15 17.65 } x; +#15 17.65 return (int)__atomic_load_n(x.v, __ATOMIC_ACQUIRE) & +#15 17.65 (int)__atomic_add_fetch(x.v, (uint64_t)1, __ATOMIC_ACQ_REL); +#15 17.65 +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpg191czl1/testfile.c -o /mesa/_build/meson-private/tmpg191czl1/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Checking if "GCC atomic builtins" compiles: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpr_dmibhb +#15 17.65 Code: +#15 17.65 #include +#15 17.65 int main() { +#15 17.65 struct { +#15 17.65 uint64_t *v; +#15 17.65 } x; +#15 17.65 return (int)__atomic_load_n(x.v, __ATOMIC_ACQUIRE) & +#15 17.65 (int)__atomic_add_fetch(x.v, (uint64_t)1, __ATOMIC_ACQ_REL); +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpr_dmibhb/testfile.c -o /mesa/_build/meson-private/tmpr_dmibhb/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Checking if "GCC atomic builtins required -latomic" links: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp46yqgq_i +#15 17.65 Code: +#15 17.65 #include +#15 17.65 uint64_t v; +#15 17.65 int main() { +#15 17.65 return __sync_add_and_fetch(&v, (uint64_t)1); +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp46yqgq_i/testfile.c -o /mesa/_build/meson-private/tmp46yqgq_i/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Checking if "GCC 64bit atomics" with dependency links: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpaihofy99 +#15 17.65 Code: +#15 17.65 int main(void) { return 0; } +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpaihofy99/testfile.c -o /mesa/_build/meson-private/tmpaihofy99/output.exe -D_FILE_OFFSET_BITS=64 -O0 -lws2_32 -Wl,--allow-shlib-undefined` -> 1 +#15 17.65 stderr: +#15 17.65 /usr/sbin/ld: cannot find -lws2_32: No such file or directory +#15 17.65 collect2: error: ld returned 1 exit status +#15 17.65 ----------- +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpbv91itc2 +#15 17.65 Code: +#15 17.65 +#15 17.65 #include +#15 17.65 #include +#15 17.65 int main(void) { +#15 17.65 printf("%ld\n", (long)(sizeof(void *))); +#15 17.65 return 0; +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpbv91itc2/testfile.c -o /mesa/_build/meson-private/tmpbv91itc2/output.exe -D_FILE_OFFSET_BITS=64 -O0` -> 0 +#15 17.65 Program stdout: +#15 17.65 +#15 17.65 8 +#15 17.65 +#15 17.65 Program stderr: +#15 17.65 +#15 17.65 +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp3k0xjv3v +#15 17.65 Code: +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp3k0xjv3v/testfile.c -o /mesa/_build/meson-private/tmp3k0xjv3v/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 --print-search-dirs` -> 0 +#15 17.65 stdout: +#15 17.65 install: /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/ +#15 17.65 programs: =/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../x86_64-pc-linux-gnu/bin/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../x86_64-pc-linux-gnu/bin/ +#15 17.65 libraries: =/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../x86_64-pc-linux-gnu/lib/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../x86_64-pc-linux-gnu/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../x86_64-pc-linux-gnu/15.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/:/lib/x86_64-pc-linux-gnu/15.2.1/:/lib/../lib/:/usr/lib/x86_64-pc-linux-gnu/15.2.1/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../x86_64-pc-linux-gnu/lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../:/lib/:/usr/lib/ +#15 17.65 ----------- +#15 17.65 Library ws2_32 found: NO +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpzahoxs1p +#15 17.65 Code: +#15 17.65 +#15 17.65 #include +#15 17.65 int main(void) { +#15 17.65 /* If it's not defined as a macro, try to use as a symbol */ +#15 17.65 #ifndef major +#15 17.65 major; +#15 17.65 #endif +#15 17.65 return 0; +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpzahoxs1p/testfile.c -o /mesa/_build/meson-private/tmpzahoxs1p/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Header "sys/sysmacros.h" has symbol "major" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpfy7nhg9o +#15 17.65 Code: +#15 17.65 +#15 17.65 #include +#15 17.65 int main(void) { +#15 17.65 /* If it's not defined as a macro, try to use as a symbol */ +#15 17.65 #ifndef minor +#15 17.65 minor; +#15 17.65 #endif +#15 17.65 return 0; +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpfy7nhg9o/testfile.c -o /mesa/_build/meson-private/tmpfy7nhg9o/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Header "sys/sysmacros.h" has symbol "minor" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp7jkz4pyq +#15 17.65 Code: +#15 17.65 +#15 17.65 #include +#15 17.65 int main(void) { +#15 17.65 /* If it's not defined as a macro, try to use as a symbol */ +#15 17.65 #ifndef makedev +#15 17.65 makedev; +#15 17.65 #endif +#15 17.65 return 0; +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp7jkz4pyq/testfile.c -o /mesa/_build/meson-private/tmp7jkz4pyq/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Header "sys/sysmacros.h" has symbol "makedev" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp4000p5y5 +#15 17.65 Code: +#15 17.65 +#15 17.65 #include +#15 17.65 int main(void) { +#15 17.65 /* If it's not defined as a macro, try to use as a symbol */ +#15 17.65 #ifndef major +#15 17.65 major; +#15 17.65 #endif +#15 17.65 return 0; +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp4000p5y5/testfile.c -o /mesa/_build/meson-private/tmp4000p5y5/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 1 +#15 17.65 stderr: +#15 17.65 /mesa/_build/meson-private/tmp4000p5y5/testfile.c:2:18: fatal error: sys/mkdev.h: No such file or directory +#15 17.65 2 | #include +#15 17.65 | ^~~~~~~~~~~~~ +#15 17.65 compilation terminated. +#15 17.65 ----------- +#15 17.65 Header "sys/mkdev.h" has symbol "major" : NO +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpqgvmgbm4 +#15 17.65 Code: +#15 17.65 +#15 17.65 #include +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpqgvmgbm4/testfile.c -o /mesa/_build/meson-private/tmpqgvmgbm4/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Check usable header "sched.h" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpg20cr67f +#15 17.65 Code: +#15 17.65 +#15 17.65 #define sched_getaffinity meson_disable_define_of_sched_getaffinity +#15 17.65 +#15 17.65 #include +#15 17.65 #undef sched_getaffinity +#15 17.65 +#15 17.65 #ifdef __cplusplus +#15 17.65 extern "C" +#15 17.65 #endif +#15 17.65 char sched_getaffinity (void); +#15 17.65 +#15 17.65 #if defined __stub_sched_getaffinity || defined __stub___sched_getaffinity +#15 17.65 fail fail fail this function is not going to work +#15 17.65 #endif +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 return sched_getaffinity (); +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpg20cr67f/testfile.c -o /mesa/_build/meson-private/tmpg20cr67f/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Checking for function "sched_getaffinity" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp__yol86t +#15 17.65 Code: +#15 17.65 +#15 17.65 #include +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp__yol86t/testfile.c -o /mesa/_build/meson-private/tmp__yol86t/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 1 +#15 17.65 stderr: +#15 17.65 /mesa/_build/meson-private/tmp__yol86t/testfile.c:2:18: fatal error: xlocale.h: No such file or directory +#15 17.65 2 | #include +#15 17.65 | ^~~~~~~~~~~ +#15 17.65 compilation terminated. +#15 17.65 ----------- +#15 17.65 Check usable header "xlocale.h" : NO +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmph8848zyw +#15 17.65 Code: +#15 17.65 +#15 17.65 #include +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmph8848zyw/testfile.c -o /mesa/_build/meson-private/tmph8848zyw/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Check usable header "linux/futex.h" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpo8pesb_a +#15 17.65 Code: +#15 17.65 +#15 17.65 #include +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpo8pesb_a/testfile.c -o /mesa/_build/meson-private/tmpo8pesb_a/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Check usable header "endian.h" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpeya_zbhy +#15 17.65 Code: +#15 17.65 +#15 17.65 #include +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpeya_zbhy/testfile.c -o /mesa/_build/meson-private/tmpeya_zbhy/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Check usable header "dlfcn.h" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpwrp4jfxv +#15 17.65 Code: +#15 17.65 +#15 17.65 #include +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpwrp4jfxv/testfile.c -o /mesa/_build/meson-private/tmpwrp4jfxv/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Check usable header "sys/shm.h" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpv_ch4610 +#15 17.65 Code: +#15 17.65 +#15 17.65 #include +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpv_ch4610/testfile.c -o /mesa/_build/meson-private/tmpv_ch4610/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Check usable header "cet.h" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpwthe3pe5 +#15 17.65 Code: +#15 17.65 +#15 17.65 #include +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpwthe3pe5/testfile.c -o /mesa/_build/meson-private/tmpwthe3pe5/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 1 +#15 17.65 stderr: +#15 17.65 /mesa/_build/meson-private/tmpwthe3pe5/testfile.c:2:18: fatal error: pthread_np.h: No such file or directory +#15 17.65 2 | #include +#15 17.65 | ^~~~~~~~~~~~~~ +#15 17.65 compilation terminated. +#15 17.65 ----------- +#15 17.65 Check usable header "pthread_np.h" : NO +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpuf0auanp +#15 17.65 Code: +#15 17.65 +#15 17.65 #include +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpuf0auanp/testfile.c -o /mesa/_build/meson-private/tmpuf0auanp/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Check usable header "sys/inotify.h" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpe5qx37od +#15 17.65 Code: +#15 17.65 +#15 17.65 #include +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpe5qx37od/testfile.c -o /mesa/_build/meson-private/tmpe5qx37od/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Check usable header "linux/udmabuf.h" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp9qm5n4mp +#15 17.65 Code: +#15 17.65 +#15 17.65 #define strtof meson_disable_define_of_strtof +#15 17.65 +#15 17.65 #include +#15 17.65 #undef strtof +#15 17.65 +#15 17.65 #ifdef __cplusplus +#15 17.65 extern "C" +#15 17.65 #endif +#15 17.65 char strtof (void); +#15 17.65 +#15 17.65 #if defined __stub_strtof || defined __stub___strtof +#15 17.65 fail fail fail this function is not going to work +#15 17.65 #endif +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 return strtof (); +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp9qm5n4mp/testfile.c -o /mesa/_build/meson-private/tmp9qm5n4mp/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Checking for function "strtof" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpfp2zw_e6 +#15 17.65 Code: +#15 17.65 +#15 17.65 #define mkostemp meson_disable_define_of_mkostemp +#15 17.65 +#15 17.65 #include +#15 17.65 #undef mkostemp +#15 17.65 +#15 17.65 #ifdef __cplusplus +#15 17.65 extern "C" +#15 17.65 #endif +#15 17.65 char mkostemp (void); +#15 17.65 +#15 17.65 #if defined __stub_mkostemp || defined __stub___mkostemp +#15 17.65 fail fail fail this function is not going to work +#15 17.65 #endif +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 return mkostemp (); +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpfp2zw_e6/testfile.c -o /mesa/_build/meson-private/tmpfp2zw_e6/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Checking for function "mkostemp" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpefuc6i0p +#15 17.65 Code: +#15 17.65 +#15 17.65 #define memfd_create meson_disable_define_of_memfd_create +#15 17.65 +#15 17.65 #include +#15 17.65 #undef memfd_create +#15 17.65 +#15 17.65 #ifdef __cplusplus +#15 17.65 extern "C" +#15 17.65 #endif +#15 17.65 char memfd_create (void); +#15 17.65 +#15 17.65 #if defined __stub_memfd_create || defined __stub___memfd_create +#15 17.65 fail fail fail this function is not going to work +#15 17.65 #endif +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 return memfd_create (); +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpefuc6i0p/testfile.c -o /mesa/_build/meson-private/tmpefuc6i0p/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Checking for function "memfd_create" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpahnkfn85 +#15 17.65 Code: +#15 17.65 +#15 17.65 #define random_r meson_disable_define_of_random_r +#15 17.65 +#15 17.65 #include +#15 17.65 #undef random_r +#15 17.65 +#15 17.65 #ifdef __cplusplus +#15 17.65 extern "C" +#15 17.65 #endif +#15 17.65 char random_r (void); +#15 17.65 +#15 17.65 #if defined __stub_random_r || defined __stub___random_r +#15 17.65 fail fail fail this function is not going to work +#15 17.65 #endif +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 return random_r (); +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpahnkfn85/testfile.c -o /mesa/_build/meson-private/tmpahnkfn85/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Checking for function "random_r" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpc4sinnlo +#15 17.65 Code: +#15 17.65 +#15 17.65 #define flock meson_disable_define_of_flock +#15 17.65 +#15 17.65 #include +#15 17.65 #undef flock +#15 17.65 +#15 17.65 #ifdef __cplusplus +#15 17.65 extern "C" +#15 17.65 #endif +#15 17.65 char flock (void); +#15 17.65 +#15 17.65 #if defined __stub_flock || defined __stub___flock +#15 17.65 fail fail fail this function is not going to work +#15 17.65 #endif +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 return flock (); +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpc4sinnlo/testfile.c -o /mesa/_build/meson-private/tmpc4sinnlo/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Checking for function "flock" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp5pq5tw2u +#15 17.65 Code: +#15 17.65 +#15 17.65 #define strtok_r meson_disable_define_of_strtok_r +#15 17.65 +#15 17.65 #include +#15 17.65 #undef strtok_r +#15 17.65 +#15 17.65 #ifdef __cplusplus +#15 17.65 extern "C" +#15 17.65 #endif +#15 17.65 char strtok_r (void); +#15 17.65 +#15 17.65 #if defined __stub_strtok_r || defined __stub___strtok_r +#15 17.65 fail fail fail this function is not going to work +#15 17.65 #endif +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 return strtok_r (); +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp5pq5tw2u/testfile.c -o /mesa/_build/meson-private/tmp5pq5tw2u/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Checking for function "strtok_r" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp__wafst4 +#15 17.65 Code: +#15 17.65 +#15 17.65 #define getrandom meson_disable_define_of_getrandom +#15 17.65 +#15 17.65 #include +#15 17.65 #undef getrandom +#15 17.65 +#15 17.65 #ifdef __cplusplus +#15 17.65 extern "C" +#15 17.65 #endif +#15 17.65 char getrandom (void); +#15 17.65 +#15 17.65 #if defined __stub_getrandom || defined __stub___getrandom +#15 17.65 fail fail fail this function is not going to work +#15 17.65 #endif +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 return getrandom (); +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp__wafst4/testfile.c -o /mesa/_build/meson-private/tmp__wafst4/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Checking for function "getrandom" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpzmfulivf +#15 17.65 Code: +#15 17.65 +#15 17.65 #define qsort_s meson_disable_define_of_qsort_s +#15 17.65 +#15 17.65 #include +#15 17.65 #undef qsort_s +#15 17.65 +#15 17.65 #ifdef __cplusplus +#15 17.65 extern "C" +#15 17.65 #endif +#15 17.65 char qsort_s (void); +#15 17.65 +#15 17.65 #if defined __stub_qsort_s || defined __stub___qsort_s +#15 17.65 fail fail fail this function is not going to work +#15 17.65 #endif +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 return qsort_s (); +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpzmfulivf/testfile.c -o /mesa/_build/meson-private/tmpzmfulivf/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 1 +#15 17.65 stderr: +#15 17.65 /usr/sbin/ld: /tmp/ccpkW811.o: in function `main': +#15 17.65 testfile.c:(.text+0x5): undefined reference to `qsort_s' +#15 17.65 collect2: error: ld returned 1 exit status +#15 17.65 ----------- +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmphfr2ipc_ +#15 17.65 Code: +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 +#15 17.65 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 17.65 * provides various builtins which are not really implemented and +#15 17.65 * fall back to the stdlib where they aren't provided and fail at +#15 17.65 * build/link time. In case the user provides a header, including +#15 17.65 * the header didn't lead to the function being defined, and the +#15 17.65 * function we are checking isn't a builtin itself we assume the +#15 17.65 * builtin is not functional and we just error out. */ +#15 17.65 #if !1 && !defined(qsort_s) && !0 +#15 17.65 #error "No definition for __builtin_qsort_s found in the prefix" +#15 17.65 #endif +#15 17.65 +#15 17.65 #ifdef __has_builtin +#15 17.65 #if !__has_builtin(__builtin_qsort_s) +#15 17.65 #error "__builtin_qsort_s not found" +#15 17.65 #endif +#15 17.65 #elif ! defined(qsort_s) +#15 17.65 __builtin_qsort_s; +#15 17.65 #endif +#15 17.65 return 0; +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmphfr2ipc_/testfile.c -o /mesa/_build/meson-private/tmphfr2ipc_/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 1 +#15 17.65 stderr: +#15 17.65 /mesa/_build/meson-private/tmphfr2ipc_/testfile.c: In function 'main': +#15 17.65 /mesa/_build/meson-private/tmphfr2ipc_/testfile.c:17:18: error: #error "__builtin_qsort_s not found" +#15 17.65 17 | #error "__builtin_qsort_s not found" +#15 17.65 | ^~~~~ +#15 17.65 ----------- +#15 17.65 Checking for function "qsort_s" : NO +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp28jeyl8o +#15 17.65 Code: +#15 17.65 +#15 17.65 #define posix_fallocate meson_disable_define_of_posix_fallocate +#15 17.65 +#15 17.65 #include +#15 17.65 #undef posix_fallocate +#15 17.65 +#15 17.65 #ifdef __cplusplus +#15 17.65 extern "C" +#15 17.65 #endif +#15 17.65 char posix_fallocate (void); +#15 17.65 +#15 17.65 #if defined __stub_posix_fallocate || defined __stub___posix_fallocate +#15 17.65 fail fail fail this function is not going to work +#15 17.65 #endif +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 return posix_fallocate (); +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp28jeyl8o/testfile.c -o /mesa/_build/meson-private/tmp28jeyl8o/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Checking for function "posix_fallocate" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpvhfmdnzl +#15 17.65 Code: +#15 17.65 +#15 17.65 #define secure_getenv meson_disable_define_of_secure_getenv +#15 17.65 +#15 17.65 #include +#15 17.65 #undef secure_getenv +#15 17.65 +#15 17.65 #ifdef __cplusplus +#15 17.65 extern "C" +#15 17.65 #endif +#15 17.65 char secure_getenv (void); +#15 17.65 +#15 17.65 #if defined __stub_secure_getenv || defined __stub___secure_getenv +#15 17.65 fail fail fail this function is not going to work +#15 17.65 #endif +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 return secure_getenv (); +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpvhfmdnzl/testfile.c -o /mesa/_build/meson-private/tmpvhfmdnzl/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Checking for function "secure_getenv" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /tmp/tmppqzz5_fl +#15 17.65 Code: +#15 17.65 int i = static_cast(0); +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/g++ /tmp/tmppqzz5_fl/testfile.cpp -o /tmp/tmppqzz5_fl/output.obj -D_FILE_OFFSET_BITS=64 -c -std=c++17` -> 0 +#15 17.65 Compiler accepts -std=c++17: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp8xshf4zs +#15 17.65 Code: +#15 17.65 +#15 17.65 #define _GNU_SOURCE +#15 17.65 #include +#15 17.65 +#15 17.65 static int dcomp(const void *l, const void *r, void *t) { return 0; } +#15 17.65 +#15 17.65 int main(int ac, char **av) { +#15 17.65 int arr[] = { 1 }; +#15 17.65 void *t = NULL; +#15 17.65 qsort_r((void*)&arr[0], 1, 1, dcomp, t); +#15 17.65 return (0); +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/g++ /mesa/_build/meson-private/tmp8xshf4zs/testfile.cpp -o /mesa/_build/meson-private/tmp8xshf4zs/output.exe -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -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_OPTIMIZE -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` -> 0 +#15 17.65 stderr: +#15 17.65 /mesa/_build/meson-private/tmp8xshf4zs/testfile.cpp:2:13: warning: '_GNU_SOURCE' redefined +#15 17.65 2 | #define _GNU_SOURCE +#15 17.65 | ^~~~~~~~~~~ +#15 17.65 : note: this is the location of the previous definition +#15 17.65 ----------- +#15 17.65 Checking if "GNU qsort_r" links: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpxni3079e +#15 17.65 Code: +#15 17.65 +#15 17.65 #include +#15 17.65 int main(void) { +#15 17.65 /* If it's not defined as a macro, try to use as a symbol */ +#15 17.65 #ifndef struct timespec +#15 17.65 struct timespec; +#15 17.65 #endif +#15 17.65 return 0; +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpxni3079e/testfile.c -o /mesa/_build/meson-private/tmpxni3079e/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 stderr: +#15 17.65 /mesa/_build/meson-private/tmpxni3079e/testfile.c: In function 'main': +#15 17.65 /mesa/_build/meson-private/tmpxni3079e/testfile.c:5:28: warning: extra tokens at end of '#ifndef' directive +#15 17.65 5 | #ifndef struct timespec +#15 17.65 | ^~~~~~~~ +#15 17.65 ----------- +#15 17.65 Header "time.h" has symbol "struct timespec" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpgz040i92 +#15 17.65 Code: +#15 17.65 #include +#15 17.65 #include +#15 17.65 +#15 17.65 #if defined __stub_thrd_create || defined __stub___thrd_create +#15 17.65 fail fail fail this function is not going to work +#15 17.65 #endif +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 void *a = (void*) &thrd_create; +#15 17.65 long long b = (long long) a; +#15 17.65 return (int) b; +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpgz040i92/testfile.c -o /mesa/_build/meson-private/tmpgz040i92/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Checking for function "thrd_create" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpoq23lhzs +#15 17.65 Code: +#15 17.65 +#15 17.65 #include +#15 17.65 int main(void) { +#15 17.65 /* If it's not defined as a macro, try to use as a symbol */ +#15 17.65 #ifndef program_invocation_name +#15 17.65 program_invocation_name; +#15 17.65 #endif +#15 17.65 return 0; +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpoq23lhzs/testfile.c -o /mesa/_build/meson-private/tmpoq23lhzs/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -D_GNU_SOURCE` -> 0 +#15 17.65 Header "errno.h" has symbol "program_invocation_name" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpapgrz3ys +#15 17.65 Code: +#15 17.65 +#15 17.65 #include +#15 17.65 int main(void) { +#15 17.65 /* If it's not defined as a macro, try to use as a symbol */ +#15 17.65 #ifndef issignaling +#15 17.65 issignaling; +#15 17.65 #endif +#15 17.65 return 0; +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpapgrz3ys/testfile.c -o /mesa/_build/meson-private/tmpapgrz3ys/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -D_GNU_SOURCE` -> 0 +#15 17.65 Header "math.h" has symbol "issignaling" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpfpbzc97t +#15 17.65 Code: +#15 17.65 +#15 17.65 #define posix_memalign meson_disable_define_of_posix_memalign +#15 17.65 +#15 17.65 #include +#15 17.65 #undef posix_memalign +#15 17.65 +#15 17.65 #ifdef __cplusplus +#15 17.65 extern "C" +#15 17.65 #endif +#15 17.65 char posix_memalign (void); +#15 17.65 +#15 17.65 #if defined __stub_posix_memalign || defined __stub___posix_memalign +#15 17.65 fail fail fail this function is not going to work +#15 17.65 #endif +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 return posix_memalign (); +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpfpbzc97t/testfile.c -o /mesa/_build/meson-private/tmpfpbzc97t/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Checking for function "posix_memalign" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpupvqhcdn +#15 17.65 Code: +#15 17.65 #include +#15 17.65 #include +#15 17.65 void bar(void) { +#15 17.65 struct dirent foo; +#15 17.65 (void) ( foo.d_type ); +#15 17.65 +#15 17.65 (void) foo; +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpupvqhcdn/testfile.c -o /mesa/_build/meson-private/tmpupvqhcdn/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Checking whether type "struct dirent" has member "d_type" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpyiksawpv +#15 17.65 Code: +#15 17.65 +#15 17.65 #define _GNU_SOURCE +#15 17.65 #include +#15 17.65 #include +#15 17.65 #ifdef HAVE_XLOCALE_H +#15 17.65 #include +#15 17.65 #endif +#15 17.65 int main() { +#15 17.65 locale_t loc = newlocale(LC_CTYPE_MASK, "C", NULL); +#15 17.65 const char *s = "1.0"; +#15 17.65 char *end; +#15 17.65 double d = strtod_l(s, &end, loc); +#15 17.65 float f = strtof_l(s, &end, loc); +#15 17.65 freelocale(loc); +#15 17.65 return 0; +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpyiksawpv/testfile.c -o /mesa/_build/meson-private/tmpyiksawpv/output.exe -D_FILE_OFFSET_BITS=64 -O0 -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_OPTIMIZE -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` -> 0 +#15 17.65 stderr: +#15 17.65 /mesa/_build/meson-private/tmpyiksawpv/testfile.c:2:13: warning: '_GNU_SOURCE' redefined +#15 17.65 2 | #define _GNU_SOURCE +#15 17.65 | ^~~~~~~~~~~ +#15 17.65 : note: this is the location of the previous definition +#15 17.65 ----------- +#15 17.65 Checking if "strtod has locale support" links: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp7zk_o9ox +#15 17.65 Code: +#15 17.65 int main() { return 0; } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp7zk_o9ox/testfile.c -o /mesa/_build/meson-private/tmp7zk_o9ox/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,-Bsymbolic` -> 0 +#15 17.65 Checking if "Bsymbolic" links: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp2x90f0f4 +#15 17.65 Code: +#15 17.65 int main() { return 0; } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp2x90f0f4/testfile.c -o /mesa/_build/meson-private/tmp2x90f0f4/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,--version-script=/mesa/build-support/conftest.map` -> 0 +#15 17.65 Checking if "version-script" links: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmplwic_2x8 +#15 17.65 Code: +#15 17.65 int main() { return 0; } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmplwic_2x8/testfile.c -o /mesa/_build/meson-private/tmplwic_2x8/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,--dynamic-list=/mesa/build-support/conftest.dyn` -> 0 +#15 17.65 Checking if "dynamic-list" links: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpufcoyhgx +#15 17.65 Code: +#15 17.65 int main(void) { return 0; } +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpufcoyhgx/testfile.c -o /mesa/_build/meson-private/tmpufcoyhgx/output.exe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -Wl,--build-id=sha1` -> 0 +#15 17.65 Compiler for C supports link arguments -Wl,--build-id=sha1: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmppsm9nt0x +#15 17.65 Code: +#15 17.65 +#15 17.65 #define dlopen meson_disable_define_of_dlopen +#15 17.65 +#15 17.65 #include +#15 17.65 #undef dlopen +#15 17.65 +#15 17.65 #ifdef __cplusplus +#15 17.65 extern "C" +#15 17.65 #endif +#15 17.65 char dlopen (void); +#15 17.65 +#15 17.65 #if defined __stub_dlopen || defined __stub___dlopen +#15 17.65 fail fail fail this function is not going to work +#15 17.65 #endif +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 return dlopen (); +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmppsm9nt0x/testfile.c -o /mesa/_build/meson-private/tmppsm9nt0x/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Checking for function "dlopen" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpbbzyyram +#15 17.65 Code: +#15 17.65 +#15 17.65 #define dladdr meson_disable_define_of_dladdr +#15 17.65 +#15 17.65 #include +#15 17.65 #undef dladdr +#15 17.65 +#15 17.65 #ifdef __cplusplus +#15 17.65 extern "C" +#15 17.65 #endif +#15 17.65 char dladdr (void); +#15 17.65 +#15 17.65 #if defined __stub_dladdr || defined __stub___dladdr +#15 17.65 fail fail fail this function is not going to work +#15 17.65 #endif +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 return dladdr (); +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpbbzyyram/testfile.c -o /mesa/_build/meson-private/tmpbbzyyram/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Checking for function "dladdr" with dependency : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpsa2j0bp0 +#15 17.65 Code: +#15 17.65 +#15 17.65 #define dl_iterate_phdr meson_disable_define_of_dl_iterate_phdr +#15 17.65 +#15 17.65 #include +#15 17.65 #undef dl_iterate_phdr +#15 17.65 +#15 17.65 #ifdef __cplusplus +#15 17.65 extern "C" +#15 17.65 #endif +#15 17.65 char dl_iterate_phdr (void); +#15 17.65 +#15 17.65 #if defined __stub_dl_iterate_phdr || defined __stub___dl_iterate_phdr +#15 17.65 fail fail fail this function is not going to work +#15 17.65 #endif +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 return dl_iterate_phdr (); +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpsa2j0bp0/testfile.c -o /mesa/_build/meson-private/tmpsa2j0bp0/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Checking for function "dl_iterate_phdr" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpm2wkmmjz +#15 17.65 Code: +#15 17.65 +#15 17.65 #define clock_gettime meson_disable_define_of_clock_gettime +#15 17.65 +#15 17.65 #include +#15 17.65 #undef clock_gettime +#15 17.65 +#15 17.65 #ifdef __cplusplus +#15 17.65 extern "C" +#15 17.65 #endif +#15 17.65 char clock_gettime (void); +#15 17.65 +#15 17.65 #if defined __stub_clock_gettime || defined __stub___clock_gettime +#15 17.65 fail fail fail this function is not going to work +#15 17.65 #endif +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 return clock_gettime (); +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpm2wkmmjz/testfile.c -o /mesa/_build/meson-private/tmpm2wkmmjz/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Checking for function "clock_gettime" : YES +#15 17.65 Determining dependency 'zlib' with pkg-config executable '/usr/sbin/pkg-config' +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --modversion zlib` -> 0 +#15 17.65 stdout: +#15 17.65 1.3.1 +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --cflags zlib` -> 0 +#15 17.65 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs zlib` -> 0 +#15 17.65 stdout: +#15 17.65 -L/usr/lib -lz +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs zlib` -> 0 +#15 17.65 stdout: +#15 17.65 -lz +#15 17.65 ----------- +#15 17.65 Run-time dependency zlib found: YES 1.3.1 +#15 17.65 Determining dependency 'libzstd' with pkg-config executable '/usr/sbin/pkg-config' +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --modversion libzstd` -> 0 +#15 17.65 stdout: +#15 17.65 1.5.7 +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --cflags libzstd` -> 0 +#15 17.65 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs libzstd` -> 0 +#15 17.65 stdout: +#15 17.65 -L/usr/lib -lzstd +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs libzstd` -> 0 +#15 17.65 stdout: +#15 17.65 -lzstd +#15 17.65 ----------- +#15 17.65 Run-time dependency libzstd found: YES 1.5.7 +#15 17.65 Run-time dependency threads found: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmporrzrarf +#15 17.65 Code: +#15 17.65 #include +#15 17.65 #include +#15 17.65 +#15 17.65 #if defined __stub_pthread_setaffinity_np || defined __stub___pthread_setaffinity_np +#15 17.65 fail fail fail this function is not going to work +#15 17.65 #endif +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 void *a = (void*) &pthread_setaffinity_np; +#15 17.65 long long b = (long long) a; +#15 17.65 return (int) b; +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmporrzrarf/testfile.c -o /mesa/_build/meson-private/tmporrzrarf/output.exe -pthread -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -D_GNU_SOURCE` -> 0 +#15 17.65 Checking for function "pthread_setaffinity_np" with dependency threads: YES +#15 17.65 Determining dependency 'expat' with pkg-config executable '/usr/sbin/pkg-config' +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --modversion expat` -> 0 +#15 17.65 stdout: +#15 17.65 2.7.3 +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --cflags expat` -> 0 +#15 17.65 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs expat` -> 0 +#15 17.65 stdout: +#15 17.65 -L/usr/lib -lexpat +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs expat` -> 0 +#15 17.65 stdout: +#15 17.65 -lexpat +#15 17.65 ----------- +#15 17.65 Run-time dependency expat found: YES 2.7.3 +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpjhya_827 +#15 17.65 Code: +#15 17.65 int main(void) { return 0; } +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpjhya_827/testfile.c -o /mesa/_build/meson-private/tmpjhya_827/output.exe -D_FILE_OFFSET_BITS=64 -O0 -lm -Wl,--allow-shlib-undefined` -> 0 +#15 17.65 Library m found: YES +#15 17.65 Message: libdrm 2.4.121 needed because amdgpu has the highest requirement +#15 17.65 Determining dependency 'libdrm_intel' with pkg-config executable '/usr/sbin/pkg-config' +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --modversion libdrm_intel` -> 0 +#15 17.65 stdout: +#15 17.65 2.4.126 +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --cflags libdrm_intel` -> 0 +#15 17.65 stdout: +#15 17.65 -I/usr/include/libdrm +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs libdrm_intel` -> 0 +#15 17.65 stdout: +#15 17.65 -L/usr/lib -ldrm_intel -ldrm +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs libdrm_intel` -> 0 +#15 17.65 stdout: +#15 17.65 -ldrm_intel -ldrm +#15 17.65 ----------- +#15 17.65 Run-time dependency libdrm_intel found: YES 2.4.126 +#15 17.65 Determining dependency 'libdrm_amdgpu' with pkg-config executable '/usr/sbin/pkg-config' +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --modversion libdrm_amdgpu` -> 0 +#15 17.65 stdout: +#15 17.65 2.4.126 +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --cflags libdrm_amdgpu` -> 0 +#15 17.65 stdout: +#15 17.65 -I/usr/include/libdrm +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs libdrm_amdgpu` -> 0 +#15 17.65 stdout: +#15 17.65 -L/usr/lib -ldrm_amdgpu +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs libdrm_amdgpu` -> 0 +#15 17.65 stdout: +#15 17.65 -ldrm_amdgpu +#15 17.65 ----------- +#15 17.65 Run-time dependency libdrm_amdgpu found: YES 2.4.126 +#15 17.65 Determining dependency 'libdrm' with pkg-config executable '/usr/sbin/pkg-config' +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --modversion libdrm` -> 0 +#15 17.65 stdout: +#15 17.65 2.4.126 +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --cflags libdrm` -> 0 +#15 17.65 stdout: +#15 17.65 -I/usr/include/libdrm +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs libdrm` -> 0 +#15 17.65 stdout: +#15 17.65 -L/usr/lib -ldrm +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs libdrm` -> 0 +#15 17.65 stdout: +#15 17.65 -ldrm +#15 17.65 ----------- +#15 17.65 Run-time dependency libdrm found: YES 2.4.126 +#15 17.65 Determining dependency 'libudev' with pkg-config executable '/usr/sbin/pkg-config' +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --modversion libudev` -> 0 +#15 17.65 stdout: +#15 17.65 258 +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --cflags libudev` -> 0 +#15 17.65 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs libudev` -> 0 +#15 17.65 stdout: +#15 17.65 -L/usr/lib -ludev +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs libudev` -> 0 +#15 17.65 stdout: +#15 17.65 -ludev +#15 17.65 ----------- +#15 17.65 Run-time dependency libudev found: YES 258 +#15 17.65 llvm-config binary missing from cross or native file, or env var undefined. +#15 17.65 Trying a default llvm-config fallback at llvm-config +#15 17.65 Trying a default llvm-config fallback at llvm-config-21.1 +#15 17.65 Trying a default llvm-config fallback at llvm-config21.1 +#15 17.65 Trying a default llvm-config fallback at llvm-config-21 +#15 17.65 Trying a default llvm-config fallback at llvm-config21 +#15 17.65 Trying a default llvm-config fallback at llvm-config-20.1 +#15 17.65 Trying a default llvm-config fallback at llvm-config20.1 +#15 17.65 Trying a default llvm-config fallback at llvm-config-20 +#15 17.65 Trying a default llvm-config fallback at llvm-config20 +#15 17.65 Trying a default llvm-config fallback at llvm-config-19.1 +#15 17.65 Trying a default llvm-config fallback at llvm-config19.1 +#15 17.65 Trying a default llvm-config fallback at llvm-config-19 +#15 17.65 Trying a default llvm-config fallback at llvm-config19 +#15 17.65 Trying a default llvm-config fallback at llvm-config-18.1 +#15 17.65 Trying a default llvm-config fallback at llvm-config18.1 +#15 17.65 Trying a default llvm-config fallback at llvm-config-18 +#15 17.65 Trying a default llvm-config fallback at llvm-config18 +#15 17.65 Trying a default llvm-config fallback at llvm-config-17 +#15 17.65 Trying a default llvm-config fallback at llvm-config17 +#15 17.65 Trying a default llvm-config fallback at llvm-config-16 +#15 17.65 Trying a default llvm-config fallback at llvm-config16 +#15 17.65 Trying a default llvm-config fallback at llvm-config-15 +#15 17.65 Trying a default llvm-config fallback at llvm-config15 +#15 17.65 Trying a default llvm-config fallback at llvm-config-14 +#15 17.65 Trying a default llvm-config fallback at llvm-config14 +#15 17.65 Trying a default llvm-config fallback at llvm-config-13 +#15 17.65 Trying a default llvm-config fallback at llvm-config13 +#15 17.65 Trying a default llvm-config fallback at llvm-config-12 +#15 17.65 Trying a default llvm-config fallback at llvm-config12 +#15 17.65 Trying a default llvm-config fallback at llvm-config-11 +#15 17.65 Trying a default llvm-config fallback at llvm-config11 +#15 17.65 Trying a default llvm-config fallback at llvm-config-10 +#15 17.65 Trying a default llvm-config fallback at llvm-config10 +#15 17.65 Trying a default llvm-config fallback at llvm-config-9 +#15 17.65 Trying a default llvm-config fallback at llvm-config90 +#15 17.65 Trying a default llvm-config fallback at llvm-config-8 +#15 17.65 Trying a default llvm-config fallback at llvm-config80 +#15 17.65 Trying a default llvm-config fallback at llvm-config-7 +#15 17.65 Trying a default llvm-config fallback at llvm-config70 +#15 17.65 Trying a default llvm-config fallback at llvm-config-6.0 +#15 17.65 Trying a default llvm-config fallback at llvm-config60 +#15 17.65 Trying a default llvm-config fallback at llvm-config-5.0 +#15 17.65 Trying a default llvm-config fallback at llvm-config50 +#15 17.65 Trying a default llvm-config fallback at llvm-config-4.0 +#15 17.65 Trying a default llvm-config fallback at llvm-config40 +#15 17.65 Trying a default llvm-config fallback at llvm-config-3.9 +#15 17.65 Trying a default llvm-config fallback at llvm-config39 +#15 17.65 Trying a default llvm-config fallback at llvm-config-3.8 +#15 17.65 Trying a default llvm-config fallback at llvm-config38 +#15 17.65 Trying a default llvm-config fallback at llvm-config-3.7 +#15 17.65 Trying a default llvm-config fallback at llvm-config37 +#15 17.65 Trying a default llvm-config fallback at llvm-config-3.6 +#15 17.65 Trying a default llvm-config fallback at llvm-config36 +#15 17.65 Trying a default llvm-config fallback at llvm-config-3.5 +#15 17.65 Trying a default llvm-config fallback at llvm-config35 +#15 17.65 Trying a default llvm-config fallback at llvm-config-20 +#15 17.65 Trying a default llvm-config fallback at llvm-config-devel +#15 17.65 Trying a default llvm-config fallback at llvm-config-64 +#15 17.65 llvm-config found: YES (/usr/sbin/llvm-config) 20.1.8 +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/llvm-config --components` -> 0 +#15 17.65 stdout: +#15 17.65 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 17.65 ----------- +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/llvm-config --cppflags` -> 0 +#15 17.65 stdout: +#15 17.65 -I/usr/include -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS +#15 17.65 ----------- +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/llvm-config --shared-mode` -> 0 +#15 17.65 stdout: +#15 17.65 shared +#15 17.65 ----------- +#15 17.65 ----------- +#15 17.65 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 17.65 stdout: +#15 17.65 -L/usr/lib +#15 17.65 -lLLVM-20 +#15 17.65 ----------- +#15 17.65 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 17.65 Got config-tool variable has-rtti : YES +#15 17.65 Determining dependency 'LLVMSPIRVLib' with pkg-config executable '/usr/sbin/pkg-config' +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --modversion LLVMSPIRVLib` -> 0 +#15 17.65 stdout: +#15 17.65 20.1.0.0 +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --cflags LLVMSPIRVLib` -> 0 +#15 17.65 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs LLVMSPIRVLib` -> 0 +#15 17.65 stdout: +#15 17.65 -L/usr/lib -lLLVMSPIRVLib +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs LLVMSPIRVLib` -> 0 +#15 17.65 stdout: +#15 17.65 -lLLVMSPIRVLib +#15 17.65 ----------- +#15 17.65 Run-time dependency llvmspirvlib found: YES 20.1.0.0 +#15 17.65 Determining dependency 'SPIRV-Tools' with pkg-config executable '/usr/sbin/pkg-config' +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --modversion SPIRV-Tools` -> 0 +#15 17.65 stdout: +#15 17.65 2025.4.1 +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --cflags SPIRV-Tools` -> 0 +#15 17.65 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs SPIRV-Tools` -> 0 +#15 17.65 stdout: +#15 17.65 -L/usr/lib -lSPIRV-Tools-opt -lSPIRV-Tools -lSPIRV-Tools-link +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs SPIRV-Tools` -> 0 +#15 17.65 stdout: +#15 17.65 -lSPIRV-Tools-opt -lSPIRV-Tools -lSPIRV-Tools-link +#15 17.65 ----------- +#15 17.65 Run-time dependency spirv-tools found: YES 2025.4.1 +#15 17.65 Got config-tool variable libdir : /usr/lib +#15 17.65 Library clang-cpp found: YES +#15 17.65 Determining dependency 'lua54' with pkg-config executable '/usr/sbin/pkg-config' +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --modversion lua54` -> 1 +#15 17.65 stderr: +#15 17.65 Package lua54 was not found in the pkg-config search path. +#15 17.65 Perhaps you should add the directory containing `lua54.pc' +#15 17.65 to the PKG_CONFIG_PATH environment variable +#15 17.65 Package 'lua54' not found +#15 17.65 ----------- +#15 17.65 CMake binary for host machine is cached. +#15 17.65 Preliminary CMake check failed. Aborting. +#15 17.65 Run-time dependency lua54 found: NO (tried pkgconfig and cmake) +#15 17.65 Determining dependency 'lua5.4' with pkg-config executable '/usr/sbin/pkg-config' +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --modversion lua5.4` -> 1 +#15 17.65 stderr: +#15 17.65 Package lua5.4 was not found in the pkg-config search path. +#15 17.65 Perhaps you should add the directory containing `lua5.4.pc' +#15 17.65 to the PKG_CONFIG_PATH environment variable +#15 17.65 Package 'lua5.4' not found +#15 17.65 ----------- +#15 17.65 CMake binary for host machine is cached. +#15 17.65 Preliminary CMake check failed. Aborting. +#15 17.65 Run-time dependency lua5.4 found: NO (tried pkgconfig and cmake) +#15 17.65 Determining dependency 'lua-5.4' with pkg-config executable '/usr/sbin/pkg-config' +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --modversion lua-5.4` -> 1 +#15 17.65 stderr: +#15 17.65 Package lua-5.4 was not found in the pkg-config search path. +#15 17.65 Perhaps you should add the directory containing `lua-5.4.pc' +#15 17.65 to the PKG_CONFIG_PATH environment variable +#15 17.65 Package 'lua-5.4' not found +#15 17.65 ----------- +#15 17.65 CMake binary for host machine is cached. +#15 17.65 Preliminary CMake check failed. Aborting. +#15 17.65 Run-time dependency lua-5.4 found: NO (tried pkgconfig and cmake) +#15 17.65 Determining dependency 'lua53' with pkg-config executable '/usr/sbin/pkg-config' +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --modversion lua53` -> 1 +#15 17.65 stderr: +#15 17.65 Package lua53 was not found in the pkg-config search path. +#15 17.65 Perhaps you should add the directory containing `lua53.pc' +#15 17.65 to the PKG_CONFIG_PATH environment variable +#15 17.65 Package 'lua53' not found +#15 17.65 ----------- +#15 17.65 CMake binary for host machine is cached. +#15 17.65 Preliminary CMake check failed. Aborting. +#15 17.65 Run-time dependency lua53 found: NO (tried pkgconfig and cmake) +#15 17.65 Determining dependency 'lua5.3' with pkg-config executable '/usr/sbin/pkg-config' +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --modversion lua5.3` -> 1 +#15 17.65 stderr: +#15 17.65 Package lua5.3 was not found in the pkg-config search path. +#15 17.65 Perhaps you should add the directory containing `lua5.3.pc' +#15 17.65 to the PKG_CONFIG_PATH environment variable +#15 17.65 Package 'lua5.3' not found +#15 17.65 ----------- +#15 17.65 CMake binary for host machine is cached. +#15 17.65 Preliminary CMake check failed. Aborting. +#15 17.65 Run-time dependency lua5.3 found: NO (tried pkgconfig and cmake) +#15 17.65 Determining dependency 'lua-5.3' with pkg-config executable '/usr/sbin/pkg-config' +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --modversion lua-5.3` -> 1 +#15 17.65 stderr: +#15 17.65 Package lua-5.3 was not found in the pkg-config search path. +#15 17.65 Perhaps you should add the directory containing `lua-5.3.pc' +#15 17.65 to the PKG_CONFIG_PATH environment variable +#15 17.65 Package 'lua-5.3' not found +#15 17.65 ----------- +#15 17.65 CMake binary for host machine is cached. +#15 17.65 Preliminary CMake check failed. Aborting. +#15 17.65 Run-time dependency lua-5.3 found: NO (tried pkgconfig and cmake) +#15 17.65 Determining dependency 'lua' with pkg-config executable '/usr/sbin/pkg-config' +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --modversion lua` -> 1 +#15 17.65 stderr: +#15 17.65 Package lua was not found in the pkg-config search path. +#15 17.65 Perhaps you should add the directory containing `lua.pc' +#15 17.65 to the PKG_CONFIG_PATH environment variable +#15 17.65 Package 'lua' not found +#15 17.65 ----------- +#15 17.65 CMake binary for host machine is cached. +#15 17.65 +#15 17.65 Determining dependency 'lua' with CMake executable '/usr/sbin/cmake' +#15 17.65 CMake Toolchain: Calling CMake once to generate the compiler state +#15 17.65 Calling CMake (['/usr/sbin/cmake']) in /mesa/_build/meson-private/__CMake_compiler_info__ with: +#15 17.65 - "--trace-expand" +#15 17.65 - "--trace-format=json-v1" +#15 17.65 - "--no-warn-unused-cli" +#15 17.65 - "--trace-redirect=cmake_trace.txt" +#15 17.65 - "-G" +#15 17.65 - "Ninja" +#15 17.65 - "-DCMAKE_TOOLCHAIN_FILE=/mesa/_build/meson-private/__CMake_compiler_info__/CMakeMesonTempToolchainFile.cmake" +#15 17.65 - "." +#15 17.65 Try CMake generator: auto +#15 17.65 Calling CMake (['/usr/sbin/cmake']) in /mesa/_build/meson-private/cmake_lua with: +#15 17.65 - "-DNAME=lua" +#15 17.65 - "-DARCHS=" +#15 17.65 - "-DVERSION=" +#15 17.65 - "-DCOMPS=" +#15 17.65 - "-DSTATIC=OFF" +#15 17.65 - "--trace-expand" +#15 17.65 - "--trace-format=json-v1" +#15 17.65 - "--no-warn-unused-cli" +#15 17.65 - "--trace-redirect=cmake_trace.txt" +#15 17.65 - "-DCMAKE_TOOLCHAIN_FILE=/mesa/_build/meson-private/cmake_lua/CMakeMesonToolchainFile.cmake" +#15 17.65 - "." +#15 17.65 CMake reported that the package lua was not found, even though Meson's preliminary check succeeded. +#15 17.65 Dependency lookup for lua with method 'cmake' failed: Dependency lua not found: PACKAGE_FOUND is false +#15 17.65 Run-time dependency lua found: NO (tried pkgconfig) +#15 17.65 Determining dependency 'libelf' with pkg-config executable '/usr/sbin/pkg-config' +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --modversion libelf` -> 0 +#15 17.65 stdout: +#15 17.65 0.193 +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --cflags libelf` -> 0 +#15 17.65 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs libelf` -> 0 +#15 17.65 stdout: +#15 17.65 -L/usr/lib -lelf +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs libelf` -> 0 +#15 17.65 stdout: +#15 17.65 -lelf +#15 17.65 ----------- +#15 17.65 Run-time dependency libelf found: YES 0.193 +#15 17.65 Dependency valgrind skipped: feature valgrind disabled +#15 17.65 Program bison found: YES (/usr/sbin/bison) +#15 17.65 Running command: /usr/sbin/bison --version +#15 17.65 --- stdout --- +#15 17.65 bison (GNU Bison) 3.8.2 +#15 17.65 Written by Robert Corbett and Richard Stallman. +#15 17.65 +#15 17.65 Copyright (C) 2021 Free Software Foundation, Inc. +#15 17.65 This is free software; see the source for copying conditions. There is NO +#15 17.65 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +#15 17.65 +#15 17.65 --- stderr --- +#15 17.65 +#15 17.65 +#15 17.65 Program bison found: YES 3.8.2 3.8.2 (/usr/sbin/bison) +#15 17.65 Program flex found: YES (/usr/sbin/flex) +#15 17.65 Determining dependency 'libunwind' with pkg-config executable '/usr/sbin/pkg-config' +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --modversion libunwind` -> 0 +#15 17.65 stdout: +#15 17.65 1.8.2 +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --cflags libunwind` -> 0 +#15 17.65 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs libunwind` -> 0 +#15 17.65 stdout: +#15 17.65 -L/usr/lib -lunwind +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs libunwind` -> 0 +#15 17.65 stdout: +#15 17.65 -lunwind +#15 17.65 ----------- +#15 17.65 Run-time dependency libunwind found: YES 1.8.2 +#15 17.65 Determining dependency 'wayland-scanner' with pkg-config executable '/usr/sbin/pkg-config' +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --modversion wayland-scanner` -> 0 +#15 17.65 stdout: +#15 17.65 1.24.0 +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --cflags wayland-scanner` -> 0 +#15 17.65 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs wayland-scanner` -> 0 +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs wayland-scanner` -> 0 +#15 17.65 Build-time dependency wayland-scanner found: YES 1.24.0 +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --variable=wayland_scanner wayland-scanner` -> 0 +#15 17.65 stdout: +#15 17.65 /usr/bin/wayland-scanner +#15 17.65 ----------- +#15 17.65 Got pkg-config variable wayland_scanner : /usr/bin/wayland-scanner +#15 17.65 Program /usr/bin/wayland-scanner found: YES (/usr/bin/wayland-scanner) +#15 17.65 Determining dependency 'wayland-protocols' with pkg-config executable '/usr/sbin/pkg-config' +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --modversion wayland-protocols` -> 0 +#15 17.65 stdout: +#15 17.65 1.45 +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --cflags wayland-protocols` -> 0 +#15 17.65 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs wayland-protocols` -> 0 +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs wayland-protocols` -> 0 +#15 17.65 Run-time dependency wayland-protocols found: YES 1.45 +#15 17.65 Determining dependency 'wayland-client' with pkg-config executable '/usr/sbin/pkg-config' +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --modversion wayland-client` -> 0 +#15 17.65 stdout: +#15 17.65 1.24.0 +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --cflags wayland-client` -> 0 +#15 17.65 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs wayland-client` -> 0 +#15 17.65 stdout: +#15 17.65 -L/usr/lib -lwayland-client -lm +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs wayland-client` -> 0 +#15 17.65 stdout: +#15 17.65 -lwayland-client -lm +#15 17.65 ----------- +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpsjix5a8i +#15 17.65 Code: +#15 17.65 int main(void) { return 0; } +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/g++ /mesa/_build/meson-private/tmpsjix5a8i/testfile.cpp -o /mesa/_build/meson-private/tmpsjix5a8i/output.exe -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -lm -Wl,--allow-shlib-undefined` -> 0 +#15 17.65 Run-time dependency wayland-client found: YES 1.24.0 +#15 17.65 Determining dependency 'wayland-server' with pkg-config executable '/usr/sbin/pkg-config' +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --modversion wayland-server` -> 0 +#15 17.65 stdout: +#15 17.65 1.24.0 +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --cflags wayland-server` -> 0 +#15 17.65 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs wayland-server` -> 0 +#15 17.65 stdout: +#15 17.65 -L/usr/lib -lwayland-server -lm +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs wayland-server` -> 0 +#15 17.65 stdout: +#15 17.65 -lwayland-server -lm +#15 17.65 ----------- +#15 17.65 Run-time dependency wayland-server found: YES 1.24.0 +#15 17.65 Determining dependency 'wayland-egl-backend' with pkg-config executable '/usr/sbin/pkg-config' +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --modversion wayland-egl-backend` -> 0 +#15 17.65 stdout: +#15 17.65 3 +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --cflags wayland-egl-backend` -> 0 +#15 17.65 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs wayland-egl-backend` -> 0 +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs wayland-egl-backend` -> 0 +#15 17.65 Run-time dependency wayland-egl-backend found: YES 3 +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp5r9ga9r9 +#15 17.65 Code: +#15 17.65 #include +#15 17.65 #include +#15 17.65 +#15 17.65 #if defined __stub_wl_display_dispatch_queue_timeout || defined __stub___wl_display_dispatch_queue_timeout +#15 17.65 fail fail fail this function is not going to work +#15 17.65 #endif +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 void *a = (void*) &wl_display_dispatch_queue_timeout; +#15 17.65 long long b = (long long) a; +#15 17.65 return (int) b; +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp5r9ga9r9/testfile.c -o /mesa/_build/meson-private/tmp5r9ga9r9/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,--start-group /usr/lib/libwayland-client.so -lm -Wl,--end-group` -> 0 +#15 17.65 Checking for function "wl_display_dispatch_queue_timeout" with dependency wayland-client: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp_91d9o32 +#15 17.65 Code: +#15 17.65 #include +#15 17.65 #include +#15 17.65 +#15 17.65 #if defined __stub_wl_display_create_queue_with_name || defined __stub___wl_display_create_queue_with_name +#15 17.65 fail fail fail this function is not going to work +#15 17.65 #endif +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 void *a = (void*) &wl_display_create_queue_with_name; +#15 17.65 long long b = (long long) a; +#15 17.65 return (int) b; +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp_91d9o32/testfile.c -o /mesa/_build/meson-private/tmp_91d9o32/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -Wl,--start-group /usr/lib/libwayland-client.so -lm -Wl,--end-group` -> 0 +#15 17.65 Checking for function "wl_display_create_queue_with_name" with dependency wayland-client: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /tmp/tmpx75ssshd +#15 17.65 Code: +#15 17.65 +#15 17.65 +#15 17.65 #ifndef _OPENMP +#15 17.65 # define _OPENMP "MESON_GET_DEFINE_UNDEFINED_SENTINEL" +#15 17.65 #endif +#15 17.65 "MESON_GET_DEFINE_DELIMITER_START" +#15 17.65 _OPENMP +#15 17.65 "MESON_GET_DEFINE_DELIMITER_END" +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/g++ /tmp/tmpx75ssshd/testfile.cpp -E -P -fopenmp -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive` -> 0 +#15 17.65 stdout: +#15 17.65 "MESON_GET_DEFINE_DELIMITER_START" +#15 17.65 201511 +#15 17.65 "MESON_GET_DEFINE_DELIMITER_END" +#15 17.65 ----------- +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpwiicsp5i +#15 17.65 Code: +#15 17.65 +#15 17.65 #ifdef __has_include +#15 17.65 #if !__has_include("omp.h") +#15 17.65 #error "Header 'omp.h' could not be found" +#15 17.65 #endif +#15 17.65 #else +#15 17.65 #include +#15 17.65 #endif +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/g++ /mesa/_build/meson-private/tmpwiicsp5i/testfile.cpp -E -P -fopenmp -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive` -> 0 +#15 17.65 Run-time dependency OpenMP found: YES 4.5 +#15 17.65 Determining dependency 'xcb' with pkg-config executable '/usr/sbin/pkg-config' +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --modversion xcb` -> 0 +#15 17.65 stdout: +#15 17.65 1.17.0 +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --cflags xcb` -> 0 +#15 17.65 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs xcb` -> 0 +#15 17.65 stdout: +#15 17.65 -L/usr/lib -lxcb +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs xcb` -> 0 +#15 17.65 stdout: +#15 17.65 -lxcb +#15 17.65 ----------- +#15 17.65 Run-time dependency xcb found: YES 1.17.0 +#15 17.65 Determining dependency 'xcb-randr' with pkg-config executable '/usr/sbin/pkg-config' +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --modversion xcb-randr` -> 0 +#15 17.65 stdout: +#15 17.65 1.17.0 +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --cflags xcb-randr` -> 0 +#15 17.65 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs xcb-randr` -> 0 +#15 17.65 stdout: +#15 17.65 -L/usr/lib -lxcb-randr +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs xcb-randr` -> 0 +#15 17.65 stdout: +#15 17.65 -lxcb-randr +#15 17.65 ----------- +#15 17.65 Run-time dependency xcb-randr found: YES 1.17.0 +#15 17.65 Determining dependency 'x11' with pkg-config executable '/usr/sbin/pkg-config' +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --modversion x11` -> 0 +#15 17.65 stdout: +#15 17.65 1.8.12 +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --cflags x11` -> 0 +#15 17.65 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs x11` -> 0 +#15 17.65 stdout: +#15 17.65 -L/usr/lib -lX11 +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs x11` -> 0 +#15 17.65 stdout: +#15 17.65 -lX11 +#15 17.65 ----------- +#15 17.65 Run-time dependency x11 found: YES 1.8.12 +#15 17.65 Determining dependency 'xext' with pkg-config executable '/usr/sbin/pkg-config' +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --modversion xext` -> 0 +#15 17.65 stdout: +#15 17.65 1.3.6 +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --cflags xext` -> 0 +#15 17.65 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs xext` -> 0 +#15 17.65 stdout: +#15 17.65 -L/usr/lib -lXext +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs xext` -> 0 +#15 17.65 stdout: +#15 17.65 -lXext +#15 17.65 ----------- +#15 17.65 Run-time dependency xext found: YES 1.3.6 +#15 17.65 Determining dependency 'xcb-glx' with pkg-config executable '/usr/sbin/pkg-config' +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --modversion xcb-glx` -> 0 +#15 17.65 stdout: +#15 17.65 1.17.0 +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --cflags xcb-glx` -> 0 +#15 17.65 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs xcb-glx` -> 0 +#15 17.65 stdout: +#15 17.65 -L/usr/lib -lxcb-glx +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs xcb-glx` -> 0 +#15 17.65 stdout: +#15 17.65 -lxcb-glx +#15 17.65 ----------- +#15 17.65 Run-time dependency xcb-glx found: YES 1.17.0 +#15 17.65 Determining dependency 'xcb-shm' with pkg-config executable '/usr/sbin/pkg-config' +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --modversion xcb-shm` -> 0 +#15 17.65 stdout: +#15 17.65 1.17.0 +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --cflags xcb-shm` -> 0 +#15 17.65 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs xcb-shm` -> 0 +#15 17.65 stdout: +#15 17.65 -L/usr/lib -lxcb-shm +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs xcb-shm` -> 0 +#15 17.65 stdout: +#15 17.65 -lxcb-shm +#15 17.65 ----------- +#15 17.65 Run-time dependency xcb-shm found: YES 1.17.0 +#15 17.65 Dependency xcb found: YES 1.17.0 (cached) +#15 17.65 Determining dependency 'xcb-keysyms' with pkg-config executable '/usr/sbin/pkg-config' +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --modversion xcb-keysyms` -> 0 +#15 17.65 stdout: +#15 17.65 0.4.1 +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --cflags xcb-keysyms` -> 0 +#15 17.65 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs xcb-keysyms` -> 0 +#15 17.65 stdout: +#15 17.65 -L/usr/lib -lxcb-keysyms -lxcb +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs xcb-keysyms` -> 0 +#15 17.65 stdout: +#15 17.65 -lxcb-keysyms -lxcb +#15 17.65 ----------- +#15 17.65 Run-time dependency xcb-keysyms found: YES 0.4.1 +#15 17.65 Determining dependency 'x11-xcb' with pkg-config executable '/usr/sbin/pkg-config' +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --modversion x11-xcb` -> 0 +#15 17.65 stdout: +#15 17.65 1.8.12 +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --cflags x11-xcb` -> 0 +#15 17.65 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs x11-xcb` -> 0 +#15 17.65 stdout: +#15 17.65 -L/usr/lib -lX11-xcb -lX11 -lxcb +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs x11-xcb` -> 0 +#15 17.65 stdout: +#15 17.65 -lX11-xcb -lX11 -lxcb +#15 17.65 ----------- +#15 17.65 Run-time dependency x11-xcb found: YES 1.8.12 +#15 17.65 Determining dependency 'xcb-dri3' with pkg-config executable '/usr/sbin/pkg-config' +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --modversion xcb-dri3` -> 0 +#15 17.65 stdout: +#15 17.65 1.17.0 +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --cflags xcb-dri3` -> 0 +#15 17.65 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs xcb-dri3` -> 0 +#15 17.65 stdout: +#15 17.65 -L/usr/lib -lxcb-dri3 +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs xcb-dri3` -> 0 +#15 17.65 stdout: +#15 17.65 -lxcb-dri3 +#15 17.65 ----------- +#15 17.65 Run-time dependency xcb-dri3 found: YES 1.17.0 +#15 17.65 Determining dependency 'xcb-present' with pkg-config executable '/usr/sbin/pkg-config' +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --modversion xcb-present` -> 0 +#15 17.65 stdout: +#15 17.65 1.17.0 +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --cflags xcb-present` -> 0 +#15 17.65 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs xcb-present` -> 0 +#15 17.65 stdout: +#15 17.65 -L/usr/lib -lxcb-present +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs xcb-present` -> 0 +#15 17.65 stdout: +#15 17.65 -lxcb-present +#15 17.65 ----------- +#15 17.65 Run-time dependency xcb-present found: YES 1.17.0 +#15 17.65 Dependency xcb-shm found: YES 1.17.0 (cached) +#15 17.65 Determining dependency 'xcb-sync' with pkg-config executable '/usr/sbin/pkg-config' +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --modversion xcb-sync` -> 0 +#15 17.65 stdout: +#15 17.65 1.17.0 +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --cflags xcb-sync` -> 0 +#15 17.65 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs xcb-sync` -> 0 +#15 17.65 stdout: +#15 17.65 -L/usr/lib -lxcb-sync +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs xcb-sync` -> 0 +#15 17.65 stdout: +#15 17.65 -lxcb-sync +#15 17.65 ----------- +#15 17.65 Run-time dependency xcb-sync found: YES 1.17.0 +#15 17.65 Determining dependency 'xshmfence' with pkg-config executable '/usr/sbin/pkg-config' +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --modversion xshmfence` -> 0 +#15 17.65 stdout: +#15 17.65 1.3.3 +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --cflags xshmfence` -> 0 +#15 17.65 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs xshmfence` -> 0 +#15 17.65 stdout: +#15 17.65 -L/usr/lib -lxshmfence +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs xshmfence` -> 0 +#15 17.65 stdout: +#15 17.65 -lxshmfence +#15 17.65 ----------- +#15 17.65 Run-time dependency xshmfence found: YES 1.3.3 +#15 17.65 Determining dependency 'glproto' with pkg-config executable '/usr/sbin/pkg-config' +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --modversion glproto` -> 0 +#15 17.65 stdout: +#15 17.65 1.4.17 +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --cflags glproto` -> 0 +#15 17.65 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs glproto` -> 0 +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs glproto` -> 0 +#15 17.65 Run-time dependency glproto found: YES 1.4.17 +#15 17.65 Determining dependency 'xxf86vm' with pkg-config executable '/usr/sbin/pkg-config' +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --modversion xxf86vm` -> 0 +#15 17.65 stdout: +#15 17.65 1.1.6 +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --cflags xxf86vm` -> 0 +#15 17.65 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs xxf86vm` -> 0 +#15 17.65 stdout: +#15 17.65 -L/usr/lib -lXxf86vm +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs xxf86vm` -> 0 +#15 17.65 stdout: +#15 17.65 -lXxf86vm +#15 17.65 ----------- +#15 17.65 Run-time dependency xxf86vm found: YES 1.1.6 +#15 17.65 Determining dependency 'xcb-xfixes' with pkg-config executable '/usr/sbin/pkg-config' +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --modversion xcb-xfixes` -> 0 +#15 17.65 stdout: +#15 17.65 1.17.0 +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --cflags xcb-xfixes` -> 0 +#15 17.65 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs xcb-xfixes` -> 0 +#15 17.65 stdout: +#15 17.65 -L/usr/lib -lxcb-xfixes +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs xcb-xfixes` -> 0 +#15 17.65 stdout: +#15 17.65 -lxcb-xfixes +#15 17.65 ----------- +#15 17.65 Run-time dependency xcb-xfixes found: YES 1.17.0 +#15 17.65 Dependency xcb-dri3 found: YES 1.17.0 (cached) +#15 17.65 Dependency xcb-present found: YES 1.17.0 (cached) +#15 17.65 Dependency xcb-shm found: YES 1.17.0 (cached) +#15 17.65 Dependency xshmfence found: YES 1.3.3 (cached) +#15 17.65 Dependency xcb-randr found: YES 1.17.0 (cached) +#15 17.65 Determining dependency 'xrandr' with pkg-config executable '/usr/sbin/pkg-config' +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --modversion xrandr` -> 0 +#15 17.65 stdout: +#15 17.65 1.5.4 +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --cflags xrandr` -> 0 +#15 17.65 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs xrandr` -> 0 +#15 17.65 stdout: +#15 17.65 -L/usr/lib -lXrandr +#15 17.65 ----------- +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --libs xrandr` -> 0 +#15 17.65 stdout: +#15 17.65 -lXrandr +#15 17.65 ----------- +#15 17.65 Run-time dependency xrandr found: YES 1.5.4 +#15 17.65 Library sensors skipped: feature lmsensors disabled +#15 17.65 Program nm found: YES (/usr/sbin/nm) +#15 17.65 Program symbols-check.py found: YES (/usr/bin/python /mesa/bin/symbols-check.py) +#15 17.65 Program install_megadrivers.py found: YES (/usr/bin/python /mesa/bin/install_megadrivers.py) +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpwmclx3yt +#15 17.65 Code: +#15 17.65 +#15 17.65 #include +#15 17.65 #include +#15 17.65 int main(void) { +#15 17.65 printf("%ld\n", (long)(sizeof(void *))); +#15 17.65 return 0; +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpwmclx3yt/testfile.c -o /mesa/_build/meson-private/tmpwmclx3yt/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Program stdout: +#15 17.65 +#15 17.65 8 +#15 17.65 +#15 17.65 Program stderr: +#15 17.65 +#15 17.65 +#15 17.65 Checking for size of "void *" : 8 +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --variable=pkgdatadir wayland-protocols` -> 0 +#15 17.65 stdout: +#15 17.65 //usr/share/wayland-protocols +#15 17.65 ----------- +#15 17.65 Got pkg-config variable pkgdatadir : //usr/share/wayland-protocols +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp4eahocya +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp4eahocya/testfile.c -o /mesa/_build/meson-private/tmp4eahocya/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wmisleading-indentation -Wno-misleading-indentation` -> 0 +#15 17.65 Compiler for C supports arguments -Wno-misleading-indentation: YES +#15 17.65 env[PKG_CONFIG_PATH]: +#15 17.65 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 17.65 ----------- +#15 17.65 Called: `/usr/sbin/pkg-config --variable=libexecdir libclc` -> 0 +#15 17.65 stdout: +#15 17.65 /usr/share/clc +#15 17.65 ----------- +#15 17.65 Got pkg-config variable libexecdir : /usr/share/clc +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpkz1zgwv0 +#15 17.65 Code: +#15 17.65 +#15 17.65 #define mmap meson_disable_define_of_mmap +#15 17.65 +#15 17.65 #include +#15 17.65 #undef mmap +#15 17.65 +#15 17.65 #ifdef __cplusplus +#15 17.65 extern "C" +#15 17.65 #endif +#15 17.65 char mmap (void); +#15 17.65 +#15 17.65 #if defined __stub_mmap || defined __stub___mmap +#15 17.65 fail fail fail this function is not going to work +#15 17.65 #endif +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 return mmap (); +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpkz1zgwv0/testfile.c -o /mesa/_build/meson-private/tmpkz1zgwv0/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Checking for function "mmap" : YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpn5hu4967 +#15 17.65 Code: +#15 17.65 #include +#15 17.65 void bar(void) { +#15 17.65 spvtools::LinkerOptions foo; +#15 17.65 (void) ( foo.SetAllowPtrTypeMismatch(true) ); +#15 17.65 +#15 17.65 (void) foo; +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/g++ /mesa/_build/meson-private/tmpn5hu4967/testfile.cpp -o /mesa/_build/meson-private/tmpn5hu4967/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -std=c++17` -> 0 +#15 17.65 Checking whether type "spvtools::LinkerOptions" has member "SetAllowPtrTypeMismatch(true)" with dependency SPIRV-Tools: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp4aaldrmr +#15 17.65 Code: +#15 17.65 int main(void) { return 0; } +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp4aaldrmr/testfile.c -o /mesa/_build/meson-private/tmp4aaldrmr/output.exe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -fPIC` -> 0 +#15 17.65 Compiler for C supports link arguments -fPIC: YES +#15 17.65 Program decode.py found: YES (/mesa/src/compiler/isaspec/decode.py) +#15 17.65 Program encode.py found: YES (/mesa/src/compiler/isaspec/encode.py) +#15 17.65 Program bindgen found: YES (/usr/sbin/bindgen) +#15 17.65 Looking for a fallback subproject for the dependency syn because: +#15 17.65 Use of fallback dependencies is forced. +#15 17.65 Downloading syn source from https://crates.io/api/v1/crates/syn/2.0.87/download +#15 17.65 +#15 17.65 Executing subproject syn +#15 17.65 +#15 17.65 Project name: syn +#15 17.65 Project version: 2.0.87 +#15 17.65 Rust compiler for the host machine: rustc -C linker=/usr/sbin/gcc (rustc 1.90.0 "1.90.0") +#15 17.65 Rust linker for the host machine: rustc -C linker=/usr/sbin/gcc ld.bfd 2.45.0 +#15 17.65 Rust compiler for the build machine: rustc -C linker=/usr/sbin/gcc (rustc 1.90.0 "1.90.0") +#15 17.65 Rust linker for the build machine: rustc -C linker=/usr/sbin/gcc ld.bfd 2.45.0 +#15 17.65 Downloading unicode-ident source from https://crates.io/api/v1/crates/unicode-ident/1.0.12/download +#15 17.65 +#15 17.65 Executing subproject syn:unicode-ident +#15 17.65 +#15 17.65 Project name: unicode-ident +#15 17.65 Project version: 1.0.12 +#15 17.65 Rust compiler for the host machine: rustc -C linker=/usr/sbin/gcc (rustc 1.90.0 "1.90.0") +#15 17.65 Rust linker for the host machine: rustc -C linker=/usr/sbin/gcc ld.bfd 2.45.0 +#15 17.65 Rust compiler for the build machine: rustc -C linker=/usr/sbin/gcc (rustc 1.90.0 "1.90.0") +#15 17.65 Rust linker for the build machine: rustc -C linker=/usr/sbin/gcc ld.bfd 2.45.0 +#15 17.65 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 17.65 Build targets in project: 104 +#15 17.65 WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 17.65 * 1.3.0: {'rust_abi arg in static_library'} +#15 17.65 Subproject unicode-ident finished. +#15 17.65 +#15 17.65 Downloading quote source from https://crates.io/api/v1/crates/quote/1.0.35/download +#15 17.65 +#15 17.65 Executing subproject syn:quote +#15 17.65 +#15 17.65 Project name: quote +#15 17.65 Project version: 1.0.35 +#15 17.65 Rust compiler for the host machine: rustc -C linker=/usr/sbin/gcc (rustc 1.90.0 "1.90.0") +#15 17.65 Rust linker for the host machine: rustc -C linker=/usr/sbin/gcc ld.bfd 2.45.0 +#15 17.65 Rust compiler for the build machine: rustc -C linker=/usr/sbin/gcc (rustc 1.90.0 "1.90.0") +#15 17.65 Rust linker for the build machine: rustc -C linker=/usr/sbin/gcc ld.bfd 2.45.0 +#15 17.65 Downloading proc-macro2 source from https://crates.io/api/v1/crates/proc-macro2/1.0.86/download +#15 17.65 +#15 17.65 Executing subproject syn:quote:proc-macro2 +#15 17.65 +#15 17.65 Project name: proc-macro2 +#15 17.65 Project version: 1.0.86 +#15 17.65 Rust compiler for the host machine: rustc -C linker=/usr/sbin/gcc (rustc 1.90.0 "1.90.0") +#15 17.65 Rust linker for the host machine: rustc -C linker=/usr/sbin/gcc ld.bfd 2.45.0 +#15 17.65 Rust compiler for the build machine: rustc -C linker=/usr/sbin/gcc (rustc 1.90.0 "1.90.0") +#15 17.65 Rust linker for the build machine: rustc -C linker=/usr/sbin/gcc ld.bfd 2.45.0 +#15 17.65 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 17.65 Build targets in project: 105 +#15 17.65 WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 17.65 * 1.3.0: {'rust_abi arg in static_library'} +#15 17.65 Subproject proc-macro2 finished. +#15 17.65 +#15 17.65 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 17.65 Build targets in project: 106 +#15 17.65 WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 17.65 * 1.3.0: {'rust_abi arg in static_library'} +#15 17.65 Subproject quote finished. +#15 17.65 +#15 17.65 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 17.65 Build targets in project: 107 +#15 17.65 WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 17.65 * 1.3.0: {'rust_abi arg in static_library'} +#15 17.65 Subproject syn finished. +#15 17.65 +#15 17.65 Dependency syn from subproject subprojects/syn-2.0.87 found: YES 2.0.87 +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpnbqw4a_8 +#15 17.65 Code: +#15 17.65 int main(void) { return 0; } +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpnbqw4a_8/testfile.c -o /mesa/_build/meson-private/tmpnbqw4a_8/output.exe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -Wl,-Bsymbolic-functions` -> 0 +#15 17.65 Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp9o0ki0o7 +#15 17.65 Code: +#15 17.65 int main(void) { return 0; } +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp9o0ki0o7/testfile.c -o /mesa/_build/meson-private/tmp9o0ki0o7/output.exe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -Wl,-z,relro` -> 0 +#15 17.65 Compiler for C supports link arguments -Wl,-z,relro: YES +#15 17.65 Configuring VkLayer_MESA_overlay.json using configuration +#15 17.65 Configuring VkLayer_MESA_overlay.json.in_dev.json using configuration +#15 17.65 Using cached compile: +#15 17.65 Cached command line: /usr/sbin/gcc /mesa/_build/meson-private/tmpnbqw4a_8/testfile.c -o /mesa/_build/meson-private/tmpnbqw4a_8/output.exe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -Wl,-Bsymbolic-functions +#15 17.65 +#15 17.65 Code: +#15 17.65 int main(void) { return 0; } +#15 17.65 +#15 17.65 Cached compiler stdout: +#15 17.65 +#15 17.65 Cached compiler stderr: +#15 17.65 +#15 17.65 Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES (cached) +#15 17.65 Using cached compile: +#15 17.65 Cached command line: /usr/sbin/gcc /mesa/_build/meson-private/tmp9o0ki0o7/testfile.c -o /mesa/_build/meson-private/tmp9o0ki0o7/output.exe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -Wl,-z,relro +#15 17.65 +#15 17.65 Code: +#15 17.65 int main(void) { return 0; } +#15 17.65 +#15 17.65 Cached compiler stdout: +#15 17.65 +#15 17.65 Cached compiler stderr: +#15 17.65 +#15 17.65 Compiler for C supports link arguments -Wl,-z,relro: YES (cached) +#15 17.65 Configuring VkLayer_MESA_device_select.json using configuration +#15 17.65 Configuring VkLayer_MESA_device_select.json.in_dev.json using configuration +#15 17.65 Adding test "genxml sort gen40.xml" +#15 17.65 Adding test "genxml sort gen45.xml" +#15 17.65 Adding test "genxml sort gen50.xml" +#15 17.65 Adding test "genxml sort gen60.xml" +#15 17.65 Adding test "genxml sort gen70.xml" +#15 17.65 Adding test "genxml sort gen75.xml" +#15 17.65 Adding test "genxml sort gen80.xml" +#15 17.65 Adding test "genxml sort gen90.xml" +#15 17.65 Adding test "genxml sort gen110.xml" +#15 17.65 Adding test "genxml sort gen120.xml" +#15 17.65 Adding test "genxml sort gen125.xml" +#15 17.65 Adding test "genxml sort gen200.xml" +#15 17.65 Adding test "genxml sort gen300.xml" +#15 17.65 Adding test "genxml sort gen125_rt.xml" +#15 17.65 Adding test "genxml sort gen200_rt.xml" +#15 17.65 Adding test "genxml sort gen300_rt.xml" +#15 17.65 Using cached compile: +#15 17.65 Cached command line: /usr/sbin/gcc /mesa/_build/meson-private/tmpnbqw4a_8/testfile.c -o /mesa/_build/meson-private/tmpnbqw4a_8/output.exe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -Wl,-Bsymbolic-functions +#15 17.65 +#15 17.65 Code: +#15 17.65 int main(void) { return 0; } +#15 17.65 +#15 17.65 Cached compiler stdout: +#15 17.65 +#15 17.65 Cached compiler stderr: +#15 17.65 +#15 17.65 Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES (cached) +#15 17.65 Using cached compile: +#15 17.65 Cached command line: /usr/sbin/gcc /mesa/_build/meson-private/tmp9o0ki0o7/testfile.c -o /mesa/_build/meson-private/tmp9o0ki0o7/output.exe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -Wl,-z,relro +#15 17.65 +#15 17.65 Code: +#15 17.65 int main(void) { return 0; } +#15 17.65 +#15 17.65 Cached compiler stdout: +#15 17.65 +#15 17.65 Cached compiler stderr: +#15 17.65 +#15 17.65 Compiler for C supports link arguments -Wl,-z,relro: YES (cached) +#15 17.65 Configuring VkLayer_INTEL_nullhw.json using configuration +#15 17.65 Configuring VkLayer_INTEL_nullhw.json.in_dev.json using configuration +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpm2hcrk5i +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpm2hcrk5i/testfile.c -o /mesa/_build/meson-private/tmpm2hcrk5i/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=switch` -> 0 +#15 17.65 Compiler for C supports arguments -Werror=switch: YES +#15 17.65 Using cached compile: +#15 17.65 Cached command line: /usr/sbin/g++ /mesa/_build/meson-private/tmpohbneyyp/testfile.cpp -o /mesa/_build/meson-private/tmpohbneyyp/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wunused-variable -Wno-unused-variable +#15 17.65 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 Cached compiler stdout: +#15 17.65 +#15 17.65 Cached compiler stderr: +#15 17.65 +#15 17.65 Compiler for C++ supports arguments -Wno-unused-variable: YES (cached) +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmprjkmue2h +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/g++ /mesa/_build/meson-private/tmprjkmue2h/testfile.cpp -o /mesa/_build/meson-private/tmprjkmue2h/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wunused-local-typedefs -Wno-unused-local-typedefs` -> 0 +#15 17.65 Compiler for C++ supports arguments -Wno-unused-local-typedefs: YES +#15 17.65 Using cached compile: +#15 17.65 Cached command line: /usr/sbin/g++ /mesa/_build/meson-private/tmp_0_35900/testfile.cpp -o /mesa/_build/meson-private/tmp_0_35900/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wunused-but-set-variable -Wno-unused-but-set-variable +#15 17.65 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 Cached compiler stdout: +#15 17.65 +#15 17.65 Cached compiler stderr: +#15 17.65 +#15 17.65 Compiler for C++ supports arguments -Wno-unused-but-set-variable: YES (cached) +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpatsvi3pm +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/g++ /mesa/_build/meson-private/tmpatsvi3pm/testfile.cpp -o /mesa/_build/meson-private/tmpatsvi3pm/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wmaybe-uninitialized -Wno-maybe-uninitialized` -> 0 +#15 17.65 Compiler for C++ supports arguments -Wno-maybe-uninitialized: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp68lgcs3c +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/g++ /mesa/_build/meson-private/tmp68lgcs3c/testfile.cpp -o /mesa/_build/meson-private/tmp68lgcs3c/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wself-assign -Wno-self-assign` -> 1 +#15 17.65 stderr: +#15 17.65 g++: error: unrecognized command-line option '-Wself-assign' +#15 17.65 ----------- +#15 17.65 Compiler for C++ supports arguments -Wno-self-assign: NO +#15 17.65 Using cached compile: +#15 17.65 Cached command line: /usr/sbin/g++ /mesa/_build/meson-private/tmpp20h254y/testfile.cpp -o /mesa/_build/meson-private/tmpp20h254y/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive /wd4189 +#15 17.65 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 Cached compiler stdout: +#15 17.65 +#15 17.65 Cached compiler stderr: +#15 17.65 g++: warning: /wd4189: linker input file unused because linking not done +#15 17.65 g++: error: /wd4189: linker input file not found: No such file or directory +#15 17.65 +#15 17.65 Compiler for C++ supports arguments /wd4189: NO (cached) +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpr36c26ka +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/g++ /mesa/_build/meson-private/tmpr36c26ka/testfile.cpp -o /mesa/_build/meson-private/tmpr36c26ka/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wuninitialized -Wno-uninitialized` -> 0 +#15 17.65 Compiler for C++ supports arguments -Wno-uninitialized: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpxbr9a3kp +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/g++ /mesa/_build/meson-private/tmpxbr9a3kp/testfile.cpp -o /mesa/_build/meson-private/tmpxbr9a3kp/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -fno-exceptions` -> 0 +#15 17.65 Compiler for C++ supports arguments -fno-exceptions: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpdnl54255 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/g++ /mesa/_build/meson-private/tmpdnl54255/testfile.cpp -o /mesa/_build/meson-private/tmpdnl54255/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -fno-rtti` -> 0 +#15 17.65 Compiler for C++ supports arguments -fno-rtti: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpx80_g1ob +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/g++ /mesa/_build/meson-private/tmpx80_g1ob/testfile.cpp -o /mesa/_build/meson-private/tmpx80_g1ob/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wimplicit-fallthrough` -> 0 +#15 17.65 Compiler for C++ supports arguments -Wimplicit-fallthrough: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpeg3b1joa +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/g++ /mesa/_build/meson-private/tmpeg3b1joa/testfile.cpp -o /mesa/_build/meson-private/tmpeg3b1joa/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wshadow` -> 0 +#15 17.65 Compiler for C++ supports arguments -Wshadow: YES +#15 17.65 Using cached compile: +#15 17.65 Cached command line: /usr/sbin/gcc /mesa/_build/meson-private/tmpowphi8b5/testfile.c -o /mesa/_build/meson-private/tmpowphi8b5/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wimplicit-fallthrough +#15 17.65 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 Cached compiler stdout: +#15 17.65 +#15 17.65 Cached compiler stderr: +#15 17.65 +#15 17.65 Compiler for C supports arguments -Wimplicit-fallthrough: YES (cached) +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpme83zx9q +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpme83zx9q/testfile.c -o /mesa/_build/meson-private/tmpme83zx9q/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wshadow` -> 0 +#15 17.65 Compiler for C supports arguments -Wshadow: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpw5_9uy3f +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpw5_9uy3f/testfile.c -o /mesa/_build/meson-private/tmpw5_9uy3f/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wall` -> 0 +#15 17.65 Compiler for C supports arguments -Wall: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpr0nwrnxu +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpr0nwrnxu/testfile.c -o /mesa/_build/meson-private/tmpr0nwrnxu/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wextra` -> 0 +#15 17.65 Compiler for C supports arguments -Wextra: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp5i67rqfz +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp5i67rqfz/testfile.c -o /mesa/_build/meson-private/tmp5i67rqfz/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wunused -Wno-unused` -> 0 +#15 17.65 Compiler for C supports arguments -Wno-unused: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpwbslro3l +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpwbslro3l/testfile.c -o /mesa/_build/meson-private/tmpwbslro3l/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wunused-parameter -Wno-unused-parameter` -> 0 +#15 17.65 Compiler for C supports arguments -Wno-unused-parameter: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmphtxg_732 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmphtxg_732/testfile.c -o /mesa/_build/meson-private/tmphtxg_732/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wunused-command-line-argument -Wno-unused-command-line-argument` -> 1 +#15 17.65 stderr: +#15 17.65 gcc: error: unrecognized command-line option '-Wunused-command-line-argument'; did you mean '-Wunused-dummy-argument'? +#15 17.65 ----------- +#15 17.65 Compiler for C supports arguments -Wno-unused-command-line-argument: NO +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpp2knodi7 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpp2knodi7/testfile.c -o /mesa/_build/meson-private/tmpp2knodi7/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wignored-qualifiers -Wno-ignored-qualifiers` -> 0 +#15 17.65 Compiler for C supports arguments -Wno-ignored-qualifiers: YES +#15 17.65 Using cached compile: +#15 17.65 Cached command line: /usr/sbin/gcc /mesa/_build/meson-private/tmpirivbmph/testfile.c -o /mesa/_build/meson-private/tmpirivbmph/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-field-initializers -Wno-missing-field-initializers +#15 17.65 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 Cached compiler stdout: +#15 17.65 +#15 17.65 Cached compiler stderr: +#15 17.65 +#15 17.65 Compiler for C supports arguments -Wno-missing-field-initializers: YES (cached) +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpemsu6k_z +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpemsu6k_z/testfile.c -o /mesa/_build/meson-private/tmpemsu6k_z/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wself-assign -Wno-self-assign` -> 1 +#15 17.65 stderr: +#15 17.65 gcc: error: unrecognized command-line option '-Wself-assign' +#15 17.65 ----------- +#15 17.65 Compiler for C supports arguments -Wno-self-assign: NO +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp4pxbpmiq +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp4pxbpmiq/testfile.c -o /mesa/_build/meson-private/tmp4pxbpmiq/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wimplicit-fallthrough -Wno-implicit-fallthrough` -> 0 +#15 17.65 Compiler for C supports arguments -Wno-implicit-fallthrough: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp70f4cic3 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp70f4cic3/testfile.c -o /mesa/_build/meson-private/tmp70f4cic3/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=comment` -> 0 +#15 17.65 Compiler for C supports arguments -Werror=comment: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpqqwpwl6f +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpqqwpwl6f/testfile.c -o /mesa/_build/meson-private/tmpqqwpwl6f/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=missing-braces` -> 0 +#15 17.65 Compiler for C supports arguments -Werror=missing-braces: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpj2n09fb5 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpj2n09fb5/testfile.c -o /mesa/_build/meson-private/tmpj2n09fb5/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=override-init` -> 0 +#15 17.65 Compiler for C supports arguments -Werror=override-init: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp2pe32ahk +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp2pe32ahk/testfile.c -o /mesa/_build/meson-private/tmp2pe32ahk/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=enum-conversion` -> 0 +#15 17.65 Compiler for C supports arguments -Werror=enum-conversion: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmprkmzd270 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmprkmzd270/testfile.c -o /mesa/_build/meson-private/tmprkmzd270/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=enum-compare` -> 0 +#15 17.65 Compiler for C supports arguments -Werror=enum-compare: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp6tlq92pd +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp6tlq92pd/testfile.c -o /mesa/_build/meson-private/tmp6tlq92pd/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=maybe-uninitialized` -> 0 +#15 17.65 Compiler for C supports arguments -Werror=maybe-uninitialized: YES +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp805l9_au +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp805l9_au/testfile.c -o /mesa/_build/meson-private/tmp805l9_au/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=parentheses` -> 0 +#15 17.65 Compiler for C supports arguments -Werror=parentheses: YES +#15 17.65 Using cached compile: +#15 17.65 Cached command line: /usr/sbin/gcc /mesa/_build/meson-private/tmpw5_9uy3f/testfile.c -o /mesa/_build/meson-private/tmpw5_9uy3f/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wall +#15 17.65 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 Cached compiler stdout: +#15 17.65 +#15 17.65 Cached compiler stderr: +#15 17.65 +#15 17.65 Compiler for C supports arguments -Wall: YES (cached) +#15 17.65 Using cached compile: +#15 17.65 Cached command line: /usr/sbin/gcc /mesa/_build/meson-private/tmpr0nwrnxu/testfile.c -o /mesa/_build/meson-private/tmpr0nwrnxu/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wextra +#15 17.65 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 Cached compiler stdout: +#15 17.65 +#15 17.65 Cached compiler stderr: +#15 17.65 +#15 17.65 Compiler for C supports arguments -Wextra: YES (cached) +#15 17.65 Using cached compile: +#15 17.65 Cached command line: /usr/sbin/gcc /mesa/_build/meson-private/tmp5i67rqfz/testfile.c -o /mesa/_build/meson-private/tmp5i67rqfz/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wunused -Wno-unused +#15 17.65 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 Cached compiler stdout: +#15 17.65 +#15 17.65 Cached compiler stderr: +#15 17.65 +#15 17.65 Compiler for C supports arguments -Wno-unused: YES (cached) +#15 17.65 Using cached compile: +#15 17.65 Cached command line: /usr/sbin/gcc /mesa/_build/meson-private/tmpwbslro3l/testfile.c -o /mesa/_build/meson-private/tmpwbslro3l/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wunused-parameter -Wno-unused-parameter +#15 17.65 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 Cached compiler stdout: +#15 17.65 +#15 17.65 Cached compiler stderr: +#15 17.65 +#15 17.65 Compiler for C supports arguments -Wno-unused-parameter: YES (cached) +#15 17.65 Using cached compile: +#15 17.65 Cached command line: /usr/sbin/gcc /mesa/_build/meson-private/tmphtxg_732/testfile.c -o /mesa/_build/meson-private/tmphtxg_732/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wunused-command-line-argument -Wno-unused-command-line-argument +#15 17.65 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 Cached compiler stdout: +#15 17.65 +#15 17.65 Cached compiler stderr: +#15 17.65 gcc: error: unrecognized command-line option '-Wunused-command-line-argument'; did you mean '-Wunused-dummy-argument'? +#15 17.65 +#15 17.65 Compiler for C supports arguments -Wno-unused-command-line-argument: NO (cached) +#15 17.65 Using cached compile: +#15 17.65 Cached command line: /usr/sbin/gcc /mesa/_build/meson-private/tmpp2knodi7/testfile.c -o /mesa/_build/meson-private/tmpp2knodi7/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wignored-qualifiers -Wno-ignored-qualifiers +#15 17.65 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 Cached compiler stdout: +#15 17.65 +#15 17.65 Cached compiler stderr: +#15 17.65 +#15 17.65 Compiler for C supports arguments -Wno-ignored-qualifiers: YES (cached) +#15 17.65 Using cached compile: +#15 17.65 Cached command line: /usr/sbin/gcc /mesa/_build/meson-private/tmpirivbmph/testfile.c -o /mesa/_build/meson-private/tmpirivbmph/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-field-initializers -Wno-missing-field-initializers +#15 17.65 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 Cached compiler stdout: +#15 17.65 +#15 17.65 Cached compiler stderr: +#15 17.65 +#15 17.65 Compiler for C supports arguments -Wno-missing-field-initializers: YES (cached) +#15 17.65 Using cached compile: +#15 17.65 Cached command line: /usr/sbin/gcc /mesa/_build/meson-private/tmpemsu6k_z/testfile.c -o /mesa/_build/meson-private/tmpemsu6k_z/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wself-assign -Wno-self-assign +#15 17.65 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 Cached compiler stdout: +#15 17.65 +#15 17.65 Cached compiler stderr: +#15 17.65 gcc: error: unrecognized command-line option '-Wself-assign' +#15 17.65 +#15 17.65 Compiler for C supports arguments -Wno-self-assign: NO (cached) +#15 17.65 Using cached compile: +#15 17.65 Cached command line: /usr/sbin/gcc /mesa/_build/meson-private/tmp4pxbpmiq/testfile.c -o /mesa/_build/meson-private/tmp4pxbpmiq/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wimplicit-fallthrough -Wno-implicit-fallthrough +#15 17.65 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 Cached compiler stdout: +#15 17.65 +#15 17.65 Cached compiler stderr: +#15 17.65 +#15 17.65 Compiler for C supports arguments -Wno-implicit-fallthrough: YES (cached) +#15 17.65 Using cached compile: +#15 17.65 Cached command line: /usr/sbin/gcc /mesa/_build/meson-private/tmp70f4cic3/testfile.c -o /mesa/_build/meson-private/tmp70f4cic3/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=comment +#15 17.65 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 Cached compiler stdout: +#15 17.65 +#15 17.65 Cached compiler stderr: +#15 17.65 +#15 17.65 Compiler for C supports arguments -Werror=comment: YES (cached) +#15 17.65 Using cached compile: +#15 17.65 Cached command line: /usr/sbin/gcc /mesa/_build/meson-private/tmpqqwpwl6f/testfile.c -o /mesa/_build/meson-private/tmpqqwpwl6f/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=missing-braces +#15 17.65 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 Cached compiler stdout: +#15 17.65 +#15 17.65 Cached compiler stderr: +#15 17.65 +#15 17.65 Compiler for C supports arguments -Werror=missing-braces: YES (cached) +#15 17.65 Using cached compile: +#15 17.65 Cached command line: /usr/sbin/gcc /mesa/_build/meson-private/tmpj2n09fb5/testfile.c -o /mesa/_build/meson-private/tmpj2n09fb5/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=override-init +#15 17.65 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 Cached compiler stdout: +#15 17.65 +#15 17.65 Cached compiler stderr: +#15 17.65 +#15 17.65 Compiler for C supports arguments -Werror=override-init: YES (cached) +#15 17.65 Using cached compile: +#15 17.65 Cached command line: /usr/sbin/gcc /mesa/_build/meson-private/tmp2pe32ahk/testfile.c -o /mesa/_build/meson-private/tmp2pe32ahk/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=enum-conversion +#15 17.65 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 Cached compiler stdout: +#15 17.65 +#15 17.65 Cached compiler stderr: +#15 17.65 +#15 17.65 Compiler for C supports arguments -Werror=enum-conversion: YES (cached) +#15 17.65 Using cached compile: +#15 17.65 Cached command line: /usr/sbin/gcc /mesa/_build/meson-private/tmprkmzd270/testfile.c -o /mesa/_build/meson-private/tmprkmzd270/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=enum-compare +#15 17.65 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 Cached compiler stdout: +#15 17.65 +#15 17.65 Cached compiler stderr: +#15 17.65 +#15 17.65 Compiler for C supports arguments -Werror=enum-compare: YES (cached) +#15 17.65 Using cached compile: +#15 17.65 Cached command line: /usr/sbin/gcc /mesa/_build/meson-private/tmp6tlq92pd/testfile.c -o /mesa/_build/meson-private/tmp6tlq92pd/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=maybe-uninitialized +#15 17.65 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 Cached compiler stdout: +#15 17.65 +#15 17.65 Cached compiler stderr: +#15 17.65 +#15 17.65 Compiler for C supports arguments -Werror=maybe-uninitialized: YES (cached) +#15 17.65 Using cached compile: +#15 17.65 Cached command line: /usr/sbin/gcc /mesa/_build/meson-private/tmpw5_9uy3f/testfile.c -o /mesa/_build/meson-private/tmpw5_9uy3f/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wall +#15 17.65 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 Cached compiler stdout: +#15 17.65 +#15 17.65 Cached compiler stderr: +#15 17.65 +#15 17.65 Compiler for C supports arguments -Wall: YES (cached) +#15 17.65 Using cached compile: +#15 17.65 Cached command line: /usr/sbin/gcc /mesa/_build/meson-private/tmpr0nwrnxu/testfile.c -o /mesa/_build/meson-private/tmpr0nwrnxu/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wextra +#15 17.65 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 Cached compiler stdout: +#15 17.65 +#15 17.65 Cached compiler stderr: +#15 17.65 +#15 17.65 Compiler for C supports arguments -Wextra: YES (cached) +#15 17.65 Using cached compile: +#15 17.65 Cached command line: /usr/sbin/gcc /mesa/_build/meson-private/tmp5i67rqfz/testfile.c -o /mesa/_build/meson-private/tmp5i67rqfz/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wunused -Wno-unused +#15 17.65 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 Cached compiler stdout: +#15 17.65 +#15 17.65 Cached compiler stderr: +#15 17.65 +#15 17.65 Compiler for C supports arguments -Wno-unused: YES (cached) +#15 17.65 Using cached compile: +#15 17.65 Cached command line: /usr/sbin/gcc /mesa/_build/meson-private/tmpwbslro3l/testfile.c -o /mesa/_build/meson-private/tmpwbslro3l/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wunused-parameter -Wno-unused-parameter +#15 17.65 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 Cached compiler stdout: +#15 17.65 +#15 17.65 Cached compiler stderr: +#15 17.65 +#15 17.65 Compiler for C supports arguments -Wno-unused-parameter: YES (cached) +#15 17.65 Using cached compile: +#15 17.65 Cached command line: /usr/sbin/gcc /mesa/_build/meson-private/tmphtxg_732/testfile.c -o /mesa/_build/meson-private/tmphtxg_732/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wunused-command-line-argument -Wno-unused-command-line-argument +#15 17.65 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 Cached compiler stdout: +#15 17.65 +#15 17.65 Cached compiler stderr: +#15 17.65 gcc: error: unrecognized command-line option '-Wunused-command-line-argument'; did you mean '-Wunused-dummy-argument'? +#15 17.65 +#15 17.65 Compiler for C supports arguments -Wno-unused-command-line-argument: NO (cached) +#15 17.65 Using cached compile: +#15 17.65 Cached command line: /usr/sbin/gcc /mesa/_build/meson-private/tmpp2knodi7/testfile.c -o /mesa/_build/meson-private/tmpp2knodi7/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wignored-qualifiers -Wno-ignored-qualifiers +#15 17.65 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 Cached compiler stdout: +#15 17.65 +#15 17.65 Cached compiler stderr: +#15 17.65 +#15 17.65 Compiler for C supports arguments -Wno-ignored-qualifiers: YES (cached) +#15 17.65 Using cached compile: +#15 17.65 Cached command line: /usr/sbin/gcc /mesa/_build/meson-private/tmpirivbmph/testfile.c -o /mesa/_build/meson-private/tmpirivbmph/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-field-initializers -Wno-missing-field-initializers +#15 17.65 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 Cached compiler stdout: +#15 17.65 +#15 17.65 Cached compiler stderr: +#15 17.65 +#15 17.65 Compiler for C supports arguments -Wno-missing-field-initializers: YES (cached) +#15 17.65 Using cached compile: +#15 17.65 Cached command line: /usr/sbin/gcc /mesa/_build/meson-private/tmpemsu6k_z/testfile.c -o /mesa/_build/meson-private/tmpemsu6k_z/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wself-assign -Wno-self-assign +#15 17.65 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 Cached compiler stdout: +#15 17.65 +#15 17.65 Cached compiler stderr: +#15 17.65 gcc: error: unrecognized command-line option '-Wself-assign' +#15 17.65 +#15 17.65 Compiler for C supports arguments -Wno-self-assign: NO (cached) +#15 17.65 Using cached compile: +#15 17.65 Cached command line: /usr/sbin/gcc /mesa/_build/meson-private/tmp4pxbpmiq/testfile.c -o /mesa/_build/meson-private/tmp4pxbpmiq/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wimplicit-fallthrough -Wno-implicit-fallthrough +#15 17.65 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 Cached compiler stdout: +#15 17.65 +#15 17.65 Cached compiler stderr: +#15 17.65 +#15 17.65 Compiler for C supports arguments -Wno-implicit-fallthrough: YES (cached) +#15 17.65 Using cached compile: +#15 17.65 Cached command line: /usr/sbin/gcc /mesa/_build/meson-private/tmp70f4cic3/testfile.c -o /mesa/_build/meson-private/tmp70f4cic3/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=comment +#15 17.65 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 Cached compiler stdout: +#15 17.65 +#15 17.65 Cached compiler stderr: +#15 17.65 +#15 17.65 Compiler for C supports arguments -Werror=comment: YES (cached) +#15 17.65 Using cached compile: +#15 17.65 Cached command line: /usr/sbin/gcc /mesa/_build/meson-private/tmpqqwpwl6f/testfile.c -o /mesa/_build/meson-private/tmpqqwpwl6f/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=missing-braces +#15 17.65 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 Cached compiler stdout: +#15 17.65 +#15 17.65 Cached compiler stderr: +#15 17.65 +#15 17.65 Compiler for C supports arguments -Werror=missing-braces: YES (cached) +#15 17.65 Using cached compile: +#15 17.65 Cached command line: /usr/sbin/gcc /mesa/_build/meson-private/tmpj2n09fb5/testfile.c -o /mesa/_build/meson-private/tmpj2n09fb5/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=override-init +#15 17.65 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 Cached compiler stdout: +#15 17.65 +#15 17.65 Cached compiler stderr: +#15 17.65 +#15 17.65 Compiler for C supports arguments -Werror=override-init: YES (cached) +#15 17.65 Using cached compile: +#15 17.65 Cached command line: /usr/sbin/gcc /mesa/_build/meson-private/tmp2pe32ahk/testfile.c -o /mesa/_build/meson-private/tmp2pe32ahk/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=enum-conversion +#15 17.65 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 Cached compiler stdout: +#15 17.65 +#15 17.65 Cached compiler stderr: +#15 17.65 +#15 17.65 Compiler for C supports arguments -Werror=enum-conversion: YES (cached) +#15 17.65 Using cached compile: +#15 17.65 Cached command line: /usr/sbin/gcc /mesa/_build/meson-private/tmprkmzd270/testfile.c -o /mesa/_build/meson-private/tmprkmzd270/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=enum-compare +#15 17.65 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 Cached compiler stdout: +#15 17.65 +#15 17.65 Cached compiler stderr: +#15 17.65 +#15 17.65 Compiler for C supports arguments -Werror=enum-compare: YES (cached) +#15 17.65 Using cached compile: +#15 17.65 Cached command line: /usr/sbin/gcc /mesa/_build/meson-private/tmp6tlq92pd/testfile.c -o /mesa/_build/meson-private/tmp6tlq92pd/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Werror=maybe-uninitialized +#15 17.65 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 Cached compiler stdout: +#15 17.65 +#15 17.65 Cached compiler stderr: +#15 17.65 +#15 17.65 Compiler for C supports arguments -Werror=maybe-uninitialized: YES (cached) +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpz0b7lple +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpz0b7lple/testfile.c -o /mesa/_build/meson-private/tmpz0b7lple/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wgnu-variable-sized-type-not-at-end -Wno-gnu-variable-sized-type-not-at-end` -> 1 +#15 17.65 stderr: +#15 17.65 gcc: error: unrecognized command-line option '-Wgnu-variable-sized-type-not-at-end' +#15 17.65 ----------- +#15 17.65 Compiler for C supports arguments -Wno-gnu-variable-sized-type-not-at-end: NO +#15 17.65 Running command: /usr/sbin/cbindgen --version +#15 17.65 --- stdout --- +#15 17.65 cbindgen 0.29.0 +#15 17.65 +#15 17.65 --- stderr --- +#15 17.65 +#15 17.65 +#15 17.65 Program cbindgen found: YES 0.29.0 0.29.0 (/usr/sbin/cbindgen) +#15 17.65 Looking for a fallback subproject for the dependency paste because: +#15 17.65 Use of fallback dependencies is forced. +#15 17.65 Downloading paste source from https://crates.io/api/v1/crates/paste/1.0.14/download +#15 17.65 +#15 17.65 Executing subproject paste +#15 17.65 +#15 17.65 Project name: paste +#15 17.65 Project version: 1.0.14 +#15 17.65 Rust compiler for the host machine: rustc -C linker=/usr/sbin/gcc (rustc 1.90.0 "1.90.0") +#15 17.65 Rust linker for the host machine: rustc -C linker=/usr/sbin/gcc ld.bfd 2.45.0 +#15 17.65 Rust compiler for the build machine: rustc -C linker=/usr/sbin/gcc (rustc 1.90.0 "1.90.0") +#15 17.65 Rust linker for the build machine: rustc -C linker=/usr/sbin/gcc ld.bfd 2.45.0 +#15 17.65 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 17.65 Build targets in project: 455 +#15 17.65 WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 17.65 * 1.3.0: {'rust.proc_macro'} +#15 17.65 Subproject paste finished. +#15 17.65 +#15 17.65 Dependency paste from subproject subprojects/paste-1.0.14 found: YES 1.0.14 +#15 17.65 Dependency paste found: YES 1.0.14 (cached) +#15 17.65 Looking for a fallback subproject for the dependency rustc-hash because: +#15 17.65 Use of fallback dependencies is forced. +#15 17.65 Downloading rustc-hash source from https://crates.io/api/v1/crates/rustc-hash/2.1.1/download +#15 17.65 +#15 17.65 Executing subproject rustc-hash +#15 17.65 +#15 17.65 Project name: rustc_hash +#15 17.65 Project version: 2.1.1 +#15 17.65 Rust compiler for the host machine: rustc -C linker=/usr/sbin/gcc (rustc 1.90.0 "1.90.0") +#15 17.65 Rust linker for the host machine: rustc -C linker=/usr/sbin/gcc ld.bfd 2.45.0 +#15 17.65 Rust compiler for the build machine: rustc -C linker=/usr/sbin/gcc (rustc 1.90.0 "1.90.0") +#15 17.65 Rust linker for the build machine: rustc -C linker=/usr/sbin/gcc ld.bfd 2.45.0 +#15 17.65 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 17.65 Build targets in project: 462 +#15 17.65 WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 17.65 * 1.3.0: {'rust_abi arg in static_library'} +#15 17.65 Subproject rustc-hash finished. +#15 17.65 +#15 17.65 Dependency rustc-hash from subproject subprojects/rustc-hash-2.1.1 found: YES 2.1.1 +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp1db9anpu +#15 17.65 Code: +#15 17.65 #include +#15 17.65 void bar(void) { +#15 17.65 (void) sizeof(std::pmr::monotonic_buffer_resource); +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/g++ /mesa/_build/meson-private/tmp1db9anpu/testfile.cpp -o /mesa/_build/meson-private/tmp1db9anpu/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -std=c++17` -> 0 +#15 17.65 Checking for type "std::pmr::monotonic_buffer_resource" : YES +#15 17.65 Using cached compile: +#15 17.65 Cached command line: /usr/sbin/gcc /mesa/_build/meson-private/tmpz0b7lple/testfile.c -o /mesa/_build/meson-private/tmpz0b7lple/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wgnu-variable-sized-type-not-at-end -Wno-gnu-variable-sized-type-not-at-end +#15 17.65 +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 Cached compiler stdout: +#15 17.65 +#15 17.65 Cached compiler stderr: +#15 17.65 gcc: error: unrecognized command-line option '-Wgnu-variable-sized-type-not-at-end' +#15 17.65 +#15 17.65 Compiler for C supports arguments -Wno-gnu-variable-sized-type-not-at-end: NO (cached) +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp11j6gg7f +#15 17.65 Code: +#15 17.65 extern int i; +#15 17.65 int i; +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmp11j6gg7f/testfile.c -o /mesa/_build/meson-private/tmp11j6gg7f/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-prototypes -Wno-missing-prototypes` -> 0 +#15 17.65 Compiler for C supports arguments -Wno-missing-prototypes: YES +#15 17.65 Configuring rusticl.icd using configuration +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmptmtfgl3e +#15 17.65 Code: +#15 17.65 int main(void) { return 0; } +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmptmtfgl3e/testfile.c -o /mesa/_build/meson-private/tmptmtfgl3e/output.exe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -Wl,--default-symver` -> 0 +#15 17.65 Compiler for C supports link arguments -Wl,--default-symver: YES +#15 17.65 Configuring dri.sym using configuration +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpz56pam9y +#15 17.65 Code: +#15 17.65 +#15 17.65 #define mincore meson_disable_define_of_mincore +#15 17.65 +#15 17.65 #include +#15 17.65 #undef mincore +#15 17.65 +#15 17.65 #ifdef __cplusplus +#15 17.65 extern "C" +#15 17.65 #endif +#15 17.65 char mincore (void); +#15 17.65 +#15 17.65 #if defined __stub_mincore || defined __stub___mincore +#15 17.65 fail fail fail this function is not going to work +#15 17.65 #endif +#15 17.65 +#15 17.65 int main(void) { +#15 17.65 return mincore (); +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/gcc /mesa/_build/meson-private/tmpz56pam9y/testfile.c -o /mesa/_build/meson-private/tmpz56pam9y/output.exe -D_FILE_OFFSET_BITS=64 -O0 -std=c11` -> 0 +#15 17.65 Checking for function "mincore" : YES +#15 17.65 Configuring 50_mesa.json using configuration +#15 17.65 Configuring devenv_glvnd_egl.json using configuration +#15 17.65 Configuring dri.sym using configuration +#15 17.65 Program ln found: YES (/usr/sbin/ln) +#15 17.65 Program sphinx-build skipped: feature html-docs disabled +#15 17.65 Build targets in project: 595 +#15 17.65 +#15 17.65 mesa 25.2.4 +#15 17.65 +#15 17.65 Directories +#15 17.65 prefix : /usr +#15 17.65 libdir : lib +#15 17.65 includedir : include +#15 17.65 +#15 17.65 Common C and C++ arguments +#15 17.65 c_cpp_args : -mtls-dialect=gnu2 +#15 17.65 +#15 17.65 OpenGL +#15 17.65 OpenGL : YES +#15 17.65 ES1 : NO +#15 17.65 ES2 : YES +#15 17.65 GLVND : YES +#15 17.65 +#15 17.65 DRI +#15 17.65 Platform : drm +#15 17.65 Driver dir : /usr/lib/dri +#15 17.65 +#15 17.65 GLX +#15 17.65 Enabled : YES +#15 17.65 Provider : dri +#15 17.65 +#15 17.65 EGL +#15 17.65 Enabled : YES +#15 17.65 Drivers : builtin:egl_dri2 builtin:egl_dri3 +#15 17.65 Platforms : x11 wayland surfaceless drm xcb +#15 17.65 +#15 17.65 GBM +#15 17.65 Enabled : YES +#15 17.65 External libgbm : NO +#15 17.65 Backends path : /usr/lib/gbm +#15 17.65 +#15 17.65 Vulkan +#15 17.65 Drivers : amd intel intel_hasvk swrast virtio nouveau +#15 17.65 Platforms : x11 wayland surfaceless drm xcb +#15 17.65 ICD dir : share/vulkan/icd.d +#15 17.65 Layers : device-select intel-nullhw overlay +#15 17.65 Intel Ray tracing : YES +#15 17.65 +#15 17.65 Video +#15 17.65 Codecs : vc1dec h264dec h264enc h265dec h265enc av1dec +#15 17.65 av1enc vp9dec +#15 17.65 APIs : va vulkan +#15 17.65 +#15 17.65 LLVM +#15 17.65 Required : enabled +#15 17.65 Version : 20.1.8 +#15 17.65 +#15 17.65 Gallium +#15 17.65 Enabled : YES +#15 17.65 Drivers : r300 r600 radeonsi nouveau virgl svga +#15 17.65 softpipe llvmpipe i915 iris crocus zink +#15 17.65 Platforms : x11 wayland surfaceless drm xcb +#15 17.65 Frontends : mesa va rusticl +#15 17.65 HUD lm-sensors : NO +#15 17.65 +#15 17.65 Perfetto +#15 17.65 Enabled : NO +#15 17.65 +#15 17.65 Teflon (TensorFlow Lite delegate) +#15 17.65 Enabled : NO +#15 17.65 +#15 17.65 Subprojects +#15 17.65 paste : YES 2 warnings +#15 17.65 proc-macro2 : YES 2 warnings (from syn => quote) +#15 17.65 quote : YES 2 warnings (from syn) +#15 17.65 rustc-hash : YES 2 warnings +#15 17.65 syn : YES 2 warnings +#15 17.65 unicode-ident : YES 2 warnings (from syn) +#15 17.65 +#15 17.65 User defined options +#15 17.65 android-libbacktrace : disabled +#15 17.65 b_lto : false +#15 17.65 b_ndebug : true +#15 17.65 build-aco-tests : false +#15 17.65 build-radv-tests : false +#15 17.65 build-tests : false +#15 17.65 buildtype : plain +#15 17.65 egl : enabled +#15 17.65 enable-glcpp-tests : false +#15 17.65 force_fallback_for : syn,paste,rustc-hash +#15 17.65 gallium-drivers : r300,r600,radeonsi,nouveau,virgl,svga,softpipe,llvmpipe,i915,iris,crocus,zink +#15 17.65 gallium-extra-hud : true +#15 17.65 gallium-mediafoundation-test: false +#15 17.65 gallium-rusticl : true +#15 17.65 gallium-va : enabled +#15 17.65 gbm : enabled +#15 17.65 gles1 : disabled +#15 17.65 gles2 : enabled +#15 17.65 glvnd : enabled +#15 17.65 glx : dri +#15 17.65 install-intel-gpu-tests : false +#15 17.65 libunwind : enabled +#15 17.65 llvm : enabled +#15 17.65 lmsensors : disabled +#15 17.65 microsoft-clc : disabled +#15 17.65 platforms : x11,wayland +#15 17.65 prefix : /usr +#15 17.65 split-debug : disabled +#15 17.65 sysconfdir : /etc +#15 17.65 tools : +#15 17.65 valgrind : disabled +#15 17.65 video-codecs : all +#15 17.65 vulkan-drivers : amd,intel,intel_hasvk,swrast,virtio,nouveau +#15 17.65 vulkan-layers : device-select,intel-nullhw,overlay +#15 17.65 wrap_mode : nofallback +#15 17.65 zstd : enabled +#15 17.65 +#15 17.65 Found ninja-1.12.1 at /usr/sbin/ninja +#15 17.65 ----------- +#15 17.65 Called: `rustc -C linker=/usr/sbin/gcc --print target-libdir` -> 0 +#15 17.65 stdout: +#15 17.65 /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib +#15 17.65 ----------- +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp_w6xit4k +#15 17.65 Code: +#15 17.65 +#15 17.65 #ifdef __has_include +#15 17.65 #if !__has_include("version") +#15 17.65 #error "Header 'version' could not be found" +#15 17.65 #endif +#15 17.65 #else +#15 17.65 #include +#15 17.65 #endif +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/g++ /mesa/_build/meson-private/tmp_w6xit4k/testfile.cpp -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive` -> 0 +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmpy2fqazm8 +#15 17.65 Code: +#15 17.65 +#15 17.65 #include +#15 17.65 int main(void) { +#15 17.65 /* If it's not defined as a macro, try to use as a symbol */ +#15 17.65 #ifndef _LIBCPP_VERSION +#15 17.65 _LIBCPP_VERSION; +#15 17.65 #endif +#15 17.65 return 0; +#15 17.65 } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/g++ /mesa/_build/meson-private/tmpy2fqazm8/testfile.cpp -o /mesa/_build/meson-private/tmpy2fqazm8/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive` -> 1 +#15 17.65 stderr: +#15 17.65 /mesa/_build/meson-private/tmpy2fqazm8/testfile.cpp: In function 'int main()': +#15 17.65 /mesa/_build/meson-private/tmpy2fqazm8/testfile.cpp:6:17: error: '_LIBCPP_VERSION' was not declared in this scope +#15 17.65 6 | _LIBCPP_VERSION; +#15 17.65 | ^~~~~~~~~~~~~~~ +#15 17.65 ----------- +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp8qvcz9di +#15 17.65 Code: +#15 17.65 +#15 17.65 #include +#15 17.65 using _LIBCPP_VERSION; +#15 17.65 int main(void) { return 0; } +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/g++ /mesa/_build/meson-private/tmp8qvcz9di/testfile.cpp -o /mesa/_build/meson-private/tmp8qvcz9di/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive` -> 1 +#15 17.65 stderr: +#15 17.65 /mesa/_build/meson-private/tmp8qvcz9di/testfile.cpp:3:15: error: expected nested-name-specifier before '_LIBCPP_VERSION' +#15 17.65 3 | using _LIBCPP_VERSION; +#15 17.65 | ^~~~~~~~~~~~~~~ +#15 17.65 ----------- +#15 17.65 Running compile: +#15 17.65 Working directory: /mesa/_build/meson-private/tmp5aqw4b3p +#15 17.65 Code: +#15 17.65 int main(void) { return 0; } +#15 17.65 +#15 17.65 ----------- +#15 17.65 Command line: `/usr/sbin/g++ /mesa/_build/meson-private/tmp5aqw4b3p/testfile.cpp -o /mesa/_build/meson-private/tmp5aqw4b3p/output.exe -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -lstdc++ -Wl,--allow-shlib-undefined` -> 0 +#15 17.65 ----------- +#15 17.65 Called: `rustc -C linker=/usr/sbin/gcc --print target-libdir` -> 0 +#15 17.65 stdout: +#15 17.65 /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib +#15 17.65 ----------- +#15 17.65 ----------- +#15 17.65 Called: `rustc -C linker=/usr/sbin/gcc --print sysroot` -> 0 +#15 17.65 stdout: +#15 17.65 /usr +#15 17.65 ----------- +#15 17.65 /bin/sh: line 1: exit: too many arguments +#15 ERROR: process "/bin/sh -c cd mesa/ && rm -rf /mesa/_build/meson-logs/meson-log.txt && mkdir _build && export CXX=$(which g++) && export CC=$(which gcc) && meson setup ./ _build -D build-tests=false -D enable-glcpp-tests=false -D build-radv-tests=false -D build-aco-tests=false -D install-intel-gpu-tests=false -D gallium-mediafoundation-test=false -D android-libbacktrace=disabled -D split-debug=disabled -D b_ndebug=true -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 --wrap-mode=nofallback --force-fallback-for=syn,paste,rustc-hash ; cat /mesa/_build/meson-logs/meson-log.txt && exit 1 RUN cd mesa/ && ninja -C _build" did not complete successfully: exit code: 1 +------ + > [12/12] RUN cd mesa/ && rm -rf /mesa/_build/meson-logs/meson-log.txt && mkdir _build && export CXX=$(which g++) && export CC=$(which gcc) && meson setup ./ _build -D build-tests=false -D enable-glcpp-tests=false -D build-radv-tests=false -D build-aco-tests=false -D install-intel-gpu-tests=false -D gallium-mediafoundation-test=false -D android-libbacktrace=disabled -D split-debug=disabled -D b_ndebug=true -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 --wrap-mode=nofallback --force-fallback-for=syn,paste,rustc-hash ; cat /mesa/_build/meson-logs/meson-log.txt && exit 1 RUN cd mesa/ && ninja -C _build: +17.65 Called: `rustc -C linker=/usr/sbin/gcc --print target-libdir` -> 0 +17.65 stdout: +17.65 /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib +17.65 ----------- +17.65 ----------- +17.65 Called: `rustc -C linker=/usr/sbin/gcc --print sysroot` -> 0 +17.65 stdout: +17.65 /usr +17.65 ----------- +17.65 /bin/sh: line 1: exit: too many arguments +------ + + 1 warning found (use docker --debug to expand): + - NoEmptyContinuation: Empty continuation line (line 285) +Dockerfile:240 +-------------------- + 239 | + 240 | >>> RUN \ + 241 | >>> cd mesa/ \ + 242 | >>> && rm -rf /mesa/_build/meson-logs/meson-log.txt \ + 243 | >>> && mkdir _build \ + 244 | >>> && export CXX=$(which g++) \ + 245 | >>> && export CC=$(which gcc) \ + 246 | >>> && meson setup ./ _build \ + 247 | >>> -D build-tests=false \ + 248 | >>> -D enable-glcpp-tests=false \ + 249 | >>> -D build-radv-tests=false \ + 250 | >>> -D build-aco-tests=false \ + 251 | >>> -D install-intel-gpu-tests=false \ + 252 | >>> -D gallium-mediafoundation-test=false \ + 253 | >>> -D android-libbacktrace=disabled \ + 254 | >>> -D split-debug=disabled \ + 255 | >>> -D b_ndebug=true \ + 256 | >>> -D b_lto=false \ + 257 | >>> -D egl=enabled \ + 258 | >>> -D gallium-drivers=r300,r600,radeonsi,nouveau,virgl,svga,softpipe,llvmpipe,i915,iris,crocus,zink \ + 259 | >>> -D gallium-extra-hud=true \ + 260 | >>> -D gallium-rusticl=true \ + 261 | >>> -D gallium-va=enabled \ + 262 | >>> -D gbm=enabled \ + 263 | >>> -D gles1=disabled \ + 264 | >>> -D gles2=enabled \ + 265 | >>> -D glvnd=enabled \ + 266 | >>> -D glx=dri \ + 267 | >>> -D libunwind=enabled \ + 268 | >>> -D llvm=enabled \ + 269 | >>> -D lmsensors=disabled \ + 270 | >>> -D microsoft-clc=disabled \ + 271 | >>> -D platforms=x11,wayland \ + 272 | >>> -D valgrind=disabled \ + 273 | >>> -D video-codecs=all \ + 274 | >>> -D vulkan-drivers=amd,intel,intel_hasvk,swrast,virtio,nouveau \ + 275 | >>> -D vulkan-layers=device-select,intel-nullhw,overlay \ + 276 | >>> -D tools='' \ + 277 | >>> -D zstd=enabled \ + 278 | >>> -D buildtype=plain \ + 279 | >>> -D prefix=/usr \ + 280 | >>> -D sysconfdir=/etc \ + 281 | >>> --wrap-mode=nofallback \ + 282 | >>> --force-fallback-for=syn,paste,rustc-hash ; cat /mesa/_build/meson-logs/meson-log.txt && exit 1 \ + 283 | >>> + 284 | >>> + 285 | >>> RUN cd mesa/ && ninja -C _build + 286 | +-------------------- +ERROR: failed to build: failed to solve: process "/bin/sh -c cd mesa/ && rm -rf /mesa/_build/meson-logs/meson-log.txt && mkdir _build && export CXX=$(which g++) && export CC=$(which gcc) && meson setup ./ _build -D build-tests=false -D enable-glcpp-tests=false -D build-radv-tests=false -D build-aco-tests=false -D install-intel-gpu-tests=false -D gallium-mediafoundation-test=false -D android-libbacktrace=disabled -D split-debug=disabled -D b_ndebug=true -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 --wrap-mode=nofallback --force-fallback-for=syn,paste,rustc-hash ; cat /mesa/_build/meson-logs/meson-log.txt && exit 1 RUN cd mesa/ && ninja -C _build" did not complete successfully: exit code: 1 diff --git a/tools/ci/amd64/Fuck b/tools/ci/amd64/Fuck new file mode 100644 index 0000000..e69de29 diff --git a/tools/ci/amd64/a b/tools/ci/amd64/a new file mode 100644 index 0000000..151611f --- /dev/null +++ b/tools/ci/amd64/a @@ -0,0 +1,33184 @@ +#0 building with "default" instance using docker driver + +#1 [internal] load build definition from Dockerfile +#0 building with "default" instance using docker driver + +#1 [internal] load build definition from Dockerfile +#1 transferring dockerfile: 7.55kB done +#1 transferring dockerfile: 7.55kB done +#1 DONE 0.0s + +#2 [internal] load metadata for docker.io/library/archlinux:latest +#1 DONE 0.0s + +#2 [internal] load metadata for docker.io/library/archlinux:latest +#2 DONE 0.8s +#2 DONE 0.8s + +#3 [internal] load .dockerignore +#3 transferring context: 2B done +#3 DONE 0.0s + + +#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 [ 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' +#5 CACHED + +#6 [ 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 +#6 CACHED + +#7 [ 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 +#7 CACHED + +#8 [ 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 +#8 CACHED + +#9 [ 9/12] RUN tar xf vulkansdk-linux-x86_64-1.4.328.1.tar.xz +#9 CACHED + +#4 [ 1/12] FROM docker.io/library/archlinux:latest@sha256:287bf95d97e4f952a94a1f4a83008c6a547405bacc44173bda151231a3c843aa +#4 DONE 0.0s + +#5 [ 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' +#5 CACHED + +#6 [ 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 +#6 CACHED + +#7 [ 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 +#7 CACHED + +#8 [ 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 +#8 CACHED + +#9 [ 9/12] RUN tar xf vulkansdk-linux-x86_64-1.4.328.1.tar.xz +#9 CACHED + +#10 [ 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 +#10 CACHED + +#11 [ 4/12] RUN git clone --branch llvmorg-20.1.8 --depth=1 https://github.com/llvm/llvm-project.git +#11 CACHED + +#12 [ 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 +#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 + +#10 [ 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 +#10 CACHED + +#11 [ 4/12] RUN git clone --branch llvmorg-20.1.8 --depth=1 https://github.com/llvm/llvm-project.git +#11 CACHED + +#12 [ 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 +#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" && export CXX_LD="$(which mold)" && export CC_LD="$(which mold)" && 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 [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" && export CXX_LD="$(which mold)" && export CC_LD="$(which mold)" && 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 7.862 The Meson build system +#15 7.862 Version: 1.9.1 +#15 7.862 Source dir: /mesa +#15 7.862 The Meson build system +#15 7.862 Version: 1.9.1 +#15 7.862 Source dir: /mesa +#15 7.862 Build dir: /mesa/_build +#15 7.862 Build type: native build +#15 7.862 DEPRECATION: Option "legacy-x11" is deprecated +#15 7.862 Project name: mesa +#15 7.862 Project version: 25.2.4 +#15 7.862 C compiler for the host machine: /usr/sbin/clang (clang 20.1.8 "clang version 20.1.8") +#15 7.862 C linker for the host machine: /usr/sbin/clang ld.mold 2.40.4 +#15 7.862 C++ compiler for the host machine: /usr/sbin/clang++ (clang 20.1.8 "clang version 20.1.8") +#15 7.862 C++ linker for the host machine: /usr/sbin/clang++ ld.mold 2.40.4 +#15 7.862 Host machine cpu family: x86_64 +#15 7.862 Host machine cpu: x86_64 +#15 7.862 Checking for size of "void*" : 8 +#15 7.862 Checking if "-mtls-dialect=gnu2" runs: YES +#15 7.862 Build dir: /mesa/_build +#15 7.862 Build type: native build +#15 7.862 DEPRECATION: Option "legacy-x11" is deprecated +#15 7.862 Project name: mesa +#15 7.862 Project version: 25.2.4 +#15 7.862 C compiler for the host machine: /usr/sbin/clang (clang 20.1.8 "clang version 20.1.8") +#15 7.862 C linker for the host machine: /usr/sbin/clang ld.mold 2.40.4 +#15 7.862 C++ compiler for the host machine: /usr/sbin/clang++ (clang 20.1.8 "clang version 20.1.8") +#15 7.862 C++ linker for the host machine: /usr/sbin/clang++ ld.mold 2.40.4 +#15 7.862 Host machine cpu family: x86_64 +#15 7.862 Host machine cpu: x86_64 +#15 7.862 Checking for size of "void*" : 8 +#15 7.862 Checking if "-mtls-dialect=gnu2" runs: YES +#15 7.862 Checking if "split TLSDESC" links: YES +#15 7.862 Found pkg-config: YES (/usr/sbin/pkg-config) 2.5.1 +#15 7.862 Run-time dependency libglvnd found: YES 1.7.0 +#15 7.862 Found CMake: /usr/sbin/cmake (4.1.2) +#15 7.862 Run-time dependency vdpau found: NO (tried pkgconfig and cmake) +#15 7.862 Program glslangValidator found: YES (/usr/sbin/glslangValidator) +#15 7.862 Run-time dependency libva found: YES 1.22.0 +#15 7.862 Header "va/va.h" has symbol "VASurfaceAttribDRMFormatModifiers" with dependency libva: YES +#15 7.862 Checking if "split TLSDESC" links: YES +#15 7.862 Found pkg-config: YES (/usr/sbin/pkg-config) 2.5.1 +#15 7.862 Run-time dependency libglvnd found: YES 1.7.0 +#15 7.862 Found CMake: /usr/sbin/cmake (4.1.2) +#15 7.862 Run-time dependency vdpau found: NO (tried pkgconfig and cmake) +#15 7.862 Program glslangValidator found: YES (/usr/sbin/glslangValidator) +#15 7.862 Run-time dependency libva found: YES 1.22.0 +#15 7.862 Header "va/va.h" has symbol "VASurfaceAttribDRMFormatModifiers" with dependency libva: YES +#15 7.862 meson.build:768: WARNING: add_languages is missing native:, assuming languages are wanted for both host and build. +#15 7.862 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold (rustc 1.90.0 "1.90.0")#15 7.862 meson.build:768: WARNING: add_languages is missing native:, assuming languages are wanted for both host and build. +#15 7.862 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold (rustc 1.90.0 "1.90.0") +#15 7.862 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold ld.mold 2.40.4 +#15 7.862 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold ld.mold 2.40.4 +#15 7.862 Program bindgen found: YES (/usr/sbin/bindgen) +#15 7.862 Program bindgen found: YES (/usr/sbin/bindgen) +#15 7.862 Run-time dependency libclc found: YES 0.2.0 + +#15 7.862 Run-time dependency libclc found: YES 0.2.0 +#15 7.862 Program python3 found: YES 3.13.7 3.13.7 (/usr/sbin/python3) +#15 7.862 Program python3 found: YES 3.13.7 3.13.7 (/usr/sbin/python3) +#15 7.862 Fetching value of define "ETIME" : 62 +#15 7.862 Compiler for C supports arguments -gsplit-dwarf: YES #15 7.862 Fetching value of define "ETIME" : 62 +#15 7.862 Compiler for C supports arguments -gsplit-dwarf: YES +#15 7.862 Compiler for C supports link arguments -Wl,--gdb-index: YES + +#15 7.862 Compiler for C supports link arguments -Wl,--gdb-index: YES +#15 7.862 Checking for function "bswap32" : YES +#15 7.862 Checking for function "bswap32" : YES +#15 7.862 Checking for function "bswap64" : YES +#15 7.862 Checking for function "bswap64" : YES +#15 7.862 Checking for function "clz" : YES +#15 7.862 Checking for function "clz" : YES +#15 7.862 Checking for function "clzll" : YES +#15 7.862 Checking for function "clzll" : YES +#15 7.862 Checking for function "ctz" : YES +#15 7.862 Checking for function "expect" : YES #15 7.862 Checking for function "ctz" : YES +#15 7.862 Checking for function "expect" : YES +#15 7.862 Checking for function "ffs" : YES +#15 7.862 Checking for function "ffs" : YES +#15 7.862 Checking for function "ffsll" : YES + +#15 7.862 Checking for function "ffsll" : YES +#15 7.862 Checking for function "popcount" : YES +#15 7.862 Checking for function "popcount" : YES +#15 7.862 Checking for function "popcountll" : YES +#15 7.862 Checking for function "popcountll" : YES +#15 7.862 Checking for function "unreachable" : YES +#15 7.862 Checking for function "unreachable" : YES +#15 7.862 Checking for function "types_compatible_p" : YES +#15 7.862 Compiler for C supports function attribute const: YES #15 7.862 Checking for function "types_compatible_p" : YES +#15 7.862 Compiler for C supports function attribute const: YES +#15 7.862 Compiler for C supports function attribute flatten: YES +#15 7.862 Compiler for C supports function attribute malloc: YES +#15 7.862 Compiler for C supports function attribute pure: YES +#15 7.862 Compiler for C supports function attribute flatten: YES +#15 7.862 Compiler for C supports function attribute malloc: YES +#15 7.862 Compiler for C supports function attribute pure: YES +#15 7.862 Compiler for C supports function attribute unused: YES + +#15 7.862 Compiler for C supports function attribute unused: YES +#15 7.862 Compiler for C supports function attribute warn_unused_result: YES +#15 7.862 Compiler for C supports function attribute warn_unused_result: YES +#15 7.862 Compiler for C supports function attribute weak: YES +#15 7.862 Compiler for C supports function attribute format: YES #15 7.862 Compiler for C supports function attribute weak: YES +#15 7.862 Compiler for C supports function attribute format: YES +#15 7.862 Compiler for C supports function attribute packed: YES +#15 7.862 Compiler for C supports function attribute packed: YES +#15 7.862 Compiler for C supports function attribute returns_nonnull: YES +#15 7.862 Compiler for C supports function attribute returns_nonnull: YES + +#15 7.862 Compiler for C supports function attribute alias: YES +#15 7.862 Compiler for C supports function attribute alias: YES +#15 7.862 Compiler for C supports function attribute noreturn: YES +#15 7.862 Compiler for C supports function attribute noreturn: YES +#15 7.862 Compiler for C supports function attribute optimize: NO +#15 7.862 Compiler for C supports function attribute visibility:hidden: YES #15 7.862 Compiler for C supports function attribute optimize: NO +#15 7.862 Compiler for C supports function attribute visibility:hidden: YES +#15 7.862 Checking if "__uint128_t" compiles: YES +#15 7.862 Checking if "__uint128_t" compiles: YES +#15 7.862 Checking for function "reallocarray" : YES + +#15 7.862 Checking for function "reallocarray" : YES +#15 7.862 Checking for function "fmemopen" : YES +#15 7.862 Checking for function "fmemopen" : YES +#15 7.862 Checking if "gc-sections" links: YES +#15 7.862 Checking if "gc-sections" links: YES +#15 7.862 Compiler for C supports arguments -Werror=implicit-function-declaration: YES +#15 7.862 Compiler for C supports arguments -Werror=missing-prototypes: YES #15 7.862 Compiler for C supports arguments -Werror=implicit-function-declaration: YES +#15 7.862 Compiler for C supports arguments -Werror=missing-prototypes: YES +#15 7.862 Compiler for C supports arguments -Werror=return-type: YES + +#15 7.862 Compiler for C supports arguments -Werror=return-type: YES +#15 7.862 Compiler for C supports arguments -Werror=empty-body: YES +#15 7.862 Compiler for C supports arguments -Werror=empty-body: YES +#15 7.862 Compiler for C supports arguments -Werror=incompatible-pointer-types: YES +#15 7.862 Compiler for C supports arguments -Werror=int-conversion: YES #15 7.862 Compiler for C supports arguments -Werror=incompatible-pointer-types: YES +#15 7.862 Compiler for C supports arguments -Werror=int-conversion: YES +#15 7.862 Compiler for C supports arguments -Wimplicit-fallthrough: YES +#15 7.862 Compiler for C supports arguments -Wimplicit-fallthrough: YES +#15 7.862 Compiler for C supports arguments -Wmisleading-indentation: YES +#15 7.862 Compiler for C supports arguments -Wmisleading-indentation: YES +#15 7.862 Compiler for C supports arguments -Wno-missing-field-initializers: YES +#15 7.862 Compiler for C supports arguments -Wno-missing-field-initializers: YES +#15 7.862 Compiler for C supports arguments -Wno-format-truncation: YES +#15 7.862 Compiler for C supports arguments -Wno-format-truncation: YES +#15 7.862 Compiler for C supports arguments -Wno-nonnull-compare: NO + +#15 7.862 Compiler for C supports arguments -Wno-nonnull-compare: NO +#15 7.862 Compiler for C supports arguments -fno-math-errno: YES +#15 7.862 Compiler for C supports arguments -fno-math-errno: YES +#15 7.862 Compiler for C supports arguments -fno-trapping-math: YES +#15 7.862 Compiler for C supports arguments -fno-trapping-math: YES +#15 7.862 Compiler for C supports arguments -Qunused-arguments: YES +#15 7.862 Compiler for C supports arguments -fno-common: YES +#15 7.862 Compiler for C supports arguments -Wno-unknown-pragmas: YES +#15 7.862 Compiler for C supports arguments -Qunused-arguments: YES +#15 7.862 Compiler for C supports arguments -fno-common: YES +#15 7.862 Compiler for C supports arguments -Wno-unknown-pragmas: YES +#15 7.862 Compiler for C supports arguments -Wno-microsoft-enum-value: YES +#15 7.862 Compiler for C supports arguments -Wno-microsoft-enum-value: YES +#15 7.862 Compiler for C supports arguments -Wno-unused-function: YES +#15 7.862 Compiler for C supports arguments -Werror=format: YES #15 7.862 Compiler for C supports arguments -Wno-unused-function: YES +#15 7.862 Compiler for C supports arguments -Werror=format: YES +#15 7.862 Compiler for C supports arguments -Wformat-security: YES +#15 7.862 Compiler for C supports arguments -Wformat-security: YES +#15 7.862 Compiler for C supports arguments -Werror=thread-safety: YES +#15 7.862 Compiler for C supports arguments -Werror=thread-safety: YES +#15 7.862 Compiler for C supports arguments -ffunction-sections: YES +#15 7.862 Compiler for C supports arguments -ffunction-sections: YES +#15 7.862 Compiler for C supports arguments -fdata-sections: YES +#15 7.862 Compiler for C supports arguments -fdata-sections: YES +#15 7.862 Compiler for C++ supports arguments -Werror=return-type: YES +#15 7.862 Compiler for C++ supports arguments -Werror=return-type: YES +#15 7.862 Compiler for C++ supports arguments -Werror=empty-body: YES +#15 7.862 Compiler for C++ supports arguments -Werror=empty-body: YES +#15 7.862 Compiler for C++ supports arguments -Wmisleading-indentation: YES + +#15 7.862 Compiler for C++ supports arguments -Wmisleading-indentation: YES +#15 7.862 Compiler for C++ supports arguments -Wno-non-virtual-dtor: YES +#15 7.862 Compiler for C++ supports arguments -Wno-non-virtual-dtor: YES +#15 7.862 Compiler for C++ supports arguments -Wno-missing-field-initializers: YES +#15 7.862 Compiler for C++ supports arguments -Wno-missing-field-initializers: YES +#15 7.862 Compiler for C++ supports arguments -Wno-format-truncation: YES +#15 7.862 Compiler for C++ supports arguments -Wno-format-truncation: YES +#15 7.862 Compiler for C++ supports arguments -fno-math-errno: YES +#15 7.862 Compiler for C++ supports arguments -fno-math-errno: YES +#15 7.862 Compiler for C++ supports arguments -fno-trapping-math: YES +#15 7.862 Compiler for C++ supports arguments -fno-trapping-math: YES +#15 7.862 Compiler for C++ supports arguments -Qunused-arguments: YES +#15 7.862 Compiler for C++ supports arguments -Qunused-arguments: YES +#15 7.862 Compiler for C++ supports arguments -flifetime-dse=1: NO +#15 7.862 Compiler for C++ supports arguments -Wno-unknown-pragmas: YES #15 7.862 Compiler for C++ supports arguments -flifetime-dse=1: NO +#15 7.862 Compiler for C++ supports arguments -Wno-unknown-pragmas: YES +#15 7.862 Compiler for C++ supports arguments -Wno-microsoft-enum-value: YES +#15 7.862 Compiler for C++ supports arguments -Wno-microsoft-enum-value: YES +#15 7.862 Compiler for C++ supports arguments -Werror=format: YES +#15 7.862 Compiler for C++ supports arguments -Werror=format: YES +#15 7.862 Compiler for C++ supports arguments -Wformat-security: YES +#15 7.862 Compiler for C++ supports arguments -Wformat-security: YES +#15 7.862 Compiler for C++ supports arguments -ffunction-sections: YES +#15 7.862 Compiler for C++ supports arguments -ffunction-sections: YES +#15 7.862 Compiler for C++ supports arguments -fdata-sections: YES +#15 7.862 Compiler for C++ supports arguments -fdata-sections: YES +#15 7.862 Compiler for C supports arguments -Wno-override-init: YES +#15 7.862 Compiler for C supports arguments -Wno-override-init: YES +#15 7.862 Compiler for C supports arguments -Wno-initializer-overrides: YES +#15 7.862 Compiler for C supports arguments -Wno-initializer-overrides: YES +#15 7.862 Compiler for C supports arguments -Werror=pointer-arith: YES + +#15 7.862 Compiler for C supports arguments -Werror=pointer-arith: YES +#15 7.862 Compiler for C supports arguments -Werror=vla: YES +#15 7.862 Compiler for C supports arguments -Werror=gnu-empty-initializer: YES +#15 7.862 Compiler for C++ supports arguments -Werror=pointer-arith: YES #15 7.862 Compiler for C supports arguments -Werror=vla: YES +#15 7.862 Compiler for C supports arguments -Werror=gnu-empty-initializer: YES +#15 7.862 Compiler for C++ supports arguments -Werror=pointer-arith: YES +#15 7.862 Compiler for C++ supports arguments -Werror=vla: YES +#15 7.862 Compiler for C++ supports arguments -Werror=vla: YES +#15 7.862 Compiler for C++ supports arguments -Werror=gnu-empty-initializer: YES +#15 7.862 Compiler for C++ supports arguments -Werror=gnu-empty-initializer: YES +#15 7.862 Checking for function "__builtin_ia32_clflushopt" : YES +#15 7.862 Checking for function "__builtin_ia32_clflushopt" : YES +#15 7.862 Checking if "GCC atomic builtins" compiles: YES +#15 7.862 Checking if "GCC atomic builtins" compiles: YES +#15 7.862 Checking if "GCC atomic builtins required -latomic" links: YES + +#15 7.862 Checking if "GCC atomic builtins required -latomic" links: YES +#15 7.862 Checking if "GCC 64bit atomics" with dependency links: YES +#15 7.862 Checking if "GCC 64bit atomics" with dependency links: YES +#15 7.862 Library ws2_32 found: NO +#15 7.862 Library ws2_32 found: NO +#15 7.862 Header "sys/sysmacros.h" has symbol "major" : YES +#15 7.862 Header "sys/sysmacros.h" has symbol "major" : YES +#15 7.862 Header "sys/sysmacros.h" has symbol "minor" : YES +#15 7.862 Header "sys/sysmacros.h" has symbol "makedev" : YES #15 7.862 Header "sys/sysmacros.h" has symbol "minor" : YES +#15 7.862 Header "sys/sysmacros.h" has symbol "makedev" : YES +#15 7.862 Header "sys/mkdev.h" has symbol "major" : NO + +#15 7.862 Header "sys/mkdev.h" has symbol "major" : NO +#15 7.862 Check usable header "sched.h" : YES +#15 7.862 Check usable header "sched.h" : YES +#15 7.862 Checking for function "sched_getaffinity" : YES +#15 7.862 Check usable header "xlocale.h" : NO #15 7.862 Checking for function "sched_getaffinity" : YES +#15 7.862 Check usable header "xlocale.h" : NO +#15 7.862 Check usable header "linux/futex.h" : YES + +#15 7.862 Check usable header "linux/futex.h" : YES +#15 7.862 Check usable header "endian.h" : YES +#15 7.862 Check usable header "endian.h" : YES +#15 7.862 Check usable header "dlfcn.h" : YES +#15 7.862 Check usable header "sys/shm.h" : YES #15 7.862 Check usable header "dlfcn.h" : YES +#15 7.862 Check usable header "sys/shm.h" : YES +#15 7.862 Check usable header "cet.h" : YES +#15 7.862 Check usable header "cet.h" : YES +#15 7.862 Check usable header "pthread_np.h" : NO +#15 7.862 Check usable header "pthread_np.h" : NO +#15 7.862 Check usable header "sys/inotify.h" : YES + +#15 7.862 Check usable header "sys/inotify.h" : YES +#15 7.862 Check usable header "linux/udmabuf.h" : YES +#15 7.862 Check usable header "linux/udmabuf.h" : YES +#15 7.862 Checking for function "strtof" : YES +#15 7.862 Checking for function "strtof" : YES +#15 7.862 Checking for function "mkostemp" : YES +#15 7.862 Checking for function "mkostemp" : YES +#15 7.862 Checking for function "memfd_create" : YES +#15 7.862 Checking for function "random_r" : YES #15 7.862 Checking for function "memfd_create" : YES +#15 7.862 Checking for function "random_r" : YES +#15 7.862 Checking for function "flock" : YES +#15 7.862 Checking for function "flock" : YES +#15 7.862 Checking for function "strtok_r" : YES +#15 7.862 Checking for function "strtok_r" : YES +#15 7.862 Checking for function "getrandom" : YES + +#15 7.862 Checking for function "getrandom" : YES +#15 7.862 Checking for function "qsort_s" : NO +#15 7.862 Checking for function "qsort_s" : NO +#15 7.862 Checking for function "posix_fallocate" : YES +#15 7.862 Checking for function "posix_fallocate" : YES +#15 7.862 Checking for function "secure_getenv" : YES +#15 7.862 Checking if "GNU qsort_r" links: YES #15 7.862 Checking for function "secure_getenv" : YES +#15 7.862 Checking if "GNU qsort_r" links: YES +#15 7.862 Header "time.h" has symbol "struct timespec" : YES +#15 7.862 Checking for function "thrd_create" : YES + +#15 7.862 Header "time.h" has symbol "struct timespec" : YES +#15 7.862 Checking for function "thrd_create" : YES +#15 7.862 Header "errno.h" has symbol "program_invocation_name" : YES +#15 7.862 Header "math.h" has symbol "issignaling" : YES #15 7.862 Header "errno.h" has symbol "program_invocation_name" : YES +#15 7.862 Header "math.h" has symbol "issignaling" : YES +#15 7.862 Checking for function "posix_memalign" : YES + +#15 7.862 Checking for function "posix_memalign" : YES +#15 7.862 Checking whether type "struct dirent" has member "d_type" : YES +#15 7.862 Checking whether type "struct dirent" has member "d_type" : YES +#15 7.862 Checking if "strtod has locale support" links: YES +#15 7.862 Checking if "Bsymbolic" links: YES #15 7.862 Checking if "strtod has locale support" links: YES +#15 7.862 Checking if "Bsymbolic" links: YES +#15 7.862 Checking if "version-script" links: YES +#15 7.862 Checking if "version-script" links: YES +#15 7.862 Checking if "dynamic-list" links: YES +#15 7.862 Checking if "dynamic-list" links: YES +#15 7.862 Compiler for C supports link arguments -Wl,--build-id=sha1: YES +#15 7.862 Compiler for C supports link arguments -Wl,--build-id=sha1: YES +#15 7.862 Checking for function "dlopen" : YES +#15 7.862 Checking for function "dlopen" : YES +#15 7.862 Checking for function "dladdr" with dependency : YES +#15 7.862 Checking for function "dladdr" with dependency : YES +#15 7.862 Checking for function "dl_iterate_phdr" : YES +#15 7.862 Checking for function "dl_iterate_phdr" : YES +#15 7.862 Checking for function "clock_gettime" : YES +#15 7.862 Checking for function "clock_gettime" : YES + +#15 11.02 Run-time dependency zlib found: YES 1.3.1 +#15 11.02 Run-time dependency libzstd found: YES 1.5.7 +#15 11.02 Run-time dependency threads found: YES +#15 11.02 Run-time dependency zlib found: YES 1.3.1 +#15 11.02 Run-time dependency libzstd found: YES 1.5.7 +#15 11.02 Run-time dependency threads found: YES +#15 11.02 Checking for function "pthread_setaffinity_np" with dependency threads: YES +#15 11.02 Run-time dependency expat found: YES 2.7.3 +#15 11.02 Library m found: YES +#15 11.02 Message: libdrm 2.4.121 needed because amdgpu has the highest requirement +#15 11.02 Run-time dependency libdrm_intel found: YES 2.4.126 +#15 11.02 Run-time dependency libdrm_amdgpu found: YES 2.4.126 +#15 11.02 Run-time dependency libdrm found: YES 2.4.126 +#15 11.02 Run-time dependency libudev found: YES 258 +#15 11.02 llvm-config found: YES (/usr/sbin/llvm-config) 20.1.8 +#15 11.02 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 11.02 Run-time dependency llvmspirvlib found: YES 20.1.0.0 +#15 11.02 Run-time dependency spirv-tools found: YES 2025.4.1 +#15 11.02 Library clang-cpp found: YES +#15 11.02 Run-time dependency lua54 found: NO (tried pkgconfig and cmake) +#15 11.02 Run-time dependency lua5.4 found: NO (tried pkgconfig and cmake) +#15 11.02 Run-time dependency lua-5.4 found: NO (tried pkgconfig and cmake) +#15 11.02 Run-time dependency lua53 found: NO (tried pkgconfig and cmake) +#15 11.02 Run-time dependency lua5.3 found: NO (tried pkgconfig and cmake) +#15 11.02 Run-time dependency lua-5.3 found: NO (tried pkgconfig and cmake) +#15 11.02 Run-time dependency lua found: NO (tried pkgconfig) +#15 11.02 Run-time dependency libelf found: YES 0.193 +#15 11.02 Dependency valgrind skipped: feature valgrind disabled +#15 11.02 Program bison found: YES (/usr/sbin/bison) +#15 11.02 Program bison found: YES 3.8.2 3.8.2 (/usr/sbin/bison) +#15 11.02 Program flex found: YES (/usr/sbin/flex) +#15 11.02 Run-time dependency libunwind found: YES 1.8.2 +#15 11.02 Build-time dependency wayland-scanner found: YES 1.24.0 +#15 11.02 Program /usr/bin/wayland-scanner found: YES (/usr/bin/wayland-scanner) +#15 11.02 Run-time dependency wayland-protocols found: YES 1.45 +#15 11.02 Run-time dependency wayland-client found: YES 1.24.0 +#15 11.02 Checking for function "pthread_setaffinity_np" with dependency threads: YES +#15 11.02 Run-time dependency expat found: YES 2.7.3 +#15 11.02 Library m found: YES +#15 11.02 Message: libdrm 2.4.121 needed because amdgpu has the highest requirement +#15 11.02 Run-time dependency libdrm_intel found: YES 2.4.126 +#15 11.02 Run-time dependency libdrm_amdgpu found: YES 2.4.126 +#15 11.02 Run-time dependency libdrm found: YES 2.4.126 +#15 11.02 Run-time dependency libudev found: YES 258 +#15 11.02 llvm-config found: YES (/usr/sbin/llvm-config) 20.1.8 +#15 11.02 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 11.02 Run-time dependency llvmspirvlib found: YES 20.1.0.0 +#15 11.02 Run-time dependency spirv-tools found: YES 2025.4.1 +#15 11.02 Library clang-cpp found: YES +#15 11.02 Run-time dependency lua54 found: NO (tried pkgconfig and cmake) +#15 11.02 Run-time dependency lua5.4 found: NO (tried pkgconfig and cmake) +#15 11.02 Run-time dependency lua-5.4 found: NO (tried pkgconfig and cmake) +#15 11.02 Run-time dependency lua53 found: NO (tried pkgconfig and cmake) +#15 11.02 Run-time dependency lua5.3 found: NO (tried pkgconfig and cmake) +#15 11.02 Run-time dependency lua-5.3 found: NO (tried pkgconfig and cmake) +#15 11.02 Run-time dependency lua found: NO (tried pkgconfig) +#15 11.02 Run-time dependency libelf found: YES 0.193 +#15 11.02 Dependency valgrind skipped: feature valgrind disabled +#15 11.02 Program bison found: YES (/usr/sbin/bison) +#15 11.02 Program bison found: YES 3.8.2 3.8.2 (/usr/sbin/bison) +#15 11.02 Program flex found: YES (/usr/sbin/flex) +#15 11.02 Run-time dependency libunwind found: YES 1.8.2 +#15 11.02 Build-time dependency wayland-scanner found: YES 1.24.0 +#15 11.02 Program /usr/bin/wayland-scanner found: YES (/usr/bin/wayland-scanner) +#15 11.02 Run-time dependency wayland-protocols found: YES 1.45 +#15 11.02 Run-time dependency wayland-client found: YES 1.24.0 +#15 11.02 Run-time dependency wayland-server found: YES 1.24.0 +#15 11.02 Run-time dependency wayland-egl-backend found: YES 3 +#15 11.02 Checking for function "wl_display_dispatch_queue_timeout" with dependency wayland-client: YES +#15 11.02 Checking for function "wl_display_create_queue_with_name" with dependency wayland-client: YES +#15 11.02 Run-time dependency xcb found: YES 1.17.0 +#15 11.02 Run-time dependency xcb-randr found: YES 1.17.0 +#15 11.02 Run-time dependency x11 found: YES 1.8.12 +#15 11.02 Run-time dependency xext found: YES 1.3.6 +#15 11.02 Run-time dependency xcb-glx found: YES 1.17.0 +#15 11.02 Run-time dependency xcb-shm found: YES 1.17.0 +#15 11.02 Dependency xcb found: YES 1.17.0 (cached) +#15 11.02 Run-time dependency xcb-keysyms found: YES 0.4.1 +#15 11.02 Run-time dependency x11-xcb found: YES 1.8.12 +#15 11.02 Run-time dependency xcb-dri3 found: YES 1.17.0 +#15 11.02 Run-time dependency wayland-server found: YES 1.24.0 +#15 11.02 Run-time dependency wayland-egl-backend found: YES 3 +#15 11.02 Checking for function "wl_display_dispatch_queue_timeout" with dependency wayland-client: YES +#15 11.02 Checking for function "wl_display_create_queue_with_name" with dependency wayland-client: YES +#15 11.02 Run-time dependency xcb found: YES 1.17.0 +#15 11.02 Run-time dependency xcb-randr found: YES 1.17.0 +#15 11.02 Run-time dependency x11 found: YES 1.8.12 +#15 11.02 Run-time dependency xext found: YES 1.3.6 +#15 11.02 Run-time dependency xcb-glx found: YES 1.17.0 +#15 11.02 Run-time dependency xcb-shm found: YES 1.17.0 +#15 11.02 Dependency xcb found: YES 1.17.0 (cached) +#15 11.02 Run-time dependency xcb-keysyms found: YES 0.4.1 +#15 11.02 Run-time dependency x11-xcb found: YES 1.8.12 +#15 11.02 Run-time dependency xcb-dri3 found: YES 1.17.0 +#15 11.02 Run-time dependency xcb-present found: YES 1.17.0 +#15 11.02 Dependency xcb-shm found: YES 1.17.0 (cached) +#15 11.02 Run-time dependency xcb-sync found: YES 1.17.0 +#15 11.02 Run-time dependency xshmfence found: YES 1.3.3 +#15 11.02 Run-time dependency xcb-present found: YES 1.17.0 +#15 11.02 Dependency xcb-shm found: YES 1.17.0 (cached) +#15 11.02 Run-time dependency xcb-sync found: YES 1.17.0 +#15 11.02 Run-time dependency xshmfence found: YES 1.3.3 +#15 11.02 Run-time dependency glproto found: YES 1.4.17 +#15 11.02 Run-time dependency glproto found: YES 1.4.17 +#15 11.02 Run-time dependency xxf86vm found: YES 1.1.6 +#15 11.02 Run-time dependency xxf86vm found: YES 1.1.6 +#15 11.02 Run-time dependency xcb-xfixes found: YES 1.17.0 +#15 11.02 Run-time dependency xcb-xfixes found: YES 1.17.0 +#15 11.02 Dependency xcb-dri3 found: YES 1.17.0 (cached) +#15 11.02 Dependency xcb-present found: YES 1.17.0 (cached)#15 11.02 Dependency xcb-dri3 found: YES 1.17.0 (cached) +#15 11.02 Dependency xcb-present found: YES 1.17.0 (cached) +#15 11.02 Dependency xcb-shm found: YES 1.17.0 (cached) +#15 11.02 Dependency xcb-shm found: YES 1.17.0 (cached) +#15 11.02 Dependency xshmfence found: YES 1.3.3 (cached) +#15 11.02 Dependency xshmfence found: YES 1.3.3 (cached) +#15 11.02 Dependency xcb-randr found: YES 1.17.0 (cached) +#15 11.02 Dependency xcb-randr found: YES 1.17.0 (cached) +#15 11.02 Run-time dependency xrandr found: YES 1.5.4 +#15 11.02 Run-time dependency xrandr found: YES 1.5.4 +#15 11.02 Library sensors skipped: feature lmsensors disabled +#15 11.02 Library sensors skipped: feature lmsensors disabled +#15 11.02 Program nm found: YES (/usr/sbin/nm) + +#15 11.02 Program nm found: YES (/usr/sbin/nm) +#15 11.02 Program symbols-check.py found: YES (/usr/bin/python /mesa/bin/symbols-check.py) +#15 11.02 Program symbols-check.py found: YES (/usr/bin/python /mesa/bin/symbols-check.py) +#15 11.02 Program install_megadrivers.py found: YES (/usr/bin/python /mesa/bin/install_megadrivers.py) +#15 11.02 Checking for size of "void *" : 8 #15 11.02 Program install_megadrivers.py found: YES (/usr/bin/python /mesa/bin/install_megadrivers.py) +#15 11.02 Checking for size of "void *" : 8 +#15 11.02 Checking for function "mmap" : YES +#15 11.02 Checking for function "mmap" : YES +#15 11.02 Checking whether type "spvtools::LinkerOptions" has member "SetAllowPtrTypeMismatch(true)" with dependency SPIRV-Tools: YES +#15 11.02 Checking whether type "spvtools::LinkerOptions" has member "SetAllowPtrTypeMismatch(true)" with dependency SPIRV-Tools: YES +#15 11.02 Compiler for C supports link arguments -fPIC: YES + +#15 11.02 Compiler for C supports link arguments -fPIC: YES +#15 11.02 Program decode.py found: YES (/mesa/src/compiler/isaspec/decode.py) +#15 11.02 Program decode.py found: YES (/mesa/src/compiler/isaspec/decode.py) +#15 11.02 Program encode.py found: YES (/mesa/src/compiler/isaspec/encode.py) +#15 11.02 Program bindgen found: YES (/usr/sbin/bindgen)#15 11.02 Program encode.py found: YES (/mesa/src/compiler/isaspec/encode.py) +#15 11.02 Program bindgen found: YES (/usr/sbin/bindgen) +#15 11.02 Looking for a fallback subproject for the dependency syn because: + +#15 11.02 Looking for a fallback subproject for the dependency syn because: +#15 11.02 Use of fallback dependencies is forced. +#15 11.02 Use of fallback dependencies is forced. +#15 11.02 Downloading syn source from https://crates.io/api/v1/crates/syn/2.0.87/download +#15 11.02 Downloading syn source from https://crates.io/api/v1/crates/syn/2.0.87/download +#15 12.79 +#15 12.79 Executing subproject syn +#15 12.79 +#15 12.79 syn| Project name: syn +#15 12.79 syn| Project version: 2.0.87 +#15 12.79 syn| Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold (rustc 1.90.0 "1.90.0")#15 12.79 +#15 12.79 Executing subproject syn +#15 12.79 +#15 12.79 syn| Project name: syn +#15 12.79 syn| Project version: 2.0.87 +#15 12.79 syn| Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold (rustc 1.90.0 "1.90.0") +#15 12.79 syn| Rust linker for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold ld.mold 2.40.4 +#15 12.79 syn| Downloading unicode-ident source from https://crates.io/api/v1/crates/unicode-ident/1.0.12/download + +#15 12.79 syn| Rust linker for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold ld.mold 2.40.4 +#15 12.79 syn| Downloading unicode-ident source from https://crates.io/api/v1/crates/unicode-ident/1.0.12/download +#15 13.97 +#15 13.97 Executing subproject syn:unicode-ident +#15 13.97 +#15 13.97 unicode-ident| Project name: unicode-ident +#15 13.97 unicode-ident| Project version: 1.0.12 +#15 13.97 +#15 13.97 Executing subproject syn:unicode-ident +#15 13.97 +#15 13.97 unicode-ident| Project name: unicode-ident +#15 13.97 unicode-ident| Project version: 1.0.12 +#15 13.97 unicode-ident| Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold (rustc 1.90.0 "1.90.0") +#15 13.97 unicode-ident| Rust linker for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold ld.mold 2.40.4 +#15 13.97 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 13.97 unicode-ident| Build targets in project: 104 +#15 13.97 unicode-ident| WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 13.97 unicode-ident| * 1.3.0: {'rust_abi arg in static_library'} +#15 13.97 unicode-ident| Subproject unicode-ident finished. +#15 13.97 +#15 13.97 syn| Downloading quote source from https://crates.io/api/v1/crates/quote/1.0.35/download +#15 13.97 unicode-ident| Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold (rustc 1.90.0 "1.90.0") +#15 13.97 unicode-ident| Rust linker for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold ld.mold 2.40.4 +#15 13.97 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 13.97 unicode-ident| Build targets in project: 104 +#15 13.97 unicode-ident| WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 13.97 unicode-ident| * 1.3.0: {'rust_abi arg in static_library'} +#15 13.97 unicode-ident| Subproject unicode-ident finished. +#15 13.97 +#15 13.97 syn| Downloading quote source from https://crates.io/api/v1/crates/quote/1.0.35/download +#15 15.05 +#15 15.05 Executing subproject syn:quote +#15 15.05 +#15 15.05 quote| Project name: quote +#15 15.05 quote| Project version: 1.0.35 +#15 15.05 quote| Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold (rustc 1.90.0 "1.90.0") +#15 15.05 quote| Rust linker for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold ld.mold 2.40.4 +#15 15.05 quote| Downloading proc-macro2 source from https://crates.io/api/v1/crates/proc-macro2/1.0.86/download +#15 15.05 +#15 15.05 Executing subproject syn:quote +#15 15.05 +#15 15.05 quote| Project name: quote +#15 15.05 quote| Project version: 1.0.35 +#15 15.05 quote| Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold (rustc 1.90.0 "1.90.0") +#15 15.05 quote| Rust linker for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold ld.mold 2.40.4 +#15 15.05 quote| Downloading proc-macro2 source from https://crates.io/api/v1/crates/proc-macro2/1.0.86/download +#15 17.50 +#15 17.50 Executing subproject syn:quote:proc-macro2 +#15 17.50 +#15 17.50 proc-macro2| Project name: proc-macro2#15 17.50 +#15 17.50 Executing subproject syn:quote:proc-macro2 +#15 17.50 +#15 17.50 proc-macro2| Project name: proc-macro2 +#15 17.50 proc-macro2| Project version: 1.0.86 +#15 17.50 proc-macro2| Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold (rustc 1.90.0 "1.90.0") +#15 17.50 proc-macro2| Rust linker for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold ld.mold 2.40.4 +#15 17.50 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 17.50 proc-macro2| Build targets in project: 105 +#15 17.50 proc-macro2| WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 17.50 proc-macro2| * 1.3.0: {'rust_abi arg in static_library'} +#15 17.50 proc-macro2| Subproject proc-macro2 finished. +#15 17.50 +#15 17.50 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 17.50 quote| Build targets in project: 106 +#15 17.50 quote| WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 17.50 quote| * 1.3.0: {'rust_abi arg in static_library'} +#15 17.50 quote| Subproject quote finished. +#15 17.50 +#15 17.50 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 17.50 syn| Build targets in project: 107 +#15 17.50 syn| WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 17.50 syn| * 1.3.0: {'rust_abi arg in static_library'} +#15 17.50 syn| Subproject syn finished. +#15 17.50 proc-macro2| Project version: 1.0.86 +#15 17.50 proc-macro2| Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold (rustc 1.90.0 "1.90.0") +#15 17.50 proc-macro2| Rust linker for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold ld.mold 2.40.4 +#15 17.50 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 17.50 proc-macro2| Build targets in project: 105 +#15 17.50 proc-macro2| WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 17.50 proc-macro2| * 1.3.0: {'rust_abi arg in static_library'} +#15 17.50 proc-macro2| Subproject proc-macro2 finished. +#15 17.50 +#15 17.50 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 17.50 quote| Build targets in project: 106 +#15 17.50 quote| WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 17.50 quote| * 1.3.0: {'rust_abi arg in static_library'} +#15 17.50 quote| Subproject quote finished. +#15 17.50 +#15 17.50 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 17.50 syn| Build targets in project: 107 +#15 17.50 syn| WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 17.50 syn| * 1.3.0: {'rust_abi arg in static_library'} +#15 17.50 syn| Subproject syn finished. +#15 17.50 +#15 17.50 Dependency syn from subproject subprojects/syn-2.0.87 found: YES 2.0.87 +#15 17.50 Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES +#15 17.50 Compiler for C supports link arguments -Wl,-z,relro: YES +#15 17.50 Configuring VkLayer_MESA_overlay.json using configuration +#15 17.50 Configuring VkLayer_MESA_overlay.json.in_dev.json using configuration +#15 17.50 Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES (cached) +#15 17.50 Compiler for C supports link arguments -Wl,-z,relro: YES (cached) +#15 17.50 Configuring VkLayer_MESA_device_select.json using configuration +#15 17.50 Configuring VkLayer_MESA_device_select.json.in_dev.json using configuration +#15 17.50 Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES (cached) + +#15 17.50 +#15 17.50 Dependency syn from subproject subprojects/syn-2.0.87 found: YES 2.0.87 +#15 17.50 Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES +#15 17.50 Compiler for C supports link arguments -Wl,-z,relro: YES +#15 17.50 Configuring VkLayer_MESA_overlay.json using configuration +#15 17.50 Configuring VkLayer_MESA_overlay.json.in_dev.json using configuration +#15 17.50 Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES (cached) +#15 17.50 Compiler for C supports link arguments -Wl,-z,relro: YES (cached) +#15 17.50 Configuring VkLayer_MESA_device_select.json using configuration +#15 17.50 Configuring VkLayer_MESA_device_select.json.in_dev.json using configuration +#15 17.50 Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES (cached) +#15 17.50 Compiler for C supports link arguments -Wl,-z,relro: YES (cached) +#15 17.50 Configuring VkLayer_INTEL_nullhw.json using configuration +#15 17.50 Configuring VkLayer_INTEL_nullhw.json.in_dev.json using configuration +#15 17.50 Compiler for C supports link arguments -Wl,-z,relro: YES (cached) +#15 17.50 Configuring VkLayer_INTEL_nullhw.json using configuration +#15 17.50 Configuring VkLayer_INTEL_nullhw.json.in_dev.json using configuration +#15 17.50 Compiler for C supports arguments -Werror=switch: YES +#15 17.50 Compiler for C++ supports arguments -Wno-unused-variable: YES #15 17.50 Compiler for C supports arguments -Werror=switch: YES +#15 17.50 Compiler for C++ supports arguments -Wno-unused-variable: YES +#15 17.50 Compiler for C++ supports arguments -Wno-unused-local-typedefs: YES +#15 17.50 Compiler for C++ supports arguments -Wno-unused-local-typedefs: YES +#15 17.50 Compiler for C++ supports arguments -Wno-unused-but-set-variable: YES + +#15 17.50 Compiler for C++ supports arguments -Wno-unused-but-set-variable: YES +#15 17.50 Compiler for C++ supports arguments -Wno-maybe-uninitialized: NO +#15 17.50 Compiler for C++ supports arguments -Wno-maybe-uninitialized: NO +#15 17.50 Compiler for C++ supports arguments -Wno-self-assign: YES +#15 17.50 Compiler for C++ supports arguments -Wno-self-assign: YES +#15 17.50 Compiler for C++ supports arguments /wd4189: NO +#15 17.50 Compiler for C++ supports arguments /wd4189: NO +#15 17.50 Compiler for C++ supports arguments -Wno-uninitialized: YES +#15 17.50 Compiler for C++ supports arguments -fno-exceptions: YES #15 17.50 Compiler for C++ supports arguments -Wno-uninitialized: YES +#15 17.50 Compiler for C++ supports arguments -fno-exceptions: YES +#15 17.50 Compiler for C++ supports arguments -fno-rtti: YES +#15 17.50 Compiler for C++ supports arguments -fno-rtti: YES +#15 17.50 Compiler for C++ supports arguments -Wimplicit-fallthrough: YES +#15 17.50 Compiler for C++ supports arguments -Wimplicit-fallthrough: YES +#15 17.50 Compiler for C++ supports arguments -Wshadow: YES +#15 17.50 Compiler for C++ supports arguments -Wshadow: YES +#15 17.50 Compiler for C supports arguments -Wimplicit-fallthrough: YES (cached) +#15 17.50 Compiler for C supports arguments -Wimplicit-fallthrough: YES (cached) +#15 17.50 Compiler for C supports arguments -Wshadow: YES +#15 17.50 Compiler for C supports arguments -Wshadow: YES +#15 17.50 Compiler for C supports arguments -Wall: YES +#15 17.50 Compiler for C supports arguments -Wall: YES +#15 17.50 Compiler for C supports arguments -Wextra: YES +#15 17.50 Compiler for C supports arguments -Wextra: YES +#15 17.50 Compiler for C supports arguments -Wno-unused: YES + +#15 17.50 Compiler for C supports arguments -Wno-unused: YES +#15 17.50 Compiler for C supports arguments -Wno-unused-parameter: YES +#15 17.50 Compiler for C supports arguments -Wno-unused-parameter: YES +#15 17.50 Compiler for C supports arguments -Wno-unused-command-line-argument: YES +#15 17.50 Compiler for C supports arguments -Wno-unused-command-line-argument: YES +#15 17.50 Compiler for C supports arguments -Wno-ignored-qualifiers: YES +#15 17.50 Compiler for C supports arguments -Wno-ignored-qualifiers: YES +#15 17.50 Compiler for C supports arguments -Wno-missing-field-initializers: YES (cached) +#15 17.50 Compiler for C supports arguments -Wno-self-assign: YES +#15 17.50 Compiler for C supports arguments -Wno-implicit-fallthrough: YES +#15 17.50 Compiler for C supports arguments -Wno-missing-field-initializers: YES (cached) +#15 17.50 Compiler for C supports arguments -Wno-self-assign: YES +#15 17.50 Compiler for C supports arguments -Wno-implicit-fallthrough: YES +#15 17.50 Compiler for C supports arguments -Werror=comment: YES +#15 17.50 Compiler for C supports arguments -Werror=comment: YES +#15 17.50 Compiler for C supports arguments -Werror=missing-braces: YES +#15 17.50 Compiler for C supports arguments -Werror=missing-braces: YES +#15 17.50 Compiler for C supports arguments -Werror=override-init: YES +#15 17.50 Compiler for C supports arguments -Werror=override-init: YES +#15 17.50 Compiler for C supports arguments -Werror=enum-conversion: YES +#15 17.50 Compiler for C supports arguments -Werror=enum-conversion: YES +#15 17.50 Compiler for C supports arguments -Werror=enum-compare: YES +#15 17.50 Compiler for C supports arguments -Werror=enum-compare: YES +#15 17.50 Compiler for C supports arguments -Werror=maybe-uninitialized: NO +#15 17.50 Compiler for C supports arguments -Werror=parentheses: YES #15 17.50 Compiler for C supports arguments -Werror=maybe-uninitialized: NO +#15 17.50 Compiler for C supports arguments -Werror=parentheses: YES +#15 17.50 Compiler for C supports arguments -Wall: YES (cached) +#15 17.50 Compiler for C supports arguments -Wall: YES (cached) +#15 17.50 Compiler for C supports arguments -Wextra: YES (cached) +#15 17.50 Compiler for C supports arguments -Wextra: YES (cached) +#15 17.50 Compiler for C supports arguments -Wno-unused: YES (cached) +#15 17.50 Compiler for C supports arguments -Wno-unused: YES (cached) +#15 17.50 Compiler for C supports arguments -Wno-unused-parameter: YES (cached) +#15 17.50 Compiler for C supports arguments -Wno-unused-parameter: YES (cached) +#15 17.50 Compiler for C supports arguments -Wno-unused-command-line-argument: YES (cached) +#15 17.50 Compiler for C supports arguments -Wno-unused-command-line-argument: YES (cached) +#15 17.50 Compiler for C supports arguments -Wno-ignored-qualifiers: YES (cached) +#15 17.50 Compiler for C supports arguments -Wno-ignored-qualifiers: YES (cached) +#15 17.50 Compiler for C supports arguments -Wno-missing-field-initializers: YES (cached) +#15 17.50 Compiler for C supports arguments -Wno-missing-field-initializers: YES (cached) +#15 17.50 Compiler for C supports arguments -Wno-self-assign: YES (cached) +#15 17.50 Compiler for C supports arguments -Wno-self-assign: YES (cached) +#15 17.50 Compiler for C supports arguments -Wno-implicit-fallthrough: YES (cached) +#15 17.50 Compiler for C supports arguments -Wno-implicit-fallthrough: YES (cached) +#15 17.50 Compiler for C supports arguments -Werror=comment: YES (cached) + +#15 17.50 Compiler for C supports arguments -Werror=comment: YES (cached) +#15 17.50 Compiler for C supports arguments -Werror=missing-braces: YES (cached) +#15 17.50 Compiler for C supports arguments -Werror=missing-braces: YES (cached) +#15 17.50 Compiler for C supports arguments -Werror=override-init: YES (cached) +#15 17.50 Compiler for C supports arguments -Werror=override-init: YES (cached) +#15 17.50 Compiler for C supports arguments -Werror=enum-conversion: YES (cached) +#15 17.50 Compiler for C supports arguments -Werror=enum-conversion: YES (cached) +#15 17.50 Compiler for C supports arguments -Werror=enum-compare: YES (cached) +#15 17.50 Compiler for C supports arguments -Werror=maybe-uninitialized: NO (cached)#15 17.50 Compiler for C supports arguments -Werror=enum-compare: YES (cached) +#15 17.50 Compiler for C supports arguments -Werror=maybe-uninitialized: NO (cached) +#15 17.50 Compiler for C supports arguments -Wall: YES (cached) +#15 17.50 Compiler for C supports arguments -Wall: YES (cached) +#15 17.50 Compiler for C supports arguments -Wextra: YES (cached) +#15 17.50 Compiler for C supports arguments -Wextra: YES (cached) +#15 17.50 Compiler for C supports arguments -Wno-unused: YES (cached) +#15 17.50 Compiler for C supports arguments -Wno-unused-parameter: YES (cached) +#15 17.50 Compiler for C supports arguments -Wno-unused-command-line-argument: YES (cached) +#15 17.50 Compiler for C supports arguments -Wno-unused: YES (cached) +#15 17.50 Compiler for C supports arguments -Wno-unused-parameter: YES (cached) +#15 17.50 Compiler for C supports arguments -Wno-unused-command-line-argument: YES (cached) +#15 17.50 Compiler for C supports arguments -Wno-ignored-qualifiers: YES (cached) +#15 17.50 Compiler for C supports arguments -Wno-ignored-qualifiers: YES (cached) +#15 17.50 Compiler for C supports arguments -Wno-missing-field-initializers: YES (cached) +#15 17.50 Compiler for C supports arguments -Wno-missing-field-initializers: YES (cached) +#15 17.50 Compiler for C supports arguments -Wno-self-assign: YES (cached) +#15 17.50 Compiler for C supports arguments -Wno-self-assign: YES (cached) +#15 17.50 Compiler for C supports arguments -Wno-implicit-fallthrough: YES (cached) +#15 17.50 Compiler for C supports arguments -Wno-implicit-fallthrough: YES (cached) +#15 17.50 Compiler for C supports arguments -Werror=comment: YES (cached) +#15 17.50 Compiler for C supports arguments -Werror=comment: YES (cached) +#15 17.50 Compiler for C supports arguments -Werror=missing-braces: YES (cached) +#15 17.50 Compiler for C supports arguments -Werror=missing-braces: YES (cached) +#15 17.50 Compiler for C supports arguments -Werror=override-init: YES (cached) + +#15 17.50 Compiler for C supports arguments -Werror=override-init: YES (cached) +#15 17.50 Compiler for C supports arguments -Werror=enum-conversion: YES (cached) +#15 17.50 Compiler for C supports arguments -Werror=enum-conversion: YES (cached) +#15 17.50 Compiler for C supports arguments -Werror=enum-compare: YES (cached) +#15 17.50 Compiler for C supports arguments -Werror=enum-compare: YES (cached) +#15 17.50 Compiler for C supports arguments -Werror=maybe-uninitialized: NO (cached) +#15 17.50 Compiler for C supports arguments -Werror=maybe-uninitialized: NO (cached) +#15 17.50 Compiler for C supports arguments -Wno-gnu-variable-sized-type-not-at-end: YES +#15 17.50 Compiler for C supports arguments -Wno-gnu-variable-sized-type-not-at-end: YES +#15 17.50 Program cbindgen found: YES 0.29.0 0.29.0 (/usr/sbin/cbindgen) +#15 17.50 Looking for a fallback subproject for the dependency paste because:#15 17.50 Program cbindgen found: YES 0.29.0 0.29.0 (/usr/sbin/cbindgen) +#15 17.50 Looking for a fallback subproject for the dependency paste because: +#15 17.50 Use of fallback dependencies is forced. +#15 17.50 Use of fallback dependencies is forced. +#15 17.50 Downloading paste source from https://crates.io/api/v1/crates/paste/1.0.14/download + +#15 17.50 Downloading paste source from https://crates.io/api/v1/crates/paste/1.0.14/download +#15 18.57 +#15 18.57 Executing subproject paste +#15 18.57 +#15 18.57 paste| Project name: paste +#15 18.57 paste| Project version: 1.0.14 +#15 18.57 paste| Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold (rustc 1.90.0 "1.90.0") +#15 18.57 paste| Rust linker for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold ld.mold 2.40.4 +#15 18.57 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 18.57 +#15 18.57 Executing subproject paste +#15 18.57 +#15 18.57 paste| Project name: paste +#15 18.57 paste| Project version: 1.0.14 +#15 18.57 paste| Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold (rustc 1.90.0 "1.90.0") +#15 18.57 paste| Rust linker for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold ld.mold 2.40.4 +#15 18.57 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 18.57 paste| Build targets in project: 455 +#15 18.57 paste| WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 18.57 paste| * 1.3.0: {'rust.proc_macro'} +#15 18.57 paste| Subproject paste finished. +#15 18.57 +#15 18.57 Dependency paste from subproject subprojects/paste-1.0.14 found: YES 1.0.14 +#15 18.57 Dependency paste found: YES 1.0.14 (cached) +#15 18.57 Looking for a fallback subproject for the dependency rustc-hash because: +#15 18.57 Use of fallback dependencies is forced. +#15 18.57 Downloading rustc-hash source from https://crates.io/api/v1/crates/rustc-hash/2.1.1/download +#15 18.57 paste| Build targets in project: 455 +#15 18.57 paste| WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 18.57 paste| * 1.3.0: {'rust.proc_macro'} +#15 18.57 paste| Subproject paste finished. +#15 18.57 +#15 18.57 Dependency paste from subproject subprojects/paste-1.0.14 found: YES 1.0.14 +#15 18.57 Dependency paste found: YES 1.0.14 (cached) +#15 18.57 Looking for a fallback subproject for the dependency rustc-hash because: +#15 18.57 Use of fallback dependencies is forced. +#15 18.57 Downloading rustc-hash source from https://crates.io/api/v1/crates/rustc-hash/2.1.1/download +#15 19.73 +#15 19.73 Executing subproject rustc-hash +#15 19.73 +#15 19.73 rustc-hash| Project name: rustc_hash +#15 19.73 +#15 19.73 Executing subproject rustc-hash +#15 19.73 +#15 19.73 rustc-hash| Project name: rustc_hash +#15 19.73 rustc-hash| Project version: 2.1.1 +#15 19.73 rustc-hash| Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold (rustc 1.90.0 "1.90.0") +#15 19.73 rustc-hash| Rust linker for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold ld.mold 2.40.4 +#15 19.73 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 19.73 rustc-hash| Build targets in project: 462 +#15 19.73 rustc-hash| WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 19.73 rustc-hash| * 1.3.0: {'rust_abi arg in static_library'} +#15 19.73 rustc-hash| Subproject rustc-hash finished. +#15 19.73 +#15 19.73 Dependency rustc-hash from subproject subprojects/rustc-hash-2.1.1 found: YES 2.1.1 +#15 19.73 Checking for type "std::pmr::monotonic_buffer_resource" : YES +#15 19.73 Compiler for C supports arguments -Wno-gnu-variable-sized-type-not-at-end: YES (cached) +#15 19.73 Compiler for C supports arguments -Wno-missing-prototypes: YES #15 19.73 rustc-hash| Project version: 2.1.1 +#15 19.73 rustc-hash| Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold (rustc 1.90.0 "1.90.0") +#15 19.73 rustc-hash| Rust linker for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold ld.mold 2.40.4 +#15 19.73 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 19.73 rustc-hash| Build targets in project: 462 +#15 19.73 rustc-hash| WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 19.73 rustc-hash| * 1.3.0: {'rust_abi arg in static_library'} +#15 19.73 rustc-hash| Subproject rustc-hash finished. +#15 19.73 +#15 19.73 Dependency rustc-hash from subproject subprojects/rustc-hash-2.1.1 found: YES 2.1.1 +#15 19.73 Checking for type "std::pmr::monotonic_buffer_resource" : YES +#15 19.73 Compiler for C supports arguments -Wno-gnu-variable-sized-type-not-at-end: YES (cached) +#15 19.73 Compiler for C supports arguments -Wno-missing-prototypes: YES +#15 19.73 Configuring rusticl.icd using configuration + +#15 19.73 Configuring rusticl.icd using configuration +#15 19.73 Compiler for C supports link arguments -Wl,--default-symver: YES +#15 19.73 Compiler for C supports link arguments -Wl,--default-symver: YES +#15 19.73 Configuring dri.sym using configuration +#15 19.73 Configuring dri.sym using configuration +#15 19.73 Checking for function "mincore" : YES +#15 19.73 Configuring 50_mesa.json using configuration +#15 19.73 Configuring devenv_glvnd_egl.json using configuration +#15 19.73 Configuring dri.sym using configuration#15 19.73 Checking for function "mincore" : YES +#15 19.73 Configuring 50_mesa.json using configuration +#15 19.73 Configuring devenv_glvnd_egl.json using configuration +#15 19.73 Configuring dri.sym using configuration +#15 19.73 Program ln found: YES (/usr/sbin/ln) +#15 19.73 Program sphinx-build skipped: feature html-docs disabled + +#15 19.73 Program ln found: YES (/usr/sbin/ln) +#15 19.73 Program sphinx-build skipped: feature html-docs disabled +#15 19.73 Build targets in project: 595 +#15 19.73 Build targets in project: 595 +#15 19.73 +#15 19.73 mesa 25.2.4#15 19.73 +#15 19.73 mesa 25.2.4 +#15 19.73 +#15 19.73 +#15 19.73 Directories +#15 19.73 Directories +#15 19.73 prefix : /usr +#15 19.73 prefix : /usr +#15 19.73 libdir : lib + +#15 19.73 libdir : lib +#15 19.73 includedir : include +#15 19.73 includedir : include +#15 19.73 +#15 19.73 Common C and C++ arguments#15 19.73 +#15 19.73 Common C and C++ arguments +#15 19.73 c_cpp_args : -mtls-dialect=gnu2 +#15 19.73 c_cpp_args : -mtls-dialect=gnu2 +#15 19.73 + +#15 19.73 +#15 19.73 OpenGL +#15 19.73 OpenGL +#15 19.73 OpenGL : YES +#15 19.73 OpenGL : YES +#15 19.73 ES1 : NO +#15 19.73 ES1 : NO +#15 19.73 ES2 : YES +#15 19.73 ES2 : YES +#15 19.73 GLVND : YES +#15 19.73 GLVND : YES +#15 19.73 +#15 19.73 DRI#15 19.73 +#15 19.73 DRI +#15 19.73 Platform : drm +#15 19.73 Platform : drm +#15 19.73 Driver dir : /usr/lib/dri +#15 19.73 Driver dir : /usr/lib/dri +#15 19.73 +#15 19.73 +#15 19.73 GLX +#15 19.73 GLX +#15 19.73 Enabled : YES + +#15 19.73 Enabled : YES +#15 19.73 Provider : dri +#15 19.73 Provider : dri +#15 19.73 +#15 19.73 +#15 19.73 EGL +#15 19.73 EGL +#15 19.73 Enabled : YES +#15 19.73 Enabled : YES +#15 19.73 Drivers : builtin:egl_dri2 builtin:egl_dri3 +#15 19.73 Drivers : builtin:egl_dri2 builtin:egl_dri3 +#15 19.73 Platforms : x11 wayland surfaceless drm xcb +#15 19.73 Platforms : x11 wayland surfaceless drm xcb +#15 19.73 +#15 19.73 +#15 19.73 GBM +#15 19.73 Enabled : YES#15 19.73 GBM +#15 19.73 Enabled : YES +#15 19.73 External libgbm : NO +#15 19.73 External libgbm : NO +#15 19.73 Backends path : /usr/lib/gbm + +#15 19.73 Backends path : /usr/lib/gbm +#15 19.73 +#15 19.73 +#15 19.73 Vulkan +#15 19.73 Vulkan +#15 19.73 Drivers : amd intel intel_hasvk swrast virtio nouveau +#15 19.73 Drivers : amd intel intel_hasvk swrast virtio nouveau +#15 19.73 Platforms : x11 wayland surfaceless drm xcb +#15 19.73 Platforms : x11 wayland surfaceless drm xcb +#15 19.73 ICD dir : share/vulkan/icd.d +#15 19.73 ICD dir : share/vulkan/icd.d +#15 19.73 Layers : device-select intel-nullhw overlay +#15 19.73 Intel Ray tracing : YES#15 19.73 Layers : device-select intel-nullhw overlay +#15 19.73 Intel Ray tracing : YES +#15 19.73 +#15 19.73 +#15 19.73 Video +#15 19.73 Video +#15 19.73 Codecs : vc1dec h264dec h264enc h265dec h265enc av1dec av1enc +#15 19.73 Codecs : vc1dec h264dec h264enc h265dec h265enc av1dec av1enc +#15 19.73 vp9dec +#15 19.73 vp9dec +#15 19.73 APIs : va vulkan + +#15 19.73 APIs : va vulkan +#15 19.73 +#15 19.73 +#15 19.73 LLVM +#15 19.73 LLVM +#15 19.73 Required : enabled +#15 19.73 Version : 20.1.8#15 19.73 Required : enabled +#15 19.73 Version : 20.1.8 +#15 19.73 +#15 19.73 Gallium +#15 19.73 Enabled : YES +#15 19.73 Drivers : r300 r600 radeonsi nouveau virgl svga softpipe +#15 19.73 +#15 19.73 Gallium +#15 19.73 Enabled : YES +#15 19.73 Drivers : r300 r600 radeonsi nouveau virgl svga softpipe +#15 19.73 llvmpipe i915 iris crocus zink +#15 19.73 llvmpipe i915 iris crocus zink +#15 19.73 Platforms : x11 wayland surfaceless drm xcb + +#15 19.73 Platforms : x11 wayland surfaceless drm xcb +#15 19.73 Frontends : mesa va rusticl +#15 19.73 Frontends : mesa va rusticl +#15 19.73 HUD lm-sensors : NO +#15 19.73 #15 19.73 HUD lm-sensors : NO +#15 19.73 +#15 19.73 Perfetto +#15 19.73 Perfetto +#15 19.73 Enabled : NO +#15 19.73 Enabled : NO +#15 19.73 + +#15 19.73 +#15 19.73 Teflon (TensorFlow Lite delegate) +#15 19.73 Teflon (TensorFlow Lite delegate) +#15 19.73 Enabled : NO +#15 19.73 Enabled : NO +#15 19.73 +#15 19.73 +#15 19.73 Subprojects +#15 19.73 Subprojects +#15 19.73 paste : YES 2 warnings +#15 19.73 paste : YES 2 warnings +#15 19.73 proc-macro2 : YES 2 warnings (from syn => quote)#15 19.73 proc-macro2 : YES 2 warnings (from syn => quote) +#15 19.73 quote : YES 2 warnings (from syn) +#15 19.73 quote : YES 2 warnings (from syn) +#15 19.73 rustc-hash : YES 2 warnings + +#15 19.73 rustc-hash : YES 2 warnings +#15 19.73 syn : YES 2 warnings +#15 19.73 syn : YES 2 warnings +#15 19.73 unicode-ident : YES 2 warnings (from syn) +#15 19.73 unicode-ident : YES 2 warnings (from syn) +#15 19.73 +#15 19.73 User defined options#15 19.73 +#15 19.73 User defined options +#15 19.73 android-libbacktrace: disabled +#15 19.73 android-libbacktrace: disabled +#15 19.73 b_lto : false + +#15 19.73 b_lto : false +#15 19.73 b_ndebug : false +#15 19.73 b_ndebug : false +#15 19.73 buildtype : plain +#15 19.73 buildtype : plain +#15 19.73 egl : enabled +#15 19.73 force_fallback_for : syn,paste,rustc-hash#15 19.73 egl : enabled +#15 19.73 force_fallback_for : syn,paste,rustc-hash +#15 19.73 gallium-drivers : r300,r600,radeonsi,nouveau,virgl,svga,softpipe,llvmpipe,i915,iris,crocus,zink +#15 19.73 gallium-drivers : r300,r600,radeonsi,nouveau,virgl,svga,softpipe,llvmpipe,i915,iris,crocus,zink +#15 19.73 gallium-extra-hud : true +#15 19.73 gallium-extra-hud : true +#15 19.73 gallium-rusticl : true + +#15 19.73 gallium-rusticl : true +#15 19.73 gallium-va : enabled +#15 19.73 gallium-va : enabled +#15 19.73 gbm : enabled +#15 19.73 gbm : enabled +#15 19.73 gles1 : disabled +#15 19.73 gles1 : disabled +#15 19.73 gles2 : enabled +#15 19.73 glvnd : enabled#15 19.73 gles2 : enabled +#15 19.73 glvnd : enabled +#15 19.73 glx : dri +#15 19.73 glx : dri +#15 19.73 legacy-x11 : dri2 +#15 19.73 legacy-x11 : dri2 +#15 19.73 libunwind : enabled +#15 19.73 libunwind : enabled +#15 19.73 llvm : enabled + +#15 19.73 llvm : enabled +#15 19.73 lmsensors : disabled +#15 19.73 lmsensors : disabled +#15 19.73 microsoft-clc : disabled +#15 19.73 platforms : x11,wayland#15 19.73 microsoft-clc : disabled +#15 19.73 platforms : x11,wayland +#15 19.73 prefix : /usr +#15 19.73 sysconfdir : /etc + +#15 19.73 prefix : /usr +#15 19.73 sysconfdir : /etc +#15 19.73 tools : [] +#15 19.73 valgrind : disabled#15 19.73 tools : [] +#15 19.73 valgrind : disabled +#15 19.73 video-codecs : all + +#15 19.73 video-codecs : all +#15 19.73 vulkan-drivers : amd,intel,intel_hasvk,swrast,virtio,nouveau +#15 19.73 vulkan-drivers : amd,intel,intel_hasvk,swrast,virtio,nouveau +#15 19.73 vulkan-layers : device-select,intel-nullhw,overlay +#15 19.73 wrap_mode : nofallback#15 19.73 vulkan-layers : device-select,intel-nullhw,overlay +#15 19.73 wrap_mode : nofallback +#15 19.73 zstd : enabled + +#15 19.73 zstd : enabled +#15 19.73 +#15 19.73 +#15 19.73 Found ninja-1.12.1 at /usr/sbin/ninja +#15 19.73 Found ninja-1.12.1 at /usr/sbin/ninja +#15 19.73 Generating targets: 0%| | 0/595 eta ?#15 19.73 Generating targets: 0%| | 0/595 eta ? Generating targets: 12%|█▏ | 72/595 eta 00:01 Generating targets: 12%|█▏ | 72/595 eta 00:01 Generating targets: 21%|██ | 125/595 eta 00:01 Generating targets: 21%|██ | 125/595 eta 00:01 Generating targets: 37%|███▋ | 223/595 eta 00:00 Generating targets: 37%|███▋ | 223/595 eta 00:00 Generating targets: 47%|████▋ | 281/595 eta 00:00 Generating targets: 47%|████▋ | 281/595 eta 00:00 Generating targets: 55%|█████▌ | 329/595 eta 00:00 Generating targets: 55%|█████▌ | 329/595 eta 00:00 Generating targets: 77%|███████▋ | 460/595 eta 00:00 Generating targets: 77%|███████▋ | 460/595 eta 00:00 Generating targets: 87%|████████▋ | 515/595 eta 00:00 Generating targets: 87%|████████▋ | 515/595 eta 00:00 Generating targets: 93%|█████████▎| 556/595 eta 00:00 Generating targets: 93%|█████████▎| 556/595 eta 00:00 Writing build.ninja: 0%| | 0/3645 eta ? Writing build.ninja: 0%| | 0/3645 eta ? Writing build.ninja: 33%|███▎ | 1198/3645 eta 00:00 Writing build.ninja: 33%|███▎ | 1198/3645 eta 00:00 Writing build.ninja: 66%|██████▌ | 2395/3645 eta 00:00 Writing build.ninja: 66%|██████▌ | 2395/3645 eta 00:00 Build started at 2025-10-11T10:44:14.856482 +#15 22.34 Main binary: /usr/bin/pythonBuild started at 2025-10-11T10:44:14.856482 +#15 22.34 Main binary: /usr/bin/python +#15 22.34 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 22.34 Python system: Linux +#15 22.34 The Meson build system +#15 22.34 Version: 1.9.1 +#15 22.34 Source dir: /mesa +#15 22.34 Build dir: /mesa/_build +#15 22.34 Build type: native build +#15 22.34 DEPRECATION: Option "legacy-x11" is deprecated +#15 22.34 Project name: mesa + +#15 22.34 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 22.34 Python system: Linux +#15 22.34 The Meson build system +#15 22.34 Version: 1.9.1 +#15 22.34 Source dir: /mesa +#15 22.34 Build dir: /mesa/_build +#15 22.34 Build type: native build +#15 22.34 DEPRECATION: Option "legacy-x11" is deprecated +#15 22.34 Project name: mesa +#15 22.34 Project version: 25.2.4 +#15 22.34 ----------- +#15 22.34 Detecting compiler via: `/usr/sbin/clang --version` -> 0 +#15 22.34 stdout: +#15 22.34 clang version 20.1.8 +#15 22.34 Target: x86_64-pc-linux-gnu +#15 22.34 Thread model: posix +#15 22.34 InstalledDir: /usr/bin +#15 22.34 ----------- +#15 22.34 Project version: 25.2.4 +#15 22.34 ----------- +#15 22.34 Detecting compiler via: `/usr/sbin/clang --version` -> 0 +#15 22.34 stdout: +#15 22.34 clang version 20.1.8 +#15 22.34 Target: x86_64-pc-linux-gnu +#15 22.34 Thread model: posix +#15 22.34 InstalledDir: /usr/bin +#15 22.34 ----------- +#15 22.34 Running command: -x c -E -dM - +#15 22.34 -----#15 22.34 Running command: -x c -E -dM - +#15 22.34 ----- +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 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 -fuse-ld=/usr/sbin/mold` -> 0#15 22.34 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 -fuse-ld=/usr/sbin/mold` -> 0 +#15 22.34 stdout: + +#15 22.34 stdout: +#15 22.34 mold 2.40.4 (083901f42dea2491be8bc7cf6e3b1e2b9a3c850d; compatible with GNU ld) +#15 22.34 mold 2.40.4 (083901f42dea2491be8bc7cf6e3b1e2b9a3c850d; compatible with GNU ld) +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Sanity testing C compiler: /usr/sbin/clang +#15 22.34 Sanity testing C compiler: /usr/sbin/clang +#15 22.34 Is cross compiler: False. +#15 22.34 Is cross compiler: False. +#15 22.34 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 -fuse-ld=/usr/sbin/mold -L/msan/lib -Wl,-rpath,/msan/lib -L/libcxx_msan/lib -Wl,-rpath,/libcxx_msan/lib -lc++ -lc++abi +#15 22.34 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 -fuse-ld=/usr/sbin/mold -L/msan/lib -Wl,-rpath,/msan/lib -L/libcxx_msan/lib -Wl,-rpath,/libcxx_msan/lib -lc++ -lc++abi +#15 22.34 Sanity check compile stdout:#15 22.34 Sanity check compile stdout: +#15 22.34 +#15 22.34 ----- + +#15 22.34 +#15 22.34 ----- +#15 22.34 Sanity check compile stderr: +#15 22.34 Sanity check compile stderr: +#15 22.34 #15 22.34 +#15 22.34 ----- +#15 22.34 ----- +#15 22.34 Running test binary command: /mesa/_build/meson-private/sanitycheckc.exe +#15 22.34 Running test binary command: /mesa/_build/meson-private/sanitycheckc.exe +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Sanity check: `/mesa/_build/meson-private/sanitycheckc.exe` -> 0 +#15 22.34 Sanity check: `/mesa/_build/meson-private/sanitycheckc.exe` -> 0 +#15 22.34 C compiler for the host machine: /usr/sbin/clang (clang 20.1.8 "clang version 20.1.8") +#15 22.34 C compiler for the host machine: /usr/sbin/clang (clang 20.1.8 "clang version 20.1.8") +#15 22.34 C linker for the host machine: /usr/sbin/clang ld.mold 2.40.4 +#15 22.34 ----------- +#15 22.34 C linker for the host machine: /usr/sbin/clang ld.mold 2.40.4 +#15 22.34 ----------- +#15 22.34 Detecting archiver via: `llvm-ar-20 --version` -> [Errno 2] No such file or directory: 'llvm-ar-20' +#15 22.34 Detecting archiver via: `llvm-ar-20 --version` -> [Errno 2] No such file or directory: 'llvm-ar-20' +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Detecting archiver via: `llvm-ar --version` -> 0 +#15 22.34 Detecting archiver via: `llvm-ar --version` -> 0 +#15 22.34 stdout: +#15 22.34 LLVM (http://llvm.org/):#15 22.34 stdout: +#15 22.34 LLVM (http://llvm.org/): +#15 22.34 LLVM version 20.1.8 +#15 22.34 LLVM version 20.1.8 +#15 22.34 Optimized build. +#15 22.34 Optimized build. +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Detecting compiler via: `/usr/sbin/clang++ --version` -> 0 + +#15 22.34 Detecting compiler via: `/usr/sbin/clang++ --version` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 clang version 20.1.8 +#15 22.34 Target: x86_64-pc-linux-gnu#15 22.34 clang version 20.1.8 +#15 22.34 Target: x86_64-pc-linux-gnu +#15 22.34 Thread model: posix +#15 22.34 Thread model: posix +#15 22.34 InstalledDir: /usr/bin +#15 22.34 InstalledDir: /usr/bin +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Running command: -x c++ -E -dM - +#15 22.34 Running command: -x c++ -E -dM - +#15 22.34 ----- +#15 22.34 -----------#15 22.34 ----- +#15 22.34 ----------- + +#15 22.34 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/ -fuse-ld=/usr/sbin/mold` -> 0 +#15 22.34 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/ -fuse-ld=/usr/sbin/mold` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 mold 2.40.4 (083901f42dea2491be8bc7cf6e3b1e2b9a3c850d; compatible with GNU ld) +#15 22.34 mold 2.40.4 (083901f42dea2491be8bc7cf6e3b1e2b9a3c850d; compatible with GNU ld) +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Sanity testing C++ compiler: /usr/sbin/clang++ +#15 22.34 Is cross compiler: False.#15 22.34 Sanity testing C++ compiler: /usr/sbin/clang++ +#15 22.34 Is cross compiler: False. +#15 22.34 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 -fuse-ld=/usr/sbin/mold -L/msan/lib -Wl,-rpath,/msan/lib -L/libcxx_msan/lib -Wl,-rpath,/libcxx_msan/lib -lc++ -lc++abi +#15 22.34 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 -fuse-ld=/usr/sbin/mold -L/msan/lib -Wl,-rpath,/msan/lib -L/libcxx_msan/lib -Wl,-rpath,/libcxx_msan/lib -lc++ -lc++abi +#15 22.34 Sanity check compile stdout: +#15 22.34 Sanity check compile stdout: +#15 22.34 +#15 22.34 +#15 22.34 ----- +#15 22.34 ----- +#15 22.34 Sanity check compile stderr: + +#15 22.34 Sanity check compile stderr: +#15 22.34 +#15 22.34 +#15 22.34 ----- +#15 22.34 Running test binary command: /mesa/_build/meson-private/sanitycheckcpp.exe#15 22.34 ----- +#15 22.34 Running test binary command: /mesa/_build/meson-private/sanitycheckcpp.exe +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Sanity check: `/mesa/_build/meson-private/sanitycheckcpp.exe` -> 0 +#15 22.34 C++ compiler for the host machine: /usr/sbin/clang++ (clang 20.1.8 "clang version 20.1.8") +#15 22.34 C++ linker for the host machine: /usr/sbin/clang++ ld.mold 2.40.4 + +#15 22.34 Sanity check: `/mesa/_build/meson-private/sanitycheckcpp.exe` -> 0 +#15 22.34 C++ compiler for the host machine: /usr/sbin/clang++ (clang 20.1.8 "clang version 20.1.8") +#15 22.34 C++ linker for the host machine: /usr/sbin/clang++ ld.mold 2.40.4 +#15 22.34 ----------- +#15 22.34 Detecting compiler via: `/usr/sbin/clang --version` -> 0#15 22.34 ----------- +#15 22.34 Detecting compiler via: `/usr/sbin/clang --version` -> 0 +#15 22.34 stdout: + +#15 22.34 stdout: +#15 22.34 clang version 20.1.8 +#15 22.34 clang version 20.1.8 +#15 22.34 Target: x86_64-pc-linux-gnu +#15 22.34 Thread model: posix#15 22.34 Target: x86_64-pc-linux-gnu +#15 22.34 Thread model: posix +#15 22.34 InstalledDir: /usr/bin +#15 22.34 InstalledDir: /usr/bin +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Running command: -x c -E -dM - +#15 22.34 Running command: -x c -E -dM - +#15 22.34 ----- + +#15 22.34 ----- +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 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 -fuse-ld=/usr/sbin/mold` -> 0 +#15 22.34 stdout:#15 22.34 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 -fuse-ld=/usr/sbin/mold` -> 0 +#15 22.34 stdout: +#15 22.34 mold 2.40.4 (083901f42dea2491be8bc7cf6e3b1e2b9a3c850d; compatible with GNU ld) + +#15 22.34 mold 2.40.4 (083901f42dea2491be8bc7cf6e3b1e2b9a3c850d; compatible with GNU ld) +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Sanity testing C compiler: /usr/sbin/clang +#15 22.34 Sanity testing C compiler: /usr/sbin/clang +#15 22.34 Is cross compiler: False. +#15 22.34 Is cross compiler: False. +#15 22.34 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 -fuse-ld=/usr/sbin/mold -L/msan/lib -Wl,-rpath,/msan/lib -L/libcxx_msan/lib -Wl,-rpath,/libcxx_msan/lib -lc++ -lc++abi +#15 22.34 Sanity check compile stdout:#15 22.34 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 -fuse-ld=/usr/sbin/mold -L/msan/lib -Wl,-rpath,/msan/lib -L/libcxx_msan/lib -Wl,-rpath,/libcxx_msan/lib -lc++ -lc++abi +#15 22.34 Sanity check compile stdout: +#15 22.34 +#15 22.34 +#15 22.34 ----- +#15 22.34 ----- +#15 22.34 Sanity check compile stderr: +#15 22.34 Sanity check compile stderr: +#15 22.34 +#15 22.34 +#15 22.34 ----- +#15 22.34 ----- +#15 22.34 Running test binary command: /mesa/_build/meson-private/sanitycheckc.exe +#15 22.34 Running test binary command: /mesa/_build/meson-private/sanitycheckc.exe +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Sanity check: `/mesa/_build/meson-private/sanitycheckc.exe` -> 0 + +#15 22.34 Sanity check: `/mesa/_build/meson-private/sanitycheckc.exe` -> 0 +#15 22.34 C compiler for the build machine: /usr/sbin/clang (clang 20.1.8 "clang version 20.1.8") +#15 22.34 C compiler for the build machine: /usr/sbin/clang (clang 20.1.8 "clang version 20.1.8") +#15 22.34 C linker for the build machine: /usr/sbin/clang ld.mold 2.40.4 +#15 22.34 C linker for the build machine: /usr/sbin/clang ld.mold 2.40.4 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Detecting archiver via: `llvm-ar-20 --version` -> [Errno 2] No such file or directory: 'llvm-ar-20' +#15 22.34 Detecting archiver via: `llvm-ar-20 --version` -> [Errno 2] No such file or directory: 'llvm-ar-20' +#15 22.34 ----------- +#15 22.34 Detecting archiver via: `llvm-ar --version` -> 0 +#15 22.34 stdout: +#15 22.34 LLVM (http://llvm.org/):#15 22.34 ----------- +#15 22.34 Detecting archiver via: `llvm-ar --version` -> 0 +#15 22.34 stdout: +#15 22.34 LLVM (http://llvm.org/): +#15 22.34 LLVM version 20.1.8 +#15 22.34 LLVM version 20.1.8 +#15 22.34 Optimized build. + +#15 22.34 Optimized build. +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Detecting compiler via: `/usr/sbin/clang++ --version` -> 0#15 22.34 ----------- +#15 22.34 Detecting compiler via: `/usr/sbin/clang++ --version` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 clang version 20.1.8 +#15 22.34 clang version 20.1.8 +#15 22.34 Target: x86_64-pc-linux-gnu + +#15 22.34 Target: x86_64-pc-linux-gnu +#15 22.34 Thread model: posix +#15 22.34 Thread model: posix +#15 22.34 InstalledDir: /usr/bin +#15 22.34 -----------#15 22.34 InstalledDir: /usr/bin +#15 22.34 ----------- +#15 22.34 Running command: -x c++ -E -dM - + +#15 22.34 Running command: -x c++ -E -dM - +#15 22.34 -----#15 22.34 ----- +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 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/ -fuse-ld=/usr/sbin/mold` -> 0 +#15 22.34 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/ -fuse-ld=/usr/sbin/mold` -> 0 +#15 22.34 stdout: + +#15 22.34 stdout: +#15 22.34 mold 2.40.4 (083901f42dea2491be8bc7cf6e3b1e2b9a3c850d; compatible with GNU ld) +#15 22.34 mold 2.40.4 (083901f42dea2491be8bc7cf6e3b1e2b9a3c850d; compatible with GNU ld) +#15 22.34 ----------- +#15 22.34 Sanity testing C++ compiler: /usr/sbin/clang++#15 22.34 ----------- +#15 22.34 Sanity testing C++ compiler: /usr/sbin/clang++ +#15 22.34 Is cross compiler: False. +#15 22.34 Is cross compiler: False. +#15 22.34 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 -fuse-ld=/usr/sbin/mold -L/msan/lib -Wl,-rpath,/msan/lib -L/libcxx_msan/lib -Wl,-rpath,/libcxx_msan/lib -lc++ -lc++abi +#15 22.34 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 -fuse-ld=/usr/sbin/mold -L/msan/lib -Wl,-rpath,/msan/lib -L/libcxx_msan/lib -Wl,-rpath,/libcxx_msan/lib -lc++ -lc++abi +#15 22.34 Sanity check compile stdout: + +#15 22.34 Sanity check compile stdout: +#15 22.34 +#15 22.34 +#15 22.34 ----- +#15 22.34 Sanity check compile stderr:#15 22.34 ----- +#15 22.34 Sanity check compile stderr: +#15 22.34 +#15 22.34 +#15 22.34 ----- +#15 22.34 ----- +#15 22.34 Running test binary command: /mesa/_build/meson-private/sanitycheckcpp.exe + +#15 22.34 Running test binary command: /mesa/_build/meson-private/sanitycheckcpp.exe +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Sanity check: `/mesa/_build/meson-private/sanitycheckcpp.exe` -> 0 +#15 22.34 Sanity check: `/mesa/_build/meson-private/sanitycheckcpp.exe` -> 0 +#15 22.34 C++ compiler for the build machine: /usr/sbin/clang++ (clang 20.1.8 "clang version 20.1.8") +#15 22.34 C++ compiler for the build machine: /usr/sbin/clang++ (clang 20.1.8 "clang version 20.1.8") +#15 22.34 C++ linker for the build machine: /usr/sbin/clang++ ld.mold 2.40.4 +#15 22.34 C++ linker for the build machine: /usr/sbin/clang++ ld.mold 2.40.4 +#15 22.34 Build machine cpu family: x86_64 +#15 22.34 Build machine cpu: x86_64 +#15 22.34 Host machine cpu family: x86_64#15 22.34 Build machine cpu family: x86_64 +#15 22.34 Build machine cpu: x86_64 +#15 22.34 Host machine cpu family: x86_64 +#15 22.34 Host machine cpu: x86_64 + +#15 22.34 Host machine cpu: x86_64 +#15 22.34 Target machine cpu family: x86_64 +#15 22.34 Target machine cpu family: x86_64 +#15 22.34 Target machine cpu: x86_64 +#15 22.34 Target machine cpu: x86_64 +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp52zrpaga +#15 22.34 Working directory: /mesa/_build/meson-private/tmp52zrpaga +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 printf("%ld\n", (long)(sizeof(void*))); +#15 22.34 printf("%ld\n", (long)(sizeof(void*))); +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp52zrpaga/testfile.c -o /mesa/_build/meson-private/tmp52zrpaga/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp52zrpaga/testfile.c -o /mesa/_build/meson-private/tmp52zrpaga/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Program stdout: + +#15 22.34 Program stdout: +#15 22.34 +#15 22.34 +#15 22.34 8 +#15 22.34 8 +#15 22.34 +#15 22.34 Program stderr:#15 22.34 +#15 22.34 Program stderr: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Checking for size of "void*" : 8 +#15 22.34 Running compile:#15 22.34 Checking for size of "void*" : 8 +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpxy2awvo9 +#15 22.34 Working directory: /mesa/_build/meson-private/tmpxy2awvo9 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 int __thread x; int main() { return x; } +#15 22.34 int __thread x; int main() { return x; } +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpxy2awvo9/testfile.c -o /mesa/_build/meson-private/tmpxy2awvo9/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpxy2awvo9/testfile.c -o /mesa/_build/meson-private/tmpxy2awvo9/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Program stdout: +#15 22.34 Program stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Program stderr: +#15 22.34 #15 22.34 Program stderr: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Checking if "-mtls-dialect=gnu2" runs: YES +#15 22.34 Checking if "-mtls-dialect=gnu2" runs: YES +#15 22.34 Running compile: + +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmphic_nv1w +#15 22.34 Code: +#15 22.34 int __thread x; int y; int main() { __asm__( +#15 22.34 Working directory: /mesa/_build/meson-private/tmphic_nv1w +#15 22.34 Code: +#15 22.34 int __thread x; int y; int main() { __asm__( +#15 22.34 "leaq x@TLSDESC(%rip), %rax\n" +#15 22.34 "leaq x@TLSDESC(%rip), %rax\n" +#15 22.34 "movq y@GOTPCREL(%rip), %rdx\n" +#15 22.34 "movq y@GOTPCREL(%rip), %rdx\n" +#15 22.34 "call *x@TLSCALL(%rax)\n"); } +#15 22.34 "call *x@TLSCALL(%rax)\n"); } +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmphic_nv1w/testfile.c -o /mesa/_build/meson-private/tmphic_nv1w/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking if "split TLSDESC" links: YES #15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmphic_nv1w/testfile.c -o /mesa/_build/meson-private/tmphic_nv1w/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking if "split TLSDESC" links: YES +#15 22.34 Pkg-config binary missing from cross or native file, or env var undefined. +#15 22.34 Pkg-config binary missing from cross or native file, or env var undefined. +#15 22.34 Trying a default Pkg-config fallback at pkg-config +#15 22.34 Trying a default Pkg-config fallback at pkg-config +#15 22.34 Found pkg-config: YES (/usr/sbin/pkg-config) 2.5.1 + +#15 22.34 Found pkg-config: YES (/usr/sbin/pkg-config) 2.5.1 +#15 22.34 Determining dependency 'libglvnd' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 Determining dependency 'libglvnd' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion libglvnd` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --modversion libglvnd` -> 0 +#15 22.34 stdout: + +#15 22.34 stdout: +#15 22.34 1.7.0 +#15 22.34 1.7.0 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --cflags libglvnd` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --cflags libglvnd` -> 0 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs libglvnd` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --libs libglvnd` -> 0 +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs libglvnd` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --libs libglvnd` -> 0 +#15 22.34 Run-time dependency libglvnd found: YES 1.7.0 +#15 22.34 Determining dependency 'vdpau' with pkg-config executable '/usr/sbin/pkg-config'#15 22.34 Run-time dependency libglvnd found: YES 1.7.0 +#15 22.34 Determining dependency 'vdpau' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config + +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion vdpau` -> 1#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion vdpau` -> 1 +#15 22.34 stderr: +#15 22.34 stderr: +#15 22.34 Package vdpau was not found in the pkg-config search path. + +#15 22.34 Package vdpau was not found in the pkg-config search path. +#15 22.34 Perhaps you should add the directory containing `vdpau.pc' +#15 22.34 Perhaps you should add the directory containing `vdpau.pc' +#15 22.34 to the PKG_CONFIG_PATH environment variable +#15 22.34 to the PKG_CONFIG_PATH environment variable +#15 22.34 Package 'vdpau' not found +#15 22.34 Package 'vdpau' not found +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 CMake binary for host machine is not cached +#15 22.34 CMake binary for host machine is not cached +#15 22.34 CMake binary missing from cross or native file, or env var undefined. +#15 22.34 CMake binary missing from cross or native file, or env var undefined. +#15 22.34 Trying a default CMake fallback at cmake +#15 22.34 Trying a default CMake fallback at cmake +#15 22.34 Found CMake: /usr/sbin/cmake (4.1.2) +#15 22.34 Found CMake: /usr/sbin/cmake (4.1.2) +#15 22.34 Extracting basic cmake information +#15 22.34 Extracting basic cmake information +#15 22.34 CMake Toolchain: Calling CMake once to generate the compiler state +#15 22.34 Calling CMake (['/usr/sbin/cmake']) in /mesa/_build/meson-private/__CMake_compiler_info__ with:#15 22.34 CMake Toolchain: Calling CMake once to generate the compiler state +#15 22.34 Calling CMake (['/usr/sbin/cmake']) in /mesa/_build/meson-private/__CMake_compiler_info__ with: +#15 22.34 - "--trace-expand" +#15 22.34 - "--trace-expand" +#15 22.34 - "--trace-format=json-v1" +#15 22.34 - "--trace-format=json-v1" +#15 22.34 - "--no-warn-unused-cli" + +#15 22.34 - "--no-warn-unused-cli" +#15 22.34 - "--trace-redirect=cmake_trace.txt" +#15 22.34 - "--trace-redirect=cmake_trace.txt" +#15 22.34 - "-G" +#15 22.34 - "-G" +#15 22.34 - "Ninja" +#15 22.34 - "Ninja" +#15 22.34 - "-DCMAKE_TOOLCHAIN_FILE=/mesa/_build/meson-private/__CMake_compiler_info__/CMakeMesonTempToolchainFile.cmake" +#15 22.34 - "-DCMAKE_TOOLCHAIN_FILE=/mesa/_build/meson-private/__CMake_compiler_info__/CMakeMesonTempToolchainFile.cmake" +#15 22.34 - "." +#15 22.34 CMake trace warning: add_executable() non imported executables are not supported#15 22.34 - "." +#15 22.34 CMake trace warning: add_executable() non imported executables are not supported +#15 22.34 CMake TRACE: /mesa/_build/meson-private/__CMake_compiler_info__/CMakeFiles/CMakeScratch/TryCompile-spmdLw/CMakeLists.txt:22 add_executable(['cmTC_18bc9']) +#15 22.34 CMake TRACE: /mesa/_build/meson-private/__CMake_compiler_info__/CMakeFiles/CMakeScratch/TryCompile-spmdLw/CMakeLists.txt:22 add_executable(['cmTC_18bc9']) +#15 22.34 CMake trace warning: target_link_libraries() TARGET cmTC_18bc9 not found +#15 22.34 CMake trace warning: target_link_libraries() TARGET cmTC_18bc9 not found +#15 22.34 CMake TRACE: /mesa/_build/meson-private/__CMake_compiler_info__/CMakeFiles/CMakeScratch/TryCompile-spmdLw/CMakeLists.txt:28 target_link_libraries(['cmTC_18bc9', '']) +#15 22.34 CMake TRACE: /mesa/_build/meson-private/__CMake_compiler_info__/CMakeFiles/CMakeScratch/TryCompile-spmdLw/CMakeLists.txt:28 target_link_libraries(['cmTC_18bc9', '']) +#15 22.34 CMake trace warning: add_executable() non imported executables are not supported +#15 22.34 CMake trace warning: add_executable() non imported executables are not supported +#15 22.34 CMake TRACE: /mesa/_build/meson-private/__CMake_compiler_info__/CMakeFiles/CMakeScratch/TryCompile-GoPJZ4/CMakeLists.txt:22 add_executable(['cmTC_2aa02']) +#15 22.34 CMake TRACE: /mesa/_build/meson-private/__CMake_compiler_info__/CMakeFiles/CMakeScratch/TryCompile-GoPJZ4/CMakeLists.txt:22 add_executable(['cmTC_2aa02']) +#15 22.34 CMake trace warning: target_link_libraries() TARGET cmTC_2aa02 not found + +#15 22.34 CMake trace warning: target_link_libraries() TARGET cmTC_2aa02 not found +#15 22.34 CMake TRACE: /mesa/_build/meson-private/__CMake_compiler_info__/CMakeFiles/CMakeScratch/TryCompile-GoPJZ4/CMakeLists.txt:28 target_link_libraries(['cmTC_2aa02', '']) +#15 22.34 Try CMake generator: auto +#15 22.34 Calling CMake (['/usr/sbin/cmake']) in /mesa/_build/meson-private/cmake_vdpau with:#15 22.34 CMake TRACE: /mesa/_build/meson-private/__CMake_compiler_info__/CMakeFiles/CMakeScratch/TryCompile-GoPJZ4/CMakeLists.txt:28 target_link_libraries(['cmTC_2aa02', '']) +#15 22.34 Try CMake generator: auto +#15 22.34 Calling CMake (['/usr/sbin/cmake']) in /mesa/_build/meson-private/cmake_vdpau with: +#15 22.34 - "--trace-expand" + +#15 22.34 - "--trace-expand" +#15 22.34 - "--trace-format=json-v1" +#15 22.34 - "--trace-format=json-v1" +#15 22.34 - "--no-warn-unused-cli" +#15 22.34 - "--no-warn-unused-cli" +#15 22.34 - "--trace-redirect=cmake_trace.txt" +#15 22.34 - "--trace-redirect=cmake_trace.txt" +#15 22.34 - "-DCMAKE_TOOLCHAIN_FILE=/mesa/_build/meson-private/cmake_vdpau/CMakeMesonToolchainFile.cmake" +#15 22.34 - "-DCMAKE_TOOLCHAIN_FILE=/mesa/_build/meson-private/cmake_vdpau/CMakeMesonToolchainFile.cmake" +#15 22.34 - "." +#15 22.34 - "." +#15 22.34 -- Module search paths: ['/', '/opt', '/usr', '/usr/local'] +#15 22.34 -- CMake root: /usr/share/cmake#15 22.34 -- Module search paths: ['/', '/opt', '/usr', '/usr/local'] +#15 22.34 -- CMake root: /usr/share/cmake +#15 22.34 -- CMake architectures: [] +#15 22.34 -- CMake architectures: [] +#15 22.34 -- CMake lib search paths: ['lib', 'lib32', 'lib64', 'libx32', 'share', ''] + +#15 22.34 -- CMake lib search paths: ['lib', 'lib32', 'lib64', 'libx32', 'share', ''] +#15 22.34 Preliminary CMake check failed. Aborting. +#15 22.34 Preliminary CMake check failed. Aborting. +#15 22.34 Run-time dependency vdpau found: NO (tried pkgconfig and cmake) +#15 22.34 Program glslangValidator found: YES (/usr/sbin/glslangValidator)#15 22.34 Run-time dependency vdpau found: NO (tried pkgconfig and cmake) +#15 22.34 Program glslangValidator found: YES (/usr/sbin/glslangValidator) +#15 22.34 Running command: /usr/sbin/glslangValidator --version + +#15 22.34 Running command: /usr/sbin/glslangValidator --version +#15 22.34 --- stdout --- +#15 22.34 --- stdout --- +#15 22.34 Glslang Version: 11:16.0.0 +#15 22.34 Glslang Version: 11:16.0.0 +#15 22.34 ESSL Version: OpenGL ES GLSL 3.20 glslang Khronos. 16.0.0 +#15 22.34 GLSL Version: 4.60 glslang Khronos. 16.0.0#15 22.34 ESSL Version: OpenGL ES GLSL 3.20 glslang Khronos. 16.0.0 +#15 22.34 GLSL Version: 4.60 glslang Khronos. 16.0.0 +#15 22.34 SPIR-V Version 0x00010600, Revision 1 +#15 22.34 SPIR-V Version 0x00010600, Revision 1 +#15 22.34 GLSL.std.450 Version 100, Revision 1 + +#15 22.34 GLSL.std.450 Version 100, Revision 1 +#15 22.34 Khronos Tool ID 8 +#15 22.34 Khronos Tool ID 8 +#15 22.34 SPIR-V Generator Version 11 +#15 22.34 GL_KHR_vulkan_glsl version 100#15 22.34 SPIR-V Generator Version 11 +#15 22.34 GL_KHR_vulkan_glsl version 100 +#15 22.34 ARB_GL_gl_spirv version 100 +#15 22.34 ARB_GL_gl_spirv version 100 +#15 22.34 +#15 22.34 +#15 22.34 --- stderr --- +#15 22.34 --- stderr --- +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Running command: /usr/sbin/glslangValidator --quiet --version +#15 22.34 Running command: /usr/sbin/glslangValidator --quiet --version +#15 22.34 --- stdout --- +#15 22.34 --- stdout --- +#15 22.34 Glslang Version: 11:16.0.0 +#15 22.34 Glslang Version: 11:16.0.0 +#15 22.34 ESSL Version: OpenGL ES GLSL 3.20 glslang Khronos. 16.0.0 + +#15 22.34 ESSL Version: OpenGL ES GLSL 3.20 glslang Khronos. 16.0.0 +#15 22.34 GLSL Version: 4.60 glslang Khronos. 16.0.0 +#15 22.34 GLSL Version: 4.60 glslang Khronos. 16.0.0 +#15 22.34 SPIR-V Version 0x00010600, Revision 1 +#15 22.34 SPIR-V Version 0x00010600, Revision 1 +#15 22.34 GLSL.std.450 Version 100, Revision 1 +#15 22.34 GLSL.std.450 Version 100, Revision 1 +#15 22.34 Khronos Tool ID 8 +#15 22.34 SPIR-V Generator Version 11#15 22.34 Khronos Tool ID 8 +#15 22.34 SPIR-V Generator Version 11 +#15 22.34 GL_KHR_vulkan_glsl version 100 +#15 22.34 ARB_GL_gl_spirv version 100 + +#15 22.34 GL_KHR_vulkan_glsl version 100 +#15 22.34 ARB_GL_gl_spirv version 100 +#15 22.34 +#15 22.34 +#15 22.34 --- stderr --- +#15 22.34 --- stderr --- +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Determining dependency 'libva' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 Determining dependency 'libva' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config + +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion libva` -> 0 +#15 22.34 stdout:#15 22.34 Called: `/usr/sbin/pkg-config --modversion libva` -> 0 +#15 22.34 stdout: +#15 22.34 1.22.0 +#15 22.34 1.22.0 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: + +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --cflags libva` -> 0#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --cflags libva` -> 0 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 + +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 -----------#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs libva` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --libs libva` -> 0 + +#15 22.34 stdout: +#15 22.34 -L/usr/lib -lva#15 22.34 stdout: +#15 22.34 -L/usr/lib -lva +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: + +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs libva` -> 0#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs libva` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 -lva +#15 22.34 -lva +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpri9_xhyc +#15 22.34 Working directory: /mesa/_build/meson-private/tmpri9_xhyc +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 printf("%ld\n", (long)(sizeof(void *))); + +#15 22.34 printf("%ld\n", (long)(sizeof(void *))); +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 -----------#15 22.34 } +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang++ -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpri9_xhyc/testfile.cpp -o /mesa/_build/meson-private/tmpri9_xhyc/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Command line: `/usr/sbin/clang++ -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpri9_xhyc/testfile.cpp -o /mesa/_build/meson-private/tmpri9_xhyc/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Program stdout: +#15 22.34 Program stdout: +#15 22.34 +#15 22.34 8 +#15 22.34 +#15 22.34 +#15 22.34 8 +#15 22.34 +#15 22.34 Program stderr: +#15 22.34 Program stderr: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpo6kwhzlq#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpo6kwhzlq +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpo6kwhzlq/testfile.cpp -o /mesa/_build/meson-private/tmpo6kwhzlq/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpo6kwhzlq/testfile.cpp -o /mesa/_build/meson-private/tmpo6kwhzlq/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 stdout: + +#15 22.34 stdout: +#15 22.34 programs: =/usr/bin:/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../x86_64-pc-linux-gnu/bin +#15 22.34 programs: =/usr/bin:/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../x86_64-pc-linux-gnu/bin +#15 22.34 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 22.34 -----------#15 22.34 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 22.34 ----------- +#15 22.34 Run-time dependency libva found: YES 1.22.0 +#15 22.34 Run-time dependency libva found: YES 1.22.0 +#15 22.34 Running compile: + +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpvn3o_41n +#15 22.34 Working directory: /mesa/_build/meson-private/tmpvn3o_41n +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef VASurfaceAttribDRMFormatModifiers +#15 22.34 #ifndef VASurfaceAttribDRMFormatModifiers +#15 22.34 VASurfaceAttribDRMFormatModifiers; +#15 22.34 #endif#15 22.34 VASurfaceAttribDRMFormatModifiers; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpvn3o_41n/testfile.c -o /mesa/_build/meson-private/tmpvn3o_41n/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpvn3o_41n/testfile.c -o /mesa/_build/meson-private/tmpvn3o_41n/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 22.34 stderr: +#15 22.34 /mesa/_build/meson-private/tmpvn3o_41n/testfile.c:6:17: warning: expression result unused [-Wunused-value] + +#15 22.34 stderr: +#15 22.34 /mesa/_build/meson-private/tmpvn3o_41n/testfile.c:6:17: warning: expression result unused [-Wunused-value] +#15 22.34 6 | VASurfaceAttribDRMFormatModifiers; +#15 22.34 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#15 22.34 6 | VASurfaceAttribDRMFormatModifiers; +#15 22.34 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +#15 22.34 1 warning generated. +#15 22.34 1 warning generated. +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Header "va/va.h" has symbol "VASurfaceAttribDRMFormatModifiers" with dependency libva: YES +#15 22.34 Header "va/va.h" has symbol "VASurfaceAttribDRMFormatModifiers" with dependency libva: YES +#15 22.34 meson.build:768: WARNING: add_languages is missing native:, assuming languages are wanted for both host and build. +#15 22.34 -----------#15 22.34 meson.build:768: WARNING: add_languages is missing native:, assuming languages are wanted for both host and build. +#15 22.34 ----------- +#15 22.34 Detecting compiler via: `/usr/sbin/clang --version` -> 0 +#15 22.34 Detecting compiler via: `/usr/sbin/clang --version` -> 0 +#15 22.34 stdout: + +#15 22.34 stdout: +#15 22.34 clang version 20.1.8 +#15 22.34 clang version 20.1.8 +#15 22.34 Target: x86_64-pc-linux-gnu +#15 22.34 Target: x86_64-pc-linux-gnu +#15 22.34 Thread model: posix +#15 22.34 InstalledDir: /usr/bin#15 22.34 Thread model: posix +#15 22.34 InstalledDir: /usr/bin +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Running command: -x c -E -dM - +#15 22.34 Running command: -x c -E -dM - +#15 22.34 ----- +#15 22.34 -----------#15 22.34 ----- +#15 22.34 ----------- +#15 22.34 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 -fuse-ld=/usr/sbin/mold` -> 0 +#15 22.34 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 -fuse-ld=/usr/sbin/mold` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 mold 2.40.4 (083901f42dea2491be8bc7cf6e3b1e2b9a3c850d; compatible with GNU ld) +#15 22.34 mold 2.40.4 (083901f42dea2491be8bc7cf6e3b1e2b9a3c850d; compatible with GNU ld) +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Detecting compiler via: `rustc --version` -> 0 +#15 22.34 Detecting compiler via: `rustc --version` -> 0 +#15 22.34 stdout: +#15 22.34 rustc 1.90.0 (1159e78c4 2025-09-14) (Arch Linux rust 1:1.90.0-3)#15 22.34 stdout: +#15 22.34 rustc 1.90.0 (1159e78c4 2025-09-14) (Arch Linux rust 1:1.90.0-3) +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold -o /mesa/_build/meson-private/rusttest.exe /mesa/_build/meson-private/sanity.rs` -> 0 +#15 22.34 Called: `rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold -o /mesa/_build/meson-private/rusttest.exe /mesa/_build/meson-private/sanity.rs` -> 0 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold --crate-type staticlib --print native-static-libs /mesa/_build/meson-private/sanity.rs` -> 0 + +#15 22.34 Called: `rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold --crate-type staticlib --print native-static-libs /mesa/_build/meson-private/sanity.rs` -> 0 +#15 22.34 stderr: +#15 22.34 stderr: +#15 22.34 warning: function `main` is never used +#15 22.34 warning: function `main` is never used +#15 22.34 --> /mesa/_build/meson-private/sanity.rs:1:4 +#15 22.34 --> /mesa/_build/meson-private/sanity.rs:1:4 +#15 22.34 | +#15 22.34 1 | fn main() { +#15 22.34 | ^^^^#15 22.34 | +#15 22.34 1 | fn main() { +#15 22.34 | ^^^^ +#15 22.34 | +#15 22.34 | +#15 22.34 = note: `#[warn(dead_code)]` on by default +#15 22.34 = note: `#[warn(dead_code)]` on by default +#15 22.34 +#15 22.34 +#15 22.34 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 22.34 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 22.34 + +#15 22.34 +#15 22.34 note: native-static-libs: -lgcc_s -lutil -lrt -lpthread -lm -ldl -lc +#15 22.34 note: native-static-libs: -lgcc_s -lutil -lrt -lpthread -lm -ldl -lc +#15 22.34 +#15 22.34 +#15 22.34 warning: 1 warning emitted +#15 22.34 warning: 1 warning emitted +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Running test binary command: /mesa/_build/meson-private/rusttest.exe +#15 22.34 -----------#15 22.34 Running test binary command: /mesa/_build/meson-private/rusttest.exe +#15 22.34 ----------- +#15 22.34 Sanity check: `/mesa/_build/meson-private/rusttest.exe` -> 0 +#15 22.34 Sanity check: `/mesa/_build/meson-private/rusttest.exe` -> 0 +#15 22.34 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold (rustc 1.90.0 "1.90.0") +#15 22.34 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold (rustc 1.90.0 "1.90.0") +#15 22.34 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold ld.mold 2.40.4 + +#15 22.34 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold ld.mold 2.40.4 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Detecting compiler via: `/usr/sbin/clang --version` -> 0 +#15 22.34 stdout:#15 22.34 Detecting compiler via: `/usr/sbin/clang --version` -> 0 +#15 22.34 stdout: +#15 22.34 clang version 20.1.8 +#15 22.34 clang version 20.1.8 +#15 22.34 Target: x86_64-pc-linux-gnu +#15 22.34 Target: x86_64-pc-linux-gnu +#15 22.34 Thread model: posix + +#15 22.34 Thread model: posix +#15 22.34 InstalledDir: /usr/bin +#15 22.34 InstalledDir: /usr/bin +#15 22.34 ----------- +#15 22.34 Running command: -x c -E -dM -#15 22.34 ----------- +#15 22.34 Running command: -x c -E -dM - +#15 22.34 ----- +#15 22.34 ----- +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 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 -fuse-ld=/usr/sbin/mold` -> 0 +#15 22.34 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 -fuse-ld=/usr/sbin/mold` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 mold 2.40.4 (083901f42dea2491be8bc7cf6e3b1e2b9a3c850d; compatible with GNU ld) +#15 22.34 mold 2.40.4 (083901f42dea2491be8bc7cf6e3b1e2b9a3c850d; compatible with GNU ld) +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Detecting compiler via: `rustc --version` -> 0 +#15 22.34 stdout:#15 22.34 Detecting compiler via: `rustc --version` -> 0 +#15 22.34 stdout: +#15 22.34 rustc 1.90.0 (1159e78c4 2025-09-14) (Arch Linux rust 1:1.90.0-3) +#15 22.34 rustc 1.90.0 (1159e78c4 2025-09-14) (Arch Linux rust 1:1.90.0-3) +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold -o /mesa/_build/meson-private/rusttest.exe /mesa/_build/meson-private/sanity.rs` -> 0 +#15 22.34 Called: `rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold -o /mesa/_build/meson-private/rusttest.exe /mesa/_build/meson-private/sanity.rs` -> 0 +#15 22.34 ----------- +#15 22.34 Called: `rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold --crate-type staticlib --print native-static-libs /mesa/_build/meson-private/sanity.rs` -> 0 + +#15 22.34 ----------- +#15 22.34 Called: `rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold --crate-type staticlib --print native-static-libs /mesa/_build/meson-private/sanity.rs` -> 0 +#15 22.34 stderr: +#15 22.34 warning: function `main` is never used#15 22.34 stderr: +#15 22.34 warning: function `main` is never used +#15 22.34 --> /mesa/_build/meson-private/sanity.rs:1:4 +#15 22.34 --> /mesa/_build/meson-private/sanity.rs:1:4 +#15 22.34 | + +#15 22.34 | +#15 22.34 1 | fn main() { +#15 22.34 1 | fn main() { +#15 22.34 | ^^^^ +#15 22.34 | ^^^^ +#15 22.34 | +#15 22.34 | +#15 22.34 = note: `#[warn(dead_code)]` on by default +#15 22.34 = note: `#[warn(dead_code)]` on by default +#15 22.34 +#15 22.34 +#15 22.34 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 22.34 #15 22.34 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 22.34 +#15 22.34 note: native-static-libs: -lgcc_s -lutil -lrt -lpthread -lm -ldl -lc +#15 22.34 note: native-static-libs: -lgcc_s -lutil -lrt -lpthread -lm -ldl -lc +#15 22.34 +#15 22.34 +#15 22.34 warning: 1 warning emitted +#15 22.34 warning: 1 warning emitted +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Running test binary command: /mesa/_build/meson-private/rusttest.exe + +#15 22.34 Running test binary command: /mesa/_build/meson-private/rusttest.exe +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Sanity check: `/mesa/_build/meson-private/rusttest.exe` -> 0 +#15 22.34 Sanity check: `/mesa/_build/meson-private/rusttest.exe` -> 0 +#15 22.34 Rust compiler for the build machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold (rustc 1.90.0 "1.90.0") +#15 22.34 Rust compiler for the build machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold (rustc 1.90.0 "1.90.0") +#15 22.34 Rust linker for the build machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold ld.mold 2.40.4 +#15 22.34 Rust linker for the build machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold ld.mold 2.40.4 +#15 22.34 Program bindgen found: YES (/usr/sbin/bindgen) +#15 22.34 Program bindgen found: YES (/usr/sbin/bindgen) +#15 22.34 Running command: /usr/sbin/bindgen --version +#15 22.34 --- stdout ---#15 22.34 Running command: /usr/sbin/bindgen --version +#15 22.34 --- stdout --- +#15 22.34 bindgen 0.72.0 +#15 22.34 bindgen 0.72.0 +#15 22.34 +#15 22.34 +#15 22.34 --- stderr --- +#15 22.34 --- stderr --- +#15 22.34 +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Determining dependency 'libclc' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 Determining dependency 'libclc' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion libclc` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --modversion libclc` -> 0 +#15 22.34 stdout: + +#15 22.34 stdout: +#15 22.34 0.2.0 +#15 22.34 0.2.0 +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: #15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config + +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --cflags libclc` -> 0 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1#15 22.34 Called: `/usr/sbin/pkg-config --cflags libclc` -> 0 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_PATH]: + +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs libclc` -> 0#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs libclc` -> 0 +#15 22.34 stdout: + +#15 22.34 stdout: +#15 22.34 -L/usr/share/clc +#15 22.34 -L/usr/share/clc +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: #15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs libclc` -> 0 + +#15 22.34 Called: `/usr/sbin/pkg-config --libs libclc` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 -L/usr/share/clc +#15 22.34 -----------#15 22.34 -L/usr/share/clc +#15 22.34 ----------- +#15 22.34 Run-time dependency libclc found: YES 0.2.0 +#15 22.34 Run-time dependency libclc found: YES 0.2.0 +#15 22.34 Running command: /usr/sbin/python3 --version +#15 22.34 Running command: /usr/sbin/python3 --version +#15 22.34 --- stdout --- + +#15 22.34 --- stdout --- +#15 22.34 Python 3.13.7 +#15 22.34 Python 3.13.7 +#15 22.34 +#15 22.34 +#15 22.34 --- stderr --- +#15 22.34 --- stderr --- +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Program python3 found: YES 3.13.7 3.13.7 (/usr/sbin/python3) +#15 22.34 Program python3 found: YES 3.13.7 3.13.7 (/usr/sbin/python3) +#15 22.34 Running command: /usr/sbin/python3 -c ' +#15 22.34 Running command: /usr/sbin/python3 -c ' +#15 22.34 try: +#15 22.34 try: +#15 22.34 from packaging.version import Version +#15 22.34 from packaging.version import Version +#15 22.34 except: + +#15 22.34 except: +#15 22.34 from distutils.version import StrictVersion as Version +#15 22.34 from distutils.version import StrictVersion as Version +#15 22.34 import mako +#15 22.34 assert Version(mako.__version__) >= Version("0.8.0")#15 22.34 import mako +#15 22.34 assert Version(mako.__version__) >= Version("0.8.0") +#15 22.34 ' +#15 22.34 ' +#15 22.34 --- stdout --- +#15 22.34 --- stdout --- +#15 22.34 +#15 22.34 +#15 22.34 --- stderr --- + +#15 22.34 --- stderr --- +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Running command: /usr/sbin/python3 -c '#15 22.34 +#15 22.34 Running command: /usr/sbin/python3 -c ' +#15 22.34 import yaml +#15 22.34 import yaml +#15 22.34 ' + +#15 22.34 ' +#15 22.34 --- stdout --- +#15 22.34 --- stdout --- +#15 22.34 +#15 22.34 --- stderr ---#15 22.34 +#15 22.34 --- stderr --- +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /tmp/tmp6hmlz03m +#15 22.34 Code:#15 22.34 Working directory: /tmp/tmp6hmlz03m +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 #ifndef ETIME +#15 22.34 #ifndef ETIME +#15 22.34 # define ETIME "MESON_GET_DEFINE_UNDEFINED_SENTINEL" +#15 22.34 #endif#15 22.34 # define ETIME "MESON_GET_DEFINE_UNDEFINED_SENTINEL" +#15 22.34 #endif +#15 22.34 "MESON_GET_DEFINE_DELIMITER_START" +#15 22.34 "MESON_GET_DEFINE_DELIMITER_START" +#15 22.34 ETIME +#15 22.34 ETIME +#15 22.34 "MESON_GET_DEFINE_DELIMITER_END" +#15 22.34 "MESON_GET_DEFINE_DELIMITER_END" +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /tmp/tmp6hmlz03m/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 22.34 Command line: `/usr/sbin/clang /tmp/tmp6hmlz03m/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 22.34 stdout: +#15 22.34 stdout: +#15 22.34 extern int *__errno_location (void) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); +#15 22.34 extern int *__errno_location (void) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); +#15 22.34 "MESON_GET_DEFINE_DELIMITER_START" +#15 22.34 62 + +#15 22.34 "MESON_GET_DEFINE_DELIMITER_START" +#15 22.34 62 +#15 22.34 "MESON_GET_DEFINE_DELIMITER_END" +#15 22.34 -----------#15 22.34 "MESON_GET_DEFINE_DELIMITER_END" +#15 22.34 ----------- +#15 22.34 Fetching value of define "ETIME" : 62 +#15 22.34 Fetching value of define "ETIME" : 62 +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp93c8_98d + +#15 22.34 Working directory: /mesa/_build/meson-private/tmp93c8_98d +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 int i;#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp93c8_98d/testfile.c -o /mesa/_build/meson-private/tmp93c8_98d/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp93c8_98d/testfile.c -o /mesa/_build/meson-private/tmp93c8_98d/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 22.34 Compiler for C supports arguments -gsplit-dwarf: YES +#15 22.34 Compiler for C supports arguments -gsplit-dwarf: YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp1j_rmkku +#15 22.34 Code:#15 22.34 Working directory: /mesa/_build/meson-private/tmp1j_rmkku +#15 22.34 Code: +#15 22.34 int main(void) { return 0; } +#15 22.34 int main(void) { return 0; } +#15 22.34 + +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp1j_rmkku/testfile.c -o /mesa/_build/meson-private/tmp1j_rmkku/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp1j_rmkku/testfile.c -o /mesa/_build/meson-private/tmp1j_rmkku/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Compiler for C supports link arguments -Wl,--gdb-index: YES +#15 22.34 Running compile:#15 22.34 Compiler for C supports link arguments -Wl,--gdb-index: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpiydpf3sr +#15 22.34 Working directory: /mesa/_build/meson-private/tmpiydpf3sr +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #define bswap32 meson_disable_define_of_bswap32 +#15 22.34 #define bswap32 meson_disable_define_of_bswap32 +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 #undef bswap32 +#15 22.34 #undef bswap32 +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __cplusplus + +#15 22.34 #ifdef __cplusplus +#15 22.34 extern "C"#15 22.34 extern "C" + +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 char bswap32 (void);#15 22.34 char bswap32 (void); +#15 22.34 +#15 22.34 +#15 22.34 #if defined __stub_bswap32 || defined __stub___bswap32 +#15 22.34 #if defined __stub_bswap32 || defined __stub___bswap32 +#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif +#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif + +#15 22.34 +#15 22.34 +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 return bswap32 ();#15 22.34 return bswap32 (); +#15 22.34 } +#15 22.34 } + +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpiydpf3sr/testfile.c -o /mesa/_build/meson-private/tmpiydpf3sr/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 1 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpiydpf3sr/testfile.c -o /mesa/_build/meson-private/tmpiydpf3sr/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 1 +#15 22.34 stderr: +#15 22.34 mold: error: undefined symbol: bswap32#15 22.34 stderr: +#15 22.34 mold: error: undefined symbol: bswap32 +#15 22.34 >>> referenced by testfile.c +#15 22.34 >>> referenced by testfile.c +#15 22.34 >>> /tmp/testfile-cc2403.o:(main) +#15 22.34 >>> /tmp/testfile-cc2403.o:(main) +#15 22.34 clang: error: linker command failed with exit code 1 (use -v to see invocation) + +#15 22.34 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpz38rl_qx +#15 22.34 Working directory: /mesa/_build/meson-private/tmpz38rl_qx +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 int main(void) {#15 22.34 +#15 22.34 int main(void) { +#15 22.34 +#15 22.34 +#15 22.34 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 22.34 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 22.34 * provides various builtins which are not really implemented and + +#15 22.34 * provides various builtins which are not really implemented and +#15 22.34 * fall back to the stdlib where they aren't provided and fail at +#15 22.34 * fall back to the stdlib where they aren't provided and fail at +#15 22.34 * build/link time. In case the user provides a header, including +#15 22.34 * the header didn't lead to the function being defined, and the#15 22.34 * build/link time. In case the user provides a header, including +#15 22.34 * the header didn't lead to the function being defined, and the +#15 22.34 * function we are checking isn't a builtin itself we assume the +#15 22.34 * function we are checking isn't a builtin itself we assume the +#15 22.34 * builtin is not functional and we just error out. */ +#15 22.34 * builtin is not functional and we just error out. */ +#15 22.34 #if !1 && !defined(bswap32) && !0 +#15 22.34 #if !1 && !defined(bswap32) && !0 +#15 22.34 #error "No definition for __builtin_bswap32 found in the prefix" +#15 22.34 #error "No definition for __builtin_bswap32 found in the prefix" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_builtin +#15 22.34 #ifdef __has_builtin +#15 22.34 #if !__has_builtin(__builtin_bswap32) +#15 22.34 #if !__has_builtin(__builtin_bswap32) +#15 22.34 #error "__builtin_bswap32 not found" +#15 22.34 #error "__builtin_bswap32 not found" +#15 22.34 #endif +#15 22.34 #elif ! defined(bswap32) + +#15 22.34 #endif +#15 22.34 #elif ! defined(bswap32) +#15 22.34 __builtin_bswap32; +#15 22.34 __builtin_bswap32; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpz38rl_qx/testfile.c -o /mesa/_build/meson-private/tmpz38rl_qx/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpz38rl_qx/testfile.c -o /mesa/_build/meson-private/tmpz38rl_qx/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking for function "bswap32" : YES +#15 22.34 Checking for function "bswap32" : YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpngwy5lot +#15 22.34 Code:#15 22.34 Working directory: /mesa/_build/meson-private/tmpngwy5lot +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #define bswap64 meson_disable_define_of_bswap64 +#15 22.34 #define bswap64 meson_disable_define_of_bswap64 +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 #undef bswap64 + +#15 22.34 #undef bswap64 +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __cplusplus +#15 22.34 extern "C"#15 22.34 #ifdef __cplusplus +#15 22.34 extern "C" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 char bswap64 (void); +#15 22.34 char bswap64 (void); +#15 22.34 +#15 22.34 +#15 22.34 #if defined __stub_bswap64 || defined __stub___bswap64 +#15 22.34 fail fail fail this function is not going to work#15 22.34 #if defined __stub_bswap64 || defined __stub___bswap64 +#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 + +#15 22.34 +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 return bswap64 (); +#15 22.34 }#15 22.34 return bswap64 (); +#15 22.34 } +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpngwy5lot/testfile.c -o /mesa/_build/meson-private/tmpngwy5lot/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 1 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpngwy5lot/testfile.c -o /mesa/_build/meson-private/tmpngwy5lot/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 1 +#15 22.34 stderr: +#15 22.34 stderr: +#15 22.34 mold: error: undefined symbol: bswap64 +#15 22.34 mold: error: undefined symbol: bswap64 +#15 22.34 >>> referenced by testfile.c +#15 22.34 >>> referenced by testfile.c +#15 22.34 >>> /tmp/testfile-d7957b.o:(main) +#15 22.34 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 22.34 -----------#15 22.34 >>> /tmp/testfile-d7957b.o:(main) +#15 22.34 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 22.34 ----------- +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp1xk3ikd1 +#15 22.34 Working directory: /mesa/_build/meson-private/tmp1xk3ikd1 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 +#15 22.34 /* With some toolchains (MSYS2/mingw for example) the compiler#15 22.34 +#15 22.34 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 22.34 * provides various builtins which are not really implemented and +#15 22.34 * provides various builtins which are not really implemented and +#15 22.34 * fall back to the stdlib where they aren't provided and fail at + +#15 22.34 * fall back to the stdlib where they aren't provided and fail at +#15 22.34 * build/link time. In case the user provides a header, including +#15 22.34 * build/link time. In case the user provides a header, including +#15 22.34 * the header didn't lead to the function being defined, and the +#15 22.34 * function we are checking isn't a builtin itself we assume the#15 22.34 * the header didn't lead to the function being defined, and the +#15 22.34 * function we are checking isn't a builtin itself we assume the +#15 22.34 * builtin is not functional and we just error out. */ +#15 22.34 * builtin is not functional and we just error out. */ +#15 22.34 #if !1 && !defined(bswap64) && !0 +#15 22.34 #if !1 && !defined(bswap64) && !0 +#15 22.34 #error "No definition for __builtin_bswap64 found in the prefix" + +#15 22.34 #error "No definition for __builtin_bswap64 found in the prefix" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 +#15 22.34 #ifdef __has_builtin#15 22.34 +#15 22.34 #ifdef __has_builtin +#15 22.34 #if !__has_builtin(__builtin_bswap64) +#15 22.34 #if !__has_builtin(__builtin_bswap64) +#15 22.34 #error "__builtin_bswap64 not found" +#15 22.34 #error "__builtin_bswap64 not found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #elif ! defined(bswap64) +#15 22.34 #elif ! defined(bswap64) +#15 22.34 __builtin_bswap64; +#15 22.34 #endif#15 22.34 __builtin_bswap64; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } + +#15 22.34 } +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp1xk3ikd1/testfile.c -o /mesa/_build/meson-private/tmp1xk3ikd1/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking for function "bswap64" : YES #15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp1xk3ikd1/testfile.c -o /mesa/_build/meson-private/tmp1xk3ikd1/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking for function "bswap64" : YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp_2jqny4s +#15 22.34 Working directory: /mesa/_build/meson-private/tmp_2jqny4s +#15 22.34 Code: +#15 22.34 + +#15 22.34 Code: +#15 22.34 +#15 22.34 #define clz meson_disable_define_of_clz +#15 22.34 #15 22.34 #define clz meson_disable_define_of_clz +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 #undef clz + +#15 22.34 #undef clz +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __cplusplus +#15 22.34 extern "C"#15 22.34 #ifdef __cplusplus +#15 22.34 extern "C" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 char clz (void); +#15 22.34 char clz (void); +#15 22.34 + +#15 22.34 +#15 22.34 #if defined __stub_clz || defined __stub___clz +#15 22.34 #if defined __stub_clz || defined __stub___clz +#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif +#15 22.34 +#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif +#15 22.34 +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 return clz (); +#15 22.34 }#15 22.34 return clz (); +#15 22.34 } +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp_2jqny4s/testfile.c -o /mesa/_build/meson-private/tmp_2jqny4s/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 1 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp_2jqny4s/testfile.c -o /mesa/_build/meson-private/tmp_2jqny4s/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 1 +#15 22.34 stderr: +#15 22.34 stderr: +#15 22.34 mold: error: undefined symbol: clz +#15 22.34 mold: error: undefined symbol: clz +#15 22.34 >>> referenced by testfile.c +#15 22.34 >>> referenced by testfile.c +#15 22.34 >>> /tmp/testfile-dba5db.o:(main) +#15 22.34 clang: error: linker command failed with exit code 1 (use -v to see invocation)#15 22.34 >>> /tmp/testfile-dba5db.o:(main) +#15 22.34 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmperb6f5is +#15 22.34 Working directory: /mesa/_build/meson-private/tmperb6f5is +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 +#15 22.34 +#15 22.34 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 22.34 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 22.34 * provides various builtins which are not really implemented and +#15 22.34 * fall back to the stdlib where they aren't provided and fail at#15 22.34 * provides various builtins which are not really implemented and +#15 22.34 * fall back to the stdlib where they aren't provided and fail at +#15 22.34 * build/link time. In case the user provides a header, including +#15 22.34 * build/link time. In case the user provides a header, including +#15 22.34 * the header didn't lead to the function being defined, and the + +#15 22.34 * the header didn't lead to the function being defined, and the +#15 22.34 * function we are checking isn't a builtin itself we assume the +#15 22.34 * function we are checking isn't a builtin itself we assume the +#15 22.34 * builtin is not functional and we just error out. */ +#15 22.34 * builtin is not functional and we just error out. */ +#15 22.34 #if !1 && !defined(clz) && !0 +#15 22.34 #error "No definition for __builtin_clz found in the prefix" +#15 22.34 #endif +#15 22.34 #15 22.34 #if !1 && !defined(clz) && !0 +#15 22.34 #error "No definition for __builtin_clz found in the prefix" +#15 22.34 #endif +#15 22.34 +#15 22.34 #ifdef __has_builtin +#15 22.34 #ifdef __has_builtin +#15 22.34 #if !__has_builtin(__builtin_clz) +#15 22.34 #if !__has_builtin(__builtin_clz) +#15 22.34 #error "__builtin_clz not found" +#15 22.34 #error "__builtin_clz not found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #elif ! defined(clz) +#15 22.34 #elif ! defined(clz) +#15 22.34 __builtin_clz; +#15 22.34 #endif#15 22.34 __builtin_clz; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; + +#15 22.34 } +#15 22.34 -----------#15 22.34 } +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmperb6f5is/testfile.c -o /mesa/_build/meson-private/tmperb6f5is/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmperb6f5is/testfile.c -o /mesa/_build/meson-private/tmperb6f5is/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking for function "clz" : YES +#15 22.34 Checking for function "clz" : YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp46seqxk_ +#15 22.34 Working directory: /mesa/_build/meson-private/tmp46seqxk_ +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #define clzll meson_disable_define_of_clzll +#15 22.34 #define clzll meson_disable_define_of_clzll +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 #undef clzll +#15 22.34 #undef clzll +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __cplusplus +#15 22.34 #ifdef __cplusplus +#15 22.34 extern "C" + +#15 22.34 extern "C" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 char clzll (void); +#15 22.34 #15 22.34 char clzll (void); +#15 22.34 +#15 22.34 #if defined __stub_clzll || defined __stub___clzll + +#15 22.34 #if defined __stub_clzll || defined __stub___clzll +#15 22.34 fail fail fail this function is not going to work +#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif +#15 22.34 #15 22.34 #endif +#15 22.34 +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 return clzll (); +#15 22.34 return clzll (); +#15 22.34 } +#15 22.34 } +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp46seqxk_/testfile.c -o /mesa/_build/meson-private/tmp46seqxk_/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 1 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp46seqxk_/testfile.c -o /mesa/_build/meson-private/tmp46seqxk_/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 1 +#15 22.34 stderr: +#15 22.34 mold: error: undefined symbol: clzll + +#15 22.34 stderr: +#15 22.34 mold: error: undefined symbol: clzll +#15 22.34 >>> referenced by testfile.c +#15 22.34 >>> referenced by testfile.c +#15 22.34 >>> /tmp/testfile-cefe31.o:(main) +#15 22.34 clang: error: linker command failed with exit code 1 (use -v to see invocation)#15 22.34 >>> /tmp/testfile-cefe31.o:(main) +#15 22.34 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Running compile: + +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmprd7ebnej +#15 22.34 Working directory: /mesa/_build/meson-private/tmprd7ebnej +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 int main(void) { +#15 22.34 #15 22.34 int main(void) { +#15 22.34 +#15 22.34 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 22.34 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 22.34 * provides various builtins which are not really implemented and +#15 22.34 * provides various builtins which are not really implemented and +#15 22.34 * fall back to the stdlib where they aren't provided and fail at +#15 22.34 * fall back to the stdlib where they aren't provided and fail at +#15 22.34 * build/link time. In case the user provides a header, including +#15 22.34 * build/link time. In case the user provides a header, including +#15 22.34 * the header didn't lead to the function being defined, and the + +#15 22.34 * the header didn't lead to the function being defined, and the +#15 22.34 * function we are checking isn't a builtin itself we assume the +#15 22.34 * function we are checking isn't a builtin itself we assume the +#15 22.34 * builtin is not functional and we just error out. */ +#15 22.34 * builtin is not functional and we just error out. */ +#15 22.34 #if !1 && !defined(clzll) && !0 +#15 22.34 #error "No definition for __builtin_clzll found in the prefix"#15 22.34 #if !1 && !defined(clzll) && !0 +#15 22.34 #error "No definition for __builtin_clzll found in the prefix" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __has_builtin +#15 22.34 #ifdef __has_builtin +#15 22.34 #if !__has_builtin(__builtin_clzll) +#15 22.34 #if !__has_builtin(__builtin_clzll) +#15 22.34 #error "__builtin_clzll not found" +#15 22.34 #endif#15 22.34 #error "__builtin_clzll not found" +#15 22.34 #endif +#15 22.34 #elif ! defined(clzll) +#15 22.34 #elif ! defined(clzll) +#15 22.34 __builtin_clzll; +#15 22.34 __builtin_clzll; +#15 22.34 #endif +#15 22.34 #endif + +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmprd7ebnej/testfile.c -o /mesa/_build/meson-private/tmprd7ebnej/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmprd7ebnej/testfile.c -o /mesa/_build/meson-private/tmprd7ebnej/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking for function "clzll" : YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpprvocmba#15 22.34 Checking for function "clzll" : YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpprvocmba +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #define ctz meson_disable_define_of_ctz +#15 22.34 #define ctz meson_disable_define_of_ctz +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 #undef ctz +#15 22.34 #undef ctz +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __cplusplus +#15 22.34 #ifdef __cplusplus +#15 22.34 extern "C" +#15 22.34 extern "C" +#15 22.34 #endif +#15 22.34 #endif + +#15 22.34 char ctz (void); +#15 22.34 char ctz (void); +#15 22.34 #15 22.34 + +#15 22.34 #if defined __stub_ctz || defined __stub___ctz +#15 22.34 #if defined __stub_ctz || defined __stub___ctz +#15 22.34 fail fail fail this function is not going to work +#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 +#15 22.34 +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 return ctz (); +#15 22.34 return ctz (); +#15 22.34 } +#15 22.34 } +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpprvocmba/testfile.c -o /mesa/_build/meson-private/tmpprvocmba/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 1#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpprvocmba/testfile.c -o /mesa/_build/meson-private/tmpprvocmba/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 1 +#15 22.34 stderr: +#15 22.34 stderr: + +#15 22.34 mold: error: undefined symbol: ctz +#15 22.34 mold: error: undefined symbol: ctz +#15 22.34 >>> referenced by testfile.c +#15 22.34 >>> referenced by testfile.c +#15 22.34 >>> /tmp/testfile-a6ef4e.o:(main) +#15 22.34 clang: error: linker command failed with exit code 1 (use -v to see invocation)#15 22.34 >>> /tmp/testfile-a6ef4e.o:(main) +#15 22.34 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Running compile: + +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpyqpy2pm7 +#15 22.34 Working directory: /mesa/_build/meson-private/tmpyqpy2pm7 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 +#15 22.34 +#15 22.34 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 22.34 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 22.34 * provides various builtins which are not really implemented and +#15 22.34 * provides various builtins which are not really implemented and +#15 22.34 * fall back to the stdlib where they aren't provided and fail at +#15 22.34 * fall back to the stdlib where they aren't provided and fail at +#15 22.34 * build/link time. In case the user provides a header, including +#15 22.34 * the header didn't lead to the function being defined, and the + +#15 22.34 * build/link time. In case the user provides a header, including +#15 22.34 * the header didn't lead to the function being defined, and the +#15 22.34 * function we are checking isn't a builtin itself we assume the +#15 22.34 * builtin is not functional and we just error out. */#15 22.34 * function we are checking isn't a builtin itself we assume the +#15 22.34 * builtin is not functional and we just error out. */ +#15 22.34 #if !1 && !defined(ctz) && !0 +#15 22.34 #if !1 && !defined(ctz) && !0 +#15 22.34 #error "No definition for __builtin_ctz found in the prefix" +#15 22.34 #error "No definition for __builtin_ctz found in the prefix" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_builtin + +#15 22.34 #ifdef __has_builtin +#15 22.34 #if !__has_builtin(__builtin_ctz) +#15 22.34 #if !__has_builtin(__builtin_ctz) +#15 22.34 #error "__builtin_ctz not found" +#15 22.34 #error "__builtin_ctz not found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #elif ! defined(ctz) +#15 22.34 #elif ! defined(ctz) +#15 22.34 __builtin_ctz; +#15 22.34 __builtin_ctz; +#15 22.34 #endif +#15 22.34 return 0;#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpyqpy2pm7/testfile.c -o /mesa/_build/meson-private/tmpyqpy2pm7/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpyqpy2pm7/testfile.c -o /mesa/_build/meson-private/tmpyqpy2pm7/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking for function "ctz" : YES +#15 22.34 Checking for function "ctz" : YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpst_o_fyr#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpst_o_fyr +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #define expect meson_disable_define_of_expect +#15 22.34 #define expect meson_disable_define_of_expect +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 #undef expect + +#15 22.34 #undef expect +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __cplusplus +#15 22.34 #ifdef __cplusplus +#15 22.34 extern "C" +#15 22.34 #endif#15 22.34 extern "C" +#15 22.34 #endif +#15 22.34 char expect (void); +#15 22.34 char expect (void); +#15 22.34 +#15 22.34 +#15 22.34 #if defined __stub_expect || defined __stub___expect +#15 22.34 #if defined __stub_expect || defined __stub___expect +#15 22.34 fail fail fail this function is not going to work + +#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 +#15 22.34 +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 return expect (); +#15 22.34 return expect (); +#15 22.34 } +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpst_o_fyr/testfile.c -o /mesa/_build/meson-private/tmpst_o_fyr/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 1#15 22.34 } +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpst_o_fyr/testfile.c -o /mesa/_build/meson-private/tmpst_o_fyr/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 1 +#15 22.34 stderr: +#15 22.34 stderr: +#15 22.34 mold: error: undefined symbol: expect +#15 22.34 mold: error: undefined symbol: expect +#15 22.34 >>> referenced by testfile.c + +#15 22.34 >>> referenced by testfile.c +#15 22.34 >>> /tmp/testfile-0edc68.o:(main) +#15 22.34 >>> /tmp/testfile-0edc68.o:(main) +#15 22.34 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 22.34 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 22.34 ----------- +#15 22.34 Running compile:#15 22.34 ----------- +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpxwqqbm3_ + +#15 22.34 Working directory: /mesa/_build/meson-private/tmpxwqqbm3_ +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 int main(void) {#15 22.34 +#15 22.34 int main(void) { +#15 22.34 +#15 22.34 +#15 22.34 /* With some toolchains (MSYS2/mingw for example) the compiler + +#15 22.34 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 22.34 * provides various builtins which are not really implemented and +#15 22.34 * provides various builtins which are not really implemented and +#15 22.34 * fall back to the stdlib where they aren't provided and fail at +#15 22.34 * build/link time. In case the user provides a header, including#15 22.34 * fall back to the stdlib where they aren't provided and fail at +#15 22.34 * build/link time. In case the user provides a header, including +#15 22.34 * the header didn't lead to the function being defined, and the + +#15 22.34 * the header didn't lead to the function being defined, and the +#15 22.34 * function we are checking isn't a builtin itself we assume the +#15 22.34 * function we are checking isn't a builtin itself we assume the +#15 22.34 * builtin is not functional and we just error out. */ +#15 22.34 * builtin is not functional and we just error out. */ +#15 22.34 #if !1 && !defined(expect) && !0 +#15 22.34 #if !1 && !defined(expect) && !0 +#15 22.34 #error "No definition for __builtin_expect found in the prefix" +#15 22.34 #endif#15 22.34 #error "No definition for __builtin_expect found in the prefix" +#15 22.34 #endif +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_builtin +#15 22.34 #ifdef __has_builtin +#15 22.34 #if !__has_builtin(__builtin_expect) +#15 22.34 #if !__has_builtin(__builtin_expect) +#15 22.34 #error "__builtin_expect not found" +#15 22.34 #error "__builtin_expect not found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #elif ! defined(expect) +#15 22.34 #elif ! defined(expect) +#15 22.34 __builtin_expect; + +#15 22.34 __builtin_expect; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 -----------#15 22.34 } +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpxwqqbm3_/testfile.c -o /mesa/_build/meson-private/tmpxwqqbm3_/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking for function "expect" : YES + +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpxwqqbm3_/testfile.c -o /mesa/_build/meson-private/tmpxwqqbm3_/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking for function "expect" : YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpys6v6u8a#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpys6v6u8a +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #define ffs meson_disable_define_of_ffs +#15 22.34 #15 22.34 #define ffs meson_disable_define_of_ffs +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 #undef ffs +#15 22.34 #undef ffs +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __cplusplus + +#15 22.34 #ifdef __cplusplus +#15 22.34 extern "C" +#15 22.34 extern "C" +#15 22.34 #endif +#15 22.34 char ffs (void);#15 22.34 #endif +#15 22.34 char ffs (void); +#15 22.34 + +#15 22.34 +#15 22.34 #if defined __stub_ffs || defined __stub___ffs +#15 22.34 #if defined __stub_ffs || defined __stub___ffs +#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif +#15 22.34 + +#15 22.34 +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 return ffs (); +#15 22.34 }#15 22.34 return ffs (); +#15 22.34 } +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpys6v6u8a/testfile.c -o /mesa/_build/meson-private/tmpys6v6u8a/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpys6v6u8a/testfile.c -o /mesa/_build/meson-private/tmpys6v6u8a/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking for function "ffs" : YES #15 22.34 Checking for function "ffs" : YES +#15 22.34 Running compile: + +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpyu0cvyif +#15 22.34 Working directory: /mesa/_build/meson-private/tmpyu0cvyif +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #define ffsll meson_disable_define_of_ffsll +#15 22.34 #define ffsll meson_disable_define_of_ffsll +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 #undef ffsll +#15 22.34 #undef ffsll +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __cplusplus +#15 22.34 extern "C" +#15 22.34 #endif#15 22.34 #ifdef __cplusplus +#15 22.34 extern "C" +#15 22.34 #endif +#15 22.34 char ffsll (void); +#15 22.34 char ffsll (void); +#15 22.34 + +#15 22.34 +#15 22.34 #if defined __stub_ffsll || defined __stub___ffsll +#15 22.34 #if defined __stub_ffsll || defined __stub___ffsll +#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif +#15 22.34 +#15 22.34 +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 return ffsll (); +#15 22.34 return ffsll (); +#15 22.34 } + +#15 22.34 } +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpyu0cvyif/testfile.c -o /mesa/_build/meson-private/tmpyu0cvyif/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpyu0cvyif/testfile.c -o /mesa/_build/meson-private/tmpyu0cvyif/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking for function "ffsll" : YES +#15 22.34 Running compile:#15 22.34 Checking for function "ffsll" : YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpgy0t7_5n +#15 22.34 Working directory: /mesa/_build/meson-private/tmpgy0t7_5n +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #define popcount meson_disable_define_of_popcount + +#15 22.34 #define popcount meson_disable_define_of_popcount +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #undef popcount#15 22.34 #include +#15 22.34 #undef popcount +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __cplusplus +#15 22.34 #ifdef __cplusplus +#15 22.34 extern "C" +#15 22.34 #endif#15 22.34 extern "C" +#15 22.34 #endif +#15 22.34 char popcount (void); + +#15 22.34 char popcount (void); +#15 22.34 +#15 22.34 +#15 22.34 #if defined __stub_popcount || defined __stub___popcount +#15 22.34 #if defined __stub_popcount || defined __stub___popcount +#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif +#15 22.34 +#15 22.34 +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 return popcount (); +#15 22.34 return popcount (); +#15 22.34 } +#15 22.34 -----------#15 22.34 } +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpgy0t7_5n/testfile.c -o /mesa/_build/meson-private/tmpgy0t7_5n/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 1 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpgy0t7_5n/testfile.c -o /mesa/_build/meson-private/tmpgy0t7_5n/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 1 +#15 22.34 stderr: +#15 22.34 mold: error: undefined symbol: popcount + +#15 22.34 stderr: +#15 22.34 mold: error: undefined symbol: popcount +#15 22.34 >>> referenced by testfile.c +#15 22.34 >>> referenced by testfile.c +#15 22.34 >>> /tmp/testfile-7c8fea.o:(main) +#15 22.34 >>> /tmp/testfile-7c8fea.o:(main) +#15 22.34 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 22.34 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpd_itzqes +#15 22.34 Working directory: /mesa/_build/meson-private/tmpd_itzqes +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 + +#15 22.34 int main(void) { +#15 22.34 +#15 22.34 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 22.34 * provides various builtins which are not really implemented and#15 22.34 int main(void) { +#15 22.34 +#15 22.34 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 22.34 * provides various builtins which are not really implemented and +#15 22.34 * fall back to the stdlib where they aren't provided and fail at + +#15 22.34 * fall back to the stdlib where they aren't provided and fail at +#15 22.34 * build/link time. In case the user provides a header, including +#15 22.34 * build/link time. In case the user provides a header, including +#15 22.34 * the header didn't lead to the function being defined, and the +#15 22.34 * the header didn't lead to the function being defined, and the +#15 22.34 * function we are checking isn't a builtin itself we assume the +#15 22.34 * function we are checking isn't a builtin itself we assume the +#15 22.34 * builtin is not functional and we just error out. */ +#15 22.34 * builtin is not functional and we just error out. */ +#15 22.34 #if !1 && !defined(popcount) && !0 +#15 22.34 #error "No definition for __builtin_popcount found in the prefix"#15 22.34 #if !1 && !defined(popcount) && !0 +#15 22.34 #error "No definition for __builtin_popcount found in the prefix" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_builtin + +#15 22.34 #ifdef __has_builtin +#15 22.34 #if !__has_builtin(__builtin_popcount) +#15 22.34 #if !__has_builtin(__builtin_popcount) +#15 22.34 #error "__builtin_popcount not found" +#15 22.34 #endif#15 22.34 #error "__builtin_popcount not found" +#15 22.34 #endif +#15 22.34 #elif ! defined(popcount) +#15 22.34 #elif ! defined(popcount) +#15 22.34 __builtin_popcount; +#15 22.34 __builtin_popcount; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpd_itzqes/testfile.c -o /mesa/_build/meson-private/tmpd_itzqes/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpd_itzqes/testfile.c -o /mesa/_build/meson-private/tmpd_itzqes/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking for function "popcount" : YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpvpiwv62r +#15 22.34 Code:#15 22.34 Checking for function "popcount" : YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpvpiwv62r +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #define popcountll meson_disable_define_of_popcountll +#15 22.34 #define popcountll meson_disable_define_of_popcountll +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 #undef popcountll + +#15 22.34 #undef popcountll +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __cplusplus +#15 22.34 extern "C"#15 22.34 #ifdef __cplusplus +#15 22.34 extern "C" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 char popcountll (void); +#15 22.34 char popcountll (void); +#15 22.34 +#15 22.34 +#15 22.34 #if defined __stub_popcountll || defined __stub___popcountll +#15 22.34 #if defined __stub_popcountll || defined __stub___popcountll +#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif +#15 22.34 +#15 22.34 +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 return popcountll (); + +#15 22.34 return popcountll (); +#15 22.34 } +#15 22.34 } +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpvpiwv62r/testfile.c -o /mesa/_build/meson-private/tmpvpiwv62r/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 1 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpvpiwv62r/testfile.c -o /mesa/_build/meson-private/tmpvpiwv62r/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 1 +#15 22.34 stderr: +#15 22.34 stderr: +#15 22.34 mold: error: undefined symbol: popcountll +#15 22.34 mold: error: undefined symbol: popcountll +#15 22.34 >>> referenced by testfile.c +#15 22.34 >>> /tmp/testfile-02fb1e.o:(main)#15 22.34 >>> referenced by testfile.c +#15 22.34 >>> /tmp/testfile-02fb1e.o:(main) +#15 22.34 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 22.34 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp0yj368b3 +#15 22.34 Code:#15 22.34 Working directory: /mesa/_build/meson-private/tmp0yj368b3 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 +#15 22.34 /* With some toolchains (MSYS2/mingw for example) the compiler#15 22.34 +#15 22.34 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 22.34 * provides various builtins which are not really implemented and +#15 22.34 * provides various builtins which are not really implemented and +#15 22.34 * fall back to the stdlib where they aren't provided and fail at +#15 22.34 * fall back to the stdlib where they aren't provided and fail at +#15 22.34 * build/link time. In case the user provides a header, including +#15 22.34 * the header didn't lead to the function being defined, and the + +#15 22.34 * build/link time. In case the user provides a header, including +#15 22.34 * the header didn't lead to the function being defined, and the +#15 22.34 * function we are checking isn't a builtin itself we assume the +#15 22.34 * builtin is not functional and we just error out. */#15 22.34 * function we are checking isn't a builtin itself we assume the +#15 22.34 * builtin is not functional and we just error out. */ +#15 22.34 #if !1 && !defined(popcountll) && !0 +#15 22.34 #if !1 && !defined(popcountll) && !0 +#15 22.34 #error "No definition for __builtin_popcountll found in the prefix" + +#15 22.34 #error "No definition for __builtin_popcountll found in the prefix" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_builtin +#15 22.34 #ifdef __has_builtin +#15 22.34 #if !__has_builtin(__builtin_popcountll) +#15 22.34 #if !__has_builtin(__builtin_popcountll) +#15 22.34 #error "__builtin_popcountll not found" +#15 22.34 #endif#15 22.34 #error "__builtin_popcountll not found" +#15 22.34 #endif +#15 22.34 #elif ! defined(popcountll) +#15 22.34 #elif ! defined(popcountll) +#15 22.34 __builtin_popcountll; + +#15 22.34 __builtin_popcountll; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp0yj368b3/testfile.c -o /mesa/_build/meson-private/tmp0yj368b3/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp0yj368b3/testfile.c -o /mesa/_build/meson-private/tmp0yj368b3/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking for function "popcountll" : YES + +#15 22.34 Checking for function "popcountll" : YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp892lszi1 +#15 22.34 Working directory: /mesa/_build/meson-private/tmp892lszi1 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #define unreachable meson_disable_define_of_unreachable +#15 22.34 #define unreachable meson_disable_define_of_unreachable +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 #undef unreachable +#15 22.34 #undef unreachable +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __cplusplus + +#15 22.34 #ifdef __cplusplus +#15 22.34 extern "C" +#15 22.34 extern "C" +#15 22.34 #endif +#15 22.34 char unreachable (void);#15 22.34 #endif +#15 22.34 char unreachable (void); +#15 22.34 +#15 22.34 +#15 22.34 #if defined __stub_unreachable || defined __stub___unreachable +#15 22.34 #if defined __stub_unreachable || defined __stub___unreachable +#15 22.34 fail fail fail this function is not going to work + +#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 +#15 22.34 +#15 22.34 int main(void) { +#15 22.34 return unreachable (); +#15 22.34 } +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp892lszi1/testfile.c -o /mesa/_build/meson-private/tmp892lszi1/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 1 +#15 22.34 stderr: +#15 22.34 mold: error: undefined symbol: unreachable +#15 22.34 int main(void) { +#15 22.34 return unreachable (); +#15 22.34 } +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp892lszi1/testfile.c -o /mesa/_build/meson-private/tmp892lszi1/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 1 +#15 22.34 stderr: +#15 22.34 mold: error: undefined symbol: unreachable +#15 22.34 >>> referenced by testfile.c +#15 22.34 >>> /tmp/testfile-d76cb3.o:(main)#15 22.34 >>> referenced by testfile.c +#15 22.34 >>> /tmp/testfile-d76cb3.o:(main) +#15 22.34 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 22.34 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Running compile: + +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpakeoxpum +#15 22.34 Working directory: /mesa/_build/meson-private/tmpakeoxpum +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 +#15 22.34 +#15 22.34 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 22.34 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 22.34 * provides various builtins which are not really implemented and +#15 22.34 * provides various builtins which are not really implemented and +#15 22.34 * fall back to the stdlib where they aren't provided and fail at +#15 22.34 * fall back to the stdlib where they aren't provided and fail at +#15 22.34 * build/link time. In case the user provides a header, including +#15 22.34 * build/link time. In case the user provides a header, including +#15 22.34 * the header didn't lead to the function being defined, and the + +#15 22.34 * the header didn't lead to the function being defined, and the +#15 22.34 * function we are checking isn't a builtin itself we assume the +#15 22.34 * function we are checking isn't a builtin itself we assume the +#15 22.34 * builtin is not functional and we just error out. */ +#15 22.34 * builtin is not functional and we just error out. */ +#15 22.34 #if !1 && !defined(unreachable) && !0 +#15 22.34 #error "No definition for __builtin_unreachable found in the prefix"#15 22.34 #if !1 && !defined(unreachable) && !0 +#15 22.34 #error "No definition for __builtin_unreachable found in the prefix" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __has_builtin +#15 22.34 #ifdef __has_builtin +#15 22.34 #if !__has_builtin(__builtin_unreachable) +#15 22.34 #error "__builtin_unreachable not found"#15 22.34 #if !__has_builtin(__builtin_unreachable) +#15 22.34 #error "__builtin_unreachable not found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #elif ! defined(unreachable) +#15 22.34 #elif ! defined(unreachable) +#15 22.34 __builtin_unreachable; + +#15 22.34 __builtin_unreachable; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpakeoxpum/testfile.c -o /mesa/_build/meson-private/tmpakeoxpum/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpakeoxpum/testfile.c -o /mesa/_build/meson-private/tmpakeoxpum/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking for function "unreachable" : YES + +#15 22.34 Checking for function "unreachable" : YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpmhli9kzm +#15 22.34 Code:#15 22.34 Working directory: /mesa/_build/meson-private/tmpmhli9kzm +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #define types_compatible_p meson_disable_define_of_types_compatible_p +#15 22.34 #define types_compatible_p meson_disable_define_of_types_compatible_p +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 #undef types_compatible_p +#15 22.34 #undef types_compatible_p +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __cplusplus +#15 22.34 #ifdef __cplusplus +#15 22.34 extern "C" + +#15 22.34 extern "C" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 char types_compatible_p (void); +#15 22.34 char types_compatible_p (void); +#15 22.34 +#15 22.34 #if defined __stub_types_compatible_p || defined __stub___types_compatible_p#15 22.34 +#15 22.34 #if defined __stub_types_compatible_p || defined __stub___types_compatible_p +#15 22.34 fail fail fail this function is not going to work + +#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 +#15 22.34 int main(void) {#15 22.34 +#15 22.34 int main(void) { +#15 22.34 return types_compatible_p (); + +#15 22.34 return types_compatible_p (); +#15 22.34 } +#15 22.34 } +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpmhli9kzm/testfile.c -o /mesa/_build/meson-private/tmpmhli9kzm/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 1#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpmhli9kzm/testfile.c -o /mesa/_build/meson-private/tmpmhli9kzm/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 1 +#15 22.34 stderr: +#15 22.34 stderr: +#15 22.34 mold: error: undefined symbol: types_compatible_p +#15 22.34 mold: error: undefined symbol: types_compatible_p +#15 22.34 >>> referenced by testfile.c + +#15 22.34 >>> referenced by testfile.c +#15 22.34 >>> /tmp/testfile-a885e9.o:(main) +#15 22.34 >>> /tmp/testfile-a885e9.o:(main) +#15 22.34 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 22.34 ----------- +#15 22.34 Running compile: +#15 22.34 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 22.34 ----------- +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpbmu1vhv6 +#15 22.34 Code:#15 22.34 Working directory: /mesa/_build/meson-private/tmpbmu1vhv6 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 +#15 22.34 +#15 22.34 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 22.34 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 22.34 * provides various builtins which are not really implemented and +#15 22.34 * fall back to the stdlib where they aren't provided and fail at#15 22.34 * provides various builtins which are not really implemented and +#15 22.34 * fall back to the stdlib where they aren't provided and fail at +#15 22.34 * build/link time. In case the user provides a header, including +#15 22.34 * build/link time. In case the user provides a header, including +#15 22.34 * the header didn't lead to the function being defined, and the +#15 22.34 * the header didn't lead to the function being defined, and the +#15 22.34 * function we are checking isn't a builtin itself we assume the +#15 22.34 * function we are checking isn't a builtin itself we assume the +#15 22.34 * builtin is not functional and we just error out. */ +#15 22.34 * builtin is not functional and we just error out. */ +#15 22.34 #if !1 && !defined(types_compatible_p) && !0 +#15 22.34 #if !1 && !defined(types_compatible_p) && !0 +#15 22.34 #error "No definition for __builtin_types_compatible_p found in the prefix" +#15 22.34 #error "No definition for __builtin_types_compatible_p found in the prefix" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __has_builtin +#15 22.34 #ifdef __has_builtin +#15 22.34 #if !__has_builtin(__builtin_types_compatible_p) +#15 22.34 #if !__has_builtin(__builtin_types_compatible_p) +#15 22.34 #error "__builtin_types_compatible_p not found" +#15 22.34 #error "__builtin_types_compatible_p not found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #elif ! defined(types_compatible_p) +#15 22.34 __builtin_types_compatible_p;#15 22.34 #elif ! defined(types_compatible_p) +#15 22.34 __builtin_types_compatible_p; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpbmu1vhv6/testfile.c -o /mesa/_build/meson-private/tmpbmu1vhv6/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpbmu1vhv6/testfile.c -o /mesa/_build/meson-private/tmpbmu1vhv6/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking for function "types_compatible_p" : YES + +#15 22.34 Checking for function "types_compatible_p" : YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpbxmitzve +#15 22.34 Code:#15 22.34 Working directory: /mesa/_build/meson-private/tmpbxmitzve +#15 22.34 Code: +#15 22.34 int foo(void) __attribute__((const)); +#15 22.34 ----------- + +#15 22.34 int foo(void) __attribute__((const)); +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpbxmitzve/testfile.c -o /mesa/_build/meson-private/tmpbxmitzve/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpbxmitzve/testfile.c -o /mesa/_build/meson-private/tmpbxmitzve/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 22.34 Compiler for C supports function attribute const: YES +#15 22.34 Running compile:#15 22.34 Compiler for C supports function attribute const: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpmbo9xrev +#15 22.34 Working directory: /mesa/_build/meson-private/tmpmbo9xrev +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 int foo(void) __attribute__((flatten)); +#15 22.34 int foo(void) __attribute__((flatten)); +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpmbo9xrev/testfile.c -o /mesa/_build/meson-private/tmpmbo9xrev/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpmbo9xrev/testfile.c -o /mesa/_build/meson-private/tmpmbo9xrev/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 22.34 Compiler for C supports function attribute flatten: YES +#15 22.34 Compiler for C supports function attribute flatten: YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpo5mf3u25 +#15 22.34 Working directory: /mesa/_build/meson-private/tmpo5mf3u25 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 int *foo(void) __attribute__((malloc)); +#15 22.34 int *foo(void) __attribute__((malloc)); +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpo5mf3u25/testfile.c -o /mesa/_build/meson-private/tmpo5mf3u25/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 22.34 Compiler for C supports function attribute malloc: YES #15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpo5mf3u25/testfile.c -o /mesa/_build/meson-private/tmpo5mf3u25/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 22.34 Compiler for C supports function attribute malloc: YES +#15 22.34 Running compile: + +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp4ew9utv1 +#15 22.34 Working directory: /mesa/_build/meson-private/tmp4ew9utv1 +#15 22.34 Code: +#15 22.34 int foo(void) __attribute__((pure)); +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp4ew9utv1/testfile.c -o /mesa/_build/meson-private/tmp4ew9utv1/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 22.34 Compiler for C supports function attribute pure: YES +#15 22.34 Running compile:#15 22.34 Code: +#15 22.34 int foo(void) __attribute__((pure)); +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp4ew9utv1/testfile.c -o /mesa/_build/meson-private/tmp4ew9utv1/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 22.34 Compiler for C supports function attribute pure: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpqdb3riit + +#15 22.34 Working directory: /mesa/_build/meson-private/tmpqdb3riit +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 int foo(void) __attribute__((unused)); +#15 22.34 -----------#15 22.34 int foo(void) __attribute__((unused)); +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpqdb3riit/testfile.c -o /mesa/_build/meson-private/tmpqdb3riit/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpqdb3riit/testfile.c -o /mesa/_build/meson-private/tmpqdb3riit/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 22.34 Compiler for C supports function attribute unused: YES +#15 22.34 Compiler for C supports function attribute unused: YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp2_vpy1rp +#15 22.34 Working directory: /mesa/_build/meson-private/tmp2_vpy1rp +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 int foo(void) __attribute__((warn_unused_result)); +#15 22.34 int foo(void) __attribute__((warn_unused_result)); +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp2_vpy1rp/testfile.c -o /mesa/_build/meson-private/tmp2_vpy1rp/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp2_vpy1rp/testfile.c -o /mesa/_build/meson-private/tmp2_vpy1rp/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 22.34 Compiler for C supports function attribute warn_unused_result: YES +#15 22.34 Compiler for C supports function attribute warn_unused_result: YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp32jh2sj0 +#15 22.34 Code:#15 22.34 Working directory: /mesa/_build/meson-private/tmp32jh2sj0 +#15 22.34 Code: +#15 22.34 int foo(void) __attribute__((weak)); +#15 22.34 ----------- + +#15 22.34 int foo(void) __attribute__((weak)); +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp32jh2sj0/testfile.c -o /mesa/_build/meson-private/tmp32jh2sj0/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp32jh2sj0/testfile.c -o /mesa/_build/meson-private/tmp32jh2sj0/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 22.34 Compiler for C supports function attribute weak: YES +#15 22.34 Running compile:#15 22.34 Compiler for C supports function attribute weak: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp2fjxrao6 +#15 22.34 Working directory: /mesa/_build/meson-private/tmp2fjxrao6 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 int foo(const char * p, ...) __attribute__((format(printf, 1, 2))); +#15 22.34 int foo(const char * p, ...) __attribute__((format(printf, 1, 2))); +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp2fjxrao6/testfile.c -o /mesa/_build/meson-private/tmp2fjxrao6/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp2fjxrao6/testfile.c -o /mesa/_build/meson-private/tmp2fjxrao6/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 22.34 Compiler for C supports function attribute format: YES +#15 22.34 Compiler for C supports function attribute format: YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp2oqdiv_u +#15 22.34 Code:#15 22.34 Working directory: /mesa/_build/meson-private/tmp2oqdiv_u +#15 22.34 Code: +#15 22.34 struct __attribute__((packed)) foo { int bar; }; +#15 22.34 struct __attribute__((packed)) foo { int bar; }; +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp2oqdiv_u/testfile.c -o /mesa/_build/meson-private/tmp2oqdiv_u/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp2oqdiv_u/testfile.c -o /mesa/_build/meson-private/tmp2oqdiv_u/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 22.34 Compiler for C supports function attribute packed: YES +#15 22.34 Running compile:#15 22.34 Compiler for C supports function attribute packed: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpzs8v_443 + +#15 22.34 Working directory: /mesa/_build/meson-private/tmpzs8v_443 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 int *foo(void) __attribute__((returns_nonnull)); +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpzs8v_443/testfile.c -o /mesa/_build/meson-private/tmpzs8v_443/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 22.34 int *foo(void) __attribute__((returns_nonnull)); +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpzs8v_443/testfile.c -o /mesa/_build/meson-private/tmpzs8v_443/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 22.34 Compiler for C supports function attribute returns_nonnull: YES + +#15 22.34 Compiler for C supports function attribute returns_nonnull: YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpc4p_fg68 +#15 22.34 Code:#15 22.34 Working directory: /mesa/_build/meson-private/tmpc4p_fg68 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 int foo(void) { return 0; } +#15 22.34 int foo(void) { return 0; } +#15 22.34 int bar(void) __attribute__((alias("foo"))); + +#15 22.34 int bar(void) __attribute__((alias("foo"))); +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpc4p_fg68/testfile.c -o /mesa/_build/meson-private/tmpc4p_fg68/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 22.34 Compiler for C supports function attribute alias: YES #15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpc4p_fg68/testfile.c -o /mesa/_build/meson-private/tmpc4p_fg68/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 22.34 Compiler for C supports function attribute alias: YES +#15 22.34 Running compile: + +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpzqv3m4h5 +#15 22.34 Working directory: /mesa/_build/meson-private/tmpzqv3m4h5 +#15 22.34 Code: +#15 22.34 int foo(void) __attribute__((noreturn));#15 22.34 Code: +#15 22.34 int foo(void) __attribute__((noreturn)); +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpzqv3m4h5/testfile.c -o /mesa/_build/meson-private/tmpzqv3m4h5/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpzqv3m4h5/testfile.c -o /mesa/_build/meson-private/tmpzqv3m4h5/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 22.34 Compiler for C supports function attribute noreturn: YES + +#15 22.34 Compiler for C supports function attribute noreturn: YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp29waq6gv +#15 22.34 Working directory: /mesa/_build/meson-private/tmp29waq6gv +#15 22.34 Code: +#15 22.34 __attribute__((optimize(3))) int foo(void) { return 0; } +#15 22.34 ----------- +#15 22.34 Code: +#15 22.34 __attribute__((optimize(3))) int foo(void) { return 0; } +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp29waq6gv/testfile.c -o /mesa/_build/meson-private/tmp29waq6gv/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 22.34 stderr:#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp29waq6gv/testfile.c -o /mesa/_build/meson-private/tmp29waq6gv/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 22.34 stderr: +#15 22.34 /mesa/_build/meson-private/tmp29waq6gv/testfile.c:1:16: error: unknown attribute 'optimize' ignored [-Werror,-Wunknown-attributes] +#15 22.34 /mesa/_build/meson-private/tmp29waq6gv/testfile.c:1:16: error: unknown attribute 'optimize' ignored [-Werror,-Wunknown-attributes] +#15 22.34 1 | __attribute__((optimize(3))) int foo(void) { return 0; } +#15 22.34 1 | __attribute__((optimize(3))) int foo(void) { return 0; } +#15 22.34 | ^~~~~~~~~~~ +#15 22.34 | ^~~~~~~~~~~ +#15 22.34 1 error generated. + +#15 22.34 1 error generated. +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Compiler for C supports function attribute optimize: NO +#15 22.34 Running compile:#15 22.34 Compiler for C supports function attribute optimize: NO +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmporedw1zz + +#15 22.34 Working directory: /mesa/_build/meson-private/tmporedw1zz +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 int foo(void) __attribute__((visibility("hidden"))); int foo(void) { return 0; } +#15 22.34 int foo(void) __attribute__((visibility("hidden"))); int foo(void) { return 0; } +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmporedw1zz/testfile.c -o /mesa/_build/meson-private/tmporedw1zz/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmporedw1zz/testfile.c -o /mesa/_build/meson-private/tmporedw1zz/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 22.34 Compiler for C supports function attribute visibility:hidden: YES +#15 22.34 Running compile:#15 22.34 Compiler for C supports function attribute visibility:hidden: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp5b0fjd6q + +#15 22.34 Working directory: /mesa/_build/meson-private/tmp5b0fjd6q +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 __uint128_t foo(void) { return 0; } +#15 22.34 -----------#15 22.34 __uint128_t foo(void) { return 0; } +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp5b0fjd6q/testfile.c -o /mesa/_build/meson-private/tmp5b0fjd6q/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp5b0fjd6q/testfile.c -o /mesa/_build/meson-private/tmp5b0fjd6q/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 22.34 Checking if "__uint128_t" compiles: YES +#15 22.34 Running compile: + +#15 22.34 Checking if "__uint128_t" compiles: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpbgnxjzxz +#15 22.34 Code:#15 22.34 Working directory: /mesa/_build/meson-private/tmpbgnxjzxz +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #define reallocarray meson_disable_define_of_reallocarray + +#15 22.34 #define reallocarray meson_disable_define_of_reallocarray +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #undef reallocarray#15 22.34 #include +#15 22.34 #undef reallocarray +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __cplusplus +#15 22.34 #ifdef __cplusplus +#15 22.34 extern "C" +#15 22.34 #endif#15 22.34 extern "C" +#15 22.34 #endif +#15 22.34 char reallocarray (void); + +#15 22.34 char reallocarray (void); +#15 22.34 +#15 22.34 +#15 22.34 #if defined __stub_reallocarray || defined __stub___reallocarray +#15 22.34 fail fail fail this function is not going to work#15 22.34 #if defined __stub_reallocarray || defined __stub___reallocarray +#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 +#15 22.34 +#15 22.34 int main(void) { +#15 22.34 return reallocarray ();#15 22.34 int main(void) { +#15 22.34 return reallocarray (); +#15 22.34 } +#15 22.34 } +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpbgnxjzxz/testfile.c -o /mesa/_build/meson-private/tmpbgnxjzxz/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpbgnxjzxz/testfile.c -o /mesa/_build/meson-private/tmpbgnxjzxz/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking for function "reallocarray" : YES +#15 22.34 Checking for function "reallocarray" : YES +#15 22.34 Running compile: + +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpduy0gopc +#15 22.34 Working directory: /mesa/_build/meson-private/tmpduy0gopc +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #define fmemopen meson_disable_define_of_fmemopen#15 22.34 +#15 22.34 #define fmemopen meson_disable_define_of_fmemopen +#15 22.34 +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 #undef fmemopen +#15 22.34 #undef fmemopen +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __cplusplus +#15 22.34 extern "C"#15 22.34 #ifdef __cplusplus +#15 22.34 extern "C" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 char fmemopen (void); +#15 22.34 char fmemopen (void); +#15 22.34 +#15 22.34 +#15 22.34 #if defined __stub_fmemopen || defined __stub___fmemopen +#15 22.34 #if defined __stub_fmemopen || defined __stub___fmemopen +#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif +#15 22.34 + +#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif +#15 22.34 +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 return fmemopen (); +#15 22.34 return fmemopen (); +#15 22.34 } +#15 22.34 } +#15 22.34 -----------#15 22.34 ----------- + +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpduy0gopc/testfile.c -o /mesa/_build/meson-private/tmpduy0gopc/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpduy0gopc/testfile.c -o /mesa/_build/meson-private/tmpduy0gopc/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking for function "fmemopen" : YES +#15 22.34 Checking for function "fmemopen" : YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp9c9jiyhg#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp9c9jiyhg +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 static char unused() { return 5; } int main() { return 0; } +#15 22.34 static char unused() { return 5; } int main() { return 0; } +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp9c9jiyhg/testfile.c -o /mesa/_build/meson-private/tmp9c9jiyhg/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp9c9jiyhg/testfile.c -o /mesa/_build/meson-private/tmp9c9jiyhg/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking if "gc-sections" links: YES +#15 22.34 Checking if "gc-sections" links: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpznpne125#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpznpne125 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpznpne125/testfile.c -o /mesa/_build/meson-private/tmpznpne125/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpznpne125/testfile.c -o /mesa/_build/meson-private/tmpznpne125/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 22.34 Compiler for C supports arguments -Werror=implicit-function-declaration: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpterg2pfm +#15 22.34 Compiler for C supports arguments -Werror=implicit-function-declaration: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpterg2pfm +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpterg2pfm/testfile.c -o /mesa/_build/meson-private/tmpterg2pfm/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpterg2pfm/testfile.c -o /mesa/_build/meson-private/tmpterg2pfm/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 22.34 Compiler for C supports arguments -Werror=missing-prototypes: YES +#15 22.34 Compiler for C supports arguments -Werror=missing-prototypes: YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmprvovvxqm +#15 22.34 Code:#15 22.34 Working directory: /mesa/_build/meson-private/tmprvovvxqm +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmprvovvxqm/testfile.c -o /mesa/_build/meson-private/tmprvovvxqm/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmprvovvxqm/testfile.c -o /mesa/_build/meson-private/tmprvovvxqm/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 22.34 Compiler for C supports arguments -Werror=return-type: YES +#15 22.34 Compiler for C supports arguments -Werror=return-type: YES +#15 22.34 Running compile: + +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp_j8jb_nw +#15 22.34 Working directory: /mesa/_build/meson-private/tmp_j8jb_nw +#15 22.34 Code: +#15 22.34 extern int i;#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 int i; + +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp_j8jb_nw/testfile.c -o /mesa/_build/meson-private/tmp_j8jb_nw/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 22.34 Compiler for C supports arguments -Werror=empty-body: YES #15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp_j8jb_nw/testfile.c -o /mesa/_build/meson-private/tmp_j8jb_nw/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 22.34 Compiler for C supports arguments -Werror=empty-body: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpin0h94ot + +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpin0h94ot +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 int i;#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpin0h94ot/testfile.c -o /mesa/_build/meson-private/tmpin0h94ot/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpin0h94ot/testfile.c -o /mesa/_build/meson-private/tmpin0h94ot/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 22.34 Compiler for C supports arguments -Werror=incompatible-pointer-types: YES +#15 22.34 Running compile:#15 22.34 Compiler for C supports arguments -Werror=incompatible-pointer-types: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpupjah19e +#15 22.34 Working directory: /mesa/_build/meson-private/tmpupjah19e +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; + +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpupjah19e/testfile.c -o /mesa/_build/meson-private/tmpupjah19e/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 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpupjah19e/testfile.c -o /mesa/_build/meson-private/tmpupjah19e/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 22.34 Compiler for C supports arguments -Werror=int-conversion: YES + +#15 22.34 Compiler for C supports arguments -Werror=int-conversion: YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpp463v1vu +#15 22.34 Code:#15 22.34 Working directory: /mesa/_build/meson-private/tmpp463v1vu +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 + +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpp463v1vu/testfile.c -o /mesa/_build/meson-private/tmpp463v1vu/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpp463v1vu/testfile.c -o /mesa/_build/meson-private/tmpp463v1vu/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 22.34 Compiler for C supports arguments -Wimplicit-fallthrough: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp5_b59lsj +#15 22.34 Compiler for C supports arguments -Wimplicit-fallthrough: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp5_b59lsj +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 int i;#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp5_b59lsj/testfile.c -o /mesa/_build/meson-private/tmp5_b59lsj/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp5_b59lsj/testfile.c -o /mesa/_build/meson-private/tmp5_b59lsj/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 22.34 Compiler for C supports arguments -Wmisleading-indentation: YES +#15 22.34 Compiler for C supports arguments -Wmisleading-indentation: YES +#15 22.34 Running compile: + +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmppzoxje94 +#15 22.34 Working directory: /mesa/_build/meson-private/tmppzoxje94 +#15 22.34 Code: +#15 22.34 extern int i;#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 int i; + +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmppzoxje94/testfile.c -o /mesa/_build/meson-private/tmppzoxje94/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmppzoxje94/testfile.c -o /mesa/_build/meson-private/tmppzoxje94/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 22.34 Compiler for C supports arguments -Wno-missing-field-initializers: YES +#15 22.34 Compiler for C supports arguments -Wno-missing-field-initializers: YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmppxb7bt60 +#15 22.34 Working directory: /mesa/_build/meson-private/tmppxb7bt60 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmppxb7bt60/testfile.c -o /mesa/_build/meson-private/tmppxb7bt60/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmppxb7bt60/testfile.c -o /mesa/_build/meson-private/tmppxb7bt60/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 22.34 Compiler for C supports arguments -Wno-format-truncation: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpa73x2q92 +#15 22.34 Compiler for C supports arguments -Wno-format-truncation: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpa73x2q92 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 #15 22.34 int i; +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpa73x2q92/testfile.c -o /mesa/_build/meson-private/tmpa73x2q92/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpa73x2q92/testfile.c -o /mesa/_build/meson-private/tmpa73x2q92/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 22.34 stderr: + +#15 22.34 stderr: +#15 22.34 error: unknown warning option '-Wnonnull-compare' [-Werror,-Wunknown-warning-option] +#15 22.34 error: unknown warning option '-Wnonnull-compare' [-Werror,-Wunknown-warning-option] +#15 22.34 error: unknown warning option '-Wno-nonnull-compare' [-Werror,-Wunknown-warning-option] +#15 22.34 -----------#15 22.34 error: unknown warning option '-Wno-nonnull-compare' [-Werror,-Wunknown-warning-option] +#15 22.34 ----------- +#15 22.34 Compiler for C supports arguments -Wno-nonnull-compare: NO +#15 22.34 Compiler for C supports arguments -Wno-nonnull-compare: NO +#15 22.34 Running compile: + +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpw_27_tjw +#15 22.34 Working directory: /mesa/_build/meson-private/tmpw_27_tjw +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpw_27_tjw/testfile.c -o /mesa/_build/meson-private/tmpw_27_tjw/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 22.34 Compiler for C supports arguments -fno-math-errno: YES #15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpw_27_tjw/testfile.c -o /mesa/_build/meson-private/tmpw_27_tjw/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 22.34 Compiler for C supports arguments -fno-math-errno: YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmptu55kzxz + +#15 22.34 Working directory: /mesa/_build/meson-private/tmptu55kzxz +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 #15 22.34 int i; +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmptu55kzxz/testfile.c -o /mesa/_build/meson-private/tmptu55kzxz/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmptu55kzxz/testfile.c -o /mesa/_build/meson-private/tmptu55kzxz/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 22.34 Compiler for C supports arguments -fno-trapping-math: YES +#15 22.34 Running compile: + +#15 22.34 Compiler for C supports arguments -fno-trapping-math: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpcs4r7vfk +#15 22.34 Code:#15 22.34 Working directory: /mesa/_build/meson-private/tmpcs4r7vfk +#15 22.34 Code: +#15 22.34 extern int i; + +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 -----------#15 22.34 +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpcs4r7vfk/testfile.c -o /mesa/_build/meson-private/tmpcs4r7vfk/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpcs4r7vfk/testfile.c -o /mesa/_build/meson-private/tmpcs4r7vfk/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 22.34 Compiler for C supports arguments -Qunused-arguments: YES + +#15 22.34 Compiler for C supports arguments -Qunused-arguments: YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpsre8iqhx +#15 22.34 Code:#15 22.34 Working directory: /mesa/_build/meson-private/tmpsre8iqhx +#15 22.34 Code: +#15 22.34 extern int i; + +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 -----------#15 22.34 +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpsre8iqhx/testfile.c -o /mesa/_build/meson-private/tmpsre8iqhx/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpsre8iqhx/testfile.c -o /mesa/_build/meson-private/tmpsre8iqhx/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 22.34 Compiler for C supports arguments -fno-common: YES + +#15 22.34 Compiler for C supports arguments -fno-common: YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp12_x7pdp +#15 22.34 Code:#15 22.34 Working directory: /mesa/_build/meson-private/tmp12_x7pdp +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 + +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp12_x7pdp/testfile.c -o /mesa/_build/meson-private/tmp12_x7pdp/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp12_x7pdp/testfile.c -o /mesa/_build/meson-private/tmp12_x7pdp/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 22.34 Compiler for C supports arguments -Wno-unknown-pragmas: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpdhtzx8k6 +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 Compiler for C supports arguments -Wno-unknown-pragmas: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpdhtzx8k6 +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 #15 22.34 int i; +#15 22.34 +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpdhtzx8k6/testfile.c -o /mesa/_build/meson-private/tmpdhtzx8k6/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpdhtzx8k6/testfile.c -o /mesa/_build/meson-private/tmpdhtzx8k6/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 22.34 Compiler for C supports arguments -Wno-microsoft-enum-value: YES +#15 22.34 Running compile:#15 22.34 Compiler for C supports arguments -Wno-microsoft-enum-value: YES +#15 22.34 Running compile: + +#15 22.34 Working directory: /mesa/_build/meson-private/tmp61sl1wfl +#15 22.34 Working directory: /mesa/_build/meson-private/tmp61sl1wfl +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 -----------#15 22.34 +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp61sl1wfl/testfile.c -o /mesa/_build/meson-private/tmp61sl1wfl/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp61sl1wfl/testfile.c -o /mesa/_build/meson-private/tmp61sl1wfl/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 22.34 Compiler for C supports arguments -Wno-unused-function: YES + +#15 22.34 Compiler for C supports arguments -Wno-unused-function: YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpvbjg7x36 +#15 22.34 Working directory: /mesa/_build/meson-private/tmpvbjg7x36 +#15 22.34 Code: +#15 22.34 extern int i;#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpvbjg7x36/testfile.c -o /mesa/_build/meson-private/tmpvbjg7x36/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 22.34 Compiler for C supports arguments -Werror=format: YES +#15 22.34 Running compile: +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpvbjg7x36/testfile.c -o /mesa/_build/meson-private/tmpvbjg7x36/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 22.34 Compiler for C supports arguments -Werror=format: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpdvyujjbu +#15 22.34 Working directory: /mesa/_build/meson-private/tmpdvyujjbu +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpdvyujjbu/testfile.c -o /mesa/_build/meson-private/tmpdvyujjbu/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpdvyujjbu/testfile.c -o /mesa/_build/meson-private/tmpdvyujjbu/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 22.34 Compiler for C supports arguments -Wformat-security: YES +#15 22.34 Compiler for C supports arguments -Wformat-security: YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmppcvn346t +#15 22.34 Working directory: /mesa/_build/meson-private/tmppcvn346t +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; + +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmppcvn346t/testfile.c -o /mesa/_build/meson-private/tmppcvn346t/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 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmppcvn346t/testfile.c -o /mesa/_build/meson-private/tmppcvn346t/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 22.34 Compiler for C supports arguments -Werror=thread-safety: YES + +#15 22.34 Compiler for C supports arguments -Werror=thread-safety: YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpckmzlgg6 +#15 22.34 Code:#15 22.34 Working directory: /mesa/_build/meson-private/tmpckmzlgg6 +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- + +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpckmzlgg6/testfile.c -o /mesa/_build/meson-private/tmpckmzlgg6/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpckmzlgg6/testfile.c -o /mesa/_build/meson-private/tmpckmzlgg6/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 22.34 Compiler for C supports arguments -ffunction-sections: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpwtb2znn5 +#15 22.34 Compiler for C supports arguments -ffunction-sections: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpwtb2znn5 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 #15 22.34 int i; +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpwtb2znn5/testfile.c -o /mesa/_build/meson-private/tmpwtb2znn5/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpwtb2znn5/testfile.c -o /mesa/_build/meson-private/tmpwtb2znn5/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 22.34 Compiler for C supports arguments -fdata-sections: YES + +#15 22.34 Compiler for C supports arguments -fdata-sections: YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpqx832d51 +#15 22.34 Working directory: /mesa/_build/meson-private/tmpqx832d51 +#15 22.34 Code: +#15 22.34 extern int i;#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 int i; + +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpqx832d51/testfile.cpp -o /mesa/_build/meson-private/tmpqx832d51/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpqx832d51/testfile.cpp -o /mesa/_build/meson-private/tmpqx832d51/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Compiler for C++ supports arguments -Werror=return-type: YES +#15 22.34 Running compile:#15 22.34 Compiler for C++ supports arguments -Werror=return-type: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp9l_cit3_ +#15 22.34 Working directory: /mesa/_build/meson-private/tmp9l_cit3_ +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; + +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp9l_cit3_/testfile.cpp -o /mesa/_build/meson-private/tmp9l_cit3_/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp9l_cit3_/testfile.cpp -o /mesa/_build/meson-private/tmp9l_cit3_/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Compiler for C++ supports arguments -Werror=empty-body: YES +#15 22.34 Compiler for C++ supports arguments -Werror=empty-body: YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpgjfi9ikf +#15 22.34 Code:#15 22.34 Working directory: /mesa/_build/meson-private/tmpgjfi9ikf +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 + +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpgjfi9ikf/testfile.cpp -o /mesa/_build/meson-private/tmpgjfi9ikf/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Compiler for C++ supports arguments -Wmisleading-indentation: YES #15 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpgjfi9ikf/testfile.cpp -o /mesa/_build/meson-private/tmpgjfi9ikf/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Compiler for C++ supports arguments -Wmisleading-indentation: YES +#15 22.34 Running compile: + +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpyvpdrg5n +#15 22.34 Working directory: /mesa/_build/meson-private/tmpyvpdrg5n +#15 22.34 Code: +#15 22.34 extern int i;#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpyvpdrg5n/testfile.cpp -o /mesa/_build/meson-private/tmpyvpdrg5n/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpyvpdrg5n/testfile.cpp -o /mesa/_build/meson-private/tmpyvpdrg5n/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Compiler for C++ supports arguments -Wno-non-virtual-dtor: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmprd4v7ckt +#15 22.34 Compiler for C++ supports arguments -Wno-non-virtual-dtor: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmprd4v7ckt +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmprd4v7ckt/testfile.cpp -o /mesa/_build/meson-private/tmprd4v7ckt/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmprd4v7ckt/testfile.cpp -o /mesa/_build/meson-private/tmprd4v7ckt/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Compiler for C++ supports arguments -Wno-missing-field-initializers: YES +#15 22.34 Compiler for C++ supports arguments -Wno-missing-field-initializers: YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp86q7xuiz +#15 22.34 Working directory: /mesa/_build/meson-private/tmp86q7xuiz +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; + +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp86q7xuiz/testfile.cpp -o /mesa/_build/meson-private/tmp86q7xuiz/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp86q7xuiz/testfile.cpp -o /mesa/_build/meson-private/tmp86q7xuiz/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Compiler for C++ supports arguments -Wno-format-truncation: YES +#15 22.34 Running compile:#15 22.34 Compiler for C++ supports arguments -Wno-format-truncation: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpy8rc0bl_ +#15 22.34 Working directory: /mesa/_build/meson-private/tmpy8rc0bl_ +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; + +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 -----------#15 22.34 +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpy8rc0bl_/testfile.cpp -o /mesa/_build/meson-private/tmpy8rc0bl_/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpy8rc0bl_/testfile.cpp -o /mesa/_build/meson-private/tmpy8rc0bl_/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Compiler for C++ supports arguments -fno-math-errno: YES +#15 22.34 Running compile: + +#15 22.34 Compiler for C++ supports arguments -fno-math-errno: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpwh94dbkl +#15 22.34 Code:#15 22.34 Working directory: /mesa/_build/meson-private/tmpwh94dbkl +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; + +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpwh94dbkl/testfile.cpp -o /mesa/_build/meson-private/tmpwh94dbkl/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpwh94dbkl/testfile.cpp -o /mesa/_build/meson-private/tmpwh94dbkl/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Compiler for C++ supports arguments -fno-trapping-math: YES +#15 22.34 Running compile:#15 22.34 Compiler for C++ supports arguments -fno-trapping-math: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp78pant4t +#15 22.34 Working directory: /mesa/_build/meson-private/tmp78pant4t +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; + +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 -----------#15 22.34 +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp78pant4t/testfile.cpp -o /mesa/_build/meson-private/tmp78pant4t/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp78pant4t/testfile.cpp -o /mesa/_build/meson-private/tmp78pant4t/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Compiler for C++ supports arguments -Qunused-arguments: YES + +#15 22.34 Compiler for C++ supports arguments -Qunused-arguments: YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpnrb34fct +#15 22.34 Working directory: /mesa/_build/meson-private/tmpnrb34fct +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 -----------#15 22.34 int i; +#15 22.34 +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpnrb34fct/testfile.cpp -o /mesa/_build/meson-private/tmpnrb34fct/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpnrb34fct/testfile.cpp -o /mesa/_build/meson-private/tmpnrb34fct/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 stderr: +#15 22.34 stderr: +#15 22.34 clang++: error: unknown argument: '-flifetime-dse=1' +#15 22.34 clang++: error: unknown argument: '-flifetime-dse=1' +#15 22.34 ----------- +#15 22.34 Compiler for C++ supports arguments -flifetime-dse=1: NO #15 22.34 ----------- +#15 22.34 Compiler for C++ supports arguments -flifetime-dse=1: NO +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpahp8vmq6 +#15 22.34 Working directory: /mesa/_build/meson-private/tmpahp8vmq6 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpahp8vmq6/testfile.cpp -o /mesa/_build/meson-private/tmpahp8vmq6/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpahp8vmq6/testfile.cpp -o /mesa/_build/meson-private/tmpahp8vmq6/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Compiler for C++ supports arguments -Wno-unknown-pragmas: YES +#15 22.34 Running compile:#15 22.34 Compiler for C++ supports arguments -Wno-unknown-pragmas: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp37wfv0iu +#15 22.34 Working directory: /mesa/_build/meson-private/tmp37wfv0iu +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 + +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp37wfv0iu/testfile.cpp -o /mesa/_build/meson-private/tmp37wfv0iu/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp37wfv0iu/testfile.cpp -o /mesa/_build/meson-private/tmp37wfv0iu/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Compiler for C++ supports arguments -Wno-microsoft-enum-value: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp6jhkwhjo#15 22.34 Compiler for C++ supports arguments -Wno-microsoft-enum-value: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp6jhkwhjo +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp6jhkwhjo/testfile.cpp -o /mesa/_build/meson-private/tmp6jhkwhjo/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp6jhkwhjo/testfile.cpp -o /mesa/_build/meson-private/tmp6jhkwhjo/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Compiler for C++ supports arguments -Werror=format: YES +#15 22.34 Running compile:#15 22.34 Compiler for C++ supports arguments -Werror=format: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp2p5v4w7z +#15 22.34 Working directory: /mesa/_build/meson-private/tmp2p5v4w7z +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; + +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 -----------#15 22.34 +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp2p5v4w7z/testfile.cpp -o /mesa/_build/meson-private/tmp2p5v4w7z/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp2p5v4w7z/testfile.cpp -o /mesa/_build/meson-private/tmp2p5v4w7z/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Compiler for C++ supports arguments -Wformat-security: YES + +#15 22.34 Compiler for C++ supports arguments -Wformat-security: YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp91163hsd +#15 22.34 Code:#15 22.34 Working directory: /mesa/_build/meson-private/tmp91163hsd +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp91163hsd/testfile.cpp -o /mesa/_build/meson-private/tmp91163hsd/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp91163hsd/testfile.cpp -o /mesa/_build/meson-private/tmp91163hsd/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Compiler for C++ supports arguments -ffunction-sections: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpldvdmd13 +#15 22.34 Compiler for C++ supports arguments -ffunction-sections: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpldvdmd13 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpldvdmd13/testfile.cpp -o /mesa/_build/meson-private/tmpldvdmd13/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpldvdmd13/testfile.cpp -o /mesa/_build/meson-private/tmpldvdmd13/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Compiler for C++ supports arguments -fdata-sections: YES +#15 22.34 Compiler for C++ supports arguments -fdata-sections: YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp6gdx7h_9 +#15 22.34 Code:#15 22.34 Working directory: /mesa/_build/meson-private/tmp6gdx7h_9 +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- + +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp6gdx7h_9/testfile.c -o /mesa/_build/meson-private/tmp6gdx7h_9/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp6gdx7h_9/testfile.c -o /mesa/_build/meson-private/tmp6gdx7h_9/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 22.34 Compiler for C supports arguments -Wno-override-init: YES +#15 22.34 Compiler for C supports arguments -Wno-override-init: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpghcv23s2#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpghcv23s2 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; + +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpghcv23s2/testfile.c -o /mesa/_build/meson-private/tmpghcv23s2/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 22.34 +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpghcv23s2/testfile.c -o /mesa/_build/meson-private/tmpghcv23s2/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 22.34 Compiler for C supports arguments -Wno-initializer-overrides: YES + +#15 22.34 Compiler for C supports arguments -Wno-initializer-overrides: YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp2724djo9 +#15 22.34 Working directory: /mesa/_build/meson-private/tmp2724djo9 +#15 22.34 Code: +#15 22.34 extern int i;#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp2724djo9/testfile.c -o /mesa/_build/meson-private/tmp2724djo9/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp2724djo9/testfile.c -o /mesa/_build/meson-private/tmp2724djo9/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 22.34 Compiler for C supports arguments -Werror=pointer-arith: YES + +#15 22.34 Compiler for C supports arguments -Werror=pointer-arith: YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp8vzbvg2n +#15 22.34 Working directory: /mesa/_build/meson-private/tmp8vzbvg2n +#15 22.34 Code: +#15 22.34 extern int i;#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 + +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp8vzbvg2n/testfile.c -o /mesa/_build/meson-private/tmp8vzbvg2n/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp8vzbvg2n/testfile.c -o /mesa/_build/meson-private/tmp8vzbvg2n/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 22.34 Compiler for C supports arguments -Werror=vla: YES +#15 22.34 Compiler for C supports arguments -Werror=vla: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp2es2hgmr#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp2es2hgmr +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp2es2hgmr/testfile.c -o /mesa/_build/meson-private/tmp2es2hgmr/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 22.34 +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp2es2hgmr/testfile.c -o /mesa/_build/meson-private/tmp2es2hgmr/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 22.34 Compiler for C supports arguments -Werror=gnu-empty-initializer: YES +#15 22.34 Compiler for C supports arguments -Werror=gnu-empty-initializer: YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmppbpvgrat + +#15 22.34 Working directory: /mesa/_build/meson-private/tmppbpvgrat +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 #15 22.34 int i; +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmppbpvgrat/testfile.cpp -o /mesa/_build/meson-private/tmppbpvgrat/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmppbpvgrat/testfile.cpp -o /mesa/_build/meson-private/tmppbpvgrat/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Compiler for C++ supports arguments -Werror=pointer-arith: YES +#15 22.34 Compiler for C++ supports arguments -Werror=pointer-arith: YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpex7aeo1i + +#15 22.34 Working directory: /mesa/_build/meson-private/tmpex7aeo1i +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 int i;#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 + +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpex7aeo1i/testfile.cpp -o /mesa/_build/meson-private/tmpex7aeo1i/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Compiler for C++ supports arguments -Werror=vla: YES #15 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpex7aeo1i/testfile.cpp -o /mesa/_build/meson-private/tmpex7aeo1i/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Compiler for C++ supports arguments -Werror=vla: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpyzmvgogl +#15 22.34 Code: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpyzmvgogl +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 + +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpyzmvgogl/testfile.cpp -o /mesa/_build/meson-private/tmpyzmvgogl/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Compiler for C++ supports arguments -Werror=gnu-empty-initializer: YES #15 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpyzmvgogl/testfile.cpp -o /mesa/_build/meson-private/tmpyzmvgogl/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Compiler for C++ supports arguments -Werror=gnu-empty-initializer: YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp_lutifdw +#15 22.34 Working directory: /mesa/_build/meson-private/tmp_lutifdw +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #define __builtin_ia32_clflushopt meson_disable_define_of___builtin_ia32_clflushopt +#15 22.34 #define __builtin_ia32_clflushopt meson_disable_define_of___builtin_ia32_clflushopt +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 #undef __builtin_ia32_clflushopt +#15 22.34 #undef __builtin_ia32_clflushopt +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __cplusplus +#15 22.34 #ifdef __cplusplus +#15 22.34 extern "C" +#15 22.34 #endif#15 22.34 extern "C" +#15 22.34 #endif +#15 22.34 char __builtin_ia32_clflushopt (void); +#15 22.34 char __builtin_ia32_clflushopt (void); +#15 22.34 + +#15 22.34 +#15 22.34 #if defined __stub___builtin_ia32_clflushopt || defined __stub_____builtin_ia32_clflushopt +#15 22.34 #if defined __stub___builtin_ia32_clflushopt || defined __stub_____builtin_ia32_clflushopt +#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif +#15 22.34 +#15 22.34 +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 return __builtin_ia32_clflushopt (); +#15 22.34 return __builtin_ia32_clflushopt (); +#15 22.34 } +#15 22.34 } +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp_lutifdw/testfile.c -o /mesa/_build/meson-private/tmp_lutifdw/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 1 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp_lutifdw/testfile.c -o /mesa/_build/meson-private/tmp_lutifdw/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 1 +#15 22.34 stderr: +#15 22.34 /mesa/_build/meson-private/tmp_lutifdw/testfile.c:10:14: error: conflicting types for '__builtin_ia32_clflushopt' +#15 22.34 10 | char __builtin_ia32_clflushopt (void);#15 22.34 stderr: +#15 22.34 /mesa/_build/meson-private/tmp_lutifdw/testfile.c:10:14: error: conflicting types for '__builtin_ia32_clflushopt' +#15 22.34 10 | char __builtin_ia32_clflushopt (void); +#15 22.34 | ^ +#15 22.34 | ^ +#15 22.34 /mesa/_build/meson-private/tmp_lutifdw/testfile.c:10:14: note: '__builtin_ia32_clflushopt' is a builtin with type 'void (const void *)' +#15 22.34 /mesa/_build/meson-private/tmp_lutifdw/testfile.c:10:14: note: '__builtin_ia32_clflushopt' is a builtin with type 'void (const void *)' +#15 22.34 /mesa/_build/meson-private/tmp_lutifdw/testfile.c:17:45: error: too few arguments to function call, expected 1, have 0 + +#15 22.34 /mesa/_build/meson-private/tmp_lutifdw/testfile.c:17:45: error: too few arguments to function call, expected 1, have 0 +#15 22.34 17 | return __builtin_ia32_clflushopt (); +#15 22.34 | ~~~~~~~~~~~~~~~~~~~~~~~~~ ^#15 22.34 17 | return __builtin_ia32_clflushopt (); +#15 22.34 | ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ +#15 22.34 2 errors generated. +#15 22.34 2 errors generated. +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpl9mym7tq +#15 22.34 Code:#15 22.34 Working directory: /mesa/_build/meson-private/tmpl9mym7tq +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 +#15 22.34 +#15 22.34 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 22.34 * provides various builtins which are not really implemented and#15 22.34 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 22.34 * provides various builtins which are not really implemented and +#15 22.34 * fall back to the stdlib where they aren't provided and fail at + +#15 22.34 * fall back to the stdlib where they aren't provided and fail at +#15 22.34 * build/link time. In case the user provides a header, including +#15 22.34 * build/link time. In case the user provides a header, including +#15 22.34 * the header didn't lead to the function being defin#15 22.34 * the header didn't lead to the function being defined, and the +ed, and the +#15 22.34 * function we are checking isn't a builtin itself we assume the +#15 22.34 * builtin is not functional and we just error out. */ +#15 22.34 #if !1 && !defined(__builtin_ia32_clflushopt) && !1 +#15 22.34 #error "No definition for __builtin_ia32_clflushopt found in the prefix" +#15 22.34 #endif +#15 22.34 +#15 22.34 #ifdef __has_builtin +#15 22.34 #if !__has_builtin(__builtin_ia32_clflushopt) +#15 22.34 #error "__builtin_ia32_clflushopt not found" +#15 22.34 #endif +#15 22.34 #elif ! defined(__builtin_ia32_clflushopt) +#15 22.34 __builtin_ia32_clflushopt; +#15 22.34 * function we are checking isn't a builtin itself we assume the +#15 22.34 * builtin is not functional and we just error out. */ +#15 22.34 #if !1 && !defined(__builtin_ia32_clflushopt) && !1 +#15 22.34 #error "No definition for __builtin_ia32_clflushopt found in the prefix" +#15 22.34 #endif +#15 22.34 +#15 22.34 #ifdef __has_builtin +#15 22.34 #if !__has_builtin(__builtin_ia32_clflushopt) +#15 22.34 #error "__builtin_ia32_clflushopt not found" +#15 22.34 #endif +#15 22.34 #elif ! defined(__builtin_ia32_clflushopt) +#15 22.34 __builtin_ia32_clflushopt; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpl9mym7tq/testfile.c -o /mesa/_build/meson-private/tmpl9mym7tq/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking for function "__builtin_ia32_clflushopt" : YES #15 22.34 } +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpl9mym7tq/testfile.c -o /mesa/_build/meson-private/tmpl9mym7tq/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking for function "__builtin_ia32_clflushopt" : YES + +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp0waftugl +#15 22.34 Working directory: /mesa/_build/meson-private/tmp0waftugl +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 #include +#15 22.34 int main() { +#15 22.34 struct { +#15 22.34 #include +#15 22.34 int main() { +#15 22.34 struct { +#15 22.34 uint64_t *v; +#15 22.34 uint64_t *v; +#15 22.34 } x; +#15 22.34 } x; +#15 22.34 return (int)__atomic_load_n(x.v, __ATOMIC_ACQUIRE) & +#15 22.34 return (int)__atomic_load_n(x.v, __ATOMIC_ACQUIRE) & +#15 22.34 (int)__atomic_add_fetch(x.v, (uint64_t)1, __ATOMIC_ACQ_REL); +#15 22.34 (int)__atomic_add_fetch(x.v, (uint64_t)1, __ATOMIC_ACQ_REL); +#15 22.34 #15 22.34 + +#15 22.34 } +#15 22.34 } +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp0waftugl/testfile.c -o /mesa/_build/meson-private/tmp0waftugl/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp0waftugl/testfile.c -o /mesa/_build/meson-private/tmp0waftugl/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 22.34 Checking if "GCC atomic builtins" compiles: YES +#15 22.34 Checking if "GCC atomic builtins" compiles: YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpjsld6abc +#15 22.34 Working directory: /mesa/_build/meson-private/tmpjsld6abc +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main() { +#15 22.34 int main() { +#15 22.34 struct { +#15 22.34 struct { +#15 22.34 uint64_t *v; +#15 22.34 uint64_t *v; +#15 22.34 } x; +#15 22.34 } x; +#15 22.34 return (int)__atomic_load_n(x.v, __ATOMIC_ACQUIRE) & +#15 22.34 return (int)__atomic_load_n(x.v, __ATOMIC_ACQUIRE) & +#15 22.34 (int)__atomic_add_fetch(x.v, (uint64_t)1, __ATOMIC_ACQ_REL); +#15 22.34 (int)__atomic_add_fetch(x.v, (uint64_t)1, __ATOMIC_ACQ_REL); +#15 22.34 } +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpjsld6abc/testfile.c -o /mesa/_build/meson-private/tmpjsld6abc/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking if "GCC atomic builtins required -latomic" links: YES +#15 22.34 } +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpjsld6abc/testfile.c -o /mesa/_build/meson-private/tmpjsld6abc/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking if "GCC atomic builtins required -latomic" links: YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp283vzv_1 +#15 22.34 Code:#15 22.34 Working directory: /mesa/_build/meson-private/tmp283vzv_1 +#15 22.34 Code: +#15 22.34 #include +#15 22.34 uint64_t v; +#15 22.34 #include +#15 22.34 uint64_t v; +#15 22.34 int main() { +#15 22.34 int main() { +#15 22.34 return __sync_add_and_fetch(&v, (uint64_t)1); +#15 22.34 return __sync_add_and_fetch(&v, (uint64_t)1); + +#15 22.34 } +#15 22.34 -----------#15 22.34 } +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp283vzv_1/testfile.c -o /mesa/_build/meson-private/tmp283vzv_1/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp283vzv_1/testfile.c -o /mesa/_build/meson-private/tmp283vzv_1/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 + +#15 22.34 Checking if "GCC 64bit atomics" with dependency links: YES +#15 22.34 Checking if "GCC 64bit atomics" with dependency links: YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp31x6kaud +#15 22.34 Working directory: /mesa/_build/meson-private/tmp31x6kaud +#15 22.34 Code: +#15 22.34 int main(void) { return 0; }#15 22.34 Code: +#15 22.34 int main(void) { return 0; } +#15 22.34 + +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp31x6kaud/testfile.c -o /mesa/_build/meson-private/tmp31x6kaud/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 -fuse-ld=/usr/sbin/mold -Wl,--allow-shlib-undefined -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -lc++ -lc++abi -Wl,--end-group` -> 1 +#15 22.34 stderr: +#15 22.34 mold: fatal: library not found: ws2_32#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp31x6kaud/testfile.c -o /mesa/_build/meson-private/tmp31x6kaud/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 -fuse-ld=/usr/sbin/mold -Wl,--allow-shlib-undefined -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -lc++ -lc++abi -Wl,--end-group` -> 1 +#15 22.34 stderr: +#15 22.34 mold: fatal: library not found: ws2_32 +#15 22.34 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 22.34 ----------- +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpyd6lh0h1 +#15 22.34 Code: +#15 22.34 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 22.34 ----------- +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpyd6lh0h1 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 printf("%ld\n", (long)(sizeof(void *))); +#15 22.34 printf("%ld\n", (long)(sizeof(void *))); +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpyd6lh0h1/testfile.c -o /mesa/_build/meson-private/tmpyd6lh0h1/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpyd6lh0h1/testfile.c -o /mesa/_build/meson-private/tmpyd6lh0h1/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Program stdout: +#15 22.34 Program stdout: +#15 22.34 +#15 22.34 8#15 22.34 +#15 22.34 8 +#15 22.34 +#15 22.34 +#15 22.34 Program stderr: +#15 22.34 Program stderr: +#15 22.34 +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Running compile:#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpnhgmti2y +#15 22.34 Working directory: /mesa/_build/meson-private/tmpnhgmti2y +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpnhgmti2y/testfile.c -o /mesa/_build/meson-private/tmpnhgmti2y/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpnhgmti2y/testfile.c -o /mesa/_build/meson-private/tmpnhgmti2y/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 22.34 stdout: +#15 22.34 stdout: +#15 22.34 programs: =/usr/bin:/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../x86_64-pc-linux-gnu/bin +#15 22.34 programs: =/usr/bin:/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../x86_64-pc-linux-gnu/bin +#15 22.34 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 22.34 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 22.34 ----------- +#15 22.34 Library ws2_32 found: NO +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp52v__aga +#15 22.34 ----------- +#15 22.34 Library ws2_32 found: NO +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp52v__aga +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef major +#15 22.34 #ifndef major +#15 22.34 major; + +#15 22.34 major; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp52v__aga/testfile.c -o /mesa/_build/meson-private/tmp52v__aga/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp52v__aga/testfile.c -o /mesa/_build/meson-private/tmp52v__aga/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 22.34 Header "sys/sysmacros.h" has symbol "major" : YES +#15 22.34 Header "sys/sysmacros.h" has symbol "major" : YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp7b7v0oj2#15 22.34 Working directory: /mesa/_build/meson-private/tmp7b7v0oj2 + +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 #ifndef minor +#15 22.34 #ifndef minor +#15 22.34 minor; +#15 22.34 minor; +#15 22.34 #endif#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 ----------- +#15 22.34 ----------- + +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp7b7v0oj2/testfile.c -o /mesa/_build/meson-private/tmp7b7v0oj2/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp7b7v0oj2/testfile.c -o /mesa/_build/meson-private/tmp7b7v0oj2/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 22.34 Header "sys/sysmacros.h" has symbol "minor" : YES +#15 22.34 Header "sys/sysmacros.h" has symbol "minor" : YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpauowipgu +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpauowipgu +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include #15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef makedev#15 22.34 #ifndef makedev +#15 22.34 makedev; +#15 22.34 makedev; + +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 }#15 22.34 } +#15 22.34 ----------- +#15 22.34 ----------- + +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpauowipgu/testfile.c -o /mesa/_build/meson-private/tmpauowipgu/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpauowipgu/testfile.c -o /mesa/_build/meson-private/tmpauowipgu/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 22.34 Header "sys/sysmacros.h" has symbol "makedev" : YES +#15 22.34 Header "sys/sysmacros.h" has symbol "makedev" : YES +#15 22.34 Running compile:#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp6v9z40z2 +#15 22.34 Working directory: /mesa/_build/meson-private/tmp6v9z40z2 + +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include #15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef major#15 22.34 #ifndef major + +#15 22.34 major; +#15 22.34 major; +#15 22.34 #endif#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; + +#15 22.34 } +#15 22.34 } +#15 22.34 -----------#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp6v9z40z2/testfile.c -o /mesa/_build/meson-private/tmp6v9z40z2/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp6v9z40z2/testfile.c -o /mesa/_build/meson-private/tmp6v9z40z2/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 22.34 stderr: +#15 22.34 stderr: + +#15 22.34 /mesa/_build/meson-private/tmp6v9z40z2/testfile.c:2:18: fatal error: 'sys/mkdev.h' file not found +#15 22.34 /mesa/_build/meson-private/tmp6v9z40z2/testfile.c:2:18: fatal error: 'sys/mkdev.h' file not found +#15 22.34 2 | #include #15 22.34 2 | #include + +#15 22.34 | ^~~~~~~~~~~~~ +#15 22.34 | ^~~~~~~~~~~~~ +#15 22.34 1 error generated. +#15 22.34 ----------- +#15 22.34 Header "sys/mkdev.h" has symbol "major" : NO +#15 22.34 1 error generated. +#15 22.34 ----------- +#15 22.34 Header "sys/mkdev.h" has symbol "major" : NO +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp7smf4k25 +#15 22.34 Code: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp7smf4k25 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp7smf4k25/testfile.c -o /mesa/_build/meson-private/tmp7smf4k25/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp7smf4k25/testfile.c -o /mesa/_build/meson-private/tmp7smf4k25/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 22.34 Check usable header "sched.h" : YES +#15 22.34 Check usable header "sched.h" : YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp_9ic3kl7 +#15 22.34 Working directory: /mesa/_build/meson-private/tmp_9ic3kl7 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #define sched_getaffinity meson_disable_define_of_sched_getaffinity +#15 22.34 #define sched_getaffinity meson_disable_define_of_sched_getaffinity +#15 22.34 #15 22.34 + +#15 22.34 #include +#15 22.34 #include +#15 22.34 #undef sched_getaffinity +#15 22.34 #undef sched_getaffinity +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __cplusplus#15 22.34 #ifdef __cplusplus +#15 22.34 extern "C" +#15 22.34 extern "C" + +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 char sched_getaffinity (void); +#15 22.34 char sched_getaffinity (void); +#15 22.34 +#15 22.34 +#15 22.34 #if defined __stub_sched_getaffinity || defined __stub___sched_getaffinity +#15 22.34 #if defined __stub_sched_getaffinity || defined __stub___sched_getaffinity +#15 22.34 fail fail fail this function is not going to work +#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 +#15 22.34 int main(void) {#15 22.34 +#15 22.34 int main(void) { +#15 22.34 return sched_getaffinity (); + +#15 22.34 return sched_getaffinity (); +#15 22.34 } +#15 22.34 } +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp_9ic3kl7/testfile.c -o /mesa/_build/meson-private/tmp_9ic3kl7/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp_9ic3kl7/testfile.c -o /mesa/_build/meson-private/tmp_9ic3kl7/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking for function "sched_getaffinity" : YES +#15 22.34 Running compile:#15 22.34 Checking for function "sched_getaffinity" : YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpqklbn5sn +#15 22.34 Code: +#15 22.34 +#15 22.34 Working directory: /mesa/_build/meson-private/tmpqklbn5sn +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpqklbn5sn/testfile.c -o /mesa/_build/meson-private/tmpqklbn5sn/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpqklbn5sn/testfile.c -o /mesa/_build/meson-private/tmpqklbn5sn/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 22.34 stderr: +#15 22.34 stderr: +#15 22.34 /mesa/_build/meson-private/tmpqklbn5sn/testfile.c:2:18: fatal error: 'xlocale.h' file not found#15 22.34 /mesa/_build/meson-private/tmpqklbn5sn/testfile.c:2:18: fatal error: 'xlocale.h' file not found +#15 22.34 2 | #include +#15 22.34 2 | #include +#15 22.34 | ^~~~~~~~~~~ +#15 22.34 | ^~~~~~~~~~~ + +#15 22.34 1 error generated. +#15 22.34 1 error generated. +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Check usable header "xlocale.h" : NO #15 22.34 Check usable header "xlocale.h" : NO +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpq6mzz2we +#15 22.34 Working directory: /mesa/_build/meson-private/tmpq6mzz2we +#15 22.34 Code: +#15 22.34 Code: + +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpq6mzz2we/testfile.c -o /mesa/_build/meson-private/tmpq6mzz2we/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 22.34 Check usable header "linux/futex.h" : YES #15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpq6mzz2we/testfile.c -o /mesa/_build/meson-private/tmpq6mzz2we/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 22.34 Check usable header "linux/futex.h" : YES +#15 22.34 Running compile: + +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpulx7_8f3 +#15 22.34 Working directory: /mesa/_build/meson-private/tmpulx7_8f3 +#15 22.34 Code: +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 -----------#15 22.34 #include +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpulx7_8f3/testfile.c -o /mesa/_build/meson-private/tmpulx7_8f3/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpulx7_8f3/testfile.c -o /mesa/_build/meson-private/tmpulx7_8f3/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 22.34 Check usable header "endian.h" : YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp4r8wnxor +#15 22.34 Code:#15 22.34 Check usable header "endian.h" : YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp4r8wnxor +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp4r8wnxor/testfile.c -o /mesa/_build/meson-private/tmp4r8wnxor/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp4r8wnxor/testfile.c -o /mesa/_build/meson-private/tmp4r8wnxor/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 22.34 Check usable header "dlfcn.h" : YES +#15 22.34 Check usable header "dlfcn.h" : YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp1l2v72cl +#15 22.34 Working directory: /mesa/_build/meson-private/tmp1l2v72cl +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 ----------- +#15 22.34 ----------- + +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp1l2v72cl/testfile.c -o /mesa/_build/meson-private/tmp1l2v72cl/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp1l2v72cl/testfile.c -o /mesa/_build/meson-private/tmp1l2v72cl/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 22.34 Check usable header "sys/shm.h" : YES +#15 22.34 Check usable header "sys/shm.h" : YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpvtnrh33h +#15 22.34 Working directory: /mesa/_build/meson-private/tmpvtnrh33h +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpvtnrh33h/testfile.c -o /mesa/_build/meson-private/tmpvtnrh33h/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpvtnrh33h/testfile.c -o /mesa/_build/meson-private/tmpvtnrh33h/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 22.34 Check usable header "cet.h" : YES +#15 22.34 Check usable header "cet.h" : YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpu9g_9l3l +#15 22.34 Code:#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpu9g_9l3l +#15 22.34 Code: +#15 22.34 +#15 22.34 + +#15 22.34 #include +#15 22.34 #include +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpu9g_9l3l/testfile.c -o /mesa/_build/meson-private/tmpu9g_9l3l/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpu9g_9l3l/testfile.c -o /mesa/_build/meson-private/tmpu9g_9l3l/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 22.34 stderr: +#15 22.34 stderr: +#15 22.34 /mesa/_build/meson-private/tmpu9g_9l3l/testfile.c:2:18: fatal error: 'pthread_np.h' file not found +#15 22.34 /mesa/_build/meson-private/tmpu9g_9l3l/testfile.c:2:18: fatal error: 'pthread_np.h' file not found +#15 22.34 2 | #include #15 22.34 2 | #include + +#15 22.34 | ^~~~~~~~~~~~~~ +#15 22.34 | ^~~~~~~~~~~~~~ +#15 22.34 1 error generated. +#15 22.34 1 error generated. +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Check usable header "pthread_np.h" : NO +#15 22.34 Check usable header "pthread_np.h" : NO +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpi77dd1ev +#15 22.34 Working directory: /mesa/_build/meson-private/tmpi77dd1ev +#15 22.34 Code:#15 22.34 Code: +#15 22.34 +#15 22.34 + +#15 22.34 #include +#15 22.34 #include +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpi77dd1ev/testfile.c -o /mesa/_build/meson-private/tmpi77dd1ev/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpi77dd1ev/testfile.c -o /mesa/_build/meson-private/tmpi77dd1ev/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 22.34 Check usable header "sys/inotify.h" : YES +#15 22.34 Check usable header "sys/inotify.h" : YES +#15 22.34 Running compile:#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp8jh_sn_h +#15 22.34 Working directory: /mesa/_build/meson-private/tmp8jh_sn_h + +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp8jh_sn_h/testfile.c -o /mesa/_build/meson-private/tmp8jh_sn_h/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 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp8jh_sn_h/testfile.c -o /mesa/_build/meson-private/tmp8jh_sn_h/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 22.34 Check usable header "linux/udmabuf.h" : YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpjjlcz55z +#15 22.34 Check usable header "linux/udmabuf.h" : YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpjjlcz55z +#15 22.34 Code:#15 22.34 Code: + +#15 22.34 +#15 22.34 +#15 22.34 #define strtof meson_disable_define_of_strtof +#15 22.34 #define strtof meson_disable_define_of_strtof +#15 22.34 #15 22.34 +#15 22.34 #include +#15 22.34 #include + +#15 22.34 #undef strtof +#15 22.34 #undef strtof +#15 22.34 #15 22.34 +#15 22.34 #ifdef __cplusplus +#15 22.34 #ifdef __cplusplus +#15 22.34 extern "C" +#15 22.34 extern "C" + +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 char strtof (void); +#15 22.34 char strtof (void); +#15 22.34 +#15 22.34 +#15 22.34 #if defined __stub_strtof || defined __stub___strtof +#15 22.34 #if defined __stub_strtof || defined __stub___strtof +#15 22.34 fail fail fail this function is not going to work#15 22.34 fail fail fail this function is not going to work + +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 +#15 22.34 +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 return strtof (); +#15 22.34 return strtof (); +#15 22.34 }#15 22.34 } +#15 22.34 ----------- +#15 22.34 ----------- + +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpjjlcz55z/testfile.c -o /mesa/_build/meson-private/tmpjjlcz55z/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpjjlcz55z/testfile.c -o /mesa/_build/meson-private/tmpjjlcz55z/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 stderr:#15 22.34 stderr: + +#15 22.34 /mesa/_build/meson-private/tmpjjlcz55z/testfile.c:10:14: warning: incompatible redeclaration of library function 'strtof' [-Wincompatible-library-redeclaration] +#15 22.34 /mesa/_build/meson-private/tmpjjlcz55z/testfile.c:10:14: warning: incompatible redeclaration of library function 'strtof' [-Wincompatible-library-redeclaration] +#15 22.34 10 | char strtof (void); +#15 22.34 10 | char strtof (void); +#15 22.34 | ^#15 22.34 | ^ + +#15 22.34 /mesa/_build/meson-private/tmpjjlcz55z/testfile.c:10:14: note: 'strtof' is a builtin with type 'float (const char *, char **)' +#15 22.34 /mesa/_build/meson-private/tmpjjlcz55z/testfile.c:10:14: note: 'strtof' is a builtin with type 'float (const char *, char **)' +#15 22.34 1 warning generated.#15 22.34 1 warning generated. +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Checking for function "strtof" : YES +#15 22.34 Checking for function "strtof" : YES + +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpqafb1wii +#15 22.34 Working directory: /mesa/_build/meson-private/tmpqafb1wii +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #define mkostemp meson_disable_define_of_mkostemp#15 22.34 #define mkostemp meson_disable_define_of_mkostemp +#15 22.34 +#15 22.34 #include +#15 22.34 +#15 22.34 #include + +#15 22.34 #undef mkostemp +#15 22.34 #undef mkostemp +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __cplusplus#15 22.34 #ifdef __cplusplus +#15 22.34 extern "C" +#15 22.34 extern "C" +#15 22.34 #endif +#15 22.34 #endif + +#15 22.34 char mkostemp (void); +#15 22.34 char mkostemp (void); +#15 22.34 #15 22.34 +#15 22.34 #if defined __stub_mkostemp || defined __stub___mkostemp +#15 22.34 #if defined __stub_mkostemp || defined __stub___mkostemp +#15 22.34 fail fail fail this function is not going to work +#15 22.34 fail fail fail this function is not going to work + +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 +#15 22.34 +#15 22.34 int main(void) { +#15 22.34 return mkostemp ();#15 22.34 int main(void) { +#15 22.34 return mkostemp (); +#15 22.34 } +#15 22.34 } +#15 22.34 ----------- +#15 22.34 ----------- + +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpqafb1wii/testfile.c -o /mesa/_build/meson-private/tmpqafb1wii/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpqafb1wii/testfile.c -o /mesa/_build/meson-private/tmpqafb1wii/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking for function "mkostemp" : YES +#15 22.34 Checking for function "mkostemp" : YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp2be0pl3e +#15 22.34 Working directory: /mesa/_build/meson-private/tmp2be0pl3e +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 #15 22.34 + +#15 22.34 #define memfd_create meson_disable_define_of_memfd_create +#15 22.34 #define memfd_create meson_disable_define_of_memfd_create +#15 22.34 +#15 22.34 +#15 22.34 #include #15 22.34 #include +#15 22.34 #undef memfd_create +#15 22.34 #undef memfd_create + +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __cplusplus#15 22.34 #ifdef __cplusplus +#15 22.34 extern "C" +#15 22.34 extern "C" +#15 22.34 #endif +#15 22.34 #endif + +#15 22.34 char memfd_create (void); +#15 22.34 char memfd_create (void); +#15 22.34 +#15 22.34 +#15 22.34 #if defined __stub_memfd_create || defined __stub___memfd_create#15 22.34 #if defined __stub_memfd_create || defined __stub___memfd_create +#15 22.34 fail fail fail this function is not going to work +#15 22.34 fail fail fail this function is not going to work + +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 +#15 22.34 +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 return memfd_create (); +#15 22.34 return memfd_create (); +#15 22.34 } +#15 22.34 } +#15 22.34 -----------#15 22.34 ----------- + +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp2be0pl3e/testfile.c -o /mesa/_build/meson-private/tmp2be0pl3e/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp2be0pl3e/testfile.c -o /mesa/_build/meson-private/tmp2be0pl3e/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking for function "memfd_create" : YES +#15 22.34 Running compile: +#15 22.34 Checking for function "memfd_create" : YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp91vgxxb7 +#15 22.34 Working directory: /mesa/_build/meson-private/tmp91vgxxb7 +#15 22.34 Code:#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #define random_r meson_disable_define_of_random_r +#15 22.34 #define random_r meson_disable_define_of_random_r + +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 #undef random_r#15 22.34 #undef random_r + +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __cplusplus +#15 22.34 #ifdef __cplusplus +#15 22.34 extern "C" +#15 22.34 extern "C" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 char random_r (void); +#15 22.34 #15 22.34 char random_r (void); +#15 22.34 + +#15 22.34 #if defined __stub_random_r || defined __stub___random_r +#15 22.34 #if defined __stub_random_r || defined __stub___random_r +#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif +#15 22.34 +#15 22.34 +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 return random_r (); +#15 22.34 return random_r (); +#15 22.34 } +#15 22.34 } +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp91vgxxb7/testfile.c -o /mesa/_build/meson-private/tmp91vgxxb7/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp91vgxxb7/testfile.c -o /mesa/_build/meson-private/tmp91vgxxb7/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking for function "random_r" : YES +#15 22.34 Running compile:#15 22.34 Checking for function "random_r" : YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmppbrs4ch_ + +#15 22.34 Working directory: /mesa/_build/meson-private/tmppbrs4ch_ +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #define flock meson_disable_define_of_flock#15 22.34 +#15 22.34 #define flock meson_disable_define_of_flock +#15 22.34 + +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 #undef flock +#15 22.34 #15 22.34 #undef flock +#15 22.34 +#15 22.34 #ifdef __cplusplus + +#15 22.34 #ifdef __cplusplus +#15 22.34 extern "C" +#15 22.34 extern "C" +#15 22.34 #endif +#15 22.34 char flock (void);#15 22.34 #endif +#15 22.34 char flock (void); +#15 22.34 +#15 22.34 #if defined __stub_flock || defined __stub___flock +#15 22.34 fail fail fail this function is not going to work + +#15 22.34 +#15 22.34 #if defined __stub_flock || defined __stub___flock +#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #15 22.34 +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 return flock (); +#15 22.34 return flock (); + +#15 22.34 } +#15 22.34 } +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmppbrs4ch_/testfile.c -o /mesa/_build/meson-private/tmppbrs4ch_/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmppbrs4ch_/testfile.c -o /mesa/_build/meson-private/tmppbrs4ch_/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking for function "flock" : YES +#15 22.34 Checking for function "flock" : YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpo2ejihym +#15 22.34 Working directory: /mesa/_build/meson-private/tmpo2ejihym +#15 22.34 Code: +#15 22.34 Code: + +#15 22.34 +#15 22.34 +#15 22.34 #define strtok_r meson_disable_define_of_strtok_r +#15 22.34 #define strtok_r meson_disable_define_of_strtok_r +#15 22.34 #15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 #undef strtok_r +#15 22.34 #undef strtok_r + +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __cplusplus +#15 22.34 #ifdef __cplusplus +#15 22.34 extern "C"#15 22.34 extern "C" +#15 22.34 #endif +#15 22.34 #endif + +#15 22.34 char strtok_r (void); +#15 22.34 char strtok_r (void); +#15 22.34 +#15 22.34 +#15 22.34 #if defined __stub_strtok_r || defined __stub___strtok_r +#15 22.34 #if defined __stub_strtok_r || defined __stub___strtok_r +#15 22.34 fail fail fail this function is not going to work +#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif#15 22.34 #endif + +#15 22.34 +#15 22.34 +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 return strtok_r (); +#15 22.34 return strtok_r (); +#15 22.34 }#15 22.34 } +#15 22.34 ----------- +#15 22.34 ----------- + +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpo2ejihym/testfile.c -o /mesa/_build/meson-private/tmpo2ejihym/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpo2ejihym/testfile.c -o /mesa/_build/meson-private/tmpo2ejihym/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking for function "strtok_r" : YES #15 22.34 Checking for function "strtok_r" : YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpbs7fe_rj +#15 22.34 Code: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpbs7fe_rj +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #define getrandom meson_disable_define_of_getrandom +#15 22.34 #define getrandom meson_disable_define_of_getrandom +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 #undef getrandom +#15 22.34 #undef getrandom +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __cplusplus#15 22.34 #ifdef __cplusplus +#15 22.34 extern "C" +#15 22.34 extern "C" +#15 22.34 #endif +#15 22.34 #endif + +#15 22.34 char getrandom (void); +#15 22.34 char getrandom (void); +#15 22.34 +#15 22.34 +#15 22.34 #if defined __stub_getrandom || defined __stub___getrandom +#15 22.34 #if defined __stub_getrandom || defined __stub___getrandom +#15 22.34 fail fail fail this function is not going to work +#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif#15 22.34 #endif +#15 22.34 +#15 22.34 +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 return getrandom (); +#15 22.34 return getrandom (); +#15 22.34 } +#15 22.34 } + +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpbs7fe_rj/testfile.c -o /mesa/_build/meson-private/tmpbs7fe_rj/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpbs7fe_rj/testfile.c -o /mesa/_build/meson-private/tmpbs7fe_rj/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking for function "getrandom" : YES #15 22.34 Checking for function "getrandom" : YES +#15 22.34 Running compile: +#15 22.34 Running compile: + +#15 22.34 Working directory: /mesa/_build/meson-private/tmpalfdxeg2 +#15 22.34 Working directory: /mesa/_build/meson-private/tmpalfdxeg2 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 #15 22.34 + +#15 22.34 #define qsort_s meson_disable_define_of_qsort_s +#15 22.34 #define qsort_s meson_disable_define_of_qsort_s +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 #undef qsort_s#15 22.34 #undef qsort_s +#15 22.34 +#15 22.34 + +#15 22.34 #ifdef __cplusplus +#15 22.34 #ifdef __cplusplus +#15 22.34 extern "C" +#15 22.34 extern "C" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 char qsort_s (void); +#15 22.34 char qsort_s (void); +#15 22.34 +#15 22.34 +#15 22.34 #if defined __stub_qsort_s || defined __stub___qsort_s +#15 22.34 #if defined __stub_qsort_s || defined __stub___qsort_s +#15 22.34 fail fail fail this function is not going to work#15 22.34 fail fail fail this function is not going to work + +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 +#15 22.34 +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 return qsort_s ();#15 22.34 return qsort_s (); + +#15 22.34 } +#15 22.34 } +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpalfdxeg2/testfile.c -o /mesa/_build/meson-private/tmpalfdxeg2/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 1#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpalfdxeg2/testfile.c -o /mesa/_build/meson-private/tmpalfdxeg2/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 1 +#15 22.34 stderr: +#15 22.34 mold: error: undefined symbol: qsort_s +#15 22.34 >>> referenced by testfile.c +#15 22.34 >>> /tmp/testfile-4464d9.o:(main) + +#15 22.34 stderr: +#15 22.34 mold: error: undefined symbol: qsort_s +#15 22.34 >>> referenced by testfile.c +#15 22.34 >>> /tmp/testfile-4464d9.o:(main) +#15 22.34 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 22.34 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 22.34 -----------#15 22.34 ----------- +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmphkdycaql +#15 22.34 Working directory: /mesa/_build/meson-private/tmphkdycaql + +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 #15 22.34 + +#15 22.34 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 22.34 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 22.34 * provides various builtins which are not really implemented and +#15 22.34 * provides various builtins which are not really implemented and +#15 22.34 * fall back to the stdlib where they aren't provided and fail at#15 22.34 * fall back to the stdlib where they aren't provided and fail at +#15 22.34 * build/link time. In case the user provides a header, including +#15 22.34 * build/link time. In case the user provides a header, including +#15 22.34 * the header didn't lead to the function being defined, and the +#15 22.34 * the header didn't lead to the function being defined, and the + +#15 22.34 * function we are checking isn't a builtin itself we assume the +#15 22.34 * function we are checking isn't a builtin itself we assume the +#15 22.34 * builtin is not functional and we just error out. */ +#15 22.34 * builtin is not functional and we just error out. */ +#15 22.34 #if !1 && !defined(qsort_s) && !0 +#15 22.34 #error "No definition for __builtin_qsort_s found in the prefix" +#15 22.34 #endif +#15 22.34 #if !1 && !defined(qsort_s) && !0 +#15 22.34 #error "No definition for __builtin_qsort_s found in the prefix" +#15 22.34 #endif +#15 22.34 #15 22.34 +#15 22.34 #ifdef __has_builtin +#15 22.34 #ifdef __has_builtin + +#15 22.34 #if !__has_builtin(__builtin_qsort_s) +#15 22.34 #if !__has_builtin(__builtin_qsort_s) +#15 22.34 #error "__builtin_qsort_s not found" +#15 22.34 #error "__builtin_qsort_s not found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #elif ! defined(qsort_s) +#15 22.34 #elif ! defined(qsort_s) +#15 22.34 __builtin_qsort_s;#15 22.34 __builtin_qsort_s; +#15 22.34 #endif +#15 22.34 #endif + +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 -----------#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmphkdycaql/testfile.c -o /mesa/_build/meson-private/tmphkdycaql/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 1 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmphkdycaql/testfile.c -o /mesa/_build/meson-private/tmphkdycaql/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 1 +#15 22.34 stderr: +#15 22.34 /mesa/_build/meson-private/tmphkdycaql/testfile.c:17:18: error: "__builtin_qsort_s not found" +#15 22.34 stderr: +#15 22.34 /mesa/_build/meson-private/tmphkdycaql/testfile.c:17:18: error: "__builtin_qsort_s not found" +#15 22.34 17 | #error "__builtin_qsort_s not found" +#15 22.34 17 | #error "__builtin_qsort_s not found" + +#15 22.34 | ^ +#15 22.34 | ^ +#15 22.34 1 error generated. +#15 22.34 1 error generated. +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Checking for function "qsort_s" : NO +#15 22.34 Checking for function "qsort_s" : NO +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpbr7eatou#15 22.34 Working directory: /mesa/_build/meson-private/tmpbr7eatou + +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #define posix_fallocate meson_disable_define_of_posix_fallocate +#15 22.34 #15 22.34 #define posix_fallocate meson_disable_define_of_posix_fallocate +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 #undef posix_fallocate +#15 22.34 #undef posix_fallocate +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __cplusplus +#15 22.34 #ifdef __cplusplus +#15 22.34 extern "C" +#15 22.34 #endif#15 22.34 extern "C" +#15 22.34 #endif +#15 22.34 char posix_fallocate (void); +#15 22.34 char posix_fallocate (void); +#15 22.34 + +#15 22.34 +#15 22.34 #if defined __stub_posix_fallocate || defined __stub___posix_fallocate +#15 22.34 #if defined __stub_posix_fallocate || defined __stub___posix_fallocate +#15 22.34 fail fail fail this function is not going to work +#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif +#15 22.34 #15 22.34 #endif +#15 22.34 +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 return posix_fallocate (); +#15 22.34 return posix_fallocate (); +#15 22.34 } + +#15 22.34 } +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpbr7eatou/testfile.c -o /mesa/_build/meson-private/tmpbr7eatou/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpbr7eatou/testfile.c -o /mesa/_build/meson-private/tmpbr7eatou/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking for function "posix_fallocate" : YES +#15 22.34 Checking for function "posix_fallocate" : YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpwhg50l41 +#15 22.34 Code: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpwhg50l41 +#15 22.34 Code: +#15 22.34 +#15 22.34 #define secure_getenv meson_disable_define_of_secure_getenv#15 22.34 +#15 22.34 #define secure_getenv meson_disable_define_of_secure_getenv +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 #undef secure_getenv + +#15 22.34 #undef secure_getenv +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __cplusplus +#15 22.34 extern "C"#15 22.34 #ifdef __cplusplus +#15 22.34 extern "C" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 char secure_getenv (void); +#15 22.34 char secure_getenv (void); +#15 22.34 + +#15 22.34 +#15 22.34 #if defined __stub_secure_getenv || defined __stub___secure_getenv +#15 22.34 #if defined __stub_secure_getenv || defined __stub___secure_getenv +#15 22.34 fail fail fail this function is not going to work +#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 +#15 22.34 +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 return secure_getenv (); +#15 22.34 }#15 22.34 return secure_getenv (); +#15 22.34 } +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpwhg50l41/testfile.c -o /mesa/_build/meson-private/tmpwhg50l41/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpwhg50l41/testfile.c -o /mesa/_build/meson-private/tmpwhg50l41/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking for function "secure_getenv" : YES +#15 22.34 Checking for function "secure_getenv" : YES +#15 22.34 Running compile: + +#15 22.34 Running compile: +#15 22.34 Working directory: /tmp/tmprwpl8uvx +#15 22.34 Working directory: /tmp/tmprwpl8uvx +#15 22.34 Code: +#15 22.34 int i = static_cast(0);#15 22.34 Code: +#15 22.34 int i = static_cast(0); +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang++ /tmp/tmprwpl8uvx/testfile.cpp -o /tmp/tmprwpl8uvx/output.obj -D_FILE_OFFSET_BITS=64 -c -std=c++17` -> 0 +#15 22.34 Command line: `/usr/sbin/clang++ /tmp/tmprwpl8uvx/testfile.cpp -o /tmp/tmprwpl8uvx/output.obj -D_FILE_OFFSET_BITS=64 -c -std=c++17` -> 0 +#15 22.34 Compiler accepts -std=c++17: YES + +#15 22.34 Compiler accepts -std=c++17: YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpyj3qtpyq +#15 22.34 Code:#15 22.34 Working directory: /mesa/_build/meson-private/tmpyj3qtpyq +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #define _GNU_SOURCE +#15 22.34 #define _GNU_SOURCE +#15 22.34 #include + +#15 22.34 #include +#15 22.34 +#15 22.34 +#15 22.34 static int dcomp(const void *l, const void *r, void *t) { return 0; } +#15 22.34 #15 22.34 static int dcomp(const void *l, const void *r, void *t) { return 0; } +#15 22.34 +#15 22.34 int main(int ac, char **av) { +#15 22.34 int main(int ac, char **av) { +#15 22.34 int arr[] = { 1 }; +#15 22.34 int arr[] = { 1 }; +#15 22.34 void *t = NULL; + +#15 22.34 void *t = NULL; +#15 22.34 qsort_r((void*)&arr[0], 1, 1, dcomp, t); +#15 22.34 return (0); +#15 22.34 }#15 22.34 qsort_r((void*)&arr[0], 1, 1, dcomp, t); +#15 22.34 return (0); +#15 22.34 } +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang++ -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpyj3qtpyq/testfile.cpp -o /mesa/_build/meson-private/tmpyj3qtpyq/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 stderr: +#15 22.34 Command line: `/usr/sbin/clang++ -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpyj3qtpyq/testfile.cpp -o /mesa/_build/meson-private/tmpyj3qtpyq/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 stderr: +#15 22.34 /mesa/_build/meson-private/tmpyj3qtpyq/testfile.cpp:2:13: warning: '_GNU_SOURCE' macro redefined [-Wmacro-redefined] +#15 22.34 2 | #define _GNU_SOURCE +#15 22.34 | ^ +#15 22.34 :74:9: note: previous definition is here#15 22.34 /mesa/_build/meson-private/tmpyj3qtpyq/testfile.cpp:2:13: warning: '_GNU_SOURCE' macro redefined [-Wmacro-redefined] +#15 22.34 2 | #define _GNU_SOURCE +#15 22.34 | ^ +#15 22.34 :74:9: note: previous definition is here +#15 22.34 74 | #define _GNU_SOURCE 1 + +#15 22.34 74 | #define _GNU_SOURCE 1 +#15 22.34 | ^ +#15 22.34 | ^ +#15 22.34 1 warning generated. +#15 22.34 -----------#15 22.34 1 warning generated. +#15 22.34 ----------- +#15 22.34 Checking if "GNU qsort_r" links: YES +#15 22.34 Checking if "GNU qsort_r" links: YES +#15 22.34 Running compile: + +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp4rxegauc +#15 22.34 Working directory: /mesa/_build/meson-private/tmp4rxegauc +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef struct timespec +#15 22.34 struct timespec;#15 22.34 #ifndef struct timespec +#15 22.34 struct timespec; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp4rxegauc/testfile.c -o /mesa/_build/meson-private/tmp4rxegauc/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp4rxegauc/testfile.c -o /mesa/_build/meson-private/tmp4rxegauc/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 22.34 stderr: +#15 22.34 /mesa/_build/meson-private/tmp4rxegauc/testfile.c:5:28: warning: extra tokens at end of #ifndef directive [-Wextra-tokens] +#15 22.34 5 | #ifndef struct timespec +#15 22.34 stderr: +#15 22.34 /mesa/_build/meson-private/tmp4rxegauc/testfile.c:5:28: warning: extra tokens at end of #ifndef directive [-Wextra-tokens] +#15 22.34 5 | #ifndef struct timespec +#15 22.34 | ^ +#15 22.34 | ^ +#15 22.34 | // +#15 22.34 1 warning generated.#15 22.34 | // +#15 22.34 1 warning generated. +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Header "time.h" has symbol "struct timespec" : YES +#15 22.34 Header "time.h" has symbol "struct timespec" : YES +#15 22.34 Running compile: + +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpkpb97q_p +#15 22.34 Working directory: /mesa/_build/meson-private/tmpkpb97q_p +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 #include +#15 22.34 #include #15 22.34 #include +#15 22.34 #include +#15 22.34 +#15 22.34 +#15 22.34 #if defined __stub_thrd_create || defined __stub___thrd_create +#15 22.34 #if defined __stub_thrd_create || defined __stub___thrd_create +#15 22.34 fail fail fail this function is not going to work +#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 +#15 22.34 +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 void *a = (void*) &thrd_create; +#15 22.34 void *a = (void*) &thrd_create; +#15 22.34 long long b = (long long) a; +#15 22.34 return (int) b;#15 22.34 long long b = (long long) a; +#15 22.34 return (int) b; +#15 22.34 } + +#15 22.34 } +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpkpb97q_p/testfile.c -o /mesa/_build/meson-private/tmpkpb97q_p/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpkpb97q_p/testfile.c -o /mesa/_build/meson-private/tmpkpb97q_p/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking for function "thrd_create" : YES +#15 22.34 Checking for function "thrd_create" : YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpvx3x4ylz#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpvx3x4ylz +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef program_invocation_name#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef program_invocation_name +#15 22.34 program_invocation_name; +#15 22.34 program_invocation_name; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpvx3x4ylz/testfile.c -o /mesa/_build/meson-private/tmpvx3x4ylz/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpvx3x4ylz/testfile.c -o /mesa/_build/meson-private/tmpvx3x4ylz/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 22.34 stderr: +#15 22.34 /mesa/_build/meson-private/tmpvx3x4ylz/testfile.c:6:17: warning: expression result unused [-Wunused-value] +#15 22.34 6 | program_invocation_name; +#15 22.34 stderr: +#15 22.34 /mesa/_build/meson-private/tmpvx3x4ylz/testfile.c:6:17: warning: expression result unused [-Wunused-value] +#15 22.34 6 | program_invocation_name; +#15 22.34 | ^~~~~~~~~~~~~~~~~~~~~~~ +#15 22.34 | ^~~~~~~~~~~~~~~~~~~~~~~ +#15 22.34 1 warning generated. +#15 22.34 -----------#15 22.34 1 warning generated. +#15 22.34 ----------- +#15 22.34 Header "errno.h" has symbol "program_invocation_name" : YES +#15 22.34 Header "errno.h" has symbol "program_invocation_name" : YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp8spfa4s4 + +#15 22.34 Working directory: /mesa/_build/meson-private/tmp8spfa4s4 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef issignaling +#15 22.34 #ifndef issignaling +#15 22.34 issignaling; +#15 22.34 issignaling; +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 -----------#15 22.34 } +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp8spfa4s4/testfile.c -o /mesa/_build/meson-private/tmp8spfa4s4/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp8spfa4s4/testfile.c -o /mesa/_build/meson-private/tmp8spfa4s4/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 22.34 Header "math.h" has symbol "issignaling" : YES + +#15 22.34 Header "math.h" has symbol "issignaling" : YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpy1jj0owg +#15 22.34 Working directory: /mesa/_build/meson-private/tmpy1jj0owg +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #define posix_memalign meson_disable_define_of_posix_memalign#15 22.34 +#15 22.34 #define posix_memalign meson_disable_define_of_posix_memalign +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 #undef posix_memalign + +#15 22.34 #undef posix_memalign +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __cplusplus +#15 22.34 extern "C"#15 22.34 #ifdef __cplusplus +#15 22.34 extern "C" +#15 22.34 #endif +#15 22.34 char posix_memalign (void); + +#15 22.34 #endif +#15 22.34 char posix_memalign (void); +#15 22.34 +#15 22.34 +#15 22.34 #if defined __stub_posix_memalign || defined __stub___posix_memalign +#15 22.34 fail fail fail this function is not going to work#15 22.34 #if defined __stub_posix_memalign || defined __stub___posix_memalign +#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 +#15 22.34 +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 return posix_memalign (); +#15 22.34 return posix_memalign (); +#15 22.34 } +#15 22.34 -----------#15 22.34 } +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpy1jj0owg/testfile.c -o /mesa/_build/meson-private/tmpy1jj0owg/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpy1jj0owg/testfile.c -o /mesa/_build/meson-private/tmpy1jj0owg/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking for function "posix_memalign" : YES +#15 22.34 Checking for function "posix_memalign" : YES +#15 22.34 Running compile: + +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmptk6gifgn +#15 22.34 Working directory: /mesa/_build/meson-private/tmptk6gifgn +#15 22.34 Code: +#15 22.34 #include #15 22.34 Code: +#15 22.34 #include +#15 22.34 #include + +#15 22.34 #include +#15 22.34 void bar(void) { +#15 22.34 void bar(void) { +#15 22.34 struct dirent foo; +#15 22.34 (void) ( foo.d_type );#15 22.34 struct dirent foo; +#15 22.34 (void) ( foo.d_type ); +#15 22.34 + +#15 22.34 +#15 22.34 (void) foo; +#15 22.34 (void) foo; +#15 22.34 } +#15 22.34 -----------#15 22.34 } +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmptk6gifgn/testfile.c -o /mesa/_build/meson-private/tmptk6gifgn/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmptk6gifgn/testfile.c -o /mesa/_build/meson-private/tmptk6gifgn/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 22.34 Checking whether type "struct dirent" has member "d_type" : YES +#15 22.34 Checking whether type "struct dirent" has member "d_type" : YES +#15 22.34 Running compile: + +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmptvcm34qt +#15 22.34 Working directory: /mesa/_build/meson-private/tmptvcm34qt +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #define _GNU_SOURCE +#15 22.34 #define _GNU_SOURCE +#15 22.34 #include +#15 22.34 #include +#15 22.34 #include + +#15 22.34 #include +#15 22.34 #ifdef HAVE_XLOCALE_H +#15 22.34 #include +#15 22.34 #endif#15 22.34 #ifdef HAVE_XLOCALE_H +#15 22.34 #include +#15 22.34 #endif +#15 22.34 int main() { + +#15 22.34 int main() { +#15 22.34 locale_t loc = newlocale(LC_CTYPE_MASK, "C", NULL); +#15 22.34 locale_t loc = newlocale(LC_CTYPE_MASK, "C", NULL); +#15 22.34 const char *s = "1.0"; +#15 22.34 char *end;#15 22.34 const char *s = "1.0"; +#15 22.34 char *end; +#15 22.34 double d = strtod_l(s, &end, loc); + +#15 22.34 double d = strtod_l(s, &end, loc); +#15 22.34 float f = strtof_l(s, &end, loc); +#15 22.34 float f = strtof_l(s, &end, loc); +#15 22.34 freelocale(loc); +#15 22.34 return 0;#15 22.34 freelocale(loc); +#15 22.34 return 0; +#15 22.34 } + +#15 22.34 } +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmptvcm34qt/testfile.c -o /mesa/_build/meson-private/tmptvcm34qt/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 stderr: +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmptvcm34qt/testfile.c -o /mesa/_build/meson-private/tmptvcm34qt/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 stderr: +#15 22.34 /mesa/_build/meson-private/tmptvcm34qt/testfile.c:2:13: warning: '_GNU_SOURCE' macro redefined [-Wmacro-redefined] +#15 22.34 2 | #define _GNU_SOURCE +#15 22.34 | ^#15 22.34 /mesa/_build/meson-private/tmptvcm34qt/testfile.c:2:13: warning: '_GNU_SOURCE' macro redefined [-Wmacro-redefined] +#15 22.34 2 | #define _GNU_SOURCE +#15 22.34 | ^ +#15 22.34 :74:9: note: previous definition is here +#15 22.34 :74:9: note: previous definition is here +#15 22.34 74 | #define _GNU_SOURCE 1 +#15 22.34 74 | #define _GNU_SOURCE 1 +#15 22.34 | ^ +#15 22.34 | ^ + +#15 22.34 1 warning generated. +#15 22.34 1 warning generated. +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Checking if "strtod has locale support" links: YES +#15 22.34 Checking if "strtod has locale support" links: YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpsc0z131s +#15 22.34 Working directory: /mesa/_build/meson-private/tmpsc0z131s +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 int main() { return 0; }#15 22.34 int main() { return 0; } +#15 22.34 ----------- +#15 22.34 ----------- + +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpsc0z131s/testfile.c -o /mesa/_build/meson-private/tmpsc0z131s/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpsc0z131s/testfile.c -o /mesa/_build/meson-private/tmpsc0z131s/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking if "Bsymbolic" links: YES +#15 22.34 Running compile: +#15 22.34 Checking if "Bsymbolic" links: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpehekxdyo +#15 22.34 Working directory: /mesa/_build/meson-private/tmpehekxdyo +#15 22.34 Code:#15 22.34 Code: +#15 22.34 int main() { return 0; } +#15 22.34 int main() { return 0; } + +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpehekxdyo/testfile.c -o /mesa/_build/meson-private/tmpehekxdyo/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpehekxdyo/testfile.c -o /mesa/_build/meson-private/tmpehekxdyo/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking if "version-script" links: YES #15 22.34 Checking if "version-script" links: YES +#15 22.34 Running compile: +#15 22.34 Running compile: + +#15 22.34 Working directory: /mesa/_build/meson-private/tmppl4fcnc1 +#15 22.34 Working directory: /mesa/_build/meson-private/tmppl4fcnc1 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 int main() { return 0; }#15 22.34 int main() { return 0; } +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmppl4fcnc1/testfile.c -o /mesa/_build/meson-private/tmppl4fcnc1/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmppl4fcnc1/testfile.c -o /mesa/_build/meson-private/tmppl4fcnc1/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking if "dynamic-list" links: YES +#15 22.34 Checking if "dynamic-list" links: YES +#15 22.34 Running compile: + +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpr518jqmh +#15 22.34 Working directory: /mesa/_build/meson-private/tmpr518jqmh +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 int main(void) { return 0; } +#15 22.34 int main(void) { return 0; } +#15 22.34 +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpr518jqmh/testfile.c -o /mesa/_build/meson-private/tmpr518jqmh/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Compiler for C supports link arguments -Wl,--build-id=sha1: YES #15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpr518jqmh/testfile.c -o /mesa/_build/meson-private/tmpr518jqmh/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Compiler for C supports link arguments -Wl,--build-id=sha1: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpt81tgxul + +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpt81tgxul +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #define dlopen meson_disable_define_of_dlopen +#15 22.34 #define dlopen meson_disable_define_of_dlopen +#15 22.34 +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 #undef dlopen +#15 22.34 #undef dlopen +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __cplusplus +#15 22.34 extern "C"#15 22.34 #ifdef __cplusplus +#15 22.34 extern "C" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 char dlopen (void); + +#15 22.34 char dlopen (void); +#15 22.34 +#15 22.34 +#15 22.34 #if defined __stub_dlopen || defined __stub___dlopen +#15 22.34 fail fail fail this function is not going to work#15 22.34 #if defined __stub_dlopen || defined __stub___dlopen +#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 +#15 22.34 +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 return dlopen (); +#15 22.34 return dlopen (); +#15 22.34 } +#15 22.34 -----------#15 22.34 } +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpt81tgxul/testfile.c -o /mesa/_build/meson-private/tmpt81tgxul/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpt81tgxul/testfile.c -o /mesa/_build/meson-private/tmpt81tgxul/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking for function "dlopen" : YES +#15 22.34 Checking for function "dlopen" : YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpxqh5vf0x + +#15 22.34 Working directory: /mesa/_build/meson-private/tmpxqh5vf0x +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #define dladdr meson_disable_define_of_dladdr +#15 22.34 #15 22.34 #define dladdr meson_disable_define_of_dladdr +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 #undef dladdr +#15 22.34 #undef dladdr +#15 22.34 +#15 22.34 #ifdef __cplusplus#15 22.34 +#15 22.34 #ifdef __cplusplus +#15 22.34 extern "C" +#15 22.34 extern "C" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 char dladdr (void); +#15 22.34 char dladdr (void); +#15 22.34 +#15 22.34 #if defined __stub_dladdr || defined __stub___dladdr +#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif +#15 22.34 +#15 22.34 int main(void) { +#15 22.34 return dladdr (); +#15 22.34 +#15 22.34 #if defined __stub_dladdr || defined __stub___dladdr +#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif +#15 22.34 +#15 22.34 int main(void) { +#15 22.34 return dladdr (); +#15 22.34 } + +#15 22.34 } +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpxqh5vf0x/testfile.c -o /mesa/_build/meson-private/tmpxqh5vf0x/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking for function "dladdr" with dependency : YES #15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpxqh5vf0x/testfile.c -o /mesa/_build/meson-private/tmpxqh5vf0x/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking for function "dladdr" with dependency : YES +#15 22.34 Running compile: + +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpkk0lgfr1 +#15 22.34 Working directory: /mesa/_build/meson-private/tmpkk0lgfr1 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #define dl_iterate_phdr meson_disable_define_of_dl_iterate_phdr +#15 22.34 #define dl_iterate_phdr meson_disable_define_of_dl_iterate_phdr +#15 22.34 +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 #undef dl_iterate_phdr +#15 22.34 #undef dl_iterate_phdr +#15 22.34 +#15 22.34 #ifdef __cplusplus#15 22.34 +#15 22.34 #ifdef __cplusplus + +#15 22.34 extern "C" +#15 22.34 extern "C" +#15 22.34 #endif +#15 22.34 char dl_iterate_phdr (void);#15 22.34 #endif +#15 22.34 char dl_iterate_phdr (void); +#15 22.34 +#15 22.34 +#15 22.34 #if defined __stub_dl_iterate_phdr || defined __stub___dl_iterate_phdr +#15 22.34 #if defined __stub_dl_iterate_phdr || defined __stub___dl_iterate_phdr +#15 22.34 fail fail fail this function is not going to work +#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 + +#15 22.34 +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 return dl_iterate_phdr (); +#15 22.34 return dl_iterate_phdr (); +#15 22.34 } +#15 22.34 -----------#15 22.34 } +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpkk0lgfr1/testfile.c -o /mesa/_build/meson-private/tmpkk0lgfr1/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpkk0lgfr1/testfile.c -o /mesa/_build/meson-private/tmpkk0lgfr1/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking for function "dl_iterate_phdr" : YES + +#15 22.34 Checking for function "dl_iterate_phdr" : YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpns07a2sm +#15 22.34 Working directory: /mesa/_build/meson-private/tmpns07a2sm +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #define clock_gettime meson_disable_define_of_clock_gettime +#15 22.34 #define clock_gettime meson_disable_define_of_clock_gettime +#15 22.34 #15 22.34 +#15 22.34 #include +#15 22.34 #include + +#15 22.34 #undef clock_gettime +#15 22.34 #undef clock_gettime +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __cplusplus#15 22.34 #ifdef __cplusplus +#15 22.34 extern "C" +#15 22.34 extern "C" + +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 char clock_gettime (void); +#15 22.34 char clock_gettime (void); +#15 22.34 #15 22.34 +#15 22.34 #if defined __stub_clock_gettime || defined __stub___clock_gettime +#15 22.34 #if defined __stub_clock_gettime || defined __stub___clock_gettime + +#15 22.34 fail fail fail this function is not going to work +#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #15 22.34 +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 return clock_gettime (); +#15 22.34 return clock_gettime (); + +#15 22.34 } +#15 22.34 } +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpns07a2sm/testfile.c -o /mesa/_build/meson-private/tmpns07a2sm/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpns07a2sm/testfile.c -o /mesa/_build/meson-private/tmpns07a2sm/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking for function "clock_gettime" : YES #15 22.34 Checking for function "clock_gettime" : YES +#15 22.34 Determining dependency 'zlib' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 Determining dependency 'zlib' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config + +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion zlib` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --modversion zlib` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 1.3.1 +#15 22.34 1.3.1 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: #15 22.34 env[PKG_CONFIG_PATH]: + +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --cflags zlib` -> 0#15 22.34 Called: `/usr/sbin/pkg-config --cflags zlib` -> 0 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: + +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 -----------#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs zlib` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --libs zlib` -> 0 +#15 22.34 stdout: + +#15 22.34 stdout: +#15 22.34 -L/usr/lib -lz +#15 22.34 -----------#15 22.34 -L/usr/lib -lz +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs zlib` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --libs zlib` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 -lz +#15 22.34 -lz +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Run-time dependency zlib found: YES 1.3.1 +#15 22.34 Run-time dependency zlib found: YES 1.3.1 +#15 22.34 Determining dependency 'libzstd' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: #15 22.34 Determining dependency 'libzstd' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion libzstd` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --modversion libzstd` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 1.5.7 +#15 22.34 1.5.7 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config + +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --cflags libzstd` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --cflags libzstd` -> 0 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_PATH]: #15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs libzstd` -> 0 + +#15 22.34 Called: `/usr/sbin/pkg-config --libs libzstd` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 -L/usr/lib -lzstd +#15 22.34 -----------#15 22.34 -L/usr/lib -lzstd +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config + +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs libzstd` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --libs libzstd` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 -lzstd +#15 22.34 -lzstd +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Run-time dependency libzstd found: YES 1.5.7 +#15 22.34 Run-time dependency libzstd found: YES 1.5.7 +#15 22.34 Run-time dependency threads found: YES +#15 22.34 Run-time dependency threads found: YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpdb9_8oms +#15 22.34 Code:#15 22.34 Working directory: /mesa/_build/meson-private/tmpdb9_8oms +#15 22.34 Code: +#15 22.34 #include +#15 22.34 #include +#15 22.34 #include +#15 22.34 #include +#15 22.34 + +#15 22.34 +#15 22.34 #if defined __stub_pthread_setaffinity_np || defined __stub___pthread_setaffinity_np +#15 22.34 #if defined __stub_pthread_setaffinity_np || defined __stub___pthread_setaffinity_np +#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif +#15 22.34 +#15 22.34 +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 void *a = (void*) &pthread_setaffinity_np; + +#15 22.34 void *a = (void*) &pthread_setaffinity_np; +#15 22.34 long long b = (long long) a; +#15 22.34 long long b = (long long) a; +#15 22.34 return (int) b; +#15 22.34 }#15 22.34 return (int) b; +#15 22.34 } +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpdb9_8oms/testfile.c -o /mesa/_build/meson-private/tmpdb9_8oms/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 + +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpdb9_8oms/testfile.c -o /mesa/_build/meson-private/tmpdb9_8oms/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking for function "pthread_setaffinity_np" with dependency threads: YES +#15 22.34 Determining dependency 'expat' with pkg-config executable '/usr/sbin/pkg-config'#15 22.34 Checking for function "pthread_setaffinity_np" with dependency threads: YES +#15 22.34 Determining dependency 'expat' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion expat` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --modversion expat` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 2.7.3 + +#15 22.34 2.7.3 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --cflags expat` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --cflags expat` -> 0 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_PATH]: #15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs expat` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --libs expat` -> 0 +#15 22.34 stdout: +#15 22.34 -L/usr/lib -lexpat#15 22.34 stdout: +#15 22.34 -L/usr/lib -lexpat +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 -----------#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs expat` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --libs expat` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 -lexpat + +#15 22.34 -lexpat +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Run-time dependency expat found: YES 2.7.3 +#15 22.34 Running compile:#15 22.34 Run-time dependency expat found: YES 2.7.3 +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmptyajx3hg +#15 22.34 Working directory: /mesa/_build/meson-private/tmptyajx3hg +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 int main(void) { return 0; } +#15 22.34 int main(void) { return 0; } +#15 22.34 +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmptyajx3hg/testfile.c -o /mesa/_build/meson-private/tmptyajx3hg/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 -fuse-ld=/usr/sbin/mold -Wl,--allow-shlib-undefined -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Library m found: YES#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmptyajx3hg/testfile.c -o /mesa/_build/meson-private/tmptyajx3hg/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 -fuse-ld=/usr/sbin/mold -Wl,--allow-shlib-undefined -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Library m found: YES +#15 22.34 Message: libdrm 2.4.121 needed because amdgpu has the highest requirement +#15 22.34 Determining dependency 'libdrm_intel' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 Message: libdrm 2.4.121 needed because amdgpu has the highest requirement +#15 22.34 Determining dependency 'libdrm_intel' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config + +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion libdrm_intel` -> 0 +#15 22.34 stdout:#15 22.34 Called: `/usr/sbin/pkg-config --modversion libdrm_intel` -> 0 +#15 22.34 stdout: +#15 22.34 2.4.126 +#15 22.34 2.4.126 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: + +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --cflags libdrm_intel` -> 0 +#15 22.34 stdout:#15 22.34 Called: `/usr/sbin/pkg-config --cflags libdrm_intel` -> 0 +#15 22.34 stdout: +#15 22.34 -I/usr/include/libdrm +#15 22.34 -I/usr/include/libdrm +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config + +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs libdrm_intel` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --libs libdrm_intel` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 -L/usr/lib -ldrm_intel -ldrm +#15 22.34 -----------#15 22.34 -L/usr/lib -ldrm_intel -ldrm +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: + +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs libdrm_intel` -> 0#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs libdrm_intel` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 -ldrm_intel -ldrm +#15 22.34 -ldrm_intel -ldrm +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Run-time dependency libdrm_intel found: YES 2.4.126 + +#15 22.34 Run-time dependency libdrm_intel found: YES 2.4.126 +#15 22.34 Determining dependency 'libdrm_amdgpu' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 Determining dependency 'libdrm_amdgpu' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion libdrm_amdgpu` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --modversion libdrm_amdgpu` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 2.4.126 +#15 22.34 2.4.126 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --cflags libdrm_amdgpu` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --cflags libdrm_amdgpu` -> 0 +#15 22.34 stdout: +#15 22.34 -I/usr/include/libdrm +#15 22.34 ----------- +#15 22.34 stdout: +#15 22.34 -I/usr/include/libdrm +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 + +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs libdrm_amdgpu` -> 0 +#15 22.34 stdout:#15 22.34 Called: `/usr/sbin/pkg-config --libs libdrm_amdgpu` -> 0 +#15 22.34 stdout: +#15 22.34 -L/usr/lib -ldrm_amdgpu +#15 22.34 -L/usr/lib -ldrm_amdgpu +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs libdrm_amdgpu` -> 0#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs libdrm_amdgpu` -> 0 +#15 22.34 stdout: + +#15 22.34 stdout: +#15 22.34 -ldrm_amdgpu +#15 22.34 -ldrm_amdgpu +#15 22.34 ----------- +#15 22.34 Run-time dependency libdrm_amdgpu found: YES 2.4.126#15 22.34 ----------- +#15 22.34 Run-time dependency libdrm_amdgpu found: YES 2.4.126 +#15 22.34 Determining dependency 'libdrm' with pkg-config executable '/usr/sbin/pkg-config' + +#15 22.34 Determining dependency 'libdrm' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 -----------#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion libdrm` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --modversion libdrm` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 2.4.126 + +#15 22.34 2.4.126 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --cflags libdrm` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --cflags libdrm` -> 0 +#15 22.34 stdout: + +#15 22.34 stdout: +#15 22.34 -I/usr/include/libdrm +#15 22.34 -I/usr/include/libdrm +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs libdrm` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --libs libdrm` -> 0 +#15 22.34 stdout: +#15 22.34 -L/usr/lib -ldrm#15 22.34 stdout: +#15 22.34 -L/usr/lib -ldrm +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 -----------#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs libdrm` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --libs libdrm` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 -ldrm + +#15 22.34 -ldrm +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Run-time dependency libdrm found: YES 2.4.126 +#15 22.34 Determining dependency 'libudev' with pkg-config executable '/usr/sbin/pkg-config'#15 22.34 Run-time dependency libdrm found: YES 2.4.126 +#15 22.34 Determining dependency 'libudev' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion libudev` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --modversion libudev` -> 0 +#15 22.34 stdout: +#15 22.34 258 +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: #15 22.34 stdout: +#15 22.34 258 +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config + +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --cflags libudev` -> 0 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1#15 22.34 Called: `/usr/sbin/pkg-config --cflags libudev` -> 0 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs libudev` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --libs libudev` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 -L/usr/lib -ludev +#15 22.34 -L/usr/lib -ludev +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs libudev` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --libs libudev` -> 0 +#15 22.34 stdout: + +#15 22.34 stdout: +#15 22.34 -ludev +#15 22.34 -ludev +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Run-time dependency libudev found: YES 258 +#15 22.34 Run-time dependency libudev found: YES 258 +#15 22.34 llvm-config binary missing from cross or native file, or env var undefined. +#15 22.34 Trying a default llvm-config fallback at llvm-config#15 22.34 llvm-config binary missing from cross or native file, or env var undefined. +#15 22.34 Trying a default llvm-config fallback at llvm-config +#15 22.34 Trying a default llvm-config fallback at llvm-config-21.1 +#15 22.34 Trying a default llvm-config fallback at llvm-config-21.1 +#15 22.34 Trying a default llvm-config fallback at llvm-config21.1 +#15 22.34 Trying a default llvm-config fallback at llvm-config21.1 +#15 22.34 Trying a default llvm-config fallback at llvm-config-21 +#15 22.34 Trying a default llvm-config fallback at llvm-config-21 +#15 22.34 Trying a default llvm-config fallback at llvm-config21 + +#15 22.34 Trying a default llvm-config fallback at llvm-config21 +#15 22.34 Trying a default llvm-config fallback at llvm-config-20.1 +#15 22.34 Trying a default llvm-config fallback at llvm-config-20.1 +#15 22.34 Trying a default llvm-config fallback at llvm-config20.1 +#15 22.34 Trying a default llvm-config fallback at llvm-config-20#15 22.34 Trying a default llvm-config fallback at llvm-config20.1 +#15 22.34 Trying a default llvm-config fallback at llvm-config-20 +#15 22.34 Trying a default llvm-config fallback at llvm-config20 + +#15 22.34 Trying a default llvm-config fallback at llvm-config20 +#15 22.34 Trying a default llvm-config fallback at llvm-config-19.1 +#15 22.34 Trying a default llvm-config fallback at llvm-config-19.1 +#15 22.34 Trying a default llvm-config fallback at llvm-config19.1 +#15 22.34 Trying a default llvm-config fallback at llvm-config-19#15 22.34 Trying a default llvm-config fallback at llvm-config19.1 +#15 22.34 Trying a default llvm-config fallback at llvm-config-19 +#15 22.34 Trying a default llvm-config fallback at llvm-config19 +#15 22.34 Trying a default llvm-config fallback at llvm-config19 +#15 22.34 Trying a default llvm-config fallback at llvm-config-18.1 +#15 22.34 Trying a default llvm-config fallback at llvm-config-18.1 +#15 22.34 Trying a default llvm-config fallback at llvm-config18.1 + +#15 22.34 Trying a default llvm-config fallback at llvm-config18.1 +#15 22.34 Trying a default llvm-config fallback at llvm-config-18 +#15 22.34 Trying a default llvm-config fallback at llvm-config-18 +#15 22.34 Trying a default llvm-config fallback at llvm-config18 +#15 22.34 Trying a default llvm-config fallback at llvm-config-17#15 22.34 Trying a default llvm-config fallback at llvm-config18 +#15 22.34 Trying a default llvm-config fallback at llvm-config-17 +#15 22.34 Trying a default llvm-config fallback at llvm-config17 +#15 22.34 Trying a default llvm-config fallback at llvm-config-16 +#15 22.34 Trying a default llvm-config fallback at llvm-config16 +#15 22.34 Trying a default llvm-config fallback at llvm-config17 +#15 22.34 Trying a default llvm-config fallback at llvm-config-16 +#15 22.34 Trying a default llvm-config fallback at llvm-config16 +#15 22.34 Trying a default llvm-config fallback at llvm-config-15 +#15 22.34 Trying a default llvm-config fallback at llvm-config-15 +#15 22.34 Trying a default llvm-config fallback at llvm-config15 +#15 22.34 Trying a default llvm-config fallback at llvm-config15 +#15 22.34 Trying a default llvm-config fallback at llvm-config-14 +#15 22.34 Trying a default llvm-config fallback at llvm-config-14 +#15 22.34 Trying a default llvm-config fallback at llvm-config14 + +#15 22.34 Trying a default llvm-config fallback at llvm-config14 +#15 22.34 Trying a default llvm-config fallback at llvm-config-13 +#15 22.34 Trying a default llvm-config fallback at llvm-config-13 +#15 22.34 Trying a default llvm-config fallback at llvm-config13 +#15 22.34 Trying a default llvm-config fallback at llvm-config13 +#15 22.34 Trying a default llvm-config fallback at llvm-config-12 +#15 22.34 Trying a default llvm-config fallback at llvm-config-12 +#15 22.34 Trying a default llvm-config fallback at llvm-config12 +#15 22.34 Trying a default llvm-config fallback at llvm-config-11#15 22.34 Trying a default llvm-config fallback at llvm-config12 +#15 22.34 Trying a default llvm-config fallback at llvm-config-11 +#15 22.34 Trying a default llvm-config fallback at llvm-config11 +#15 22.34 Trying a default llvm-config fallback at llvm-config11 +#15 22.34 Trying a default llvm-config fallback at llvm-config-10 + +#15 22.34 Trying a default llvm-config fallback at llvm-config-10 +#15 22.34 Trying a default llvm-config fallback at llvm-config10 +#15 22.34 Trying a default llvm-config fallback at llvm-config10 +#15 22.34 Trying a default llvm-config fallback at llvm-config-9 +#15 22.34 Trying a default llvm-config fallback at llvm-config-9 +#15 22.34 Trying a default llvm-config fallback at llvm-config90 +#15 22.34 Trying a default llvm-config fallback at llvm-config90 +#15 22.34 Trying a default llvm-config fallback at llvm-config-8 +#15 22.34 Trying a default llvm-config fallback at llvm-config-8 +#15 22.34 Trying a default llvm-config fallback at llvm-config80 +#15 22.34 Trying a default llvm-config fallback at llvm-config80 +#15 22.34 Trying a default llvm-config fallback at llvm-config-7 +#15 22.34 Trying a default llvm-config fallback at llvm-config-7 +#15 22.34 Trying a default llvm-config fallback at llvm-config70 +#15 22.34 Trying a default llvm-config fallback at llvm-config70 +#15 22.34 Trying a default llvm-config fallback at llvm-config-6.0 +#15 22.34 Trying a default llvm-config fallback at llvm-config-6.0 +#15 22.34 Trying a default llvm-config fallback at llvm-config60 +#15 22.34 Trying a default llvm-config fallback at llvm-config-5.0#15 22.34 Trying a default llvm-config fallback at llvm-config60 +#15 22.34 Trying a default llvm-config fallback at llvm-config-5.0 +#15 22.34 Trying a default llvm-config fallback at llvm-config50 +#15 22.34 Trying a default llvm-config fallback at llvm-config50 +#15 22.34 Trying a default llvm-config fallback at llvm-config-4.0 + +#15 22.34 Trying a default llvm-config fallback at llvm-config-4.0 +#15 22.34 Trying a default llvm-config fallback at llvm-config40 +#15 22.34 Trying a default llvm-config fallback at llvm-config40 +#15 22.34 Trying a default llvm-config fallback at llvm-config-3.9 +#15 22.34 Trying a default llvm-config fallback at llvm-config-3.9 +#15 22.34 Trying a default llvm-config fallback at llvm-config39 +#15 22.34 Trying a default llvm-config fallback at llvm-config39 +#15 22.34 Trying a default llvm-config fallback at llvm-config-3.8 +#15 22.34 Trying a default llvm-config fallback at llvm-config-3.8 +#15 22.34 Trying a default llvm-config fallback at llvm-config38 +#15 22.34 Trying a default llvm-config fallback at llvm-config38 +#15 22.34 Trying a default llvm-config fallback at llvm-config-3.7 +#15 22.34 Trying a default llvm-config fallback at llvm-config-3.7 +#15 22.34 Trying a default llvm-config fallback at llvm-config37 +#15 22.34 Trying a default llvm-config fallback at llvm-config-3.6 +#15 22.34 Trying a default llvm-config fallback at llvm-config36 +#15 22.34 Trying a default llvm-config fallback at llvm-config37 +#15 22.34 Trying a default llvm-config fallback at llvm-config-3.6 +#15 22.34 Trying a default llvm-config fallback at llvm-config36 +#15 22.34 Trying a default llvm-config fallback at llvm-config-3.5 +#15 22.34 Trying a default llvm-config fallback at llvm-config-3.5 +#15 22.34 Trying a default llvm-config fallback at llvm-config35 +#15 22.34 Trying a default llvm-config fallback at llvm-config35 +#15 22.34 Trying a default llvm-config fallback at llvm-config-20 +#15 22.34 Trying a default llvm-config fallback at llvm-config-devel#15 22.34 Trying a default llvm-config fallback at llvm-config-20 +#15 22.34 Trying a default llvm-config fallback at llvm-config-devel +#15 22.34 Trying a default llvm-config fallback at llvm-config-64 + +#15 22.34 Trying a default llvm-config fallback at llvm-config-64 +#15 22.34 llvm-config found: YES (/usr/sbin/llvm-config) 20.1.8 +#15 22.34 llvm-config found: YES (/usr/sbin/llvm-config) 20.1.8 +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/llvm-config --components` -> 0#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/llvm-config --components` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: + +#15 22.34 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 22.34 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 22.34 ----------- +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/llvm-config --cppflags` -> 0 +#15 22.34 Called: `/usr/sbin/llvm-config --cppflags` -> 0 +#15 22.34 stdout: +#15 22.34 -I/usr/include -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS#15 22.34 stdout: +#15 22.34 -I/usr/include -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/llvm-config --shared-mode` -> 0 +#15 22.34 Called: `/usr/sbin/llvm-config --shared-mode` -> 0 +#15 22.34 stdout: + +#15 22.34 stdout: +#15 22.34 shared +#15 22.34 shared +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 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 22.34 stdout:#15 22.34 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 22.34 stdout: +#15 22.34 -L/usr/lib +#15 22.34 -L/usr/lib +#15 22.34 -lLLVM-20 +#15 22.34 ----------- + +#15 22.34 -lLLVM-20 +#15 22.34 ----------- +#15 22.34 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 22.34 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 22.34 Got config-tool variable has-rtti : YES +#15 22.34 Got config-tool variable has-rtti : YES +#15 22.34 Determining dependency 'LLVMSPIRVLib' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 Determining dependency 'LLVMSPIRVLib' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion LLVMSPIRVLib` -> 0 + +#15 22.34 Called: `/usr/sbin/pkg-config --modversion LLVMSPIRVLib` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 20.1.0.0 +#15 22.34 -----------#15 22.34 20.1.0.0 +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --cflags LLVMSPIRVLib` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --cflags LLVMSPIRVLib` -> 0 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs LLVMSPIRVLib` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --libs LLVMSPIRVLib` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: + +#15 22.34 -L/usr/lib -lLLVMSPIRVLib +#15 22.34 -L/usr/lib -lLLVMSPIRVLib +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs LLVMSPIRVLib` -> 0#15 22.34 Called: `/usr/sbin/pkg-config --libs LLVMSPIRVLib` -> 0 + +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 -lLLVMSPIRVLib +#15 22.34 -lLLVMSPIRVLib +#15 22.34 -----------#15 22.34 ----------- +#15 22.34 Run-time dependency llvmspirvlib found: YES 20.1.0.0 +#15 22.34 Run-time dependency llvmspirvlib found: YES 20.1.0.0 +#15 22.34 Determining dependency 'SPIRV-Tools' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 Determining dependency 'SPIRV-Tools' with pkg-config executable '/usr/sbin/pkg-config' + +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion SPIRV-Tools` -> 0#15 22.34 Called: `/usr/sbin/pkg-config --modversion SPIRV-Tools` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: + +#15 22.34 2025.4.1 +#15 22.34 2025.4.1 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 -----------#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --cflags SPIRV-Tools` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --cflags SPIRV-Tools` -> 0 + +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config + +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs SPIRV-Tools` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --libs SPIRV-Tools` -> 0 +#15 22.34 stdout:#15 22.34 stdout: +#15 22.34 -L/usr/lib -lSPIRV-Tools-opt -lSPIRV-Tools -lSPIRV-Tools-link +#15 22.34 -L/usr/lib -lSPIRV-Tools-opt -lSPIRV-Tools -lSPIRV-Tools-link + +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 -----------#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs SPIRV-Tools` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --libs SPIRV-Tools` -> 0 + +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 -lSPIRV-Tools-opt -lSPIRV-Tools -lSPIRV-Tools-link +#15 22.34 -lSPIRV-Tools-opt -lSPIRV-Tools -lSPIRV-Tools-link +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Run-time dependency spirv-tools found: YES 2025.4.1#15 22.34 Run-time dependency spirv-tools found: YES 2025.4.1 + +#15 22.34 Got config-tool variable libdir : /usr/lib +#15 22.34 Got config-tool variable libdir : /usr/lib +#15 22.34 Library clang-cpp found: YES +#15 22.34 Library clang-cpp found: YES +#15 22.34 Determining dependency 'lua54' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 Determining dependency 'lua54' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: #15 22.34 env[PKG_CONFIG_PATH]: + +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion lua54` -> 1#15 22.34 Called: `/usr/sbin/pkg-config --modversion lua54` -> 1 +#15 22.34 stderr: +#15 22.34 stderr: + +#15 22.34 Package lua54 was not found in the pkg-config search path. +#15 22.34 Perhaps you should add the directory containing `lua54.pc'#15 22.34 Package lua54 was not found in the pkg-config search path. +#15 22.34 Perhaps you should add the directory containing `lua54.pc' +#15 22.34 to the PKG_CONFIG_PATH environment variable + +#15 22.34 to the PKG_CONFIG_PATH environment variable +#15 22.34 Package 'lua54' not found +#15 22.34 Package 'lua54' not found +#15 22.34 ----------- +#15 22.34 CMake binary for host machine is cached.#15 22.34 ----------- +#15 22.34 CMake binary for host machine is cached. +#15 22.34 Preliminary CMake check failed. Aborting. +#15 22.34 Preliminary CMake check failed. Aborting. +#15 22.34 Run-time dependency lua54 found: NO (tried pkgconfig and cmake) +#15 22.34 Run-time dependency lua54 found: NO (tried pkgconfig and cmake) +#15 22.34 Determining dependency 'lua5.4' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 Determining dependency 'lua5.4' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: + +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion lua5.4` -> 1#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion lua5.4` -> 1 +#15 22.34 stderr: +#15 22.34 stderr: +#15 22.34 Package lua5.4 was not found in the pkg-config search path. + +#15 22.34 Package lua5.4 was not found in the pkg-config search path. +#15 22.34 Perhaps you should add the directory containing `lua5.4.pc' +#15 22.34 Perhaps you should add the directory containing `lua5.4.pc' +#15 22.34 to the PKG_CONFIG_PATH environment variable +#15 22.34 to the PKG_CONFIG_PATH environment variable +#15 22.34 Package 'lua5.4' not found +#15 22.34 Package 'lua5.4' not found +#15 22.34 ----------- +#15 22.34 CMake binary for host machine is cached.#15 22.34 ----------- +#15 22.34 CMake binary for host machine is cached. +#15 22.34 Preliminary CMake check failed. Aborting. +#15 22.34 Preliminary CMake check failed. Aborting. +#15 22.34 Run-time dependency lua5.4 found: NO (tried pkgconfig and cmake) +#15 22.34 Determining dependency 'lua-5.4' with pkg-config executable '/usr/sbin/pkg-config' + +#15 22.34 Run-time dependency lua5.4 found: NO (tried pkgconfig and cmake) +#15 22.34 Determining dependency 'lua-5.4' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion lua-5.4` -> 1 +#15 22.34 Called: `/usr/sbin/pkg-config --modversion lua-5.4` -> 1 +#15 22.34 stderr: +#15 22.34 stderr: +#15 22.34 Package lua-5.4 was not found in the pkg-config search path. +#15 22.34 Perhaps you should add the directory containing `lua-5.4.pc'#15 22.34 Package lua-5.4 was not found in the pkg-config search path. +#15 22.34 Perhaps you should add the directory containing `lua-5.4.pc' +#15 22.34 to the PKG_CONFIG_PATH environment variable +#15 22.34 to the PKG_CONFIG_PATH environment variable +#15 22.34 Package 'lua-5.4' not found + +#15 22.34 Package 'lua-5.4' not found +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 CMake binary for host machine is cached. +#15 22.34 CMake binary for host machine is cached. +#15 22.34 Preliminary CMake check failed. Aborting. +#15 22.34 Preliminary CMake check failed. Aborting. +#15 22.34 Run-time dependency lua-5.4 found: NO (tried pkgconfig and cmake) +#15 22.34 Run-time dependency lua-5.4 found: NO (tried pkgconfig and cmake) +#15 22.34 Determining dependency 'lua53' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 Determining dependency 'lua53' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion lua53` -> 1 +#15 22.34 Called: `/usr/sbin/pkg-config --modversion lua53` -> 1 +#15 22.34 stderr: +#15 22.34 stderr: +#15 22.34 Package lua53 was not found in the pkg-config search path. +#15 22.34 Perhaps you should add the directory containing `lua53.pc'#15 22.34 Package lua53 was not found in the pkg-config search path. +#15 22.34 Perhaps you should add the directory containing `lua53.pc' +#15 22.34 to the PKG_CONFIG_PATH environment variable +#15 22.34 to the PKG_CONFIG_PATH environment variable +#15 22.34 Package 'lua53' not found +#15 22.34 Package 'lua53' not found +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 CMake binary for host machine is cached. +#15 22.34 CMake binary for host machine is cached. +#15 22.34 Preliminary CMake check failed. Aborting. +#15 22.34 Run-time dependency lua53 found: NO (tried pkgconfig and cmake)#15 22.34 Preliminary CMake check failed. Aborting. +#15 22.34 Run-time dependency lua53 found: NO (tried pkgconfig and cmake) +#15 22.34 Determining dependency 'lua5.3' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 Determining dependency 'lua5.3' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config + +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion lua5.3` -> 1 +#15 22.34 stderr:#15 22.34 Called: `/usr/sbin/pkg-config --modversion lua5.3` -> 1 +#15 22.34 stderr: +#15 22.34 Package lua5.3 was not found in the pkg-config search path. +#15 22.34 Package lua5.3 was not found in the pkg-config search path. +#15 22.34 Perhaps you should add the directory containing `lua5.3.pc' +#15 22.34 Perhaps you should add the directory containing `lua5.3.pc' +#15 22.34 to the PKG_CONFIG_PATH environment variable + +#15 22.34 to the PKG_CONFIG_PATH environment variable +#15 22.34 Package 'lua5.3' not found +#15 22.34 Package 'lua5.3' not found +#15 22.34 ----------- +#15 22.34 CMake binary for host machine is cached.#15 22.34 ----------- +#15 22.34 CMake binary for host machine is cached. +#15 22.34 Preliminary CMake check failed. Aborting. +#15 22.34 Run-time dependency lua5.3 found: NO (tried pkgconfig and cmake) + +#15 22.34 Preliminary CMake check failed. Aborting. +#15 22.34 Run-time dependency lua5.3 found: NO (tried pkgconfig and cmake) +#15 22.34 Determining dependency 'lua-5.3' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: #15 22.34 Determining dependency 'lua-5.3' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion lua-5.3` -> 1 +#15 22.34 Called: `/usr/sbin/pkg-config --modversion lua-5.3` -> 1 +#15 22.34 stderr: +#15 22.34 stderr: +#15 22.34 Package lua-5.3 was not found in the pkg-config search path. + +#15 22.34 Package lua-5.3 was not found in the pkg-config search path. +#15 22.34 Perhaps you should add the directory containing `lua-5.3.pc' +#15 22.34 Perhaps you should add the directory containing `lua-5.3.pc' +#15 22.34 to the PKG_CONFIG_PATH environment variable +#15 22.34 Package 'lua-5.3' not found#15 22.34 to the PKG_CONFIG_PATH environment variable +#15 22.34 Package 'lua-5.3' not found +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 CMake binary for host machine is cached. +#15 22.34 CMake binary for host machine is cached. +#15 22.34 Preliminary CMake check failed. Aborting. + +#15 22.34 Preliminary CMake check failed. Aborting. +#15 22.34 Run-time dependency lua-5.3 found: NO (tried pkgconfig and cmake) +#15 22.34 Run-time dependency lua-5.3 found: NO (tried pkgconfig and cmake) +#15 22.34 Determining dependency 'lua' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: #15 22.34 Determining dependency 'lua' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion lua` -> 1 +#15 22.34 Called: `/usr/sbin/pkg-config --modversion lua` -> 1 +#15 22.34 stderr: +#15 22.34 Package lua was not found in the pkg-config search path.#15 22.34 stderr: +#15 22.34 Package lua was not found in the pkg-config search path. +#15 22.34 Perhaps you should add the directory containing `lua.pc' +#15 22.34 Perhaps you should add the directory containing `lua.pc' + +#15 22.34 to the PKG_CONFIG_PATH environment variable +#15 22.34 to the PKG_CONFIG_PATH environment variable +#15 22.34 Package 'lua' not found +#15 22.34 -----------#15 22.34 Package 'lua' not found +#15 22.34 ----------- +#15 22.34 CMake binary for host machine is cached. +#15 22.34 CMake binary for host machine is cached. +#15 22.34 +#15 22.34 +#15 22.34 Determining dependency 'lua' with CMake executable '/usr/sbin/cmake' +#15 22.34 Determining dependency 'lua' with CMake executable '/usr/sbin/cmake' +#15 22.34 CMake Toolchain: Calling CMake once to generate the compiler state +#15 22.34 CMake Toolchain: Calling CMake once to generate the compiler state +#15 22.34 Calling CMake (['/usr/sbin/cmake']) in /mesa/_build/meson-private/__CMake_compiler_info__ with: +#15 22.34 Calling CMake (['/usr/sbin/cmake']) in /mesa/_build/meson-private/__CMake_compiler_info__ with: +#15 22.34 - "--trace-expand" + +#15 22.34 - "--trace-expand" +#15 22.34 - "--trace-format=json-v1" +#15 22.34 - "--trace-format=json-v1" +#15 22.34 - "--no-warn-unused-cli" +#15 22.34 - "--trace-redirect=cmake_trace.txt"#15 22.34 - "--no-warn-unused-cli" +#15 22.34 - "--trace-redirect=cmake_trace.txt" +#15 22.34 - "-G" +#15 22.34 - "-G" +#15 22.34 - "Ninja" +#15 22.34 - "Ninja" +#15 22.34 - "-DCMAKE_TOOLCHAIN_FILE=/mesa/_build/meson-private/__CMake_compiler_info__/CMakeMesonTempToolchainFile.cmake" +#15 22.34 - "-DCMAKE_TOOLCHAIN_FILE=/mesa/_build/meson-private/__CMake_compiler_info__/CMakeMesonTempToolchainFile.cmake" +#15 22.34 - "." +#15 22.34 Try CMake generator: auto + +#15 22.34 - "." +#15 22.34 Try CMake generator: auto +#15 22.34 Calling CMake (['/usr/sbin/cmake']) in /mesa/_build/meson-private/cmake_lua with: +#15 22.34 Calling CMake (['/usr/sbin/cmake']) in /mesa/_build/meson-private/cmake_lua with: +#15 22.34 - "-DNAME=lua" +#15 22.34 - "-DARCHS="#15 22.34 - "-DNAME=lua" +#15 22.34 - "-DARCHS=" +#15 22.34 - "-DVERSION=" +#15 22.34 - "-DVERSION=" +#15 22.34 - "-DCOMPS=" +#15 22.34 - "-DCOMPS=" +#15 22.34 - "-DSTATIC=OFF" + +#15 22.34 - "-DSTATIC=OFF" +#15 22.34 - "--trace-expand" +#15 22.34 - "--trace-expand" +#15 22.34 - "--trace-format=json-v1" +#15 22.34 - "--no-warn-unused-cli"#15 22.34 - "--trace-format=json-v1" +#15 22.34 - "--no-warn-unused-cli" +#15 22.34 - "--trace-redirect=cmake_trace.txt" +#15 22.34 - "-DCMAKE_TOOLCHAIN_FILE=/mesa/_build/meson-private/cmake_lua/CMakeMesonToolchainFile.cmake" +#15 22.34 - "." + +#15 22.34 - "--trace-redirect=cmake_trace.txt" +#15 22.34 - "-DCMAKE_TOOLCHAIN_FILE=/mesa/_build/meson-private/cmake_lua/CMakeMesonToolchainFile.cmake" +#15 22.34 - "." +#15 22.34 CMake reported that the package lua was not found, even though Meson's preliminary check succeeded. +#15 22.34 Dependency lookup for lua with method 'cmake' failed: Dependency lua not found: PACKAGE_FOUND is false#15 22.34 CMake reported that the package lua was not found, even though Meson's preliminary check succeeded. +#15 22.34 Dependency lookup for lua with method 'cmake' failed: Dependency lua not found: PACKAGE_FOUND is false +#15 22.34 Run-time dependency lua found: NO (tried pkgconfig) +#15 22.34 Run-time dependency lua found: NO (tried pkgconfig) +#15 22.34 Determining dependency 'libelf' with pkg-config executable '/usr/sbin/pkg-config' + +#15 22.34 Determining dependency 'libelf' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 -----------#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion libelf` -> 0 + +#15 22.34 Called: `/usr/sbin/pkg-config --modversion libelf` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 0.193 +#15 22.34 0.193 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --cflags libelf` -> 0 + +#15 22.34 Called: `/usr/sbin/pkg-config --cflags libelf` -> 0 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs libelf` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --libs libelf` -> 0 +#15 22.34 stdout: +#15 22.34 -L/usr/lib -lelf#15 22.34 stdout: +#15 22.34 -L/usr/lib -lelf +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: + +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs libelf` -> 0#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs libelf` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 -lelf +#15 22.34 -lelf +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Run-time dependency libelf found: YES 0.193 +#15 22.34 Run-time dependency libelf found: YES 0.193 +#15 22.34 Dependency valgrind skipped: feature valgrind disabled + +#15 22.34 Dependency valgrind skipped: feature valgrind disabled +#15 22.34 Program bison found: YES (/usr/sbin/bison) +#15 22.34 Program bison found: YES (/usr/sbin/bison) +#15 22.34 Running command: /usr/sbin/bison --version +#15 22.34 Running command: /usr/sbin/bison --version +#15 22.34 --- stdout --- +#15 22.34 bison (GNU Bison) 3.8.2 +#15 22.34 Written by Robert Corbett and Richard Stallman. +#15 22.34 +#15 22.34 --- stdout --- +#15 22.34 bison (GNU Bison) 3.8.2 +#15 22.34 Written by Robert Corbett and Richard Stallman. +#15 22.34 +#15 22.34 Copyright (C) 2021 Free Software Foundation, Inc. +#15 22.34 Copyright (C) 2021 Free Software Foundation, Inc. +#15 22.34 This is free software; see the source for copying conditions. There is NO +#15 22.34 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.#15 22.34 This is free software; see the source for copying conditions. There is NO +#15 22.34 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +#15 22.34 +#15 22.34 +#15 22.34 --- stderr --- +#15 22.34 --- stderr --- +#15 22.34 +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Program bison found: YES 3.8.2 3.8.2 (/usr/sbin/bison) +#15 22.34 Program bison found: YES 3.8.2 3.8.2 (/usr/sbin/bison) +#15 22.34 Program flex found: YES (/usr/sbin/flex) +#15 22.34 Determining dependency 'libunwind' with pkg-config executable '/usr/sbin/pkg-config'#15 22.34 Program flex found: YES (/usr/sbin/flex) +#15 22.34 Determining dependency 'libunwind' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config + +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion libunwind` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --modversion libunwind` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 1.8.2 +#15 22.34 -----------#15 22.34 1.8.2 +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --cflags libunwind` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --cflags libunwind` -> 0 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_PATH]: #15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs libunwind` -> 0 + +#15 22.34 Called: `/usr/sbin/pkg-config --libs libunwind` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 -L/usr/lib -lunwind +#15 22.34 -----------#15 22.34 -L/usr/lib -lunwind +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs libunwind` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --libs libunwind` -> 0 +#15 22.34 stdout: +#15 22.34 -lunwind#15 22.34 stdout: +#15 22.34 -lunwind +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Run-time dependency libunwind found: YES 1.8.2 +#15 22.34 Run-time dependency libunwind found: YES 1.8.2 +#15 22.34 Determining dependency 'wayland-scanner' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 Determining dependency 'wayland-scanner' with pkg-config executable '/usr/sbin/pkg-config' + +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion wayland-scanner` -> 0#15 22.34 Called: `/usr/sbin/pkg-config --modversion wayland-scanner` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: + +#15 22.34 1.24.0 +#15 22.34 1.24.0 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --cflags wayland-scanner` -> 0 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 Called: `/usr/sbin/pkg-config --cflags wayland-scanner` -> 0 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- + +#15 22.34 Called: `/usr/sbin/pkg-config --libs wayland-scanner` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --libs wayland-scanner` -> 0 +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs wayland-scanner` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --libs wayland-scanner` -> 0 + +#15 22.34 Build-time dependency wayland-scanner found: YES 1.24.0 +#15 22.34 Build-time dependency wayland-scanner found: YES 1.24.0 +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --variable=wayland_scanner wayland-scanner` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --variable=wayland_scanner wayland-scanner` -> 0 + +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 /usr/bin/wayland-scanner +#15 22.34 /usr/bin/wayland-scanner +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Got pkg-config variable wayland_scanner : /usr/bin/wayland-scanner +#15 22.34 Got pkg-config variable wayland_scanner : /usr/bin/wayland-scanner +#15 22.34 Program /usr/bin/wayland-scanner found: YES (/usr/bin/wayland-scanner)#15 22.34 Program /usr/bin/wayland-scanner found: YES (/usr/bin/wayland-scanner) +#15 22.34 Determining dependency 'wayland-protocols' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 Determining dependency 'wayland-protocols' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion wayland-protocols` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --modversion wayland-protocols` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 1.45 +#15 22.34 1.45 +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 -----------#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --cflags wayland-protocols` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --cflags wayland-protocols` -> 0 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_PATH]: + +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs wayland-protocols` -> 0#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs wayland-protocols` -> 0 +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs wayland-protocols` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --libs wayland-protocols` -> 0 +#15 22.34 Run-time dependency wayland-protocols found: YES 1.45 +#15 22.34 Run-time dependency wayland-protocols found: YES 1.45 +#15 22.34 Determining dependency 'wayland-client' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 Determining dependency 'wayland-client' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: + +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion wayland-client` -> 0 +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion wayland-client` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 1.24.0 +#15 22.34 -----------#15 22.34 1.24.0 +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config + +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --cflags wayland-client` -> 0#15 22.34 Called: `/usr/sbin/pkg-config --cflags wayland-client` -> 0 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs wayland-client` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --libs wayland-client` -> 0 +#15 22.34 stdout: +#15 22.34 -L/usr/lib -lwayland-client -lm#15 22.34 stdout: +#15 22.34 -L/usr/lib -lwayland-client -lm +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs wayland-client` -> 0#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs wayland-client` -> 0 +#15 22.34 stdout: + +#15 22.34 stdout: +#15 22.34 -lwayland-client -lm +#15 22.34 ----------- +#15 22.34 -lwayland-client -lm +#15 22.34 ----------- +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpfffdesnq#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpfffdesnq +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 int main(void) { return 0; } +#15 22.34 #15 22.34 int main(void) { return 0; } +#15 22.34 +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang++ -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpfffdesnq/testfile.cpp -o /mesa/_build/meson-private/tmpfffdesnq/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 -fuse-ld=/usr/sbin/mold -Wl,--allow-shlib-undefined -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Run-time dependency wayland-client found: YES 1.24.0#15 22.34 Command line: `/usr/sbin/clang++ -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpfffdesnq/testfile.cpp -o /mesa/_build/meson-private/tmpfffdesnq/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 -fuse-ld=/usr/sbin/mold -Wl,--allow-shlib-undefined -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Run-time dependency wayland-client found: YES 1.24.0 +#15 22.34 Determining dependency 'wayland-server' with pkg-config executable '/usr/sbin/pkg-config' + +#15 22.34 Determining dependency 'wayland-server' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion wayland-server` -> 0 +#15 22.34 stdout: +#15 22.34 Called: `/usr/sbin/pkg-config --modversion wayland-server` -> 0 +#15 22.34 stdout: +#15 22.34 1.24.0 +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 -----------#15 22.34 1.24.0 +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --cflags wayland-server` -> 0 + +#15 22.34 Called: `/usr/sbin/pkg-config --cflags wayland-server` -> 0 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs wayland-server` -> 0 +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs wayland-server` -> 0 +#15 22.34 stdout: +#15 22.34 -L/usr/lib -lwayland-server -lm +#15 22.34 stdout: +#15 22.34 -L/usr/lib -lwayland-server -lm +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs wayland-server` -> 0 +#15 22.34 stdout: +#15 22.34 Called: `/usr/sbin/pkg-config --libs wayland-server` -> 0 +#15 22.34 stdout: +#15 22.34 -lwayland-server -lm +#15 22.34 -----------#15 22.34 -lwayland-server -lm +#15 22.34 ----------- +#15 22.34 Run-time dependency wayland-server found: YES 1.24.0 + +#15 22.34 Run-time dependency wayland-server found: YES 1.24.0 +#15 22.34 Determining dependency 'wayland-egl-backend' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: #15 22.34 Determining dependency 'wayland-egl-backend' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion wayland-egl-backend` -> 0 + +#15 22.34 Called: `/usr/sbin/pkg-config --modversion wayland-egl-backend` -> 0 +#15 22.34 stdout: +#15 22.34 3 +#15 22.34 stdout: +#15 22.34 3 +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --cflags wayland-egl-backend` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --cflags wayland-egl-backend` -> 0 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs wayland-egl-backend` -> 0 +#15 22.34 env[PKG_CONFIG_PATH]: #15 22.34 Called: `/usr/sbin/pkg-config --libs wayland-egl-backend` -> 0 +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs wayland-egl-backend` -> 0 + +#15 22.34 Called: `/usr/sbin/pkg-config --libs wayland-egl-backend` -> 0 +#15 22.34 Run-time dependency wayland-egl-backend found: YES 3 +#15 22.34 Run-time dependency wayland-egl-backend found: YES 3 +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmptfpy085m#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmptfpy085m +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 #include +#15 22.34 #include +#15 22.34 #include + +#15 22.34 #include +#15 22.34 +#15 22.34 +#15 22.34 #if defined __stub_wl_display_dispatch_queue_timeout || defined __stub___wl_display_dispatch_queue_timeout +#15 22.34 fail fail fail this function is not going to work#15 22.34 #if defined __stub_wl_display_dispatch_queue_timeout || defined __stub___wl_display_dispatch_queue_timeout +#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif +#15 22.34 +#15 22.34 int main(void) { +#15 22.34 void *a = (void*) &wl_display_dispatch_queue_timeout; +#15 22.34 #endif +#15 22.34 +#15 22.34 int main(void) { +#15 22.34 void *a = (void*) &wl_display_dispatch_queue_timeout; +#15 22.34 long long b = (long long) a; + +#15 22.34 long long b = (long long) a; +#15 22.34 return (int) b; +#15 22.34 return (int) b; +#15 22.34 } +#15 22.34 } +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmptfpy085m/testfile.c -o /mesa/_build/meson-private/tmptfpy085m/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking for function "wl_display_dispatch_queue_timeout" with dependency wayland-client: YES #15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmptfpy085m/testfile.c -o /mesa/_build/meson-private/tmptfpy085m/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking for function "wl_display_dispatch_queue_timeout" with dependency wayland-client: YES +#15 22.34 Running compile: + +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpolc5q6bo +#15 22.34 Working directory: /mesa/_build/meson-private/tmpolc5q6bo +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 #include +#15 22.34 #include +#15 22.34 #include +#15 22.34 #15 22.34 #include +#15 22.34 +#15 22.34 #if defined __stub_wl_display_create_queue_with_name || defined __stub___wl_display_create_queue_with_name +#15 22.34 #if defined __stub_wl_display_create_queue_with_name || defined __stub___wl_display_create_queue_with_name +#15 22.34 fail fail fail this function is not going to work +#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 +#15 22.34 +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 void *a = (void*) &wl_display_create_queue_with_name; +#15 22.34 void *a = (void*) &wl_display_create_queue_with_name; +#15 22.34 long long b = (long long) a; +#15 22.34 return (int) b;#15 22.34 long long b = (long long) a; +#15 22.34 return (int) b; +#15 22.34 } +#15 22.34 } +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpolc5q6bo/testfile.c -o /mesa/_build/meson-private/tmpolc5q6bo/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpolc5q6bo/testfile.c -o /mesa/_build/meson-private/tmpolc5q6bo/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking for function "wl_display_create_queue_with_name" with dependency wayland-client: YES +#15 22.34 Determining dependency 'xcb' with pkg-config executable '/usr/sbin/pkg-config' + +#15 22.34 Checking for function "wl_display_create_queue_with_name" with dependency wayland-client: YES +#15 22.34 Determining dependency 'xcb' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 -----------#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion xcb` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --modversion xcb` -> 0 +#15 22.34 stdout: + +#15 22.34 stdout: +#15 22.34 1.17.0 +#15 22.34 1.17.0 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 -----------#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --cflags xcb` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --cflags xcb` -> 0 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_PATH]: + +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs xcb` -> 0#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs xcb` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 -L/usr/lib -lxcb + +#15 22.34 -L/usr/lib -lxcb +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs xcb` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --libs xcb` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 -lxcb +#15 22.34 -lxcb +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Run-time dependency xcb found: YES 1.17.0 +#15 22.34 Run-time dependency xcb found: YES 1.17.0 +#15 22.34 Determining dependency 'xcb-randr' with pkg-config executable '/usr/sbin/pkg-config' + +#15 22.34 Determining dependency 'xcb-randr' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 -----------#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion xcb-randr` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --modversion xcb-randr` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 1.17.0 + +#15 22.34 1.17.0 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --cflags xcb-randr` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --cflags xcb-randr` -> 0 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_PATH]: + +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs xcb-randr` -> 0 +#15 22.34 stdout:#15 22.34 Called: `/usr/sbin/pkg-config --libs xcb-randr` -> 0 +#15 22.34 stdout: +#15 22.34 -L/usr/lib -lxcb-randr +#15 22.34 ----------- +#15 22.34 -L/usr/lib -lxcb-randr +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: + +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 -----------#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs xcb-randr` -> 0 +#15 22.34 stdout: +#15 22.34 -lxcb-randr +#15 22.34 ----------- + +#15 22.34 Called: `/usr/sbin/pkg-config --libs xcb-randr` -> 0 +#15 22.34 stdout: +#15 22.34 -lxcb-randr +#15 22.34 ----------- +#15 22.34 Run-time dependency xcb-randr found: YES 1.17.0 +#15 22.34 Determining dependency 'x11' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 Run-time dependency xcb-randr found: YES 1.17.0 +#15 22.34 Determining dependency 'x11' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion x11` -> 0 +#15 22.34 stdout:#15 22.34 Called: `/usr/sbin/pkg-config --modversion x11` -> 0 +#15 22.34 stdout: +#15 22.34 1.8.12 +#15 22.34 1.8.12 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: + +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --cflags x11` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --cflags x11` -> 0 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_PATH]: #15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config + +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs x11` -> 0 +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs x11` -> 0 +#15 22.34 stdout: +#15 22.34 -L/usr/lib -lX11#15 22.34 stdout: +#15 22.34 -L/usr/lib -lX11 +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs x11` -> 0 +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs x11` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 -lX11 +#15 22.34 ----------- +#15 22.34 -lX11 +#15 22.34 ----------- +#15 22.34 Run-time dependency x11 found: YES 1.8.12 +#15 22.34 Determining dependency 'xext' with pkg-config executable '/usr/sbin/pkg-config'#15 22.34 Run-time dependency x11 found: YES 1.8.12 +#15 22.34 Determining dependency 'xext' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config + +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion xext` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --modversion xext` -> 0 +#15 22.34 stdout: +#15 22.34 1.3.6#15 22.34 stdout: +#15 22.34 1.3.6 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: + +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --cflags xext` -> 0#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --cflags xext` -> 0 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs xext` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --libs xext` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 -L/usr/lib -lXext + +#15 22.34 -L/usr/lib -lXext +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: #15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs xext` -> 0 +#15 22.34 stdout: +#15 22.34 -lXext +#15 22.34 ----------- +#15 22.34 Run-time dependency xext found: YES 1.3.6 +#15 22.34 Called: `/usr/sbin/pkg-config --libs xext` -> 0 +#15 22.34 stdout: +#15 22.34 -lXext +#15 22.34 ----------- +#15 22.34 Run-time dependency xext found: YES 1.3.6 +#15 22.34 Determining dependency 'xcb-glx' with pkg-config executable '/usr/sbin/pkg-config' + +#15 22.34 Determining dependency 'xcb-glx' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion xcb-glx` -> 0#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion xcb-glx` -> 0 +#15 22.34 stdout: +#15 22.34 1.17.0 +#15 22.34 stdout: +#15 22.34 1.17.0 +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --cflags xcb-glx` -> 0 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 Called: `/usr/sbin/pkg-config --cflags xcb-glx` -> 0 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs xcb-glx` -> 0 + +#15 22.34 Called: `/usr/sbin/pkg-config --libs xcb-glx` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 -L/usr/lib -lxcb-glx +#15 22.34 -----------#15 22.34 -L/usr/lib -lxcb-glx +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: + +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs xcb-glx` -> 0#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs xcb-glx` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 -lxcb-glx + +#15 22.34 -lxcb-glx +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Run-time dependency xcb-glx found: YES 1.17.0 +#15 22.34 Run-time dependency xcb-glx found: YES 1.17.0 +#15 22.34 Determining dependency 'xcb-shm' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: #15 22.34 Determining dependency 'xcb-shm' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion xcb-shm` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --modversion xcb-shm` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 1.17.0 +#15 22.34 1.17.0 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --cflags xcb-shm` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --cflags xcb-shm` -> 0 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 + +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs xcb-shm` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --libs xcb-shm` -> 0 +#15 22.34 stdout: +#15 22.34 -L/usr/lib -lxcb-shm#15 22.34 stdout: +#15 22.34 -L/usr/lib -lxcb-shm +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs xcb-shm` -> 0 +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs xcb-shm` -> 0 +#15 22.34 stdout: + +#15 22.34 stdout: +#15 22.34 -lxcb-shm +#15 22.34 -lxcb-shm +#15 22.34 ----------- +#15 22.34 Run-time dependency xcb-shm found: YES 1.17.0#15 22.34 ----------- +#15 22.34 Run-time dependency xcb-shm found: YES 1.17.0 +#15 22.34 Dependency xcb found: YES 1.17.0 (cached) +#15 22.34 Dependency xcb found: YES 1.17.0 (cached) +#15 22.34 Determining dependency 'xcb-keysyms' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 Determining dependency 'xcb-keysyms' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: + +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion xcb-keysyms` -> 0 +#15 22.34 stdout:#15 22.34 Called: `/usr/sbin/pkg-config --modversion xcb-keysyms` -> 0 +#15 22.34 stdout: +#15 22.34 0.4.1 +#15 22.34 0.4.1 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: + +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --cflags xcb-keysyms` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --cflags xcb-keysyms` -> 0 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs xcb-keysyms` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --libs xcb-keysyms` -> 0 +#15 22.34 stdout: + +#15 22.34 stdout: +#15 22.34 -L/usr/lib -lxcb-keysyms -lxcb +#15 22.34 -L/usr/lib -lxcb-keysyms -lxcb +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: #15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config + +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs xcb-keysyms` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --libs xcb-keysyms` -> 0 +#15 22.34 stdout: +#15 22.34 -lxcb-keysyms -lxcb#15 22.34 stdout: +#15 22.34 -lxcb-keysyms -lxcb +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Run-time dependency xcb-keysyms found: YES 0.4.1 + +#15 22.34 Run-time dependency xcb-keysyms found: YES 0.4.1 +#15 22.34 Determining dependency 'x11-xcb' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 Determining dependency 'x11-xcb' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion x11-xcb` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --modversion x11-xcb` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 1.8.12 +#15 22.34 1.8.12 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: + +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --cflags x11-xcb` -> 0#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --cflags x11-xcb` -> 0 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_PATH]: + +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs x11-xcb` -> 0 +#15 22.34 stdout: +#15 22.34 -L/usr/lib -lX11-xcb -lX11 -lxcb +#15 22.34 Called: `/usr/sbin/pkg-config --libs x11-xcb` -> 0 +#15 22.34 stdout: +#15 22.34 -L/usr/lib -lX11-xcb -lX11 -lxcb +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: #15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs x11-xcb` -> 0 + +#15 22.34 Called: `/usr/sbin/pkg-config --libs x11-xcb` -> 0 +#15 22.34 stdout: +#15 22.34 -lX11-xcb -lX11 -lxcb +#15 22.34 stdout: +#15 22.34 -lX11-xcb -lX11 -lxcb +#15 22.34 ----------- +#15 22.34 Run-time dependency x11-xcb found: YES 1.8.12#15 22.34 ----------- +#15 22.34 Run-time dependency x11-xcb found: YES 1.8.12 +#15 22.34 Determining dependency 'xcb-dri3' with pkg-config executable '/usr/sbin/pkg-config' + +#15 22.34 Determining dependency 'xcb-dri3' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion xcb-dri3` -> 0 +#15 22.34 stdout:#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion xcb-dri3` -> 0 +#15 22.34 stdout: +#15 22.34 1.17.0 +#15 22.34 ----------- +#15 22.34 1.17.0 +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: + +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --cflags xcb-dri3` -> 0#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --cflags xcb-dri3` -> 0 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_PATH]: + +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs xcb-dri3` -> 0#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs xcb-dri3` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 -L/usr/lib -lxcb-dri3 + +#15 22.34 -L/usr/lib -lxcb-dri3 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs xcb-dri3` -> 0 + +#15 22.34 Called: `/usr/sbin/pkg-config --libs xcb-dri3` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 -lxcb-dri3 +#15 22.34 -lxcb-dri3 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Run-time dependency xcb-dri3 found: YES 1.17.0 +#15 22.34 Run-time dependency xcb-dri3 found: YES 1.17.0 +#15 22.34 Determining dependency 'xcb-present' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 Determining dependency 'xcb-present' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion xcb-present` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --modversion xcb-present` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 1.17.0 +#15 22.34 1.17.0 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: + +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --cflags xcb-present` -> 0#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --cflags xcb-present` -> 0 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs xcb-present` -> 0 +#15 22.34 stdout: + +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs xcb-present` -> 0 +#15 22.34 stdout: +#15 22.34 -L/usr/lib -lxcb-present +#15 22.34 -L/usr/lib -lxcb-present +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: #15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs xcb-present` -> 0 + +#15 22.34 Called: `/usr/sbin/pkg-config --libs xcb-present` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 -lxcb-present +#15 22.34 -----------#15 22.34 -lxcb-present +#15 22.34 ----------- +#15 22.34 Run-time dependency xcb-present found: YES 1.17.0 +#15 22.34 Run-time dependency xcb-present found: YES 1.17.0 +#15 22.34 Dependency xcb-shm found: YES 1.17.0 (cached) + +#15 22.34 Dependency xcb-shm found: YES 1.17.0 (cached) +#15 22.34 Determining dependency 'xcb-sync' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 Determining dependency 'xcb-sync' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion xcb-sync` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --modversion xcb-sync` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 1.17.0 +#15 22.34 1.17.0 +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: #15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --cflags xcb-sync` -> 0 + +#15 22.34 Called: `/usr/sbin/pkg-config --cflags xcb-sync` -> 0 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs xcb-sync` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --libs xcb-sync` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 -L/usr/lib -lxcb-sync +#15 22.34 -L/usr/lib -lxcb-sync +#15 22.34 ----------- +#15 22.34 ----------- + +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs xcb-sync` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --libs xcb-sync` -> 0 +#15 22.34 stdout:#15 22.34 stdout: +#15 22.34 -lxcb-sync +#15 22.34 -lxcb-sync + +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Run-time dependency xcb-sync found: YES 1.17.0#15 22.34 Run-time dependency xcb-sync found: YES 1.17.0 +#15 22.34 Determining dependency 'xshmfence' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 Determining dependency 'xshmfence' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config + +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion xshmfence` -> 0 +#15 22.34 stdout:#15 22.34 Called: `/usr/sbin/pkg-config --modversion xshmfence` -> 0 +#15 22.34 stdout: +#15 22.34 1.3.3 +#15 22.34 1.3.3 +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 -----------#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --cflags xshmfence` -> 0 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 + +#15 22.34 Called: `/usr/sbin/pkg-config --cflags xshmfence` -> 0 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs xshmfence` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --libs xshmfence` -> 0 +#15 22.34 stdout: +#15 22.34 -L/usr/lib -lxshmfence#15 22.34 stdout: +#15 22.34 -L/usr/lib -lxshmfence +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs xshmfence` -> 0 + +#15 22.34 Called: `/usr/sbin/pkg-config --libs xshmfence` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 -lxshmfence +#15 22.34 -lxshmfence +#15 22.34 ----------- +#15 22.34 Run-time dependency xshmfence found: YES 1.3.3#15 22.34 ----------- +#15 22.34 Run-time dependency xshmfence found: YES 1.3.3 +#15 22.34 Determining dependency 'glproto' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 Determining dependency 'glproto' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config + +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion glproto` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --modversion glproto` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 1.4.17 +#15 22.34 1.4.17 +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: #15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --cflags glproto` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --cflags glproto` -> 0 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_PATH]: #15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config + +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs glproto` -> 0 +#15 22.34 env[PKG_CONFIG_PATH]: #15 22.34 Called: `/usr/sbin/pkg-config --libs glproto` -> 0 +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs glproto` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --libs glproto` -> 0 +#15 22.34 Run-time dependency glproto found: YES 1.4.17 +#15 22.34 Run-time dependency glproto found: YES 1.4.17 +#15 22.34 Determining dependency 'xxf86vm' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 Determining dependency 'xxf86vm' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: #15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config + +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion xxf86vm` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --modversion xxf86vm` -> 0 +#15 22.34 stdout:#15 22.34 stdout: +#15 22.34 1.1.6 +#15 22.34 1.1.6 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: + +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --cflags xxf86vm` -> 0#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --cflags xxf86vm` -> 0 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_PATH]: + +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 -----------#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs xxf86vm` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --libs xxf86vm` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 -L/usr/lib -lXxf86vm +#15 22.34 -L/usr/lib -lXxf86vm +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: + +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs xxf86vm` -> 0#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs xxf86vm` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 -lXxf86vm + +#15 22.34 -lXxf86vm +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Run-time dependency xxf86vm found: YES 1.1.6 +#15 22.34 Run-time dependency xxf86vm found: YES 1.1.6 +#15 22.34 Determining dependency 'xcb-xfixes' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: #15 22.34 Determining dependency 'xcb-xfixes' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config + +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion xcb-xfixes` -> 0 +#15 22.34 stdout:#15 22.34 Called: `/usr/sbin/pkg-config --modversion xcb-xfixes` -> 0 +#15 22.34 stdout: + +#15 22.34 1.17.0#15 22.34 1.17.0 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: + +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --cflags xcb-xfixes` -> 0#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --cflags xcb-xfixes` -> 0 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_PATH]: + +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs xcb-xfixes` -> 0#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs xcb-xfixes` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 -L/usr/lib -lxcb-xfixes +#15 22.34 -L/usr/lib -lxcb-xfixes +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 -----------#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs xcb-xfixes` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --libs xcb-xfixes` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 -lxcb-xfixes + +#15 22.34 -lxcb-xfixes +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Run-time dependency xcb-xfixes found: YES 1.17.0 +#15 22.34 Run-time dependency xcb-xfixes found: YES 1.17.0 +#15 22.34 Dependency xcb-dri3 found: YES 1.17.0 (cached) +#15 22.34 Dependency xcb-present found: YES 1.17.0 (cached)#15 22.34 Dependency xcb-dri3 found: YES 1.17.0 (cached) +#15 22.34 Dependency xcb-present found: YES 1.17.0 (cached) +#15 22.34 Dependency xcb-shm found: YES 1.17.0 (cached) +#15 22.34 Dependency xcb-shm found: YES 1.17.0 (cached) +#15 22.34 Dependency xshmfence found: YES 1.3.3 (cached) +#15 22.34 Dependency xshmfence found: YES 1.3.3 (cached) +#15 22.34 Dependency xcb-randr found: YES 1.17.0 (cached) + +#15 22.34 Dependency xcb-randr found: YES 1.17.0 (cached) +#15 22.34 Determining dependency 'xrandr' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 Determining dependency 'xrandr' with pkg-config executable '/usr/sbin/pkg-config' +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion xrandr` -> 0 + +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --modversion xrandr` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 1.5.4 +#15 22.34 1.5.4 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --cflags xrandr` -> 0 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1#15 22.34 Called: `/usr/sbin/pkg-config --cflags xrandr` -> 0 +#15 22.34 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs xrandr` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --libs xrandr` -> 0 +#15 22.34 stdout: +#15 22.34 -L/usr/lib -lXrandr#15 22.34 stdout: +#15 22.34 -L/usr/lib -lXrandr +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config + +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --libs xrandr` -> 0 +#15 22.34 stdout:#15 22.34 Called: `/usr/sbin/pkg-config --libs xrandr` -> 0 +#15 22.34 stdout: +#15 22.34 -lXrandr + +#15 22.34 -lXrandr +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Run-time dependency xrandr found: YES 1.5.4 +#15 22.34 Library sensors skipped: feature lmsensors disabled#15 22.34 Run-time dependency xrandr found: YES 1.5.4 +#15 22.34 Library sensors skipped: feature lmsensors disabled +#15 22.34 Program nm found: YES (/usr/sbin/nm) +#15 22.34 Program nm found: YES (/usr/sbin/nm) +#15 22.34 Program symbols-check.py found: YES (/usr/bin/python /mesa/bin/symbols-check.py) +#15 22.34 Program symbols-check.py found: YES (/usr/bin/python /mesa/bin/symbols-check.py) +#15 22.34 Program install_megadrivers.py found: YES (/usr/bin/python /mesa/bin/install_megadrivers.py) +#15 22.34 Program install_megadrivers.py found: YES (/usr/bin/python /mesa/bin/install_megadrivers.py) +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp9pi0__q6 +#15 22.34 Working directory: /mesa/_build/meson-private/tmp9pi0__q6 + +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 printf("%ld\n", (long)(sizeof(void *))); +#15 22.34 return 0;#15 22.34 printf("%ld\n", (long)(sizeof(void *))); +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp9pi0__q6/testfile.c -o /mesa/_build/meson-private/tmp9pi0__q6/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp9pi0__q6/testfile.c -o /mesa/_build/meson-private/tmp9pi0__q6/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Program stdout: +#15 22.34 +#15 22.34 8#15 22.34 Program stdout: +#15 22.34 +#15 22.34 8 +#15 22.34 + +#15 22.34 +#15 22.34 Program stderr: +#15 22.34 Program stderr: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Checking for size of "void *" : 8 +#15 22.34 Checking for size of "void *" : 8 +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config + +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --variable=pkgdatadir wayland-protocols` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --variable=pkgdatadir wayland-protocols` -> 0 +#15 22.34 stdout: +#15 22.34 //usr/share/wayland-protocols#15 22.34 stdout: +#15 22.34 //usr/share/wayland-protocols +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Got pkg-config variable pkgdatadir : //usr/share/wayland-protocols + +#15 22.34 Got pkg-config variable pkgdatadir : //usr/share/wayland-protocols +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG_PATH]: +#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 -----------#15 22.34 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 22.34 ----------- +#15 22.34 Called: `/usr/sbin/pkg-config --variable=libexecdir libclc` -> 0 +#15 22.34 Called: `/usr/sbin/pkg-config --variable=libexecdir libclc` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 /usr/share/clc + +#15 22.34 /usr/share/clc +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Got pkg-config variable libexecdir : /usr/share/clc +#15 22.34 Got pkg-config variable libexecdir : /usr/share/clc +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpgj6r6sdy#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpgj6r6sdy +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #define mmap meson_disable_define_of_mmap +#15 22.34 #define mmap meson_disable_define_of_mmap +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 #undef mmap +#15 22.34 #undef mmap +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __cplusplus +#15 22.34 #ifdef __cplusplus +#15 22.34 extern "C" +#15 22.34 extern "C" +#15 22.34 #endif +#15 22.34 char mmap (void);#15 22.34 #endif +#15 22.34 char mmap (void); +#15 22.34 +#15 22.34 +#15 22.34 #if defined __stub_mmap || defined __stub___mmap + +#15 22.34 #if defined __stub_mmap || defined __stub___mmap +#15 22.34 fail fail fail this function is not going to work +#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif +#15 22.34 #15 22.34 #endif +#15 22.34 +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 return mmap (); +#15 22.34 return mmap (); + +#15 22.34 } +#15 22.34 } +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpgj6r6sdy/testfile.c -o /mesa/_build/meson-private/tmpgj6r6sdy/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking for function "mmap" : YES #15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpgj6r6sdy/testfile.c -o /mesa/_build/meson-private/tmpgj6r6sdy/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking for function "mmap" : YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpjv397hiz +#15 22.34 Code: + +#15 22.34 Working directory: /mesa/_build/meson-private/tmpjv397hiz +#15 22.34 Code: +#15 22.34 #include +#15 22.34 void bar(void) {#15 22.34 #include +#15 22.34 void bar(void) { +#15 22.34 spvtools::LinkerOptions foo; +#15 22.34 spvtools::LinkerOptions foo; +#15 22.34 (void) ( foo.SetAllowPtrTypeMismatch(true) ); + +#15 22.34 (void) ( foo.SetAllowPtrTypeMismatch(true) ); +#15 22.34 +#15 22.34 +#15 22.34 (void) foo; +#15 22.34 (void) foo; +#15 22.34 } +#15 22.34 -----------#15 22.34 } +#15 22.34 ----------- + +#15 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpjv397hiz/testfile.cpp -o /mesa/_build/meson-private/tmpjv397hiz/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpjv397hiz/testfile.cpp -o /mesa/_build/meson-private/tmpjv397hiz/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Checking whether type "spvtools::LinkerOptions" has member "SetAllowPtrTypeMismatch(true)" with dependency SPIRV-Tools: YES +#15 22.34 Running compile:#15 22.34 Checking whether type "spvtools::LinkerOptions" has member "SetAllowPtrTypeMismatch(true)" with dependency SPIRV-Tools: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp673q3jbb +#15 22.34 Working directory: /mesa/_build/meson-private/tmp673q3jbb +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 int main(void) { return 0; } +#15 22.34 int main(void) { return 0; } +#15 22.34 + +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp673q3jbb/testfile.c -o /mesa/_build/meson-private/tmp673q3jbb/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Compiler for C supports link arguments -fPIC: YES #15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp673q3jbb/testfile.c -o /mesa/_build/meson-private/tmp673q3jbb/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Compiler for C supports link arguments -fPIC: YES +#15 22.34 Program decode.py found: YES (/mesa/src/compiler/isaspec/decode.py) + +#15 22.34 Program decode.py found: YES (/mesa/src/compiler/isaspec/decode.py) +#15 22.34 Program encode.py found: YES (/mesa/src/compiler/isaspec/encode.py) +#15 22.34 Program encode.py found: YES (/mesa/src/compiler/isaspec/encode.py) +#15 22.34 Program bindgen found: YES (/usr/sbin/bindgen) +#15 22.34 Program bindgen found: YES (/usr/sbin/bindgen) +#15 22.34 Looking for a fallback subproject for the dependency syn because: +#15 22.34 Use of fallback dependencies is forced.#15 22.34 Looking for a fallback subproject for the dependency syn because: +#15 22.34 Use of fallback dependencies is forced. +#15 22.34 Downloading syn source from https://crates.io/api/v1/crates/syn/2.0.87/download +#15 22.34 +#15 22.34 Executing subproject syn +#15 22.34 +#15 22.34 Project name: syn +#15 22.34 Project version: 2.0.87 + +#15 22.34 Downloading syn source from https://crates.io/api/v1/crates/syn/2.0.87/download +#15 22.34 +#15 22.34 Executing subproject syn +#15 22.34 +#15 22.34 Project name: syn +#15 22.34 Project version: 2.0.87 +#15 22.34 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold (rustc 1.90.0 "1.90.0") +#15 22.34 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold (rustc 1.90.0 "1.90.0") +#15 22.34 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold ld.mold 2.40.4 +#15 22.34 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold ld.mold 2.40.4 +#15 22.34 Rust compiler for the build machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold (rustc 1.90.0 "1.90.0") +#15 22.34 Rust compiler for the build machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold (rustc 1.90.0 "1.90.0") +#15 22.34 Rust linker for the build machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold ld.mold 2.40.4 +#15 22.34 Rust linker for the build machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold ld.mold 2.40.4 +#15 22.34 Downloading unicode-ident source from https://crates.io/api/v1/crates/unicode-ident/1.0.12/download +#15 22.34 #15 22.34 Downloading unicode-ident source from https://crates.io/api/v1/crates/unicode-ident/1.0.12/download +#15 22.34 +#15 22.34 Executing subproject syn:unicode-ident +#15 22.34 Executing subproject syn:unicode-ident +#15 22.34 + +#15 22.34 +#15 22.34 Project name: unicode-ident +#15 22.34 Project name: unicode-ident +#15 22.34 Project version: 1.0.12 +#15 22.34 Project version: 1.0.12 +#15 22.34 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold (rustc 1.90.0 "1.90.0") +#15 22.34 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold (rustc 1.90.0 "1.90.0") +#15 22.34 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold ld.mold 2.40.4 +#15 22.34 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold ld.mold 2.40.4 +#15 22.34 Rust compiler for the build machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold (rustc 1.90.0 "1.90.0") +#15 22.34 Rust compiler for the build machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold (rustc 1.90.0 "1.90.0") +#15 22.34 Rust linker for the build machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold ld.mold 2.40.4 +#15 22.34 Rust linker for the build machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold ld.mold 2.40.4 +#15 22.34 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 22.34 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 22.34 Build targets in project: 104 +#15 22.34 WARNING: Project specifies no minimum version but uses features which were added in versions:#15 22.34 Build targets in project: 104 +#15 22.34 WARNING: Project specifies no minimum version but uses features which were added in versions: + +#15 22.34 * 1.3.0: {'rust_abi arg in static_library'} +#15 22.34 Subproject unicode-ident finished.#15 22.34 * 1.3.0: {'rust_abi arg in static_library'} +#15 22.34 Subproject unicode-ident finished. +#15 22.34 +#15 22.34 +#15 22.34 Downloading quote source from https://crates.io/api/v1/crates/quote/1.0.35/download +#15 22.34 Downloading quote source from https://crates.io/api/v1/crates/quote/1.0.35/download +#15 22.34 +#15 22.34 Executing subproject syn:quote + +#15 22.34 +#15 22.34 Executing subproject syn:quote +#15 22.34 +#15 22.34 Project name: quote#15 22.34 +#15 22.34 Project name: quote +#15 22.34 Project version: 1.0.35 + +#15 22.34 Project version: 1.0.35 +#15 22.34 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold (rustc 1.90.0 "1.90.0") +#15 22.34 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold (rustc 1.90.0 "1.90.0") +#15 22.34 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold ld.mold 2.40.4 +#15 22.34 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold ld.mold 2.40.4 +#15 22.34 Rust compiler for the build machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold (rustc 1.90.0 "1.90.0") +#15 22.34 Rust compiler for the build machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold (rustc 1.90.0 "1.90.0") +#15 22.34 Rust linker for the build machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold ld.mold 2.40.4 +#15 22.34 Downloading proc-macro2 source from https://crates.io/api/v1/crates/proc-macro2/1.0.86/download#15 22.34 Rust linker for the build machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold ld.mold 2.40.4 +#15 22.34 Downloading proc-macro2 source from https://crates.io/api/v1/crates/proc-macro2/1.0.86/download +#15 22.34 +#15 22.34 +#15 22.34 Executing subproject syn:quote:proc-macro2 +#15 22.34 Executing subproject syn:quote:proc-macro2 +#15 22.34 + +#15 22.34 +#15 22.34 Project name: proc-macro2 +#15 22.34 Project name: proc-macro2 +#15 22.34 Project version: 1.0.86 +#15 22.34 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold (rustc 1.90.0 "1.90.0")#15 22.34 Project version: 1.0.86 +#15 22.34 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold (rustc 1.90.0 "1.90.0") +#15 22.34 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold ld.mold 2.40.4 +#15 22.34 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold ld.mold 2.40.4 +#15 22.34 Rust compiler for the build machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold (rustc 1.90.0 "1.90.0") +#15 22.34 Rust compiler for the build machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold (rustc 1.90.0 "1.90.0") +#15 22.34 Rust linker for the build machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold ld.mold 2.40.4 + +#15 22.34 Rust linker for the build machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold ld.mold 2.40.4 +#15 22.34 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 22.34 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 22.34 Build targets in project: 105 +#15 22.34 Build targets in project: 105 +#15 22.34 WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 22.34 WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 22.34 * 1.3.0: {'rust_abi arg in static_library'} +#15 22.34 * 1.3.0: {'rust_abi arg in static_library'} +#15 22.34 Subproject proc-macro2 finished. +#15 22.34 #15 22.34 Subproject proc-macro2 finished. +#15 22.34 +#15 22.34 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 22.34 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 22.34 Build targets in project: 106 +#15 22.34 WARNING: Project specifies no minimum version but uses features which were added in versions: + +#15 22.34 Build targets in project: 106 +#15 22.34 WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 22.34 * 1.3.0: {'rust_abi arg in static_library'} +#15 22.34 Subproject quote finished.#15 22.34 * 1.3.0: {'rust_abi arg in static_library'} +#15 22.34 Subproject quote finished. +#15 22.34 +#15 22.34 +#15 22.34 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 22.34 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 22.34 Build targets in project: 107 + +#15 22.34 Build targets in project: 107 +#15 22.34 WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 22.34 WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 22.34 * 1.3.0: {'rust_abi arg in static_library'} +#15 22.34 * 1.3.0: {'rust_abi arg in static_library'} +#15 22.34 Subproject syn finished. +#15 22.34 Subproject syn finished. +#15 22.34 +#15 22.34 +#15 22.34 Dependency syn from subproject subprojects/syn-2.0.87 found: YES 2.0.87 +#15 22.34 Dependency syn from subproject subprojects/syn-2.0.87 found: YES 2.0.87 +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmph_cms0o8#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmph_cms0o8 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 int main(void) { return 0; } +#15 22.34 int main(void) { return 0; } +#15 22.34 + +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmph_cms0o8/testfile.c -o /mesa/_build/meson-private/tmph_cms0o8/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES #15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmph_cms0o8/testfile.c -o /mesa/_build/meson-private/tmph_cms0o8/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpew0r4uj1 +#15 22.34 Working directory: /mesa/_build/meson-private/tmpew0r4uj1 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 int main(void) { return 0; } +#15 22.34 int main(void) { return 0; } +#15 22.34 + +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpew0r4uj1/testfile.c -o /mesa/_build/meson-private/tmpew0r4uj1/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Compiler for C supports link arguments -Wl,-z,relro: YES #15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpew0r4uj1/testfile.c -o /mesa/_build/meson-private/tmpew0r4uj1/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Compiler for C supports link arguments -Wl,-z,relro: YES +#15 22.34 Configuring VkLayer_MESA_overlay.json using configuration +#15 22.34 Configuring VkLayer_MESA_overlay.json.in_dev.json using configuration + +#15 22.34 Configuring VkLayer_MESA_overlay.json using configuration +#15 22.34 Configuring VkLayer_MESA_overlay.json.in_dev.json using configuration +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmph_cms0o8/testfile.c -o /mesa/_build/meson-private/tmph_cms0o8/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmph_cms0o8/testfile.c -o /mesa/_build/meson-private/tmph_cms0o8/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 int main(void) { return 0; } +#15 22.34 int main(void) { return 0; } +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES (cached) +#15 22.34 Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES (cached) +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpew0r4uj1/testfile.c -o /mesa/_build/meson-private/tmpew0r4uj1/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group +#15 22.34 Cached command line: /usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpew0r4uj1/testfile.c -o /mesa/_build/meson-private/tmpew0r4uj1/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 int main(void) { return 0; }#15 22.34 Code: +#15 22.34 int main(void) { return 0; } +#15 22.34 +#15 22.34 + +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Compiler for C supports link arguments -Wl,-z,relro: YES (cached)#15 22.34 +#15 22.34 Compiler for C supports link arguments -Wl,-z,relro: YES (cached) +#15 22.34 Configuring VkLayer_MESA_device_select.json using configuration +#15 22.34 Configuring VkLayer_MESA_device_select.json using configuration +#15 22.34 Configuring VkLayer_MESA_device_select.json.in_dev.json using configuration +#15 22.34 Configuring VkLayer_MESA_device_select.json.in_dev.json using configuration +#15 22.34 Adding test "genxml sort gen40.xml" +#15 22.34 Adding test "genxml sort gen45.xml" + +#15 22.34 Adding test "genxml sort gen40.xml" +#15 22.34 Adding test "genxml sort gen45.xml" +#15 22.34 Adding test "genxml sort gen50.xml" +#15 22.34 Adding test "genxml sort gen60.xml"#15 22.34 Adding test "genxml sort gen50.xml" +#15 22.34 Adding test "genxml sort gen60.xml" +#15 22.34 Adding test "genxml sort gen70.xml" +#15 22.34 Adding test "genxml sort gen70.xml" +#15 22.34 Adding test "genxml sort gen75.xml" + +#15 22.34 Adding test "genxml sort gen75.xml" +#15 22.34 Adding test "genxml sort gen80.xml" +#15 22.34 Adding test "genxml sort gen80.xml" +#15 22.34 Adding test "genxml sort gen90.xml" +#15 22.34 Adding test "genxml sort gen110.xml"#15 22.34 Adding test "genxml sort gen90.xml" +#15 22.34 Adding test "genxml sort gen110.xml" +#15 22.34 Adding test "genxml sort gen120.xml" +#15 22.34 Adding test "genxml sort gen120.xml" +#15 22.34 Adding test "genxml sort gen125.xml" + +#15 22.34 Adding test "genxml sort gen125.xml" +#15 22.34 Adding test "genxml sort gen200.xml" +#15 22.34 Adding test "genxml sort gen200.xml" +#15 22.34 Adding test "genxml sort gen300.xml" +#15 22.34 Adding test "genxml sort gen300.xml" +#15 22.34 Adding test "genxml sort gen125_rt.xml" +#15 22.34 Adding test "genxml sort gen125_rt.xml" +#15 22.34 Adding test "genxml sort gen200_rt.xml" +#15 22.34 Adding test "genxml sort gen300_rt.xml"#15 22.34 Adding test "genxml sort gen200_rt.xml" +#15 22.34 Adding test "genxml sort gen300_rt.xml" +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmph_cms0o8/testfile.c -o /mesa/_build/meson-private/tmph_cms0o8/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group +#15 22.34 Cached command line: /usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmph_cms0o8/testfile.c -o /mesa/_build/meson-private/tmph_cms0o8/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 int main(void) { return 0; } +#15 22.34 int main(void) { return 0; } +#15 22.34 +#15 22.34 Cached compiler stdout:#15 22.34 +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES (cached) +#15 22.34 Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES (cached) +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpew0r4uj1/testfile.c -o /mesa/_build/meson-private/tmpew0r4uj1/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group +#15 22.34 Cached command line: /usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpew0r4uj1/testfile.c -o /mesa/_build/meson-private/tmpew0r4uj1/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group +#15 22.34 +#15 22.34 Code: +#15 22.34 int main(void) { return 0; } +#15 22.34 +#15 22.34 Code: +#15 22.34 int main(void) { return 0; } +#15 22.34 +#15 22.34 Cached compiler stdout:#15 22.34 +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Compiler for C supports link arguments -Wl,-z,relro: YES (cached) +#15 22.34 Compiler for C supports link arguments -Wl,-z,relro: YES (cached) +#15 22.34 Configuring VkLayer_INTEL_nullhw.json using configuration +#15 22.34 Configuring VkLayer_INTEL_nullhw.json.in_dev.json using configuration +#15 22.34 Configuring VkLayer_INTEL_nullhw.json using configuration +#15 22.34 Configuring VkLayer_INTEL_nullhw.json.in_dev.json using configuration +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpdxp4o3wi +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 int i;#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpdxp4o3wi +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpdxp4o3wi/testfile.c -o /mesa/_build/meson-private/tmpdxp4o3wi/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpdxp4o3wi/testfile.c -o /mesa/_build/meson-private/tmpdxp4o3wi/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 22.34 Compiler for C supports arguments -Werror=switch: YES +#15 22.34 Compiler for C supports arguments -Werror=switch: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp8evg272p#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp8evg272p +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; + +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp8evg272p/testfile.cpp -o /mesa/_build/meson-private/tmp8evg272p/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Compiler for C++ supports arguments -Wno-unused-variable: YES #15 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp8evg272p/testfile.cpp -o /mesa/_build/meson-private/tmp8evg272p/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Compiler for C++ supports arguments -Wno-unused-variable: YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpo_7iequ7 + +#15 22.34 Working directory: /mesa/_build/meson-private/tmpo_7iequ7 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpo_7iequ7/testfile.cpp -o /mesa/_build/meson-private/tmpo_7iequ7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Compiler for C++ supports arguments -Wno-unused-local-typedefs: YES #15 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpo_7iequ7/testfile.cpp -o /mesa/_build/meson-private/tmpo_7iequ7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Compiler for C++ supports arguments -Wno-unused-local-typedefs: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp3y3d02no +#15 22.34 Code: + +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp3y3d02no +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 int i;#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp3y3d02no/testfile.cpp -o /mesa/_build/meson-private/tmp3y3d02no/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp3y3d02no/testfile.cpp -o /mesa/_build/meson-private/tmp3y3d02no/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Compiler for C++ supports arguments -Wno-unused-but-set-variable: YES + +#15 22.34 Compiler for C++ supports arguments -Wno-unused-but-set-variable: YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpejuy38cg +#15 22.34 Code:#15 22.34 Working directory: /mesa/_build/meson-private/tmpejuy38cg +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; + +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpejuy38cg/testfile.cpp -o /mesa/_build/meson-private/tmpejuy38cg/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpejuy38cg/testfile.cpp -o /mesa/_build/meson-private/tmpejuy38cg/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 stderr: +#15 22.34 error: unknown warning option '-Wmaybe-uninitialized'; did you mean '-Wuninitialized'? [-Werror,-Wunknown-warning-option] +#15 22.34 error: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Werror,-Wunknown-warning-option] +#15 22.34 stderr: +#15 22.34 error: unknown warning option '-Wmaybe-uninitialized'; did you mean '-Wuninitialized'? [-Werror,-Wunknown-warning-option] +#15 22.34 error: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Werror,-Wunknown-warning-option] +#15 22.34 ----------- +#15 22.34 Compiler for C++ supports arguments -Wno-maybe-uninitialized: NO +#15 22.34 ----------- +#15 22.34 Compiler for C++ supports arguments -Wno-maybe-uninitialized: NO +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpp53gs1y5 +#15 22.34 Working directory: /mesa/_build/meson-private/tmpp53gs1y5 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 #15 22.34 int i; +#15 22.34 +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpp53gs1y5/testfile.cpp -o /mesa/_build/meson-private/tmpp53gs1y5/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpp53gs1y5/testfile.cpp -o /mesa/_build/meson-private/tmpp53gs1y5/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Compiler for C++ supports arguments -Wno-self-assign: YES +#15 22.34 Running compile:#15 22.34 Compiler for C++ supports arguments -Wno-self-assign: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpc7eqb_jl + +#15 22.34 Working directory: /mesa/_build/meson-private/tmpc7eqb_jl +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 int i;#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpc7eqb_jl/testfile.cpp -o /mesa/_build/meson-private/tmpc7eqb_jl/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpc7eqb_jl/testfile.cpp -o /mesa/_build/meson-private/tmpc7eqb_jl/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 stderr: + +#15 22.34 stderr: +#15 22.34 clang++: error: no such file or directory: '/wd4189' +#15 22.34 clang++: error: no such file or directory: '/wd4189' +#15 22.34 ----------- +#15 22.34 Compiler for C++ supports arguments /wd4189: NO #15 22.34 ----------- +#15 22.34 Compiler for C++ supports arguments /wd4189: NO +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpadof4jhu +#15 22.34 Code: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpadof4jhu +#15 22.34 Code: +#15 22.34 extern int i; + +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 -----------#15 22.34 +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpadof4jhu/testfile.cpp -o /mesa/_build/meson-private/tmpadof4jhu/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpadof4jhu/testfile.cpp -o /mesa/_build/meson-private/tmpadof4jhu/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Compiler for C++ supports arguments -Wno-uninitialized: YES + +#15 22.34 Compiler for C++ supports arguments -Wno-uninitialized: YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpi8fld6cl +#15 22.34 Working directory: /mesa/_build/meson-private/tmpi8fld6cl +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 -----------#15 22.34 +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpi8fld6cl/testfile.cpp -o /mesa/_build/meson-private/tmpi8fld6cl/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpi8fld6cl/testfile.cpp -o /mesa/_build/meson-private/tmpi8fld6cl/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Compiler for C++ supports arguments -fno-exceptions: YES + +#15 22.34 Compiler for C++ supports arguments -fno-exceptions: YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp89eqv3e6 +#15 22.34 Code:#15 22.34 Working directory: /mesa/_build/meson-private/tmp89eqv3e6 +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 + +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp89eqv3e6/testfile.cpp -o /mesa/_build/meson-private/tmp89eqv3e6/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp89eqv3e6/testfile.cpp -o /mesa/_build/meson-private/tmp89eqv3e6/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Compiler for C++ supports arguments -fno-rtti: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpsl_49j3b +#15 22.34 Compiler for C++ supports arguments -fno-rtti: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpsl_49j3b +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 #15 22.34 int i; +#15 22.34 +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpsl_49j3b/testfile.cpp -o /mesa/_build/meson-private/tmpsl_49j3b/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpsl_49j3b/testfile.cpp -o /mesa/_build/meson-private/tmpsl_49j3b/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Compiler for C++ supports arguments -Wimplicit-fallthrough: YES +#15 22.34 Running compile:#15 22.34 Compiler for C++ supports arguments -Wimplicit-fallthrough: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmph2a0h_jl +#15 22.34 Working directory: /mesa/_build/meson-private/tmph2a0h_jl +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; + +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmph2a0h_jl/testfile.cpp -o /mesa/_build/meson-private/tmph2a0h_jl/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Compiler for C++ supports arguments -Wshadow: YES #15 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmph2a0h_jl/testfile.cpp -o /mesa/_build/meson-private/tmph2a0h_jl/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Compiler for C++ supports arguments -Wshadow: YES +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpp463v1vu/testfile.c -o /mesa/_build/meson-private/tmpp463v1vu/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 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpp463v1vu/testfile.c -o /mesa/_build/meson-private/tmpp463v1vu/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 22.34 +#15 22.34 Code: +#15 22.34 extern int i;#15 22.34 +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 int i; + +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Compiler for C supports arguments -Wimplicit-fallthrough: YES (cached) +#15 22.34 Compiler for C supports arguments -Wimplicit-fallthrough: YES (cached) +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpsehah2tu +#15 22.34 Working directory: /mesa/_build/meson-private/tmpsehah2tu +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpsehah2tu/testfile.c -o /mesa/_build/meson-private/tmpsehah2tu/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpsehah2tu/testfile.c -o /mesa/_build/meson-private/tmpsehah2tu/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 22.34 Compiler for C supports arguments -Wshadow: YES +#15 22.34 Running compile:#15 22.34 Compiler for C supports arguments -Wshadow: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpfs3y7ihc +#15 22.34 Working directory: /mesa/_build/meson-private/tmpfs3y7ihc +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 -----------#15 22.34 +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpfs3y7ihc/testfile.c -o /mesa/_build/meson-private/tmpfs3y7ihc/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpfs3y7ihc/testfile.c -o /mesa/_build/meson-private/tmpfs3y7ihc/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 22.34 Compiler for C supports arguments -Wall: YES +#15 22.34 Compiler for C supports arguments -Wall: YES +#15 22.34 Running compile: + +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp0mz2qf59 +#15 22.34 Working directory: /mesa/_build/meson-private/tmp0mz2qf59 +#15 22.34 Code: +#15 22.34 extern int i;#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp0mz2qf59/testfile.c -o /mesa/_build/meson-private/tmp0mz2qf59/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp0mz2qf59/testfile.c -o /mesa/_build/meson-private/tmp0mz2qf59/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 22.34 Compiler for C supports arguments -Wextra: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmps7pmngc8 +#15 22.34 Code: +#15 22.34 Compiler for C supports arguments -Wextra: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmps7pmngc8 +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 #15 22.34 int i; +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmps7pmngc8/testfile.c -o /mesa/_build/meson-private/tmps7pmngc8/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmps7pmngc8/testfile.c -o /mesa/_build/meson-private/tmps7pmngc8/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 22.34 Compiler for C supports arguments -Wno-unused: YES +#15 22.34 Compiler for C supports arguments -Wno-unused: YES +#15 22.34 Running compile: + +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp2jodxars +#15 22.34 Working directory: /mesa/_build/meson-private/tmp2jodxars +#15 22.34 Code: +#15 22.34 extern int i;#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp2jodxars/testfile.c -o /mesa/_build/meson-private/tmp2jodxars/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp2jodxars/testfile.c -o /mesa/_build/meson-private/tmp2jodxars/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 22.34 Compiler for C supports arguments -Wno-unused-parameter: YES +#15 22.34 Compiler for C supports arguments -Wno-unused-parameter: YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpmxhlf329 +#15 22.34 Working directory: /mesa/_build/meson-private/tmpmxhlf329 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 -----------#15 22.34 +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpmxhlf329/testfile.c -o /mesa/_build/meson-private/tmpmxhlf329/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpmxhlf329/testfile.c -o /mesa/_build/meson-private/tmpmxhlf329/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 22.34 Compiler for C supports arguments -Wno-unused-command-line-argument: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmppo_g_tr_ +#15 22.34 Compiler for C supports arguments -Wno-unused-command-line-argument: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmppo_g_tr_ +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 #15 22.34 int i; +#15 22.34 +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmppo_g_tr_/testfile.c -o /mesa/_build/meson-private/tmppo_g_tr_/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmppo_g_tr_/testfile.c -o /mesa/_build/meson-private/tmppo_g_tr_/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 22.34 Compiler for C supports arguments -Wno-ignored-qualifiers: YES +#15 22.34 Using cached compile:#15 22.34 Compiler for C supports arguments -Wno-ignored-qualifiers: YES +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmppzoxje94/testfile.c -o /mesa/_build/meson-private/tmppzoxje94/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 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmppzoxje94/testfile.c -o /mesa/_build/meson-private/tmppzoxje94/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 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 #15 22.34 int i; +#15 22.34 +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: + +#15 22.34 +#15 22.34 Compiler for C supports arguments -Wno-missing-field-initializers: YES (cached) +#15 22.34 Running compile:#15 22.34 +#15 22.34 Compiler for C supports arguments -Wno-missing-field-initializers: YES (cached) +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp_4aryr29 + +#15 22.34 Working directory: /mesa/_build/meson-private/tmp_4aryr29 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 int i;#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp_4aryr29/testfile.c -o /mesa/_build/meson-private/tmp_4aryr29/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp_4aryr29/testfile.c -o /mesa/_build/meson-private/tmp_4aryr29/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 22.34 Compiler for C supports arguments -Wno-self-assign: YES +#15 22.34 Running compile: + +#15 22.34 Compiler for C supports arguments -Wno-self-assign: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpqp0vhors +#15 22.34 Working directory: /mesa/_build/meson-private/tmpqp0vhors +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 int i; +#15 22.34 +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpqp0vhors/testfile.c -o /mesa/_build/meson-private/tmpqp0vhors/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 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpqp0vhors/testfile.c -o /mesa/_build/meson-private/tmpqp0vhors/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 22.34 Compiler for C supports arguments -Wno-implicit-fallthrough: YES + +#15 22.34 Compiler for C supports arguments -Wno-implicit-fallthrough: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpp26o1lnq +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpp26o1lnq +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 int i; +#15 22.34 +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpp26o1lnq/testfile.c -o /mesa/_build/meson-private/tmpp26o1lnq/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 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpp26o1lnq/testfile.c -o /mesa/_build/meson-private/tmpp26o1lnq/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 22.34 Compiler for C supports arguments -Werror=comment: YES + +#15 22.34 Compiler for C supports arguments -Werror=comment: YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp6wq6razp +#15 22.34 Code:#15 22.34 Working directory: /mesa/_build/meson-private/tmp6wq6razp +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; + +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp6wq6razp/testfile.c -o /mesa/_build/meson-private/tmp6wq6razp/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp6wq6razp/testfile.c -o /mesa/_build/meson-private/tmp6wq6razp/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 22.34 Compiler for C supports arguments -Werror=missing-braces: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpomyhsusq +#15 22.34 Compiler for C supports arguments -Werror=missing-braces: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpomyhsusq +#15 22.34 Code: +#15 22.34 extern int i;#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 int i; + +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpomyhsusq/testfile.c -o /mesa/_build/meson-private/tmpomyhsusq/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpomyhsusq/testfile.c -o /mesa/_build/meson-private/tmpomyhsusq/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 22.34 Compiler for C supports arguments -Werror=override-init: YES +#15 22.34 Running compile:#15 22.34 Compiler for C supports arguments -Werror=override-init: YES +#15 22.34 Running compile: + +#15 22.34 Working directory: /mesa/_build/meson-private/tmptygs2j9n +#15 22.34 Working directory: /mesa/_build/meson-private/tmptygs2j9n +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 int i;#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmptygs2j9n/testfile.c -o /mesa/_build/meson-private/tmptygs2j9n/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmptygs2j9n/testfile.c -o /mesa/_build/meson-private/tmptygs2j9n/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 22.34 Compiler for C supports arguments -Werror=enum-conversion: YES +#15 22.34 Compiler for C supports arguments -Werror=enum-conversion: YES +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpg1mq9f92 +#15 22.34 Code:#15 22.34 Working directory: /mesa/_build/meson-private/tmpg1mq9f92 +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; + +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpg1mq9f92/testfile.c -o /mesa/_build/meson-private/tmpg1mq9f92/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpg1mq9f92/testfile.c -o /mesa/_build/meson-private/tmpg1mq9f92/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 22.34 Compiler for C supports arguments -Werror=enum-compare: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmph4ehjrtd +#15 22.34 Compiler for C supports arguments -Werror=enum-compare: YES +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmph4ehjrtd +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 int i;#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmph4ehjrtd/testfile.c -o /mesa/_build/meson-private/tmph4ehjrtd/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmph4ehjrtd/testfile.c -o /mesa/_build/meson-private/tmph4ehjrtd/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 22.34 stderr: +#15 22.34 stderr: +#15 22.34 error: unknown warning option '-Werror=maybe-uninitialized'; did you mean '-Werror=uninitialized'? [-Werror,-Wunknown-warning-option] +#15 22.34 error: unknown warning option '-Werror=maybe-uninitialized'; did you mean '-Werror=uninitialized'? [-Werror,-Wunknown-warning-option] +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Compiler for C supports arguments -Werror=maybe-uninitialized: NO + +#15 22.34 Compiler for C supports arguments -Werror=maybe-uninitialized: NO +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpqsip2qia +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpqsip2qia +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 int i; +#15 22.34 +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpqsip2qia/testfile.c -o /mesa/_build/meson-private/tmpqsip2qia/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 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpqsip2qia/testfile.c -o /mesa/_build/meson-private/tmpqsip2qia/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 22.34 Compiler for C supports arguments -Werror=parentheses: YES +#15 22.34 Compiler for C supports arguments -Werror=parentheses: YES +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpfs3y7ihc/testfile.c -o /mesa/_build/meson-private/tmpfs3y7ihc/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 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpfs3y7ihc/testfile.c -o /mesa/_build/meson-private/tmpfs3y7ihc/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 22.34 +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 int i;#15 22.34 +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Compiler for C supports arguments -Wall: YES (cached) +#15 22.34 Compiler for C supports arguments -Wall: YES (cached) +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp0mz2qf59/testfile.c -o /mesa/_build/meson-private/tmp0mz2qf59/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 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp0mz2qf59/testfile.c -o /mesa/_build/meson-private/tmp0mz2qf59/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 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 Cached compiler stdout:#15 22.34 +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Compiler for C supports arguments -Wextra: YES (cached)#15 22.34 +#15 22.34 Compiler for C supports arguments -Wextra: YES (cached) +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmps7pmngc8/testfile.c -o /mesa/_build/meson-private/tmps7pmngc8/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 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmps7pmngc8/testfile.c -o /mesa/_build/meson-private/tmps7pmngc8/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 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Compiler for C supports arguments -Wno-unused: YES (cached) +#15 22.34 Compiler for C supports arguments -Wno-unused: YES (cached) +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp2jodxars/testfile.c -o /mesa/_build/meson-private/tmp2jodxars/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 22.34 +#15 22.34 Code: +#15 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp2jodxars/testfile.c -o /mesa/_build/meson-private/tmp2jodxars/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 22.34 +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 Cached compiler stdout:#15 22.34 +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Compiler for C supports arguments -Wno-unused-parameter: YES (cached) +#15 22.34 Compiler for C supports arguments -Wno-unused-parameter: YES (cached) +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpmxhlf329/testfile.c -o /mesa/_build/meson-private/tmpmxhlf329/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 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpmxhlf329/testfile.c -o /mesa/_build/meson-private/tmpmxhlf329/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 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 extern int i;#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Compiler for C supports arguments -Wno-unused-command-line-argument: YES (cached) +#15 22.34 Compiler for C supports arguments -Wno-unused-command-line-argument: YES (cached) +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmppo_g_tr_/testfile.c -o /mesa/_build/meson-private/tmppo_g_tr_/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 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmppo_g_tr_/testfile.c -o /mesa/_build/meson-private/tmppo_g_tr_/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 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Compiler for C supports arguments -Wno-ignored-qualifiers: YES (cached) +#15 22.34 Compiler for C supports arguments -Wno-ignored-qualifiers: YES (cached) +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmppzoxje94/testfile.c -o /mesa/_build/meson-private/tmppzoxje94/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 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmppzoxje94/testfile.c -o /mesa/_build/meson-private/tmppzoxje94/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 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 int i;#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Compiler for C supports arguments -Wno-missing-field-initializers: YES (cached) +#15 22.34 Using cached compile:#15 22.34 Compiler for C supports arguments -Wno-missing-field-initializers: YES (cached) +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp_4aryr29/testfile.c -o /mesa/_build/meson-private/tmp_4aryr29/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 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp_4aryr29/testfile.c -o /mesa/_build/meson-private/tmp_4aryr29/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 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 Cached compiler stdout:#15 22.34 +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Compiler for C supports arguments -Wno-self-assign: YES (cached) +#15 22.34 Using cached compile:#15 22.34 Compiler for C supports arguments -Wno-self-assign: YES (cached) +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpqp0vhors/testfile.c -o /mesa/_build/meson-private/tmpqp0vhors/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 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpqp0vhors/testfile.c -o /mesa/_build/meson-private/tmpqp0vhors/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 22.34 +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Compiler for C supports arguments -Wno-implicit-fallthrough: YES (cached) +#15 22.34 Compiler for C supports arguments -Wno-implicit-fallthrough: YES (cached) +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpp26o1lnq/testfile.c -o /mesa/_build/meson-private/tmpp26o1lnq/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 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpp26o1lnq/testfile.c -o /mesa/_build/meson-private/tmpp26o1lnq/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 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 int i;#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Compiler for C supports arguments -Werror=comment: YES (cached) +#15 22.34 Using cached compile:#15 22.34 Compiler for C supports arguments -Werror=comment: YES (cached) +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp6wq6razp/testfile.c -o /mesa/_build/meson-private/tmp6wq6razp/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 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp6wq6razp/testfile.c -o /mesa/_build/meson-private/tmp6wq6razp/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 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Compiler for C supports arguments -Werror=missing-braces: YES (cached) +#15 22.34 Compiler for C supports arguments -Werror=missing-braces: YES (cached) +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpomyhsusq/testfile.c -o /mesa/_build/meson-private/tmpomyhsusq/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 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpomyhsusq/testfile.c -o /mesa/_build/meson-private/tmpomyhsusq/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 22.34 +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 Cached compiler stdout:#15 22.34 +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Compiler for C supports arguments -Werror=override-init: YES (cached) +#15 22.34 Using cached compile:#15 22.34 Compiler for C supports arguments -Werror=override-init: YES (cached) +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmptygs2j9n/testfile.c -o /mesa/_build/meson-private/tmptygs2j9n/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 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmptygs2j9n/testfile.c -o /mesa/_build/meson-private/tmptygs2j9n/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 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 #15 22.34 int i; +#15 22.34 +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Compiler for C supports arguments -Werror=enum-conversion: YES (cached) + +#15 22.34 Compiler for C supports arguments -Werror=enum-conversion: YES (cached) +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpg1mq9f92/testfile.c -o /mesa/_build/meson-private/tmpg1mq9f92/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 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpg1mq9f92/testfile.c -o /mesa/_build/meson-private/tmpg1mq9f92/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 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Compiler for C supports arguments -Werror=enum-compare: YES (cached) +#15 22.34 Compiler for C supports arguments -Werror=enum-compare: YES (cached) +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmph4ehjrtd/testfile.c -o /mesa/_build/meson-private/tmph4ehjrtd/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 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmph4ehjrtd/testfile.c -o /mesa/_build/meson-private/tmph4ehjrtd/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 22.34 +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 error: unknown warning option '-Werror=maybe-uninitialized'; did you mean '-Werror=uninitialized'? [-Werror,-Wunknown-warning-option] +#15 22.34 #15 22.34 error: unknown warning option '-Werror=maybe-uninitialized'; did you mean '-Werror=uninitialized'? [-Werror,-Wunknown-warning-option] +#15 22.34 +#15 22.34 Compiler for C supports arguments -Werror=maybe-uninitialized: NO (cached) + +#15 22.34 Compiler for C supports arguments -Werror=maybe-uninitialized: NO (cached) +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpfs3y7ihc/testfile.c -o /mesa/_build/meson-private/tmpfs3y7ihc/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 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpfs3y7ihc/testfile.c -o /mesa/_build/meson-private/tmpfs3y7ihc/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 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 #15 22.34 int i; +#15 22.34 +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Compiler for C supports arguments -Wall: YES (cached) +#15 22.34 Compiler for C supports arguments -Wall: YES (cached) +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp0mz2qf59/testfile.c -o /mesa/_build/meson-private/tmp0mz2qf59/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 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp0mz2qf59/testfile.c -o /mesa/_build/meson-private/tmp0mz2qf59/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 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 #15 22.34 int i; +#15 22.34 +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Compiler for C supports arguments -Wextra: YES (cached) + +#15 22.34 Compiler for C supports arguments -Wextra: YES (cached) +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmps7pmngc8/testfile.c -o /mesa/_build/meson-private/tmps7pmngc8/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 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmps7pmngc8/testfile.c -o /mesa/_build/meson-private/tmps7pmngc8/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 22.34 +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 Cached compiler stdout:#15 22.34 +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Compiler for C supports arguments -Wno-unused: YES (cached) +#15 22.34 Compiler for C supports arguments -Wno-unused: YES (cached) +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp2jodxars/testfile.c -o /mesa/_build/meson-private/tmp2jodxars/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 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp2jodxars/testfile.c -o /mesa/_build/meson-private/tmp2jodxars/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 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; + +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Compiler for C supports arguments -Wno-unused-parameter: YES (cached) +#15 22.34 Compiler for C supports arguments -Wno-unused-parameter: YES (cached) +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpmxhlf329/testfile.c -o /mesa/_build/meson-private/tmpmxhlf329/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 22.34 #15 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpmxhlf329/testfile.c -o /mesa/_build/meson-private/tmpmxhlf329/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 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 #15 22.34 int i; +#15 22.34 +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Compiler for C supports arguments -Wno-unused-command-line-argument: YES (cached) + +#15 22.34 Compiler for C supports arguments -Wno-unused-command-line-argument: YES (cached) +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmppo_g_tr_/testfile.c -o /mesa/_build/meson-private/tmppo_g_tr_/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 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmppo_g_tr_/testfile.c -o /mesa/_build/meson-private/tmppo_g_tr_/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 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 #15 22.34 int i; +#15 22.34 +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Compiler for C supports arguments -Wno-ignored-qualifiers: YES (cached)#15 22.34 +#15 22.34 Compiler for C supports arguments -Wno-ignored-qualifiers: YES (cached) +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmppzoxje94/testfile.c -o /mesa/_build/meson-private/tmppzoxje94/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 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmppzoxje94/testfile.c -o /mesa/_build/meson-private/tmppzoxje94/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 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 int i;#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Compiler for C supports arguments -Wno-missing-field-initializers: YES (cached) +#15 22.34 Compiler for C supports arguments -Wno-missing-field-initializers: YES (cached) +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp_4aryr29/testfile.c -o /mesa/_build/meson-private/tmp_4aryr29/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 22.34 #15 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp_4aryr29/testfile.c -o /mesa/_build/meson-private/tmp_4aryr29/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 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Compiler for C supports arguments -Wno-self-assign: YES (cached) +#15 22.34 Compiler for C supports arguments -Wno-self-assign: YES (cached) +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpqp0vhors/testfile.c -o /mesa/_build/meson-private/tmpqp0vhors/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 22.34 #15 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpqp0vhors/testfile.c -o /mesa/_build/meson-private/tmpqp0vhors/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 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 #15 22.34 int i; +#15 22.34 +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Compiler for C supports arguments -Wno-implicit-fallthrough: YES (cached) +#15 22.34 Compiler for C supports arguments -Wno-implicit-fallthrough: YES (cached) +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: + +#15 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpp26o1lnq/testfile.c -o /mesa/_build/meson-private/tmpp26o1lnq/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 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpp26o1lnq/testfile.c -o /mesa/_build/meson-private/tmpp26o1lnq/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 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; + +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Compiler for C supports arguments -Werror=comment: YES (cached) +#15 22.34 Using cached compile:#15 22.34 Compiler for C supports arguments -Werror=comment: YES (cached) +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp6wq6razp/testfile.c -o /mesa/_build/meson-private/tmp6wq6razp/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 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp6wq6razp/testfile.c -o /mesa/_build/meson-private/tmp6wq6razp/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 22.34 +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Compiler for C supports arguments -Werror=missing-braces: YES (cached) +#15 22.34 Compiler for C supports arguments -Werror=missing-braces: YES (cached) +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpomyhsusq/testfile.c -o /mesa/_build/meson-private/tmpomyhsusq/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 22.34 #15 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpomyhsusq/testfile.c -o /mesa/_build/meson-private/tmpomyhsusq/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 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; + +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Compiler for C supports arguments -Werror=override-init: YES (cached) +#15 22.34 Compiler for C supports arguments -Werror=override-init: YES (cached) +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmptygs2j9n/testfile.c -o /mesa/_build/meson-private/tmptygs2j9n/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 22.34 #15 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmptygs2j9n/testfile.c -o /mesa/_build/meson-private/tmptygs2j9n/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 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 #15 22.34 int i; +#15 22.34 +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Compiler for C supports arguments -Werror=enum-conversion: YES (cached) +#15 22.34 Compiler for C supports arguments -Werror=enum-conversion: YES (cached) +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpg1mq9f92/testfile.c -o /mesa/_build/meson-private/tmpg1mq9f92/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 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpg1mq9f92/testfile.c -o /mesa/_build/meson-private/tmpg1mq9f92/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 22.34 +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 int i; +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Compiler for C supports arguments -Werror=enum-compare: YES (cached) +#15 22.34 Compiler for C supports arguments -Werror=enum-compare: YES (cached) +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmph4ehjrtd/testfile.c -o /mesa/_build/meson-private/tmph4ehjrtd/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 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmph4ehjrtd/testfile.c -o /mesa/_build/meson-private/tmph4ehjrtd/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 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 int i;#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 error: unknown warning option '-Werror=maybe-uninitialized'; did you mean '-Werror=uninitialized'? [-Werror,-Wunknown-warning-option]#15 22.34 Cached compiler stderr: +#15 22.34 error: unknown warning option '-Werror=maybe-uninitialized'; did you mean '-Werror=uninitialized'? [-Werror,-Wunknown-warning-option] +#15 22.34 + +#15 22.34 +#15 22.34 Compiler for C supports arguments -Werror=maybe-uninitialized: NO (cached) +#15 22.34 Compiler for C supports arguments -Werror=maybe-uninitialized: NO (cached) +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp24nak5_2#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp24nak5_2 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; + +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 -----------#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp24nak5_2/testfile.c -o /mesa/_build/meson-private/tmp24nak5_2/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp24nak5_2/testfile.c -o /mesa/_build/meson-private/tmp24nak5_2/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 22.34 Compiler for C supports arguments -Wno-gnu-variable-sized-type-not-at-end: YES +#15 22.34 Compiler for C supports arguments -Wno-gnu-variable-sized-type-not-at-end: YES +#15 22.34 Running command: /usr/sbin/cbindgen --version + +#15 22.34 Running command: /usr/sbin/cbindgen --version +#15 22.34 --- stdout --- +#15 22.34 cbindgen 0.29.0 +#15 22.34 +#15 22.34 --- stderr ---#15 22.34 --- stdout --- +#15 22.34 cbindgen 0.29.0 +#15 22.34 +#15 22.34 --- stderr --- +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Program cbindgen found: YES 0.29.0 0.29.0 (/usr/sbin/cbindgen) +#15 22.34 Program cbindgen found: YES 0.29.0 0.29.0 (/usr/sbin/cbindgen) +#15 22.34 Looking for a fallback subproject for the dependency paste because: +#15 22.34 Looking for a fallback subproject for the dependency paste because: +#15 22.34 Use of fallback dependencies is forced. +#15 22.34 Use of fallback dependencies is forced. +#15 22.34 Downloading paste source from https://crates.io/api/v1/crates/paste/1.0.14/download +#15 22.34 Downloading paste source from https://crates.io/api/v1/crates/paste/1.0.14/download +#15 22.34 +#15 22.34 Executing subproject paste +#15 22.34 #15 22.34 +#15 22.34 Executing subproject paste +#15 22.34 +#15 22.34 Project name: paste + +#15 22.34 Project name: paste +#15 22.34 Project version: 1.0.14 +#15 22.34 Project version: 1.0.14 +#15 22.34 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold (rustc 1.90.0 "1.90.0") +#15 22.34 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold (rustc 1.90.0 "1.90.0") +#15 22.34 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold ld.mold 2.40.4 +#15 22.34 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold ld.mold 2.40.4 +#15 22.34 Rust compiler for the build machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold (rustc 1.90.0 "1.90.0") +#15 22.34 Rust compiler for the build machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold (rustc 1.90.0 "1.90.0") +#15 22.34 Rust linker for the build machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold ld.mold 2.40.4 +#15 22.34 Rust linker for the build machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold ld.mold 2.40.4 +#15 22.34 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 22.34 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 22.34 Build targets in project: 455 +#15 22.34 Build targets in project: 455 +#15 22.34 WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 22.34 WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 22.34 * 1.3.0: {'rust.proc_macro'} +#15 22.34 * 1.3.0: {'rust.proc_macro'} +#15 22.34 Subproject paste finished. +#15 22.34 Subproject paste finished. +#15 22.34 +#15 22.34 + +#15 22.34 Dependency paste from subproject subprojects/paste-1.0.14 found: YES 1.0.14 +#15 22.34 Dependency paste from subproject subprojects/paste-1.0.14 found: YES 1.0.14 +#15 22.34 Dependency paste found: YES 1.0.14 (cached) +#15 22.34 Dependency paste found: YES 1.0.14 (cached) +#15 22.34 Looking for a fallback subproject for the dependency rustc-hash because: +#15 22.34 Looking for a fallback subproject for the dependency rustc-hash because: +#15 22.34 Use of fallback dependencies is forced. +#15 22.34 Use of fallback dependencies is forced. +#15 22.34 Downloading rustc-hash source from https://crates.io/api/v1/crates/rustc-hash/2.1.1/download#15 22.34 Downloading rustc-hash source from https://crates.io/api/v1/crates/rustc-hash/2.1.1/download +#15 22.34 +#15 22.34 +#15 22.34 Executing subproject rustc-hash +#15 22.34 Executing subproject rustc-hash +#15 22.34 +#15 22.34 +#15 22.34 Project name: rustc_hash +#15 22.34 Project name: rustc_hash +#15 22.34 Project version: 2.1.1 +#15 22.34 Project version: 2.1.1 +#15 22.34 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold (rustc 1.90.0 "1.90.0") +#15 22.34 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold (rustc 1.90.0 "1.90.0") +#15 22.34 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold ld.mold 2.40.4 +#15 22.34 Rust compiler for the build machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold (rustc 1.90.0 "1.90.0") +#15 22.34 Rust linker for the build machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold ld.mold 2.40.4 + +#15 22.34 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold ld.mold 2.40.4 +#15 22.34 Rust compiler for the build machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold (rustc 1.90.0 "1.90.0") +#15 22.34 Rust linker for the build machine: rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold ld.mold 2.40.4 +#15 22.34 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.34 Build targets in project: 462#15 22.34 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.34 Build targets in project: 462 +#15 22.34 WARNING: Project specifies no minimum version but uses features which were added in versions: + +#15 22.34 WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 22.34 * 1.3.0: {'rust_abi arg in static_library'} +#15 22.34 Subproject rustc-hash finished. +#15 22.34 * 1.3.0: {'rust_abi arg in static_library'} +#15 22.34 Subproject rustc-hash finished. +#15 22.34 +#15 22.34 Dependency rustc-hash from subproject subprojects/rustc-hash-2.1.1 found: YES 2.1.1#15 22.34 +#15 22.34 Dependency rustc-hash from subproject subprojects/rustc-hash-2.1.1 found: YES 2.1.1 +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpii5q8g58 +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpii5q8g58 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 #include +#15 22.34 #include +#15 22.34 void bar(void) { +#15 22.34 void bar(void) { +#15 22.34 (void) sizeof(std::pmr::monotonic_buffer_resource); +#15 22.34 (void) sizeof(std::pmr::monotonic_buffer_resource); +#15 22.34 } +#15 22.34 } +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpii5q8g58/testfile.cpp -o /mesa/_build/meson-private/tmpii5q8g58/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Checking for type "std::pmr::monotonic_buffer_resource" : YES #15 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpii5q8g58/testfile.cpp -o /mesa/_build/meson-private/tmpii5q8g58/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Checking for type "std::pmr::monotonic_buffer_resource" : YES +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp24nak5_2/testfile.c -o /mesa/_build/meson-private/tmp24nak5_2/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 22.34 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp24nak5_2/testfile.c -o /mesa/_build/meson-private/tmp24nak5_2/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 22.34 +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 int i; +#15 22.34 +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Compiler for C supports arguments -Wno-gnu-variable-sized-type-not-at-end: YES (cached) +#15 22.34 Running compile: +#15 22.34 Compiler for C supports arguments -Wno-gnu-variable-sized-type-not-at-end: YES (cached) +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpqml5_ldp +#15 22.34 Code:#15 22.34 Working directory: /mesa/_build/meson-private/tmpqml5_ldp +#15 22.34 Code: +#15 22.34 extern int i; +#15 22.34 extern int i; +#15 22.34 int i; + +#15 22.34 int i; +#15 22.34 +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpqml5_ldp/testfile.c -o /mesa/_build/meson-private/tmpqml5_ldp/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 22.34 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpqml5_ldp/testfile.c -o /mesa/_build/meson-private/tmpqml5_ldp/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 22.34 Compiler for C supports arguments -Wno-missing-prototypes: YES +#15 22.34 Compiler for C supports arguments -Wno-missing-prototypes: YES +#15 22.34 Configuring rusticl.icd using configuration +#15 22.34 Configuring rusticl.icd using configuration +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp8d67__ap +#15 22.34 Working directory: /mesa/_build/meson-private/tmp8d67__ap +#15 22.34 Code: +#15 22.34 int main(void) { return 0; }#15 22.34 Code: +#15 22.34 int main(void) { return 0; } +#15 22.34 +#15 22.34 +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp8d67__ap/testfile.c -o /mesa/_build/meson-private/tmp8d67__ap/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp8d67__ap/testfile.c -o /mesa/_build/meson-private/tmp8d67__ap/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Compiler for C supports link arguments -Wl,--default-symver: YES +#15 22.34 Compiler for C supports link arguments -Wl,--default-symver: YES +#15 22.34 Configuring dri.sym using configuration +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp6t81vnjw +#15 22.34 Code:#15 22.34 Configuring dri.sym using configuration +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp6t81vnjw +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #define mincore meson_disable_define_of_mincore +#15 22.34 #define mincore meson_disable_define_of_mincore +#15 22.34 + +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 #undef mincore +#15 22.34 #15 22.34 #undef mincore +#15 22.34 +#15 22.34 #ifdef __cplusplus + +#15 22.34 #ifdef __cplusplus +#15 22.34 extern "C" +#15 22.34 extern "C" +#15 22.34 #endif +#15 22.34 char mincore (void);#15 22.34 #endif +#15 22.34 char mincore (void); +#15 22.34 + +#15 22.34 +#15 22.34 #if defined __stub_mincore || defined __stub___mincore +#15 22.34 #if defined __stub_mincore || defined __stub___mincore +#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif#15 22.34 fail fail fail this function is not going to work +#15 22.34 #endif +#15 22.34 + +#15 22.34 +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 return mincore (); +#15 22.34 }#15 22.34 return mincore (); +#15 22.34 } +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp6t81vnjw/testfile.c -o /mesa/_build/meson-private/tmp6t81vnjw/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp6t81vnjw/testfile.c -o /mesa/_build/meson-private/tmp6t81vnjw/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 -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0 +#15 22.34 Checking for function "mincore" : YES + +#15 22.34 Checking for function "mincore" : YES +#15 22.34 Configuring 50_mesa.json using configuration +#15 22.34 Configuring 50_mesa.json using configuration +#15 22.34 Configuring devenv_glvnd_egl.json using configuration +#15 22.34 Configuring dri.sym using configuration#15 22.34 Configuring devenv_glvnd_egl.json using configuration +#15 22.34 Configuring dri.sym using configuration +#15 22.34 Program ln found: YES (/usr/sbin/ln) + +#15 22.34 Program ln found: YES (/usr/sbin/ln) +#15 22.34 Program sphinx-build skipped: feature html-docs disabled +#15 22.34 Program sphinx-build skipped: feature html-docs disabled +#15 22.34 Build targets in project: 595 +#15 22.34 Build targets in project: 595 +#15 22.34 +#15 22.34 +#15 22.34 mesa 25.2.4 +#15 22.34 #15 22.34 mesa 25.2.4 +#15 22.34 +#15 22.34 Directories +#15 22.34 Directories +#15 22.34 prefix : /usr +#15 22.34 prefix : /usr +#15 22.34 libdir : lib + +#15 22.34 libdir : lib +#15 22.34 includedir : include +#15 22.34 includedir : include +#15 22.34 +#15 22.34 Common C and C++ arguments#15 22.34 +#15 22.34 Common C and C++ arguments +#15 22.34 c_cpp_args : -mtls-dialect=gnu2 +#15 22.34 c_cpp_args : -mtls-dialect=gnu2 +#15 22.34 +#15 22.34 +#15 22.34 OpenGL + +#15 22.34 OpenGL +#15 22.34 OpenGL : YES +#15 22.34 OpenGL : YES +#15 22.34 ES1 : NO +#15 22.34 ES2 : YES +#15 22.34 GLVND : YES +#15 22.34 +#15 22.34 DRI +#15 22.34 Platform : drm +#15 22.34 Driver dir : /usr/lib/dri#15 22.34 ES1 : NO +#15 22.34 ES2 : YES +#15 22.34 GLVND : YES +#15 22.34 +#15 22.34 DRI +#15 22.34 Platform : drm +#15 22.34 Driver dir : /usr/lib/dri +#15 22.34 + +#15 22.34 +#15 22.34 GLX +#15 22.34 GLX +#15 22.34 Enabled : YES +#15 22.34 Provider : dri#15 22.34 Enabled : YES +#15 22.34 Provider : dri +#15 22.34 +#15 22.34 +#15 22.34 EGL +#15 22.34 EGL +#15 22.34 Enabled : YES +#15 22.34 Enabled : YES +#15 22.34 Drivers : builtin:egl_dri2 builtin:egl_dri3 +#15 22.34 Drivers : builtin:egl_dri2 builtin:egl_dri3 +#15 22.34 Platforms : x11 wayland surfaceless drm xcb +#15 22.34 Platforms : x11 wayland surfaceless drm xcb +#15 22.34 + +#15 22.34 +#15 22.34 GBM +#15 22.34 GBM +#15 22.34 Enabled : YES +#15 22.34 External libgbm : NO#15 22.34 Enabled : YES +#15 22.34 External libgbm : NO +#15 22.34 Backends path : /usr/lib/gbm +#15 22.34 Backends path : /usr/lib/gbm +#15 22.34 +#15 22.34 +#15 22.34 Vulkan + +#15 22.34 Vulkan +#15 22.34 Drivers : amd intel intel_hasvk swrast virtio nouveau +#15 22.34 Drivers : amd intel intel_hasvk swrast virtio nouveau +#15 22.34 Platforms : x11 wayland surfaceless drm xcb +#15 22.34 ICD dir : share/vulkan/icd.d#15 22.34 Platforms : x11 wayland surfaceless drm xcb +#15 22.34 ICD dir : share/vulkan/icd.d +#15 22.34 Layers : device-select intel-nullhw overlay + +#15 22.34 Layers : device-select intel-nullhw overlay +#15 22.34 Intel Ray tracing : YES +#15 22.34 Intel Ray tracing : YES +#15 22.34 +#15 22.34 Video#15 22.34 +#15 22.34 Video +#15 22.34 Codecs : vc1dec h264dec h264enc h265dec h265enc av1dec av1enc + +#15 22.34 Codecs : vc1dec h264dec h264enc h265dec h265enc av1dec av1enc +#15 22.34 vp9dec +#15 22.34 vp9dec +#15 22.34 APIs : va vulkan +#15 22.34 #15 22.34 APIs : va vulkan +#15 22.34 +#15 22.34 LLVM + +#15 22.34 LLVM +#15 22.34 Required : enabled +#15 22.34 Required : enabled +#15 22.34 Version : 20.1.8 +#15 22.34 #15 22.34 Version : 20.1.8 +#15 22.34 +#15 22.34 Gallium +#15 22.34 Gallium +#15 22.34 Enabled : YES +#15 22.34 Enabled : YES +#15 22.34 Drivers : r300 r600 radeonsi nouveau virgl svga softpipe +#15 22.34 Drivers : r300 r600 radeonsi nouveau virgl svga softpipe +#15 22.34 llvmpipe i915 iris crocus zink +#15 22.34 llvmpipe i915 iris crocus zink +#15 22.34 Platforms : x11 wayland surfaceless drm xcb + +#15 22.34 Platforms : x11 wayland surfaceless drm xcb +#15 22.34 Frontends : mesa va rusticl +#15 22.34 Frontends : mesa va rusticl +#15 22.34 HUD lm-sensors : NO +#15 22.34 #15 22.34 HUD lm-sensors : NO +#15 22.34 +#15 22.34 Perfetto + +#15 22.34 Perfetto +#15 22.34 Enabled : NO +#15 22.34 Enabled : NO +#15 22.34 +#15 22.34 Teflon (TensorFlow Lite delegate)#15 22.34 +#15 22.34 Teflon (TensorFlow Lite delegate) +#15 22.34 Enabled : NO + +#15 22.34 Enabled : NO +#15 22.34 +#15 22.34 +#15 22.34 Subprojects +#15 22.34 paste : YES 2 warnings#15 22.34 Subprojects +#15 22.34 paste : YES 2 warnings +#15 22.34 proc-macro2 : YES 2 warnings (from syn => quote) +#15 22.34 proc-macro2 : YES 2 warnings (from syn => quote) +#15 22.34 quote : YES 2 warnings (from syn) +#15 22.34 rustc-hash : YES 2 warnings + +#15 22.34 quote : YES 2 warnings (from syn) +#15 22.34 rustc-hash : YES 2 warnings +#15 22.34 syn : YES 2 warnings +#15 22.34 unicode-ident : YES 2 warnings (from syn)#15 22.34 syn : YES 2 warnings +#15 22.34 unicode-ident : YES 2 warnings (from syn) +#15 22.34 +#15 22.34 +#15 22.34 User defined options + +#15 22.34 User defined options +#15 22.34 android-libbacktrace: disabled +#15 22.34 android-libbacktrace: disabled +#15 22.34 b_lto : false +#15 22.34 b_ndebug : false#15 22.34 b_lto : false +#15 22.34 b_ndebug : false +#15 22.34 buildtype : plain +#15 22.34 buildtype : plain +#15 22.34 egl : enabled +#15 22.34 egl : enabled +#15 22.34 force_fallback_for : syn,paste,rustc-hash +#15 22.34 force_fallback_for : syn,paste,rustc-hash +#15 22.34 gallium-drivers : r300,r600,radeonsi,nouveau,virgl,svga,softpipe,llvmpipe,i915,iris,crocus,zink +#15 22.34 gallium-drivers : r300,r600,radeonsi,nouveau,virgl,svga,softpipe,llvmpipe,i915,iris,crocus,zink +#15 22.34 gallium-extra-hud : true +#15 22.34 gallium-extra-hud : true +#15 22.34 gallium-rusticl : true + +#15 22.34 gallium-rusticl : true +#15 22.34 gallium-va : enabled +#15 22.34 gallium-va : enabled +#15 22.34 gbm : enabled +#15 22.34 gbm : enabled +#15 22.34 gles1 : disabled +#15 22.34 gles2 : enabled#15 22.34 gles1 : disabled +#15 22.34 gles2 : enabled +#15 22.34 glvnd : enabled +#15 22.34 glvnd : enabled +#15 22.34 glx : dri +#15 22.34 glx : dri +#15 22.34 legacy-x11 : dri2 + +#15 22.34 legacy-x11 : dri2 +#15 22.34 libunwind : enabled +#15 22.34 libunwind : enabled +#15 22.34 llvm : enabled +#15 22.34 lmsensors : disabled#15 22.34 llvm : enabled +#15 22.34 lmsensors : disabled +#15 22.34 microsoft-clc : disabled +#15 22.34 microsoft-clc : disabled +#15 22.34 platforms : x11,wayland + +#15 22.34 platforms : x11,wayland +#15 22.34 prefix : /usr +#15 22.34 prefix : /usr +#15 22.34 sysconfdir : /etc +#15 22.34 sysconfdir : /etc +#15 22.34 tools : [] +#15 22.34 valgrind : disabled#15 22.34 tools : [] +#15 22.34 valgrind : disabled +#15 22.34 video-codecs : all +#15 22.34 video-codecs : all +#15 22.34 vulkan-drivers : amd,intel,intel_hasvk,swrast,virtio,nouveau +#15 22.34 vulkan-drivers : amd,intel,intel_hasvk,swrast,virtio,nouveau +#15 22.34 vulkan-layers : device-select,intel-nullhw,overlay + +#15 22.34 vulkan-layers : device-select,intel-nullhw,overlay +#15 22.34 wrap_mode : nofallback +#15 22.34 wrap_mode : nofallback +#15 22.34 zstd : enabled +#15 22.34 #15 22.34 zstd : enabled +#15 22.34 +#15 22.34 Found ninja-1.12.1 at /usr/sbin/ninja +#15 22.34 Found ninja-1.12.1 at /usr/sbin/ninja +#15 22.34 Running compile: +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmpft673uze +#15 22.34 Working directory: /mesa/_build/meson-private/tmpft673uze +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-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 22.34 Running compile:#15 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-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 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmprx6ba6x7 +#15 22.34 Working directory: /mesa/_build/meson-private/tmprx6ba6x7 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } + +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: + +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code:#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: + +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: + +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 }#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: + +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else + +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code:#15 22.34 Code: +#15 22.34 +#15 22.34 + +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif + +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: + +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 + +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 #15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include + +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else + +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif#15 22.34 #endif + +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: + +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 +#15 22.34 #include +#15 22.34 #include + +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 #endif + +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout:#15 22.34 Cached compiler stdout: + +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 + +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 + +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 #15 22.34 + +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument + +#15 22.34 +#15 22.34 +#15 22.34 Code:#15 22.34 Code: + +#15 22.34 +#15 22.34 +#15 22.34 #include #15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; + +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout:#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 + +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: + +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code:#15 22.34 Code: +#15 22.34 +#15 22.34 + +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif + +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif#15 22.34 #endif + +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 #15 22.34 + +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 + +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument + +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 #15 22.34 +#15 22.34 #include +#15 22.34 #include + +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 _LIBCPP_VERSION; + +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0;#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif + +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 + +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 }#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 + +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 + +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif + +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include #15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif + +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration + +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 #15 22.34 + +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout:#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION + +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout:#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include + +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout:#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } + +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION + +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0;#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } + +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout:#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument + +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration + +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } + +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } + +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0;#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } + +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION + +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0;#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include + +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 + +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include + +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout:#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0;#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 + +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 }#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: + +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 Code: + +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 + +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code:#15 22.34 Code: +#15 22.34 +#15 22.34 + +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else + +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: + +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code:#15 22.34 Code: +#15 22.34 +#15 22.34 + +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION + +#15 22.34 _LIBCPP_VERSION;#15 22.34 _LIBCPP_VERSION; + +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0;#15 22.34 return 0; +#15 22.34 } +#15 22.34 } + +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 +#15 22.34 Code: +#15 22.34 Code: + +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else#15 22.34 #else +#15 22.34 #include +#15 22.34 #include + +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 + +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument + +#15 22.34 +#15 22.34 +#15 22.34 Code:#15 22.34 Code: +#15 22.34 +#15 22.34 + +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 int main(void) { + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 }#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: + +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 Cached compiler stderr: + +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 #15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include + +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else + +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif#15 22.34 #endif + +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 + +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: + +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code:#15 22.34 Code: +#15 22.34 +#15 22.34 + +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif + +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 }#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: + +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: + +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code:#15 22.34 Code: +#15 22.34 +#15 22.34 + +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: + +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument + +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include #15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: + +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 + +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 #15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #endif + +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include #15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif + +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 + +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: + +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: + +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 _LIBCPP_VERSION; + +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 }#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: + +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include + +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION + +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0;#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } + +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include + +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument + +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0;#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } + +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION + +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include + +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0;#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } + +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include + +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument + +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration + +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument + +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION + +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0;#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } + +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 + +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } + +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 + +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif + +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: + +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include + +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout:#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include + +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include + +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout:#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument + +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout:#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration + +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include + +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else + +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: + +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include + +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include + +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include + +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout:#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout:#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout:#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument + +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include #15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument + +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0;#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include + +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include + +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include + +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0;#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } + +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout:#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include + +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: + +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout:#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include + +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION + +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout:#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include + +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout:#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION + +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0;#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } + +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include + +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0;#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } + +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include + +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION + +#15 22.34 _LIBCPP_VERSION;#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } + +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0;#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: + +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0;#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } + +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 + +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION + +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0;#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } + +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: + +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include + +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include + +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: + +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration + +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include + +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION + +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0;#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } + +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } + +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout:#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout:#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 + +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include + +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: + +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION + +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0;#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } + +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: + +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout:#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: + +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout:#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include + +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: + +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout:#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else + +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0;#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } + +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout:#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0;#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } + +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include + +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout:#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code:#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 + +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code:#15 22.34 Code: +#15 22.34 +#15 22.34 + +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include + +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout:#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION + +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0;#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } + +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: + +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include + +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include + +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION + +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout:#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include + +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0;#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: + +#15 22.34 +#15 22.34 #ifdef __has_include#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } + +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include + +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include + +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 #15 22.34 + +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument + +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION + +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif + +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration + +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include + +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION + +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration + +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include + +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } + +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0;#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0;#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } + +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include + +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout:#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout:#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION + +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0;#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } + +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include + +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: + +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include + +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include + +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0;#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include + +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument + +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout:#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout:#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout:#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include + +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0;#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } + +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: + +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout:#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include + +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __has_include#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include + +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 + +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include + +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 + +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include + +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0;#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include + +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION + +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0;#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } + +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 ----------- + +#15 22.34 ----------- +#15 22.34 Called: `rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold --print target-libdir` -> 0 +#15 22.34 Called: `rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold --print target-libdir` -> 0 +#15 22.34 stdout: +#15 22.34 /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib#15 22.34 stdout: +#15 22.34 /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib +#15 22.34 ----------- +#15 22.34 Using cached compile: + +#15 22.34 ----------- +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Running compile:#15 22.34 +#15 22.34 Running compile: +#15 22.34 Working directory: /mesa/_build/meson-private/tmp9ekppu6z +#15 22.34 Working directory: /mesa/_build/meson-private/tmp9ekppu6z +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 int main(void) { return 0; } + +#15 22.34 int main(void) { return 0; } +#15 22.34 +#15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Command line: `/usr/sbin/clang++ -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp9ekppu6z/testfile.cpp -o /mesa/_build/meson-private/tmp9ekppu6z/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++ -fuse-ld=/usr/sbin/mold -Wl,--allow-shlib-undefined -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -lc++abi -Wl,--end-group` -> 0 +#15 22.34 -----------#15 22.34 Command line: `/usr/sbin/clang++ -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp9ekppu6z/testfile.cpp -o /mesa/_build/meson-private/tmp9ekppu6z/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++ -fuse-ld=/usr/sbin/mold -Wl,--allow-shlib-undefined -fuse-ld=/usr/sbin/mold -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -lc++abi -Wl,--end-group` -> 0 +#15 22.34 ----------- +#15 22.34 Called: `rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold --print target-libdir` -> 0 +#15 22.34 stdout: + +#15 22.34 Called: `rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold --print target-libdir` -> 0 +#15 22.34 stdout: +#15 22.34 /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib +#15 22.34 /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib +#15 22.34 ----------- +#15 22.34 Using cached compile: +#15 22.34 ----------- +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include + +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include + +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include + +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: + +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION + +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0;#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } + +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0;#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } + +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration #15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout:#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: + +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } + +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include + +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 }#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include + +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION + +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include + +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: + +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION + +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0;#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include + +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include + +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: + +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration + +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION + +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } + +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION + +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: + +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include + +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION + +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0;#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } + +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include + +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: + +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION + +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0;#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } + +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0;#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 #15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout:#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 + +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include + +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } + +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0;#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } + +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: + +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: + +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include + +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout:#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include + +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION + +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0;#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } + +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout:#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include + +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0;#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include + +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout:#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: + +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif + +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") + +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 #15 22.34 + +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 + +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif + +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout:#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include + +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: + +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } + +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ + +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile:#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: + +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: + +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 +#15 22.34 Code: +#15 22.34 Code: + +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument #15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 }#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #endif#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code:#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include + +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION;#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code:#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; + +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found"#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 +#15 22.34 +#15 22.34 #15 22.34 + +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } + +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #include #15 22.34 +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION + +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0;#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 } + +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: + +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 + +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration #15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 + +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" + +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #include #15 22.34 #else +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: + +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 int main(void) {#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION + +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; + +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include + +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } + +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include + +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 +#15 22.34 +#15 22.34 + +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } + +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 Cached compiler stderr:#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: + +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version")#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 #15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: + +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 Code: +#15 22.34 +#15 22.34 #include + +#15 22.34 #include +#15 22.34 int main(void) { +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif + +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 Cached compiler stdout:#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpft673uze/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 22.34 +#15 22.34 Code: +#15 22.34 #15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 #ifdef __has_include + +#15 22.34 #ifdef __has_include +#15 22.34 #if !__has_include("version") +#15 22.34 #if !__has_include("version") +#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif#15 22.34 #error "Header 'version' could not be found" +#15 22.34 #endif +#15 22.34 #else + +#15 22.34 #else +#15 22.34 #include +#15 22.34 #include +#15 22.34 #endif +#15 22.34 Cached compiler stdout:#15 22.34 #endif +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 Cached compiler stderr: +#15 22.34 +#15 22.34 Using cached compile: + +#15 22.34 Using cached compile: +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmprx6ba6x7/testfile.cpp -o /mesa/_build/meson-private/tmprx6ba6x7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 22.34 +#15 22.34 Code:#15 22.34 +#15 22.34 Code: +#15 22.34 +#15 22.34 +#15 22.34 #include +#15 22.34 #include +#15 22.34 int main(void) { + +#15 22.34 int main(void) { +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 /* If it's not defined as a macro, try to use as a symbol */ +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 #ifndef _LIBCPP_VERSION +#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif#15 22.34 _LIBCPP_VERSION; +#15 22.34 #endif +#15 22.34 return 0; +#15 22.34 return 0; +#15 22.34 } +#15 22.34 } +#15 22.34 Cached compiler stdout: +#15 22.34 Cached compiler stdout: +#15 22.34 + +#15 22.34 +#15 22.34 Cached compiler stderr: +#15 22.34 Cached compiler stderr: +#15 22.34 #15 22.34 +#15 22.34 ----------- +#15 22.34 ----------- +#15 22.34 Called: `rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold --print sysroot` -> 0 +#15 22.34 Called: `rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold --print sysroot` -> 0 +#15 22.34 stdout: +#15 22.34 stdout: +#15 22.34 /usr +#15 22.34 /usr +#15 22.34 ----------- +#15 22.34 ----------- + +#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\" && export CXX_LD=\"$(which mold)\" && export CC_LD=\"$(which mold)\" && 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 +#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\" && export CXX_LD=\"$(which mold)\" && export CC_LD=\"$(which mold)\" && 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" && export CXX_LD="$(which mold)" && export CC_LD="$(which mold)" && 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: +22.34 } +22.34 Cached compiler stdout: +22.34 +22.34 Cached compiler stderr: +22.34 +------ + > [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" && export CXX_LD="$(which mold)" && export CC_LD="$(which mold)" && 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: +22.34 } +22.34 Cached compiler stdout: +22.34 +22.34 Cached compiler stderr: +22.34 +22.34 ----------- +22.34 Called: `rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold --print sysroot` -> 0 +22.34 stdout: +22.34 /usr +22.34 ----------- +------ +22.34 ----------- +22.34 Called: `rustc -C linker=/usr/sbin/clang -C link-arg=-fuse-ld=/usr/sbin/mold --print sysroot` -> 0 +22.34 stdout: +22.34 /usr +22.34 ----------- +------ +Dockerfile:240 +-------------------- + 239 | + 240 | >>> RUN \ +Dockerfile:240 +-------------------- + 239 | + 240 | >>> RUN \ + 241 | >>> cd mesa/ \ + 242 | >>> && mkdir _build \ + 241 | >>> cd mesa/ \ + 242 | >>> && mkdir _build \ + 243 | >>> && export CXX=$(which clang++) \ + 243 | >>> && export CXX=$(which clang++) \ + 244 | >>> && export CC=$(which clang) \ + 245 | >>> && export CXXFLAGS="\ + 244 | >>> && export CC=$(which clang) \ + 245 | >>> && export CXXFLAGS="\ + 246 | >>> -fsanitize=memory \ + 246 | >>> -fsanitize=memory \ + 247 | >>> -fsanitize-memory-track-origins \ + 247 | >>> -fsanitize-memory-track-origins \ + 248 | >>> -fno-omit-frame-pointer \ + 248 | >>> -fno-omit-frame-pointer \ + 249 | >>> -g \ + 249 | >>> -g \ + 250 | >>> -std=c++23 \ + 251 | >>> -nostdinc++ \ + 250 | >>> -std=c++23 \ + 251 | >>> -nostdinc++ \ + 252 | >>> -isystem /libcxx_msan/include/c++/v1/"\ + 252 | >>> -isystem /libcxx_msan/include/c++/v1/"\ + 253 | >>> && export CFLAGS="\ + 254 | >>> -fsanitize=memory \ + 253 | >>> && export CFLAGS="\ + 254 | >>> -fsanitize=memory \ + 255 | >>> -fsanitize-memory-track-origins \ + 255 | >>> -fsanitize-memory-track-origins \ + 256 | >>> -fno-omit-frame-pointer \ + 257 | >>> -g" \ + 256 | >>> -fno-omit-frame-pointer \ + 257 | >>> -g" \ + 258 | >>> && export LDFLAGS="\ + 259 | >>> -fsanitize=memory \ + 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++ \ + 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" \ + 265 | >>> -lc++abi" \ + 266 | >>> && export CXX_LD="$(which mold)" \ + 267 | >>> && export CC_LD="$(which mold)" \ + 266 | >>> && export CXX_LD="$(which mold)" \ + 267 | >>> && export CC_LD="$(which mold)" \ + 268 | >>> && meson setup ./ _build \ + 269 | >>> -D android-libbacktrace=disabled \ + 268 | >>> && meson setup ./ _build \ + 269 | >>> -D android-libbacktrace=disabled \ + 270 | >>> -D b_ndebug=false \ + 270 | >>> -D b_ndebug=false \ + 271 | >>> -D b_lto=false \ + 272 | >>> -D egl=enabled \ + 271 | >>> -D b_lto=false \ + 272 | >>> -D egl=enabled \ + 273 | >>> -D gallium-drivers=r300,r600,radeonsi,nouveau,virgl,svga,softpipe,llvmpipe,i915,iris,crocus,zink \ + 273 | >>> -D gallium-drivers=r300,r600,radeonsi,nouveau,virgl,svga,softpipe,llvmpipe,i915,iris,crocus,zink \ + 274 | >>> -D gallium-extra-hud=true \ + 275 | >>> -D gallium-rusticl=true \ + 274 | >>> -D gallium-extra-hud=true \ + 275 | >>> -D gallium-rusticl=true \ + 276 | >>> -D gallium-va=enabled \ + 276 | >>> -D gallium-va=enabled \ + 277 | >>> -D gbm=enabled \ + 278 | >>> -D gles1=disabled \ + 277 | >>> -D gbm=enabled \ + 278 | >>> -D gles1=disabled \ + 279 | >>> -D gles2=enabled \ + 280 | >>> -D glvnd=enabled \ + 279 | >>> -D gles2=enabled \ + 280 | >>> -D glvnd=enabled \ + 281 | >>> -D glx=dri \ + 281 | >>> -D glx=dri \ + 282 | >>> -D libunwind=enabled \ + 283 | >>> -D llvm=enabled \ + 282 | >>> -D libunwind=enabled \ + 283 | >>> -D llvm=enabled \ + 284 | >>> -D lmsensors=disabled \ + 285 | >>> -D microsoft-clc=disabled \ + 284 | >>> -D lmsensors=disabled \ + 285 | >>> -D microsoft-clc=disabled \ + 286 | >>> -D platforms=x11,wayland \ + 286 | >>> -D platforms=x11,wayland \ + 287 | >>> -D valgrind=disabled \ + 288 | >>> -D video-codecs=all \ + 287 | >>> -D valgrind=disabled \ + 288 | >>> -D video-codecs=all \ + 289 | >>> -D vulkan-drivers=amd,intel,intel_hasvk,swrast,virtio,nouveau \ + 290 | >>> -D vulkan-layers=device-select,intel-nullhw,overlay \ + 289 | >>> -D vulkan-drivers=amd,intel,intel_hasvk,swrast,virtio,nouveau \ + 290 | >>> -D vulkan-layers=device-select,intel-nullhw,overlay \ + 291 | >>> -D tools=[] \ + 291 | >>> -D tools=[] \ + 292 | >>> -D zstd=enabled \ + 293 | >>> -D buildtype=plain \ + 292 | >>> -D zstd=enabled \ + 293 | >>> -D buildtype=plain \ + 294 | >>> -D prefix=/usr \ + 295 | >>> -D sysconfdir=/etc \ + 294 | >>> -D prefix=/usr \ + 295 | >>> -D sysconfdir=/etc \ + 296 | >>> -D legacy-x11=dri2 \ + 296 | >>> -D legacy-x11=dri2 \ + 297 | >>> --wrap-mode=nofallback \ + 298 | >>> --force-fallback-for=syn,paste,rustc-hash ; cat /mesa/_build/meson-logs/meson-log.txt && exit 1 \ + 297 | >>> --wrap-mode=nofallback \ + 298 | >>> --force-fallback-for=syn,paste,rustc-hash ; cat /mesa/_build/meson-logs/meson-log.txt && exit 1 \ + 299 | >>> && meson configure --no-pager _build \ + 299 | >>> && meson configure --no-pager _build \ + 300 | >>> && ninja -C _build + 301 | + 300 | >>> && ninja -C _build + 301 | +-------------------- +-------------------- +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\" && export CXX_LD=\"$(which mold)\" && export CC_LD=\"$(which mold)\" && 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 +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\" && export CXX_LD=\"$(which mold)\" && export CC_LD=\"$(which mold)\" && 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 diff --git a/tools/ci/amd64/build.log b/tools/ci/amd64/build.log new file mode 100644 index 0000000..25fe0ef --- /dev/null +++ b/tools/ci/amd64/build.log @@ -0,0 +1,49 @@ +#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 1.7s + +#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 [ 9/12] RUN tar xf vulkansdk-linux-x86_64-1.4.328.1.tar.xz +#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 [ 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 +#8 CACHED + +#9 [ 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' +#9 CACHED + +#10 [ 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 +#10 CACHED + +#11 [ 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 +#11 CACHED + +#12 [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 +#12 CACHED + +#13 [ 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 +#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 CANCELED +ERROR: failed to build: failed to solve: Canceled: context canceled diff --git a/tools/ci/amd64/build2.log b/tools/ci/amd64/build2.log new file mode 100644 index 0000000..ec63554 --- /dev/null +++ b/tools/ci/amd64/build2.log @@ -0,0 +1,16613 @@ +#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 +#15 24.94 #include +#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 +#15 24.94 #include +#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 +#15 24.94 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 +#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 +#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 +#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 +#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 +#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 +#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 +#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 +#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 +#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 +#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 +#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 +#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 +#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 +#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 +#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 +#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 +#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 +#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 +#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 +#15 24.94 #include +#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 +#15 24.94 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 +#15 24.94 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 +#15 24.94 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 +#15 24.94 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 +#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 +#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 +#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 +#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 +#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 +#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 +#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 +#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 +#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 +#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 +#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 +#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 +#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 +#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 +#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 +#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 +#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 +#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 +#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 +#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 +#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 +#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 +#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 +#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(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 +#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 :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 +#15 24.94 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 +#15 24.94 #include +#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 +#15 24.94 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 +#15 24.94 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 +#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 +#15 24.94 #include +#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 +#15 24.94 #include +#15 24.94 #ifdef HAVE_XLOCALE_H +#15 24.94 #include +#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 :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 +#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 +#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 +#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 +#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 +#15 24.94 #include +#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 +#15 24.94 #include +#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 +#15 24.94 #include +#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 +#15 24.94 #include +#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 +#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 +#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 +#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 +#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 +#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 +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.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 +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#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 +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#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 +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#15 24.94 } +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #ifdef __has_include +#15 24.94 #if !__has_include("version") +#15 24.94 #error "Header 'version' could not be found" +#15 24.94 #endif +#15 24.94 #else +#15 24.94 #include +#15 24.94 #endif +#15 24.94 Cached compiler stdout: +#15 24.94 +#15 24.94 +#15 24.94 Cached compiler stderr: +#15 24.94 +#15 24.94 Using cached compile: +#15 24.94 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument +#15 24.94 +#15 24.94 Code: +#15 24.94 +#15 24.94 #include +#15 24.94 int main(void) { +#15 24.94 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.94 #ifndef _LIBCPP_VERSION +#15 24.94 _LIBCPP_VERSION; +#15 24.94 #endif +#15 24.94 return 0; +#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 diff --git a/tools/ci/amd64/build3.log b/tools/ci/amd64/build3.log new file mode 100644 index 0000000..8901384 --- /dev/null +++ b/tools/ci/amd64/build3.log @@ -0,0 +1,5806 @@ +#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.8s + +#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 [ 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' +#5 CACHED + +#6 [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 +#6 CACHED + +#7 [ 9/12] RUN tar xf vulkansdk-linux-x86_64-1.4.328.1.tar.xz +#7 CACHED + +#8 [ 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 +#8 CACHED + +#9 [ 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 +#9 CACHED + +#10 [ 4/12] RUN git clone --branch llvmorg-20.1.8 --depth=1 https://github.com/llvm/llvm-project.git +#10 CACHED + +#11 [ 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 +#11 CACHED + +#12 [ 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 +#12 CACHED + +#13 [ 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 +#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=true -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.409 The Meson build system +#15 9.409 Version: 1.9.1 +#15 9.409 Source dir: /mesa +#15 9.409 Build dir: /mesa/_build +#15 9.409 Build type: native build +#15 9.409 DEPRECATION: Option "legacy-x11" is deprecated +#15 9.409 Project name: mesa +#15 9.409 Project version: 25.2.4 +#15 9.409 C compiler for the host machine: /usr/sbin/clang (clang 20.1.8 "clang version 20.1.8") +#15 9.409 C linker for the host machine: /usr/sbin/clang ld.bfd 2.45.0 +#15 9.409 C++ compiler for the host machine: /usr/sbin/clang++ (clang 20.1.8 "clang version 20.1.8") +#15 9.409 C++ linker for the host machine: /usr/sbin/clang++ ld.bfd 2.45.0 +#15 9.409 Host machine cpu family: x86_64 +#15 9.409 Host machine cpu: x86_64 +#15 9.409 Checking for size of "void*" : 8 +#15 9.409 Checking if "-mtls-dialect=gnu2" runs: YES +#15 9.409 Checking if "split TLSDESC" links: YES +#15 9.409 Found pkg-config: YES (/usr/sbin/pkg-config) 2.5.1 +#15 9.409 Run-time dependency libglvnd found: YES 1.7.0 +#15 9.409 Found CMake: /usr/sbin/cmake (4.1.2) +#15 9.409 Run-time dependency vdpau found: NO (tried pkgconfig and cmake) +#15 9.409 Program glslangValidator found: YES (/usr/sbin/glslangValidator) +#15 9.409 Run-time dependency libva found: YES 1.22.0 +#15 9.409 Header "va/va.h" has symbol "VASurfaceAttribDRMFormatModifiers" with dependency libva: YES +#15 9.409 meson.build:768: WARNING: add_languages is missing native:, assuming languages are wanted for both host and build. +#15 9.409 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 9.409 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 9.409 Program bindgen found: YES (/usr/sbin/bindgen) +#15 9.409 Run-time dependency libclc found: YES 0.2.0 +#15 9.409 Program python3 found: YES 3.13.7 3.13.7 (/usr/sbin/python3) +#15 9.409 Fetching value of define "ETIME" : 62 +#15 9.409 Compiler for C supports arguments -gsplit-dwarf: YES +#15 9.409 Compiler for C supports link arguments -Wl,--gdb-index: NO +#15 9.409 Checking for function "bswap32" : YES +#15 9.409 Checking for function "bswap64" : YES +#15 9.409 Checking for function "clz" : YES +#15 9.409 Checking for function "clzll" : YES +#15 9.409 Checking for function "ctz" : YES +#15 9.409 Checking for function "expect" : YES +#15 9.409 Checking for function "ffs" : YES +#15 9.409 Checking for function "ffsll" : YES +#15 9.409 Checking for function "popcount" : YES +#15 9.409 Checking for function "popcountll" : YES +#15 9.409 Checking for function "unreachable" : YES +#15 9.409 Checking for function "types_compatible_p" : YES +#15 9.409 Compiler for C supports function attribute const: YES +#15 9.409 Compiler for C supports function attribute flatten: YES +#15 9.409 Compiler for C supports function attribute malloc: YES +#15 9.409 Compiler for C supports function attribute pure: YES +#15 9.409 Compiler for C supports function attribute unused: YES +#15 9.409 Compiler for C supports function attribute warn_unused_result: YES +#15 9.409 Compiler for C supports function attribute weak: YES +#15 9.409 Compiler for C supports function attribute format: YES +#15 9.409 Compiler for C supports function attribute packed: YES +#15 9.409 Compiler for C supports function attribute returns_nonnull: YES +#15 9.409 Compiler for C supports function attribute alias: YES +#15 9.409 Compiler for C supports function attribute noreturn: YES +#15 9.409 Compiler for C supports function attribute optimize: NO +#15 9.409 Compiler for C supports function attribute visibility:hidden: YES +#15 9.409 Checking if "__uint128_t" compiles: YES +#15 9.409 Checking for function "reallocarray" : YES +#15 9.409 Checking for function "fmemopen" : YES +#15 9.409 Checking if "gc-sections" links: YES +#15 9.409 Compiler for C supports arguments -Werror=implicit-function-declaration: YES +#15 9.409 Compiler for C supports arguments -Werror=missing-prototypes: YES +#15 9.409 Compiler for C supports arguments -Werror=return-type: YES +#15 9.409 Compiler for C supports arguments -Werror=empty-body: YES +#15 9.409 Compiler for C supports arguments -Werror=incompatible-pointer-types: YES +#15 9.409 Compiler for C supports arguments -Werror=int-conversion: YES +#15 9.409 Compiler for C supports arguments -Wimplicit-fallthrough: YES +#15 9.409 Compiler for C supports arguments -Wmisleading-indentation: YES +#15 9.409 Compiler for C supports arguments -Wno-missing-field-initializers: YES +#15 9.409 Compiler for C supports arguments -Wno-format-truncation: YES +#15 9.409 Compiler for C supports arguments -Wno-nonnull-compare: NO +#15 9.409 Compiler for C supports arguments -fno-math-errno: YES +#15 9.409 Compiler for C supports arguments -fno-trapping-math: YES +#15 9.409 Compiler for C supports arguments -Qunused-arguments: YES +#15 9.409 Compiler for C supports arguments -fno-common: YES +#15 9.409 Compiler for C supports arguments -Wno-unknown-pragmas: YES +#15 9.409 Compiler for C supports arguments -Wno-microsoft-enum-value: YES +#15 9.409 Compiler for C supports arguments -Wno-unused-function: YES +#15 9.409 Compiler for C supports arguments -Werror=format: YES +#15 9.409 Compiler for C supports arguments -Wformat-security: YES +#15 9.409 Compiler for C supports arguments -Werror=thread-safety: YES +#15 9.409 Compiler for C supports arguments -ffunction-sections: YES +#15 9.409 Compiler for C supports arguments -fdata-sections: YES +#15 9.409 Compiler for C supports arguments -Wno-unused-variable: YES +#15 9.409 Compiler for C supports arguments -Wno-unused-but-set-variable: YES +#15 9.409 Compiler for C supports arguments /wd4189: NO +#15 9.409 Compiler for C++ supports arguments -Werror=return-type: YES +#15 9.409 Compiler for C++ supports arguments -Werror=empty-body: YES +#15 9.409 Compiler for C++ supports arguments -Wmisleading-indentation: YES +#15 9.409 Compiler for C++ supports arguments -Wno-non-virtual-dtor: YES +#15 9.409 Compiler for C++ supports arguments -Wno-missing-field-initializers: YES +#15 9.409 Compiler for C++ supports arguments -Wno-format-truncation: YES +#15 9.409 Compiler for C++ supports arguments -fno-math-errno: YES +#15 9.409 Compiler for C++ supports arguments -fno-trapping-math: YES +#15 9.409 Compiler for C++ supports arguments -Qunused-arguments: YES +#15 9.409 Compiler for C++ supports arguments -flifetime-dse=1: NO +#15 9.409 Compiler for C++ supports arguments -Wno-unknown-pragmas: YES +#15 9.409 Compiler for C++ supports arguments -Wno-microsoft-enum-value: YES +#15 9.409 Compiler for C++ supports arguments -Werror=format: YES +#15 9.409 Compiler for C++ supports arguments -Wformat-security: YES +#15 9.409 Compiler for C++ supports arguments -ffunction-sections: YES +#15 9.409 Compiler for C++ supports arguments -fdata-sections: YES +#15 9.409 Compiler for C++ supports arguments -Wno-unused-variable: YES +#15 9.409 Compiler for C++ supports arguments -Wno-unused-but-set-variable: YES +#15 9.409 Compiler for C++ supports arguments /wd4189: NO +#15 9.409 Compiler for C supports arguments -Wno-override-init: YES +#15 9.409 Compiler for C supports arguments -Wno-initializer-overrides: YES +#15 9.409 Compiler for C supports arguments -Werror=pointer-arith: YES +#15 9.409 Compiler for C supports arguments -Werror=vla: YES +#15 9.409 Compiler for C supports arguments -Werror=gnu-empty-initializer: YES +#15 9.409 Compiler for C++ supports arguments -Werror=pointer-arith: YES +#15 9.409 Compiler for C++ supports arguments -Werror=vla: YES +#15 9.409 Compiler for C++ supports arguments -Werror=gnu-empty-initializer: YES +#15 9.409 Checking for function "__builtin_ia32_clflushopt" : YES +#15 9.409 Checking if "GCC atomic builtins" compiles: YES +#15 9.409 Checking if "GCC atomic builtins required -latomic" links: YES +#15 9.409 Checking if "GCC 64bit atomics" with dependency links: YES +#15 9.409 Library ws2_32 found: NO +#15 9.409 Header "sys/sysmacros.h" has symbol "major" : YES +#15 9.409 Header "sys/sysmacros.h" has symbol "minor" : YES +#15 9.409 Header "sys/sysmacros.h" has symbol "makedev" : YES +#15 9.409 Header "sys/mkdev.h" has symbol "major" : NO +#15 9.409 Check usable header "sched.h" : YES +#15 9.409 Checking for function "sched_getaffinity" : YES +#15 9.409 Check usable header "xlocale.h" : NO +#15 9.409 Check usable header "linux/futex.h" : YES +#15 9.409 Check usable header "endian.h" : YES +#15 9.409 Check usable header "dlfcn.h" : YES +#15 9.409 Check usable header "sys/shm.h" : YES +#15 9.409 Check usable header "cet.h" : YES +#15 9.409 Check usable header "pthread_np.h" : NO +#15 9.409 Check usable header "sys/inotify.h" : YES +#15 9.409 Check usable header "linux/udmabuf.h" : YES +#15 9.409 Checking for function "strtof" : YES +#15 9.409 Checking for function "mkostemp" : YES +#15 9.409 Checking for function "memfd_create" : YES +#15 9.409 Checking for function "random_r" : YES +#15 9.409 Checking for function "flock" : YES +#15 9.409 Checking for function "strtok_r" : YES +#15 9.409 Checking for function "getrandom" : YES +#15 9.409 Checking for function "qsort_s" : NO +#15 9.409 Checking for function "posix_fallocate" : YES +#15 9.409 Checking for function "secure_getenv" : YES +#15 9.409 Checking if "GNU qsort_r" links: YES +#15 9.409 Header "time.h" has symbol "struct timespec" : YES +#15 9.409 Checking for function "thrd_create" : YES +#15 9.409 Header "errno.h" has symbol "program_invocation_name" : YES +#15 9.409 Header "math.h" has symbol "issignaling" : YES +#15 9.409 Checking for function "posix_memalign" : YES +#15 9.409 Checking whether type "struct dirent" has member "d_type" : YES +#15 9.409 Checking if "strtod has locale support" links: YES +#15 9.409 Checking if "Bsymbolic" links: YES +#15 9.409 Checking if "version-script" links: NO +#15 13.54 Checking if "dynamic-list" links: YES +#15 13.54 Compiler for C supports link arguments -Wl,--build-id=sha1: YES +#15 13.54 Checking for function "dlopen" : YES +#15 13.54 Checking for function "dladdr" with dependency : YES +#15 13.54 Checking for function "dl_iterate_phdr" : YES +#15 13.54 Checking for function "clock_gettime" : YES +#15 13.54 Run-time dependency zlib found: YES 1.3.1 +#15 13.54 Run-time dependency libzstd found: YES 1.5.7 +#15 13.54 Run-time dependency threads found: YES +#15 13.54 Checking for function "pthread_setaffinity_np" with dependency threads: YES +#15 13.54 Run-time dependency expat found: YES 2.7.3 +#15 13.54 Library m found: YES +#15 13.54 Message: libdrm 2.4.121 needed because amdgpu has the highest requirement +#15 13.54 Run-time dependency libdrm_intel found: YES 2.4.126 +#15 13.54 Run-time dependency libdrm_amdgpu found: YES 2.4.126 +#15 13.54 Run-time dependency libdrm found: YES 2.4.126 +#15 13.54 Run-time dependency libudev found: YES 258 +#15 13.54 llvm-config found: YES (/usr/sbin/llvm-config) 20.1.8 +#15 13.54 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.54 Run-time dependency llvmspirvlib found: YES 20.1.0.0 +#15 13.54 Run-time dependency spirv-tools found: YES 2025.4.1 +#15 13.54 Library clang-cpp found: YES +#15 13.54 Run-time dependency lua54 found: NO (tried pkgconfig and cmake) +#15 13.54 Run-time dependency lua5.4 found: NO (tried pkgconfig and cmake) +#15 13.54 Run-time dependency lua-5.4 found: NO (tried pkgconfig and cmake) +#15 13.54 Run-time dependency lua53 found: NO (tried pkgconfig and cmake) +#15 13.54 Run-time dependency lua5.3 found: NO (tried pkgconfig and cmake) +#15 13.54 Run-time dependency lua-5.3 found: NO (tried pkgconfig and cmake) +#15 13.54 Run-time dependency lua found: NO (tried pkgconfig) +#15 13.54 Run-time dependency libelf found: YES 0.193 +#15 13.54 Dependency valgrind skipped: feature valgrind disabled +#15 13.54 Program bison found: YES (/usr/sbin/bison) +#15 13.54 Program bison found: YES 3.8.2 3.8.2 (/usr/sbin/bison) +#15 13.54 Program flex found: YES (/usr/sbin/flex) +#15 13.54 Run-time dependency libunwind found: YES 1.8.2 +#15 13.54 Build-time dependency wayland-scanner found: YES 1.24.0 +#15 13.54 Program /usr/bin/wayland-scanner found: YES (/usr/bin/wayland-scanner) +#15 13.54 Run-time dependency wayland-protocols found: YES 1.45 +#15 13.54 Run-time dependency wayland-client found: YES 1.24.0 +#15 13.54 Run-time dependency wayland-server found: YES 1.24.0 +#15 13.54 Run-time dependency wayland-egl-backend found: YES 3 +#15 13.54 Checking for function "wl_display_dispatch_queue_timeout" with dependency wayland-client: YES +#15 13.54 Checking for function "wl_display_create_queue_with_name" with dependency wayland-client: YES +#15 13.54 Run-time dependency xcb found: YES 1.17.0 +#15 13.54 Run-time dependency xcb-randr found: YES 1.17.0 +#15 13.54 Run-time dependency x11 found: YES 1.8.12 +#15 13.54 Run-time dependency xext found: YES 1.3.6 +#15 13.54 Run-time dependency xcb-glx found: YES 1.17.0 +#15 13.54 Run-time dependency xcb-shm found: YES 1.17.0 +#15 13.54 Dependency xcb found: YES 1.17.0 (cached) +#15 13.54 Run-time dependency xcb-keysyms found: YES 0.4.1 +#15 13.54 Run-time dependency x11-xcb found: YES 1.8.12 +#15 13.54 Run-time dependency xcb-dri3 found: YES 1.17.0 +#15 13.54 Run-time dependency xcb-present found: YES 1.17.0 +#15 13.54 Dependency xcb-shm found: YES 1.17.0 (cached) +#15 13.54 Run-time dependency xcb-sync found: YES 1.17.0 +#15 13.54 Run-time dependency xshmfence found: YES 1.3.3 +#15 13.54 Run-time dependency glproto found: YES 1.4.17 +#15 13.54 Run-time dependency xxf86vm found: YES 1.1.6 +#15 13.54 Run-time dependency xcb-xfixes found: YES 1.17.0 +#15 13.54 Dependency xcb-dri3 found: YES 1.17.0 (cached) +#15 13.54 Dependency xcb-present found: YES 1.17.0 (cached) +#15 13.54 Dependency xcb-shm found: YES 1.17.0 (cached) +#15 13.54 Dependency xshmfence found: YES 1.3.3 (cached) +#15 13.54 Dependency xcb-randr found: YES 1.17.0 (cached) +#15 13.54 Run-time dependency xrandr found: YES 1.5.4 +#15 13.54 Library sensors skipped: feature lmsensors disabled +#15 13.54 Program nm found: YES (/usr/sbin/nm) +#15 13.54 Program symbols-check.py found: YES (/usr/bin/python /mesa/bin/symbols-check.py) +#15 13.54 Program install_megadrivers.py found: YES (/usr/bin/python /mesa/bin/install_megadrivers.py) +#15 13.54 Checking for size of "void *" : 8 +#15 13.54 Checking for function "mmap" : YES +#15 13.54 Checking whether type "spvtools::LinkerOptions" has member "SetAllowPtrTypeMismatch(true)" with dependency SPIRV-Tools: YES +#15 13.54 Compiler for C supports link arguments -fPIC: YES +#15 13.54 Program decode.py found: YES (/mesa/src/compiler/isaspec/decode.py) +#15 13.54 Program encode.py found: YES (/mesa/src/compiler/isaspec/encode.py) +#15 13.54 Program bindgen found: YES (/usr/sbin/bindgen) +#15 13.54 Looking for a fallback subproject for the dependency syn because: +#15 13.54 Use of fallback dependencies is forced. +#15 13.54 Downloading syn source from https://crates.io/api/v1/crates/syn/2.0.87/download +#15 15.09 +#15 15.09 Executing subproject syn +#15 15.09 +#15 15.09 syn| Project name: syn +#15 15.09 syn| Project version: 2.0.87 +#15 15.09 syn| Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 15.09 syn| Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 15.09 syn| Downloading unicode-ident source from https://crates.io/api/v1/crates/unicode-ident/1.0.12/download +#15 16.26 +#15 16.26 Executing subproject syn:unicode-ident +#15 16.26 +#15 16.26 unicode-ident| Project name: unicode-ident +#15 16.26 unicode-ident| Project version: 1.0.12 +#15 16.26 unicode-ident| Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 16.26 unicode-ident| Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 16.26 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.26 unicode-ident| Build targets in project: 104 +#15 16.26 unicode-ident| WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 16.26 unicode-ident| * 1.3.0: {'rust_abi arg in static_library'} +#15 16.26 unicode-ident| Subproject unicode-ident finished. +#15 16.26 +#15 16.26 syn| Downloading quote source from https://crates.io/api/v1/crates/quote/1.0.35/download +#15 17.31 +#15 17.31 Executing subproject syn:quote +#15 17.31 +#15 17.31 quote| Project name: quote +#15 17.31 quote| Project version: 1.0.35 +#15 17.31 quote| Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 17.31 quote| Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 17.31 quote| Downloading proc-macro2 source from https://crates.io/api/v1/crates/proc-macro2/1.0.86/download +#15 19.66 +#15 19.66 Executing subproject syn:quote:proc-macro2 +#15 19.66 +#15 19.66 proc-macro2| Project name: proc-macro2 +#15 19.66 proc-macro2| Project version: 1.0.86 +#15 19.66 proc-macro2| Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 19.66 proc-macro2| Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 19.66 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.66 proc-macro2| Build targets in project: 105 +#15 19.66 proc-macro2| WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 19.66 proc-macro2| * 1.3.0: {'rust_abi arg in static_library'} +#15 19.66 proc-macro2| Subproject proc-macro2 finished. +#15 19.66 +#15 19.66 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.66 quote| Build targets in project: 106 +#15 19.66 quote| WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 19.66 quote| * 1.3.0: {'rust_abi arg in static_library'} +#15 19.66 quote| Subproject quote finished. +#15 19.66 +#15 19.66 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.66 syn| Build targets in project: 107 +#15 19.66 syn| WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 19.66 syn| * 1.3.0: {'rust_abi arg in static_library'} +#15 19.66 syn| Subproject syn finished. +#15 19.66 +#15 19.66 Dependency syn from subproject subprojects/syn-2.0.87 found: YES 2.0.87 +#15 19.66 Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES +#15 19.66 Compiler for C supports link arguments -Wl,-z,relro: YES +#15 19.66 Configuring VkLayer_MESA_overlay.json using configuration +#15 19.66 Configuring VkLayer_MESA_overlay.json.in_dev.json using configuration +#15 19.66 Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES (cached) +#15 19.66 Compiler for C supports link arguments -Wl,-z,relro: YES (cached) +#15 19.66 Configuring VkLayer_MESA_device_select.json using configuration +#15 19.66 Configuring VkLayer_MESA_device_select.json.in_dev.json using configuration +#15 19.66 Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES (cached) +#15 19.66 Compiler for C supports link arguments -Wl,-z,relro: YES (cached) +#15 19.66 Configuring VkLayer_INTEL_nullhw.json using configuration +#15 19.66 Configuring VkLayer_INTEL_nullhw.json.in_dev.json using configuration +#15 19.66 Compiler for C supports arguments -Werror=switch: YES +#15 19.66 Compiler for C++ supports arguments -Wno-unused-variable: YES (cached) +#15 19.66 Compiler for C++ supports arguments -Wno-unused-local-typedefs: YES +#15 19.66 Compiler for C++ supports arguments -Wno-unused-but-set-variable: YES (cached) +#15 19.66 Compiler for C++ supports arguments -Wno-maybe-uninitialized: NO +#15 19.66 Compiler for C++ supports arguments -Wno-self-assign: YES +#15 19.66 Compiler for C++ supports arguments /wd4189: NO (cached) +#15 19.66 Compiler for C++ supports arguments -Wno-uninitialized: YES +#15 19.66 Compiler for C++ supports arguments -fno-exceptions: YES +#15 19.66 Compiler for C++ supports arguments -fno-rtti: YES +#15 19.66 Compiler for C++ supports arguments -Wimplicit-fallthrough: YES +#15 19.66 Compiler for C++ supports arguments -Wshadow: YES +#15 19.66 Compiler for C supports arguments -Wimplicit-fallthrough: YES (cached) +#15 19.66 Compiler for C supports arguments -Wshadow: YES +#15 19.66 Compiler for C supports arguments -Wall: YES +#15 19.66 Compiler for C supports arguments -Wextra: YES +#15 19.66 Compiler for C supports arguments -Wno-unused: YES +#15 19.66 Compiler for C supports arguments -Wno-unused-parameter: YES +#15 19.66 Compiler for C supports arguments -Wno-unused-command-line-argument: YES +#15 19.66 Compiler for C supports arguments -Wno-ignored-qualifiers: YES +#15 19.66 Compiler for C supports arguments -Wno-missing-field-initializers: YES (cached) +#15 19.66 Compiler for C supports arguments -Wno-self-assign: YES +#15 19.66 Compiler for C supports arguments -Wno-implicit-fallthrough: YES +#15 19.66 Compiler for C supports arguments -Werror=comment: YES +#15 19.66 Compiler for C supports arguments -Werror=missing-braces: YES +#15 19.66 Compiler for C supports arguments -Werror=override-init: YES +#15 19.66 Compiler for C supports arguments -Werror=enum-conversion: YES +#15 19.66 Compiler for C supports arguments -Werror=enum-compare: YES +#15 19.66 Compiler for C supports arguments -Werror=maybe-uninitialized: NO +#15 19.66 Compiler for C supports arguments -Werror=parentheses: YES +#15 19.66 Compiler for C supports arguments -Wall: YES (cached) +#15 19.66 Compiler for C supports arguments -Wextra: YES (cached) +#15 19.66 Compiler for C supports arguments -Wno-unused: YES (cached) +#15 19.66 Compiler for C supports arguments -Wno-unused-parameter: YES (cached) +#15 19.66 Compiler for C supports arguments -Wno-unused-command-line-argument: YES (cached) +#15 19.66 Compiler for C supports arguments -Wno-ignored-qualifiers: YES (cached) +#15 19.66 Compiler for C supports arguments -Wno-missing-field-initializers: YES (cached) +#15 19.66 Compiler for C supports arguments -Wno-self-assign: YES (cached) +#15 19.66 Compiler for C supports arguments -Wno-implicit-fallthrough: YES (cached) +#15 19.66 Compiler for C supports arguments -Werror=comment: YES (cached) +#15 19.66 Compiler for C supports arguments -Werror=missing-braces: YES (cached) +#15 19.66 Compiler for C supports arguments -Werror=override-init: YES (cached) +#15 19.66 Compiler for C supports arguments -Werror=enum-conversion: YES (cached) +#15 19.66 Compiler for C supports arguments -Werror=enum-compare: YES (cached) +#15 19.66 Compiler for C supports arguments -Werror=maybe-uninitialized: NO (cached) +#15 19.66 Compiler for C supports arguments -Wall: YES (cached) +#15 19.66 Compiler for C supports arguments -Wextra: YES (cached) +#15 19.66 Compiler for C supports arguments -Wno-unused: YES (cached) +#15 19.66 Compiler for C supports arguments -Wno-unused-parameter: YES (cached) +#15 19.66 Compiler for C supports arguments -Wno-unused-command-line-argument: YES (cached) +#15 19.66 Compiler for C supports arguments -Wno-ignored-qualifiers: YES (cached) +#15 19.66 Compiler for C supports arguments -Wno-missing-field-initializers: YES (cached) +#15 19.66 Compiler for C supports arguments -Wno-self-assign: YES (cached) +#15 19.66 Compiler for C supports arguments -Wno-implicit-fallthrough: YES (cached) +#15 19.66 Compiler for C supports arguments -Werror=comment: YES (cached) +#15 19.66 Compiler for C supports arguments -Werror=missing-braces: YES (cached) +#15 19.66 Compiler for C supports arguments -Werror=override-init: YES (cached) +#15 19.66 Compiler for C supports arguments -Werror=enum-conversion: YES (cached) +#15 19.66 Compiler for C supports arguments -Werror=enum-compare: YES (cached) +#15 19.66 Compiler for C supports arguments -Werror=maybe-uninitialized: NO (cached) +#15 19.66 Compiler for C supports arguments -Wno-gnu-variable-sized-type-not-at-end: YES +#15 19.66 Program cbindgen found: YES 0.29.0 0.29.0 (/usr/sbin/cbindgen) +#15 19.66 Looking for a fallback subproject for the dependency paste because: +#15 19.66 Use of fallback dependencies is forced. +#15 19.66 Downloading paste source from https://crates.io/api/v1/crates/paste/1.0.14/download +#15 20.73 +#15 20.73 Executing subproject paste +#15 20.73 +#15 20.73 paste| Project name: paste +#15 20.73 paste| Project version: 1.0.14 +#15 20.73 paste| Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 20.73 paste| Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 20.73 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.73 paste| Build targets in project: 455 +#15 20.73 paste| WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 20.73 paste| * 1.3.0: {'rust.proc_macro'} +#15 20.73 paste| Subproject paste finished. +#15 20.73 +#15 20.73 Dependency paste from subproject subprojects/paste-1.0.14 found: YES 1.0.14 +#15 20.73 Dependency paste found: YES 1.0.14 (cached) +#15 20.73 Looking for a fallback subproject for the dependency rustc-hash because: +#15 20.73 Use of fallback dependencies is forced. +#15 20.73 Downloading rustc-hash source from https://crates.io/api/v1/crates/rustc-hash/2.1.1/download +#15 22.11 +#15 22.11 Executing subproject rustc-hash +#15 22.11 +#15 22.11 rustc-hash| Project name: rustc_hash +#15 22.11 rustc-hash| Project version: 2.1.1 +#15 22.11 rustc-hash| Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 22.11 rustc-hash| Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 22.11 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.11 rustc-hash| Build targets in project: 462 +#15 22.11 rustc-hash| WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 22.11 rustc-hash| * 1.3.0: {'rust_abi arg in static_library'} +#15 22.11 rustc-hash| Subproject rustc-hash finished. +#15 22.11 +#15 22.11 Dependency rustc-hash from subproject subprojects/rustc-hash-2.1.1 found: YES 2.1.1 +#15 22.11 Checking for type "std::pmr::monotonic_buffer_resource" : YES +#15 22.11 Compiler for C supports arguments -Wno-gnu-variable-sized-type-not-at-end: YES (cached) +#15 22.11 Compiler for C supports arguments -Wno-missing-prototypes: YES +#15 22.11 Configuring rusticl.icd using configuration +#15 22.11 Compiler for C supports link arguments -Wl,--default-symver: YES +#15 22.11 Configuring dri.sym using configuration +#15 22.11 Checking for function "mincore" : YES +#15 22.11 Configuring 50_mesa.json using configuration +#15 22.11 Configuring devenv_glvnd_egl.json using configuration +#15 22.11 Configuring dri.sym using configuration +#15 22.11 Program ln found: YES (/usr/sbin/ln) +#15 22.11 Program sphinx-build skipped: feature html-docs disabled +#15 22.11 Build targets in project: 595 +#15 22.11 +#15 22.11 mesa 25.2.4 +#15 22.11 +#15 22.11 Directories +#15 22.11 prefix : /usr +#15 22.11 libdir : lib +#15 22.11 includedir : include +#15 22.11 +#15 22.11 Common C and C++ arguments +#15 22.11 c_cpp_args : -mtls-dialect=gnu2 +#15 22.11 +#15 22.11 OpenGL +#15 22.11 OpenGL : YES +#15 22.11 ES1 : NO +#15 22.11 ES2 : YES +#15 22.11 GLVND : YES +#15 22.11 +#15 22.11 DRI +#15 22.11 Platform : drm +#15 22.11 Driver dir : /usr/lib/dri +#15 22.11 +#15 22.11 GLX +#15 22.11 Enabled : YES +#15 22.11 Provider : dri +#15 22.11 +#15 22.11 EGL +#15 22.11 Enabled : YES +#15 22.11 Drivers : builtin:egl_dri2 builtin:egl_dri3 +#15 22.11 Platforms : x11 wayland surfaceless drm xcb +#15 22.11 +#15 22.11 GBM +#15 22.11 Enabled : YES +#15 22.11 External libgbm : NO +#15 22.11 Backends path : /usr/lib/gbm +#15 22.11 +#15 22.11 Vulkan +#15 22.11 Drivers : amd intel intel_hasvk swrast virtio nouveau +#15 22.11 Platforms : x11 wayland surfaceless drm xcb +#15 22.11 ICD dir : share/vulkan/icd.d +#15 22.11 Layers : device-select intel-nullhw overlay +#15 22.11 Intel Ray tracing : YES +#15 22.11 +#15 22.11 Video +#15 22.11 Codecs : vc1dec h264dec h264enc h265dec h265enc av1dec av1enc +#15 22.11 vp9dec +#15 22.11 APIs : va vulkan +#15 22.11 +#15 22.11 LLVM +#15 22.11 Required : enabled +#15 22.11 Version : 20.1.8 +#15 22.11 +#15 22.11 Gallium +#15 22.11 Enabled : YES +#15 22.11 Drivers : r300 r600 radeonsi nouveau virgl svga softpipe +#15 22.11 llvmpipe i915 iris crocus zink +#15 22.11 Platforms : x11 wayland surfaceless drm xcb +#15 22.11 Frontends : mesa va rusticl +#15 22.11 HUD lm-sensors : NO +#15 22.11 +#15 22.11 Perfetto +#15 22.11 Enabled : NO +#15 22.11 +#15 22.11 Teflon (TensorFlow Lite delegate) +#15 22.11 Enabled : NO +#15 22.11 +#15 22.11 Subprojects +#15 22.11 paste : YES 2 warnings +#15 22.11 proc-macro2 : YES 2 warnings (from syn => quote) +#15 22.11 quote : YES 2 warnings (from syn) +#15 22.11 rustc-hash : YES 2 warnings +#15 22.11 syn : YES 2 warnings +#15 22.11 unicode-ident : YES 2 warnings (from syn) +#15 22.11 +#15 22.11 User defined options +#15 22.11 android-libbacktrace: disabled +#15 22.11 b_lto : false +#15 22.11 b_ndebug : true +#15 22.11 buildtype : plain +#15 22.11 egl : enabled +#15 22.11 force_fallback_for : syn,paste,rustc-hash +#15 22.11 gallium-drivers : r300,r600,radeonsi,nouveau,virgl,svga,softpipe,llvmpipe,i915,iris,crocus,zink +#15 22.11 gallium-extra-hud : true +#15 22.11 gallium-rusticl : true +#15 22.11 gallium-va : enabled +#15 22.11 gbm : enabled +#15 22.11 gles1 : disabled +#15 22.11 gles2 : enabled +#15 22.11 glvnd : enabled +#15 22.11 glx : dri +#15 22.11 legacy-x11 : dri2 +#15 22.11 libunwind : enabled +#15 22.11 llvm : enabled +#15 22.11 lmsensors : disabled +#15 22.11 microsoft-clc : disabled +#15 22.11 platforms : x11,wayland +#15 22.11 prefix : /usr +#15 22.11 sysconfdir : /etc +#15 22.11 tools : [] +#15 22.11 valgrind : disabled +#15 22.11 video-codecs : all +#15 22.11 vulkan-drivers : amd,intel,intel_hasvk,swrast,virtio,nouveau +#15 22.11 vulkan-layers : device-select,intel-nullhw,overlay +#15 22.11 wrap_mode : nofallback +#15 22.11 zstd : enabled +#15 22.11 +#15 22.11 Found ninja-1.12.1 at /usr/sbin/ninja +#15 22.11 Generating targets: 0%| | 0/595 eta ? Generating targets: 12%|█▏ | 72/595 eta 00:01 Generating targets: 24%|██▎ | 141/595 eta 00:00 Generating targets: 37%|███▋ | 223/595 eta 00:00 Generating targets: 48%|████▊ | 286/595 eta 00:00 Generating targets: 56%|█████▋ | 335/595 eta 00:00 Generating targets: 77%|███████▋ | 460/595 eta 00:00 Generating targets: 85%|████████▌ | 506/595 eta 00:00 Generating targets: 91%|█████████ | 541/595 eta 00:00 Generating targets: 96%|█████████▌| 570/595 eta 00:00 Writing build.ninja: 0%| | 0/3645 eta ? Writing build.ninja: 32%|███▏ | 1184/3645 eta 00:00 Writing build.ninja: 65%|██████▍ | 2368/3645 eta 00:00 Writing build.ninja: 95%|█████████▌| 3474/3645 eta 00:00 Build started at 2025-10-11T10:51:51.738247 +#15 24.92 Main binary: /usr/bin/python +#15 24.92 Build Options: -Dandroid-libbacktrace=disabled -Db_ndebug=true -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.92 Python system: Linux +#15 24.92 The Meson build system +#15 24.92 Version: 1.9.1 +#15 24.92 Source dir: /mesa +#15 24.92 Build dir: /mesa/_build +#15 24.92 Build type: native build +#15 24.92 DEPRECATION: Option "legacy-x11" is deprecated +#15 24.92 Project name: mesa +#15 24.92 Project version: 25.2.4 +#15 24.92 ----------- +#15 24.92 Detecting compiler via: `/usr/sbin/clang --version` -> 0 +#15 24.92 stdout: +#15 24.92 clang version 20.1.8 +#15 24.92 Target: x86_64-pc-linux-gnu +#15 24.92 Thread model: posix +#15 24.92 InstalledDir: /usr/bin +#15 24.92 ----------- +#15 24.92 Running command: -x c -E -dM - +#15 24.92 ----- +#15 24.92 ----------- +#15 24.92 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.92 stdout: +#15 24.92 GNU ld (GNU Binutils) 2.45.0 +#15 24.92 Copyright (C) 2025 Free Software Foundation, Inc. +#15 24.92 This program is free software; you may redistribute it under the terms of +#15 24.92 the GNU General Public License version 3 or (at your option) a later version. +#15 24.92 This program has absolutely no warranty. +#15 24.92 ----------- +#15 24.92 Sanity testing C compiler: /usr/sbin/clang +#15 24.92 Is cross compiler: False. +#15 24.92 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.92 Sanity check compile stdout: +#15 24.92 +#15 24.92 ----- +#15 24.92 Sanity check compile stderr: +#15 24.92 +#15 24.92 ----- +#15 24.92 Running test binary command: /mesa/_build/meson-private/sanitycheckc.exe +#15 24.92 ----------- +#15 24.92 Sanity check: `/mesa/_build/meson-private/sanitycheckc.exe` -> 0 +#15 24.92 C compiler for the host machine: /usr/sbin/clang (clang 20.1.8 "clang version 20.1.8") +#15 24.92 C linker for the host machine: /usr/sbin/clang ld.bfd 2.45.0 +#15 24.92 ----------- +#15 24.92 Detecting archiver via: `llvm-ar-20 --version` -> [Errno 2] No such file or directory: 'llvm-ar-20' +#15 24.92 ----------- +#15 24.92 Detecting archiver via: `llvm-ar --version` -> 0 +#15 24.92 stdout: +#15 24.92 LLVM (http://llvm.org/): +#15 24.92 LLVM version 20.1.8 +#15 24.92 Optimized build. +#15 24.92 ----------- +#15 24.92 ----------- +#15 24.92 Detecting compiler via: `/usr/sbin/clang++ --version` -> 0 +#15 24.92 stdout: +#15 24.92 clang version 20.1.8 +#15 24.92 Target: x86_64-pc-linux-gnu +#15 24.92 Thread model: posix +#15 24.92 InstalledDir: /usr/bin +#15 24.92 ----------- +#15 24.92 Running command: -x c++ -E -dM - +#15 24.92 ----- +#15 24.92 ----------- +#15 24.92 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.92 stdout: +#15 24.92 GNU ld (GNU Binutils) 2.45.0 +#15 24.92 Copyright (C) 2025 Free Software Foundation, Inc. +#15 24.92 This program is free software; you may redistribute it under the terms of +#15 24.92 the GNU General Public License version 3 or (at your option) a later version. +#15 24.92 This program has absolutely no warranty. +#15 24.92 ----------- +#15 24.92 Sanity testing C++ compiler: /usr/sbin/clang++ +#15 24.92 Is cross compiler: False. +#15 24.92 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.92 Sanity check compile stdout: +#15 24.92 +#15 24.92 ----- +#15 24.92 Sanity check compile stderr: +#15 24.92 +#15 24.92 ----- +#15 24.92 Running test binary command: /mesa/_build/meson-private/sanitycheckcpp.exe +#15 24.92 ----------- +#15 24.92 Sanity check: `/mesa/_build/meson-private/sanitycheckcpp.exe` -> 0 +#15 24.92 C++ compiler for the host machine: /usr/sbin/clang++ (clang 20.1.8 "clang version 20.1.8") +#15 24.92 C++ linker for the host machine: /usr/sbin/clang++ ld.bfd 2.45.0 +#15 24.92 ----------- +#15 24.92 Detecting compiler via: `/usr/sbin/clang --version` -> 0 +#15 24.92 stdout: +#15 24.92 clang version 20.1.8 +#15 24.92 Target: x86_64-pc-linux-gnu +#15 24.92 Thread model: posix +#15 24.92 InstalledDir: /usr/bin +#15 24.92 ----------- +#15 24.92 Running command: -x c -E -dM - +#15 24.92 ----- +#15 24.92 ----------- +#15 24.92 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.92 stdout: +#15 24.92 GNU ld (GNU Binutils) 2.45.0 +#15 24.92 Copyright (C) 2025 Free Software Foundation, Inc. +#15 24.92 This program is free software; you may redistribute it under the terms of +#15 24.92 the GNU General Public License version 3 or (at your option) a later version. +#15 24.92 This program has absolutely no warranty. +#15 24.92 ----------- +#15 24.92 Sanity testing C compiler: /usr/sbin/clang +#15 24.92 Is cross compiler: False. +#15 24.92 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.92 Sanity check compile stdout: +#15 24.92 +#15 24.92 ----- +#15 24.92 Sanity check compile stderr: +#15 24.92 +#15 24.92 ----- +#15 24.92 Running test binary command: /mesa/_build/meson-private/sanitycheckc.exe +#15 24.92 ----------- +#15 24.92 Sanity check: `/mesa/_build/meson-private/sanitycheckc.exe` -> 0 +#15 24.92 C compiler for the build machine: /usr/sbin/clang (clang 20.1.8 "clang version 20.1.8") +#15 24.92 C linker for the build machine: /usr/sbin/clang ld.bfd 2.45.0 +#15 24.92 ----------- +#15 24.92 Detecting archiver via: `llvm-ar-20 --version` -> [Errno 2] No such file or directory: 'llvm-ar-20' +#15 24.92 ----------- +#15 24.92 Detecting archiver via: `llvm-ar --version` -> 0 +#15 24.92 stdout: +#15 24.92 LLVM (http://llvm.org/): +#15 24.92 LLVM version 20.1.8 +#15 24.92 Optimized build. +#15 24.92 ----------- +#15 24.92 ----------- +#15 24.92 Detecting compiler via: `/usr/sbin/clang++ --version` -> 0 +#15 24.92 stdout: +#15 24.92 clang version 20.1.8 +#15 24.92 Target: x86_64-pc-linux-gnu +#15 24.92 Thread model: posix +#15 24.92 InstalledDir: /usr/bin +#15 24.92 ----------- +#15 24.92 Running command: -x c++ -E -dM - +#15 24.92 ----- +#15 24.92 ----------- +#15 24.92 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.92 stdout: +#15 24.92 GNU ld (GNU Binutils) 2.45.0 +#15 24.92 Copyright (C) 2025 Free Software Foundation, Inc. +#15 24.92 This program is free software; you may redistribute it under the terms of +#15 24.92 the GNU General Public License version 3 or (at your option) a later version. +#15 24.92 This program has absolutely no warranty. +#15 24.92 ----------- +#15 24.92 Sanity testing C++ compiler: /usr/sbin/clang++ +#15 24.92 Is cross compiler: False. +#15 24.92 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.92 Sanity check compile stdout: +#15 24.92 +#15 24.92 ----- +#15 24.92 Sanity check compile stderr: +#15 24.92 +#15 24.92 ----- +#15 24.92 Running test binary command: /mesa/_build/meson-private/sanitycheckcpp.exe +#15 24.92 ----------- +#15 24.92 Sanity check: `/mesa/_build/meson-private/sanitycheckcpp.exe` -> 0 +#15 24.92 C++ compiler for the build machine: /usr/sbin/clang++ (clang 20.1.8 "clang version 20.1.8") +#15 24.92 C++ linker for the build machine: /usr/sbin/clang++ ld.bfd 2.45.0 +#15 24.92 Build machine cpu family: x86_64 +#15 24.92 Build machine cpu: x86_64 +#15 24.92 Host machine cpu family: x86_64 +#15 24.92 Host machine cpu: x86_64 +#15 24.92 Target machine cpu family: x86_64 +#15 24.92 Target machine cpu: x86_64 +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpnn91i11w +#15 24.92 Code: +#15 24.92 +#15 24.92 #include +#15 24.92 #include +#15 24.92 int main(void) { +#15 24.92 printf("%ld\n", (long)(sizeof(void*))); +#15 24.92 return 0; +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpnn91i11w/testfile.c -o /mesa/_build/meson-private/tmpnn91i11w/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.92 Program stdout: +#15 24.92 +#15 24.92 8 +#15 24.92 +#15 24.92 Program stderr: +#15 24.92 +#15 24.92 +#15 24.92 Checking for size of "void*" : 8 +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpm_k34x3t +#15 24.92 Code: +#15 24.92 int __thread x; int main() { return x; } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpm_k34x3t/testfile.c -o /mesa/_build/meson-private/tmpm_k34x3t/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.92 Program stdout: +#15 24.92 +#15 24.92 +#15 24.92 Program stderr: +#15 24.92 +#15 24.92 +#15 24.92 Checking if "-mtls-dialect=gnu2" runs: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpvn3c3xws +#15 24.92 Code: +#15 24.92 int __thread x; int y; int main() { __asm__( +#15 24.92 "leaq x@TLSDESC(%rip), %rax\n" +#15 24.92 "movq y@GOTPCREL(%rip), %rdx\n" +#15 24.92 "call *x@TLSCALL(%rax)\n"); } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpvn3c3xws/testfile.c -o /mesa/_build/meson-private/tmpvn3c3xws/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.92 Checking if "split TLSDESC" links: YES +#15 24.92 Pkg-config binary missing from cross or native file, or env var undefined. +#15 24.92 Trying a default Pkg-config fallback at pkg-config +#15 24.92 Found pkg-config: YES (/usr/sbin/pkg-config) 2.5.1 +#15 24.92 Determining dependency 'libglvnd' with pkg-config executable '/usr/sbin/pkg-config' +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --modversion libglvnd` -> 0 +#15 24.92 stdout: +#15 24.92 1.7.0 +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --cflags libglvnd` -> 0 +#15 24.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs libglvnd` -> 0 +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs libglvnd` -> 0 +#15 24.92 Run-time dependency libglvnd found: YES 1.7.0 +#15 24.92 Determining dependency 'vdpau' with pkg-config executable '/usr/sbin/pkg-config' +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --modversion vdpau` -> 1 +#15 24.92 stderr: +#15 24.92 Package vdpau was not found in the pkg-config search path. +#15 24.92 Perhaps you should add the directory containing `vdpau.pc' +#15 24.92 to the PKG_CONFIG_PATH environment variable +#15 24.92 Package 'vdpau' not found +#15 24.92 ----------- +#15 24.92 CMake binary for host machine is not cached +#15 24.92 CMake binary missing from cross or native file, or env var undefined. +#15 24.92 Trying a default CMake fallback at cmake +#15 24.92 Found CMake: /usr/sbin/cmake (4.1.2) +#15 24.92 Extracting basic cmake information +#15 24.92 CMake Toolchain: Calling CMake once to generate the compiler state +#15 24.92 Calling CMake (['/usr/sbin/cmake']) in /mesa/_build/meson-private/__CMake_compiler_info__ with: +#15 24.92 - "--trace-expand" +#15 24.92 - "--trace-format=json-v1" +#15 24.92 - "--no-warn-unused-cli" +#15 24.92 - "--trace-redirect=cmake_trace.txt" +#15 24.92 - "-G" +#15 24.92 - "Ninja" +#15 24.92 - "-DCMAKE_TOOLCHAIN_FILE=/mesa/_build/meson-private/__CMake_compiler_info__/CMakeMesonTempToolchainFile.cmake" +#15 24.92 - "." +#15 24.92 CMake trace warning: add_executable() non imported executables are not supported +#15 24.92 CMake TRACE: /mesa/_build/meson-private/__CMake_compiler_info__/CMakeFiles/CMakeScratch/TryCompile-eR1VBg/CMakeLists.txt:22 add_executable(['cmTC_b07c0']) +#15 24.92 CMake trace warning: target_link_libraries() TARGET cmTC_b07c0 not found +#15 24.92 CMake TRACE: /mesa/_build/meson-private/__CMake_compiler_info__/CMakeFiles/CMakeScratch/TryCompile-eR1VBg/CMakeLists.txt:28 target_link_libraries(['cmTC_b07c0', '']) +#15 24.92 CMake trace warning: add_executable() non imported executables are not supported +#15 24.92 CMake TRACE: /mesa/_build/meson-private/__CMake_compiler_info__/CMakeFiles/CMakeScratch/TryCompile-aTc3jn/CMakeLists.txt:22 add_executable(['cmTC_6f6d5']) +#15 24.92 CMake trace warning: target_link_libraries() TARGET cmTC_6f6d5 not found +#15 24.92 CMake TRACE: /mesa/_build/meson-private/__CMake_compiler_info__/CMakeFiles/CMakeScratch/TryCompile-aTc3jn/CMakeLists.txt:28 target_link_libraries(['cmTC_6f6d5', '']) +#15 24.92 Try CMake generator: auto +#15 24.92 Calling CMake (['/usr/sbin/cmake']) in /mesa/_build/meson-private/cmake_vdpau with: +#15 24.92 - "--trace-expand" +#15 24.92 - "--trace-format=json-v1" +#15 24.92 - "--no-warn-unused-cli" +#15 24.92 - "--trace-redirect=cmake_trace.txt" +#15 24.92 - "-DCMAKE_TOOLCHAIN_FILE=/mesa/_build/meson-private/cmake_vdpau/CMakeMesonToolchainFile.cmake" +#15 24.92 - "." +#15 24.92 -- Module search paths: ['/', '/opt', '/usr', '/usr/local'] +#15 24.92 -- CMake root: /usr/share/cmake +#15 24.92 -- CMake architectures: [] +#15 24.92 -- CMake lib search paths: ['lib', 'lib32', 'lib64', 'libx32', 'share', ''] +#15 24.92 Preliminary CMake check failed. Aborting. +#15 24.92 Run-time dependency vdpau found: NO (tried pkgconfig and cmake) +#15 24.92 Program glslangValidator found: YES (/usr/sbin/glslangValidator) +#15 24.92 Running command: /usr/sbin/glslangValidator --version +#15 24.92 --- stdout --- +#15 24.92 Glslang Version: 11:16.0.0 +#15 24.92 ESSL Version: OpenGL ES GLSL 3.20 glslang Khronos. 16.0.0 +#15 24.92 GLSL Version: 4.60 glslang Khronos. 16.0.0 +#15 24.92 SPIR-V Version 0x00010600, Revision 1 +#15 24.92 GLSL.std.450 Version 100, Revision 1 +#15 24.92 Khronos Tool ID 8 +#15 24.92 SPIR-V Generator Version 11 +#15 24.92 GL_KHR_vulkan_glsl version 100 +#15 24.92 ARB_GL_gl_spirv version 100 +#15 24.92 +#15 24.92 --- stderr --- +#15 24.92 +#15 24.92 +#15 24.92 Running command: /usr/sbin/glslangValidator --quiet --version +#15 24.92 --- stdout --- +#15 24.92 Glslang Version: 11:16.0.0 +#15 24.92 ESSL Version: OpenGL ES GLSL 3.20 glslang Khronos. 16.0.0 +#15 24.92 GLSL Version: 4.60 glslang Khronos. 16.0.0 +#15 24.92 SPIR-V Version 0x00010600, Revision 1 +#15 24.92 GLSL.std.450 Version 100, Revision 1 +#15 24.92 Khronos Tool ID 8 +#15 24.92 SPIR-V Generator Version 11 +#15 24.92 GL_KHR_vulkan_glsl version 100 +#15 24.92 ARB_GL_gl_spirv version 100 +#15 24.92 +#15 24.92 --- stderr --- +#15 24.92 +#15 24.92 +#15 24.92 Determining dependency 'libva' with pkg-config executable '/usr/sbin/pkg-config' +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --modversion libva` -> 0 +#15 24.92 stdout: +#15 24.92 1.22.0 +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --cflags libva` -> 0 +#15 24.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs libva` -> 0 +#15 24.92 stdout: +#15 24.92 -L/usr/lib -lva +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs libva` -> 0 +#15 24.92 stdout: +#15 24.92 -lva +#15 24.92 ----------- +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmp7y_tc78e +#15 24.92 Code: +#15 24.92 +#15 24.92 #include +#15 24.92 #include +#15 24.92 int main(void) { +#15 24.92 printf("%ld\n", (long)(sizeof(void *))); +#15 24.92 return 0; +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang++ -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp7y_tc78e/testfile.cpp -o /mesa/_build/meson-private/tmp7y_tc78e/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.92 Program stdout: +#15 24.92 +#15 24.92 8 +#15 24.92 +#15 24.92 Program stderr: +#15 24.92 +#15 24.92 +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpvsioyjf8 +#15 24.92 Code: +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpvsioyjf8/testfile.cpp -o /mesa/_build/meson-private/tmpvsioyjf8/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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.92 stdout: +#15 24.92 programs: =/usr/bin:/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../x86_64-pc-linux-gnu/bin +#15 24.92 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.92 ----------- +#15 24.92 Run-time dependency libva found: YES 1.22.0 +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmps3z_e85j +#15 24.92 Code: +#15 24.92 +#15 24.92 #include +#15 24.92 int main(void) { +#15 24.92 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.92 #ifndef VASurfaceAttribDRMFormatModifiers +#15 24.92 VASurfaceAttribDRMFormatModifiers; +#15 24.92 #endif +#15 24.92 return 0; +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmps3z_e85j/testfile.c -o /mesa/_build/meson-private/tmps3z_e85j/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.92 stderr: +#15 24.92 /mesa/_build/meson-private/tmps3z_e85j/testfile.c:6:17: warning: expression result unused [-Wunused-value] +#15 24.92 6 | VASurfaceAttribDRMFormatModifiers; +#15 24.92 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +#15 24.92 1 warning generated. +#15 24.92 ----------- +#15 24.92 Header "va/va.h" has symbol "VASurfaceAttribDRMFormatModifiers" with dependency libva: YES +#15 24.92 meson.build:768: WARNING: add_languages is missing native:, assuming languages are wanted for both host and build. +#15 24.92 ----------- +#15 24.92 Detecting compiler via: `/usr/sbin/clang --version` -> 0 +#15 24.92 stdout: +#15 24.92 clang version 20.1.8 +#15 24.92 Target: x86_64-pc-linux-gnu +#15 24.92 Thread model: posix +#15 24.92 InstalledDir: /usr/bin +#15 24.92 ----------- +#15 24.92 Running command: -x c -E -dM - +#15 24.92 ----- +#15 24.92 ----------- +#15 24.92 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.92 stdout: +#15 24.92 GNU ld (GNU Binutils) 2.45.0 +#15 24.92 Copyright (C) 2025 Free Software Foundation, Inc. +#15 24.92 This program is free software; you may redistribute it under the terms of +#15 24.92 the GNU General Public License version 3 or (at your option) a later version. +#15 24.92 This program has absolutely no warranty. +#15 24.92 ----------- +#15 24.92 ----------- +#15 24.92 Detecting compiler via: `rustc --version` -> 0 +#15 24.92 stdout: +#15 24.92 rustc 1.90.0 (1159e78c4 2025-09-14) (Arch Linux rust 1:1.90.0-3) +#15 24.92 ----------- +#15 24.92 ----------- +#15 24.92 Called: `rustc -C linker=/usr/sbin/clang -o /mesa/_build/meson-private/rusttest.exe /mesa/_build/meson-private/sanity.rs` -> 0 +#15 24.92 ----------- +#15 24.92 Called: `rustc -C linker=/usr/sbin/clang --crate-type staticlib --print native-static-libs /mesa/_build/meson-private/sanity.rs` -> 0 +#15 24.92 stderr: +#15 24.92 warning: function `main` is never used +#15 24.92 --> /mesa/_build/meson-private/sanity.rs:1:4 +#15 24.92 | +#15 24.92 1 | fn main() { +#15 24.92 | ^^^^ +#15 24.92 | +#15 24.92 = note: `#[warn(dead_code)]` on by default +#15 24.92 +#15 24.92 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.92 +#15 24.92 note: native-static-libs: -lgcc_s -lutil -lrt -lpthread -lm -ldl -lc +#15 24.92 +#15 24.92 warning: 1 warning emitted +#15 24.92 ----------- +#15 24.92 Running test binary command: /mesa/_build/meson-private/rusttest.exe +#15 24.92 ----------- +#15 24.92 Sanity check: `/mesa/_build/meson-private/rusttest.exe` -> 0 +#15 24.92 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 24.92 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 24.92 ----------- +#15 24.92 Detecting compiler via: `/usr/sbin/clang --version` -> 0 +#15 24.92 stdout: +#15 24.92 clang version 20.1.8 +#15 24.92 Target: x86_64-pc-linux-gnu +#15 24.92 Thread model: posix +#15 24.92 InstalledDir: /usr/bin +#15 24.92 ----------- +#15 24.92 Running command: -x c -E -dM - +#15 24.92 ----- +#15 24.92 ----------- +#15 24.92 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.92 stdout: +#15 24.92 GNU ld (GNU Binutils) 2.45.0 +#15 24.92 Copyright (C) 2025 Free Software Foundation, Inc. +#15 24.92 This program is free software; you may redistribute it under the terms of +#15 24.92 the GNU General Public License version 3 or (at your option) a later version. +#15 24.92 This program has absolutely no warranty. +#15 24.92 ----------- +#15 24.92 ----------- +#15 24.92 Detecting compiler via: `rustc --version` -> 0 +#15 24.92 stdout: +#15 24.92 rustc 1.90.0 (1159e78c4 2025-09-14) (Arch Linux rust 1:1.90.0-3) +#15 24.92 ----------- +#15 24.92 ----------- +#15 24.92 Called: `rustc -C linker=/usr/sbin/clang -o /mesa/_build/meson-private/rusttest.exe /mesa/_build/meson-private/sanity.rs` -> 0 +#15 24.92 ----------- +#15 24.92 Called: `rustc -C linker=/usr/sbin/clang --crate-type staticlib --print native-static-libs /mesa/_build/meson-private/sanity.rs` -> 0 +#15 24.92 stderr: +#15 24.92 warning: function `main` is never used +#15 24.92 --> /mesa/_build/meson-private/sanity.rs:1:4 +#15 24.92 | +#15 24.92 1 | fn main() { +#15 24.92 | ^^^^ +#15 24.92 | +#15 24.92 = note: `#[warn(dead_code)]` on by default +#15 24.92 +#15 24.92 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.92 +#15 24.92 note: native-static-libs: -lgcc_s -lutil -lrt -lpthread -lm -ldl -lc +#15 24.92 +#15 24.92 warning: 1 warning emitted +#15 24.92 ----------- +#15 24.92 Running test binary command: /mesa/_build/meson-private/rusttest.exe +#15 24.92 ----------- +#15 24.92 Sanity check: `/mesa/_build/meson-private/rusttest.exe` -> 0 +#15 24.92 Rust compiler for the build machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 24.92 Rust linker for the build machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 24.92 Program bindgen found: YES (/usr/sbin/bindgen) +#15 24.92 Running command: /usr/sbin/bindgen --version +#15 24.92 --- stdout --- +#15 24.92 bindgen 0.72.0 +#15 24.92 +#15 24.92 --- stderr --- +#15 24.92 +#15 24.92 +#15 24.92 Determining dependency 'libclc' with pkg-config executable '/usr/sbin/pkg-config' +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --modversion libclc` -> 0 +#15 24.92 stdout: +#15 24.92 0.2.0 +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --cflags libclc` -> 0 +#15 24.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs libclc` -> 0 +#15 24.92 stdout: +#15 24.92 -L/usr/share/clc +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs libclc` -> 0 +#15 24.92 stdout: +#15 24.92 -L/usr/share/clc +#15 24.92 ----------- +#15 24.92 Run-time dependency libclc found: YES 0.2.0 +#15 24.92 Running command: /usr/sbin/python3 --version +#15 24.92 --- stdout --- +#15 24.92 Python 3.13.7 +#15 24.92 +#15 24.92 --- stderr --- +#15 24.92 +#15 24.92 +#15 24.92 Program python3 found: YES 3.13.7 3.13.7 (/usr/sbin/python3) +#15 24.92 Running command: /usr/sbin/python3 -c ' +#15 24.92 try: +#15 24.92 from packaging.version import Version +#15 24.92 except: +#15 24.92 from distutils.version import StrictVersion as Version +#15 24.92 import mako +#15 24.92 assert Version(mako.__version__) >= Version("0.8.0") +#15 24.92 ' +#15 24.92 --- stdout --- +#15 24.92 +#15 24.92 --- stderr --- +#15 24.92 +#15 24.92 +#15 24.92 Running command: /usr/sbin/python3 -c ' +#15 24.92 import yaml +#15 24.92 ' +#15 24.92 --- stdout --- +#15 24.92 +#15 24.92 --- stderr --- +#15 24.92 +#15 24.92 +#15 24.92 Running compile: +#15 24.92 Working directory: /tmp/tmph4v38t0s +#15 24.92 Code: +#15 24.92 +#15 24.92 #include +#15 24.92 #ifndef ETIME +#15 24.92 # define ETIME "MESON_GET_DEFINE_UNDEFINED_SENTINEL" +#15 24.92 #endif +#15 24.92 "MESON_GET_DEFINE_DELIMITER_START" +#15 24.92 ETIME +#15 24.92 "MESON_GET_DEFINE_DELIMITER_END" +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /tmp/tmph4v38t0s/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.92 stdout: +#15 24.92 extern int *__errno_location (void) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); +#15 24.92 "MESON_GET_DEFINE_DELIMITER_START" +#15 24.92 62 +#15 24.92 "MESON_GET_DEFINE_DELIMITER_END" +#15 24.92 ----------- +#15 24.92 Fetching value of define "ETIME" : 62 +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpdq60gp5l +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpdq60gp5l/testfile.c -o /mesa/_build/meson-private/tmpdq60gp5l/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.92 Compiler for C supports arguments -gsplit-dwarf: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmp73wj7omd +#15 24.92 Code: +#15 24.92 int main(void) { return 0; } +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp73wj7omd/testfile.c -o /mesa/_build/meson-private/tmp73wj7omd/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.92 stderr: +#15 24.92 /usr/bin/ld: unrecognized option '--gdb-index' +#15 24.92 /usr/bin/ld: use the --help option for usage information +#15 24.92 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 24.92 ----------- +#15 24.92 Compiler for C supports link arguments -Wl,--gdb-index: NO +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmp949c5yf4 +#15 24.92 Code: +#15 24.92 +#15 24.92 #define bswap32 meson_disable_define_of_bswap32 +#15 24.92 +#15 24.92 #include +#15 24.92 #undef bswap32 +#15 24.92 +#15 24.92 #ifdef __cplusplus +#15 24.92 extern "C" +#15 24.92 #endif +#15 24.92 char bswap32 (void); +#15 24.92 +#15 24.92 #if defined __stub_bswap32 || defined __stub___bswap32 +#15 24.92 fail fail fail this function is not going to work +#15 24.92 #endif +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 return bswap32 (); +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp949c5yf4/testfile.c -o /mesa/_build/meson-private/tmp949c5yf4/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.92 stderr: +#15 24.92 /usr/bin/ld: /tmp/testfile-f27a1a.o: in function `main': +#15 24.92 /mesa/_build/meson-private/tmp949c5yf4/testfile.c:17:(.text+0x5d): undefined reference to `bswap32' +#15 24.92 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 24.92 ----------- +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmp0r65xuo3 +#15 24.92 Code: +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 +#15 24.92 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 24.92 * provides various builtins which are not really implemented and +#15 24.92 * fall back to the stdlib where they aren't provided and fail at +#15 24.92 * build/link time. In case the user provides a header, including +#15 24.92 * the header didn't lead to the function being defined, and the +#15 24.92 * function we are checking isn't a builtin itself we assume the +#15 24.92 * builtin is not functional and we just error out. */ +#15 24.92 #if !1 && !defined(bswap32) && !0 +#15 24.92 #error "No definition for __builtin_bswap32 found in the prefix" +#15 24.92 #endif +#15 24.92 +#15 24.92 #ifdef __has_builtin +#15 24.92 #if !__has_builtin(__builtin_bswap32) +#15 24.92 #error "__builtin_bswap32 not found" +#15 24.92 #endif +#15 24.92 #elif ! defined(bswap32) +#15 24.92 __builtin_bswap32; +#15 24.92 #endif +#15 24.92 return 0; +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp0r65xuo3/testfile.c -o /mesa/_build/meson-private/tmp0r65xuo3/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.92 Checking for function "bswap32" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmppij3s7nv +#15 24.92 Code: +#15 24.92 +#15 24.92 #define bswap64 meson_disable_define_of_bswap64 +#15 24.92 +#15 24.92 #include +#15 24.92 #undef bswap64 +#15 24.92 +#15 24.92 #ifdef __cplusplus +#15 24.92 extern "C" +#15 24.92 #endif +#15 24.92 char bswap64 (void); +#15 24.92 +#15 24.92 #if defined __stub_bswap64 || defined __stub___bswap64 +#15 24.92 fail fail fail this function is not going to work +#15 24.92 #endif +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 return bswap64 (); +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmppij3s7nv/testfile.c -o /mesa/_build/meson-private/tmppij3s7nv/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.92 stderr: +#15 24.92 /usr/bin/ld: /tmp/testfile-cecc66.o: in function `main': +#15 24.92 /mesa/_build/meson-private/tmppij3s7nv/testfile.c:17:(.text+0x5d): undefined reference to `bswap64' +#15 24.92 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 24.92 ----------- +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpkkcs8g12 +#15 24.92 Code: +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 +#15 24.92 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 24.92 * provides various builtins which are not really implemented and +#15 24.92 * fall back to the stdlib where they aren't provided and fail at +#15 24.92 * build/link time. In case the user provides a header, including +#15 24.92 * the header didn't lead to the function being defined, and the +#15 24.92 * function we are checking isn't a builtin itself we assume the +#15 24.92 * builtin is not functional and we just error out. */ +#15 24.92 #if !1 && !defined(bswap64) && !0 +#15 24.92 #error "No definition for __builtin_bswap64 found in the prefix" +#15 24.92 #endif +#15 24.92 +#15 24.92 #ifdef __has_builtin +#15 24.92 #if !__has_builtin(__builtin_bswap64) +#15 24.92 #error "__builtin_bswap64 not found" +#15 24.92 #endif +#15 24.92 #elif ! defined(bswap64) +#15 24.92 __builtin_bswap64; +#15 24.92 #endif +#15 24.92 return 0; +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpkkcs8g12/testfile.c -o /mesa/_build/meson-private/tmpkkcs8g12/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.92 Checking for function "bswap64" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpiw1_z4s4 +#15 24.92 Code: +#15 24.92 +#15 24.92 #define clz meson_disable_define_of_clz +#15 24.92 +#15 24.92 #include +#15 24.92 #undef clz +#15 24.92 +#15 24.92 #ifdef __cplusplus +#15 24.92 extern "C" +#15 24.92 #endif +#15 24.92 char clz (void); +#15 24.92 +#15 24.92 #if defined __stub_clz || defined __stub___clz +#15 24.92 fail fail fail this function is not going to work +#15 24.92 #endif +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 return clz (); +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpiw1_z4s4/testfile.c -o /mesa/_build/meson-private/tmpiw1_z4s4/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.92 stderr: +#15 24.92 /usr/bin/ld: /tmp/testfile-4e1fd9.o: in function `main': +#15 24.92 /mesa/_build/meson-private/tmpiw1_z4s4/testfile.c:17:(.text+0x5d): undefined reference to `clz' +#15 24.92 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 24.92 ----------- +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmp8wdzzu40 +#15 24.92 Code: +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 +#15 24.92 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 24.92 * provides various builtins which are not really implemented and +#15 24.92 * fall back to the stdlib where they aren't provided and fail at +#15 24.92 * build/link time. In case the user provides a header, including +#15 24.92 * the header didn't lead to the function being defined, and the +#15 24.92 * function we are checking isn't a builtin itself we assume the +#15 24.92 * builtin is not functional and we just error out. */ +#15 24.92 #if !1 && !defined(clz) && !0 +#15 24.92 #error "No definition for __builtin_clz found in the prefix" +#15 24.92 #endif +#15 24.92 +#15 24.92 #ifdef __has_builtin +#15 24.92 #if !__has_builtin(__builtin_clz) +#15 24.92 #error "__builtin_clz not found" +#15 24.92 #endif +#15 24.92 #elif ! defined(clz) +#15 24.92 __builtin_clz; +#15 24.92 #endif +#15 24.92 return 0; +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp8wdzzu40/testfile.c -o /mesa/_build/meson-private/tmp8wdzzu40/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.92 Checking for function "clz" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmp0efl4mco +#15 24.92 Code: +#15 24.92 +#15 24.92 #define clzll meson_disable_define_of_clzll +#15 24.92 +#15 24.92 #include +#15 24.92 #undef clzll +#15 24.92 +#15 24.92 #ifdef __cplusplus +#15 24.92 extern "C" +#15 24.92 #endif +#15 24.92 char clzll (void); +#15 24.92 +#15 24.92 #if defined __stub_clzll || defined __stub___clzll +#15 24.92 fail fail fail this function is not going to work +#15 24.92 #endif +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 return clzll (); +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp0efl4mco/testfile.c -o /mesa/_build/meson-private/tmp0efl4mco/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.92 stderr: +#15 24.92 /usr/bin/ld: /tmp/testfile-fec157.o: in function `main': +#15 24.92 /mesa/_build/meson-private/tmp0efl4mco/testfile.c:17:(.text+0x5d): undefined reference to `clzll' +#15 24.92 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 24.92 ----------- +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmp9jfifyyu +#15 24.92 Code: +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 +#15 24.92 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 24.92 * provides various builtins which are not really implemented and +#15 24.92 * fall back to the stdlib where they aren't provided and fail at +#15 24.92 * build/link time. In case the user provides a header, including +#15 24.92 * the header didn't lead to the function being defined, and the +#15 24.92 * function we are checking isn't a builtin itself we assume the +#15 24.92 * builtin is not functional and we just error out. */ +#15 24.92 #if !1 && !defined(clzll) && !0 +#15 24.92 #error "No definition for __builtin_clzll found in the prefix" +#15 24.92 #endif +#15 24.92 +#15 24.92 #ifdef __has_builtin +#15 24.92 #if !__has_builtin(__builtin_clzll) +#15 24.92 #error "__builtin_clzll not found" +#15 24.92 #endif +#15 24.92 #elif ! defined(clzll) +#15 24.92 __builtin_clzll; +#15 24.92 #endif +#15 24.92 return 0; +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp9jfifyyu/testfile.c -o /mesa/_build/meson-private/tmp9jfifyyu/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.92 Checking for function "clzll" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpd83o03gz +#15 24.92 Code: +#15 24.92 +#15 24.92 #define ctz meson_disable_define_of_ctz +#15 24.92 +#15 24.92 #include +#15 24.92 #undef ctz +#15 24.92 +#15 24.92 #ifdef __cplusplus +#15 24.92 extern "C" +#15 24.92 #endif +#15 24.92 char ctz (void); +#15 24.92 +#15 24.92 #if defined __stub_ctz || defined __stub___ctz +#15 24.92 fail fail fail this function is not going to work +#15 24.92 #endif +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 return ctz (); +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpd83o03gz/testfile.c -o /mesa/_build/meson-private/tmpd83o03gz/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.92 stderr: +#15 24.92 /usr/bin/ld: /tmp/testfile-4755df.o: in function `main': +#15 24.92 /mesa/_build/meson-private/tmpd83o03gz/testfile.c:17:(.text+0x5d): undefined reference to `ctz' +#15 24.92 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 24.92 ----------- +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmp1jnle66x +#15 24.92 Code: +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 +#15 24.92 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 24.92 * provides various builtins which are not really implemented and +#15 24.92 * fall back to the stdlib where they aren't provided and fail at +#15 24.92 * build/link time. In case the user provides a header, including +#15 24.92 * the header didn't lead to the function being defined, and the +#15 24.92 * function we are checking isn't a builtin itself we assume the +#15 24.92 * builtin is not functional and we just error out. */ +#15 24.92 #if !1 && !defined(ctz) && !0 +#15 24.92 #error "No definition for __builtin_ctz found in the prefix" +#15 24.92 #endif +#15 24.92 +#15 24.92 #ifdef __has_builtin +#15 24.92 #if !__has_builtin(__builtin_ctz) +#15 24.92 #error "__builtin_ctz not found" +#15 24.92 #endif +#15 24.92 #elif ! defined(ctz) +#15 24.92 __builtin_ctz; +#15 24.92 #endif +#15 24.92 return 0; +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp1jnle66x/testfile.c -o /mesa/_build/meson-private/tmp1jnle66x/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.92 Checking for function "ctz" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpz_etfyq8 +#15 24.92 Code: +#15 24.92 +#15 24.92 #define expect meson_disable_define_of_expect +#15 24.92 +#15 24.92 #include +#15 24.92 #undef expect +#15 24.92 +#15 24.92 #ifdef __cplusplus +#15 24.92 extern "C" +#15 24.92 #endif +#15 24.92 char expect (void); +#15 24.92 +#15 24.92 #if defined __stub_expect || defined __stub___expect +#15 24.92 fail fail fail this function is not going to work +#15 24.92 #endif +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 return expect (); +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpz_etfyq8/testfile.c -o /mesa/_build/meson-private/tmpz_etfyq8/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.92 stderr: +#15 24.92 /usr/bin/ld: /tmp/testfile-aed4bd.o: in function `main': +#15 24.92 /mesa/_build/meson-private/tmpz_etfyq8/testfile.c:17:(.text+0x5d): undefined reference to `expect' +#15 24.92 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 24.92 ----------- +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmp5np0kjvu +#15 24.92 Code: +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 +#15 24.92 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 24.92 * provides various builtins which are not really implemented and +#15 24.92 * fall back to the stdlib where they aren't provided and fail at +#15 24.92 * build/link time. In case the user provides a header, including +#15 24.92 * the header didn't lead to the function being defined, and the +#15 24.92 * function we are checking isn't a builtin itself we assume the +#15 24.92 * builtin is not functional and we just error out. */ +#15 24.92 #if !1 && !defined(expect) && !0 +#15 24.92 #error "No definition for __builtin_expect found in the prefix" +#15 24.92 #endif +#15 24.92 +#15 24.92 #ifdef __has_builtin +#15 24.92 #if !__has_builtin(__builtin_expect) +#15 24.92 #error "__builtin_expect not found" +#15 24.92 #endif +#15 24.92 #elif ! defined(expect) +#15 24.92 __builtin_expect; +#15 24.92 #endif +#15 24.92 return 0; +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp5np0kjvu/testfile.c -o /mesa/_build/meson-private/tmp5np0kjvu/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.92 Checking for function "expect" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpd_r9ki13 +#15 24.92 Code: +#15 24.92 +#15 24.92 #define ffs meson_disable_define_of_ffs +#15 24.92 +#15 24.92 #include +#15 24.92 #undef ffs +#15 24.92 +#15 24.92 #ifdef __cplusplus +#15 24.92 extern "C" +#15 24.92 #endif +#15 24.92 char ffs (void); +#15 24.92 +#15 24.92 #if defined __stub_ffs || defined __stub___ffs +#15 24.92 fail fail fail this function is not going to work +#15 24.92 #endif +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 return ffs (); +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpd_r9ki13/testfile.c -o /mesa/_build/meson-private/tmpd_r9ki13/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.92 Checking for function "ffs" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpefw50utd +#15 24.92 Code: +#15 24.92 +#15 24.92 #define ffsll meson_disable_define_of_ffsll +#15 24.92 +#15 24.92 #include +#15 24.92 #undef ffsll +#15 24.92 +#15 24.92 #ifdef __cplusplus +#15 24.92 extern "C" +#15 24.92 #endif +#15 24.92 char ffsll (void); +#15 24.92 +#15 24.92 #if defined __stub_ffsll || defined __stub___ffsll +#15 24.92 fail fail fail this function is not going to work +#15 24.92 #endif +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 return ffsll (); +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpefw50utd/testfile.c -o /mesa/_build/meson-private/tmpefw50utd/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.92 Checking for function "ffsll" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmplcxq7cc_ +#15 24.92 Code: +#15 24.92 +#15 24.92 #define popcount meson_disable_define_of_popcount +#15 24.92 +#15 24.92 #include +#15 24.92 #undef popcount +#15 24.92 +#15 24.92 #ifdef __cplusplus +#15 24.92 extern "C" +#15 24.92 #endif +#15 24.92 char popcount (void); +#15 24.92 +#15 24.92 #if defined __stub_popcount || defined __stub___popcount +#15 24.92 fail fail fail this function is not going to work +#15 24.92 #endif +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 return popcount (); +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmplcxq7cc_/testfile.c -o /mesa/_build/meson-private/tmplcxq7cc_/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.92 stderr: +#15 24.92 /usr/bin/ld: /tmp/testfile-6fd204.o: in function `main': +#15 24.92 /mesa/_build/meson-private/tmplcxq7cc_/testfile.c:17:(.text+0x5d): undefined reference to `popcount' +#15 24.92 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 24.92 ----------- +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpgr7grwnv +#15 24.92 Code: +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 +#15 24.92 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 24.92 * provides various builtins which are not really implemented and +#15 24.92 * fall back to the stdlib where they aren't provided and fail at +#15 24.92 * build/link time. In case the user provides a header, including +#15 24.92 * the header didn't lead to the function being defined, and the +#15 24.92 * function we are checking isn't a builtin itself we assume the +#15 24.92 * builtin is not functional and we just error out. */ +#15 24.92 #if !1 && !defined(popcount) && !0 +#15 24.92 #error "No definition for __builtin_popcount found in the prefix" +#15 24.92 #endif +#15 24.92 +#15 24.92 #ifdef __has_builtin +#15 24.92 #if !__has_builtin(__builtin_popcount) +#15 24.92 #error "__builtin_popcount not found" +#15 24.92 #endif +#15 24.92 #elif ! defined(popcount) +#15 24.92 __builtin_popcount; +#15 24.92 #endif +#15 24.92 return 0; +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpgr7grwnv/testfile.c -o /mesa/_build/meson-private/tmpgr7grwnv/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.92 Checking for function "popcount" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpkvrirw1u +#15 24.92 Code: +#15 24.92 +#15 24.92 #define popcountll meson_disable_define_of_popcountll +#15 24.92 +#15 24.92 #include +#15 24.92 #undef popcountll +#15 24.92 +#15 24.92 #ifdef __cplusplus +#15 24.92 extern "C" +#15 24.92 #endif +#15 24.92 char popcountll (void); +#15 24.92 +#15 24.92 #if defined __stub_popcountll || defined __stub___popcountll +#15 24.92 fail fail fail this function is not going to work +#15 24.92 #endif +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 return popcountll (); +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpkvrirw1u/testfile.c -o /mesa/_build/meson-private/tmpkvrirw1u/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.92 stderr: +#15 24.92 /usr/bin/ld: /tmp/testfile-936901.o: in function `main': +#15 24.92 /mesa/_build/meson-private/tmpkvrirw1u/testfile.c:17:(.text+0x5d): undefined reference to `popcountll' +#15 24.92 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 24.92 ----------- +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpr1v96hb1 +#15 24.92 Code: +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 +#15 24.92 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 24.92 * provides various builtins which are not really implemented and +#15 24.92 * fall back to the stdlib where they aren't provided and fail at +#15 24.92 * build/link time. In case the user provides a header, including +#15 24.92 * the header didn't lead to the function being defined, and the +#15 24.92 * function we are checking isn't a builtin itself we assume the +#15 24.92 * builtin is not functional and we just error out. */ +#15 24.92 #if !1 && !defined(popcountll) && !0 +#15 24.92 #error "No definition for __builtin_popcountll found in the prefix" +#15 24.92 #endif +#15 24.92 +#15 24.92 #ifdef __has_builtin +#15 24.92 #if !__has_builtin(__builtin_popcountll) +#15 24.92 #error "__builtin_popcountll not found" +#15 24.92 #endif +#15 24.92 #elif ! defined(popcountll) +#15 24.92 __builtin_popcountll; +#15 24.92 #endif +#15 24.92 return 0; +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpr1v96hb1/testfile.c -o /mesa/_build/meson-private/tmpr1v96hb1/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.92 Checking for function "popcountll" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpapr7chle +#15 24.92 Code: +#15 24.92 +#15 24.92 #define unreachable meson_disable_define_of_unreachable +#15 24.92 +#15 24.92 #include +#15 24.92 #undef unreachable +#15 24.92 +#15 24.92 #ifdef __cplusplus +#15 24.92 extern "C" +#15 24.92 #endif +#15 24.92 char unreachable (void); +#15 24.92 +#15 24.92 #if defined __stub_unreachable || defined __stub___unreachable +#15 24.92 fail fail fail this function is not going to work +#15 24.92 #endif +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 return unreachable (); +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpapr7chle/testfile.c -o /mesa/_build/meson-private/tmpapr7chle/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.92 stderr: +#15 24.92 /usr/bin/ld: /tmp/testfile-a75418.o: in function `main': +#15 24.92 /mesa/_build/meson-private/tmpapr7chle/testfile.c:17:(.text+0x5d): undefined reference to `unreachable' +#15 24.92 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 24.92 ----------- +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpvq7mu5qo +#15 24.92 Code: +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 +#15 24.92 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 24.92 * provides various builtins which are not really implemented and +#15 24.92 * fall back to the stdlib where they aren't provided and fail at +#15 24.92 * build/link time. In case the user provides a header, including +#15 24.92 * the header didn't lead to the function being defined, and the +#15 24.92 * function we are checking isn't a builtin itself we assume the +#15 24.92 * builtin is not functional and we just error out. */ +#15 24.92 #if !1 && !defined(unreachable) && !0 +#15 24.92 #error "No definition for __builtin_unreachable found in the prefix" +#15 24.92 #endif +#15 24.92 +#15 24.92 #ifdef __has_builtin +#15 24.92 #if !__has_builtin(__builtin_unreachable) +#15 24.92 #error "__builtin_unreachable not found" +#15 24.92 #endif +#15 24.92 #elif ! defined(unreachable) +#15 24.92 __builtin_unreachable; +#15 24.92 #endif +#15 24.92 return 0; +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpvq7mu5qo/testfile.c -o /mesa/_build/meson-private/tmpvq7mu5qo/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.92 Checking for function "unreachable" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpkku_u3z5 +#15 24.92 Code: +#15 24.92 +#15 24.92 #define types_compatible_p meson_disable_define_of_types_compatible_p +#15 24.92 +#15 24.92 #include +#15 24.92 #undef types_compatible_p +#15 24.92 +#15 24.92 #ifdef __cplusplus +#15 24.92 extern "C" +#15 24.92 #endif +#15 24.92 char types_compatible_p (void); +#15 24.92 +#15 24.92 #if defined __stub_types_compatible_p || defined __stub___types_compatible_p +#15 24.92 fail fail fail this function is not going to work +#15 24.92 #endif +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 return types_compatible_p (); +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpkku_u3z5/testfile.c -o /mesa/_build/meson-private/tmpkku_u3z5/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.92 stderr: +#15 24.92 /usr/bin/ld: /tmp/testfile-6e7024.o: in function `main': +#15 24.92 /mesa/_build/meson-private/tmpkku_u3z5/testfile.c:17:(.text+0x5d): undefined reference to `types_compatible_p' +#15 24.92 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 24.92 ----------- +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpna6pjuen +#15 24.92 Code: +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 +#15 24.92 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 24.92 * provides various builtins which are not really implemented and +#15 24.92 * fall back to the stdlib where they aren't provided and fail at +#15 24.92 * build/link time. In case the user provides a header, including +#15 24.92 * the header didn't lead to the function being defined, and the +#15 24.92 * function we are checking isn't a builtin itself we assume the +#15 24.92 * builtin is not functional and we just error out. */ +#15 24.92 #if !1 && !defined(types_compatible_p) && !0 +#15 24.92 #error "No definition for __builtin_types_compatible_p found in the prefix" +#15 24.92 #endif +#15 24.92 +#15 24.92 #ifdef __has_builtin +#15 24.92 #if !__has_builtin(__builtin_types_compatible_p) +#15 24.92 #error "__builtin_types_compatible_p not found" +#15 24.92 #endif +#15 24.92 #elif ! defined(types_compatible_p) +#15 24.92 __builtin_types_compatible_p; +#15 24.92 #endif +#15 24.92 return 0; +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpna6pjuen/testfile.c -o /mesa/_build/meson-private/tmpna6pjuen/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.92 Checking for function "types_compatible_p" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpqxly33um +#15 24.92 Code: +#15 24.92 int foo(void) __attribute__((const)); +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpqxly33um/testfile.c -o /mesa/_build/meson-private/tmpqxly33um/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.92 Compiler for C supports function attribute const: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpjlvd8daz +#15 24.92 Code: +#15 24.92 int foo(void) __attribute__((flatten)); +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpjlvd8daz/testfile.c -o /mesa/_build/meson-private/tmpjlvd8daz/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.92 Compiler for C supports function attribute flatten: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpof811sh6 +#15 24.92 Code: +#15 24.92 int *foo(void) __attribute__((malloc)); +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpof811sh6/testfile.c -o /mesa/_build/meson-private/tmpof811sh6/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.92 Compiler for C supports function attribute malloc: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpzb75w95_ +#15 24.92 Code: +#15 24.92 int foo(void) __attribute__((pure)); +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpzb75w95_/testfile.c -o /mesa/_build/meson-private/tmpzb75w95_/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.92 Compiler for C supports function attribute pure: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmprzulvqg9 +#15 24.92 Code: +#15 24.92 int foo(void) __attribute__((unused)); +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmprzulvqg9/testfile.c -o /mesa/_build/meson-private/tmprzulvqg9/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.92 Compiler for C supports function attribute unused: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpsidabe4w +#15 24.92 Code: +#15 24.92 int foo(void) __attribute__((warn_unused_result)); +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpsidabe4w/testfile.c -o /mesa/_build/meson-private/tmpsidabe4w/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.92 Compiler for C supports function attribute warn_unused_result: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmprpfdg8z6 +#15 24.92 Code: +#15 24.92 int foo(void) __attribute__((weak)); +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmprpfdg8z6/testfile.c -o /mesa/_build/meson-private/tmprpfdg8z6/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.92 Compiler for C supports function attribute weak: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpv29et6rg +#15 24.92 Code: +#15 24.92 int foo(const char * p, ...) __attribute__((format(printf, 1, 2))); +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpv29et6rg/testfile.c -o /mesa/_build/meson-private/tmpv29et6rg/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.92 Compiler for C supports function attribute format: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpi9ubjxc1 +#15 24.92 Code: +#15 24.92 struct __attribute__((packed)) foo { int bar; }; +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpi9ubjxc1/testfile.c -o /mesa/_build/meson-private/tmpi9ubjxc1/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.92 Compiler for C supports function attribute packed: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmple7ibaor +#15 24.92 Code: +#15 24.92 int *foo(void) __attribute__((returns_nonnull)); +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmple7ibaor/testfile.c -o /mesa/_build/meson-private/tmple7ibaor/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.92 Compiler for C supports function attribute returns_nonnull: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmp2ebksk0v +#15 24.92 Code: +#15 24.92 +#15 24.92 int foo(void) { return 0; } +#15 24.92 int bar(void) __attribute__((alias("foo"))); +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp2ebksk0v/testfile.c -o /mesa/_build/meson-private/tmp2ebksk0v/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.92 Compiler for C supports function attribute alias: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmphn_ukmvu +#15 24.92 Code: +#15 24.92 int foo(void) __attribute__((noreturn)); +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmphn_ukmvu/testfile.c -o /mesa/_build/meson-private/tmphn_ukmvu/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.92 Compiler for C supports function attribute noreturn: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmp0mzi7oth +#15 24.92 Code: +#15 24.92 __attribute__((optimize(3))) int foo(void) { return 0; } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp0mzi7oth/testfile.c -o /mesa/_build/meson-private/tmp0mzi7oth/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.92 stderr: +#15 24.92 /mesa/_build/meson-private/tmp0mzi7oth/testfile.c:1:16: error: unknown attribute 'optimize' ignored [-Werror,-Wunknown-attributes] +#15 24.92 1 | __attribute__((optimize(3))) int foo(void) { return 0; } +#15 24.92 | ^~~~~~~~~~~ +#15 24.92 1 error generated. +#15 24.92 ----------- +#15 24.92 Compiler for C supports function attribute optimize: NO +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmp7dwolh_8 +#15 24.92 Code: +#15 24.92 int foo(void) __attribute__((visibility("hidden"))); int foo(void) { return 0; } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp7dwolh_8/testfile.c -o /mesa/_build/meson-private/tmp7dwolh_8/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.92 Compiler for C supports function attribute visibility:hidden: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpot911pmx +#15 24.92 Code: +#15 24.92 __uint128_t foo(void) { return 0; } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpot911pmx/testfile.c -o /mesa/_build/meson-private/tmpot911pmx/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.92 Checking if "__uint128_t" compiles: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpqsj2vznn +#15 24.92 Code: +#15 24.92 +#15 24.92 #define reallocarray meson_disable_define_of_reallocarray +#15 24.92 +#15 24.92 #include +#15 24.92 #undef reallocarray +#15 24.92 +#15 24.92 #ifdef __cplusplus +#15 24.92 extern "C" +#15 24.92 #endif +#15 24.92 char reallocarray (void); +#15 24.92 +#15 24.92 #if defined __stub_reallocarray || defined __stub___reallocarray +#15 24.92 fail fail fail this function is not going to work +#15 24.92 #endif +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 return reallocarray (); +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpqsj2vznn/testfile.c -o /mesa/_build/meson-private/tmpqsj2vznn/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.92 Checking for function "reallocarray" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpv0dxnd0q +#15 24.92 Code: +#15 24.92 +#15 24.92 #define fmemopen meson_disable_define_of_fmemopen +#15 24.92 +#15 24.92 #include +#15 24.92 #undef fmemopen +#15 24.92 +#15 24.92 #ifdef __cplusplus +#15 24.92 extern "C" +#15 24.92 #endif +#15 24.92 char fmemopen (void); +#15 24.92 +#15 24.92 #if defined __stub_fmemopen || defined __stub___fmemopen +#15 24.92 fail fail fail this function is not going to work +#15 24.92 #endif +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 return fmemopen (); +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpv0dxnd0q/testfile.c -o /mesa/_build/meson-private/tmpv0dxnd0q/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.92 Checking for function "fmemopen" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpoj668usu +#15 24.92 Code: +#15 24.92 static char unused() { return 5; } int main() { return 0; } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpoj668usu/testfile.c -o /mesa/_build/meson-private/tmpoj668usu/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.92 Checking if "gc-sections" links: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpwpc0qk96 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpwpc0qk96/testfile.c -o /mesa/_build/meson-private/tmpwpc0qk96/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.92 Compiler for C supports arguments -Werror=implicit-function-declaration: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmph3jo3t_y +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmph3jo3t_y/testfile.c -o /mesa/_build/meson-private/tmph3jo3t_y/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.92 Compiler for C supports arguments -Werror=missing-prototypes: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpgos_crwj +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpgos_crwj/testfile.c -o /mesa/_build/meson-private/tmpgos_crwj/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.92 Compiler for C supports arguments -Werror=return-type: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpineh8rrf +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpineh8rrf/testfile.c -o /mesa/_build/meson-private/tmpineh8rrf/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.92 Compiler for C supports arguments -Werror=empty-body: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpuzg2w_s0 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpuzg2w_s0/testfile.c -o /mesa/_build/meson-private/tmpuzg2w_s0/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.92 Compiler for C supports arguments -Werror=incompatible-pointer-types: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpuct4vs8r +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpuct4vs8r/testfile.c -o /mesa/_build/meson-private/tmpuct4vs8r/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.92 Compiler for C supports arguments -Werror=int-conversion: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmp5314d_yc +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp5314d_yc/testfile.c -o /mesa/_build/meson-private/tmp5314d_yc/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.92 Compiler for C supports arguments -Wimplicit-fallthrough: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmp35doak19 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp35doak19/testfile.c -o /mesa/_build/meson-private/tmp35doak19/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.92 Compiler for C supports arguments -Wmisleading-indentation: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpbxsh59p0 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpbxsh59p0/testfile.c -o /mesa/_build/meson-private/tmpbxsh59p0/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.92 Compiler for C supports arguments -Wno-missing-field-initializers: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmp_rm5zrr9 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp_rm5zrr9/testfile.c -o /mesa/_build/meson-private/tmp_rm5zrr9/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.92 Compiler for C supports arguments -Wno-format-truncation: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmph4s83kg4 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmph4s83kg4/testfile.c -o /mesa/_build/meson-private/tmph4s83kg4/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.92 stderr: +#15 24.92 error: unknown warning option '-Wnonnull-compare' [-Werror,-Wunknown-warning-option] +#15 24.92 error: unknown warning option '-Wno-nonnull-compare' [-Werror,-Wunknown-warning-option] +#15 24.92 ----------- +#15 24.92 Compiler for C supports arguments -Wno-nonnull-compare: NO +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpofeasl9x +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpofeasl9x/testfile.c -o /mesa/_build/meson-private/tmpofeasl9x/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.92 Compiler for C supports arguments -fno-math-errno: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmp5tgrh8mr +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp5tgrh8mr/testfile.c -o /mesa/_build/meson-private/tmp5tgrh8mr/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.92 Compiler for C supports arguments -fno-trapping-math: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpoliirxo7 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpoliirxo7/testfile.c -o /mesa/_build/meson-private/tmpoliirxo7/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.92 Compiler for C supports arguments -Qunused-arguments: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmp9k2a0_t1 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp9k2a0_t1/testfile.c -o /mesa/_build/meson-private/tmp9k2a0_t1/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.92 Compiler for C supports arguments -fno-common: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpl6ikmluo +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpl6ikmluo/testfile.c -o /mesa/_build/meson-private/tmpl6ikmluo/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.92 Compiler for C supports arguments -Wno-unknown-pragmas: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpuorx6h4r +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpuorx6h4r/testfile.c -o /mesa/_build/meson-private/tmpuorx6h4r/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.92 Compiler for C supports arguments -Wno-microsoft-enum-value: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmppfj7vqp5 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmppfj7vqp5/testfile.c -o /mesa/_build/meson-private/tmppfj7vqp5/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.92 Compiler for C supports arguments -Wno-unused-function: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpluycm3m3 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpluycm3m3/testfile.c -o /mesa/_build/meson-private/tmpluycm3m3/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.92 Compiler for C supports arguments -Werror=format: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmp5fyfdpzi +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp5fyfdpzi/testfile.c -o /mesa/_build/meson-private/tmp5fyfdpzi/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.92 Compiler for C supports arguments -Wformat-security: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpnjbcunee +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpnjbcunee/testfile.c -o /mesa/_build/meson-private/tmpnjbcunee/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.92 Compiler for C supports arguments -Werror=thread-safety: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmptuubryut +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmptuubryut/testfile.c -o /mesa/_build/meson-private/tmptuubryut/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.92 Compiler for C supports arguments -ffunction-sections: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmppo51lbd_ +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmppo51lbd_/testfile.c -o /mesa/_build/meson-private/tmppo51lbd_/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.92 Compiler for C supports arguments -fdata-sections: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpmu2r1nlk +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpmu2r1nlk/testfile.c -o /mesa/_build/meson-private/tmpmu2r1nlk/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-variable -Wno-unused-variable` -> 0 +#15 24.92 Compiler for C supports arguments -Wno-unused-variable: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpazyseb_t +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpazyseb_t/testfile.c -o /mesa/_build/meson-private/tmpazyseb_t/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-but-set-variable -Wno-unused-but-set-variable` -> 0 +#15 24.92 Compiler for C supports arguments -Wno-unused-but-set-variable: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpgg_qnlwu +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpgg_qnlwu/testfile.c -o /mesa/_build/meson-private/tmpgg_qnlwu/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 /wd4189` -> 1 +#15 24.92 stderr: +#15 24.92 clang: error: no such file or directory: '/wd4189' +#15 24.92 ----------- +#15 24.92 Compiler for C supports arguments /wd4189: NO +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpou9qibuv +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpou9qibuv/testfile.cpp -o /mesa/_build/meson-private/tmpou9qibuv/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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.92 Compiler for C++ supports arguments -Werror=return-type: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmp37jpl_uo +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp37jpl_uo/testfile.cpp -o /mesa/_build/meson-private/tmp37jpl_uo/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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.92 Compiler for C++ supports arguments -Werror=empty-body: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmp93rxh34m +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp93rxh34m/testfile.cpp -o /mesa/_build/meson-private/tmp93rxh34m/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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.92 Compiler for C++ supports arguments -Wmisleading-indentation: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpev0jooi4 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpev0jooi4/testfile.cpp -o /mesa/_build/meson-private/tmpev0jooi4/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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.92 Compiler for C++ supports arguments -Wno-non-virtual-dtor: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmp5pah51kd +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp5pah51kd/testfile.cpp -o /mesa/_build/meson-private/tmp5pah51kd/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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.92 Compiler for C++ supports arguments -Wno-missing-field-initializers: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpntypf0bs +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpntypf0bs/testfile.cpp -o /mesa/_build/meson-private/tmpntypf0bs/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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.92 Compiler for C++ supports arguments -Wno-format-truncation: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmp9jd8a833 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp9jd8a833/testfile.cpp -o /mesa/_build/meson-private/tmp9jd8a833/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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.92 Compiler for C++ supports arguments -fno-math-errno: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpwpccozj6 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpwpccozj6/testfile.cpp -o /mesa/_build/meson-private/tmpwpccozj6/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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.92 Compiler for C++ supports arguments -fno-trapping-math: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpmbzf1e43 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpmbzf1e43/testfile.cpp -o /mesa/_build/meson-private/tmpmbzf1e43/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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.92 Compiler for C++ supports arguments -Qunused-arguments: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpeaylz437 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpeaylz437/testfile.cpp -o /mesa/_build/meson-private/tmpeaylz437/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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.92 stderr: +#15 24.92 clang++: error: unknown argument: '-flifetime-dse=1' +#15 24.92 ----------- +#15 24.92 Compiler for C++ supports arguments -flifetime-dse=1: NO +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmp6b_8_d93 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp6b_8_d93/testfile.cpp -o /mesa/_build/meson-private/tmp6b_8_d93/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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.92 Compiler for C++ supports arguments -Wno-unknown-pragmas: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpz655fqjb +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpz655fqjb/testfile.cpp -o /mesa/_build/meson-private/tmpz655fqjb/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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.92 Compiler for C++ supports arguments -Wno-microsoft-enum-value: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpjln7lhua +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpjln7lhua/testfile.cpp -o /mesa/_build/meson-private/tmpjln7lhua/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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.92 Compiler for C++ supports arguments -Werror=format: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpglralg7w +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpglralg7w/testfile.cpp -o /mesa/_build/meson-private/tmpglralg7w/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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.92 Compiler for C++ supports arguments -Wformat-security: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpued7w5fn +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpued7w5fn/testfile.cpp -o /mesa/_build/meson-private/tmpued7w5fn/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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.92 Compiler for C++ supports arguments -ffunction-sections: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmp16euqvty +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp16euqvty/testfile.cpp -o /mesa/_build/meson-private/tmp16euqvty/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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.92 Compiler for C++ supports arguments -fdata-sections: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmp3yt08ych +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp3yt08ych/testfile.cpp -o /mesa/_build/meson-private/tmp3yt08ych/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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.92 Compiler for C++ supports arguments -Wno-unused-variable: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpzetbv5d0 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpzetbv5d0/testfile.cpp -o /mesa/_build/meson-private/tmpzetbv5d0/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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.92 Compiler for C++ supports arguments -Wno-unused-but-set-variable: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpa6lyejka +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpa6lyejka/testfile.cpp -o /mesa/_build/meson-private/tmpa6lyejka/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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.92 stderr: +#15 24.92 clang++: error: no such file or directory: '/wd4189' +#15 24.92 ----------- +#15 24.92 Compiler for C++ supports arguments /wd4189: NO +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpxa3e7elv +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpxa3e7elv/testfile.c -o /mesa/_build/meson-private/tmpxa3e7elv/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.92 Compiler for C supports arguments -Wno-override-init: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpci74eb2n +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpci74eb2n/testfile.c -o /mesa/_build/meson-private/tmpci74eb2n/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.92 Compiler for C supports arguments -Wno-initializer-overrides: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpxw3ktn7p +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpxw3ktn7p/testfile.c -o /mesa/_build/meson-private/tmpxw3ktn7p/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.92 Compiler for C supports arguments -Werror=pointer-arith: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpbj0d6y8_ +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpbj0d6y8_/testfile.c -o /mesa/_build/meson-private/tmpbj0d6y8_/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.92 Compiler for C supports arguments -Werror=vla: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpeea2wsxb +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpeea2wsxb/testfile.c -o /mesa/_build/meson-private/tmpeea2wsxb/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.92 Compiler for C supports arguments -Werror=gnu-empty-initializer: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpqeoejnoq +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpqeoejnoq/testfile.cpp -o /mesa/_build/meson-private/tmpqeoejnoq/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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.92 Compiler for C++ supports arguments -Werror=pointer-arith: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpg2aufem7 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpg2aufem7/testfile.cpp -o /mesa/_build/meson-private/tmpg2aufem7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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.92 Compiler for C++ supports arguments -Werror=vla: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpzpsagw3a +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpzpsagw3a/testfile.cpp -o /mesa/_build/meson-private/tmpzpsagw3a/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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.92 Compiler for C++ supports arguments -Werror=gnu-empty-initializer: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpvierfz7u +#15 24.92 Code: +#15 24.92 +#15 24.92 #define __builtin_ia32_clflushopt meson_disable_define_of___builtin_ia32_clflushopt +#15 24.92 +#15 24.92 #include +#15 24.92 #undef __builtin_ia32_clflushopt +#15 24.92 +#15 24.92 #ifdef __cplusplus +#15 24.92 extern "C" +#15 24.92 #endif +#15 24.92 char __builtin_ia32_clflushopt (void); +#15 24.92 +#15 24.92 #if defined __stub___builtin_ia32_clflushopt || defined __stub_____builtin_ia32_clflushopt +#15 24.92 fail fail fail this function is not going to work +#15 24.92 #endif +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 return __builtin_ia32_clflushopt (); +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpvierfz7u/testfile.c -o /mesa/_build/meson-private/tmpvierfz7u/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.92 stderr: +#15 24.92 /mesa/_build/meson-private/tmpvierfz7u/testfile.c:10:14: error: conflicting types for '__builtin_ia32_clflushopt' +#15 24.92 10 | char __builtin_ia32_clflushopt (void); +#15 24.92 | ^ +#15 24.92 /mesa/_build/meson-private/tmpvierfz7u/testfile.c:10:14: note: '__builtin_ia32_clflushopt' is a builtin with type 'void (const void *)' +#15 24.92 /mesa/_build/meson-private/tmpvierfz7u/testfile.c:17:45: error: too few arguments to function call, expected 1, have 0 +#15 24.92 17 | return __builtin_ia32_clflushopt (); +#15 24.92 | ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ +#15 24.92 2 errors generated. +#15 24.92 ----------- +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpnimlo_sd +#15 24.92 Code: +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 +#15 24.92 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 24.92 * provides various builtins which are not really implemented and +#15 24.92 * fall back to the stdlib where they aren't provided and fail at +#15 24.92 * build/link time. In case the user provides a header, including +#15 24.92 * the header didn't lead to the function being defined, and the +#15 24.92 * function we are checking isn't a builtin itself we assume the +#15 24.92 * builtin is not functional and we just error out. */ +#15 24.92 #if !1 && !defined(__builtin_ia32_clflushopt) && !1 +#15 24.92 #error "No definition for __builtin_ia32_clflushopt found in the prefix" +#15 24.92 #endif +#15 24.92 +#15 24.92 #ifdef __has_builtin +#15 24.92 #if !__has_builtin(__builtin_ia32_clflushopt) +#15 24.92 #error "__builtin_ia32_clflushopt not found" +#15 24.92 #endif +#15 24.92 #elif ! defined(__builtin_ia32_clflushopt) +#15 24.92 __builtin_ia32_clflushopt; +#15 24.92 #endif +#15 24.92 return 0; +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpnimlo_sd/testfile.c -o /mesa/_build/meson-private/tmpnimlo_sd/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.92 Checking for function "__builtin_ia32_clflushopt" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmppiuijz3o +#15 24.92 Code: +#15 24.92 #include +#15 24.92 int main() { +#15 24.92 struct { +#15 24.92 uint64_t *v; +#15 24.92 } x; +#15 24.92 return (int)__atomic_load_n(x.v, __ATOMIC_ACQUIRE) & +#15 24.92 (int)__atomic_add_fetch(x.v, (uint64_t)1, __ATOMIC_ACQ_REL); +#15 24.92 +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmppiuijz3o/testfile.c -o /mesa/_build/meson-private/tmppiuijz3o/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.92 Checking if "GCC atomic builtins" compiles: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpkhmnyrjq +#15 24.92 Code: +#15 24.92 #include +#15 24.92 int main() { +#15 24.92 struct { +#15 24.92 uint64_t *v; +#15 24.92 } x; +#15 24.92 return (int)__atomic_load_n(x.v, __ATOMIC_ACQUIRE) & +#15 24.92 (int)__atomic_add_fetch(x.v, (uint64_t)1, __ATOMIC_ACQ_REL); +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpkhmnyrjq/testfile.c -o /mesa/_build/meson-private/tmpkhmnyrjq/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.92 Checking if "GCC atomic builtins required -latomic" links: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpv6_b69b4 +#15 24.92 Code: +#15 24.92 #include +#15 24.92 uint64_t v; +#15 24.92 int main() { +#15 24.92 return __sync_add_and_fetch(&v, (uint64_t)1); +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpv6_b69b4/testfile.c -o /mesa/_build/meson-private/tmpv6_b69b4/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.92 Checking if "GCC 64bit atomics" with dependency links: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpt4met1hd +#15 24.92 Code: +#15 24.92 int main(void) { return 0; } +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpt4met1hd/testfile.c -o /mesa/_build/meson-private/tmpt4met1hd/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.92 stderr: +#15 24.92 /usr/bin/ld: cannot find -lws2_32: No such file or directory +#15 24.92 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 24.92 ----------- +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmprnuhlu9d +#15 24.92 Code: +#15 24.92 +#15 24.92 #include +#15 24.92 #include +#15 24.92 int main(void) { +#15 24.92 printf("%ld\n", (long)(sizeof(void *))); +#15 24.92 return 0; +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmprnuhlu9d/testfile.c -o /mesa/_build/meson-private/tmprnuhlu9d/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.92 Program stdout: +#15 24.92 +#15 24.92 8 +#15 24.92 +#15 24.92 Program stderr: +#15 24.92 +#15 24.92 +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmp35dwvros +#15 24.92 Code: +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp35dwvros/testfile.c -o /mesa/_build/meson-private/tmp35dwvros/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.92 stdout: +#15 24.92 programs: =/usr/bin:/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../x86_64-pc-linux-gnu/bin +#15 24.92 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.92 ----------- +#15 24.92 Library ws2_32 found: NO +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmp6he4gke7 +#15 24.92 Code: +#15 24.92 +#15 24.92 #include +#15 24.92 int main(void) { +#15 24.92 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.92 #ifndef major +#15 24.92 major; +#15 24.92 #endif +#15 24.92 return 0; +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp6he4gke7/testfile.c -o /mesa/_build/meson-private/tmp6he4gke7/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.92 Header "sys/sysmacros.h" has symbol "major" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpn4d7r844 +#15 24.92 Code: +#15 24.92 +#15 24.92 #include +#15 24.92 int main(void) { +#15 24.92 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.92 #ifndef minor +#15 24.92 minor; +#15 24.92 #endif +#15 24.92 return 0; +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpn4d7r844/testfile.c -o /mesa/_build/meson-private/tmpn4d7r844/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.92 Header "sys/sysmacros.h" has symbol "minor" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmp8b3j4uhl +#15 24.92 Code: +#15 24.92 +#15 24.92 #include +#15 24.92 int main(void) { +#15 24.92 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.92 #ifndef makedev +#15 24.92 makedev; +#15 24.92 #endif +#15 24.92 return 0; +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp8b3j4uhl/testfile.c -o /mesa/_build/meson-private/tmp8b3j4uhl/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.92 Header "sys/sysmacros.h" has symbol "makedev" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpqcldoum0 +#15 24.92 Code: +#15 24.92 +#15 24.92 #include +#15 24.92 int main(void) { +#15 24.92 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.92 #ifndef major +#15 24.92 major; +#15 24.92 #endif +#15 24.92 return 0; +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpqcldoum0/testfile.c -o /mesa/_build/meson-private/tmpqcldoum0/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.92 stderr: +#15 24.92 /mesa/_build/meson-private/tmpqcldoum0/testfile.c:2:18: fatal error: 'sys/mkdev.h' file not found +#15 24.92 2 | #include +#15 24.92 | ^~~~~~~~~~~~~ +#15 24.92 1 error generated. +#15 24.92 ----------- +#15 24.92 Header "sys/mkdev.h" has symbol "major" : NO +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpoctzg_ja +#15 24.92 Code: +#15 24.92 +#15 24.92 #include +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpoctzg_ja/testfile.c -o /mesa/_build/meson-private/tmpoctzg_ja/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.92 Check usable header "sched.h" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpj3fs1f1m +#15 24.92 Code: +#15 24.92 +#15 24.92 #define sched_getaffinity meson_disable_define_of_sched_getaffinity +#15 24.92 +#15 24.92 #include +#15 24.92 #undef sched_getaffinity +#15 24.92 +#15 24.92 #ifdef __cplusplus +#15 24.92 extern "C" +#15 24.92 #endif +#15 24.92 char sched_getaffinity (void); +#15 24.92 +#15 24.92 #if defined __stub_sched_getaffinity || defined __stub___sched_getaffinity +#15 24.92 fail fail fail this function is not going to work +#15 24.92 #endif +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 return sched_getaffinity (); +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpj3fs1f1m/testfile.c -o /mesa/_build/meson-private/tmpj3fs1f1m/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.92 Checking for function "sched_getaffinity" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmppe4tihra +#15 24.92 Code: +#15 24.92 +#15 24.92 #include +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmppe4tihra/testfile.c -o /mesa/_build/meson-private/tmppe4tihra/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.92 stderr: +#15 24.92 /mesa/_build/meson-private/tmppe4tihra/testfile.c:2:18: fatal error: 'xlocale.h' file not found +#15 24.92 2 | #include +#15 24.92 | ^~~~~~~~~~~ +#15 24.92 1 error generated. +#15 24.92 ----------- +#15 24.92 Check usable header "xlocale.h" : NO +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpj5gyhwl8 +#15 24.92 Code: +#15 24.92 +#15 24.92 #include +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpj5gyhwl8/testfile.c -o /mesa/_build/meson-private/tmpj5gyhwl8/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.92 Check usable header "linux/futex.h" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmp502lrhs9 +#15 24.92 Code: +#15 24.92 +#15 24.92 #include +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp502lrhs9/testfile.c -o /mesa/_build/meson-private/tmp502lrhs9/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.92 Check usable header "endian.h" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmptohfo13k +#15 24.92 Code: +#15 24.92 +#15 24.92 #include +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmptohfo13k/testfile.c -o /mesa/_build/meson-private/tmptohfo13k/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.92 Check usable header "dlfcn.h" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmppynearda +#15 24.92 Code: +#15 24.92 +#15 24.92 #include +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmppynearda/testfile.c -o /mesa/_build/meson-private/tmppynearda/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.92 Check usable header "sys/shm.h" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpobwzsejb +#15 24.92 Code: +#15 24.92 +#15 24.92 #include +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpobwzsejb/testfile.c -o /mesa/_build/meson-private/tmpobwzsejb/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.92 Check usable header "cet.h" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmp64h1gg3j +#15 24.92 Code: +#15 24.92 +#15 24.92 #include +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp64h1gg3j/testfile.c -o /mesa/_build/meson-private/tmp64h1gg3j/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.92 stderr: +#15 24.92 /mesa/_build/meson-private/tmp64h1gg3j/testfile.c:2:18: fatal error: 'pthread_np.h' file not found +#15 24.92 2 | #include +#15 24.92 | ^~~~~~~~~~~~~~ +#15 24.92 1 error generated. +#15 24.92 ----------- +#15 24.92 Check usable header "pthread_np.h" : NO +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpj87nb6uv +#15 24.92 Code: +#15 24.92 +#15 24.92 #include +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpj87nb6uv/testfile.c -o /mesa/_build/meson-private/tmpj87nb6uv/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.92 Check usable header "sys/inotify.h" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpqt8pfp9e +#15 24.92 Code: +#15 24.92 +#15 24.92 #include +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpqt8pfp9e/testfile.c -o /mesa/_build/meson-private/tmpqt8pfp9e/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.92 Check usable header "linux/udmabuf.h" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpmf3l1ssn +#15 24.92 Code: +#15 24.92 +#15 24.92 #define strtof meson_disable_define_of_strtof +#15 24.92 +#15 24.92 #include +#15 24.92 #undef strtof +#15 24.92 +#15 24.92 #ifdef __cplusplus +#15 24.92 extern "C" +#15 24.92 #endif +#15 24.92 char strtof (void); +#15 24.92 +#15 24.92 #if defined __stub_strtof || defined __stub___strtof +#15 24.92 fail fail fail this function is not going to work +#15 24.92 #endif +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 return strtof (); +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpmf3l1ssn/testfile.c -o /mesa/_build/meson-private/tmpmf3l1ssn/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.92 stderr: +#15 24.92 /mesa/_build/meson-private/tmpmf3l1ssn/testfile.c:10:14: warning: incompatible redeclaration of library function 'strtof' [-Wincompatible-library-redeclaration] +#15 24.92 10 | char strtof (void); +#15 24.92 | ^ +#15 24.92 /mesa/_build/meson-private/tmpmf3l1ssn/testfile.c:10:14: note: 'strtof' is a builtin with type 'float (const char *, char **)' +#15 24.92 1 warning generated. +#15 24.92 ----------- +#15 24.92 Checking for function "strtof" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmp9_dljso0 +#15 24.92 Code: +#15 24.92 +#15 24.92 #define mkostemp meson_disable_define_of_mkostemp +#15 24.92 +#15 24.92 #include +#15 24.92 #undef mkostemp +#15 24.92 +#15 24.92 #ifdef __cplusplus +#15 24.92 extern "C" +#15 24.92 #endif +#15 24.92 char mkostemp (void); +#15 24.92 +#15 24.92 #if defined __stub_mkostemp || defined __stub___mkostemp +#15 24.92 fail fail fail this function is not going to work +#15 24.92 #endif +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 return mkostemp (); +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp9_dljso0/testfile.c -o /mesa/_build/meson-private/tmp9_dljso0/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.92 Checking for function "mkostemp" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmp3zrk31nv +#15 24.92 Code: +#15 24.92 +#15 24.92 #define memfd_create meson_disable_define_of_memfd_create +#15 24.92 +#15 24.92 #include +#15 24.92 #undef memfd_create +#15 24.92 +#15 24.92 #ifdef __cplusplus +#15 24.92 extern "C" +#15 24.92 #endif +#15 24.92 char memfd_create (void); +#15 24.92 +#15 24.92 #if defined __stub_memfd_create || defined __stub___memfd_create +#15 24.92 fail fail fail this function is not going to work +#15 24.92 #endif +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 return memfd_create (); +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp3zrk31nv/testfile.c -o /mesa/_build/meson-private/tmp3zrk31nv/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.92 Checking for function "memfd_create" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpd1c___7z +#15 24.92 Code: +#15 24.92 +#15 24.92 #define random_r meson_disable_define_of_random_r +#15 24.92 +#15 24.92 #include +#15 24.92 #undef random_r +#15 24.92 +#15 24.92 #ifdef __cplusplus +#15 24.92 extern "C" +#15 24.92 #endif +#15 24.92 char random_r (void); +#15 24.92 +#15 24.92 #if defined __stub_random_r || defined __stub___random_r +#15 24.92 fail fail fail this function is not going to work +#15 24.92 #endif +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 return random_r (); +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpd1c___7z/testfile.c -o /mesa/_build/meson-private/tmpd1c___7z/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.92 Checking for function "random_r" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpkcwlqg8l +#15 24.92 Code: +#15 24.92 +#15 24.92 #define flock meson_disable_define_of_flock +#15 24.92 +#15 24.92 #include +#15 24.92 #undef flock +#15 24.92 +#15 24.92 #ifdef __cplusplus +#15 24.92 extern "C" +#15 24.92 #endif +#15 24.92 char flock (void); +#15 24.92 +#15 24.92 #if defined __stub_flock || defined __stub___flock +#15 24.92 fail fail fail this function is not going to work +#15 24.92 #endif +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 return flock (); +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpkcwlqg8l/testfile.c -o /mesa/_build/meson-private/tmpkcwlqg8l/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.92 Checking for function "flock" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpjs3fmwsq +#15 24.92 Code: +#15 24.92 +#15 24.92 #define strtok_r meson_disable_define_of_strtok_r +#15 24.92 +#15 24.92 #include +#15 24.92 #undef strtok_r +#15 24.92 +#15 24.92 #ifdef __cplusplus +#15 24.92 extern "C" +#15 24.92 #endif +#15 24.92 char strtok_r (void); +#15 24.92 +#15 24.92 #if defined __stub_strtok_r || defined __stub___strtok_r +#15 24.92 fail fail fail this function is not going to work +#15 24.92 #endif +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 return strtok_r (); +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpjs3fmwsq/testfile.c -o /mesa/_build/meson-private/tmpjs3fmwsq/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.92 Checking for function "strtok_r" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmp5qlrqpy7 +#15 24.92 Code: +#15 24.92 +#15 24.92 #define getrandom meson_disable_define_of_getrandom +#15 24.92 +#15 24.92 #include +#15 24.92 #undef getrandom +#15 24.92 +#15 24.92 #ifdef __cplusplus +#15 24.92 extern "C" +#15 24.92 #endif +#15 24.92 char getrandom (void); +#15 24.92 +#15 24.92 #if defined __stub_getrandom || defined __stub___getrandom +#15 24.92 fail fail fail this function is not going to work +#15 24.92 #endif +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 return getrandom (); +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp5qlrqpy7/testfile.c -o /mesa/_build/meson-private/tmp5qlrqpy7/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.92 Checking for function "getrandom" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpw1231q3w +#15 24.92 Code: +#15 24.92 +#15 24.92 #define qsort_s meson_disable_define_of_qsort_s +#15 24.92 +#15 24.92 #include +#15 24.92 #undef qsort_s +#15 24.92 +#15 24.92 #ifdef __cplusplus +#15 24.92 extern "C" +#15 24.92 #endif +#15 24.92 char qsort_s (void); +#15 24.92 +#15 24.92 #if defined __stub_qsort_s || defined __stub___qsort_s +#15 24.92 fail fail fail this function is not going to work +#15 24.92 #endif +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 return qsort_s (); +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpw1231q3w/testfile.c -o /mesa/_build/meson-private/tmpw1231q3w/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.92 stderr: +#15 24.92 /usr/bin/ld: /tmp/testfile-201d9e.o: in function `main': +#15 24.92 /mesa/_build/meson-private/tmpw1231q3w/testfile.c:17:(.text+0x5d): undefined reference to `qsort_s' +#15 24.92 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 24.92 ----------- +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpgtq9iqtm +#15 24.92 Code: +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 +#15 24.92 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 24.92 * provides various builtins which are not really implemented and +#15 24.92 * fall back to the stdlib where they aren't provided and fail at +#15 24.92 * build/link time. In case the user provides a header, including +#15 24.92 * the header didn't lead to the function being defined, and the +#15 24.92 * function we are checking isn't a builtin itself we assume the +#15 24.92 * builtin is not functional and we just error out. */ +#15 24.92 #if !1 && !defined(qsort_s) && !0 +#15 24.92 #error "No definition for __builtin_qsort_s found in the prefix" +#15 24.92 #endif +#15 24.92 +#15 24.92 #ifdef __has_builtin +#15 24.92 #if !__has_builtin(__builtin_qsort_s) +#15 24.92 #error "__builtin_qsort_s not found" +#15 24.92 #endif +#15 24.92 #elif ! defined(qsort_s) +#15 24.92 __builtin_qsort_s; +#15 24.92 #endif +#15 24.92 return 0; +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpgtq9iqtm/testfile.c -o /mesa/_build/meson-private/tmpgtq9iqtm/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.92 stderr: +#15 24.92 /mesa/_build/meson-private/tmpgtq9iqtm/testfile.c:17:18: error: "__builtin_qsort_s not found" +#15 24.92 17 | #error "__builtin_qsort_s not found" +#15 24.92 | ^ +#15 24.92 1 error generated. +#15 24.92 ----------- +#15 24.92 Checking for function "qsort_s" : NO +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpn47jrgcw +#15 24.92 Code: +#15 24.92 +#15 24.92 #define posix_fallocate meson_disable_define_of_posix_fallocate +#15 24.92 +#15 24.92 #include +#15 24.92 #undef posix_fallocate +#15 24.92 +#15 24.92 #ifdef __cplusplus +#15 24.92 extern "C" +#15 24.92 #endif +#15 24.92 char posix_fallocate (void); +#15 24.92 +#15 24.92 #if defined __stub_posix_fallocate || defined __stub___posix_fallocate +#15 24.92 fail fail fail this function is not going to work +#15 24.92 #endif +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 return posix_fallocate (); +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpn47jrgcw/testfile.c -o /mesa/_build/meson-private/tmpn47jrgcw/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.92 Checking for function "posix_fallocate" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpp783panh +#15 24.92 Code: +#15 24.92 +#15 24.92 #define secure_getenv meson_disable_define_of_secure_getenv +#15 24.92 +#15 24.92 #include +#15 24.92 #undef secure_getenv +#15 24.92 +#15 24.92 #ifdef __cplusplus +#15 24.92 extern "C" +#15 24.92 #endif +#15 24.92 char secure_getenv (void); +#15 24.92 +#15 24.92 #if defined __stub_secure_getenv || defined __stub___secure_getenv +#15 24.92 fail fail fail this function is not going to work +#15 24.92 #endif +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 return secure_getenv (); +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpp783panh/testfile.c -o /mesa/_build/meson-private/tmpp783panh/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.92 Checking for function "secure_getenv" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /tmp/tmprlp7opun +#15 24.92 Code: +#15 24.92 int i = static_cast(0); +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang++ /tmp/tmprlp7opun/testfile.cpp -o /tmp/tmprlp7opun/output.obj -D_FILE_OFFSET_BITS=64 -c -std=c++17` -> 0 +#15 24.92 Compiler accepts -std=c++17: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpv4p0bin7 +#15 24.92 Code: +#15 24.92 +#15 24.92 #define _GNU_SOURCE +#15 24.92 #include +#15 24.92 +#15 24.92 static int dcomp(const void *l, const void *r, void *t) { return 0; } +#15 24.92 +#15 24.92 int main(int ac, char **av) { +#15 24.92 int arr[] = { 1 }; +#15 24.92 void *t = NULL; +#15 24.92 qsort_r((void*)&arr[0], 1, 1, dcomp, t); +#15 24.92 return (0); +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang++ -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpv4p0bin7/testfile.cpp -o /mesa/_build/meson-private/tmpv4p0bin7/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.92 stderr: +#15 24.92 /mesa/_build/meson-private/tmpv4p0bin7/testfile.cpp:2:13: warning: '_GNU_SOURCE' macro redefined [-Wmacro-redefined] +#15 24.92 2 | #define _GNU_SOURCE +#15 24.92 | ^ +#15 24.92 :74:9: note: previous definition is here +#15 24.92 74 | #define _GNU_SOURCE 1 +#15 24.92 | ^ +#15 24.92 1 warning generated. +#15 24.92 ----------- +#15 24.92 Checking if "GNU qsort_r" links: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpvpycbxo7 +#15 24.92 Code: +#15 24.92 +#15 24.92 #include +#15 24.92 int main(void) { +#15 24.92 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.92 #ifndef struct timespec +#15 24.92 struct timespec; +#15 24.92 #endif +#15 24.92 return 0; +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpvpycbxo7/testfile.c -o /mesa/_build/meson-private/tmpvpycbxo7/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.92 stderr: +#15 24.92 /mesa/_build/meson-private/tmpvpycbxo7/testfile.c:5:28: warning: extra tokens at end of #ifndef directive [-Wextra-tokens] +#15 24.92 5 | #ifndef struct timespec +#15 24.92 | ^ +#15 24.92 | // +#15 24.92 1 warning generated. +#15 24.92 ----------- +#15 24.92 Header "time.h" has symbol "struct timespec" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpl9e7ijv6 +#15 24.92 Code: +#15 24.92 #include +#15 24.92 #include +#15 24.92 +#15 24.92 #if defined __stub_thrd_create || defined __stub___thrd_create +#15 24.92 fail fail fail this function is not going to work +#15 24.92 #endif +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 void *a = (void*) &thrd_create; +#15 24.92 long long b = (long long) a; +#15 24.92 return (int) b; +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpl9e7ijv6/testfile.c -o /mesa/_build/meson-private/tmpl9e7ijv6/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.92 Checking for function "thrd_create" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpe9terzdi +#15 24.92 Code: +#15 24.92 +#15 24.92 #include +#15 24.92 int main(void) { +#15 24.92 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.92 #ifndef program_invocation_name +#15 24.92 program_invocation_name; +#15 24.92 #endif +#15 24.92 return 0; +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpe9terzdi/testfile.c -o /mesa/_build/meson-private/tmpe9terzdi/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.92 stderr: +#15 24.92 /mesa/_build/meson-private/tmpe9terzdi/testfile.c:6:17: warning: expression result unused [-Wunused-value] +#15 24.92 6 | program_invocation_name; +#15 24.92 | ^~~~~~~~~~~~~~~~~~~~~~~ +#15 24.92 1 warning generated. +#15 24.92 ----------- +#15 24.92 Header "errno.h" has symbol "program_invocation_name" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpqb85i0yv +#15 24.92 Code: +#15 24.92 +#15 24.92 #include +#15 24.92 int main(void) { +#15 24.92 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.92 #ifndef issignaling +#15 24.92 issignaling; +#15 24.92 #endif +#15 24.92 return 0; +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpqb85i0yv/testfile.c -o /mesa/_build/meson-private/tmpqb85i0yv/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.92 Header "math.h" has symbol "issignaling" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpliklqhtt +#15 24.92 Code: +#15 24.92 +#15 24.92 #define posix_memalign meson_disable_define_of_posix_memalign +#15 24.92 +#15 24.92 #include +#15 24.92 #undef posix_memalign +#15 24.92 +#15 24.92 #ifdef __cplusplus +#15 24.92 extern "C" +#15 24.92 #endif +#15 24.92 char posix_memalign (void); +#15 24.92 +#15 24.92 #if defined __stub_posix_memalign || defined __stub___posix_memalign +#15 24.92 fail fail fail this function is not going to work +#15 24.92 #endif +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 return posix_memalign (); +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpliklqhtt/testfile.c -o /mesa/_build/meson-private/tmpliklqhtt/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.92 Checking for function "posix_memalign" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpdvdpy7rj +#15 24.92 Code: +#15 24.92 #include +#15 24.92 #include +#15 24.92 void bar(void) { +#15 24.92 struct dirent foo; +#15 24.92 (void) ( foo.d_type ); +#15 24.92 +#15 24.92 (void) foo; +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpdvdpy7rj/testfile.c -o /mesa/_build/meson-private/tmpdvdpy7rj/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.92 Checking whether type "struct dirent" has member "d_type" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpf1wdvhqg +#15 24.92 Code: +#15 24.92 +#15 24.92 #define _GNU_SOURCE +#15 24.92 #include +#15 24.92 #include +#15 24.92 #ifdef HAVE_XLOCALE_H +#15 24.92 #include +#15 24.92 #endif +#15 24.92 int main() { +#15 24.92 locale_t loc = newlocale(LC_CTYPE_MASK, "C", NULL); +#15 24.92 const char *s = "1.0"; +#15 24.92 char *end; +#15 24.92 double d = strtod_l(s, &end, loc); +#15 24.92 float f = strtof_l(s, &end, loc); +#15 24.92 freelocale(loc); +#15 24.92 return 0; +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpf1wdvhqg/testfile.c -o /mesa/_build/meson-private/tmpf1wdvhqg/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.92 stderr: +#15 24.92 /mesa/_build/meson-private/tmpf1wdvhqg/testfile.c:2:13: warning: '_GNU_SOURCE' macro redefined [-Wmacro-redefined] +#15 24.92 2 | #define _GNU_SOURCE +#15 24.92 | ^ +#15 24.92 :74:9: note: previous definition is here +#15 24.92 74 | #define _GNU_SOURCE 1 +#15 24.92 | ^ +#15 24.92 1 warning generated. +#15 24.92 ----------- +#15 24.92 Checking if "strtod has locale support" links: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmp4o6kolmz +#15 24.92 Code: +#15 24.92 int main() { return 0; } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp4o6kolmz/testfile.c -o /mesa/_build/meson-private/tmp4o6kolmz/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.92 Checking if "Bsymbolic" links: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpppk8_5ds +#15 24.92 Code: +#15 24.92 int main() { return 0; } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpppk8_5ds/testfile.c -o /mesa/_build/meson-private/tmpppk8_5ds/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.92 stderr: +#15 24.92 /usr/bin/ld: /mesa/_build/meson-private/tmpppk8_5ds/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.92 /usr/bin/ld: final link failed: bad value +#15 24.92 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 24.92 ----------- +#15 24.92 Checking if "version-script" links: NO +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpfs5vkx_5 +#15 24.92 Code: +#15 24.92 int main() { return 0; } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpfs5vkx_5/testfile.c -o /mesa/_build/meson-private/tmpfs5vkx_5/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.92 Checking if "dynamic-list" links: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpegsenc09 +#15 24.92 Code: +#15 24.92 int main(void) { return 0; } +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpegsenc09/testfile.c -o /mesa/_build/meson-private/tmpegsenc09/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.92 Compiler for C supports link arguments -Wl,--build-id=sha1: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpw1ze_k_k +#15 24.92 Code: +#15 24.92 +#15 24.92 #define dlopen meson_disable_define_of_dlopen +#15 24.92 +#15 24.92 #include +#15 24.92 #undef dlopen +#15 24.92 +#15 24.92 #ifdef __cplusplus +#15 24.92 extern "C" +#15 24.92 #endif +#15 24.92 char dlopen (void); +#15 24.92 +#15 24.92 #if defined __stub_dlopen || defined __stub___dlopen +#15 24.92 fail fail fail this function is not going to work +#15 24.92 #endif +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 return dlopen (); +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpw1ze_k_k/testfile.c -o /mesa/_build/meson-private/tmpw1ze_k_k/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.92 Checking for function "dlopen" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmposwlwu6b +#15 24.92 Code: +#15 24.92 +#15 24.92 #define dladdr meson_disable_define_of_dladdr +#15 24.92 +#15 24.92 #include +#15 24.92 #undef dladdr +#15 24.92 +#15 24.92 #ifdef __cplusplus +#15 24.92 extern "C" +#15 24.92 #endif +#15 24.92 char dladdr (void); +#15 24.92 +#15 24.92 #if defined __stub_dladdr || defined __stub___dladdr +#15 24.92 fail fail fail this function is not going to work +#15 24.92 #endif +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 return dladdr (); +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmposwlwu6b/testfile.c -o /mesa/_build/meson-private/tmposwlwu6b/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.92 Checking for function "dladdr" with dependency : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpbklsuw9u +#15 24.92 Code: +#15 24.92 +#15 24.92 #define dl_iterate_phdr meson_disable_define_of_dl_iterate_phdr +#15 24.92 +#15 24.92 #include +#15 24.92 #undef dl_iterate_phdr +#15 24.92 +#15 24.92 #ifdef __cplusplus +#15 24.92 extern "C" +#15 24.92 #endif +#15 24.92 char dl_iterate_phdr (void); +#15 24.92 +#15 24.92 #if defined __stub_dl_iterate_phdr || defined __stub___dl_iterate_phdr +#15 24.92 fail fail fail this function is not going to work +#15 24.92 #endif +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 return dl_iterate_phdr (); +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpbklsuw9u/testfile.c -o /mesa/_build/meson-private/tmpbklsuw9u/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.92 Checking for function "dl_iterate_phdr" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmppksxfn04 +#15 24.92 Code: +#15 24.92 +#15 24.92 #define clock_gettime meson_disable_define_of_clock_gettime +#15 24.92 +#15 24.92 #include +#15 24.92 #undef clock_gettime +#15 24.92 +#15 24.92 #ifdef __cplusplus +#15 24.92 extern "C" +#15 24.92 #endif +#15 24.92 char clock_gettime (void); +#15 24.92 +#15 24.92 #if defined __stub_clock_gettime || defined __stub___clock_gettime +#15 24.92 fail fail fail this function is not going to work +#15 24.92 #endif +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 return clock_gettime (); +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmppksxfn04/testfile.c -o /mesa/_build/meson-private/tmppksxfn04/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.92 Checking for function "clock_gettime" : YES +#15 24.92 Determining dependency 'zlib' with pkg-config executable '/usr/sbin/pkg-config' +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --modversion zlib` -> 0 +#15 24.92 stdout: +#15 24.92 1.3.1 +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --cflags zlib` -> 0 +#15 24.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs zlib` -> 0 +#15 24.92 stdout: +#15 24.92 -L/usr/lib -lz +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs zlib` -> 0 +#15 24.92 stdout: +#15 24.92 -lz +#15 24.92 ----------- +#15 24.92 Run-time dependency zlib found: YES 1.3.1 +#15 24.92 Determining dependency 'libzstd' with pkg-config executable '/usr/sbin/pkg-config' +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --modversion libzstd` -> 0 +#15 24.92 stdout: +#15 24.92 1.5.7 +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --cflags libzstd` -> 0 +#15 24.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs libzstd` -> 0 +#15 24.92 stdout: +#15 24.92 -L/usr/lib -lzstd +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs libzstd` -> 0 +#15 24.92 stdout: +#15 24.92 -lzstd +#15 24.92 ----------- +#15 24.92 Run-time dependency libzstd found: YES 1.5.7 +#15 24.92 Run-time dependency threads found: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpr8bfn35k +#15 24.92 Code: +#15 24.92 #include +#15 24.92 #include +#15 24.92 +#15 24.92 #if defined __stub_pthread_setaffinity_np || defined __stub___pthread_setaffinity_np +#15 24.92 fail fail fail this function is not going to work +#15 24.92 #endif +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 void *a = (void*) &pthread_setaffinity_np; +#15 24.92 long long b = (long long) a; +#15 24.92 return (int) b; +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpr8bfn35k/testfile.c -o /mesa/_build/meson-private/tmpr8bfn35k/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.92 Checking for function "pthread_setaffinity_np" with dependency threads: YES +#15 24.92 Determining dependency 'expat' with pkg-config executable '/usr/sbin/pkg-config' +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --modversion expat` -> 0 +#15 24.92 stdout: +#15 24.92 2.7.3 +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --cflags expat` -> 0 +#15 24.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs expat` -> 0 +#15 24.92 stdout: +#15 24.92 -L/usr/lib -lexpat +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs expat` -> 0 +#15 24.92 stdout: +#15 24.92 -lexpat +#15 24.92 ----------- +#15 24.92 Run-time dependency expat found: YES 2.7.3 +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpil0jq1p_ +#15 24.92 Code: +#15 24.92 int main(void) { return 0; } +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpil0jq1p_/testfile.c -o /mesa/_build/meson-private/tmpil0jq1p_/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.92 Library m found: YES +#15 24.92 Message: libdrm 2.4.121 needed because amdgpu has the highest requirement +#15 24.92 Determining dependency 'libdrm_intel' with pkg-config executable '/usr/sbin/pkg-config' +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --modversion libdrm_intel` -> 0 +#15 24.92 stdout: +#15 24.92 2.4.126 +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --cflags libdrm_intel` -> 0 +#15 24.92 stdout: +#15 24.92 -I/usr/include/libdrm +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs libdrm_intel` -> 0 +#15 24.92 stdout: +#15 24.92 -L/usr/lib -ldrm_intel -ldrm +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs libdrm_intel` -> 0 +#15 24.92 stdout: +#15 24.92 -ldrm_intel -ldrm +#15 24.92 ----------- +#15 24.92 Run-time dependency libdrm_intel found: YES 2.4.126 +#15 24.92 Determining dependency 'libdrm_amdgpu' with pkg-config executable '/usr/sbin/pkg-config' +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --modversion libdrm_amdgpu` -> 0 +#15 24.92 stdout: +#15 24.92 2.4.126 +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --cflags libdrm_amdgpu` -> 0 +#15 24.92 stdout: +#15 24.92 -I/usr/include/libdrm +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs libdrm_amdgpu` -> 0 +#15 24.92 stdout: +#15 24.92 -L/usr/lib -ldrm_amdgpu +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs libdrm_amdgpu` -> 0 +#15 24.92 stdout: +#15 24.92 -ldrm_amdgpu +#15 24.92 ----------- +#15 24.92 Run-time dependency libdrm_amdgpu found: YES 2.4.126 +#15 24.92 Determining dependency 'libdrm' with pkg-config executable '/usr/sbin/pkg-config' +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --modversion libdrm` -> 0 +#15 24.92 stdout: +#15 24.92 2.4.126 +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --cflags libdrm` -> 0 +#15 24.92 stdout: +#15 24.92 -I/usr/include/libdrm +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs libdrm` -> 0 +#15 24.92 stdout: +#15 24.92 -L/usr/lib -ldrm +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs libdrm` -> 0 +#15 24.92 stdout: +#15 24.92 -ldrm +#15 24.92 ----------- +#15 24.92 Run-time dependency libdrm found: YES 2.4.126 +#15 24.92 Determining dependency 'libudev' with pkg-config executable '/usr/sbin/pkg-config' +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --modversion libudev` -> 0 +#15 24.92 stdout: +#15 24.92 258 +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --cflags libudev` -> 0 +#15 24.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs libudev` -> 0 +#15 24.92 stdout: +#15 24.92 -L/usr/lib -ludev +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs libudev` -> 0 +#15 24.92 stdout: +#15 24.92 -ludev +#15 24.92 ----------- +#15 24.92 Run-time dependency libudev found: YES 258 +#15 24.92 llvm-config binary missing from cross or native file, or env var undefined. +#15 24.92 Trying a default llvm-config fallback at llvm-config +#15 24.92 Trying a default llvm-config fallback at llvm-config-21.1 +#15 24.92 Trying a default llvm-config fallback at llvm-config21.1 +#15 24.92 Trying a default llvm-config fallback at llvm-config-21 +#15 24.92 Trying a default llvm-config fallback at llvm-config21 +#15 24.92 Trying a default llvm-config fallback at llvm-config-20.1 +#15 24.92 Trying a default llvm-config fallback at llvm-config20.1 +#15 24.92 Trying a default llvm-config fallback at llvm-config-20 +#15 24.92 Trying a default llvm-config fallback at llvm-config20 +#15 24.92 Trying a default llvm-config fallback at llvm-config-19.1 +#15 24.92 Trying a default llvm-config fallback at llvm-config19.1 +#15 24.92 Trying a default llvm-config fallback at llvm-config-19 +#15 24.92 Trying a default llvm-config fallback at llvm-config19 +#15 24.92 Trying a default llvm-config fallback at llvm-config-18.1 +#15 24.92 Trying a default llvm-config fallback at llvm-config18.1 +#15 24.92 Trying a default llvm-config fallback at llvm-config-18 +#15 24.92 Trying a default llvm-config fallback at llvm-config18 +#15 24.92 Trying a default llvm-config fallback at llvm-config-17 +#15 24.92 Trying a default llvm-config fallback at llvm-config17 +#15 24.92 Trying a default llvm-config fallback at llvm-config-16 +#15 24.92 Trying a default llvm-config fallback at llvm-config16 +#15 24.92 Trying a default llvm-config fallback at llvm-config-15 +#15 24.92 Trying a default llvm-config fallback at llvm-config15 +#15 24.92 Trying a default llvm-config fallback at llvm-config-14 +#15 24.92 Trying a default llvm-config fallback at llvm-config14 +#15 24.92 Trying a default llvm-config fallback at llvm-config-13 +#15 24.92 Trying a default llvm-config fallback at llvm-config13 +#15 24.92 Trying a default llvm-config fallback at llvm-config-12 +#15 24.92 Trying a default llvm-config fallback at llvm-config12 +#15 24.92 Trying a default llvm-config fallback at llvm-config-11 +#15 24.92 Trying a default llvm-config fallback at llvm-config11 +#15 24.92 Trying a default llvm-config fallback at llvm-config-10 +#15 24.92 Trying a default llvm-config fallback at llvm-config10 +#15 24.92 Trying a default llvm-config fallback at llvm-config-9 +#15 24.92 Trying a default llvm-config fallback at llvm-config90 +#15 24.92 Trying a default llvm-config fallback at llvm-config-8 +#15 24.92 Trying a default llvm-config fallback at llvm-config80 +#15 24.92 Trying a default llvm-config fallback at llvm-config-7 +#15 24.92 Trying a default llvm-config fallback at llvm-config70 +#15 24.92 Trying a default llvm-config fallback at llvm-config-6.0 +#15 24.92 Trying a default llvm-config fallback at llvm-config60 +#15 24.92 Trying a default llvm-config fallback at llvm-config-5.0 +#15 24.92 Trying a default llvm-config fallback at llvm-config50 +#15 24.92 Trying a default llvm-config fallback at llvm-config-4.0 +#15 24.92 Trying a default llvm-config fallback at llvm-config40 +#15 24.92 Trying a default llvm-config fallback at llvm-config-3.9 +#15 24.92 Trying a default llvm-config fallback at llvm-config39 +#15 24.92 Trying a default llvm-config fallback at llvm-config-3.8 +#15 24.92 Trying a default llvm-config fallback at llvm-config38 +#15 24.92 Trying a default llvm-config fallback at llvm-config-3.7 +#15 24.92 Trying a default llvm-config fallback at llvm-config37 +#15 24.92 Trying a default llvm-config fallback at llvm-config-3.6 +#15 24.92 Trying a default llvm-config fallback at llvm-config36 +#15 24.92 Trying a default llvm-config fallback at llvm-config-3.5 +#15 24.92 Trying a default llvm-config fallback at llvm-config35 +#15 24.92 Trying a default llvm-config fallback at llvm-config-20 +#15 24.92 Trying a default llvm-config fallback at llvm-config-devel +#15 24.92 Trying a default llvm-config fallback at llvm-config-64 +#15 24.92 llvm-config found: YES (/usr/sbin/llvm-config) 20.1.8 +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/llvm-config --components` -> 0 +#15 24.92 stdout: +#15 24.92 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.92 ----------- +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/llvm-config --cppflags` -> 0 +#15 24.92 stdout: +#15 24.92 -I/usr/include -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS +#15 24.92 ----------- +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/llvm-config --shared-mode` -> 0 +#15 24.92 stdout: +#15 24.92 shared +#15 24.92 ----------- +#15 24.92 ----------- +#15 24.92 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.92 stdout: +#15 24.92 -L/usr/lib +#15 24.92 -lLLVM-20 +#15 24.92 ----------- +#15 24.92 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.92 Got config-tool variable has-rtti : YES +#15 24.92 Determining dependency 'LLVMSPIRVLib' with pkg-config executable '/usr/sbin/pkg-config' +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --modversion LLVMSPIRVLib` -> 0 +#15 24.92 stdout: +#15 24.92 20.1.0.0 +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --cflags LLVMSPIRVLib` -> 0 +#15 24.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs LLVMSPIRVLib` -> 0 +#15 24.92 stdout: +#15 24.92 -L/usr/lib -lLLVMSPIRVLib +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs LLVMSPIRVLib` -> 0 +#15 24.92 stdout: +#15 24.92 -lLLVMSPIRVLib +#15 24.92 ----------- +#15 24.92 Run-time dependency llvmspirvlib found: YES 20.1.0.0 +#15 24.92 Determining dependency 'SPIRV-Tools' with pkg-config executable '/usr/sbin/pkg-config' +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --modversion SPIRV-Tools` -> 0 +#15 24.92 stdout: +#15 24.92 2025.4.1 +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --cflags SPIRV-Tools` -> 0 +#15 24.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs SPIRV-Tools` -> 0 +#15 24.92 stdout: +#15 24.92 -L/usr/lib -lSPIRV-Tools-opt -lSPIRV-Tools -lSPIRV-Tools-link +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs SPIRV-Tools` -> 0 +#15 24.92 stdout: +#15 24.92 -lSPIRV-Tools-opt -lSPIRV-Tools -lSPIRV-Tools-link +#15 24.92 ----------- +#15 24.92 Run-time dependency spirv-tools found: YES 2025.4.1 +#15 24.92 Got config-tool variable libdir : /usr/lib +#15 24.92 Library clang-cpp found: YES +#15 24.92 Determining dependency 'lua54' with pkg-config executable '/usr/sbin/pkg-config' +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --modversion lua54` -> 1 +#15 24.92 stderr: +#15 24.92 Package lua54 was not found in the pkg-config search path. +#15 24.92 Perhaps you should add the directory containing `lua54.pc' +#15 24.92 to the PKG_CONFIG_PATH environment variable +#15 24.92 Package 'lua54' not found +#15 24.92 ----------- +#15 24.92 CMake binary for host machine is cached. +#15 24.92 Preliminary CMake check failed. Aborting. +#15 24.92 Run-time dependency lua54 found: NO (tried pkgconfig and cmake) +#15 24.92 Determining dependency 'lua5.4' with pkg-config executable '/usr/sbin/pkg-config' +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --modversion lua5.4` -> 1 +#15 24.92 stderr: +#15 24.92 Package lua5.4 was not found in the pkg-config search path. +#15 24.92 Perhaps you should add the directory containing `lua5.4.pc' +#15 24.92 to the PKG_CONFIG_PATH environment variable +#15 24.92 Package 'lua5.4' not found +#15 24.92 ----------- +#15 24.92 CMake binary for host machine is cached. +#15 24.92 Preliminary CMake check failed. Aborting. +#15 24.92 Run-time dependency lua5.4 found: NO (tried pkgconfig and cmake) +#15 24.92 Determining dependency 'lua-5.4' with pkg-config executable '/usr/sbin/pkg-config' +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --modversion lua-5.4` -> 1 +#15 24.92 stderr: +#15 24.92 Package lua-5.4 was not found in the pkg-config search path. +#15 24.92 Perhaps you should add the directory containing `lua-5.4.pc' +#15 24.92 to the PKG_CONFIG_PATH environment variable +#15 24.92 Package 'lua-5.4' not found +#15 24.92 ----------- +#15 24.92 CMake binary for host machine is cached. +#15 24.92 Preliminary CMake check failed. Aborting. +#15 24.92 Run-time dependency lua-5.4 found: NO (tried pkgconfig and cmake) +#15 24.92 Determining dependency 'lua53' with pkg-config executable '/usr/sbin/pkg-config' +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --modversion lua53` -> 1 +#15 24.92 stderr: +#15 24.92 Package lua53 was not found in the pkg-config search path. +#15 24.92 Perhaps you should add the directory containing `lua53.pc' +#15 24.92 to the PKG_CONFIG_PATH environment variable +#15 24.92 Package 'lua53' not found +#15 24.92 ----------- +#15 24.92 CMake binary for host machine is cached. +#15 24.92 Preliminary CMake check failed. Aborting. +#15 24.92 Run-time dependency lua53 found: NO (tried pkgconfig and cmake) +#15 24.92 Determining dependency 'lua5.3' with pkg-config executable '/usr/sbin/pkg-config' +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --modversion lua5.3` -> 1 +#15 24.92 stderr: +#15 24.92 Package lua5.3 was not found in the pkg-config search path. +#15 24.92 Perhaps you should add the directory containing `lua5.3.pc' +#15 24.92 to the PKG_CONFIG_PATH environment variable +#15 24.92 Package 'lua5.3' not found +#15 24.92 ----------- +#15 24.92 CMake binary for host machine is cached. +#15 24.92 Preliminary CMake check failed. Aborting. +#15 24.92 Run-time dependency lua5.3 found: NO (tried pkgconfig and cmake) +#15 24.92 Determining dependency 'lua-5.3' with pkg-config executable '/usr/sbin/pkg-config' +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --modversion lua-5.3` -> 1 +#15 24.92 stderr: +#15 24.92 Package lua-5.3 was not found in the pkg-config search path. +#15 24.92 Perhaps you should add the directory containing `lua-5.3.pc' +#15 24.92 to the PKG_CONFIG_PATH environment variable +#15 24.92 Package 'lua-5.3' not found +#15 24.92 ----------- +#15 24.92 CMake binary for host machine is cached. +#15 24.92 Preliminary CMake check failed. Aborting. +#15 24.92 Run-time dependency lua-5.3 found: NO (tried pkgconfig and cmake) +#15 24.92 Determining dependency 'lua' with pkg-config executable '/usr/sbin/pkg-config' +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --modversion lua` -> 1 +#15 24.92 stderr: +#15 24.92 Package lua was not found in the pkg-config search path. +#15 24.92 Perhaps you should add the directory containing `lua.pc' +#15 24.92 to the PKG_CONFIG_PATH environment variable +#15 24.92 Package 'lua' not found +#15 24.92 ----------- +#15 24.92 CMake binary for host machine is cached. +#15 24.92 +#15 24.92 Determining dependency 'lua' with CMake executable '/usr/sbin/cmake' +#15 24.92 CMake Toolchain: Calling CMake once to generate the compiler state +#15 24.92 Calling CMake (['/usr/sbin/cmake']) in /mesa/_build/meson-private/__CMake_compiler_info__ with: +#15 24.92 - "--trace-expand" +#15 24.92 - "--trace-format=json-v1" +#15 24.92 - "--no-warn-unused-cli" +#15 24.92 - "--trace-redirect=cmake_trace.txt" +#15 24.92 - "-G" +#15 24.92 - "Ninja" +#15 24.92 - "-DCMAKE_TOOLCHAIN_FILE=/mesa/_build/meson-private/__CMake_compiler_info__/CMakeMesonTempToolchainFile.cmake" +#15 24.92 - "." +#15 24.92 Try CMake generator: auto +#15 24.92 Calling CMake (['/usr/sbin/cmake']) in /mesa/_build/meson-private/cmake_lua with: +#15 24.92 - "-DNAME=lua" +#15 24.92 - "-DARCHS=" +#15 24.92 - "-DVERSION=" +#15 24.92 - "-DCOMPS=" +#15 24.92 - "-DSTATIC=OFF" +#15 24.92 - "--trace-expand" +#15 24.92 - "--trace-format=json-v1" +#15 24.92 - "--no-warn-unused-cli" +#15 24.92 - "--trace-redirect=cmake_trace.txt" +#15 24.92 - "-DCMAKE_TOOLCHAIN_FILE=/mesa/_build/meson-private/cmake_lua/CMakeMesonToolchainFile.cmake" +#15 24.92 - "." +#15 24.92 CMake reported that the package lua was not found, even though Meson's preliminary check succeeded. +#15 24.92 Dependency lookup for lua with method 'cmake' failed: Dependency lua not found: PACKAGE_FOUND is false +#15 24.92 Run-time dependency lua found: NO (tried pkgconfig) +#15 24.92 Determining dependency 'libelf' with pkg-config executable '/usr/sbin/pkg-config' +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --modversion libelf` -> 0 +#15 24.92 stdout: +#15 24.92 0.193 +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --cflags libelf` -> 0 +#15 24.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs libelf` -> 0 +#15 24.92 stdout: +#15 24.92 -L/usr/lib -lelf +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs libelf` -> 0 +#15 24.92 stdout: +#15 24.92 -lelf +#15 24.92 ----------- +#15 24.92 Run-time dependency libelf found: YES 0.193 +#15 24.92 Dependency valgrind skipped: feature valgrind disabled +#15 24.92 Program bison found: YES (/usr/sbin/bison) +#15 24.92 Running command: /usr/sbin/bison --version +#15 24.92 --- stdout --- +#15 24.92 bison (GNU Bison) 3.8.2 +#15 24.92 Written by Robert Corbett and Richard Stallman. +#15 24.92 +#15 24.92 Copyright (C) 2021 Free Software Foundation, Inc. +#15 24.92 This is free software; see the source for copying conditions. There is NO +#15 24.92 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +#15 24.92 +#15 24.92 --- stderr --- +#15 24.92 +#15 24.92 +#15 24.92 Program bison found: YES 3.8.2 3.8.2 (/usr/sbin/bison) +#15 24.92 Program flex found: YES (/usr/sbin/flex) +#15 24.92 Determining dependency 'libunwind' with pkg-config executable '/usr/sbin/pkg-config' +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --modversion libunwind` -> 0 +#15 24.92 stdout: +#15 24.92 1.8.2 +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --cflags libunwind` -> 0 +#15 24.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs libunwind` -> 0 +#15 24.92 stdout: +#15 24.92 -L/usr/lib -lunwind +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs libunwind` -> 0 +#15 24.92 stdout: +#15 24.92 -lunwind +#15 24.92 ----------- +#15 24.92 Run-time dependency libunwind found: YES 1.8.2 +#15 24.92 Determining dependency 'wayland-scanner' with pkg-config executable '/usr/sbin/pkg-config' +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --modversion wayland-scanner` -> 0 +#15 24.92 stdout: +#15 24.92 1.24.0 +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --cflags wayland-scanner` -> 0 +#15 24.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs wayland-scanner` -> 0 +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs wayland-scanner` -> 0 +#15 24.92 Build-time dependency wayland-scanner found: YES 1.24.0 +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --variable=wayland_scanner wayland-scanner` -> 0 +#15 24.92 stdout: +#15 24.92 /usr/bin/wayland-scanner +#15 24.92 ----------- +#15 24.92 Got pkg-config variable wayland_scanner : /usr/bin/wayland-scanner +#15 24.92 Program /usr/bin/wayland-scanner found: YES (/usr/bin/wayland-scanner) +#15 24.92 Determining dependency 'wayland-protocols' with pkg-config executable '/usr/sbin/pkg-config' +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --modversion wayland-protocols` -> 0 +#15 24.92 stdout: +#15 24.92 1.45 +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --cflags wayland-protocols` -> 0 +#15 24.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs wayland-protocols` -> 0 +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs wayland-protocols` -> 0 +#15 24.92 Run-time dependency wayland-protocols found: YES 1.45 +#15 24.92 Determining dependency 'wayland-client' with pkg-config executable '/usr/sbin/pkg-config' +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --modversion wayland-client` -> 0 +#15 24.92 stdout: +#15 24.92 1.24.0 +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --cflags wayland-client` -> 0 +#15 24.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs wayland-client` -> 0 +#15 24.92 stdout: +#15 24.92 -L/usr/lib -lwayland-client -lm +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs wayland-client` -> 0 +#15 24.92 stdout: +#15 24.92 -lwayland-client -lm +#15 24.92 ----------- +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpuw4gz2ef +#15 24.92 Code: +#15 24.92 int main(void) { return 0; } +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang++ -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpuw4gz2ef/testfile.cpp -o /mesa/_build/meson-private/tmpuw4gz2ef/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.92 Run-time dependency wayland-client found: YES 1.24.0 +#15 24.92 Determining dependency 'wayland-server' with pkg-config executable '/usr/sbin/pkg-config' +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --modversion wayland-server` -> 0 +#15 24.92 stdout: +#15 24.92 1.24.0 +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --cflags wayland-server` -> 0 +#15 24.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs wayland-server` -> 0 +#15 24.92 stdout: +#15 24.92 -L/usr/lib -lwayland-server -lm +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs wayland-server` -> 0 +#15 24.92 stdout: +#15 24.92 -lwayland-server -lm +#15 24.92 ----------- +#15 24.92 Run-time dependency wayland-server found: YES 1.24.0 +#15 24.92 Determining dependency 'wayland-egl-backend' with pkg-config executable '/usr/sbin/pkg-config' +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --modversion wayland-egl-backend` -> 0 +#15 24.92 stdout: +#15 24.92 3 +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --cflags wayland-egl-backend` -> 0 +#15 24.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs wayland-egl-backend` -> 0 +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs wayland-egl-backend` -> 0 +#15 24.92 Run-time dependency wayland-egl-backend found: YES 3 +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpg0vn_wrc +#15 24.92 Code: +#15 24.92 #include +#15 24.92 #include +#15 24.92 +#15 24.92 #if defined __stub_wl_display_dispatch_queue_timeout || defined __stub___wl_display_dispatch_queue_timeout +#15 24.92 fail fail fail this function is not going to work +#15 24.92 #endif +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 void *a = (void*) &wl_display_dispatch_queue_timeout; +#15 24.92 long long b = (long long) a; +#15 24.92 return (int) b; +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpg0vn_wrc/testfile.c -o /mesa/_build/meson-private/tmpg0vn_wrc/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.92 Checking for function "wl_display_dispatch_queue_timeout" with dependency wayland-client: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpmmxazz4x +#15 24.92 Code: +#15 24.92 #include +#15 24.92 #include +#15 24.92 +#15 24.92 #if defined __stub_wl_display_create_queue_with_name || defined __stub___wl_display_create_queue_with_name +#15 24.92 fail fail fail this function is not going to work +#15 24.92 #endif +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 void *a = (void*) &wl_display_create_queue_with_name; +#15 24.92 long long b = (long long) a; +#15 24.92 return (int) b; +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpmmxazz4x/testfile.c -o /mesa/_build/meson-private/tmpmmxazz4x/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.92 Checking for function "wl_display_create_queue_with_name" with dependency wayland-client: YES +#15 24.92 Determining dependency 'xcb' with pkg-config executable '/usr/sbin/pkg-config' +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --modversion xcb` -> 0 +#15 24.92 stdout: +#15 24.92 1.17.0 +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --cflags xcb` -> 0 +#15 24.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs xcb` -> 0 +#15 24.92 stdout: +#15 24.92 -L/usr/lib -lxcb +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs xcb` -> 0 +#15 24.92 stdout: +#15 24.92 -lxcb +#15 24.92 ----------- +#15 24.92 Run-time dependency xcb found: YES 1.17.0 +#15 24.92 Determining dependency 'xcb-randr' with pkg-config executable '/usr/sbin/pkg-config' +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --modversion xcb-randr` -> 0 +#15 24.92 stdout: +#15 24.92 1.17.0 +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --cflags xcb-randr` -> 0 +#15 24.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs xcb-randr` -> 0 +#15 24.92 stdout: +#15 24.92 -L/usr/lib -lxcb-randr +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs xcb-randr` -> 0 +#15 24.92 stdout: +#15 24.92 -lxcb-randr +#15 24.92 ----------- +#15 24.92 Run-time dependency xcb-randr found: YES 1.17.0 +#15 24.92 Determining dependency 'x11' with pkg-config executable '/usr/sbin/pkg-config' +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --modversion x11` -> 0 +#15 24.92 stdout: +#15 24.92 1.8.12 +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --cflags x11` -> 0 +#15 24.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs x11` -> 0 +#15 24.92 stdout: +#15 24.92 -L/usr/lib -lX11 +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs x11` -> 0 +#15 24.92 stdout: +#15 24.92 -lX11 +#15 24.92 ----------- +#15 24.92 Run-time dependency x11 found: YES 1.8.12 +#15 24.92 Determining dependency 'xext' with pkg-config executable '/usr/sbin/pkg-config' +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --modversion xext` -> 0 +#15 24.92 stdout: +#15 24.92 1.3.6 +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --cflags xext` -> 0 +#15 24.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs xext` -> 0 +#15 24.92 stdout: +#15 24.92 -L/usr/lib -lXext +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs xext` -> 0 +#15 24.92 stdout: +#15 24.92 -lXext +#15 24.92 ----------- +#15 24.92 Run-time dependency xext found: YES 1.3.6 +#15 24.92 Determining dependency 'xcb-glx' with pkg-config executable '/usr/sbin/pkg-config' +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --modversion xcb-glx` -> 0 +#15 24.92 stdout: +#15 24.92 1.17.0 +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --cflags xcb-glx` -> 0 +#15 24.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs xcb-glx` -> 0 +#15 24.92 stdout: +#15 24.92 -L/usr/lib -lxcb-glx +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs xcb-glx` -> 0 +#15 24.92 stdout: +#15 24.92 -lxcb-glx +#15 24.92 ----------- +#15 24.92 Run-time dependency xcb-glx found: YES 1.17.0 +#15 24.92 Determining dependency 'xcb-shm' with pkg-config executable '/usr/sbin/pkg-config' +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --modversion xcb-shm` -> 0 +#15 24.92 stdout: +#15 24.92 1.17.0 +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --cflags xcb-shm` -> 0 +#15 24.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs xcb-shm` -> 0 +#15 24.92 stdout: +#15 24.92 -L/usr/lib -lxcb-shm +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs xcb-shm` -> 0 +#15 24.92 stdout: +#15 24.92 -lxcb-shm +#15 24.92 ----------- +#15 24.92 Run-time dependency xcb-shm found: YES 1.17.0 +#15 24.92 Dependency xcb found: YES 1.17.0 (cached) +#15 24.92 Determining dependency 'xcb-keysyms' with pkg-config executable '/usr/sbin/pkg-config' +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --modversion xcb-keysyms` -> 0 +#15 24.92 stdout: +#15 24.92 0.4.1 +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --cflags xcb-keysyms` -> 0 +#15 24.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs xcb-keysyms` -> 0 +#15 24.92 stdout: +#15 24.92 -L/usr/lib -lxcb-keysyms -lxcb +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs xcb-keysyms` -> 0 +#15 24.92 stdout: +#15 24.92 -lxcb-keysyms -lxcb +#15 24.92 ----------- +#15 24.92 Run-time dependency xcb-keysyms found: YES 0.4.1 +#15 24.92 Determining dependency 'x11-xcb' with pkg-config executable '/usr/sbin/pkg-config' +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --modversion x11-xcb` -> 0 +#15 24.92 stdout: +#15 24.92 1.8.12 +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --cflags x11-xcb` -> 0 +#15 24.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs x11-xcb` -> 0 +#15 24.92 stdout: +#15 24.92 -L/usr/lib -lX11-xcb -lX11 -lxcb +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs x11-xcb` -> 0 +#15 24.92 stdout: +#15 24.92 -lX11-xcb -lX11 -lxcb +#15 24.92 ----------- +#15 24.92 Run-time dependency x11-xcb found: YES 1.8.12 +#15 24.92 Determining dependency 'xcb-dri3' with pkg-config executable '/usr/sbin/pkg-config' +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --modversion xcb-dri3` -> 0 +#15 24.92 stdout: +#15 24.92 1.17.0 +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --cflags xcb-dri3` -> 0 +#15 24.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs xcb-dri3` -> 0 +#15 24.92 stdout: +#15 24.92 -L/usr/lib -lxcb-dri3 +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs xcb-dri3` -> 0 +#15 24.92 stdout: +#15 24.92 -lxcb-dri3 +#15 24.92 ----------- +#15 24.92 Run-time dependency xcb-dri3 found: YES 1.17.0 +#15 24.92 Determining dependency 'xcb-present' with pkg-config executable '/usr/sbin/pkg-config' +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --modversion xcb-present` -> 0 +#15 24.92 stdout: +#15 24.92 1.17.0 +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --cflags xcb-present` -> 0 +#15 24.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs xcb-present` -> 0 +#15 24.92 stdout: +#15 24.92 -L/usr/lib -lxcb-present +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs xcb-present` -> 0 +#15 24.92 stdout: +#15 24.92 -lxcb-present +#15 24.92 ----------- +#15 24.92 Run-time dependency xcb-present found: YES 1.17.0 +#15 24.92 Dependency xcb-shm found: YES 1.17.0 (cached) +#15 24.92 Determining dependency 'xcb-sync' with pkg-config executable '/usr/sbin/pkg-config' +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --modversion xcb-sync` -> 0 +#15 24.92 stdout: +#15 24.92 1.17.0 +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --cflags xcb-sync` -> 0 +#15 24.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs xcb-sync` -> 0 +#15 24.92 stdout: +#15 24.92 -L/usr/lib -lxcb-sync +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs xcb-sync` -> 0 +#15 24.92 stdout: +#15 24.92 -lxcb-sync +#15 24.92 ----------- +#15 24.92 Run-time dependency xcb-sync found: YES 1.17.0 +#15 24.92 Determining dependency 'xshmfence' with pkg-config executable '/usr/sbin/pkg-config' +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --modversion xshmfence` -> 0 +#15 24.92 stdout: +#15 24.92 1.3.3 +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --cflags xshmfence` -> 0 +#15 24.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs xshmfence` -> 0 +#15 24.92 stdout: +#15 24.92 -L/usr/lib -lxshmfence +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs xshmfence` -> 0 +#15 24.92 stdout: +#15 24.92 -lxshmfence +#15 24.92 ----------- +#15 24.92 Run-time dependency xshmfence found: YES 1.3.3 +#15 24.92 Determining dependency 'glproto' with pkg-config executable '/usr/sbin/pkg-config' +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --modversion glproto` -> 0 +#15 24.92 stdout: +#15 24.92 1.4.17 +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --cflags glproto` -> 0 +#15 24.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs glproto` -> 0 +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs glproto` -> 0 +#15 24.92 Run-time dependency glproto found: YES 1.4.17 +#15 24.92 Determining dependency 'xxf86vm' with pkg-config executable '/usr/sbin/pkg-config' +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --modversion xxf86vm` -> 0 +#15 24.92 stdout: +#15 24.92 1.1.6 +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --cflags xxf86vm` -> 0 +#15 24.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs xxf86vm` -> 0 +#15 24.92 stdout: +#15 24.92 -L/usr/lib -lXxf86vm +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs xxf86vm` -> 0 +#15 24.92 stdout: +#15 24.92 -lXxf86vm +#15 24.92 ----------- +#15 24.92 Run-time dependency xxf86vm found: YES 1.1.6 +#15 24.92 Determining dependency 'xcb-xfixes' with pkg-config executable '/usr/sbin/pkg-config' +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --modversion xcb-xfixes` -> 0 +#15 24.92 stdout: +#15 24.92 1.17.0 +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --cflags xcb-xfixes` -> 0 +#15 24.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs xcb-xfixes` -> 0 +#15 24.92 stdout: +#15 24.92 -L/usr/lib -lxcb-xfixes +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs xcb-xfixes` -> 0 +#15 24.92 stdout: +#15 24.92 -lxcb-xfixes +#15 24.92 ----------- +#15 24.92 Run-time dependency xcb-xfixes found: YES 1.17.0 +#15 24.92 Dependency xcb-dri3 found: YES 1.17.0 (cached) +#15 24.92 Dependency xcb-present found: YES 1.17.0 (cached) +#15 24.92 Dependency xcb-shm found: YES 1.17.0 (cached) +#15 24.92 Dependency xshmfence found: YES 1.3.3 (cached) +#15 24.92 Dependency xcb-randr found: YES 1.17.0 (cached) +#15 24.92 Determining dependency 'xrandr' with pkg-config executable '/usr/sbin/pkg-config' +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --modversion xrandr` -> 0 +#15 24.92 stdout: +#15 24.92 1.5.4 +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --cflags xrandr` -> 0 +#15 24.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs xrandr` -> 0 +#15 24.92 stdout: +#15 24.92 -L/usr/lib -lXrandr +#15 24.92 ----------- +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --libs xrandr` -> 0 +#15 24.92 stdout: +#15 24.92 -lXrandr +#15 24.92 ----------- +#15 24.92 Run-time dependency xrandr found: YES 1.5.4 +#15 24.92 Library sensors skipped: feature lmsensors disabled +#15 24.92 Program nm found: YES (/usr/sbin/nm) +#15 24.92 Program symbols-check.py found: YES (/usr/bin/python /mesa/bin/symbols-check.py) +#15 24.92 Program install_megadrivers.py found: YES (/usr/bin/python /mesa/bin/install_megadrivers.py) +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpkdzdvp4s +#15 24.92 Code: +#15 24.92 +#15 24.92 #include +#15 24.92 #include +#15 24.92 int main(void) { +#15 24.92 printf("%ld\n", (long)(sizeof(void *))); +#15 24.92 return 0; +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpkdzdvp4s/testfile.c -o /mesa/_build/meson-private/tmpkdzdvp4s/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.92 Program stdout: +#15 24.92 +#15 24.92 8 +#15 24.92 +#15 24.92 Program stderr: +#15 24.92 +#15 24.92 +#15 24.92 Checking for size of "void *" : 8 +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --variable=pkgdatadir wayland-protocols` -> 0 +#15 24.92 stdout: +#15 24.92 //usr/share/wayland-protocols +#15 24.92 ----------- +#15 24.92 Got pkg-config variable pkgdatadir : //usr/share/wayland-protocols +#15 24.92 env[PKG_CONFIG_PATH]: +#15 24.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 24.92 ----------- +#15 24.92 Called: `/usr/sbin/pkg-config --variable=libexecdir libclc` -> 0 +#15 24.92 stdout: +#15 24.92 /usr/share/clc +#15 24.92 ----------- +#15 24.92 Got pkg-config variable libexecdir : /usr/share/clc +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmplflfqxbu +#15 24.92 Code: +#15 24.92 +#15 24.92 #define mmap meson_disable_define_of_mmap +#15 24.92 +#15 24.92 #include +#15 24.92 #undef mmap +#15 24.92 +#15 24.92 #ifdef __cplusplus +#15 24.92 extern "C" +#15 24.92 #endif +#15 24.92 char mmap (void); +#15 24.92 +#15 24.92 #if defined __stub_mmap || defined __stub___mmap +#15 24.92 fail fail fail this function is not going to work +#15 24.92 #endif +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 return mmap (); +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmplflfqxbu/testfile.c -o /mesa/_build/meson-private/tmplflfqxbu/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.92 Checking for function "mmap" : YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmp38zrpv48 +#15 24.92 Code: +#15 24.92 #include +#15 24.92 void bar(void) { +#15 24.92 spvtools::LinkerOptions foo; +#15 24.92 (void) ( foo.SetAllowPtrTypeMismatch(true) ); +#15 24.92 +#15 24.92 (void) foo; +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp38zrpv48/testfile.cpp -o /mesa/_build/meson-private/tmp38zrpv48/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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.92 Checking whether type "spvtools::LinkerOptions" has member "SetAllowPtrTypeMismatch(true)" with dependency SPIRV-Tools: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmp1gy2spit +#15 24.92 Code: +#15 24.92 int main(void) { return 0; } +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp1gy2spit/testfile.c -o /mesa/_build/meson-private/tmp1gy2spit/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.92 Compiler for C supports link arguments -fPIC: YES +#15 24.92 Program decode.py found: YES (/mesa/src/compiler/isaspec/decode.py) +#15 24.92 Program encode.py found: YES (/mesa/src/compiler/isaspec/encode.py) +#15 24.92 Program bindgen found: YES (/usr/sbin/bindgen) +#15 24.92 Looking for a fallback subproject for the dependency syn because: +#15 24.92 Use of fallback dependencies is forced. +#15 24.92 Downloading syn source from https://crates.io/api/v1/crates/syn/2.0.87/download +#15 24.92 +#15 24.92 Executing subproject syn +#15 24.92 +#15 24.92 Project name: syn +#15 24.92 Project version: 2.0.87 +#15 24.92 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 24.92 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 24.92 Rust compiler for the build machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 24.92 Rust linker for the build machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 24.92 Downloading unicode-ident source from https://crates.io/api/v1/crates/unicode-ident/1.0.12/download +#15 24.92 +#15 24.92 Executing subproject syn:unicode-ident +#15 24.92 +#15 24.92 Project name: unicode-ident +#15 24.92 Project version: 1.0.12 +#15 24.92 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 24.92 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 24.92 Rust compiler for the build machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 24.92 Rust linker for the build machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 24.92 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.92 Build targets in project: 104 +#15 24.92 WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 24.92 * 1.3.0: {'rust_abi arg in static_library'} +#15 24.92 Subproject unicode-ident finished. +#15 24.92 +#15 24.92 Downloading quote source from https://crates.io/api/v1/crates/quote/1.0.35/download +#15 24.92 +#15 24.92 Executing subproject syn:quote +#15 24.92 +#15 24.92 Project name: quote +#15 24.92 Project version: 1.0.35 +#15 24.92 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 24.92 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 24.92 Rust compiler for the build machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 24.92 Rust linker for the build machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 24.92 Downloading proc-macro2 source from https://crates.io/api/v1/crates/proc-macro2/1.0.86/download +#15 24.92 +#15 24.92 Executing subproject syn:quote:proc-macro2 +#15 24.92 +#15 24.92 Project name: proc-macro2 +#15 24.92 Project version: 1.0.86 +#15 24.92 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 24.92 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 24.92 Rust compiler for the build machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 24.92 Rust linker for the build machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 24.92 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.92 Build targets in project: 105 +#15 24.92 WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 24.92 * 1.3.0: {'rust_abi arg in static_library'} +#15 24.92 Subproject proc-macro2 finished. +#15 24.92 +#15 24.92 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.92 Build targets in project: 106 +#15 24.92 WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 24.92 * 1.3.0: {'rust_abi arg in static_library'} +#15 24.92 Subproject quote finished. +#15 24.92 +#15 24.92 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.92 Build targets in project: 107 +#15 24.92 WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 24.92 * 1.3.0: {'rust_abi arg in static_library'} +#15 24.92 Subproject syn finished. +#15 24.92 +#15 24.92 Dependency syn from subproject subprojects/syn-2.0.87 found: YES 2.0.87 +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmprmff74sw +#15 24.92 Code: +#15 24.92 int main(void) { return 0; } +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmprmff74sw/testfile.c -o /mesa/_build/meson-private/tmprmff74sw/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.92 Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmp8zexh_ov +#15 24.92 Code: +#15 24.92 int main(void) { return 0; } +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp8zexh_ov/testfile.c -o /mesa/_build/meson-private/tmp8zexh_ov/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.92 Compiler for C supports link arguments -Wl,-z,relro: YES +#15 24.92 Configuring VkLayer_MESA_overlay.json using configuration +#15 24.92 Configuring VkLayer_MESA_overlay.json.in_dev.json using configuration +#15 24.92 Using cached compile: +#15 24.92 Cached command line: /usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmprmff74sw/testfile.c -o /mesa/_build/meson-private/tmprmff74sw/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.92 +#15 24.92 Code: +#15 24.92 int main(void) { return 0; } +#15 24.92 +#15 24.92 Cached compiler stdout: +#15 24.92 +#15 24.92 Cached compiler stderr: +#15 24.92 +#15 24.92 Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES (cached) +#15 24.92 Using cached compile: +#15 24.92 Cached command line: /usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp8zexh_ov/testfile.c -o /mesa/_build/meson-private/tmp8zexh_ov/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.92 +#15 24.92 Code: +#15 24.92 int main(void) { return 0; } +#15 24.92 +#15 24.92 Cached compiler stdout: +#15 24.92 +#15 24.92 Cached compiler stderr: +#15 24.92 +#15 24.92 Compiler for C supports link arguments -Wl,-z,relro: YES (cached) +#15 24.92 Configuring VkLayer_MESA_device_select.json using configuration +#15 24.92 Configuring VkLayer_MESA_device_select.json.in_dev.json using configuration +#15 24.92 Adding test "genxml sort gen40.xml" +#15 24.92 Adding test "genxml sort gen45.xml" +#15 24.92 Adding test "genxml sort gen50.xml" +#15 24.92 Adding test "genxml sort gen60.xml" +#15 24.92 Adding test "genxml sort gen70.xml" +#15 24.92 Adding test "genxml sort gen75.xml" +#15 24.92 Adding test "genxml sort gen80.xml" +#15 24.92 Adding test "genxml sort gen90.xml" +#15 24.92 Adding test "genxml sort gen110.xml" +#15 24.92 Adding test "genxml sort gen120.xml" +#15 24.92 Adding test "genxml sort gen125.xml" +#15 24.92 Adding test "genxml sort gen200.xml" +#15 24.92 Adding test "genxml sort gen300.xml" +#15 24.92 Adding test "genxml sort gen125_rt.xml" +#15 24.92 Adding test "genxml sort gen200_rt.xml" +#15 24.92 Adding test "genxml sort gen300_rt.xml" +#15 24.92 Using cached compile: +#15 24.92 Cached command line: /usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmprmff74sw/testfile.c -o /mesa/_build/meson-private/tmprmff74sw/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.92 +#15 24.92 Code: +#15 24.92 int main(void) { return 0; } +#15 24.92 +#15 24.92 Cached compiler stdout: +#15 24.92 +#15 24.92 Cached compiler stderr: +#15 24.92 +#15 24.92 Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES (cached) +#15 24.92 Using cached compile: +#15 24.92 Cached command line: /usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp8zexh_ov/testfile.c -o /mesa/_build/meson-private/tmp8zexh_ov/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.92 +#15 24.92 Code: +#15 24.92 int main(void) { return 0; } +#15 24.92 +#15 24.92 Cached compiler stdout: +#15 24.92 +#15 24.92 Cached compiler stderr: +#15 24.92 +#15 24.92 Compiler for C supports link arguments -Wl,-z,relro: YES (cached) +#15 24.92 Configuring VkLayer_INTEL_nullhw.json using configuration +#15 24.92 Configuring VkLayer_INTEL_nullhw.json.in_dev.json using configuration +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpkf_b3u67 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpkf_b3u67/testfile.c -o /mesa/_build/meson-private/tmpkf_b3u67/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.92 Compiler for C supports arguments -Werror=switch: YES +#15 24.92 Using cached compile: +#15 24.92 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmp3yt08ych/testfile.cpp -o /mesa/_build/meson-private/tmp3yt08ych/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 +#15 24.92 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 Cached compiler stdout: +#15 24.92 +#15 24.92 Cached compiler stderr: +#15 24.92 +#15 24.92 Compiler for C++ supports arguments -Wno-unused-variable: YES (cached) +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmph4pjdcqy +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmph4pjdcqy/testfile.cpp -o /mesa/_build/meson-private/tmph4pjdcqy/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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.92 Compiler for C++ supports arguments -Wno-unused-local-typedefs: YES +#15 24.92 Using cached compile: +#15 24.92 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpzetbv5d0/testfile.cpp -o /mesa/_build/meson-private/tmpzetbv5d0/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 +#15 24.92 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 Cached compiler stdout: +#15 24.92 +#15 24.92 Cached compiler stderr: +#15 24.92 +#15 24.92 Compiler for C++ supports arguments -Wno-unused-but-set-variable: YES (cached) +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpjs43hoxc +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpjs43hoxc/testfile.cpp -o /mesa/_build/meson-private/tmpjs43hoxc/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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.92 stderr: +#15 24.92 error: unknown warning option '-Wmaybe-uninitialized'; did you mean '-Wuninitialized'? [-Werror,-Wunknown-warning-option] +#15 24.92 error: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Werror,-Wunknown-warning-option] +#15 24.92 ----------- +#15 24.92 Compiler for C++ supports arguments -Wno-maybe-uninitialized: NO +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmp_g6zi_rs +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp_g6zi_rs/testfile.cpp -o /mesa/_build/meson-private/tmp_g6zi_rs/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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.92 Compiler for C++ supports arguments -Wno-self-assign: YES +#15 24.92 Using cached compile: +#15 24.92 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpa6lyejka/testfile.cpp -o /mesa/_build/meson-private/tmpa6lyejka/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 +#15 24.92 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 Cached compiler stdout: +#15 24.92 +#15 24.92 Cached compiler stderr: +#15 24.92 clang++: error: no such file or directory: '/wd4189' +#15 24.92 +#15 24.92 Compiler for C++ supports arguments /wd4189: NO (cached) +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpztgjn11n +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpztgjn11n/testfile.cpp -o /mesa/_build/meson-private/tmpztgjn11n/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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.92 Compiler for C++ supports arguments -Wno-uninitialized: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpobjc1a5b +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpobjc1a5b/testfile.cpp -o /mesa/_build/meson-private/tmpobjc1a5b/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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.92 Compiler for C++ supports arguments -fno-exceptions: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpopkwt12c +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpopkwt12c/testfile.cpp -o /mesa/_build/meson-private/tmpopkwt12c/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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.92 Compiler for C++ supports arguments -fno-rtti: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpca85g1uq +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpca85g1uq/testfile.cpp -o /mesa/_build/meson-private/tmpca85g1uq/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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.92 Compiler for C++ supports arguments -Wimplicit-fallthrough: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmp35fhto72 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp35fhto72/testfile.cpp -o /mesa/_build/meson-private/tmp35fhto72/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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.92 Compiler for C++ supports arguments -Wshadow: YES +#15 24.92 Using cached compile: +#15 24.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp5314d_yc/testfile.c -o /mesa/_build/meson-private/tmp5314d_yc/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.92 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 Cached compiler stdout: +#15 24.92 +#15 24.92 Cached compiler stderr: +#15 24.92 +#15 24.92 Compiler for C supports arguments -Wimplicit-fallthrough: YES (cached) +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpbyaix1sj +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpbyaix1sj/testfile.c -o /mesa/_build/meson-private/tmpbyaix1sj/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.92 Compiler for C supports arguments -Wshadow: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmp7zp5vbvo +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp7zp5vbvo/testfile.c -o /mesa/_build/meson-private/tmp7zp5vbvo/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.92 Compiler for C supports arguments -Wall: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpmw9r_fbh +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpmw9r_fbh/testfile.c -o /mesa/_build/meson-private/tmpmw9r_fbh/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.92 Compiler for C supports arguments -Wextra: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmp92gvglyv +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp92gvglyv/testfile.c -o /mesa/_build/meson-private/tmp92gvglyv/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.92 Compiler for C supports arguments -Wno-unused: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmp03ize7_f +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp03ize7_f/testfile.c -o /mesa/_build/meson-private/tmp03ize7_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 -Wunused-parameter -Wno-unused-parameter` -> 0 +#15 24.92 Compiler for C supports arguments -Wno-unused-parameter: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpd7k9wmep +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpd7k9wmep/testfile.c -o /mesa/_build/meson-private/tmpd7k9wmep/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.92 Compiler for C supports arguments -Wno-unused-command-line-argument: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpz2n0irsh +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpz2n0irsh/testfile.c -o /mesa/_build/meson-private/tmpz2n0irsh/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.92 Compiler for C supports arguments -Wno-ignored-qualifiers: YES +#15 24.92 Using cached compile: +#15 24.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpbxsh59p0/testfile.c -o /mesa/_build/meson-private/tmpbxsh59p0/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.92 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 Cached compiler stdout: +#15 24.92 +#15 24.92 Cached compiler stderr: +#15 24.92 +#15 24.92 Compiler for C supports arguments -Wno-missing-field-initializers: YES (cached) +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpae_y5p83 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpae_y5p83/testfile.c -o /mesa/_build/meson-private/tmpae_y5p83/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.92 Compiler for C supports arguments -Wno-self-assign: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmp98zadpd6 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp98zadpd6/testfile.c -o /mesa/_build/meson-private/tmp98zadpd6/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.92 Compiler for C supports arguments -Wno-implicit-fallthrough: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpoh50mbs3 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpoh50mbs3/testfile.c -o /mesa/_build/meson-private/tmpoh50mbs3/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.92 Compiler for C supports arguments -Werror=comment: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpbl7uk58i +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpbl7uk58i/testfile.c -o /mesa/_build/meson-private/tmpbl7uk58i/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.92 Compiler for C supports arguments -Werror=missing-braces: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpst4ds1hf +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpst4ds1hf/testfile.c -o /mesa/_build/meson-private/tmpst4ds1hf/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.92 Compiler for C supports arguments -Werror=override-init: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpcvnh3nb4 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpcvnh3nb4/testfile.c -o /mesa/_build/meson-private/tmpcvnh3nb4/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.92 Compiler for C supports arguments -Werror=enum-conversion: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpuzcetivx +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpuzcetivx/testfile.c -o /mesa/_build/meson-private/tmpuzcetivx/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.92 Compiler for C supports arguments -Werror=enum-compare: YES +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmps_e7mbdk +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmps_e7mbdk/testfile.c -o /mesa/_build/meson-private/tmps_e7mbdk/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.92 stderr: +#15 24.92 error: unknown warning option '-Werror=maybe-uninitialized'; did you mean '-Werror=uninitialized'? [-Werror,-Wunknown-warning-option] +#15 24.92 ----------- +#15 24.92 Compiler for C supports arguments -Werror=maybe-uninitialized: NO +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpn07_hv_c +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpn07_hv_c/testfile.c -o /mesa/_build/meson-private/tmpn07_hv_c/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.92 Compiler for C supports arguments -Werror=parentheses: YES +#15 24.92 Using cached compile: +#15 24.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp7zp5vbvo/testfile.c -o /mesa/_build/meson-private/tmp7zp5vbvo/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.92 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 Cached compiler stdout: +#15 24.92 +#15 24.92 Cached compiler stderr: +#15 24.92 +#15 24.92 Compiler for C supports arguments -Wall: YES (cached) +#15 24.92 Using cached compile: +#15 24.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpmw9r_fbh/testfile.c -o /mesa/_build/meson-private/tmpmw9r_fbh/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.92 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 Cached compiler stdout: +#15 24.92 +#15 24.92 Cached compiler stderr: +#15 24.92 +#15 24.92 Compiler for C supports arguments -Wextra: YES (cached) +#15 24.92 Using cached compile: +#15 24.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp92gvglyv/testfile.c -o /mesa/_build/meson-private/tmp92gvglyv/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.92 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 Cached compiler stdout: +#15 24.92 +#15 24.92 Cached compiler stderr: +#15 24.92 +#15 24.92 Compiler for C supports arguments -Wno-unused: YES (cached) +#15 24.92 Using cached compile: +#15 24.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp03ize7_f/testfile.c -o /mesa/_build/meson-private/tmp03ize7_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 -Wunused-parameter -Wno-unused-parameter +#15 24.92 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 Cached compiler stdout: +#15 24.92 +#15 24.92 Cached compiler stderr: +#15 24.92 +#15 24.92 Compiler for C supports arguments -Wno-unused-parameter: YES (cached) +#15 24.92 Using cached compile: +#15 24.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpd7k9wmep/testfile.c -o /mesa/_build/meson-private/tmpd7k9wmep/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.92 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 Cached compiler stdout: +#15 24.92 +#15 24.92 Cached compiler stderr: +#15 24.92 +#15 24.92 Compiler for C supports arguments -Wno-unused-command-line-argument: YES (cached) +#15 24.92 Using cached compile: +#15 24.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpz2n0irsh/testfile.c -o /mesa/_build/meson-private/tmpz2n0irsh/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.92 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 Cached compiler stdout: +#15 24.92 +#15 24.92 Cached compiler stderr: +#15 24.92 +#15 24.92 Compiler for C supports arguments -Wno-ignored-qualifiers: YES (cached) +#15 24.92 Using cached compile: +#15 24.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpbxsh59p0/testfile.c -o /mesa/_build/meson-private/tmpbxsh59p0/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.92 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 Cached compiler stdout: +#15 24.92 +#15 24.92 Cached compiler stderr: +#15 24.92 +#15 24.92 Compiler for C supports arguments -Wno-missing-field-initializers: YES (cached) +#15 24.92 Using cached compile: +#15 24.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpae_y5p83/testfile.c -o /mesa/_build/meson-private/tmpae_y5p83/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.92 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 Cached compiler stdout: +#15 24.92 +#15 24.92 Cached compiler stderr: +#15 24.92 +#15 24.92 Compiler for C supports arguments -Wno-self-assign: YES (cached) +#15 24.92 Using cached compile: +#15 24.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp98zadpd6/testfile.c -o /mesa/_build/meson-private/tmp98zadpd6/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.92 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 Cached compiler stdout: +#15 24.92 +#15 24.92 Cached compiler stderr: +#15 24.92 +#15 24.92 Compiler for C supports arguments -Wno-implicit-fallthrough: YES (cached) +#15 24.92 Using cached compile: +#15 24.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpoh50mbs3/testfile.c -o /mesa/_build/meson-private/tmpoh50mbs3/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.92 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 Cached compiler stdout: +#15 24.92 +#15 24.92 Cached compiler stderr: +#15 24.92 +#15 24.92 Compiler for C supports arguments -Werror=comment: YES (cached) +#15 24.92 Using cached compile: +#15 24.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpbl7uk58i/testfile.c -o /mesa/_build/meson-private/tmpbl7uk58i/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.92 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 Cached compiler stdout: +#15 24.92 +#15 24.92 Cached compiler stderr: +#15 24.92 +#15 24.92 Compiler for C supports arguments -Werror=missing-braces: YES (cached) +#15 24.92 Using cached compile: +#15 24.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpst4ds1hf/testfile.c -o /mesa/_build/meson-private/tmpst4ds1hf/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.92 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 Cached compiler stdout: +#15 24.92 +#15 24.92 Cached compiler stderr: +#15 24.92 +#15 24.92 Compiler for C supports arguments -Werror=override-init: YES (cached) +#15 24.92 Using cached compile: +#15 24.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpcvnh3nb4/testfile.c -o /mesa/_build/meson-private/tmpcvnh3nb4/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.92 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 Cached compiler stdout: +#15 24.92 +#15 24.92 Cached compiler stderr: +#15 24.92 +#15 24.92 Compiler for C supports arguments -Werror=enum-conversion: YES (cached) +#15 24.92 Using cached compile: +#15 24.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpuzcetivx/testfile.c -o /mesa/_build/meson-private/tmpuzcetivx/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.92 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 Cached compiler stdout: +#15 24.92 +#15 24.92 Cached compiler stderr: +#15 24.92 +#15 24.92 Compiler for C supports arguments -Werror=enum-compare: YES (cached) +#15 24.92 Using cached compile: +#15 24.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmps_e7mbdk/testfile.c -o /mesa/_build/meson-private/tmps_e7mbdk/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.92 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 Cached compiler stdout: +#15 24.92 +#15 24.92 Cached compiler stderr: +#15 24.92 error: unknown warning option '-Werror=maybe-uninitialized'; did you mean '-Werror=uninitialized'? [-Werror,-Wunknown-warning-option] +#15 24.92 +#15 24.92 Compiler for C supports arguments -Werror=maybe-uninitialized: NO (cached) +#15 24.92 Using cached compile: +#15 24.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp7zp5vbvo/testfile.c -o /mesa/_build/meson-private/tmp7zp5vbvo/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.92 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 Cached compiler stdout: +#15 24.92 +#15 24.92 Cached compiler stderr: +#15 24.92 +#15 24.92 Compiler for C supports arguments -Wall: YES (cached) +#15 24.92 Using cached compile: +#15 24.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpmw9r_fbh/testfile.c -o /mesa/_build/meson-private/tmpmw9r_fbh/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.92 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 Cached compiler stdout: +#15 24.92 +#15 24.92 Cached compiler stderr: +#15 24.92 +#15 24.92 Compiler for C supports arguments -Wextra: YES (cached) +#15 24.92 Using cached compile: +#15 24.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp92gvglyv/testfile.c -o /mesa/_build/meson-private/tmp92gvglyv/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.92 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 Cached compiler stdout: +#15 24.92 +#15 24.92 Cached compiler stderr: +#15 24.92 +#15 24.92 Compiler for C supports arguments -Wno-unused: YES (cached) +#15 24.92 Using cached compile: +#15 24.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp03ize7_f/testfile.c -o /mesa/_build/meson-private/tmp03ize7_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 -Wunused-parameter -Wno-unused-parameter +#15 24.92 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 Cached compiler stdout: +#15 24.92 +#15 24.92 Cached compiler stderr: +#15 24.92 +#15 24.92 Compiler for C supports arguments -Wno-unused-parameter: YES (cached) +#15 24.92 Using cached compile: +#15 24.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpd7k9wmep/testfile.c -o /mesa/_build/meson-private/tmpd7k9wmep/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.92 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 Cached compiler stdout: +#15 24.92 +#15 24.92 Cached compiler stderr: +#15 24.92 +#15 24.92 Compiler for C supports arguments -Wno-unused-command-line-argument: YES (cached) +#15 24.92 Using cached compile: +#15 24.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpz2n0irsh/testfile.c -o /mesa/_build/meson-private/tmpz2n0irsh/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.92 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 Cached compiler stdout: +#15 24.92 +#15 24.92 Cached compiler stderr: +#15 24.92 +#15 24.92 Compiler for C supports arguments -Wno-ignored-qualifiers: YES (cached) +#15 24.92 Using cached compile: +#15 24.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpbxsh59p0/testfile.c -o /mesa/_build/meson-private/tmpbxsh59p0/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.92 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 Cached compiler stdout: +#15 24.92 +#15 24.92 Cached compiler stderr: +#15 24.92 +#15 24.92 Compiler for C supports arguments -Wno-missing-field-initializers: YES (cached) +#15 24.92 Using cached compile: +#15 24.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpae_y5p83/testfile.c -o /mesa/_build/meson-private/tmpae_y5p83/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.92 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 Cached compiler stdout: +#15 24.92 +#15 24.92 Cached compiler stderr: +#15 24.92 +#15 24.92 Compiler for C supports arguments -Wno-self-assign: YES (cached) +#15 24.92 Using cached compile: +#15 24.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp98zadpd6/testfile.c -o /mesa/_build/meson-private/tmp98zadpd6/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.92 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 Cached compiler stdout: +#15 24.92 +#15 24.92 Cached compiler stderr: +#15 24.92 +#15 24.92 Compiler for C supports arguments -Wno-implicit-fallthrough: YES (cached) +#15 24.92 Using cached compile: +#15 24.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpoh50mbs3/testfile.c -o /mesa/_build/meson-private/tmpoh50mbs3/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.92 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 Cached compiler stdout: +#15 24.92 +#15 24.92 Cached compiler stderr: +#15 24.92 +#15 24.92 Compiler for C supports arguments -Werror=comment: YES (cached) +#15 24.92 Using cached compile: +#15 24.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpbl7uk58i/testfile.c -o /mesa/_build/meson-private/tmpbl7uk58i/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.92 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 Cached compiler stdout: +#15 24.92 +#15 24.92 Cached compiler stderr: +#15 24.92 +#15 24.92 Compiler for C supports arguments -Werror=missing-braces: YES (cached) +#15 24.92 Using cached compile: +#15 24.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpst4ds1hf/testfile.c -o /mesa/_build/meson-private/tmpst4ds1hf/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.92 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 Cached compiler stdout: +#15 24.92 +#15 24.92 Cached compiler stderr: +#15 24.92 +#15 24.92 Compiler for C supports arguments -Werror=override-init: YES (cached) +#15 24.92 Using cached compile: +#15 24.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpcvnh3nb4/testfile.c -o /mesa/_build/meson-private/tmpcvnh3nb4/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.92 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 Cached compiler stdout: +#15 24.92 +#15 24.92 Cached compiler stderr: +#15 24.92 +#15 24.92 Compiler for C supports arguments -Werror=enum-conversion: YES (cached) +#15 24.92 Using cached compile: +#15 24.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpuzcetivx/testfile.c -o /mesa/_build/meson-private/tmpuzcetivx/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.92 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 Cached compiler stdout: +#15 24.92 +#15 24.92 Cached compiler stderr: +#15 24.92 +#15 24.92 Compiler for C supports arguments -Werror=enum-compare: YES (cached) +#15 24.92 Using cached compile: +#15 24.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmps_e7mbdk/testfile.c -o /mesa/_build/meson-private/tmps_e7mbdk/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.92 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 Cached compiler stdout: +#15 24.92 +#15 24.92 Cached compiler stderr: +#15 24.92 error: unknown warning option '-Werror=maybe-uninitialized'; did you mean '-Werror=uninitialized'? [-Werror,-Wunknown-warning-option] +#15 24.92 +#15 24.92 Compiler for C supports arguments -Werror=maybe-uninitialized: NO (cached) +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpt3fry4i8 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpt3fry4i8/testfile.c -o /mesa/_build/meson-private/tmpt3fry4i8/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.92 Compiler for C supports arguments -Wno-gnu-variable-sized-type-not-at-end: YES +#15 24.92 Running command: /usr/sbin/cbindgen --version +#15 24.92 --- stdout --- +#15 24.92 cbindgen 0.29.0 +#15 24.92 +#15 24.92 --- stderr --- +#15 24.92 +#15 24.92 +#15 24.92 Program cbindgen found: YES 0.29.0 0.29.0 (/usr/sbin/cbindgen) +#15 24.92 Looking for a fallback subproject for the dependency paste because: +#15 24.92 Use of fallback dependencies is forced. +#15 24.92 Downloading paste source from https://crates.io/api/v1/crates/paste/1.0.14/download +#15 24.92 +#15 24.92 Executing subproject paste +#15 24.92 +#15 24.92 Project name: paste +#15 24.92 Project version: 1.0.14 +#15 24.92 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 24.92 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 24.92 Rust compiler for the build machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 24.92 Rust linker for the build machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 24.92 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.92 Build targets in project: 455 +#15 24.92 WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 24.92 * 1.3.0: {'rust.proc_macro'} +#15 24.92 Subproject paste finished. +#15 24.92 +#15 24.92 Dependency paste from subproject subprojects/paste-1.0.14 found: YES 1.0.14 +#15 24.92 Dependency paste found: YES 1.0.14 (cached) +#15 24.92 Looking for a fallback subproject for the dependency rustc-hash because: +#15 24.92 Use of fallback dependencies is forced. +#15 24.92 Downloading rustc-hash source from https://crates.io/api/v1/crates/rustc-hash/2.1.1/download +#15 24.92 +#15 24.92 Executing subproject rustc-hash +#15 24.92 +#15 24.92 Project name: rustc_hash +#15 24.92 Project version: 2.1.1 +#15 24.92 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 24.92 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 24.92 Rust compiler for the build machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 24.92 Rust linker for the build machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 24.92 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.92 Build targets in project: 462 +#15 24.92 WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 24.92 * 1.3.0: {'rust_abi arg in static_library'} +#15 24.92 Subproject rustc-hash finished. +#15 24.92 +#15 24.92 Dependency rustc-hash from subproject subprojects/rustc-hash-2.1.1 found: YES 2.1.1 +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpe7txofyc +#15 24.92 Code: +#15 24.92 #include +#15 24.92 void bar(void) { +#15 24.92 (void) sizeof(std::pmr::monotonic_buffer_resource); +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpe7txofyc/testfile.cpp -o /mesa/_build/meson-private/tmpe7txofyc/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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.92 Checking for type "std::pmr::monotonic_buffer_resource" : YES +#15 24.92 Using cached compile: +#15 24.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpt3fry4i8/testfile.c -o /mesa/_build/meson-private/tmpt3fry4i8/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.92 +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 Cached compiler stdout: +#15 24.92 +#15 24.92 Cached compiler stderr: +#15 24.92 +#15 24.92 Compiler for C supports arguments -Wno-gnu-variable-sized-type-not-at-end: YES (cached) +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpzde0tes_ +#15 24.92 Code: +#15 24.92 extern int i; +#15 24.92 int i; +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpzde0tes_/testfile.c -o /mesa/_build/meson-private/tmpzde0tes_/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.92 Compiler for C supports arguments -Wno-missing-prototypes: YES +#15 24.92 Configuring rusticl.icd using configuration +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpq28uw9i0 +#15 24.92 Code: +#15 24.92 int main(void) { return 0; } +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpq28uw9i0/testfile.c -o /mesa/_build/meson-private/tmpq28uw9i0/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.92 Compiler for C supports link arguments -Wl,--default-symver: YES +#15 24.92 Configuring dri.sym using configuration +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpezz8a6xc +#15 24.92 Code: +#15 24.92 +#15 24.92 #define mincore meson_disable_define_of_mincore +#15 24.92 +#15 24.92 #include +#15 24.92 #undef mincore +#15 24.92 +#15 24.92 #ifdef __cplusplus +#15 24.92 extern "C" +#15 24.92 #endif +#15 24.92 char mincore (void); +#15 24.92 +#15 24.92 #if defined __stub_mincore || defined __stub___mincore +#15 24.92 fail fail fail this function is not going to work +#15 24.92 #endif +#15 24.92 +#15 24.92 int main(void) { +#15 24.92 return mincore (); +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpezz8a6xc/testfile.c -o /mesa/_build/meson-private/tmpezz8a6xc/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.92 Checking for function "mincore" : YES +#15 24.92 Configuring 50_mesa.json using configuration +#15 24.92 Configuring devenv_glvnd_egl.json using configuration +#15 24.92 Configuring dri.sym using configuration +#15 24.92 Program ln found: YES (/usr/sbin/ln) +#15 24.92 Program sphinx-build skipped: feature html-docs disabled +#15 24.92 Build targets in project: 595 +#15 24.92 +#15 24.92 mesa 25.2.4 +#15 24.92 +#15 24.92 Directories +#15 24.92 prefix : /usr +#15 24.92 libdir : lib +#15 24.92 includedir : include +#15 24.92 +#15 24.92 Common C and C++ arguments +#15 24.92 c_cpp_args : -mtls-dialect=gnu2 +#15 24.92 +#15 24.92 OpenGL +#15 24.92 OpenGL : YES +#15 24.92 ES1 : NO +#15 24.92 ES2 : YES +#15 24.92 GLVND : YES +#15 24.92 +#15 24.92 DRI +#15 24.92 Platform : drm +#15 24.92 Driver dir : /usr/lib/dri +#15 24.92 +#15 24.92 GLX +#15 24.92 Enabled : YES +#15 24.92 Provider : dri +#15 24.92 +#15 24.92 EGL +#15 24.92 Enabled : YES +#15 24.92 Drivers : builtin:egl_dri2 builtin:egl_dri3 +#15 24.92 Platforms : x11 wayland surfaceless drm xcb +#15 24.92 +#15 24.92 GBM +#15 24.92 Enabled : YES +#15 24.92 External libgbm : NO +#15 24.92 Backends path : /usr/lib/gbm +#15 24.92 +#15 24.92 Vulkan +#15 24.92 Drivers : amd intel intel_hasvk swrast virtio nouveau +#15 24.92 Platforms : x11 wayland surfaceless drm xcb +#15 24.92 ICD dir : share/vulkan/icd.d +#15 24.92 Layers : device-select intel-nullhw overlay +#15 24.92 Intel Ray tracing : YES +#15 24.92 +#15 24.92 Video +#15 24.92 Codecs : vc1dec h264dec h264enc h265dec h265enc av1dec av1enc +#15 24.92 vp9dec +#15 24.92 APIs : va vulkan +#15 24.92 +#15 24.92 LLVM +#15 24.92 Required : enabled +#15 24.92 Version : 20.1.8 +#15 24.92 +#15 24.92 Gallium +#15 24.92 Enabled : YES +#15 24.92 Drivers : r300 r600 radeonsi nouveau virgl svga softpipe +#15 24.92 llvmpipe i915 iris crocus zink +#15 24.92 Platforms : x11 wayland surfaceless drm xcb +#15 24.92 Frontends : mesa va rusticl +#15 24.92 HUD lm-sensors : NO +#15 24.92 +#15 24.92 Perfetto +#15 24.92 Enabled : NO +#15 24.92 +#15 24.92 Teflon (TensorFlow Lite delegate) +#15 24.92 Enabled : NO +#15 24.92 +#15 24.92 Subprojects +#15 24.92 paste : YES 2 warnings +#15 24.92 proc-macro2 : YES 2 warnings (from syn => quote) +#15 24.92 quote : YES 2 warnings (from syn) +#15 24.92 rustc-hash : YES 2 warnings +#15 24.92 syn : YES 2 warnings +#15 24.92 unicode-ident : YES 2 warnings (from syn) +#15 24.92 +#15 24.92 User defined options +#15 24.92 android-libbacktrace: disabled +#15 24.92 b_lto : false +#15 24.92 b_ndebug : true +#15 24.92 buildtype : plain +#15 24.92 egl : enabled +#15 24.92 force_fallback_for : syn,paste,rustc-hash +#15 24.92 gallium-drivers : r300,r600,radeonsi,nouveau,virgl,svga,softpipe,llvmpipe,i915,iris,crocus,zink +#15 24.92 gallium-extra-hud : true +#15 24.92 gallium-rusticl : true +#15 24.92 gallium-va : enabled +#15 24.92 gbm : enabled +#15 24.92 gles1 : disabled +#15 24.92 gles2 : enabled +#15 24.92 glvnd : enabled +#15 24.92 glx : dri +#15 24.92 legacy-x11 : dri2 +#15 24.92 libunwind : enabled +#15 24.92 llvm : enabled +#15 24.92 lmsensors : disabled +#15 24.92 microsoft-clc : disabled +#15 24.92 platforms : x11,wayland +#15 24.92 prefix : /usr +#15 24.92 sysconfdir : /etc +#15 24.92 tools : [] +#15 24.92 valgrind : disabled +#15 24.92 video-codecs : all +#15 24.92 vulkan-drivers : amd,intel,intel_hasvk,swrast,virtio,nouveau +#15 24.92 vulkan-layers : device-select,intel-nullhw,overlay +#15 24.92 wrap_mode : nofallback +#15 24.92 zstd : enabled +#15 24.92 +#15 24.92 Found ninja-1.12.1 at /usr/sbin/ninja +#15 24.92 ----------- +#15 24.92 Called: `rustc -C linker=/usr/sbin/clang --print target-libdir` -> 0 +#15 24.92 stdout: +#15 24.92 /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib +#15 24.92 ----------- +#15 24.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpi_rp09sv +#15 24.92 Code: +#15 24.92 +#15 24.92 #ifdef __has_include +#15 24.92 #if !__has_include("version") +#15 24.92 #error "Header 'version' could not be found" +#15 24.92 #endif +#15 24.92 #else +#15 24.92 #include +#15 24.92 #endif +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpi_rp09sv/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-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.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmp_g8m9u_c +#15 24.92 Code: +#15 24.92 +#15 24.92 #include +#15 24.92 int main(void) { +#15 24.92 /* If it's not defined as a macro, try to use as a symbol */ +#15 24.92 #ifndef _LIBCPP_VERSION +#15 24.92 _LIBCPP_VERSION; +#15 24.92 #endif +#15 24.92 return 0; +#15 24.92 } +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp_g8m9u_c/testfile.cpp -o /mesa/_build/meson-private/tmp_g8m9u_c/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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.92 Running compile: +#15 24.92 Working directory: /mesa/_build/meson-private/tmpq9e9gmlj +#15 24.92 Code: +#15 24.92 int main(void) { return 0; } +#15 24.92 +#15 24.92 ----------- +#15 24.92 Command line: `/usr/sbin/clang++ -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpq9e9gmlj/testfile.cpp -o /mesa/_build/meson-private/tmpq9e9gmlj/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.92 ----------- +#15 24.92 Called: `rustc -C linker=/usr/sbin/clang --print target-libdir` -> 0 +#15 24.92 stdout: +#15 24.92 /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib +#15 24.92 ----------- +#15 24.92 ----------- +#15 24.92 Called: `rustc -C linker=/usr/sbin/clang --print sysroot` -> 0 +#15 24.92 stdout: +#15 24.92 /usr +#15 24.92 ----------- +#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=true -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=true -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.92 ----------- +24.92 Called: `rustc -C linker=/usr/sbin/clang --print target-libdir` -> 0 +24.92 stdout: +24.92 /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib +24.92 ----------- +24.92 ----------- +24.92 Called: `rustc -C linker=/usr/sbin/clang --print sysroot` -> 0 +24.92 stdout: +24.92 /usr +24.92 ----------- +------ +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=true \ + 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=true -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 diff --git a/tools/ci/amd64/build4.log b/tools/ci/amd64/build4.log new file mode 100644 index 0000000..8463d49 --- /dev/null +++ b/tools/ci/amd64/build4.log @@ -0,0 +1,5809 @@ +#0 building with "default" instance using docker driver + +#1 [internal] load build definition from Dockerfile +#1 transferring dockerfile: 7.51kB done +#1 DONE 0.0s + +#2 [internal] load metadata for docker.io/library/archlinux:latest +#2 DONE 1.6s + +#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 [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 +#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 [ 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 +#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 [ 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 +#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 split-debug=disabled -D b_ndebug=true -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.004 The Meson build system +#15 9.004 Version: 1.9.1 +#15 9.004 Source dir: /mesa +#15 9.004 Build dir: /mesa/_build +#15 9.004 Build type: native build +#15 9.004 DEPRECATION: Option "legacy-x11" is deprecated +#15 9.004 Project name: mesa +#15 9.004 Project version: 25.2.4 +#15 9.004 C compiler for the host machine: /usr/sbin/clang (clang 20.1.8 "clang version 20.1.8") +#15 9.004 C linker for the host machine: /usr/sbin/clang ld.bfd 2.45.0 +#15 9.004 C++ compiler for the host machine: /usr/sbin/clang++ (clang 20.1.8 "clang version 20.1.8") +#15 9.004 C++ linker for the host machine: /usr/sbin/clang++ ld.bfd 2.45.0 +#15 9.004 Host machine cpu family: x86_64 +#15 9.004 Host machine cpu: x86_64 +#15 9.004 Checking for size of "void*" : 8 +#15 9.004 Checking if "-mtls-dialect=gnu2" runs: YES +#15 9.004 Checking if "split TLSDESC" links: YES +#15 9.004 Found pkg-config: YES (/usr/sbin/pkg-config) 2.5.1 +#15 9.004 Run-time dependency libglvnd found: YES 1.7.0 +#15 9.004 Found CMake: /usr/sbin/cmake (4.1.2) +#15 9.004 Run-time dependency vdpau found: NO (tried pkgconfig and cmake) +#15 9.004 Program glslangValidator found: YES (/usr/sbin/glslangValidator) +#15 9.004 Run-time dependency libva found: YES 1.22.0 +#15 9.004 Header "va/va.h" has symbol "VASurfaceAttribDRMFormatModifiers" with dependency libva: YES +#15 9.004 meson.build:768: WARNING: add_languages is missing native:, assuming languages are wanted for both host and build. +#15 9.004 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 9.004 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 9.004 Program bindgen found: YES (/usr/sbin/bindgen) +#15 9.004 Run-time dependency libclc found: YES 0.2.0 +#15 9.004 Program python3 found: YES 3.13.7 3.13.7 (/usr/sbin/python3) +#15 9.004 Fetching value of define "ETIME" : 62 +#15 9.004 Compiler for C supports arguments -gsplit-dwarf: YES +#15 9.004 Compiler for C supports link arguments -Wl,--gdb-index: NO +#15 9.004 Checking for function "bswap32" : YES +#15 9.004 Checking for function "bswap64" : YES +#15 9.004 Checking for function "clz" : YES +#15 9.004 Checking for function "clzll" : YES +#15 9.004 Checking for function "ctz" : YES +#15 9.004 Checking for function "expect" : YES +#15 9.004 Checking for function "ffs" : YES +#15 9.004 Checking for function "ffsll" : YES +#15 9.004 Checking for function "popcount" : YES +#15 9.004 Checking for function "popcountll" : YES +#15 9.004 Checking for function "unreachable" : YES +#15 9.004 Checking for function "types_compatible_p" : YES +#15 9.004 Compiler for C supports function attribute const: YES +#15 9.004 Compiler for C supports function attribute flatten: YES +#15 9.004 Compiler for C supports function attribute malloc: YES +#15 9.004 Compiler for C supports function attribute pure: YES +#15 9.004 Compiler for C supports function attribute unused: YES +#15 9.004 Compiler for C supports function attribute warn_unused_result: YES +#15 9.004 Compiler for C supports function attribute weak: YES +#15 9.004 Compiler for C supports function attribute format: YES +#15 9.004 Compiler for C supports function attribute packed: YES +#15 9.004 Compiler for C supports function attribute returns_nonnull: YES +#15 9.004 Compiler for C supports function attribute alias: YES +#15 9.004 Compiler for C supports function attribute noreturn: YES +#15 9.004 Compiler for C supports function attribute optimize: NO +#15 9.004 Compiler for C supports function attribute visibility:hidden: YES +#15 9.004 Checking if "__uint128_t" compiles: YES +#15 9.004 Checking for function "reallocarray" : YES +#15 9.004 Checking for function "fmemopen" : YES +#15 9.004 Checking if "gc-sections" links: YES +#15 9.004 Compiler for C supports arguments -Werror=implicit-function-declaration: YES +#15 9.004 Compiler for C supports arguments -Werror=missing-prototypes: YES +#15 9.004 Compiler for C supports arguments -Werror=return-type: YES +#15 9.004 Compiler for C supports arguments -Werror=empty-body: YES +#15 9.004 Compiler for C supports arguments -Werror=incompatible-pointer-types: YES +#15 9.004 Compiler for C supports arguments -Werror=int-conversion: YES +#15 9.004 Compiler for C supports arguments -Wimplicit-fallthrough: YES +#15 9.004 Compiler for C supports arguments -Wmisleading-indentation: YES +#15 9.004 Compiler for C supports arguments -Wno-missing-field-initializers: YES +#15 9.004 Compiler for C supports arguments -Wno-format-truncation: YES +#15 9.004 Compiler for C supports arguments -Wno-nonnull-compare: NO +#15 9.004 Compiler for C supports arguments -fno-math-errno: YES +#15 9.004 Compiler for C supports arguments -fno-trapping-math: YES +#15 9.004 Compiler for C supports arguments -Qunused-arguments: YES +#15 9.004 Compiler for C supports arguments -fno-common: YES +#15 9.004 Compiler for C supports arguments -Wno-unknown-pragmas: YES +#15 9.004 Compiler for C supports arguments -Wno-microsoft-enum-value: YES +#15 9.004 Compiler for C supports arguments -Wno-unused-function: YES +#15 9.004 Compiler for C supports arguments -Werror=format: YES +#15 9.004 Compiler for C supports arguments -Wformat-security: YES +#15 9.004 Compiler for C supports arguments -Werror=thread-safety: YES +#15 9.004 Compiler for C supports arguments -ffunction-sections: YES +#15 9.004 Compiler for C supports arguments -fdata-sections: YES +#15 9.004 Compiler for C supports arguments -Wno-unused-variable: YES +#15 9.004 Compiler for C supports arguments -Wno-unused-but-set-variable: YES +#15 9.004 Compiler for C supports arguments /wd4189: NO +#15 9.004 Compiler for C++ supports arguments -Werror=return-type: YES +#15 9.004 Compiler for C++ supports arguments -Werror=empty-body: YES +#15 9.004 Compiler for C++ supports arguments -Wmisleading-indentation: YES +#15 9.004 Compiler for C++ supports arguments -Wno-non-virtual-dtor: YES +#15 9.004 Compiler for C++ supports arguments -Wno-missing-field-initializers: YES +#15 9.004 Compiler for C++ supports arguments -Wno-format-truncation: YES +#15 9.004 Compiler for C++ supports arguments -fno-math-errno: YES +#15 9.004 Compiler for C++ supports arguments -fno-trapping-math: YES +#15 9.004 Compiler for C++ supports arguments -Qunused-arguments: YES +#15 9.004 Compiler for C++ supports arguments -flifetime-dse=1: NO +#15 9.004 Compiler for C++ supports arguments -Wno-unknown-pragmas: YES +#15 9.004 Compiler for C++ supports arguments -Wno-microsoft-enum-value: YES +#15 9.004 Compiler for C++ supports arguments -Werror=format: YES +#15 9.004 Compiler for C++ supports arguments -Wformat-security: YES +#15 9.004 Compiler for C++ supports arguments -ffunction-sections: YES +#15 9.004 Compiler for C++ supports arguments -fdata-sections: YES +#15 9.004 Compiler for C++ supports arguments -Wno-unused-variable: YES +#15 9.004 Compiler for C++ supports arguments -Wno-unused-but-set-variable: YES +#15 9.004 Compiler for C++ supports arguments /wd4189: NO +#15 9.004 Compiler for C supports arguments -Wno-override-init: YES +#15 9.004 Compiler for C supports arguments -Wno-initializer-overrides: YES +#15 9.004 Compiler for C supports arguments -Werror=pointer-arith: YES +#15 9.004 Compiler for C supports arguments -Werror=vla: YES +#15 9.004 Compiler for C supports arguments -Werror=gnu-empty-initializer: YES +#15 9.004 Compiler for C++ supports arguments -Werror=pointer-arith: YES +#15 9.004 Compiler for C++ supports arguments -Werror=vla: YES +#15 9.004 Compiler for C++ supports arguments -Werror=gnu-empty-initializer: YES +#15 9.004 Checking for function "__builtin_ia32_clflushopt" : YES +#15 9.004 Checking if "GCC atomic builtins" compiles: YES +#15 9.004 Checking if "GCC atomic builtins required -latomic" links: YES +#15 9.004 Checking if "GCC 64bit atomics" with dependency links: YES +#15 9.004 Library ws2_32 found: NO +#15 9.004 Header "sys/sysmacros.h" has symbol "major" : YES +#15 9.004 Header "sys/sysmacros.h" has symbol "minor" : YES +#15 9.004 Header "sys/sysmacros.h" has symbol "makedev" : YES +#15 9.004 Header "sys/mkdev.h" has symbol "major" : NO +#15 9.004 Check usable header "sched.h" : YES +#15 9.004 Checking for function "sched_getaffinity" : YES +#15 9.004 Check usable header "xlocale.h" : NO +#15 9.004 Check usable header "linux/futex.h" : YES +#15 9.004 Check usable header "endian.h" : YES +#15 9.004 Check usable header "dlfcn.h" : YES +#15 9.004 Check usable header "sys/shm.h" : YES +#15 9.004 Check usable header "cet.h" : YES +#15 9.004 Check usable header "pthread_np.h" : NO +#15 9.004 Check usable header "sys/inotify.h" : YES +#15 9.004 Check usable header "linux/udmabuf.h" : YES +#15 9.004 Checking for function "strtof" : YES +#15 9.004 Checking for function "mkostemp" : YES +#15 9.004 Checking for function "memfd_create" : YES +#15 9.004 Checking for function "random_r" : YES +#15 9.004 Checking for function "flock" : YES +#15 9.004 Checking for function "strtok_r" : YES +#15 9.004 Checking for function "getrandom" : YES +#15 9.004 Checking for function "qsort_s" : NO +#15 9.004 Checking for function "posix_fallocate" : YES +#15 9.004 Checking for function "secure_getenv" : YES +#15 9.004 Checking if "GNU qsort_r" links: YES +#15 9.004 Header "time.h" has symbol "struct timespec" : YES +#15 9.004 Checking for function "thrd_create" : YES +#15 9.004 Header "errno.h" has symbol "program_invocation_name" : YES +#15 9.004 Header "math.h" has symbol "issignaling" : YES +#15 9.004 Checking for function "posix_memalign" : YES +#15 9.004 Checking whether type "struct dirent" has member "d_type" : YES +#15 9.004 Checking if "strtod has locale support" links: YES +#15 9.004 Checking if "Bsymbolic" links: YES +#15 9.004 Checking if "version-script" links: NO +#15 12.94 Checking if "dynamic-list" links: YES +#15 12.94 Compiler for C supports link arguments -Wl,--build-id=sha1: YES +#15 12.94 Checking for function "dlopen" : YES +#15 12.94 Checking for function "dladdr" with dependency : YES +#15 12.94 Checking for function "dl_iterate_phdr" : YES +#15 12.94 Checking for function "clock_gettime" : YES +#15 12.94 Run-time dependency zlib found: YES 1.3.1 +#15 12.94 Run-time dependency libzstd found: YES 1.5.7 +#15 12.94 Run-time dependency threads found: YES +#15 12.94 Checking for function "pthread_setaffinity_np" with dependency threads: YES +#15 12.94 Run-time dependency expat found: YES 2.7.3 +#15 12.94 Library m found: YES +#15 12.94 Message: libdrm 2.4.121 needed because amdgpu has the highest requirement +#15 12.94 Run-time dependency libdrm_intel found: YES 2.4.126 +#15 12.94 Run-time dependency libdrm_amdgpu found: YES 2.4.126 +#15 12.94 Run-time dependency libdrm found: YES 2.4.126 +#15 12.94 Run-time dependency libudev found: YES 258 +#15 12.94 llvm-config found: YES (/usr/sbin/llvm-config) 20.1.8 +#15 12.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 12.94 Run-time dependency llvmspirvlib found: YES 20.1.0.0 +#15 12.94 Run-time dependency spirv-tools found: YES 2025.4.1 +#15 12.94 Library clang-cpp found: YES +#15 12.94 Run-time dependency lua54 found: NO (tried pkgconfig and cmake) +#15 12.94 Run-time dependency lua5.4 found: NO (tried pkgconfig and cmake) +#15 12.94 Run-time dependency lua-5.4 found: NO (tried pkgconfig and cmake) +#15 12.94 Run-time dependency lua53 found: NO (tried pkgconfig and cmake) +#15 12.94 Run-time dependency lua5.3 found: NO (tried pkgconfig and cmake) +#15 12.94 Run-time dependency lua-5.3 found: NO (tried pkgconfig and cmake) +#15 12.94 Run-time dependency lua found: NO (tried pkgconfig) +#15 12.94 Run-time dependency libelf found: YES 0.193 +#15 12.94 Dependency valgrind skipped: feature valgrind disabled +#15 12.94 Program bison found: YES (/usr/sbin/bison) +#15 12.94 Program bison found: YES 3.8.2 3.8.2 (/usr/sbin/bison) +#15 12.94 Program flex found: YES (/usr/sbin/flex) +#15 12.94 Run-time dependency libunwind found: YES 1.8.2 +#15 12.94 Build-time dependency wayland-scanner found: YES 1.24.0 +#15 12.94 Program /usr/bin/wayland-scanner found: YES (/usr/bin/wayland-scanner) +#15 12.94 Run-time dependency wayland-protocols found: YES 1.45 +#15 12.94 Run-time dependency wayland-client found: YES 1.24.0 +#15 12.94 Run-time dependency wayland-server found: YES 1.24.0 +#15 12.94 Run-time dependency wayland-egl-backend found: YES 3 +#15 12.94 Checking for function "wl_display_dispatch_queue_timeout" with dependency wayland-client: YES +#15 12.94 Checking for function "wl_display_create_queue_with_name" with dependency wayland-client: YES +#15 12.94 Run-time dependency xcb found: YES 1.17.0 +#15 12.94 Run-time dependency xcb-randr found: YES 1.17.0 +#15 12.94 Run-time dependency x11 found: YES 1.8.12 +#15 12.94 Run-time dependency xext found: YES 1.3.6 +#15 12.94 Run-time dependency xcb-glx found: YES 1.17.0 +#15 12.94 Run-time dependency xcb-shm found: YES 1.17.0 +#15 12.94 Dependency xcb found: YES 1.17.0 (cached) +#15 12.94 Run-time dependency xcb-keysyms found: YES 0.4.1 +#15 12.94 Run-time dependency x11-xcb found: YES 1.8.12 +#15 12.94 Run-time dependency xcb-dri3 found: YES 1.17.0 +#15 12.94 Run-time dependency xcb-present found: YES 1.17.0 +#15 12.94 Dependency xcb-shm found: YES 1.17.0 (cached) +#15 12.94 Run-time dependency xcb-sync found: YES 1.17.0 +#15 12.94 Run-time dependency xshmfence found: YES 1.3.3 +#15 12.94 Run-time dependency glproto found: YES 1.4.17 +#15 12.94 Run-time dependency xxf86vm found: YES 1.1.6 +#15 12.94 Run-time dependency xcb-xfixes found: YES 1.17.0 +#15 12.94 Dependency xcb-dri3 found: YES 1.17.0 (cached) +#15 12.94 Dependency xcb-present found: YES 1.17.0 (cached) +#15 12.94 Dependency xcb-shm found: YES 1.17.0 (cached) +#15 12.94 Dependency xshmfence found: YES 1.3.3 (cached) +#15 12.94 Dependency xcb-randr found: YES 1.17.0 (cached) +#15 12.94 Run-time dependency xrandr found: YES 1.5.4 +#15 12.94 Library sensors skipped: feature lmsensors disabled +#15 12.94 Program nm found: YES (/usr/sbin/nm) +#15 12.94 Program symbols-check.py found: YES (/usr/bin/python /mesa/bin/symbols-check.py) +#15 12.94 Program install_megadrivers.py found: YES (/usr/bin/python /mesa/bin/install_megadrivers.py) +#15 12.94 Checking for size of "void *" : 8 +#15 12.94 Checking for function "mmap" : YES +#15 12.94 Checking whether type "spvtools::LinkerOptions" has member "SetAllowPtrTypeMismatch(true)" with dependency SPIRV-Tools: YES +#15 12.94 Compiler for C supports link arguments -fPIC: YES +#15 12.94 Program decode.py found: YES (/mesa/src/compiler/isaspec/decode.py) +#15 12.94 Program encode.py found: YES (/mesa/src/compiler/isaspec/encode.py) +#15 12.94 Program bindgen found: YES (/usr/sbin/bindgen) +#15 12.94 Looking for a fallback subproject for the dependency syn because: +#15 12.94 Use of fallback dependencies is forced. +#15 12.94 Downloading syn source from https://crates.io/api/v1/crates/syn/2.0.87/download +#15 14.38 +#15 14.38 Executing subproject syn +#15 14.38 +#15 14.38 syn| Project name: syn +#15 14.38 syn| Project version: 2.0.87 +#15 14.38 syn| Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 14.38 syn| Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 14.38 syn| Downloading unicode-ident source from https://crates.io/api/v1/crates/unicode-ident/1.0.12/download +#15 15.52 +#15 15.52 Executing subproject syn:unicode-ident +#15 15.52 +#15 15.52 unicode-ident| Project name: unicode-ident +#15 15.52 unicode-ident| Project version: 1.0.12 +#15 15.52 unicode-ident| Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 15.52 unicode-ident| Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 15.52 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 15.52 unicode-ident| Build targets in project: 104 +#15 15.52 unicode-ident| WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 15.52 unicode-ident| * 1.3.0: {'rust_abi arg in static_library'} +#15 15.52 unicode-ident| Subproject unicode-ident finished. +#15 15.52 +#15 15.52 syn| Downloading quote source from https://crates.io/api/v1/crates/quote/1.0.35/download +#15 16.59 +#15 16.59 Executing subproject syn:quote +#15 16.59 +#15 16.59 quote| Project name: quote +#15 16.59 quote| Project version: 1.0.35 +#15 16.59 quote| Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 16.59 quote| Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 16.59 quote| Downloading proc-macro2 source from https://crates.io/api/v1/crates/proc-macro2/1.0.86/download +#15 19.02 +#15 19.02 Executing subproject syn:quote:proc-macro2 +#15 19.02 +#15 19.02 proc-macro2| Project name: proc-macro2 +#15 19.02 proc-macro2| Project version: 1.0.86 +#15 19.02 proc-macro2| Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 19.02 proc-macro2| Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 19.02 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.02 proc-macro2| Build targets in project: 105 +#15 19.02 proc-macro2| WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 19.02 proc-macro2| * 1.3.0: {'rust_abi arg in static_library'} +#15 19.02 proc-macro2| Subproject proc-macro2 finished. +#15 19.02 +#15 19.02 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.02 quote| Build targets in project: 106 +#15 19.02 quote| WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 19.02 quote| * 1.3.0: {'rust_abi arg in static_library'} +#15 19.02 quote| Subproject quote finished. +#15 19.02 +#15 19.02 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.02 syn| Build targets in project: 107 +#15 19.02 syn| WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 19.02 syn| * 1.3.0: {'rust_abi arg in static_library'} +#15 19.02 syn| Subproject syn finished. +#15 19.02 +#15 19.02 Dependency syn from subproject subprojects/syn-2.0.87 found: YES 2.0.87 +#15 19.02 Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES +#15 19.02 Compiler for C supports link arguments -Wl,-z,relro: YES +#15 19.02 Configuring VkLayer_MESA_overlay.json using configuration +#15 19.02 Configuring VkLayer_MESA_overlay.json.in_dev.json using configuration +#15 19.02 Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES (cached) +#15 19.02 Compiler for C supports link arguments -Wl,-z,relro: YES (cached) +#15 19.02 Configuring VkLayer_MESA_device_select.json using configuration +#15 19.02 Configuring VkLayer_MESA_device_select.json.in_dev.json using configuration +#15 19.02 Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES (cached) +#15 19.02 Compiler for C supports link arguments -Wl,-z,relro: YES (cached) +#15 19.02 Configuring VkLayer_INTEL_nullhw.json using configuration +#15 19.02 Configuring VkLayer_INTEL_nullhw.json.in_dev.json using configuration +#15 19.02 Compiler for C supports arguments -Werror=switch: YES +#15 19.02 Compiler for C++ supports arguments -Wno-unused-variable: YES (cached) +#15 19.02 Compiler for C++ supports arguments -Wno-unused-local-typedefs: YES +#15 19.02 Compiler for C++ supports arguments -Wno-unused-but-set-variable: YES (cached) +#15 19.02 Compiler for C++ supports arguments -Wno-maybe-uninitialized: NO +#15 19.02 Compiler for C++ supports arguments -Wno-self-assign: YES +#15 19.02 Compiler for C++ supports arguments /wd4189: NO (cached) +#15 19.02 Compiler for C++ supports arguments -Wno-uninitialized: YES +#15 19.02 Compiler for C++ supports arguments -fno-exceptions: YES +#15 19.02 Compiler for C++ supports arguments -fno-rtti: YES +#15 19.02 Compiler for C++ supports arguments -Wimplicit-fallthrough: YES +#15 19.02 Compiler for C++ supports arguments -Wshadow: YES +#15 19.02 Compiler for C supports arguments -Wimplicit-fallthrough: YES (cached) +#15 19.02 Compiler for C supports arguments -Wshadow: YES +#15 19.02 Compiler for C supports arguments -Wall: YES +#15 19.02 Compiler for C supports arguments -Wextra: YES +#15 19.02 Compiler for C supports arguments -Wno-unused: YES +#15 19.02 Compiler for C supports arguments -Wno-unused-parameter: YES +#15 19.02 Compiler for C supports arguments -Wno-unused-command-line-argument: YES +#15 19.02 Compiler for C supports arguments -Wno-ignored-qualifiers: YES +#15 19.02 Compiler for C supports arguments -Wno-missing-field-initializers: YES (cached) +#15 19.02 Compiler for C supports arguments -Wno-self-assign: YES +#15 19.02 Compiler for C supports arguments -Wno-implicit-fallthrough: YES +#15 19.02 Compiler for C supports arguments -Werror=comment: YES +#15 19.02 Compiler for C supports arguments -Werror=missing-braces: YES +#15 19.02 Compiler for C supports arguments -Werror=override-init: YES +#15 19.02 Compiler for C supports arguments -Werror=enum-conversion: YES +#15 19.02 Compiler for C supports arguments -Werror=enum-compare: YES +#15 19.02 Compiler for C supports arguments -Werror=maybe-uninitialized: NO +#15 19.02 Compiler for C supports arguments -Werror=parentheses: YES +#15 19.02 Compiler for C supports arguments -Wall: YES (cached) +#15 19.02 Compiler for C supports arguments -Wextra: YES (cached) +#15 19.02 Compiler for C supports arguments -Wno-unused: YES (cached) +#15 19.02 Compiler for C supports arguments -Wno-unused-parameter: YES (cached) +#15 19.02 Compiler for C supports arguments -Wno-unused-command-line-argument: YES (cached) +#15 19.02 Compiler for C supports arguments -Wno-ignored-qualifiers: YES (cached) +#15 19.02 Compiler for C supports arguments -Wno-missing-field-initializers: YES (cached) +#15 19.02 Compiler for C supports arguments -Wno-self-assign: YES (cached) +#15 19.02 Compiler for C supports arguments -Wno-implicit-fallthrough: YES (cached) +#15 19.02 Compiler for C supports arguments -Werror=comment: YES (cached) +#15 19.02 Compiler for C supports arguments -Werror=missing-braces: YES (cached) +#15 19.02 Compiler for C supports arguments -Werror=override-init: YES (cached) +#15 19.02 Compiler for C supports arguments -Werror=enum-conversion: YES (cached) +#15 19.02 Compiler for C supports arguments -Werror=enum-compare: YES (cached) +#15 19.02 Compiler for C supports arguments -Werror=maybe-uninitialized: NO (cached) +#15 19.02 Compiler for C supports arguments -Wall: YES (cached) +#15 19.02 Compiler for C supports arguments -Wextra: YES (cached) +#15 19.02 Compiler for C supports arguments -Wno-unused: YES (cached) +#15 19.02 Compiler for C supports arguments -Wno-unused-parameter: YES (cached) +#15 19.02 Compiler for C supports arguments -Wno-unused-command-line-argument: YES (cached) +#15 19.02 Compiler for C supports arguments -Wno-ignored-qualifiers: YES (cached) +#15 19.02 Compiler for C supports arguments -Wno-missing-field-initializers: YES (cached) +#15 19.02 Compiler for C supports arguments -Wno-self-assign: YES (cached) +#15 19.02 Compiler for C supports arguments -Wno-implicit-fallthrough: YES (cached) +#15 19.02 Compiler for C supports arguments -Werror=comment: YES (cached) +#15 19.02 Compiler for C supports arguments -Werror=missing-braces: YES (cached) +#15 19.02 Compiler for C supports arguments -Werror=override-init: YES (cached) +#15 19.02 Compiler for C supports arguments -Werror=enum-conversion: YES (cached) +#15 19.02 Compiler for C supports arguments -Werror=enum-compare: YES (cached) +#15 19.02 Compiler for C supports arguments -Werror=maybe-uninitialized: NO (cached) +#15 19.02 Compiler for C supports arguments -Wno-gnu-variable-sized-type-not-at-end: YES +#15 19.02 Program cbindgen found: YES 0.29.0 0.29.0 (/usr/sbin/cbindgen) +#15 19.02 Looking for a fallback subproject for the dependency paste because: +#15 19.02 Use of fallback dependencies is forced. +#15 19.02 Downloading paste source from https://crates.io/api/v1/crates/paste/1.0.14/download +#15 20.10 +#15 20.10 Executing subproject paste +#15 20.10 +#15 20.10 paste| Project name: paste +#15 20.10 paste| Project version: 1.0.14 +#15 20.10 paste| Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 20.10 paste| Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 20.10 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.10 paste| Build targets in project: 455 +#15 20.10 paste| WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 20.10 paste| * 1.3.0: {'rust.proc_macro'} +#15 20.10 paste| Subproject paste finished. +#15 20.10 +#15 20.10 Dependency paste from subproject subprojects/paste-1.0.14 found: YES 1.0.14 +#15 20.10 Dependency paste found: YES 1.0.14 (cached) +#15 20.10 Looking for a fallback subproject for the dependency rustc-hash because: +#15 20.10 Use of fallback dependencies is forced. +#15 20.10 Downloading rustc-hash source from https://crates.io/api/v1/crates/rustc-hash/2.1.1/download +#15 21.35 +#15 21.35 Executing subproject rustc-hash +#15 21.35 +#15 21.35 rustc-hash| Project name: rustc_hash +#15 21.35 rustc-hash| Project version: 2.1.1 +#15 21.35 rustc-hash| Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 21.35 rustc-hash| Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 21.35 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 21.35 rustc-hash| Build targets in project: 462 +#15 21.35 rustc-hash| WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 21.35 rustc-hash| * 1.3.0: {'rust_abi arg in static_library'} +#15 21.35 rustc-hash| Subproject rustc-hash finished. +#15 21.35 +#15 21.35 Dependency rustc-hash from subproject subprojects/rustc-hash-2.1.1 found: YES 2.1.1 +#15 21.35 Checking for type "std::pmr::monotonic_buffer_resource" : YES +#15 21.35 Compiler for C supports arguments -Wno-gnu-variable-sized-type-not-at-end: YES (cached) +#15 21.35 Compiler for C supports arguments -Wno-missing-prototypes: YES +#15 21.35 Configuring rusticl.icd using configuration +#15 21.35 Compiler for C supports link arguments -Wl,--default-symver: YES +#15 21.35 Configuring dri.sym using configuration +#15 21.35 Checking for function "mincore" : YES +#15 21.35 Configuring 50_mesa.json using configuration +#15 21.35 Configuring devenv_glvnd_egl.json using configuration +#15 21.35 Configuring dri.sym using configuration +#15 21.35 Program ln found: YES (/usr/sbin/ln) +#15 21.35 Program sphinx-build skipped: feature html-docs disabled +#15 21.35 Build targets in project: 595 +#15 21.35 +#15 21.35 mesa 25.2.4 +#15 21.35 +#15 21.35 Directories +#15 21.35 prefix : /usr +#15 21.35 libdir : lib +#15 21.35 includedir : include +#15 21.35 +#15 21.35 Common C and C++ arguments +#15 21.35 c_cpp_args : -mtls-dialect=gnu2 +#15 21.35 +#15 21.35 OpenGL +#15 21.35 OpenGL : YES +#15 21.35 ES1 : NO +#15 21.35 ES2 : YES +#15 21.35 GLVND : YES +#15 21.35 +#15 21.35 DRI +#15 21.35 Platform : drm +#15 21.35 Driver dir : /usr/lib/dri +#15 21.35 +#15 21.35 GLX +#15 21.35 Enabled : YES +#15 21.35 Provider : dri +#15 21.35 +#15 21.35 EGL +#15 21.35 Enabled : YES +#15 21.35 Drivers : builtin:egl_dri2 builtin:egl_dri3 +#15 21.35 Platforms : x11 wayland surfaceless drm xcb +#15 21.35 +#15 21.35 GBM +#15 21.35 Enabled : YES +#15 21.35 External libgbm : NO +#15 21.35 Backends path : /usr/lib/gbm +#15 21.35 +#15 21.35 Vulkan +#15 21.35 Drivers : amd intel intel_hasvk swrast virtio nouveau +#15 21.35 Platforms : x11 wayland surfaceless drm xcb +#15 21.35 ICD dir : share/vulkan/icd.d +#15 21.35 Layers : device-select intel-nullhw overlay +#15 21.35 Intel Ray tracing : YES +#15 21.35 +#15 21.35 Video +#15 21.35 Codecs : vc1dec h264dec h264enc h265dec h265enc av1dec av1enc +#15 21.35 vp9dec +#15 21.35 APIs : va vulkan +#15 21.35 +#15 21.35 LLVM +#15 21.35 Required : enabled +#15 21.35 Version : 20.1.8 +#15 21.35 +#15 21.35 Gallium +#15 21.35 Enabled : YES +#15 21.35 Drivers : r300 r600 radeonsi nouveau virgl svga softpipe +#15 21.35 llvmpipe i915 iris crocus zink +#15 21.35 Platforms : x11 wayland surfaceless drm xcb +#15 21.35 Frontends : mesa va rusticl +#15 21.35 HUD lm-sensors : NO +#15 21.35 +#15 21.35 Perfetto +#15 21.35 Enabled : NO +#15 21.35 +#15 21.35 Teflon (TensorFlow Lite delegate) +#15 21.35 Enabled : NO +#15 21.35 +#15 21.35 Subprojects +#15 21.35 paste : YES 2 warnings +#15 21.35 proc-macro2 : YES 2 warnings (from syn => quote) +#15 21.35 quote : YES 2 warnings (from syn) +#15 21.35 rustc-hash : YES 2 warnings +#15 21.35 syn : YES 2 warnings +#15 21.35 unicode-ident : YES 2 warnings (from syn) +#15 21.35 +#15 21.35 User defined options +#15 21.35 android-libbacktrace: disabled +#15 21.35 b_lto : false +#15 21.35 b_ndebug : true +#15 21.35 buildtype : plain +#15 21.35 egl : enabled +#15 21.35 force_fallback_for : syn,paste,rustc-hash +#15 21.35 gallium-drivers : r300,r600,radeonsi,nouveau,virgl,svga,softpipe,llvmpipe,i915,iris,crocus,zink +#15 21.35 gallium-extra-hud : true +#15 21.35 gallium-rusticl : true +#15 21.35 gallium-va : enabled +#15 21.35 gbm : enabled +#15 21.35 gles1 : disabled +#15 21.35 gles2 : enabled +#15 21.35 glvnd : enabled +#15 21.35 glx : dri +#15 21.35 legacy-x11 : dri2 +#15 21.35 libunwind : enabled +#15 21.35 llvm : enabled +#15 21.35 lmsensors : disabled +#15 21.35 microsoft-clc : disabled +#15 21.35 platforms : x11,wayland +#15 21.35 prefix : /usr +#15 21.35 split-debug : disabled +#15 21.35 sysconfdir : /etc +#15 21.35 tools : [] +#15 21.35 valgrind : disabled +#15 21.35 video-codecs : all +#15 21.35 vulkan-drivers : amd,intel,intel_hasvk,swrast,virtio,nouveau +#15 21.35 vulkan-layers : device-select,intel-nullhw,overlay +#15 21.35 wrap_mode : nofallback +#15 21.35 zstd : enabled +#15 21.35 +#15 21.35 Found ninja-1.12.1 at /usr/sbin/ninja +#15 21.35 Generating targets: 0%| | 0/595 eta ? Generating targets: 12%|█▏ | 72/595 eta 00:01 Generating targets: 25%|██▍ | 147/595 eta 00:00 Generating targets: 38%|███▊ | 225/595 eta 00:00 Generating targets: 49%|████▉ | 293/595 eta 00:00 Generating targets: 74%|███████▍ | 440/595 eta 00:00 Generating targets: 89%|████████▉ | 530/595 eta 00:00 Generating targets: 100%|█████████▉| 593/595 eta 00:00 Writing build.ninja: 0%| | 0/3645 eta ? Writing build.ninja: 32%|███▏ | 1184/3645 eta 00:00 Writing build.ninja: 65%|██████▍ | 2367/3645 eta 00:00 Writing build.ninja: 95%|█████████▌| 3473/3645 eta 00:00 Build started at 2025-10-11T10:54:10.062537 +#15 23.92 Main binary: /usr/bin/python +#15 23.92 Build Options: -Dandroid-libbacktrace=disabled -Dsplit-debug=disabled -Db_ndebug=true -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 23.92 Python system: Linux +#15 23.92 The Meson build system +#15 23.92 Version: 1.9.1 +#15 23.92 Source dir: /mesa +#15 23.92 Build dir: /mesa/_build +#15 23.92 Build type: native build +#15 23.92 DEPRECATION: Option "legacy-x11" is deprecated +#15 23.92 Project name: mesa +#15 23.92 Project version: 25.2.4 +#15 23.92 ----------- +#15 23.92 Detecting compiler via: `/usr/sbin/clang --version` -> 0 +#15 23.92 stdout: +#15 23.92 clang version 20.1.8 +#15 23.92 Target: x86_64-pc-linux-gnu +#15 23.92 Thread model: posix +#15 23.92 InstalledDir: /usr/bin +#15 23.92 ----------- +#15 23.92 Running command: -x c -E -dM - +#15 23.92 ----- +#15 23.92 ----------- +#15 23.92 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 23.92 stdout: +#15 23.92 GNU ld (GNU Binutils) 2.45.0 +#15 23.92 Copyright (C) 2025 Free Software Foundation, Inc. +#15 23.92 This program is free software; you may redistribute it under the terms of +#15 23.92 the GNU General Public License version 3 or (at your option) a later version. +#15 23.92 This program has absolutely no warranty. +#15 23.92 ----------- +#15 23.92 Sanity testing C compiler: /usr/sbin/clang +#15 23.92 Is cross compiler: False. +#15 23.92 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 23.92 Sanity check compile stdout: +#15 23.92 +#15 23.92 ----- +#15 23.92 Sanity check compile stderr: +#15 23.92 +#15 23.92 ----- +#15 23.92 Running test binary command: /mesa/_build/meson-private/sanitycheckc.exe +#15 23.92 ----------- +#15 23.92 Sanity check: `/mesa/_build/meson-private/sanitycheckc.exe` -> 0 +#15 23.92 C compiler for the host machine: /usr/sbin/clang (clang 20.1.8 "clang version 20.1.8") +#15 23.92 C linker for the host machine: /usr/sbin/clang ld.bfd 2.45.0 +#15 23.92 ----------- +#15 23.92 Detecting archiver via: `llvm-ar-20 --version` -> [Errno 2] No such file or directory: 'llvm-ar-20' +#15 23.92 ----------- +#15 23.92 Detecting archiver via: `llvm-ar --version` -> 0 +#15 23.92 stdout: +#15 23.92 LLVM (http://llvm.org/): +#15 23.92 LLVM version 20.1.8 +#15 23.92 Optimized build. +#15 23.92 ----------- +#15 23.92 ----------- +#15 23.92 Detecting compiler via: `/usr/sbin/clang++ --version` -> 0 +#15 23.92 stdout: +#15 23.92 clang version 20.1.8 +#15 23.92 Target: x86_64-pc-linux-gnu +#15 23.92 Thread model: posix +#15 23.92 InstalledDir: /usr/bin +#15 23.92 ----------- +#15 23.92 Running command: -x c++ -E -dM - +#15 23.92 ----- +#15 23.92 ----------- +#15 23.92 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 23.92 stdout: +#15 23.92 GNU ld (GNU Binutils) 2.45.0 +#15 23.92 Copyright (C) 2025 Free Software Foundation, Inc. +#15 23.92 This program is free software; you may redistribute it under the terms of +#15 23.92 the GNU General Public License version 3 or (at your option) a later version. +#15 23.92 This program has absolutely no warranty. +#15 23.92 ----------- +#15 23.92 Sanity testing C++ compiler: /usr/sbin/clang++ +#15 23.92 Is cross compiler: False. +#15 23.92 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 23.92 Sanity check compile stdout: +#15 23.92 +#15 23.92 ----- +#15 23.92 Sanity check compile stderr: +#15 23.92 +#15 23.92 ----- +#15 23.92 Running test binary command: /mesa/_build/meson-private/sanitycheckcpp.exe +#15 23.92 ----------- +#15 23.92 Sanity check: `/mesa/_build/meson-private/sanitycheckcpp.exe` -> 0 +#15 23.92 C++ compiler for the host machine: /usr/sbin/clang++ (clang 20.1.8 "clang version 20.1.8") +#15 23.92 C++ linker for the host machine: /usr/sbin/clang++ ld.bfd 2.45.0 +#15 23.92 ----------- +#15 23.92 Detecting compiler via: `/usr/sbin/clang --version` -> 0 +#15 23.92 stdout: +#15 23.92 clang version 20.1.8 +#15 23.92 Target: x86_64-pc-linux-gnu +#15 23.92 Thread model: posix +#15 23.92 InstalledDir: /usr/bin +#15 23.92 ----------- +#15 23.92 Running command: -x c -E -dM - +#15 23.92 ----- +#15 23.92 ----------- +#15 23.92 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 23.92 stdout: +#15 23.92 GNU ld (GNU Binutils) 2.45.0 +#15 23.92 Copyright (C) 2025 Free Software Foundation, Inc. +#15 23.92 This program is free software; you may redistribute it under the terms of +#15 23.92 the GNU General Public License version 3 or (at your option) a later version. +#15 23.92 This program has absolutely no warranty. +#15 23.92 ----------- +#15 23.92 Sanity testing C compiler: /usr/sbin/clang +#15 23.92 Is cross compiler: False. +#15 23.92 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 23.92 Sanity check compile stdout: +#15 23.92 +#15 23.92 ----- +#15 23.92 Sanity check compile stderr: +#15 23.92 +#15 23.92 ----- +#15 23.92 Running test binary command: /mesa/_build/meson-private/sanitycheckc.exe +#15 23.92 ----------- +#15 23.92 Sanity check: `/mesa/_build/meson-private/sanitycheckc.exe` -> 0 +#15 23.92 C compiler for the build machine: /usr/sbin/clang (clang 20.1.8 "clang version 20.1.8") +#15 23.92 C linker for the build machine: /usr/sbin/clang ld.bfd 2.45.0 +#15 23.92 ----------- +#15 23.92 Detecting archiver via: `llvm-ar-20 --version` -> [Errno 2] No such file or directory: 'llvm-ar-20' +#15 23.92 ----------- +#15 23.92 Detecting archiver via: `llvm-ar --version` -> 0 +#15 23.92 stdout: +#15 23.92 LLVM (http://llvm.org/): +#15 23.92 LLVM version 20.1.8 +#15 23.92 Optimized build. +#15 23.92 ----------- +#15 23.92 ----------- +#15 23.92 Detecting compiler via: `/usr/sbin/clang++ --version` -> 0 +#15 23.92 stdout: +#15 23.92 clang version 20.1.8 +#15 23.92 Target: x86_64-pc-linux-gnu +#15 23.92 Thread model: posix +#15 23.92 InstalledDir: /usr/bin +#15 23.92 ----------- +#15 23.92 Running command: -x c++ -E -dM - +#15 23.92 ----- +#15 23.92 ----------- +#15 23.92 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 23.92 stdout: +#15 23.92 GNU ld (GNU Binutils) 2.45.0 +#15 23.92 Copyright (C) 2025 Free Software Foundation, Inc. +#15 23.92 This program is free software; you may redistribute it under the terms of +#15 23.92 the GNU General Public License version 3 or (at your option) a later version. +#15 23.92 This program has absolutely no warranty. +#15 23.92 ----------- +#15 23.92 Sanity testing C++ compiler: /usr/sbin/clang++ +#15 23.92 Is cross compiler: False. +#15 23.92 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 23.92 Sanity check compile stdout: +#15 23.92 +#15 23.92 ----- +#15 23.92 Sanity check compile stderr: +#15 23.92 +#15 23.92 ----- +#15 23.92 Running test binary command: /mesa/_build/meson-private/sanitycheckcpp.exe +#15 23.92 ----------- +#15 23.92 Sanity check: `/mesa/_build/meson-private/sanitycheckcpp.exe` -> 0 +#15 23.92 C++ compiler for the build machine: /usr/sbin/clang++ (clang 20.1.8 "clang version 20.1.8") +#15 23.92 C++ linker for the build machine: /usr/sbin/clang++ ld.bfd 2.45.0 +#15 23.92 Build machine cpu family: x86_64 +#15 23.92 Build machine cpu: x86_64 +#15 23.92 Host machine cpu family: x86_64 +#15 23.92 Host machine cpu: x86_64 +#15 23.92 Target machine cpu family: x86_64 +#15 23.92 Target machine cpu: x86_64 +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpx9ycgxlw +#15 23.92 Code: +#15 23.92 +#15 23.92 #include +#15 23.92 #include +#15 23.92 int main(void) { +#15 23.92 printf("%ld\n", (long)(sizeof(void*))); +#15 23.92 return 0; +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpx9ycgxlw/testfile.c -o /mesa/_build/meson-private/tmpx9ycgxlw/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 23.92 Program stdout: +#15 23.92 +#15 23.92 8 +#15 23.92 +#15 23.92 Program stderr: +#15 23.92 +#15 23.92 +#15 23.92 Checking for size of "void*" : 8 +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpzy2khx_7 +#15 23.92 Code: +#15 23.92 int __thread x; int main() { return x; } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpzy2khx_7/testfile.c -o /mesa/_build/meson-private/tmpzy2khx_7/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 23.92 Program stdout: +#15 23.92 +#15 23.92 +#15 23.92 Program stderr: +#15 23.92 +#15 23.92 +#15 23.92 Checking if "-mtls-dialect=gnu2" runs: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpa28i2w5c +#15 23.92 Code: +#15 23.92 int __thread x; int y; int main() { __asm__( +#15 23.92 "leaq x@TLSDESC(%rip), %rax\n" +#15 23.92 "movq y@GOTPCREL(%rip), %rdx\n" +#15 23.92 "call *x@TLSCALL(%rax)\n"); } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpa28i2w5c/testfile.c -o /mesa/_build/meson-private/tmpa28i2w5c/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 23.92 Checking if "split TLSDESC" links: YES +#15 23.92 Pkg-config binary missing from cross or native file, or env var undefined. +#15 23.92 Trying a default Pkg-config fallback at pkg-config +#15 23.92 Found pkg-config: YES (/usr/sbin/pkg-config) 2.5.1 +#15 23.92 Determining dependency 'libglvnd' with pkg-config executable '/usr/sbin/pkg-config' +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --modversion libglvnd` -> 0 +#15 23.92 stdout: +#15 23.92 1.7.0 +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --cflags libglvnd` -> 0 +#15 23.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs libglvnd` -> 0 +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs libglvnd` -> 0 +#15 23.92 Run-time dependency libglvnd found: YES 1.7.0 +#15 23.92 Determining dependency 'vdpau' with pkg-config executable '/usr/sbin/pkg-config' +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --modversion vdpau` -> 1 +#15 23.92 stderr: +#15 23.92 Package vdpau was not found in the pkg-config search path. +#15 23.92 Perhaps you should add the directory containing `vdpau.pc' +#15 23.92 to the PKG_CONFIG_PATH environment variable +#15 23.92 Package 'vdpau' not found +#15 23.92 ----------- +#15 23.92 CMake binary for host machine is not cached +#15 23.92 CMake binary missing from cross or native file, or env var undefined. +#15 23.92 Trying a default CMake fallback at cmake +#15 23.92 Found CMake: /usr/sbin/cmake (4.1.2) +#15 23.92 Extracting basic cmake information +#15 23.92 CMake Toolchain: Calling CMake once to generate the compiler state +#15 23.92 Calling CMake (['/usr/sbin/cmake']) in /mesa/_build/meson-private/__CMake_compiler_info__ with: +#15 23.92 - "--trace-expand" +#15 23.92 - "--trace-format=json-v1" +#15 23.92 - "--no-warn-unused-cli" +#15 23.92 - "--trace-redirect=cmake_trace.txt" +#15 23.92 - "-G" +#15 23.92 - "Ninja" +#15 23.92 - "-DCMAKE_TOOLCHAIN_FILE=/mesa/_build/meson-private/__CMake_compiler_info__/CMakeMesonTempToolchainFile.cmake" +#15 23.92 - "." +#15 23.92 CMake trace warning: add_executable() non imported executables are not supported +#15 23.92 CMake TRACE: /mesa/_build/meson-private/__CMake_compiler_info__/CMakeFiles/CMakeScratch/TryCompile-UAwgA3/CMakeLists.txt:22 add_executable(['cmTC_36c6a']) +#15 23.92 CMake trace warning: target_link_libraries() TARGET cmTC_36c6a not found +#15 23.92 CMake TRACE: /mesa/_build/meson-private/__CMake_compiler_info__/CMakeFiles/CMakeScratch/TryCompile-UAwgA3/CMakeLists.txt:28 target_link_libraries(['cmTC_36c6a', '']) +#15 23.92 CMake trace warning: add_executable() non imported executables are not supported +#15 23.92 CMake TRACE: /mesa/_build/meson-private/__CMake_compiler_info__/CMakeFiles/CMakeScratch/TryCompile-CexQfU/CMakeLists.txt:22 add_executable(['cmTC_8b82f']) +#15 23.92 CMake trace warning: target_link_libraries() TARGET cmTC_8b82f not found +#15 23.92 CMake TRACE: /mesa/_build/meson-private/__CMake_compiler_info__/CMakeFiles/CMakeScratch/TryCompile-CexQfU/CMakeLists.txt:28 target_link_libraries(['cmTC_8b82f', '']) +#15 23.92 Try CMake generator: auto +#15 23.92 Calling CMake (['/usr/sbin/cmake']) in /mesa/_build/meson-private/cmake_vdpau with: +#15 23.92 - "--trace-expand" +#15 23.92 - "--trace-format=json-v1" +#15 23.92 - "--no-warn-unused-cli" +#15 23.92 - "--trace-redirect=cmake_trace.txt" +#15 23.92 - "-DCMAKE_TOOLCHAIN_FILE=/mesa/_build/meson-private/cmake_vdpau/CMakeMesonToolchainFile.cmake" +#15 23.92 - "." +#15 23.92 -- Module search paths: ['/', '/opt', '/usr', '/usr/local'] +#15 23.92 -- CMake root: /usr/share/cmake +#15 23.92 -- CMake architectures: [] +#15 23.92 -- CMake lib search paths: ['lib', 'lib32', 'lib64', 'libx32', 'share', ''] +#15 23.92 Preliminary CMake check failed. Aborting. +#15 23.92 Run-time dependency vdpau found: NO (tried pkgconfig and cmake) +#15 23.92 Program glslangValidator found: YES (/usr/sbin/glslangValidator) +#15 23.92 Running command: /usr/sbin/glslangValidator --version +#15 23.92 --- stdout --- +#15 23.92 Glslang Version: 11:16.0.0 +#15 23.92 ESSL Version: OpenGL ES GLSL 3.20 glslang Khronos. 16.0.0 +#15 23.92 GLSL Version: 4.60 glslang Khronos. 16.0.0 +#15 23.92 SPIR-V Version 0x00010600, Revision 1 +#15 23.92 GLSL.std.450 Version 100, Revision 1 +#15 23.92 Khronos Tool ID 8 +#15 23.92 SPIR-V Generator Version 11 +#15 23.92 GL_KHR_vulkan_glsl version 100 +#15 23.92 ARB_GL_gl_spirv version 100 +#15 23.92 +#15 23.92 --- stderr --- +#15 23.92 +#15 23.92 +#15 23.92 Running command: /usr/sbin/glslangValidator --quiet --version +#15 23.92 --- stdout --- +#15 23.92 Glslang Version: 11:16.0.0 +#15 23.92 ESSL Version: OpenGL ES GLSL 3.20 glslang Khronos. 16.0.0 +#15 23.92 GLSL Version: 4.60 glslang Khronos. 16.0.0 +#15 23.92 SPIR-V Version 0x00010600, Revision 1 +#15 23.92 GLSL.std.450 Version 100, Revision 1 +#15 23.92 Khronos Tool ID 8 +#15 23.92 SPIR-V Generator Version 11 +#15 23.92 GL_KHR_vulkan_glsl version 100 +#15 23.92 ARB_GL_gl_spirv version 100 +#15 23.92 +#15 23.92 --- stderr --- +#15 23.92 +#15 23.92 +#15 23.92 Determining dependency 'libva' with pkg-config executable '/usr/sbin/pkg-config' +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --modversion libva` -> 0 +#15 23.92 stdout: +#15 23.92 1.22.0 +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --cflags libva` -> 0 +#15 23.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs libva` -> 0 +#15 23.92 stdout: +#15 23.92 -L/usr/lib -lva +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs libva` -> 0 +#15 23.92 stdout: +#15 23.92 -lva +#15 23.92 ----------- +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpvb2eraq8 +#15 23.92 Code: +#15 23.92 +#15 23.92 #include +#15 23.92 #include +#15 23.92 int main(void) { +#15 23.92 printf("%ld\n", (long)(sizeof(void *))); +#15 23.92 return 0; +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang++ -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpvb2eraq8/testfile.cpp -o /mesa/_build/meson-private/tmpvb2eraq8/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 23.92 Program stdout: +#15 23.92 +#15 23.92 8 +#15 23.92 +#15 23.92 Program stderr: +#15 23.92 +#15 23.92 +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpwig5l326 +#15 23.92 Code: +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpwig5l326/testfile.cpp -o /mesa/_build/meson-private/tmpwig5l326/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 23.92 stdout: +#15 23.92 programs: =/usr/bin:/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../x86_64-pc-linux-gnu/bin +#15 23.92 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 23.92 ----------- +#15 23.92 Run-time dependency libva found: YES 1.22.0 +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp975tzqf2 +#15 23.92 Code: +#15 23.92 +#15 23.92 #include +#15 23.92 int main(void) { +#15 23.92 /* If it's not defined as a macro, try to use as a symbol */ +#15 23.92 #ifndef VASurfaceAttribDRMFormatModifiers +#15 23.92 VASurfaceAttribDRMFormatModifiers; +#15 23.92 #endif +#15 23.92 return 0; +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp975tzqf2/testfile.c -o /mesa/_build/meson-private/tmp975tzqf2/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 23.92 stderr: +#15 23.92 /mesa/_build/meson-private/tmp975tzqf2/testfile.c:6:17: warning: expression result unused [-Wunused-value] +#15 23.92 6 | VASurfaceAttribDRMFormatModifiers; +#15 23.92 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +#15 23.92 1 warning generated. +#15 23.92 ----------- +#15 23.92 Header "va/va.h" has symbol "VASurfaceAttribDRMFormatModifiers" with dependency libva: YES +#15 23.92 meson.build:768: WARNING: add_languages is missing native:, assuming languages are wanted for both host and build. +#15 23.92 ----------- +#15 23.92 Detecting compiler via: `/usr/sbin/clang --version` -> 0 +#15 23.92 stdout: +#15 23.92 clang version 20.1.8 +#15 23.92 Target: x86_64-pc-linux-gnu +#15 23.92 Thread model: posix +#15 23.92 InstalledDir: /usr/bin +#15 23.92 ----------- +#15 23.92 Running command: -x c -E -dM - +#15 23.92 ----- +#15 23.92 ----------- +#15 23.92 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 23.92 stdout: +#15 23.92 GNU ld (GNU Binutils) 2.45.0 +#15 23.92 Copyright (C) 2025 Free Software Foundation, Inc. +#15 23.92 This program is free software; you may redistribute it under the terms of +#15 23.92 the GNU General Public License version 3 or (at your option) a later version. +#15 23.92 This program has absolutely no warranty. +#15 23.92 ----------- +#15 23.92 ----------- +#15 23.92 Detecting compiler via: `rustc --version` -> 0 +#15 23.92 stdout: +#15 23.92 rustc 1.90.0 (1159e78c4 2025-09-14) (Arch Linux rust 1:1.90.0-3) +#15 23.92 ----------- +#15 23.92 ----------- +#15 23.92 Called: `rustc -C linker=/usr/sbin/clang -o /mesa/_build/meson-private/rusttest.exe /mesa/_build/meson-private/sanity.rs` -> 0 +#15 23.92 ----------- +#15 23.92 Called: `rustc -C linker=/usr/sbin/clang --crate-type staticlib --print native-static-libs /mesa/_build/meson-private/sanity.rs` -> 0 +#15 23.92 stderr: +#15 23.92 warning: function `main` is never used +#15 23.92 --> /mesa/_build/meson-private/sanity.rs:1:4 +#15 23.92 | +#15 23.92 1 | fn main() { +#15 23.92 | ^^^^ +#15 23.92 | +#15 23.92 = note: `#[warn(dead_code)]` on by default +#15 23.92 +#15 23.92 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 23.92 +#15 23.92 note: native-static-libs: -lgcc_s -lutil -lrt -lpthread -lm -ldl -lc +#15 23.92 +#15 23.92 warning: 1 warning emitted +#15 23.92 ----------- +#15 23.92 Running test binary command: /mesa/_build/meson-private/rusttest.exe +#15 23.92 ----------- +#15 23.92 Sanity check: `/mesa/_build/meson-private/rusttest.exe` -> 0 +#15 23.92 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 23.92 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 23.92 ----------- +#15 23.92 Detecting compiler via: `/usr/sbin/clang --version` -> 0 +#15 23.92 stdout: +#15 23.92 clang version 20.1.8 +#15 23.92 Target: x86_64-pc-linux-gnu +#15 23.92 Thread model: posix +#15 23.92 InstalledDir: /usr/bin +#15 23.92 ----------- +#15 23.92 Running command: -x c -E -dM - +#15 23.92 ----- +#15 23.92 ----------- +#15 23.92 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 23.92 stdout: +#15 23.92 GNU ld (GNU Binutils) 2.45.0 +#15 23.92 Copyright (C) 2025 Free Software Foundation, Inc. +#15 23.92 This program is free software; you may redistribute it under the terms of +#15 23.92 the GNU General Public License version 3 or (at your option) a later version. +#15 23.92 This program has absolutely no warranty. +#15 23.92 ----------- +#15 23.92 ----------- +#15 23.92 Detecting compiler via: `rustc --version` -> 0 +#15 23.92 stdout: +#15 23.92 rustc 1.90.0 (1159e78c4 2025-09-14) (Arch Linux rust 1:1.90.0-3) +#15 23.92 ----------- +#15 23.92 ----------- +#15 23.92 Called: `rustc -C linker=/usr/sbin/clang -o /mesa/_build/meson-private/rusttest.exe /mesa/_build/meson-private/sanity.rs` -> 0 +#15 23.92 ----------- +#15 23.92 Called: `rustc -C linker=/usr/sbin/clang --crate-type staticlib --print native-static-libs /mesa/_build/meson-private/sanity.rs` -> 0 +#15 23.92 stderr: +#15 23.92 warning: function `main` is never used +#15 23.92 --> /mesa/_build/meson-private/sanity.rs:1:4 +#15 23.92 | +#15 23.92 1 | fn main() { +#15 23.92 | ^^^^ +#15 23.92 | +#15 23.92 = note: `#[warn(dead_code)]` on by default +#15 23.92 +#15 23.92 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 23.92 +#15 23.92 note: native-static-libs: -lgcc_s -lutil -lrt -lpthread -lm -ldl -lc +#15 23.92 +#15 23.92 warning: 1 warning emitted +#15 23.92 ----------- +#15 23.92 Running test binary command: /mesa/_build/meson-private/rusttest.exe +#15 23.92 ----------- +#15 23.92 Sanity check: `/mesa/_build/meson-private/rusttest.exe` -> 0 +#15 23.92 Rust compiler for the build machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 23.92 Rust linker for the build machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 23.92 Program bindgen found: YES (/usr/sbin/bindgen) +#15 23.92 Running command: /usr/sbin/bindgen --version +#15 23.92 --- stdout --- +#15 23.92 bindgen 0.72.0 +#15 23.92 +#15 23.92 --- stderr --- +#15 23.92 +#15 23.92 +#15 23.92 Determining dependency 'libclc' with pkg-config executable '/usr/sbin/pkg-config' +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --modversion libclc` -> 0 +#15 23.92 stdout: +#15 23.92 0.2.0 +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --cflags libclc` -> 0 +#15 23.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs libclc` -> 0 +#15 23.92 stdout: +#15 23.92 -L/usr/share/clc +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs libclc` -> 0 +#15 23.92 stdout: +#15 23.92 -L/usr/share/clc +#15 23.92 ----------- +#15 23.92 Run-time dependency libclc found: YES 0.2.0 +#15 23.92 Running command: /usr/sbin/python3 --version +#15 23.92 --- stdout --- +#15 23.92 Python 3.13.7 +#15 23.92 +#15 23.92 --- stderr --- +#15 23.92 +#15 23.92 +#15 23.92 Program python3 found: YES 3.13.7 3.13.7 (/usr/sbin/python3) +#15 23.92 Running command: /usr/sbin/python3 -c ' +#15 23.92 try: +#15 23.92 from packaging.version import Version +#15 23.92 except: +#15 23.92 from distutils.version import StrictVersion as Version +#15 23.92 import mako +#15 23.92 assert Version(mako.__version__) >= Version("0.8.0") +#15 23.92 ' +#15 23.92 --- stdout --- +#15 23.92 +#15 23.92 --- stderr --- +#15 23.92 +#15 23.92 +#15 23.92 Running command: /usr/sbin/python3 -c ' +#15 23.92 import yaml +#15 23.92 ' +#15 23.92 --- stdout --- +#15 23.92 +#15 23.92 --- stderr --- +#15 23.92 +#15 23.92 +#15 23.92 Running compile: +#15 23.92 Working directory: /tmp/tmpyfgvephy +#15 23.92 Code: +#15 23.92 +#15 23.92 #include +#15 23.92 #ifndef ETIME +#15 23.92 # define ETIME "MESON_GET_DEFINE_UNDEFINED_SENTINEL" +#15 23.92 #endif +#15 23.92 "MESON_GET_DEFINE_DELIMITER_START" +#15 23.92 ETIME +#15 23.92 "MESON_GET_DEFINE_DELIMITER_END" +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /tmp/tmpyfgvephy/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 23.92 stdout: +#15 23.92 extern int *__errno_location (void) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); +#15 23.92 "MESON_GET_DEFINE_DELIMITER_START" +#15 23.92 62 +#15 23.92 "MESON_GET_DEFINE_DELIMITER_END" +#15 23.92 ----------- +#15 23.92 Fetching value of define "ETIME" : 62 +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpsw6trcga +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpsw6trcga/testfile.c -o /mesa/_build/meson-private/tmpsw6trcga/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 23.92 Compiler for C supports arguments -gsplit-dwarf: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpqbvzc586 +#15 23.92 Code: +#15 23.92 int main(void) { return 0; } +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpqbvzc586/testfile.c -o /mesa/_build/meson-private/tmpqbvzc586/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 23.92 stderr: +#15 23.92 /usr/bin/ld: unrecognized option '--gdb-index' +#15 23.92 /usr/bin/ld: use the --help option for usage information +#15 23.92 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 23.92 ----------- +#15 23.92 Compiler for C supports link arguments -Wl,--gdb-index: NO +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpnif32jgk +#15 23.92 Code: +#15 23.92 +#15 23.92 #define bswap32 meson_disable_define_of_bswap32 +#15 23.92 +#15 23.92 #include +#15 23.92 #undef bswap32 +#15 23.92 +#15 23.92 #ifdef __cplusplus +#15 23.92 extern "C" +#15 23.92 #endif +#15 23.92 char bswap32 (void); +#15 23.92 +#15 23.92 #if defined __stub_bswap32 || defined __stub___bswap32 +#15 23.92 fail fail fail this function is not going to work +#15 23.92 #endif +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 return bswap32 (); +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpnif32jgk/testfile.c -o /mesa/_build/meson-private/tmpnif32jgk/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 23.92 stderr: +#15 23.92 /usr/bin/ld: /tmp/testfile-665af0.o: in function `main': +#15 23.92 /mesa/_build/meson-private/tmpnif32jgk/testfile.c:17:(.text+0x5d): undefined reference to `bswap32' +#15 23.92 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 23.92 ----------- +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpfi5vfbxy +#15 23.92 Code: +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 +#15 23.92 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 23.92 * provides various builtins which are not really implemented and +#15 23.92 * fall back to the stdlib where they aren't provided and fail at +#15 23.92 * build/link time. In case the user provides a header, including +#15 23.92 * the header didn't lead to the function being defined, and the +#15 23.92 * function we are checking isn't a builtin itself we assume the +#15 23.92 * builtin is not functional and we just error out. */ +#15 23.92 #if !1 && !defined(bswap32) && !0 +#15 23.92 #error "No definition for __builtin_bswap32 found in the prefix" +#15 23.92 #endif +#15 23.92 +#15 23.92 #ifdef __has_builtin +#15 23.92 #if !__has_builtin(__builtin_bswap32) +#15 23.92 #error "__builtin_bswap32 not found" +#15 23.92 #endif +#15 23.92 #elif ! defined(bswap32) +#15 23.92 __builtin_bswap32; +#15 23.92 #endif +#15 23.92 return 0; +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpfi5vfbxy/testfile.c -o /mesa/_build/meson-private/tmpfi5vfbxy/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 23.92 Checking for function "bswap32" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp0obms55x +#15 23.92 Code: +#15 23.92 +#15 23.92 #define bswap64 meson_disable_define_of_bswap64 +#15 23.92 +#15 23.92 #include +#15 23.92 #undef bswap64 +#15 23.92 +#15 23.92 #ifdef __cplusplus +#15 23.92 extern "C" +#15 23.92 #endif +#15 23.92 char bswap64 (void); +#15 23.92 +#15 23.92 #if defined __stub_bswap64 || defined __stub___bswap64 +#15 23.92 fail fail fail this function is not going to work +#15 23.92 #endif +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 return bswap64 (); +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp0obms55x/testfile.c -o /mesa/_build/meson-private/tmp0obms55x/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 23.92 stderr: +#15 23.92 /usr/bin/ld: /tmp/testfile-e9a94e.o: in function `main': +#15 23.92 /mesa/_build/meson-private/tmp0obms55x/testfile.c:17:(.text+0x5d): undefined reference to `bswap64' +#15 23.92 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 23.92 ----------- +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp7q93t3qr +#15 23.92 Code: +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 +#15 23.92 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 23.92 * provides various builtins which are not really implemented and +#15 23.92 * fall back to the stdlib where they aren't provided and fail at +#15 23.92 * build/link time. In case the user provides a header, including +#15 23.92 * the header didn't lead to the function being defined, and the +#15 23.92 * function we are checking isn't a builtin itself we assume the +#15 23.92 * builtin is not functional and we just error out. */ +#15 23.92 #if !1 && !defined(bswap64) && !0 +#15 23.92 #error "No definition for __builtin_bswap64 found in the prefix" +#15 23.92 #endif +#15 23.92 +#15 23.92 #ifdef __has_builtin +#15 23.92 #if !__has_builtin(__builtin_bswap64) +#15 23.92 #error "__builtin_bswap64 not found" +#15 23.92 #endif +#15 23.92 #elif ! defined(bswap64) +#15 23.92 __builtin_bswap64; +#15 23.92 #endif +#15 23.92 return 0; +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp7q93t3qr/testfile.c -o /mesa/_build/meson-private/tmp7q93t3qr/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 23.92 Checking for function "bswap64" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpme9p1bpl +#15 23.92 Code: +#15 23.92 +#15 23.92 #define clz meson_disable_define_of_clz +#15 23.92 +#15 23.92 #include +#15 23.92 #undef clz +#15 23.92 +#15 23.92 #ifdef __cplusplus +#15 23.92 extern "C" +#15 23.92 #endif +#15 23.92 char clz (void); +#15 23.92 +#15 23.92 #if defined __stub_clz || defined __stub___clz +#15 23.92 fail fail fail this function is not going to work +#15 23.92 #endif +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 return clz (); +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpme9p1bpl/testfile.c -o /mesa/_build/meson-private/tmpme9p1bpl/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 23.92 stderr: +#15 23.92 /usr/bin/ld: /tmp/testfile-5c1491.o: in function `main': +#15 23.92 /mesa/_build/meson-private/tmpme9p1bpl/testfile.c:17:(.text+0x5d): undefined reference to `clz' +#15 23.92 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 23.92 ----------- +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpwlb132of +#15 23.92 Code: +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 +#15 23.92 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 23.92 * provides various builtins which are not really implemented and +#15 23.92 * fall back to the stdlib where they aren't provided and fail at +#15 23.92 * build/link time. In case the user provides a header, including +#15 23.92 * the header didn't lead to the function being defined, and the +#15 23.92 * function we are checking isn't a builtin itself we assume the +#15 23.92 * builtin is not functional and we just error out. */ +#15 23.92 #if !1 && !defined(clz) && !0 +#15 23.92 #error "No definition for __builtin_clz found in the prefix" +#15 23.92 #endif +#15 23.92 +#15 23.92 #ifdef __has_builtin +#15 23.92 #if !__has_builtin(__builtin_clz) +#15 23.92 #error "__builtin_clz not found" +#15 23.92 #endif +#15 23.92 #elif ! defined(clz) +#15 23.92 __builtin_clz; +#15 23.92 #endif +#15 23.92 return 0; +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpwlb132of/testfile.c -o /mesa/_build/meson-private/tmpwlb132of/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 23.92 Checking for function "clz" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpj10610qh +#15 23.92 Code: +#15 23.92 +#15 23.92 #define clzll meson_disable_define_of_clzll +#15 23.92 +#15 23.92 #include +#15 23.92 #undef clzll +#15 23.92 +#15 23.92 #ifdef __cplusplus +#15 23.92 extern "C" +#15 23.92 #endif +#15 23.92 char clzll (void); +#15 23.92 +#15 23.92 #if defined __stub_clzll || defined __stub___clzll +#15 23.92 fail fail fail this function is not going to work +#15 23.92 #endif +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 return clzll (); +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpj10610qh/testfile.c -o /mesa/_build/meson-private/tmpj10610qh/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 23.92 stderr: +#15 23.92 /usr/bin/ld: /tmp/testfile-65dd80.o: in function `main': +#15 23.92 /mesa/_build/meson-private/tmpj10610qh/testfile.c:17:(.text+0x5d): undefined reference to `clzll' +#15 23.92 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 23.92 ----------- +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpc_y97jxo +#15 23.92 Code: +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 +#15 23.92 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 23.92 * provides various builtins which are not really implemented and +#15 23.92 * fall back to the stdlib where they aren't provided and fail at +#15 23.92 * build/link time. In case the user provides a header, including +#15 23.92 * the header didn't lead to the function being defined, and the +#15 23.92 * function we are checking isn't a builtin itself we assume the +#15 23.92 * builtin is not functional and we just error out. */ +#15 23.92 #if !1 && !defined(clzll) && !0 +#15 23.92 #error "No definition for __builtin_clzll found in the prefix" +#15 23.92 #endif +#15 23.92 +#15 23.92 #ifdef __has_builtin +#15 23.92 #if !__has_builtin(__builtin_clzll) +#15 23.92 #error "__builtin_clzll not found" +#15 23.92 #endif +#15 23.92 #elif ! defined(clzll) +#15 23.92 __builtin_clzll; +#15 23.92 #endif +#15 23.92 return 0; +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpc_y97jxo/testfile.c -o /mesa/_build/meson-private/tmpc_y97jxo/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 23.92 Checking for function "clzll" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpwvz234wr +#15 23.92 Code: +#15 23.92 +#15 23.92 #define ctz meson_disable_define_of_ctz +#15 23.92 +#15 23.92 #include +#15 23.92 #undef ctz +#15 23.92 +#15 23.92 #ifdef __cplusplus +#15 23.92 extern "C" +#15 23.92 #endif +#15 23.92 char ctz (void); +#15 23.92 +#15 23.92 #if defined __stub_ctz || defined __stub___ctz +#15 23.92 fail fail fail this function is not going to work +#15 23.92 #endif +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 return ctz (); +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpwvz234wr/testfile.c -o /mesa/_build/meson-private/tmpwvz234wr/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 23.92 stderr: +#15 23.92 /usr/bin/ld: /tmp/testfile-d94f3e.o: in function `main': +#15 23.92 /mesa/_build/meson-private/tmpwvz234wr/testfile.c:17:(.text+0x5d): undefined reference to `ctz' +#15 23.92 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 23.92 ----------- +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpbciepc7d +#15 23.92 Code: +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 +#15 23.92 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 23.92 * provides various builtins which are not really implemented and +#15 23.92 * fall back to the stdlib where they aren't provided and fail at +#15 23.92 * build/link time. In case the user provides a header, including +#15 23.92 * the header didn't lead to the function being defined, and the +#15 23.92 * function we are checking isn't a builtin itself we assume the +#15 23.92 * builtin is not functional and we just error out. */ +#15 23.92 #if !1 && !defined(ctz) && !0 +#15 23.92 #error "No definition for __builtin_ctz found in the prefix" +#15 23.92 #endif +#15 23.92 +#15 23.92 #ifdef __has_builtin +#15 23.92 #if !__has_builtin(__builtin_ctz) +#15 23.92 #error "__builtin_ctz not found" +#15 23.92 #endif +#15 23.92 #elif ! defined(ctz) +#15 23.92 __builtin_ctz; +#15 23.92 #endif +#15 23.92 return 0; +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpbciepc7d/testfile.c -o /mesa/_build/meson-private/tmpbciepc7d/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 23.92 Checking for function "ctz" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpc77hmjxc +#15 23.92 Code: +#15 23.92 +#15 23.92 #define expect meson_disable_define_of_expect +#15 23.92 +#15 23.92 #include +#15 23.92 #undef expect +#15 23.92 +#15 23.92 #ifdef __cplusplus +#15 23.92 extern "C" +#15 23.92 #endif +#15 23.92 char expect (void); +#15 23.92 +#15 23.92 #if defined __stub_expect || defined __stub___expect +#15 23.92 fail fail fail this function is not going to work +#15 23.92 #endif +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 return expect (); +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpc77hmjxc/testfile.c -o /mesa/_build/meson-private/tmpc77hmjxc/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 23.92 stderr: +#15 23.92 /usr/bin/ld: /tmp/testfile-79faa6.o: in function `main': +#15 23.92 /mesa/_build/meson-private/tmpc77hmjxc/testfile.c:17:(.text+0x5d): undefined reference to `expect' +#15 23.92 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 23.92 ----------- +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpe0t5vca_ +#15 23.92 Code: +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 +#15 23.92 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 23.92 * provides various builtins which are not really implemented and +#15 23.92 * fall back to the stdlib where they aren't provided and fail at +#15 23.92 * build/link time. In case the user provides a header, including +#15 23.92 * the header didn't lead to the function being defined, and the +#15 23.92 * function we are checking isn't a builtin itself we assume the +#15 23.92 * builtin is not functional and we just error out. */ +#15 23.92 #if !1 && !defined(expect) && !0 +#15 23.92 #error "No definition for __builtin_expect found in the prefix" +#15 23.92 #endif +#15 23.92 +#15 23.92 #ifdef __has_builtin +#15 23.92 #if !__has_builtin(__builtin_expect) +#15 23.92 #error "__builtin_expect not found" +#15 23.92 #endif +#15 23.92 #elif ! defined(expect) +#15 23.92 __builtin_expect; +#15 23.92 #endif +#15 23.92 return 0; +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpe0t5vca_/testfile.c -o /mesa/_build/meson-private/tmpe0t5vca_/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 23.92 Checking for function "expect" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpn29kdq49 +#15 23.92 Code: +#15 23.92 +#15 23.92 #define ffs meson_disable_define_of_ffs +#15 23.92 +#15 23.92 #include +#15 23.92 #undef ffs +#15 23.92 +#15 23.92 #ifdef __cplusplus +#15 23.92 extern "C" +#15 23.92 #endif +#15 23.92 char ffs (void); +#15 23.92 +#15 23.92 #if defined __stub_ffs || defined __stub___ffs +#15 23.92 fail fail fail this function is not going to work +#15 23.92 #endif +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 return ffs (); +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpn29kdq49/testfile.c -o /mesa/_build/meson-private/tmpn29kdq49/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 23.92 Checking for function "ffs" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmprx7_629q +#15 23.92 Code: +#15 23.92 +#15 23.92 #define ffsll meson_disable_define_of_ffsll +#15 23.92 +#15 23.92 #include +#15 23.92 #undef ffsll +#15 23.92 +#15 23.92 #ifdef __cplusplus +#15 23.92 extern "C" +#15 23.92 #endif +#15 23.92 char ffsll (void); +#15 23.92 +#15 23.92 #if defined __stub_ffsll || defined __stub___ffsll +#15 23.92 fail fail fail this function is not going to work +#15 23.92 #endif +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 return ffsll (); +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmprx7_629q/testfile.c -o /mesa/_build/meson-private/tmprx7_629q/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 23.92 Checking for function "ffsll" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmps2x6tbe5 +#15 23.92 Code: +#15 23.92 +#15 23.92 #define popcount meson_disable_define_of_popcount +#15 23.92 +#15 23.92 #include +#15 23.92 #undef popcount +#15 23.92 +#15 23.92 #ifdef __cplusplus +#15 23.92 extern "C" +#15 23.92 #endif +#15 23.92 char popcount (void); +#15 23.92 +#15 23.92 #if defined __stub_popcount || defined __stub___popcount +#15 23.92 fail fail fail this function is not going to work +#15 23.92 #endif +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 return popcount (); +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmps2x6tbe5/testfile.c -o /mesa/_build/meson-private/tmps2x6tbe5/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 23.92 stderr: +#15 23.92 /usr/bin/ld: /tmp/testfile-f22c76.o: in function `main': +#15 23.92 /mesa/_build/meson-private/tmps2x6tbe5/testfile.c:17:(.text+0x5d): undefined reference to `popcount' +#15 23.92 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 23.92 ----------- +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpxs_5ltu_ +#15 23.92 Code: +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 +#15 23.92 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 23.92 * provides various builtins which are not really implemented and +#15 23.92 * fall back to the stdlib where they aren't provided and fail at +#15 23.92 * build/link time. In case the user provides a header, including +#15 23.92 * the header didn't lead to the function being defined, and the +#15 23.92 * function we are checking isn't a builtin itself we assume the +#15 23.92 * builtin is not functional and we just error out. */ +#15 23.92 #if !1 && !defined(popcount) && !0 +#15 23.92 #error "No definition for __builtin_popcount found in the prefix" +#15 23.92 #endif +#15 23.92 +#15 23.92 #ifdef __has_builtin +#15 23.92 #if !__has_builtin(__builtin_popcount) +#15 23.92 #error "__builtin_popcount not found" +#15 23.92 #endif +#15 23.92 #elif ! defined(popcount) +#15 23.92 __builtin_popcount; +#15 23.92 #endif +#15 23.92 return 0; +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpxs_5ltu_/testfile.c -o /mesa/_build/meson-private/tmpxs_5ltu_/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 23.92 Checking for function "popcount" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmplmgzhtwc +#15 23.92 Code: +#15 23.92 +#15 23.92 #define popcountll meson_disable_define_of_popcountll +#15 23.92 +#15 23.92 #include +#15 23.92 #undef popcountll +#15 23.92 +#15 23.92 #ifdef __cplusplus +#15 23.92 extern "C" +#15 23.92 #endif +#15 23.92 char popcountll (void); +#15 23.92 +#15 23.92 #if defined __stub_popcountll || defined __stub___popcountll +#15 23.92 fail fail fail this function is not going to work +#15 23.92 #endif +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 return popcountll (); +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmplmgzhtwc/testfile.c -o /mesa/_build/meson-private/tmplmgzhtwc/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 23.92 stderr: +#15 23.92 /usr/bin/ld: /tmp/testfile-67d316.o: in function `main': +#15 23.92 /mesa/_build/meson-private/tmplmgzhtwc/testfile.c:17:(.text+0x5d): undefined reference to `popcountll' +#15 23.92 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 23.92 ----------- +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpjitzf5vs +#15 23.92 Code: +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 +#15 23.92 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 23.92 * provides various builtins which are not really implemented and +#15 23.92 * fall back to the stdlib where they aren't provided and fail at +#15 23.92 * build/link time. In case the user provides a header, including +#15 23.92 * the header didn't lead to the function being defined, and the +#15 23.92 * function we are checking isn't a builtin itself we assume the +#15 23.92 * builtin is not functional and we just error out. */ +#15 23.92 #if !1 && !defined(popcountll) && !0 +#15 23.92 #error "No definition for __builtin_popcountll found in the prefix" +#15 23.92 #endif +#15 23.92 +#15 23.92 #ifdef __has_builtin +#15 23.92 #if !__has_builtin(__builtin_popcountll) +#15 23.92 #error "__builtin_popcountll not found" +#15 23.92 #endif +#15 23.92 #elif ! defined(popcountll) +#15 23.92 __builtin_popcountll; +#15 23.92 #endif +#15 23.92 return 0; +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpjitzf5vs/testfile.c -o /mesa/_build/meson-private/tmpjitzf5vs/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 23.92 Checking for function "popcountll" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpdn8h2er8 +#15 23.92 Code: +#15 23.92 +#15 23.92 #define unreachable meson_disable_define_of_unreachable +#15 23.92 +#15 23.92 #include +#15 23.92 #undef unreachable +#15 23.92 +#15 23.92 #ifdef __cplusplus +#15 23.92 extern "C" +#15 23.92 #endif +#15 23.92 char unreachable (void); +#15 23.92 +#15 23.92 #if defined __stub_unreachable || defined __stub___unreachable +#15 23.92 fail fail fail this function is not going to work +#15 23.92 #endif +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 return unreachable (); +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpdn8h2er8/testfile.c -o /mesa/_build/meson-private/tmpdn8h2er8/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 23.92 stderr: +#15 23.92 /usr/bin/ld: /tmp/testfile-ea4616.o: in function `main': +#15 23.92 /mesa/_build/meson-private/tmpdn8h2er8/testfile.c:17:(.text+0x5d): undefined reference to `unreachable' +#15 23.92 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 23.92 ----------- +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpp0jzn5i5 +#15 23.92 Code: +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 +#15 23.92 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 23.92 * provides various builtins which are not really implemented and +#15 23.92 * fall back to the stdlib where they aren't provided and fail at +#15 23.92 * build/link time. In case the user provides a header, including +#15 23.92 * the header didn't lead to the function being defined, and the +#15 23.92 * function we are checking isn't a builtin itself we assume the +#15 23.92 * builtin is not functional and we just error out. */ +#15 23.92 #if !1 && !defined(unreachable) && !0 +#15 23.92 #error "No definition for __builtin_unreachable found in the prefix" +#15 23.92 #endif +#15 23.92 +#15 23.92 #ifdef __has_builtin +#15 23.92 #if !__has_builtin(__builtin_unreachable) +#15 23.92 #error "__builtin_unreachable not found" +#15 23.92 #endif +#15 23.92 #elif ! defined(unreachable) +#15 23.92 __builtin_unreachable; +#15 23.92 #endif +#15 23.92 return 0; +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpp0jzn5i5/testfile.c -o /mesa/_build/meson-private/tmpp0jzn5i5/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 23.92 Checking for function "unreachable" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpnoj58bwg +#15 23.92 Code: +#15 23.92 +#15 23.92 #define types_compatible_p meson_disable_define_of_types_compatible_p +#15 23.92 +#15 23.92 #include +#15 23.92 #undef types_compatible_p +#15 23.92 +#15 23.92 #ifdef __cplusplus +#15 23.92 extern "C" +#15 23.92 #endif +#15 23.92 char types_compatible_p (void); +#15 23.92 +#15 23.92 #if defined __stub_types_compatible_p || defined __stub___types_compatible_p +#15 23.92 fail fail fail this function is not going to work +#15 23.92 #endif +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 return types_compatible_p (); +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpnoj58bwg/testfile.c -o /mesa/_build/meson-private/tmpnoj58bwg/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 23.92 stderr: +#15 23.92 /usr/bin/ld: /tmp/testfile-525155.o: in function `main': +#15 23.92 /mesa/_build/meson-private/tmpnoj58bwg/testfile.c:17:(.text+0x5d): undefined reference to `types_compatible_p' +#15 23.92 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 23.92 ----------- +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp8xptrmnf +#15 23.92 Code: +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 +#15 23.92 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 23.92 * provides various builtins which are not really implemented and +#15 23.92 * fall back to the stdlib where they aren't provided and fail at +#15 23.92 * build/link time. In case the user provides a header, including +#15 23.92 * the header didn't lead to the function being defined, and the +#15 23.92 * function we are checking isn't a builtin itself we assume the +#15 23.92 * builtin is not functional and we just error out. */ +#15 23.92 #if !1 && !defined(types_compatible_p) && !0 +#15 23.92 #error "No definition for __builtin_types_compatible_p found in the prefix" +#15 23.92 #endif +#15 23.92 +#15 23.92 #ifdef __has_builtin +#15 23.92 #if !__has_builtin(__builtin_types_compatible_p) +#15 23.92 #error "__builtin_types_compatible_p not found" +#15 23.92 #endif +#15 23.92 #elif ! defined(types_compatible_p) +#15 23.92 __builtin_types_compatible_p; +#15 23.92 #endif +#15 23.92 return 0; +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp8xptrmnf/testfile.c -o /mesa/_build/meson-private/tmp8xptrmnf/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 23.92 Checking for function "types_compatible_p" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp7t_9xoiq +#15 23.92 Code: +#15 23.92 int foo(void) __attribute__((const)); +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp7t_9xoiq/testfile.c -o /mesa/_build/meson-private/tmp7t_9xoiq/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 23.92 Compiler for C supports function attribute const: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpmrt0114y +#15 23.92 Code: +#15 23.92 int foo(void) __attribute__((flatten)); +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpmrt0114y/testfile.c -o /mesa/_build/meson-private/tmpmrt0114y/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 23.92 Compiler for C supports function attribute flatten: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp2zhkpjp0 +#15 23.92 Code: +#15 23.92 int *foo(void) __attribute__((malloc)); +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp2zhkpjp0/testfile.c -o /mesa/_build/meson-private/tmp2zhkpjp0/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 23.92 Compiler for C supports function attribute malloc: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpmhyaeclt +#15 23.92 Code: +#15 23.92 int foo(void) __attribute__((pure)); +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpmhyaeclt/testfile.c -o /mesa/_build/meson-private/tmpmhyaeclt/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 23.92 Compiler for C supports function attribute pure: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpn2o0fdgy +#15 23.92 Code: +#15 23.92 int foo(void) __attribute__((unused)); +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpn2o0fdgy/testfile.c -o /mesa/_build/meson-private/tmpn2o0fdgy/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 23.92 Compiler for C supports function attribute unused: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpwnlfo47b +#15 23.92 Code: +#15 23.92 int foo(void) __attribute__((warn_unused_result)); +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpwnlfo47b/testfile.c -o /mesa/_build/meson-private/tmpwnlfo47b/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 23.92 Compiler for C supports function attribute warn_unused_result: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp8j_qsxha +#15 23.92 Code: +#15 23.92 int foo(void) __attribute__((weak)); +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp8j_qsxha/testfile.c -o /mesa/_build/meson-private/tmp8j_qsxha/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 23.92 Compiler for C supports function attribute weak: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp_ia9tphw +#15 23.92 Code: +#15 23.92 int foo(const char * p, ...) __attribute__((format(printf, 1, 2))); +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp_ia9tphw/testfile.c -o /mesa/_build/meson-private/tmp_ia9tphw/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 23.92 Compiler for C supports function attribute format: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp3_nqzkci +#15 23.92 Code: +#15 23.92 struct __attribute__((packed)) foo { int bar; }; +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp3_nqzkci/testfile.c -o /mesa/_build/meson-private/tmp3_nqzkci/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 23.92 Compiler for C supports function attribute packed: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp9i8cdy34 +#15 23.92 Code: +#15 23.92 int *foo(void) __attribute__((returns_nonnull)); +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp9i8cdy34/testfile.c -o /mesa/_build/meson-private/tmp9i8cdy34/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 23.92 Compiler for C supports function attribute returns_nonnull: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpc9bjiwka +#15 23.92 Code: +#15 23.92 +#15 23.92 int foo(void) { return 0; } +#15 23.92 int bar(void) __attribute__((alias("foo"))); +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpc9bjiwka/testfile.c -o /mesa/_build/meson-private/tmpc9bjiwka/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 23.92 Compiler for C supports function attribute alias: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpaix8c28m +#15 23.92 Code: +#15 23.92 int foo(void) __attribute__((noreturn)); +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpaix8c28m/testfile.c -o /mesa/_build/meson-private/tmpaix8c28m/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 23.92 Compiler for C supports function attribute noreturn: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpyvciuenc +#15 23.92 Code: +#15 23.92 __attribute__((optimize(3))) int foo(void) { return 0; } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpyvciuenc/testfile.c -o /mesa/_build/meson-private/tmpyvciuenc/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 23.92 stderr: +#15 23.92 /mesa/_build/meson-private/tmpyvciuenc/testfile.c:1:16: error: unknown attribute 'optimize' ignored [-Werror,-Wunknown-attributes] +#15 23.92 1 | __attribute__((optimize(3))) int foo(void) { return 0; } +#15 23.92 | ^~~~~~~~~~~ +#15 23.92 1 error generated. +#15 23.92 ----------- +#15 23.92 Compiler for C supports function attribute optimize: NO +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpc4tizkx_ +#15 23.92 Code: +#15 23.92 int foo(void) __attribute__((visibility("hidden"))); int foo(void) { return 0; } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpc4tizkx_/testfile.c -o /mesa/_build/meson-private/tmpc4tizkx_/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 23.92 Compiler for C supports function attribute visibility:hidden: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp5b25ydph +#15 23.92 Code: +#15 23.92 __uint128_t foo(void) { return 0; } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp5b25ydph/testfile.c -o /mesa/_build/meson-private/tmp5b25ydph/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 23.92 Checking if "__uint128_t" compiles: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpeh142g1_ +#15 23.92 Code: +#15 23.92 +#15 23.92 #define reallocarray meson_disable_define_of_reallocarray +#15 23.92 +#15 23.92 #include +#15 23.92 #undef reallocarray +#15 23.92 +#15 23.92 #ifdef __cplusplus +#15 23.92 extern "C" +#15 23.92 #endif +#15 23.92 char reallocarray (void); +#15 23.92 +#15 23.92 #if defined __stub_reallocarray || defined __stub___reallocarray +#15 23.92 fail fail fail this function is not going to work +#15 23.92 #endif +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 return reallocarray (); +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpeh142g1_/testfile.c -o /mesa/_build/meson-private/tmpeh142g1_/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 23.92 Checking for function "reallocarray" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp0zrr69j6 +#15 23.92 Code: +#15 23.92 +#15 23.92 #define fmemopen meson_disable_define_of_fmemopen +#15 23.92 +#15 23.92 #include +#15 23.92 #undef fmemopen +#15 23.92 +#15 23.92 #ifdef __cplusplus +#15 23.92 extern "C" +#15 23.92 #endif +#15 23.92 char fmemopen (void); +#15 23.92 +#15 23.92 #if defined __stub_fmemopen || defined __stub___fmemopen +#15 23.92 fail fail fail this function is not going to work +#15 23.92 #endif +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 return fmemopen (); +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp0zrr69j6/testfile.c -o /mesa/_build/meson-private/tmp0zrr69j6/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 23.92 Checking for function "fmemopen" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpdxc8t3er +#15 23.92 Code: +#15 23.92 static char unused() { return 5; } int main() { return 0; } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpdxc8t3er/testfile.c -o /mesa/_build/meson-private/tmpdxc8t3er/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 23.92 Checking if "gc-sections" links: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpday6k08l +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpday6k08l/testfile.c -o /mesa/_build/meson-private/tmpday6k08l/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 23.92 Compiler for C supports arguments -Werror=implicit-function-declaration: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp3stsb8ch +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp3stsb8ch/testfile.c -o /mesa/_build/meson-private/tmp3stsb8ch/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 23.92 Compiler for C supports arguments -Werror=missing-prototypes: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpeqa5rdg3 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpeqa5rdg3/testfile.c -o /mesa/_build/meson-private/tmpeqa5rdg3/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 23.92 Compiler for C supports arguments -Werror=return-type: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpkbclb1wt +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpkbclb1wt/testfile.c -o /mesa/_build/meson-private/tmpkbclb1wt/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 23.92 Compiler for C supports arguments -Werror=empty-body: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp23_i191e +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp23_i191e/testfile.c -o /mesa/_build/meson-private/tmp23_i191e/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 23.92 Compiler for C supports arguments -Werror=incompatible-pointer-types: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpzh05n0lr +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpzh05n0lr/testfile.c -o /mesa/_build/meson-private/tmpzh05n0lr/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 23.92 Compiler for C supports arguments -Werror=int-conversion: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpeo3vz4le +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpeo3vz4le/testfile.c -o /mesa/_build/meson-private/tmpeo3vz4le/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 23.92 Compiler for C supports arguments -Wimplicit-fallthrough: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpa17xhg8v +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpa17xhg8v/testfile.c -o /mesa/_build/meson-private/tmpa17xhg8v/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 23.92 Compiler for C supports arguments -Wmisleading-indentation: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpt3h_bab2 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpt3h_bab2/testfile.c -o /mesa/_build/meson-private/tmpt3h_bab2/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 23.92 Compiler for C supports arguments -Wno-missing-field-initializers: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp35ubx3p1 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp35ubx3p1/testfile.c -o /mesa/_build/meson-private/tmp35ubx3p1/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 23.92 Compiler for C supports arguments -Wno-format-truncation: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpr2gz0dak +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpr2gz0dak/testfile.c -o /mesa/_build/meson-private/tmpr2gz0dak/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 23.92 stderr: +#15 23.92 error: unknown warning option '-Wnonnull-compare' [-Werror,-Wunknown-warning-option] +#15 23.92 error: unknown warning option '-Wno-nonnull-compare' [-Werror,-Wunknown-warning-option] +#15 23.92 ----------- +#15 23.92 Compiler for C supports arguments -Wno-nonnull-compare: NO +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmptl9darue +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmptl9darue/testfile.c -o /mesa/_build/meson-private/tmptl9darue/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 23.92 Compiler for C supports arguments -fno-math-errno: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp7ouec1zk +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp7ouec1zk/testfile.c -o /mesa/_build/meson-private/tmp7ouec1zk/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 23.92 Compiler for C supports arguments -fno-trapping-math: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp91004lsn +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp91004lsn/testfile.c -o /mesa/_build/meson-private/tmp91004lsn/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 23.92 Compiler for C supports arguments -Qunused-arguments: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpqzko3efj +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpqzko3efj/testfile.c -o /mesa/_build/meson-private/tmpqzko3efj/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 23.92 Compiler for C supports arguments -fno-common: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpio4906mo +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpio4906mo/testfile.c -o /mesa/_build/meson-private/tmpio4906mo/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 23.92 Compiler for C supports arguments -Wno-unknown-pragmas: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmph2dwt6xe +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmph2dwt6xe/testfile.c -o /mesa/_build/meson-private/tmph2dwt6xe/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 23.92 Compiler for C supports arguments -Wno-microsoft-enum-value: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp6pfru2bk +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp6pfru2bk/testfile.c -o /mesa/_build/meson-private/tmp6pfru2bk/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 23.92 Compiler for C supports arguments -Wno-unused-function: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpg3qm2sw2 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpg3qm2sw2/testfile.c -o /mesa/_build/meson-private/tmpg3qm2sw2/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 23.92 Compiler for C supports arguments -Werror=format: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpq7okzbt2 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpq7okzbt2/testfile.c -o /mesa/_build/meson-private/tmpq7okzbt2/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 23.92 Compiler for C supports arguments -Wformat-security: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmphbllhdv7 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmphbllhdv7/testfile.c -o /mesa/_build/meson-private/tmphbllhdv7/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 23.92 Compiler for C supports arguments -Werror=thread-safety: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpj4x7emjj +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpj4x7emjj/testfile.c -o /mesa/_build/meson-private/tmpj4x7emjj/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 23.92 Compiler for C supports arguments -ffunction-sections: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpz5p13d48 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpz5p13d48/testfile.c -o /mesa/_build/meson-private/tmpz5p13d48/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 23.92 Compiler for C supports arguments -fdata-sections: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp3sraf4ko +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp3sraf4ko/testfile.c -o /mesa/_build/meson-private/tmp3sraf4ko/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-variable -Wno-unused-variable` -> 0 +#15 23.92 Compiler for C supports arguments -Wno-unused-variable: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmppw0curtz +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmppw0curtz/testfile.c -o /mesa/_build/meson-private/tmppw0curtz/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-but-set-variable -Wno-unused-but-set-variable` -> 0 +#15 23.92 Compiler for C supports arguments -Wno-unused-but-set-variable: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp0xamgwg2 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp0xamgwg2/testfile.c -o /mesa/_build/meson-private/tmp0xamgwg2/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 /wd4189` -> 1 +#15 23.92 stderr: +#15 23.92 clang: error: no such file or directory: '/wd4189' +#15 23.92 ----------- +#15 23.92 Compiler for C supports arguments /wd4189: NO +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpqyl4b4rw +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpqyl4b4rw/testfile.cpp -o /mesa/_build/meson-private/tmpqyl4b4rw/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 23.92 Compiler for C++ supports arguments -Werror=return-type: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp8fe2g2t1 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp8fe2g2t1/testfile.cpp -o /mesa/_build/meson-private/tmp8fe2g2t1/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 23.92 Compiler for C++ supports arguments -Werror=empty-body: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpgx5qgp2x +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpgx5qgp2x/testfile.cpp -o /mesa/_build/meson-private/tmpgx5qgp2x/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 23.92 Compiler for C++ supports arguments -Wmisleading-indentation: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpk4ytrevj +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpk4ytrevj/testfile.cpp -o /mesa/_build/meson-private/tmpk4ytrevj/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 23.92 Compiler for C++ supports arguments -Wno-non-virtual-dtor: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpsj9_fdul +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpsj9_fdul/testfile.cpp -o /mesa/_build/meson-private/tmpsj9_fdul/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 23.92 Compiler for C++ supports arguments -Wno-missing-field-initializers: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpil_5t28j +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpil_5t28j/testfile.cpp -o /mesa/_build/meson-private/tmpil_5t28j/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 23.92 Compiler for C++ supports arguments -Wno-format-truncation: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpg7afpd4u +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpg7afpd4u/testfile.cpp -o /mesa/_build/meson-private/tmpg7afpd4u/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 23.92 Compiler for C++ supports arguments -fno-math-errno: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmppvlwjy97 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmppvlwjy97/testfile.cpp -o /mesa/_build/meson-private/tmppvlwjy97/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 23.92 Compiler for C++ supports arguments -fno-trapping-math: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpfgv3nmwg +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpfgv3nmwg/testfile.cpp -o /mesa/_build/meson-private/tmpfgv3nmwg/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 23.92 Compiler for C++ supports arguments -Qunused-arguments: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmposusk05j +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmposusk05j/testfile.cpp -o /mesa/_build/meson-private/tmposusk05j/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 23.92 stderr: +#15 23.92 clang++: error: unknown argument: '-flifetime-dse=1' +#15 23.92 ----------- +#15 23.92 Compiler for C++ supports arguments -flifetime-dse=1: NO +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpj9gp1v9a +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpj9gp1v9a/testfile.cpp -o /mesa/_build/meson-private/tmpj9gp1v9a/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 23.92 Compiler for C++ supports arguments -Wno-unknown-pragmas: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmptzpm274q +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmptzpm274q/testfile.cpp -o /mesa/_build/meson-private/tmptzpm274q/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 23.92 Compiler for C++ supports arguments -Wno-microsoft-enum-value: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp0s4gez3n +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp0s4gez3n/testfile.cpp -o /mesa/_build/meson-private/tmp0s4gez3n/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 23.92 Compiler for C++ supports arguments -Werror=format: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpc3noxhnj +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpc3noxhnj/testfile.cpp -o /mesa/_build/meson-private/tmpc3noxhnj/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 23.92 Compiler for C++ supports arguments -Wformat-security: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpove73ora +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpove73ora/testfile.cpp -o /mesa/_build/meson-private/tmpove73ora/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 23.92 Compiler for C++ supports arguments -ffunction-sections: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpbh65tl7i +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpbh65tl7i/testfile.cpp -o /mesa/_build/meson-private/tmpbh65tl7i/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 23.92 Compiler for C++ supports arguments -fdata-sections: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpd1v1bm8n +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpd1v1bm8n/testfile.cpp -o /mesa/_build/meson-private/tmpd1v1bm8n/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 23.92 Compiler for C++ supports arguments -Wno-unused-variable: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpd2xtwqan +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpd2xtwqan/testfile.cpp -o /mesa/_build/meson-private/tmpd2xtwqan/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 23.92 Compiler for C++ supports arguments -Wno-unused-but-set-variable: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpo3wt2y6r +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpo3wt2y6r/testfile.cpp -o /mesa/_build/meson-private/tmpo3wt2y6r/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 23.92 stderr: +#15 23.92 clang++: error: no such file or directory: '/wd4189' +#15 23.92 ----------- +#15 23.92 Compiler for C++ supports arguments /wd4189: NO +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpeci9dqoc +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpeci9dqoc/testfile.c -o /mesa/_build/meson-private/tmpeci9dqoc/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 23.92 Compiler for C supports arguments -Wno-override-init: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp070iib3c +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp070iib3c/testfile.c -o /mesa/_build/meson-private/tmp070iib3c/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 23.92 Compiler for C supports arguments -Wno-initializer-overrides: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpwm0gnxd4 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpwm0gnxd4/testfile.c -o /mesa/_build/meson-private/tmpwm0gnxd4/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 23.92 Compiler for C supports arguments -Werror=pointer-arith: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp7y_wn7qh +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp7y_wn7qh/testfile.c -o /mesa/_build/meson-private/tmp7y_wn7qh/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 23.92 Compiler for C supports arguments -Werror=vla: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp4eigg6n8 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp4eigg6n8/testfile.c -o /mesa/_build/meson-private/tmp4eigg6n8/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 23.92 Compiler for C supports arguments -Werror=gnu-empty-initializer: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpk86l7_vf +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpk86l7_vf/testfile.cpp -o /mesa/_build/meson-private/tmpk86l7_vf/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 23.92 Compiler for C++ supports arguments -Werror=pointer-arith: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpzq2o4gb_ +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpzq2o4gb_/testfile.cpp -o /mesa/_build/meson-private/tmpzq2o4gb_/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 23.92 Compiler for C++ supports arguments -Werror=vla: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpm09ptc_e +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpm09ptc_e/testfile.cpp -o /mesa/_build/meson-private/tmpm09ptc_e/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 23.92 Compiler for C++ supports arguments -Werror=gnu-empty-initializer: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmphfus1oav +#15 23.92 Code: +#15 23.92 +#15 23.92 #define __builtin_ia32_clflushopt meson_disable_define_of___builtin_ia32_clflushopt +#15 23.92 +#15 23.92 #include +#15 23.92 #undef __builtin_ia32_clflushopt +#15 23.92 +#15 23.92 #ifdef __cplusplus +#15 23.92 extern "C" +#15 23.92 #endif +#15 23.92 char __builtin_ia32_clflushopt (void); +#15 23.92 +#15 23.92 #if defined __stub___builtin_ia32_clflushopt || defined __stub_____builtin_ia32_clflushopt +#15 23.92 fail fail fail this function is not going to work +#15 23.92 #endif +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 return __builtin_ia32_clflushopt (); +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmphfus1oav/testfile.c -o /mesa/_build/meson-private/tmphfus1oav/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 23.92 stderr: +#15 23.92 /mesa/_build/meson-private/tmphfus1oav/testfile.c:10:14: error: conflicting types for '__builtin_ia32_clflushopt' +#15 23.92 10 | char __builtin_ia32_clflushopt (void); +#15 23.92 | ^ +#15 23.92 /mesa/_build/meson-private/tmphfus1oav/testfile.c:10:14: note: '__builtin_ia32_clflushopt' is a builtin with type 'void (const void *)' +#15 23.92 /mesa/_build/meson-private/tmphfus1oav/testfile.c:17:45: error: too few arguments to function call, expected 1, have 0 +#15 23.92 17 | return __builtin_ia32_clflushopt (); +#15 23.92 | ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ +#15 23.92 2 errors generated. +#15 23.92 ----------- +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp0tu5nwer +#15 23.92 Code: +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 +#15 23.92 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 23.92 * provides various builtins which are not really implemented and +#15 23.92 * fall back to the stdlib where they aren't provided and fail at +#15 23.92 * build/link time. In case the user provides a header, including +#15 23.92 * the header didn't lead to the function being defined, and the +#15 23.92 * function we are checking isn't a builtin itself we assume the +#15 23.92 * builtin is not functional and we just error out. */ +#15 23.92 #if !1 && !defined(__builtin_ia32_clflushopt) && !1 +#15 23.92 #error "No definition for __builtin_ia32_clflushopt found in the prefix" +#15 23.92 #endif +#15 23.92 +#15 23.92 #ifdef __has_builtin +#15 23.92 #if !__has_builtin(__builtin_ia32_clflushopt) +#15 23.92 #error "__builtin_ia32_clflushopt not found" +#15 23.92 #endif +#15 23.92 #elif ! defined(__builtin_ia32_clflushopt) +#15 23.92 __builtin_ia32_clflushopt; +#15 23.92 #endif +#15 23.92 return 0; +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp0tu5nwer/testfile.c -o /mesa/_build/meson-private/tmp0tu5nwer/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 23.92 Checking for function "__builtin_ia32_clflushopt" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp_50o_usl +#15 23.92 Code: +#15 23.92 #include +#15 23.92 int main() { +#15 23.92 struct { +#15 23.92 uint64_t *v; +#15 23.92 } x; +#15 23.92 return (int)__atomic_load_n(x.v, __ATOMIC_ACQUIRE) & +#15 23.92 (int)__atomic_add_fetch(x.v, (uint64_t)1, __ATOMIC_ACQ_REL); +#15 23.92 +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp_50o_usl/testfile.c -o /mesa/_build/meson-private/tmp_50o_usl/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 23.92 Checking if "GCC atomic builtins" compiles: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp76qt96ic +#15 23.92 Code: +#15 23.92 #include +#15 23.92 int main() { +#15 23.92 struct { +#15 23.92 uint64_t *v; +#15 23.92 } x; +#15 23.92 return (int)__atomic_load_n(x.v, __ATOMIC_ACQUIRE) & +#15 23.92 (int)__atomic_add_fetch(x.v, (uint64_t)1, __ATOMIC_ACQ_REL); +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp76qt96ic/testfile.c -o /mesa/_build/meson-private/tmp76qt96ic/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 23.92 Checking if "GCC atomic builtins required -latomic" links: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpxvr7ok31 +#15 23.92 Code: +#15 23.92 #include +#15 23.92 uint64_t v; +#15 23.92 int main() { +#15 23.92 return __sync_add_and_fetch(&v, (uint64_t)1); +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpxvr7ok31/testfile.c -o /mesa/_build/meson-private/tmpxvr7ok31/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 23.92 Checking if "GCC 64bit atomics" with dependency links: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpt_0dmwyq +#15 23.92 Code: +#15 23.92 int main(void) { return 0; } +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpt_0dmwyq/testfile.c -o /mesa/_build/meson-private/tmpt_0dmwyq/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 23.92 stderr: +#15 23.92 /usr/bin/ld: cannot find -lws2_32: No such file or directory +#15 23.92 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 23.92 ----------- +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpz8gwcheb +#15 23.92 Code: +#15 23.92 +#15 23.92 #include +#15 23.92 #include +#15 23.92 int main(void) { +#15 23.92 printf("%ld\n", (long)(sizeof(void *))); +#15 23.92 return 0; +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpz8gwcheb/testfile.c -o /mesa/_build/meson-private/tmpz8gwcheb/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 23.92 Program stdout: +#15 23.92 +#15 23.92 8 +#15 23.92 +#15 23.92 Program stderr: +#15 23.92 +#15 23.92 +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpv5lr3zqp +#15 23.92 Code: +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpv5lr3zqp/testfile.c -o /mesa/_build/meson-private/tmpv5lr3zqp/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 23.92 stdout: +#15 23.92 programs: =/usr/bin:/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../x86_64-pc-linux-gnu/bin +#15 23.92 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 23.92 ----------- +#15 23.92 Library ws2_32 found: NO +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpixlhm1bt +#15 23.92 Code: +#15 23.92 +#15 23.92 #include +#15 23.92 int main(void) { +#15 23.92 /* If it's not defined as a macro, try to use as a symbol */ +#15 23.92 #ifndef major +#15 23.92 major; +#15 23.92 #endif +#15 23.92 return 0; +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpixlhm1bt/testfile.c -o /mesa/_build/meson-private/tmpixlhm1bt/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 23.92 Header "sys/sysmacros.h" has symbol "major" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpfc8cfst9 +#15 23.92 Code: +#15 23.92 +#15 23.92 #include +#15 23.92 int main(void) { +#15 23.92 /* If it's not defined as a macro, try to use as a symbol */ +#15 23.92 #ifndef minor +#15 23.92 minor; +#15 23.92 #endif +#15 23.92 return 0; +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpfc8cfst9/testfile.c -o /mesa/_build/meson-private/tmpfc8cfst9/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 23.92 Header "sys/sysmacros.h" has symbol "minor" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpzgsg6wdn +#15 23.92 Code: +#15 23.92 +#15 23.92 #include +#15 23.92 int main(void) { +#15 23.92 /* If it's not defined as a macro, try to use as a symbol */ +#15 23.92 #ifndef makedev +#15 23.92 makedev; +#15 23.92 #endif +#15 23.92 return 0; +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpzgsg6wdn/testfile.c -o /mesa/_build/meson-private/tmpzgsg6wdn/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 23.92 Header "sys/sysmacros.h" has symbol "makedev" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpu4y3dxe8 +#15 23.92 Code: +#15 23.92 +#15 23.92 #include +#15 23.92 int main(void) { +#15 23.92 /* If it's not defined as a macro, try to use as a symbol */ +#15 23.92 #ifndef major +#15 23.92 major; +#15 23.92 #endif +#15 23.92 return 0; +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpu4y3dxe8/testfile.c -o /mesa/_build/meson-private/tmpu4y3dxe8/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 23.92 stderr: +#15 23.92 /mesa/_build/meson-private/tmpu4y3dxe8/testfile.c:2:18: fatal error: 'sys/mkdev.h' file not found +#15 23.92 2 | #include +#15 23.92 | ^~~~~~~~~~~~~ +#15 23.92 1 error generated. +#15 23.92 ----------- +#15 23.92 Header "sys/mkdev.h" has symbol "major" : NO +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp5072rxaw +#15 23.92 Code: +#15 23.92 +#15 23.92 #include +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp5072rxaw/testfile.c -o /mesa/_build/meson-private/tmp5072rxaw/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 23.92 Check usable header "sched.h" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpaiw5kw7_ +#15 23.92 Code: +#15 23.92 +#15 23.92 #define sched_getaffinity meson_disable_define_of_sched_getaffinity +#15 23.92 +#15 23.92 #include +#15 23.92 #undef sched_getaffinity +#15 23.92 +#15 23.92 #ifdef __cplusplus +#15 23.92 extern "C" +#15 23.92 #endif +#15 23.92 char sched_getaffinity (void); +#15 23.92 +#15 23.92 #if defined __stub_sched_getaffinity || defined __stub___sched_getaffinity +#15 23.92 fail fail fail this function is not going to work +#15 23.92 #endif +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 return sched_getaffinity (); +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpaiw5kw7_/testfile.c -o /mesa/_build/meson-private/tmpaiw5kw7_/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 23.92 Checking for function "sched_getaffinity" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpbjztwb2h +#15 23.92 Code: +#15 23.92 +#15 23.92 #include +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpbjztwb2h/testfile.c -o /mesa/_build/meson-private/tmpbjztwb2h/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 23.92 stderr: +#15 23.92 /mesa/_build/meson-private/tmpbjztwb2h/testfile.c:2:18: fatal error: 'xlocale.h' file not found +#15 23.92 2 | #include +#15 23.92 | ^~~~~~~~~~~ +#15 23.92 1 error generated. +#15 23.92 ----------- +#15 23.92 Check usable header "xlocale.h" : NO +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpoj773ey5 +#15 23.92 Code: +#15 23.92 +#15 23.92 #include +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpoj773ey5/testfile.c -o /mesa/_build/meson-private/tmpoj773ey5/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 23.92 Check usable header "linux/futex.h" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp6xj46ofl +#15 23.92 Code: +#15 23.92 +#15 23.92 #include +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp6xj46ofl/testfile.c -o /mesa/_build/meson-private/tmp6xj46ofl/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 23.92 Check usable header "endian.h" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpusacufei +#15 23.92 Code: +#15 23.92 +#15 23.92 #include +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpusacufei/testfile.c -o /mesa/_build/meson-private/tmpusacufei/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 23.92 Check usable header "dlfcn.h" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp_5mr05q7 +#15 23.92 Code: +#15 23.92 +#15 23.92 #include +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp_5mr05q7/testfile.c -o /mesa/_build/meson-private/tmp_5mr05q7/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 23.92 Check usable header "sys/shm.h" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp8_mxn1gb +#15 23.92 Code: +#15 23.92 +#15 23.92 #include +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp8_mxn1gb/testfile.c -o /mesa/_build/meson-private/tmp8_mxn1gb/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 23.92 Check usable header "cet.h" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp3nbrqphr +#15 23.92 Code: +#15 23.92 +#15 23.92 #include +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp3nbrqphr/testfile.c -o /mesa/_build/meson-private/tmp3nbrqphr/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 23.92 stderr: +#15 23.92 /mesa/_build/meson-private/tmp3nbrqphr/testfile.c:2:18: fatal error: 'pthread_np.h' file not found +#15 23.92 2 | #include +#15 23.92 | ^~~~~~~~~~~~~~ +#15 23.92 1 error generated. +#15 23.92 ----------- +#15 23.92 Check usable header "pthread_np.h" : NO +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpy8hwlra4 +#15 23.92 Code: +#15 23.92 +#15 23.92 #include +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpy8hwlra4/testfile.c -o /mesa/_build/meson-private/tmpy8hwlra4/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 23.92 Check usable header "sys/inotify.h" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpj86u_zec +#15 23.92 Code: +#15 23.92 +#15 23.92 #include +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpj86u_zec/testfile.c -o /mesa/_build/meson-private/tmpj86u_zec/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 23.92 Check usable header "linux/udmabuf.h" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmppu33s9l7 +#15 23.92 Code: +#15 23.92 +#15 23.92 #define strtof meson_disable_define_of_strtof +#15 23.92 +#15 23.92 #include +#15 23.92 #undef strtof +#15 23.92 +#15 23.92 #ifdef __cplusplus +#15 23.92 extern "C" +#15 23.92 #endif +#15 23.92 char strtof (void); +#15 23.92 +#15 23.92 #if defined __stub_strtof || defined __stub___strtof +#15 23.92 fail fail fail this function is not going to work +#15 23.92 #endif +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 return strtof (); +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmppu33s9l7/testfile.c -o /mesa/_build/meson-private/tmppu33s9l7/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 23.92 stderr: +#15 23.92 /mesa/_build/meson-private/tmppu33s9l7/testfile.c:10:14: warning: incompatible redeclaration of library function 'strtof' [-Wincompatible-library-redeclaration] +#15 23.92 10 | char strtof (void); +#15 23.92 | ^ +#15 23.92 /mesa/_build/meson-private/tmppu33s9l7/testfile.c:10:14: note: 'strtof' is a builtin with type 'float (const char *, char **)' +#15 23.92 1 warning generated. +#15 23.92 ----------- +#15 23.92 Checking for function "strtof" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmppen9c93j +#15 23.92 Code: +#15 23.92 +#15 23.92 #define mkostemp meson_disable_define_of_mkostemp +#15 23.92 +#15 23.92 #include +#15 23.92 #undef mkostemp +#15 23.92 +#15 23.92 #ifdef __cplusplus +#15 23.92 extern "C" +#15 23.92 #endif +#15 23.92 char mkostemp (void); +#15 23.92 +#15 23.92 #if defined __stub_mkostemp || defined __stub___mkostemp +#15 23.92 fail fail fail this function is not going to work +#15 23.92 #endif +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 return mkostemp (); +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmppen9c93j/testfile.c -o /mesa/_build/meson-private/tmppen9c93j/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 23.92 Checking for function "mkostemp" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp1acgpng6 +#15 23.92 Code: +#15 23.92 +#15 23.92 #define memfd_create meson_disable_define_of_memfd_create +#15 23.92 +#15 23.92 #include +#15 23.92 #undef memfd_create +#15 23.92 +#15 23.92 #ifdef __cplusplus +#15 23.92 extern "C" +#15 23.92 #endif +#15 23.92 char memfd_create (void); +#15 23.92 +#15 23.92 #if defined __stub_memfd_create || defined __stub___memfd_create +#15 23.92 fail fail fail this function is not going to work +#15 23.92 #endif +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 return memfd_create (); +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp1acgpng6/testfile.c -o /mesa/_build/meson-private/tmp1acgpng6/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 23.92 Checking for function "memfd_create" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpw8vv8gqv +#15 23.92 Code: +#15 23.92 +#15 23.92 #define random_r meson_disable_define_of_random_r +#15 23.92 +#15 23.92 #include +#15 23.92 #undef random_r +#15 23.92 +#15 23.92 #ifdef __cplusplus +#15 23.92 extern "C" +#15 23.92 #endif +#15 23.92 char random_r (void); +#15 23.92 +#15 23.92 #if defined __stub_random_r || defined __stub___random_r +#15 23.92 fail fail fail this function is not going to work +#15 23.92 #endif +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 return random_r (); +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpw8vv8gqv/testfile.c -o /mesa/_build/meson-private/tmpw8vv8gqv/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 23.92 Checking for function "random_r" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpckso6jvi +#15 23.92 Code: +#15 23.92 +#15 23.92 #define flock meson_disable_define_of_flock +#15 23.92 +#15 23.92 #include +#15 23.92 #undef flock +#15 23.92 +#15 23.92 #ifdef __cplusplus +#15 23.92 extern "C" +#15 23.92 #endif +#15 23.92 char flock (void); +#15 23.92 +#15 23.92 #if defined __stub_flock || defined __stub___flock +#15 23.92 fail fail fail this function is not going to work +#15 23.92 #endif +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 return flock (); +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpckso6jvi/testfile.c -o /mesa/_build/meson-private/tmpckso6jvi/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 23.92 Checking for function "flock" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp50kwvf6s +#15 23.92 Code: +#15 23.92 +#15 23.92 #define strtok_r meson_disable_define_of_strtok_r +#15 23.92 +#15 23.92 #include +#15 23.92 #undef strtok_r +#15 23.92 +#15 23.92 #ifdef __cplusplus +#15 23.92 extern "C" +#15 23.92 #endif +#15 23.92 char strtok_r (void); +#15 23.92 +#15 23.92 #if defined __stub_strtok_r || defined __stub___strtok_r +#15 23.92 fail fail fail this function is not going to work +#15 23.92 #endif +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 return strtok_r (); +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp50kwvf6s/testfile.c -o /mesa/_build/meson-private/tmp50kwvf6s/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 23.92 Checking for function "strtok_r" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpg5gshsto +#15 23.92 Code: +#15 23.92 +#15 23.92 #define getrandom meson_disable_define_of_getrandom +#15 23.92 +#15 23.92 #include +#15 23.92 #undef getrandom +#15 23.92 +#15 23.92 #ifdef __cplusplus +#15 23.92 extern "C" +#15 23.92 #endif +#15 23.92 char getrandom (void); +#15 23.92 +#15 23.92 #if defined __stub_getrandom || defined __stub___getrandom +#15 23.92 fail fail fail this function is not going to work +#15 23.92 #endif +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 return getrandom (); +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpg5gshsto/testfile.c -o /mesa/_build/meson-private/tmpg5gshsto/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 23.92 Checking for function "getrandom" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpzyc8new2 +#15 23.92 Code: +#15 23.92 +#15 23.92 #define qsort_s meson_disable_define_of_qsort_s +#15 23.92 +#15 23.92 #include +#15 23.92 #undef qsort_s +#15 23.92 +#15 23.92 #ifdef __cplusplus +#15 23.92 extern "C" +#15 23.92 #endif +#15 23.92 char qsort_s (void); +#15 23.92 +#15 23.92 #if defined __stub_qsort_s || defined __stub___qsort_s +#15 23.92 fail fail fail this function is not going to work +#15 23.92 #endif +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 return qsort_s (); +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpzyc8new2/testfile.c -o /mesa/_build/meson-private/tmpzyc8new2/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 23.92 stderr: +#15 23.92 /usr/bin/ld: /tmp/testfile-009a38.o: in function `main': +#15 23.92 /mesa/_build/meson-private/tmpzyc8new2/testfile.c:17:(.text+0x5d): undefined reference to `qsort_s' +#15 23.92 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 23.92 ----------- +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpby3rvnrs +#15 23.92 Code: +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 +#15 23.92 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 23.92 * provides various builtins which are not really implemented and +#15 23.92 * fall back to the stdlib where they aren't provided and fail at +#15 23.92 * build/link time. In case the user provides a header, including +#15 23.92 * the header didn't lead to the function being defined, and the +#15 23.92 * function we are checking isn't a builtin itself we assume the +#15 23.92 * builtin is not functional and we just error out. */ +#15 23.92 #if !1 && !defined(qsort_s) && !0 +#15 23.92 #error "No definition for __builtin_qsort_s found in the prefix" +#15 23.92 #endif +#15 23.92 +#15 23.92 #ifdef __has_builtin +#15 23.92 #if !__has_builtin(__builtin_qsort_s) +#15 23.92 #error "__builtin_qsort_s not found" +#15 23.92 #endif +#15 23.92 #elif ! defined(qsort_s) +#15 23.92 __builtin_qsort_s; +#15 23.92 #endif +#15 23.92 return 0; +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpby3rvnrs/testfile.c -o /mesa/_build/meson-private/tmpby3rvnrs/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 23.92 stderr: +#15 23.92 /mesa/_build/meson-private/tmpby3rvnrs/testfile.c:17:18: error: "__builtin_qsort_s not found" +#15 23.92 17 | #error "__builtin_qsort_s not found" +#15 23.92 | ^ +#15 23.92 1 error generated. +#15 23.92 ----------- +#15 23.92 Checking for function "qsort_s" : NO +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp3ycjrgrg +#15 23.92 Code: +#15 23.92 +#15 23.92 #define posix_fallocate meson_disable_define_of_posix_fallocate +#15 23.92 +#15 23.92 #include +#15 23.92 #undef posix_fallocate +#15 23.92 +#15 23.92 #ifdef __cplusplus +#15 23.92 extern "C" +#15 23.92 #endif +#15 23.92 char posix_fallocate (void); +#15 23.92 +#15 23.92 #if defined __stub_posix_fallocate || defined __stub___posix_fallocate +#15 23.92 fail fail fail this function is not going to work +#15 23.92 #endif +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 return posix_fallocate (); +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp3ycjrgrg/testfile.c -o /mesa/_build/meson-private/tmp3ycjrgrg/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 23.92 Checking for function "posix_fallocate" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpd322knju +#15 23.92 Code: +#15 23.92 +#15 23.92 #define secure_getenv meson_disable_define_of_secure_getenv +#15 23.92 +#15 23.92 #include +#15 23.92 #undef secure_getenv +#15 23.92 +#15 23.92 #ifdef __cplusplus +#15 23.92 extern "C" +#15 23.92 #endif +#15 23.92 char secure_getenv (void); +#15 23.92 +#15 23.92 #if defined __stub_secure_getenv || defined __stub___secure_getenv +#15 23.92 fail fail fail this function is not going to work +#15 23.92 #endif +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 return secure_getenv (); +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpd322knju/testfile.c -o /mesa/_build/meson-private/tmpd322knju/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 23.92 Checking for function "secure_getenv" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /tmp/tmp7drilpzr +#15 23.92 Code: +#15 23.92 int i = static_cast(0); +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang++ /tmp/tmp7drilpzr/testfile.cpp -o /tmp/tmp7drilpzr/output.obj -D_FILE_OFFSET_BITS=64 -c -std=c++17` -> 0 +#15 23.92 Compiler accepts -std=c++17: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmphsngkbne +#15 23.92 Code: +#15 23.92 +#15 23.92 #define _GNU_SOURCE +#15 23.92 #include +#15 23.92 +#15 23.92 static int dcomp(const void *l, const void *r, void *t) { return 0; } +#15 23.92 +#15 23.92 int main(int ac, char **av) { +#15 23.92 int arr[] = { 1 }; +#15 23.92 void *t = NULL; +#15 23.92 qsort_r((void*)&arr[0], 1, 1, dcomp, t); +#15 23.92 return (0); +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang++ -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmphsngkbne/testfile.cpp -o /mesa/_build/meson-private/tmphsngkbne/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 23.92 stderr: +#15 23.92 /mesa/_build/meson-private/tmphsngkbne/testfile.cpp:2:13: warning: '_GNU_SOURCE' macro redefined [-Wmacro-redefined] +#15 23.92 2 | #define _GNU_SOURCE +#15 23.92 | ^ +#15 23.92 :74:9: note: previous definition is here +#15 23.92 74 | #define _GNU_SOURCE 1 +#15 23.92 | ^ +#15 23.92 1 warning generated. +#15 23.92 ----------- +#15 23.92 Checking if "GNU qsort_r" links: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpi0ool7kn +#15 23.92 Code: +#15 23.92 +#15 23.92 #include +#15 23.92 int main(void) { +#15 23.92 /* If it's not defined as a macro, try to use as a symbol */ +#15 23.92 #ifndef struct timespec +#15 23.92 struct timespec; +#15 23.92 #endif +#15 23.92 return 0; +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpi0ool7kn/testfile.c -o /mesa/_build/meson-private/tmpi0ool7kn/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 23.92 stderr: +#15 23.92 /mesa/_build/meson-private/tmpi0ool7kn/testfile.c:5:28: warning: extra tokens at end of #ifndef directive [-Wextra-tokens] +#15 23.92 5 | #ifndef struct timespec +#15 23.92 | ^ +#15 23.92 | // +#15 23.92 1 warning generated. +#15 23.92 ----------- +#15 23.92 Header "time.h" has symbol "struct timespec" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp45d55ch7 +#15 23.92 Code: +#15 23.92 #include +#15 23.92 #include +#15 23.92 +#15 23.92 #if defined __stub_thrd_create || defined __stub___thrd_create +#15 23.92 fail fail fail this function is not going to work +#15 23.92 #endif +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 void *a = (void*) &thrd_create; +#15 23.92 long long b = (long long) a; +#15 23.92 return (int) b; +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp45d55ch7/testfile.c -o /mesa/_build/meson-private/tmp45d55ch7/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 23.92 Checking for function "thrd_create" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpk397398d +#15 23.92 Code: +#15 23.92 +#15 23.92 #include +#15 23.92 int main(void) { +#15 23.92 /* If it's not defined as a macro, try to use as a symbol */ +#15 23.92 #ifndef program_invocation_name +#15 23.92 program_invocation_name; +#15 23.92 #endif +#15 23.92 return 0; +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpk397398d/testfile.c -o /mesa/_build/meson-private/tmpk397398d/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 23.92 stderr: +#15 23.92 /mesa/_build/meson-private/tmpk397398d/testfile.c:6:17: warning: expression result unused [-Wunused-value] +#15 23.92 6 | program_invocation_name; +#15 23.92 | ^~~~~~~~~~~~~~~~~~~~~~~ +#15 23.92 1 warning generated. +#15 23.92 ----------- +#15 23.92 Header "errno.h" has symbol "program_invocation_name" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp1i6zxjkl +#15 23.92 Code: +#15 23.92 +#15 23.92 #include +#15 23.92 int main(void) { +#15 23.92 /* If it's not defined as a macro, try to use as a symbol */ +#15 23.92 #ifndef issignaling +#15 23.92 issignaling; +#15 23.92 #endif +#15 23.92 return 0; +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp1i6zxjkl/testfile.c -o /mesa/_build/meson-private/tmp1i6zxjkl/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 23.92 Header "math.h" has symbol "issignaling" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpsmpbck3y +#15 23.92 Code: +#15 23.92 +#15 23.92 #define posix_memalign meson_disable_define_of_posix_memalign +#15 23.92 +#15 23.92 #include +#15 23.92 #undef posix_memalign +#15 23.92 +#15 23.92 #ifdef __cplusplus +#15 23.92 extern "C" +#15 23.92 #endif +#15 23.92 char posix_memalign (void); +#15 23.92 +#15 23.92 #if defined __stub_posix_memalign || defined __stub___posix_memalign +#15 23.92 fail fail fail this function is not going to work +#15 23.92 #endif +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 return posix_memalign (); +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpsmpbck3y/testfile.c -o /mesa/_build/meson-private/tmpsmpbck3y/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 23.92 Checking for function "posix_memalign" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp7be112et +#15 23.92 Code: +#15 23.92 #include +#15 23.92 #include +#15 23.92 void bar(void) { +#15 23.92 struct dirent foo; +#15 23.92 (void) ( foo.d_type ); +#15 23.92 +#15 23.92 (void) foo; +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp7be112et/testfile.c -o /mesa/_build/meson-private/tmp7be112et/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 23.92 Checking whether type "struct dirent" has member "d_type" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp26f8hxwg +#15 23.92 Code: +#15 23.92 +#15 23.92 #define _GNU_SOURCE +#15 23.92 #include +#15 23.92 #include +#15 23.92 #ifdef HAVE_XLOCALE_H +#15 23.92 #include +#15 23.92 #endif +#15 23.92 int main() { +#15 23.92 locale_t loc = newlocale(LC_CTYPE_MASK, "C", NULL); +#15 23.92 const char *s = "1.0"; +#15 23.92 char *end; +#15 23.92 double d = strtod_l(s, &end, loc); +#15 23.92 float f = strtof_l(s, &end, loc); +#15 23.92 freelocale(loc); +#15 23.92 return 0; +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp26f8hxwg/testfile.c -o /mesa/_build/meson-private/tmp26f8hxwg/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 23.92 stderr: +#15 23.92 /mesa/_build/meson-private/tmp26f8hxwg/testfile.c:2:13: warning: '_GNU_SOURCE' macro redefined [-Wmacro-redefined] +#15 23.92 2 | #define _GNU_SOURCE +#15 23.92 | ^ +#15 23.92 :74:9: note: previous definition is here +#15 23.92 74 | #define _GNU_SOURCE 1 +#15 23.92 | ^ +#15 23.92 1 warning generated. +#15 23.92 ----------- +#15 23.92 Checking if "strtod has locale support" links: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpio4ncvkj +#15 23.92 Code: +#15 23.92 int main() { return 0; } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpio4ncvkj/testfile.c -o /mesa/_build/meson-private/tmpio4ncvkj/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 23.92 Checking if "Bsymbolic" links: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp61pwm3nr +#15 23.92 Code: +#15 23.92 int main() { return 0; } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp61pwm3nr/testfile.c -o /mesa/_build/meson-private/tmp61pwm3nr/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 23.92 stderr: +#15 23.92 /usr/bin/ld: /mesa/_build/meson-private/tmp61pwm3nr/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 23.92 /usr/bin/ld: final link failed: bad value +#15 23.92 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 23.92 ----------- +#15 23.92 Checking if "version-script" links: NO +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp69pyymrt +#15 23.92 Code: +#15 23.92 int main() { return 0; } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp69pyymrt/testfile.c -o /mesa/_build/meson-private/tmp69pyymrt/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 23.92 Checking if "dynamic-list" links: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpf6z3zq4e +#15 23.92 Code: +#15 23.92 int main(void) { return 0; } +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpf6z3zq4e/testfile.c -o /mesa/_build/meson-private/tmpf6z3zq4e/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 23.92 Compiler for C supports link arguments -Wl,--build-id=sha1: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp2vvap_8b +#15 23.92 Code: +#15 23.92 +#15 23.92 #define dlopen meson_disable_define_of_dlopen +#15 23.92 +#15 23.92 #include +#15 23.92 #undef dlopen +#15 23.92 +#15 23.92 #ifdef __cplusplus +#15 23.92 extern "C" +#15 23.92 #endif +#15 23.92 char dlopen (void); +#15 23.92 +#15 23.92 #if defined __stub_dlopen || defined __stub___dlopen +#15 23.92 fail fail fail this function is not going to work +#15 23.92 #endif +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 return dlopen (); +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp2vvap_8b/testfile.c -o /mesa/_build/meson-private/tmp2vvap_8b/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 23.92 Checking for function "dlopen" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpjdj46f8m +#15 23.92 Code: +#15 23.92 +#15 23.92 #define dladdr meson_disable_define_of_dladdr +#15 23.92 +#15 23.92 #include +#15 23.92 #undef dladdr +#15 23.92 +#15 23.92 #ifdef __cplusplus +#15 23.92 extern "C" +#15 23.92 #endif +#15 23.92 char dladdr (void); +#15 23.92 +#15 23.92 #if defined __stub_dladdr || defined __stub___dladdr +#15 23.92 fail fail fail this function is not going to work +#15 23.92 #endif +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 return dladdr (); +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpjdj46f8m/testfile.c -o /mesa/_build/meson-private/tmpjdj46f8m/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 23.92 Checking for function "dladdr" with dependency : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp4fp04gnb +#15 23.92 Code: +#15 23.92 +#15 23.92 #define dl_iterate_phdr meson_disable_define_of_dl_iterate_phdr +#15 23.92 +#15 23.92 #include +#15 23.92 #undef dl_iterate_phdr +#15 23.92 +#15 23.92 #ifdef __cplusplus +#15 23.92 extern "C" +#15 23.92 #endif +#15 23.92 char dl_iterate_phdr (void); +#15 23.92 +#15 23.92 #if defined __stub_dl_iterate_phdr || defined __stub___dl_iterate_phdr +#15 23.92 fail fail fail this function is not going to work +#15 23.92 #endif +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 return dl_iterate_phdr (); +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp4fp04gnb/testfile.c -o /mesa/_build/meson-private/tmp4fp04gnb/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 23.92 Checking for function "dl_iterate_phdr" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp2_rkwqgb +#15 23.92 Code: +#15 23.92 +#15 23.92 #define clock_gettime meson_disable_define_of_clock_gettime +#15 23.92 +#15 23.92 #include +#15 23.92 #undef clock_gettime +#15 23.92 +#15 23.92 #ifdef __cplusplus +#15 23.92 extern "C" +#15 23.92 #endif +#15 23.92 char clock_gettime (void); +#15 23.92 +#15 23.92 #if defined __stub_clock_gettime || defined __stub___clock_gettime +#15 23.92 fail fail fail this function is not going to work +#15 23.92 #endif +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 return clock_gettime (); +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp2_rkwqgb/testfile.c -o /mesa/_build/meson-private/tmp2_rkwqgb/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 23.92 Checking for function "clock_gettime" : YES +#15 23.92 Determining dependency 'zlib' with pkg-config executable '/usr/sbin/pkg-config' +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --modversion zlib` -> 0 +#15 23.92 stdout: +#15 23.92 1.3.1 +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --cflags zlib` -> 0 +#15 23.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs zlib` -> 0 +#15 23.92 stdout: +#15 23.92 -L/usr/lib -lz +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs zlib` -> 0 +#15 23.92 stdout: +#15 23.92 -lz +#15 23.92 ----------- +#15 23.92 Run-time dependency zlib found: YES 1.3.1 +#15 23.92 Determining dependency 'libzstd' with pkg-config executable '/usr/sbin/pkg-config' +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --modversion libzstd` -> 0 +#15 23.92 stdout: +#15 23.92 1.5.7 +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --cflags libzstd` -> 0 +#15 23.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs libzstd` -> 0 +#15 23.92 stdout: +#15 23.92 -L/usr/lib -lzstd +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs libzstd` -> 0 +#15 23.92 stdout: +#15 23.92 -lzstd +#15 23.92 ----------- +#15 23.92 Run-time dependency libzstd found: YES 1.5.7 +#15 23.92 Run-time dependency threads found: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp7isbois0 +#15 23.92 Code: +#15 23.92 #include +#15 23.92 #include +#15 23.92 +#15 23.92 #if defined __stub_pthread_setaffinity_np || defined __stub___pthread_setaffinity_np +#15 23.92 fail fail fail this function is not going to work +#15 23.92 #endif +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 void *a = (void*) &pthread_setaffinity_np; +#15 23.92 long long b = (long long) a; +#15 23.92 return (int) b; +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp7isbois0/testfile.c -o /mesa/_build/meson-private/tmp7isbois0/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 23.92 Checking for function "pthread_setaffinity_np" with dependency threads: YES +#15 23.92 Determining dependency 'expat' with pkg-config executable '/usr/sbin/pkg-config' +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --modversion expat` -> 0 +#15 23.92 stdout: +#15 23.92 2.7.3 +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --cflags expat` -> 0 +#15 23.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs expat` -> 0 +#15 23.92 stdout: +#15 23.92 -L/usr/lib -lexpat +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs expat` -> 0 +#15 23.92 stdout: +#15 23.92 -lexpat +#15 23.92 ----------- +#15 23.92 Run-time dependency expat found: YES 2.7.3 +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpe5ygfolk +#15 23.92 Code: +#15 23.92 int main(void) { return 0; } +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpe5ygfolk/testfile.c -o /mesa/_build/meson-private/tmpe5ygfolk/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 23.92 Library m found: YES +#15 23.92 Message: libdrm 2.4.121 needed because amdgpu has the highest requirement +#15 23.92 Determining dependency 'libdrm_intel' with pkg-config executable '/usr/sbin/pkg-config' +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --modversion libdrm_intel` -> 0 +#15 23.92 stdout: +#15 23.92 2.4.126 +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --cflags libdrm_intel` -> 0 +#15 23.92 stdout: +#15 23.92 -I/usr/include/libdrm +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs libdrm_intel` -> 0 +#15 23.92 stdout: +#15 23.92 -L/usr/lib -ldrm_intel -ldrm +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs libdrm_intel` -> 0 +#15 23.92 stdout: +#15 23.92 -ldrm_intel -ldrm +#15 23.92 ----------- +#15 23.92 Run-time dependency libdrm_intel found: YES 2.4.126 +#15 23.92 Determining dependency 'libdrm_amdgpu' with pkg-config executable '/usr/sbin/pkg-config' +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --modversion libdrm_amdgpu` -> 0 +#15 23.92 stdout: +#15 23.92 2.4.126 +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --cflags libdrm_amdgpu` -> 0 +#15 23.92 stdout: +#15 23.92 -I/usr/include/libdrm +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs libdrm_amdgpu` -> 0 +#15 23.92 stdout: +#15 23.92 -L/usr/lib -ldrm_amdgpu +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs libdrm_amdgpu` -> 0 +#15 23.92 stdout: +#15 23.92 -ldrm_amdgpu +#15 23.92 ----------- +#15 23.92 Run-time dependency libdrm_amdgpu found: YES 2.4.126 +#15 23.92 Determining dependency 'libdrm' with pkg-config executable '/usr/sbin/pkg-config' +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --modversion libdrm` -> 0 +#15 23.92 stdout: +#15 23.92 2.4.126 +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --cflags libdrm` -> 0 +#15 23.92 stdout: +#15 23.92 -I/usr/include/libdrm +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs libdrm` -> 0 +#15 23.92 stdout: +#15 23.92 -L/usr/lib -ldrm +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs libdrm` -> 0 +#15 23.92 stdout: +#15 23.92 -ldrm +#15 23.92 ----------- +#15 23.92 Run-time dependency libdrm found: YES 2.4.126 +#15 23.92 Determining dependency 'libudev' with pkg-config executable '/usr/sbin/pkg-config' +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --modversion libudev` -> 0 +#15 23.92 stdout: +#15 23.92 258 +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --cflags libudev` -> 0 +#15 23.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs libudev` -> 0 +#15 23.92 stdout: +#15 23.92 -L/usr/lib -ludev +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs libudev` -> 0 +#15 23.92 stdout: +#15 23.92 -ludev +#15 23.92 ----------- +#15 23.92 Run-time dependency libudev found: YES 258 +#15 23.92 llvm-config binary missing from cross or native file, or env var undefined. +#15 23.92 Trying a default llvm-config fallback at llvm-config +#15 23.92 Trying a default llvm-config fallback at llvm-config-21.1 +#15 23.92 Trying a default llvm-config fallback at llvm-config21.1 +#15 23.92 Trying a default llvm-config fallback at llvm-config-21 +#15 23.92 Trying a default llvm-config fallback at llvm-config21 +#15 23.92 Trying a default llvm-config fallback at llvm-config-20.1 +#15 23.92 Trying a default llvm-config fallback at llvm-config20.1 +#15 23.92 Trying a default llvm-config fallback at llvm-config-20 +#15 23.92 Trying a default llvm-config fallback at llvm-config20 +#15 23.92 Trying a default llvm-config fallback at llvm-config-19.1 +#15 23.92 Trying a default llvm-config fallback at llvm-config19.1 +#15 23.92 Trying a default llvm-config fallback at llvm-config-19 +#15 23.92 Trying a default llvm-config fallback at llvm-config19 +#15 23.92 Trying a default llvm-config fallback at llvm-config-18.1 +#15 23.92 Trying a default llvm-config fallback at llvm-config18.1 +#15 23.92 Trying a default llvm-config fallback at llvm-config-18 +#15 23.92 Trying a default llvm-config fallback at llvm-config18 +#15 23.92 Trying a default llvm-config fallback at llvm-config-17 +#15 23.92 Trying a default llvm-config fallback at llvm-config17 +#15 23.92 Trying a default llvm-config fallback at llvm-config-16 +#15 23.92 Trying a default llvm-config fallback at llvm-config16 +#15 23.92 Trying a default llvm-config fallback at llvm-config-15 +#15 23.92 Trying a default llvm-config fallback at llvm-config15 +#15 23.92 Trying a default llvm-config fallback at llvm-config-14 +#15 23.92 Trying a default llvm-config fallback at llvm-config14 +#15 23.92 Trying a default llvm-config fallback at llvm-config-13 +#15 23.92 Trying a default llvm-config fallback at llvm-config13 +#15 23.92 Trying a default llvm-config fallback at llvm-config-12 +#15 23.92 Trying a default llvm-config fallback at llvm-config12 +#15 23.92 Trying a default llvm-config fallback at llvm-config-11 +#15 23.92 Trying a default llvm-config fallback at llvm-config11 +#15 23.92 Trying a default llvm-config fallback at llvm-config-10 +#15 23.92 Trying a default llvm-config fallback at llvm-config10 +#15 23.92 Trying a default llvm-config fallback at llvm-config-9 +#15 23.92 Trying a default llvm-config fallback at llvm-config90 +#15 23.92 Trying a default llvm-config fallback at llvm-config-8 +#15 23.92 Trying a default llvm-config fallback at llvm-config80 +#15 23.92 Trying a default llvm-config fallback at llvm-config-7 +#15 23.92 Trying a default llvm-config fallback at llvm-config70 +#15 23.92 Trying a default llvm-config fallback at llvm-config-6.0 +#15 23.92 Trying a default llvm-config fallback at llvm-config60 +#15 23.92 Trying a default llvm-config fallback at llvm-config-5.0 +#15 23.92 Trying a default llvm-config fallback at llvm-config50 +#15 23.92 Trying a default llvm-config fallback at llvm-config-4.0 +#15 23.92 Trying a default llvm-config fallback at llvm-config40 +#15 23.92 Trying a default llvm-config fallback at llvm-config-3.9 +#15 23.92 Trying a default llvm-config fallback at llvm-config39 +#15 23.92 Trying a default llvm-config fallback at llvm-config-3.8 +#15 23.92 Trying a default llvm-config fallback at llvm-config38 +#15 23.92 Trying a default llvm-config fallback at llvm-config-3.7 +#15 23.92 Trying a default llvm-config fallback at llvm-config37 +#15 23.92 Trying a default llvm-config fallback at llvm-config-3.6 +#15 23.92 Trying a default llvm-config fallback at llvm-config36 +#15 23.92 Trying a default llvm-config fallback at llvm-config-3.5 +#15 23.92 Trying a default llvm-config fallback at llvm-config35 +#15 23.92 Trying a default llvm-config fallback at llvm-config-20 +#15 23.92 Trying a default llvm-config fallback at llvm-config-devel +#15 23.92 Trying a default llvm-config fallback at llvm-config-64 +#15 23.92 llvm-config found: YES (/usr/sbin/llvm-config) 20.1.8 +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/llvm-config --components` -> 0 +#15 23.92 stdout: +#15 23.92 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 23.92 ----------- +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/llvm-config --cppflags` -> 0 +#15 23.92 stdout: +#15 23.92 -I/usr/include -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS +#15 23.92 ----------- +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/llvm-config --shared-mode` -> 0 +#15 23.92 stdout: +#15 23.92 shared +#15 23.92 ----------- +#15 23.92 ----------- +#15 23.92 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 23.92 stdout: +#15 23.92 -L/usr/lib +#15 23.92 -lLLVM-20 +#15 23.92 ----------- +#15 23.92 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 23.92 Got config-tool variable has-rtti : YES +#15 23.92 Determining dependency 'LLVMSPIRVLib' with pkg-config executable '/usr/sbin/pkg-config' +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --modversion LLVMSPIRVLib` -> 0 +#15 23.92 stdout: +#15 23.92 20.1.0.0 +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --cflags LLVMSPIRVLib` -> 0 +#15 23.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs LLVMSPIRVLib` -> 0 +#15 23.92 stdout: +#15 23.92 -L/usr/lib -lLLVMSPIRVLib +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs LLVMSPIRVLib` -> 0 +#15 23.92 stdout: +#15 23.92 -lLLVMSPIRVLib +#15 23.92 ----------- +#15 23.92 Run-time dependency llvmspirvlib found: YES 20.1.0.0 +#15 23.92 Determining dependency 'SPIRV-Tools' with pkg-config executable '/usr/sbin/pkg-config' +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --modversion SPIRV-Tools` -> 0 +#15 23.92 stdout: +#15 23.92 2025.4.1 +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --cflags SPIRV-Tools` -> 0 +#15 23.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs SPIRV-Tools` -> 0 +#15 23.92 stdout: +#15 23.92 -L/usr/lib -lSPIRV-Tools-opt -lSPIRV-Tools -lSPIRV-Tools-link +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs SPIRV-Tools` -> 0 +#15 23.92 stdout: +#15 23.92 -lSPIRV-Tools-opt -lSPIRV-Tools -lSPIRV-Tools-link +#15 23.92 ----------- +#15 23.92 Run-time dependency spirv-tools found: YES 2025.4.1 +#15 23.92 Got config-tool variable libdir : /usr/lib +#15 23.92 Library clang-cpp found: YES +#15 23.92 Determining dependency 'lua54' with pkg-config executable '/usr/sbin/pkg-config' +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --modversion lua54` -> 1 +#15 23.92 stderr: +#15 23.92 Package lua54 was not found in the pkg-config search path. +#15 23.92 Perhaps you should add the directory containing `lua54.pc' +#15 23.92 to the PKG_CONFIG_PATH environment variable +#15 23.92 Package 'lua54' not found +#15 23.92 ----------- +#15 23.92 CMake binary for host machine is cached. +#15 23.92 Preliminary CMake check failed. Aborting. +#15 23.92 Run-time dependency lua54 found: NO (tried pkgconfig and cmake) +#15 23.92 Determining dependency 'lua5.4' with pkg-config executable '/usr/sbin/pkg-config' +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --modversion lua5.4` -> 1 +#15 23.92 stderr: +#15 23.92 Package lua5.4 was not found in the pkg-config search path. +#15 23.92 Perhaps you should add the directory containing `lua5.4.pc' +#15 23.92 to the PKG_CONFIG_PATH environment variable +#15 23.92 Package 'lua5.4' not found +#15 23.92 ----------- +#15 23.92 CMake binary for host machine is cached. +#15 23.92 Preliminary CMake check failed. Aborting. +#15 23.92 Run-time dependency lua5.4 found: NO (tried pkgconfig and cmake) +#15 23.92 Determining dependency 'lua-5.4' with pkg-config executable '/usr/sbin/pkg-config' +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --modversion lua-5.4` -> 1 +#15 23.92 stderr: +#15 23.92 Package lua-5.4 was not found in the pkg-config search path. +#15 23.92 Perhaps you should add the directory containing `lua-5.4.pc' +#15 23.92 to the PKG_CONFIG_PATH environment variable +#15 23.92 Package 'lua-5.4' not found +#15 23.92 ----------- +#15 23.92 CMake binary for host machine is cached. +#15 23.92 Preliminary CMake check failed. Aborting. +#15 23.92 Run-time dependency lua-5.4 found: NO (tried pkgconfig and cmake) +#15 23.92 Determining dependency 'lua53' with pkg-config executable '/usr/sbin/pkg-config' +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --modversion lua53` -> 1 +#15 23.92 stderr: +#15 23.92 Package lua53 was not found in the pkg-config search path. +#15 23.92 Perhaps you should add the directory containing `lua53.pc' +#15 23.92 to the PKG_CONFIG_PATH environment variable +#15 23.92 Package 'lua53' not found +#15 23.92 ----------- +#15 23.92 CMake binary for host machine is cached. +#15 23.92 Preliminary CMake check failed. Aborting. +#15 23.92 Run-time dependency lua53 found: NO (tried pkgconfig and cmake) +#15 23.92 Determining dependency 'lua5.3' with pkg-config executable '/usr/sbin/pkg-config' +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --modversion lua5.3` -> 1 +#15 23.92 stderr: +#15 23.92 Package lua5.3 was not found in the pkg-config search path. +#15 23.92 Perhaps you should add the directory containing `lua5.3.pc' +#15 23.92 to the PKG_CONFIG_PATH environment variable +#15 23.92 Package 'lua5.3' not found +#15 23.92 ----------- +#15 23.92 CMake binary for host machine is cached. +#15 23.92 Preliminary CMake check failed. Aborting. +#15 23.92 Run-time dependency lua5.3 found: NO (tried pkgconfig and cmake) +#15 23.92 Determining dependency 'lua-5.3' with pkg-config executable '/usr/sbin/pkg-config' +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --modversion lua-5.3` -> 1 +#15 23.92 stderr: +#15 23.92 Package lua-5.3 was not found in the pkg-config search path. +#15 23.92 Perhaps you should add the directory containing `lua-5.3.pc' +#15 23.92 to the PKG_CONFIG_PATH environment variable +#15 23.92 Package 'lua-5.3' not found +#15 23.92 ----------- +#15 23.92 CMake binary for host machine is cached. +#15 23.92 Preliminary CMake check failed. Aborting. +#15 23.92 Run-time dependency lua-5.3 found: NO (tried pkgconfig and cmake) +#15 23.92 Determining dependency 'lua' with pkg-config executable '/usr/sbin/pkg-config' +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --modversion lua` -> 1 +#15 23.92 stderr: +#15 23.92 Package lua was not found in the pkg-config search path. +#15 23.92 Perhaps you should add the directory containing `lua.pc' +#15 23.92 to the PKG_CONFIG_PATH environment variable +#15 23.92 Package 'lua' not found +#15 23.92 ----------- +#15 23.92 CMake binary for host machine is cached. +#15 23.92 +#15 23.92 Determining dependency 'lua' with CMake executable '/usr/sbin/cmake' +#15 23.92 CMake Toolchain: Calling CMake once to generate the compiler state +#15 23.92 Calling CMake (['/usr/sbin/cmake']) in /mesa/_build/meson-private/__CMake_compiler_info__ with: +#15 23.92 - "--trace-expand" +#15 23.92 - "--trace-format=json-v1" +#15 23.92 - "--no-warn-unused-cli" +#15 23.92 - "--trace-redirect=cmake_trace.txt" +#15 23.92 - "-G" +#15 23.92 - "Ninja" +#15 23.92 - "-DCMAKE_TOOLCHAIN_FILE=/mesa/_build/meson-private/__CMake_compiler_info__/CMakeMesonTempToolchainFile.cmake" +#15 23.92 - "." +#15 23.92 Try CMake generator: auto +#15 23.92 Calling CMake (['/usr/sbin/cmake']) in /mesa/_build/meson-private/cmake_lua with: +#15 23.92 - "-DNAME=lua" +#15 23.92 - "-DARCHS=" +#15 23.92 - "-DVERSION=" +#15 23.92 - "-DCOMPS=" +#15 23.92 - "-DSTATIC=OFF" +#15 23.92 - "--trace-expand" +#15 23.92 - "--trace-format=json-v1" +#15 23.92 - "--no-warn-unused-cli" +#15 23.92 - "--trace-redirect=cmake_trace.txt" +#15 23.92 - "-DCMAKE_TOOLCHAIN_FILE=/mesa/_build/meson-private/cmake_lua/CMakeMesonToolchainFile.cmake" +#15 23.92 - "." +#15 23.92 CMake reported that the package lua was not found, even though Meson's preliminary check succeeded. +#15 23.92 Dependency lookup for lua with method 'cmake' failed: Dependency lua not found: PACKAGE_FOUND is false +#15 23.92 Run-time dependency lua found: NO (tried pkgconfig) +#15 23.92 Determining dependency 'libelf' with pkg-config executable '/usr/sbin/pkg-config' +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --modversion libelf` -> 0 +#15 23.92 stdout: +#15 23.92 0.193 +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --cflags libelf` -> 0 +#15 23.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs libelf` -> 0 +#15 23.92 stdout: +#15 23.92 -L/usr/lib -lelf +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs libelf` -> 0 +#15 23.92 stdout: +#15 23.92 -lelf +#15 23.92 ----------- +#15 23.92 Run-time dependency libelf found: YES 0.193 +#15 23.92 Dependency valgrind skipped: feature valgrind disabled +#15 23.92 Program bison found: YES (/usr/sbin/bison) +#15 23.92 Running command: /usr/sbin/bison --version +#15 23.92 --- stdout --- +#15 23.92 bison (GNU Bison) 3.8.2 +#15 23.92 Written by Robert Corbett and Richard Stallman. +#15 23.92 +#15 23.92 Copyright (C) 2021 Free Software Foundation, Inc. +#15 23.92 This is free software; see the source for copying conditions. There is NO +#15 23.92 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +#15 23.92 +#15 23.92 --- stderr --- +#15 23.92 +#15 23.92 +#15 23.92 Program bison found: YES 3.8.2 3.8.2 (/usr/sbin/bison) +#15 23.92 Program flex found: YES (/usr/sbin/flex) +#15 23.92 Determining dependency 'libunwind' with pkg-config executable '/usr/sbin/pkg-config' +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --modversion libunwind` -> 0 +#15 23.92 stdout: +#15 23.92 1.8.2 +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --cflags libunwind` -> 0 +#15 23.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs libunwind` -> 0 +#15 23.92 stdout: +#15 23.92 -L/usr/lib -lunwind +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs libunwind` -> 0 +#15 23.92 stdout: +#15 23.92 -lunwind +#15 23.92 ----------- +#15 23.92 Run-time dependency libunwind found: YES 1.8.2 +#15 23.92 Determining dependency 'wayland-scanner' with pkg-config executable '/usr/sbin/pkg-config' +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --modversion wayland-scanner` -> 0 +#15 23.92 stdout: +#15 23.92 1.24.0 +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --cflags wayland-scanner` -> 0 +#15 23.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs wayland-scanner` -> 0 +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs wayland-scanner` -> 0 +#15 23.92 Build-time dependency wayland-scanner found: YES 1.24.0 +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --variable=wayland_scanner wayland-scanner` -> 0 +#15 23.92 stdout: +#15 23.92 /usr/bin/wayland-scanner +#15 23.92 ----------- +#15 23.92 Got pkg-config variable wayland_scanner : /usr/bin/wayland-scanner +#15 23.92 Program /usr/bin/wayland-scanner found: YES (/usr/bin/wayland-scanner) +#15 23.92 Determining dependency 'wayland-protocols' with pkg-config executable '/usr/sbin/pkg-config' +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --modversion wayland-protocols` -> 0 +#15 23.92 stdout: +#15 23.92 1.45 +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --cflags wayland-protocols` -> 0 +#15 23.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs wayland-protocols` -> 0 +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs wayland-protocols` -> 0 +#15 23.92 Run-time dependency wayland-protocols found: YES 1.45 +#15 23.92 Determining dependency 'wayland-client' with pkg-config executable '/usr/sbin/pkg-config' +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --modversion wayland-client` -> 0 +#15 23.92 stdout: +#15 23.92 1.24.0 +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --cflags wayland-client` -> 0 +#15 23.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs wayland-client` -> 0 +#15 23.92 stdout: +#15 23.92 -L/usr/lib -lwayland-client -lm +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs wayland-client` -> 0 +#15 23.92 stdout: +#15 23.92 -lwayland-client -lm +#15 23.92 ----------- +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpiffhekm_ +#15 23.92 Code: +#15 23.92 int main(void) { return 0; } +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang++ -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpiffhekm_/testfile.cpp -o /mesa/_build/meson-private/tmpiffhekm_/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 23.92 Run-time dependency wayland-client found: YES 1.24.0 +#15 23.92 Determining dependency 'wayland-server' with pkg-config executable '/usr/sbin/pkg-config' +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --modversion wayland-server` -> 0 +#15 23.92 stdout: +#15 23.92 1.24.0 +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --cflags wayland-server` -> 0 +#15 23.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs wayland-server` -> 0 +#15 23.92 stdout: +#15 23.92 -L/usr/lib -lwayland-server -lm +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs wayland-server` -> 0 +#15 23.92 stdout: +#15 23.92 -lwayland-server -lm +#15 23.92 ----------- +#15 23.92 Run-time dependency wayland-server found: YES 1.24.0 +#15 23.92 Determining dependency 'wayland-egl-backend' with pkg-config executable '/usr/sbin/pkg-config' +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --modversion wayland-egl-backend` -> 0 +#15 23.92 stdout: +#15 23.92 3 +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --cflags wayland-egl-backend` -> 0 +#15 23.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs wayland-egl-backend` -> 0 +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs wayland-egl-backend` -> 0 +#15 23.92 Run-time dependency wayland-egl-backend found: YES 3 +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpe0q0qo2z +#15 23.92 Code: +#15 23.92 #include +#15 23.92 #include +#15 23.92 +#15 23.92 #if defined __stub_wl_display_dispatch_queue_timeout || defined __stub___wl_display_dispatch_queue_timeout +#15 23.92 fail fail fail this function is not going to work +#15 23.92 #endif +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 void *a = (void*) &wl_display_dispatch_queue_timeout; +#15 23.92 long long b = (long long) a; +#15 23.92 return (int) b; +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpe0q0qo2z/testfile.c -o /mesa/_build/meson-private/tmpe0q0qo2z/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 23.92 Checking for function "wl_display_dispatch_queue_timeout" with dependency wayland-client: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp8ysadchq +#15 23.92 Code: +#15 23.92 #include +#15 23.92 #include +#15 23.92 +#15 23.92 #if defined __stub_wl_display_create_queue_with_name || defined __stub___wl_display_create_queue_with_name +#15 23.92 fail fail fail this function is not going to work +#15 23.92 #endif +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 void *a = (void*) &wl_display_create_queue_with_name; +#15 23.92 long long b = (long long) a; +#15 23.92 return (int) b; +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp8ysadchq/testfile.c -o /mesa/_build/meson-private/tmp8ysadchq/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 23.92 Checking for function "wl_display_create_queue_with_name" with dependency wayland-client: YES +#15 23.92 Determining dependency 'xcb' with pkg-config executable '/usr/sbin/pkg-config' +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --modversion xcb` -> 0 +#15 23.92 stdout: +#15 23.92 1.17.0 +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --cflags xcb` -> 0 +#15 23.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs xcb` -> 0 +#15 23.92 stdout: +#15 23.92 -L/usr/lib -lxcb +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs xcb` -> 0 +#15 23.92 stdout: +#15 23.92 -lxcb +#15 23.92 ----------- +#15 23.92 Run-time dependency xcb found: YES 1.17.0 +#15 23.92 Determining dependency 'xcb-randr' with pkg-config executable '/usr/sbin/pkg-config' +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --modversion xcb-randr` -> 0 +#15 23.92 stdout: +#15 23.92 1.17.0 +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --cflags xcb-randr` -> 0 +#15 23.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs xcb-randr` -> 0 +#15 23.92 stdout: +#15 23.92 -L/usr/lib -lxcb-randr +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs xcb-randr` -> 0 +#15 23.92 stdout: +#15 23.92 -lxcb-randr +#15 23.92 ----------- +#15 23.92 Run-time dependency xcb-randr found: YES 1.17.0 +#15 23.92 Determining dependency 'x11' with pkg-config executable '/usr/sbin/pkg-config' +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --modversion x11` -> 0 +#15 23.92 stdout: +#15 23.92 1.8.12 +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --cflags x11` -> 0 +#15 23.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs x11` -> 0 +#15 23.92 stdout: +#15 23.92 -L/usr/lib -lX11 +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs x11` -> 0 +#15 23.92 stdout: +#15 23.92 -lX11 +#15 23.92 ----------- +#15 23.92 Run-time dependency x11 found: YES 1.8.12 +#15 23.92 Determining dependency 'xext' with pkg-config executable '/usr/sbin/pkg-config' +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --modversion xext` -> 0 +#15 23.92 stdout: +#15 23.92 1.3.6 +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --cflags xext` -> 0 +#15 23.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs xext` -> 0 +#15 23.92 stdout: +#15 23.92 -L/usr/lib -lXext +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs xext` -> 0 +#15 23.92 stdout: +#15 23.92 -lXext +#15 23.92 ----------- +#15 23.92 Run-time dependency xext found: YES 1.3.6 +#15 23.92 Determining dependency 'xcb-glx' with pkg-config executable '/usr/sbin/pkg-config' +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --modversion xcb-glx` -> 0 +#15 23.92 stdout: +#15 23.92 1.17.0 +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --cflags xcb-glx` -> 0 +#15 23.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs xcb-glx` -> 0 +#15 23.92 stdout: +#15 23.92 -L/usr/lib -lxcb-glx +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs xcb-glx` -> 0 +#15 23.92 stdout: +#15 23.92 -lxcb-glx +#15 23.92 ----------- +#15 23.92 Run-time dependency xcb-glx found: YES 1.17.0 +#15 23.92 Determining dependency 'xcb-shm' with pkg-config executable '/usr/sbin/pkg-config' +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --modversion xcb-shm` -> 0 +#15 23.92 stdout: +#15 23.92 1.17.0 +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --cflags xcb-shm` -> 0 +#15 23.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs xcb-shm` -> 0 +#15 23.92 stdout: +#15 23.92 -L/usr/lib -lxcb-shm +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs xcb-shm` -> 0 +#15 23.92 stdout: +#15 23.92 -lxcb-shm +#15 23.92 ----------- +#15 23.92 Run-time dependency xcb-shm found: YES 1.17.0 +#15 23.92 Dependency xcb found: YES 1.17.0 (cached) +#15 23.92 Determining dependency 'xcb-keysyms' with pkg-config executable '/usr/sbin/pkg-config' +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --modversion xcb-keysyms` -> 0 +#15 23.92 stdout: +#15 23.92 0.4.1 +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --cflags xcb-keysyms` -> 0 +#15 23.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs xcb-keysyms` -> 0 +#15 23.92 stdout: +#15 23.92 -L/usr/lib -lxcb-keysyms -lxcb +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs xcb-keysyms` -> 0 +#15 23.92 stdout: +#15 23.92 -lxcb-keysyms -lxcb +#15 23.92 ----------- +#15 23.92 Run-time dependency xcb-keysyms found: YES 0.4.1 +#15 23.92 Determining dependency 'x11-xcb' with pkg-config executable '/usr/sbin/pkg-config' +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --modversion x11-xcb` -> 0 +#15 23.92 stdout: +#15 23.92 1.8.12 +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --cflags x11-xcb` -> 0 +#15 23.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs x11-xcb` -> 0 +#15 23.92 stdout: +#15 23.92 -L/usr/lib -lX11-xcb -lX11 -lxcb +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs x11-xcb` -> 0 +#15 23.92 stdout: +#15 23.92 -lX11-xcb -lX11 -lxcb +#15 23.92 ----------- +#15 23.92 Run-time dependency x11-xcb found: YES 1.8.12 +#15 23.92 Determining dependency 'xcb-dri3' with pkg-config executable '/usr/sbin/pkg-config' +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --modversion xcb-dri3` -> 0 +#15 23.92 stdout: +#15 23.92 1.17.0 +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --cflags xcb-dri3` -> 0 +#15 23.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs xcb-dri3` -> 0 +#15 23.92 stdout: +#15 23.92 -L/usr/lib -lxcb-dri3 +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs xcb-dri3` -> 0 +#15 23.92 stdout: +#15 23.92 -lxcb-dri3 +#15 23.92 ----------- +#15 23.92 Run-time dependency xcb-dri3 found: YES 1.17.0 +#15 23.92 Determining dependency 'xcb-present' with pkg-config executable '/usr/sbin/pkg-config' +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --modversion xcb-present` -> 0 +#15 23.92 stdout: +#15 23.92 1.17.0 +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --cflags xcb-present` -> 0 +#15 23.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs xcb-present` -> 0 +#15 23.92 stdout: +#15 23.92 -L/usr/lib -lxcb-present +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs xcb-present` -> 0 +#15 23.92 stdout: +#15 23.92 -lxcb-present +#15 23.92 ----------- +#15 23.92 Run-time dependency xcb-present found: YES 1.17.0 +#15 23.92 Dependency xcb-shm found: YES 1.17.0 (cached) +#15 23.92 Determining dependency 'xcb-sync' with pkg-config executable '/usr/sbin/pkg-config' +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --modversion xcb-sync` -> 0 +#15 23.92 stdout: +#15 23.92 1.17.0 +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --cflags xcb-sync` -> 0 +#15 23.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs xcb-sync` -> 0 +#15 23.92 stdout: +#15 23.92 -L/usr/lib -lxcb-sync +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs xcb-sync` -> 0 +#15 23.92 stdout: +#15 23.92 -lxcb-sync +#15 23.92 ----------- +#15 23.92 Run-time dependency xcb-sync found: YES 1.17.0 +#15 23.92 Determining dependency 'xshmfence' with pkg-config executable '/usr/sbin/pkg-config' +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --modversion xshmfence` -> 0 +#15 23.92 stdout: +#15 23.92 1.3.3 +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --cflags xshmfence` -> 0 +#15 23.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs xshmfence` -> 0 +#15 23.92 stdout: +#15 23.92 -L/usr/lib -lxshmfence +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs xshmfence` -> 0 +#15 23.92 stdout: +#15 23.92 -lxshmfence +#15 23.92 ----------- +#15 23.92 Run-time dependency xshmfence found: YES 1.3.3 +#15 23.92 Determining dependency 'glproto' with pkg-config executable '/usr/sbin/pkg-config' +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --modversion glproto` -> 0 +#15 23.92 stdout: +#15 23.92 1.4.17 +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --cflags glproto` -> 0 +#15 23.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs glproto` -> 0 +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs glproto` -> 0 +#15 23.92 Run-time dependency glproto found: YES 1.4.17 +#15 23.92 Determining dependency 'xxf86vm' with pkg-config executable '/usr/sbin/pkg-config' +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --modversion xxf86vm` -> 0 +#15 23.92 stdout: +#15 23.92 1.1.6 +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --cflags xxf86vm` -> 0 +#15 23.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs xxf86vm` -> 0 +#15 23.92 stdout: +#15 23.92 -L/usr/lib -lXxf86vm +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs xxf86vm` -> 0 +#15 23.92 stdout: +#15 23.92 -lXxf86vm +#15 23.92 ----------- +#15 23.92 Run-time dependency xxf86vm found: YES 1.1.6 +#15 23.92 Determining dependency 'xcb-xfixes' with pkg-config executable '/usr/sbin/pkg-config' +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --modversion xcb-xfixes` -> 0 +#15 23.92 stdout: +#15 23.92 1.17.0 +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --cflags xcb-xfixes` -> 0 +#15 23.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs xcb-xfixes` -> 0 +#15 23.92 stdout: +#15 23.92 -L/usr/lib -lxcb-xfixes +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs xcb-xfixes` -> 0 +#15 23.92 stdout: +#15 23.92 -lxcb-xfixes +#15 23.92 ----------- +#15 23.92 Run-time dependency xcb-xfixes found: YES 1.17.0 +#15 23.92 Dependency xcb-dri3 found: YES 1.17.0 (cached) +#15 23.92 Dependency xcb-present found: YES 1.17.0 (cached) +#15 23.92 Dependency xcb-shm found: YES 1.17.0 (cached) +#15 23.92 Dependency xshmfence found: YES 1.3.3 (cached) +#15 23.92 Dependency xcb-randr found: YES 1.17.0 (cached) +#15 23.92 Determining dependency 'xrandr' with pkg-config executable '/usr/sbin/pkg-config' +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --modversion xrandr` -> 0 +#15 23.92 stdout: +#15 23.92 1.5.4 +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --cflags xrandr` -> 0 +#15 23.92 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs xrandr` -> 0 +#15 23.92 stdout: +#15 23.92 -L/usr/lib -lXrandr +#15 23.92 ----------- +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --libs xrandr` -> 0 +#15 23.92 stdout: +#15 23.92 -lXrandr +#15 23.92 ----------- +#15 23.92 Run-time dependency xrandr found: YES 1.5.4 +#15 23.92 Library sensors skipped: feature lmsensors disabled +#15 23.92 Program nm found: YES (/usr/sbin/nm) +#15 23.92 Program symbols-check.py found: YES (/usr/bin/python /mesa/bin/symbols-check.py) +#15 23.92 Program install_megadrivers.py found: YES (/usr/bin/python /mesa/bin/install_megadrivers.py) +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpxxotbydj +#15 23.92 Code: +#15 23.92 +#15 23.92 #include +#15 23.92 #include +#15 23.92 int main(void) { +#15 23.92 printf("%ld\n", (long)(sizeof(void *))); +#15 23.92 return 0; +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpxxotbydj/testfile.c -o /mesa/_build/meson-private/tmpxxotbydj/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 23.92 Program stdout: +#15 23.92 +#15 23.92 8 +#15 23.92 +#15 23.92 Program stderr: +#15 23.92 +#15 23.92 +#15 23.92 Checking for size of "void *" : 8 +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --variable=pkgdatadir wayland-protocols` -> 0 +#15 23.92 stdout: +#15 23.92 //usr/share/wayland-protocols +#15 23.92 ----------- +#15 23.92 Got pkg-config variable pkgdatadir : //usr/share/wayland-protocols +#15 23.92 env[PKG_CONFIG_PATH]: +#15 23.92 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 23.92 ----------- +#15 23.92 Called: `/usr/sbin/pkg-config --variable=libexecdir libclc` -> 0 +#15 23.92 stdout: +#15 23.92 /usr/share/clc +#15 23.92 ----------- +#15 23.92 Got pkg-config variable libexecdir : /usr/share/clc +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpo8c969qp +#15 23.92 Code: +#15 23.92 +#15 23.92 #define mmap meson_disable_define_of_mmap +#15 23.92 +#15 23.92 #include +#15 23.92 #undef mmap +#15 23.92 +#15 23.92 #ifdef __cplusplus +#15 23.92 extern "C" +#15 23.92 #endif +#15 23.92 char mmap (void); +#15 23.92 +#15 23.92 #if defined __stub_mmap || defined __stub___mmap +#15 23.92 fail fail fail this function is not going to work +#15 23.92 #endif +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 return mmap (); +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpo8c969qp/testfile.c -o /mesa/_build/meson-private/tmpo8c969qp/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 23.92 Checking for function "mmap" : YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmptn3a19z3 +#15 23.92 Code: +#15 23.92 #include +#15 23.92 void bar(void) { +#15 23.92 spvtools::LinkerOptions foo; +#15 23.92 (void) ( foo.SetAllowPtrTypeMismatch(true) ); +#15 23.92 +#15 23.92 (void) foo; +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmptn3a19z3/testfile.cpp -o /mesa/_build/meson-private/tmptn3a19z3/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 23.92 Checking whether type "spvtools::LinkerOptions" has member "SetAllowPtrTypeMismatch(true)" with dependency SPIRV-Tools: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmppodmw7at +#15 23.92 Code: +#15 23.92 int main(void) { return 0; } +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmppodmw7at/testfile.c -o /mesa/_build/meson-private/tmppodmw7at/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 23.92 Compiler for C supports link arguments -fPIC: YES +#15 23.92 Program decode.py found: YES (/mesa/src/compiler/isaspec/decode.py) +#15 23.92 Program encode.py found: YES (/mesa/src/compiler/isaspec/encode.py) +#15 23.92 Program bindgen found: YES (/usr/sbin/bindgen) +#15 23.92 Looking for a fallback subproject for the dependency syn because: +#15 23.92 Use of fallback dependencies is forced. +#15 23.92 Downloading syn source from https://crates.io/api/v1/crates/syn/2.0.87/download +#15 23.92 +#15 23.92 Executing subproject syn +#15 23.92 +#15 23.92 Project name: syn +#15 23.92 Project version: 2.0.87 +#15 23.92 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 23.92 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 23.92 Rust compiler for the build machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 23.92 Rust linker for the build machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 23.92 Downloading unicode-ident source from https://crates.io/api/v1/crates/unicode-ident/1.0.12/download +#15 23.92 +#15 23.92 Executing subproject syn:unicode-ident +#15 23.92 +#15 23.92 Project name: unicode-ident +#15 23.92 Project version: 1.0.12 +#15 23.92 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 23.92 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 23.92 Rust compiler for the build machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 23.92 Rust linker for the build machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 23.92 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 23.92 Build targets in project: 104 +#15 23.92 WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 23.92 * 1.3.0: {'rust_abi arg in static_library'} +#15 23.92 Subproject unicode-ident finished. +#15 23.92 +#15 23.92 Downloading quote source from https://crates.io/api/v1/crates/quote/1.0.35/download +#15 23.92 +#15 23.92 Executing subproject syn:quote +#15 23.92 +#15 23.92 Project name: quote +#15 23.92 Project version: 1.0.35 +#15 23.92 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 23.92 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 23.92 Rust compiler for the build machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 23.92 Rust linker for the build machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 23.92 Downloading proc-macro2 source from https://crates.io/api/v1/crates/proc-macro2/1.0.86/download +#15 23.92 +#15 23.92 Executing subproject syn:quote:proc-macro2 +#15 23.92 +#15 23.92 Project name: proc-macro2 +#15 23.92 Project version: 1.0.86 +#15 23.92 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 23.92 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 23.92 Rust compiler for the build machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 23.92 Rust linker for the build machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 23.92 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 23.92 Build targets in project: 105 +#15 23.92 WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 23.92 * 1.3.0: {'rust_abi arg in static_library'} +#15 23.92 Subproject proc-macro2 finished. +#15 23.92 +#15 23.92 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 23.92 Build targets in project: 106 +#15 23.92 WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 23.92 * 1.3.0: {'rust_abi arg in static_library'} +#15 23.92 Subproject quote finished. +#15 23.92 +#15 23.92 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 23.92 Build targets in project: 107 +#15 23.92 WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 23.92 * 1.3.0: {'rust_abi arg in static_library'} +#15 23.92 Subproject syn finished. +#15 23.92 +#15 23.92 Dependency syn from subproject subprojects/syn-2.0.87 found: YES 2.0.87 +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpzsoocmzt +#15 23.92 Code: +#15 23.92 int main(void) { return 0; } +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpzsoocmzt/testfile.c -o /mesa/_build/meson-private/tmpzsoocmzt/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 23.92 Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp0irwxk6f +#15 23.92 Code: +#15 23.92 int main(void) { return 0; } +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp0irwxk6f/testfile.c -o /mesa/_build/meson-private/tmp0irwxk6f/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 23.92 Compiler for C supports link arguments -Wl,-z,relro: YES +#15 23.92 Configuring VkLayer_MESA_overlay.json using configuration +#15 23.92 Configuring VkLayer_MESA_overlay.json.in_dev.json using configuration +#15 23.92 Using cached compile: +#15 23.92 Cached command line: /usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpzsoocmzt/testfile.c -o /mesa/_build/meson-private/tmpzsoocmzt/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 23.92 +#15 23.92 Code: +#15 23.92 int main(void) { return 0; } +#15 23.92 +#15 23.92 Cached compiler stdout: +#15 23.92 +#15 23.92 Cached compiler stderr: +#15 23.92 +#15 23.92 Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES (cached) +#15 23.92 Using cached compile: +#15 23.92 Cached command line: /usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp0irwxk6f/testfile.c -o /mesa/_build/meson-private/tmp0irwxk6f/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 23.92 +#15 23.92 Code: +#15 23.92 int main(void) { return 0; } +#15 23.92 +#15 23.92 Cached compiler stdout: +#15 23.92 +#15 23.92 Cached compiler stderr: +#15 23.92 +#15 23.92 Compiler for C supports link arguments -Wl,-z,relro: YES (cached) +#15 23.92 Configuring VkLayer_MESA_device_select.json using configuration +#15 23.92 Configuring VkLayer_MESA_device_select.json.in_dev.json using configuration +#15 23.92 Adding test "genxml sort gen40.xml" +#15 23.92 Adding test "genxml sort gen45.xml" +#15 23.92 Adding test "genxml sort gen50.xml" +#15 23.92 Adding test "genxml sort gen60.xml" +#15 23.92 Adding test "genxml sort gen70.xml" +#15 23.92 Adding test "genxml sort gen75.xml" +#15 23.92 Adding test "genxml sort gen80.xml" +#15 23.92 Adding test "genxml sort gen90.xml" +#15 23.92 Adding test "genxml sort gen110.xml" +#15 23.92 Adding test "genxml sort gen120.xml" +#15 23.92 Adding test "genxml sort gen125.xml" +#15 23.92 Adding test "genxml sort gen200.xml" +#15 23.92 Adding test "genxml sort gen300.xml" +#15 23.92 Adding test "genxml sort gen125_rt.xml" +#15 23.92 Adding test "genxml sort gen200_rt.xml" +#15 23.92 Adding test "genxml sort gen300_rt.xml" +#15 23.92 Using cached compile: +#15 23.92 Cached command line: /usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpzsoocmzt/testfile.c -o /mesa/_build/meson-private/tmpzsoocmzt/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 23.92 +#15 23.92 Code: +#15 23.92 int main(void) { return 0; } +#15 23.92 +#15 23.92 Cached compiler stdout: +#15 23.92 +#15 23.92 Cached compiler stderr: +#15 23.92 +#15 23.92 Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES (cached) +#15 23.92 Using cached compile: +#15 23.92 Cached command line: /usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp0irwxk6f/testfile.c -o /mesa/_build/meson-private/tmp0irwxk6f/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 23.92 +#15 23.92 Code: +#15 23.92 int main(void) { return 0; } +#15 23.92 +#15 23.92 Cached compiler stdout: +#15 23.92 +#15 23.92 Cached compiler stderr: +#15 23.92 +#15 23.92 Compiler for C supports link arguments -Wl,-z,relro: YES (cached) +#15 23.92 Configuring VkLayer_INTEL_nullhw.json using configuration +#15 23.92 Configuring VkLayer_INTEL_nullhw.json.in_dev.json using configuration +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmppssoga5v +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmppssoga5v/testfile.c -o /mesa/_build/meson-private/tmppssoga5v/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 23.92 Compiler for C supports arguments -Werror=switch: YES +#15 23.92 Using cached compile: +#15 23.92 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpd1v1bm8n/testfile.cpp -o /mesa/_build/meson-private/tmpd1v1bm8n/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 +#15 23.92 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 Cached compiler stdout: +#15 23.92 +#15 23.92 Cached compiler stderr: +#15 23.92 +#15 23.92 Compiler for C++ supports arguments -Wno-unused-variable: YES (cached) +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp3apd3w_b +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp3apd3w_b/testfile.cpp -o /mesa/_build/meson-private/tmp3apd3w_b/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 23.92 Compiler for C++ supports arguments -Wno-unused-local-typedefs: YES +#15 23.92 Using cached compile: +#15 23.92 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpd2xtwqan/testfile.cpp -o /mesa/_build/meson-private/tmpd2xtwqan/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 +#15 23.92 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 Cached compiler stdout: +#15 23.92 +#15 23.92 Cached compiler stderr: +#15 23.92 +#15 23.92 Compiler for C++ supports arguments -Wno-unused-but-set-variable: YES (cached) +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpujrjiz32 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpujrjiz32/testfile.cpp -o /mesa/_build/meson-private/tmpujrjiz32/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 23.92 stderr: +#15 23.92 error: unknown warning option '-Wmaybe-uninitialized'; did you mean '-Wuninitialized'? [-Werror,-Wunknown-warning-option] +#15 23.92 error: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Werror,-Wunknown-warning-option] +#15 23.92 ----------- +#15 23.92 Compiler for C++ supports arguments -Wno-maybe-uninitialized: NO +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp20pgufhk +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp20pgufhk/testfile.cpp -o /mesa/_build/meson-private/tmp20pgufhk/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 23.92 Compiler for C++ supports arguments -Wno-self-assign: YES +#15 23.92 Using cached compile: +#15 23.92 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpo3wt2y6r/testfile.cpp -o /mesa/_build/meson-private/tmpo3wt2y6r/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 +#15 23.92 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 Cached compiler stdout: +#15 23.92 +#15 23.92 Cached compiler stderr: +#15 23.92 clang++: error: no such file or directory: '/wd4189' +#15 23.92 +#15 23.92 Compiler for C++ supports arguments /wd4189: NO (cached) +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp_rrz43nm +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp_rrz43nm/testfile.cpp -o /mesa/_build/meson-private/tmp_rrz43nm/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 23.92 Compiler for C++ supports arguments -Wno-uninitialized: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpn8jqtvof +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpn8jqtvof/testfile.cpp -o /mesa/_build/meson-private/tmpn8jqtvof/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 23.92 Compiler for C++ supports arguments -fno-exceptions: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpfbdztojw +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpfbdztojw/testfile.cpp -o /mesa/_build/meson-private/tmpfbdztojw/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 23.92 Compiler for C++ supports arguments -fno-rtti: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmplkiho9mm +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmplkiho9mm/testfile.cpp -o /mesa/_build/meson-private/tmplkiho9mm/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 23.92 Compiler for C++ supports arguments -Wimplicit-fallthrough: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmptz_yaueh +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmptz_yaueh/testfile.cpp -o /mesa/_build/meson-private/tmptz_yaueh/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 23.92 Compiler for C++ supports arguments -Wshadow: YES +#15 23.92 Using cached compile: +#15 23.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpeo3vz4le/testfile.c -o /mesa/_build/meson-private/tmpeo3vz4le/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 23.92 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 Cached compiler stdout: +#15 23.92 +#15 23.92 Cached compiler stderr: +#15 23.92 +#15 23.92 Compiler for C supports arguments -Wimplicit-fallthrough: YES (cached) +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpycfftn60 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpycfftn60/testfile.c -o /mesa/_build/meson-private/tmpycfftn60/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 23.92 Compiler for C supports arguments -Wshadow: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp3oam1qjv +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp3oam1qjv/testfile.c -o /mesa/_build/meson-private/tmp3oam1qjv/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 23.92 Compiler for C supports arguments -Wall: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp91tf02sz +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp91tf02sz/testfile.c -o /mesa/_build/meson-private/tmp91tf02sz/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 23.92 Compiler for C supports arguments -Wextra: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpunm77bco +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpunm77bco/testfile.c -o /mesa/_build/meson-private/tmpunm77bco/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 23.92 Compiler for C supports arguments -Wno-unused: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmph15a56nf +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmph15a56nf/testfile.c -o /mesa/_build/meson-private/tmph15a56nf/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 23.92 Compiler for C supports arguments -Wno-unused-parameter: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp8gxilpj6 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp8gxilpj6/testfile.c -o /mesa/_build/meson-private/tmp8gxilpj6/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 23.92 Compiler for C supports arguments -Wno-unused-command-line-argument: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp249k0sez +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp249k0sez/testfile.c -o /mesa/_build/meson-private/tmp249k0sez/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 23.92 Compiler for C supports arguments -Wno-ignored-qualifiers: YES +#15 23.92 Using cached compile: +#15 23.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpt3h_bab2/testfile.c -o /mesa/_build/meson-private/tmpt3h_bab2/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 23.92 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 Cached compiler stdout: +#15 23.92 +#15 23.92 Cached compiler stderr: +#15 23.92 +#15 23.92 Compiler for C supports arguments -Wno-missing-field-initializers: YES (cached) +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpvhyprnz2 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpvhyprnz2/testfile.c -o /mesa/_build/meson-private/tmpvhyprnz2/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 23.92 Compiler for C supports arguments -Wno-self-assign: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpvw39ggz4 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpvw39ggz4/testfile.c -o /mesa/_build/meson-private/tmpvw39ggz4/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 23.92 Compiler for C supports arguments -Wno-implicit-fallthrough: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpx0gimbfy +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpx0gimbfy/testfile.c -o /mesa/_build/meson-private/tmpx0gimbfy/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 23.92 Compiler for C supports arguments -Werror=comment: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpogzvm4zf +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpogzvm4zf/testfile.c -o /mesa/_build/meson-private/tmpogzvm4zf/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 23.92 Compiler for C supports arguments -Werror=missing-braces: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpzrlngkto +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpzrlngkto/testfile.c -o /mesa/_build/meson-private/tmpzrlngkto/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 23.92 Compiler for C supports arguments -Werror=override-init: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp0rsnrjom +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp0rsnrjom/testfile.c -o /mesa/_build/meson-private/tmp0rsnrjom/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 23.92 Compiler for C supports arguments -Werror=enum-conversion: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpy7uoqsow +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpy7uoqsow/testfile.c -o /mesa/_build/meson-private/tmpy7uoqsow/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 23.92 Compiler for C supports arguments -Werror=enum-compare: YES +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmprhrha6wn +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmprhrha6wn/testfile.c -o /mesa/_build/meson-private/tmprhrha6wn/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 23.92 stderr: +#15 23.92 error: unknown warning option '-Werror=maybe-uninitialized'; did you mean '-Werror=uninitialized'? [-Werror,-Wunknown-warning-option] +#15 23.92 ----------- +#15 23.92 Compiler for C supports arguments -Werror=maybe-uninitialized: NO +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp63ec0s00 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp63ec0s00/testfile.c -o /mesa/_build/meson-private/tmp63ec0s00/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 23.92 Compiler for C supports arguments -Werror=parentheses: YES +#15 23.92 Using cached compile: +#15 23.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp3oam1qjv/testfile.c -o /mesa/_build/meson-private/tmp3oam1qjv/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 23.92 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 Cached compiler stdout: +#15 23.92 +#15 23.92 Cached compiler stderr: +#15 23.92 +#15 23.92 Compiler for C supports arguments -Wall: YES (cached) +#15 23.92 Using cached compile: +#15 23.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp91tf02sz/testfile.c -o /mesa/_build/meson-private/tmp91tf02sz/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 23.92 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 Cached compiler stdout: +#15 23.92 +#15 23.92 Cached compiler stderr: +#15 23.92 +#15 23.92 Compiler for C supports arguments -Wextra: YES (cached) +#15 23.92 Using cached compile: +#15 23.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpunm77bco/testfile.c -o /mesa/_build/meson-private/tmpunm77bco/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 23.92 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 Cached compiler stdout: +#15 23.92 +#15 23.92 Cached compiler stderr: +#15 23.92 +#15 23.92 Compiler for C supports arguments -Wno-unused: YES (cached) +#15 23.92 Using cached compile: +#15 23.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmph15a56nf/testfile.c -o /mesa/_build/meson-private/tmph15a56nf/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 23.92 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 Cached compiler stdout: +#15 23.92 +#15 23.92 Cached compiler stderr: +#15 23.92 +#15 23.92 Compiler for C supports arguments -Wno-unused-parameter: YES (cached) +#15 23.92 Using cached compile: +#15 23.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp8gxilpj6/testfile.c -o /mesa/_build/meson-private/tmp8gxilpj6/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 23.92 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 Cached compiler stdout: +#15 23.92 +#15 23.92 Cached compiler stderr: +#15 23.92 +#15 23.92 Compiler for C supports arguments -Wno-unused-command-line-argument: YES (cached) +#15 23.92 Using cached compile: +#15 23.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp249k0sez/testfile.c -o /mesa/_build/meson-private/tmp249k0sez/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 23.92 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 Cached compiler stdout: +#15 23.92 +#15 23.92 Cached compiler stderr: +#15 23.92 +#15 23.92 Compiler for C supports arguments -Wno-ignored-qualifiers: YES (cached) +#15 23.92 Using cached compile: +#15 23.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpt3h_bab2/testfile.c -o /mesa/_build/meson-private/tmpt3h_bab2/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 23.92 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 Cached compiler stdout: +#15 23.92 +#15 23.92 Cached compiler stderr: +#15 23.92 +#15 23.92 Compiler for C supports arguments -Wno-missing-field-initializers: YES (cached) +#15 23.92 Using cached compile: +#15 23.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpvhyprnz2/testfile.c -o /mesa/_build/meson-private/tmpvhyprnz2/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 23.92 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 Cached compiler stdout: +#15 23.92 +#15 23.92 Cached compiler stderr: +#15 23.92 +#15 23.92 Compiler for C supports arguments -Wno-self-assign: YES (cached) +#15 23.92 Using cached compile: +#15 23.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpvw39ggz4/testfile.c -o /mesa/_build/meson-private/tmpvw39ggz4/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 23.92 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 Cached compiler stdout: +#15 23.92 +#15 23.92 Cached compiler stderr: +#15 23.92 +#15 23.92 Compiler for C supports arguments -Wno-implicit-fallthrough: YES (cached) +#15 23.92 Using cached compile: +#15 23.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpx0gimbfy/testfile.c -o /mesa/_build/meson-private/tmpx0gimbfy/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 23.92 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 Cached compiler stdout: +#15 23.92 +#15 23.92 Cached compiler stderr: +#15 23.92 +#15 23.92 Compiler for C supports arguments -Werror=comment: YES (cached) +#15 23.92 Using cached compile: +#15 23.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpogzvm4zf/testfile.c -o /mesa/_build/meson-private/tmpogzvm4zf/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 23.92 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 Cached compiler stdout: +#15 23.92 +#15 23.92 Cached compiler stderr: +#15 23.92 +#15 23.92 Compiler for C supports arguments -Werror=missing-braces: YES (cached) +#15 23.92 Using cached compile: +#15 23.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpzrlngkto/testfile.c -o /mesa/_build/meson-private/tmpzrlngkto/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 23.92 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 Cached compiler stdout: +#15 23.92 +#15 23.92 Cached compiler stderr: +#15 23.92 +#15 23.92 Compiler for C supports arguments -Werror=override-init: YES (cached) +#15 23.92 Using cached compile: +#15 23.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp0rsnrjom/testfile.c -o /mesa/_build/meson-private/tmp0rsnrjom/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 23.92 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 Cached compiler stdout: +#15 23.92 +#15 23.92 Cached compiler stderr: +#15 23.92 +#15 23.92 Compiler for C supports arguments -Werror=enum-conversion: YES (cached) +#15 23.92 Using cached compile: +#15 23.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpy7uoqsow/testfile.c -o /mesa/_build/meson-private/tmpy7uoqsow/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 23.92 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 Cached compiler stdout: +#15 23.92 +#15 23.92 Cached compiler stderr: +#15 23.92 +#15 23.92 Compiler for C supports arguments -Werror=enum-compare: YES (cached) +#15 23.92 Using cached compile: +#15 23.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmprhrha6wn/testfile.c -o /mesa/_build/meson-private/tmprhrha6wn/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 23.92 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 Cached compiler stdout: +#15 23.92 +#15 23.92 Cached compiler stderr: +#15 23.92 error: unknown warning option '-Werror=maybe-uninitialized'; did you mean '-Werror=uninitialized'? [-Werror,-Wunknown-warning-option] +#15 23.92 +#15 23.92 Compiler for C supports arguments -Werror=maybe-uninitialized: NO (cached) +#15 23.92 Using cached compile: +#15 23.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp3oam1qjv/testfile.c -o /mesa/_build/meson-private/tmp3oam1qjv/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 23.92 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 Cached compiler stdout: +#15 23.92 +#15 23.92 Cached compiler stderr: +#15 23.92 +#15 23.92 Compiler for C supports arguments -Wall: YES (cached) +#15 23.92 Using cached compile: +#15 23.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp91tf02sz/testfile.c -o /mesa/_build/meson-private/tmp91tf02sz/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 23.92 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 Cached compiler stdout: +#15 23.92 +#15 23.92 Cached compiler stderr: +#15 23.92 +#15 23.92 Compiler for C supports arguments -Wextra: YES (cached) +#15 23.92 Using cached compile: +#15 23.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpunm77bco/testfile.c -o /mesa/_build/meson-private/tmpunm77bco/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 23.92 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 Cached compiler stdout: +#15 23.92 +#15 23.92 Cached compiler stderr: +#15 23.92 +#15 23.92 Compiler for C supports arguments -Wno-unused: YES (cached) +#15 23.92 Using cached compile: +#15 23.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmph15a56nf/testfile.c -o /mesa/_build/meson-private/tmph15a56nf/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 23.92 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 Cached compiler stdout: +#15 23.92 +#15 23.92 Cached compiler stderr: +#15 23.92 +#15 23.92 Compiler for C supports arguments -Wno-unused-parameter: YES (cached) +#15 23.92 Using cached compile: +#15 23.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp8gxilpj6/testfile.c -o /mesa/_build/meson-private/tmp8gxilpj6/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 23.92 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 Cached compiler stdout: +#15 23.92 +#15 23.92 Cached compiler stderr: +#15 23.92 +#15 23.92 Compiler for C supports arguments -Wno-unused-command-line-argument: YES (cached) +#15 23.92 Using cached compile: +#15 23.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp249k0sez/testfile.c -o /mesa/_build/meson-private/tmp249k0sez/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 23.92 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 Cached compiler stdout: +#15 23.92 +#15 23.92 Cached compiler stderr: +#15 23.92 +#15 23.92 Compiler for C supports arguments -Wno-ignored-qualifiers: YES (cached) +#15 23.92 Using cached compile: +#15 23.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpt3h_bab2/testfile.c -o /mesa/_build/meson-private/tmpt3h_bab2/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 23.92 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 Cached compiler stdout: +#15 23.92 +#15 23.92 Cached compiler stderr: +#15 23.92 +#15 23.92 Compiler for C supports arguments -Wno-missing-field-initializers: YES (cached) +#15 23.92 Using cached compile: +#15 23.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpvhyprnz2/testfile.c -o /mesa/_build/meson-private/tmpvhyprnz2/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 23.92 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 Cached compiler stdout: +#15 23.92 +#15 23.92 Cached compiler stderr: +#15 23.92 +#15 23.92 Compiler for C supports arguments -Wno-self-assign: YES (cached) +#15 23.92 Using cached compile: +#15 23.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpvw39ggz4/testfile.c -o /mesa/_build/meson-private/tmpvw39ggz4/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 23.92 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 Cached compiler stdout: +#15 23.92 +#15 23.92 Cached compiler stderr: +#15 23.92 +#15 23.92 Compiler for C supports arguments -Wno-implicit-fallthrough: YES (cached) +#15 23.92 Using cached compile: +#15 23.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpx0gimbfy/testfile.c -o /mesa/_build/meson-private/tmpx0gimbfy/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 23.92 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 Cached compiler stdout: +#15 23.92 +#15 23.92 Cached compiler stderr: +#15 23.92 +#15 23.92 Compiler for C supports arguments -Werror=comment: YES (cached) +#15 23.92 Using cached compile: +#15 23.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpogzvm4zf/testfile.c -o /mesa/_build/meson-private/tmpogzvm4zf/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 23.92 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 Cached compiler stdout: +#15 23.92 +#15 23.92 Cached compiler stderr: +#15 23.92 +#15 23.92 Compiler for C supports arguments -Werror=missing-braces: YES (cached) +#15 23.92 Using cached compile: +#15 23.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpzrlngkto/testfile.c -o /mesa/_build/meson-private/tmpzrlngkto/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 23.92 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 Cached compiler stdout: +#15 23.92 +#15 23.92 Cached compiler stderr: +#15 23.92 +#15 23.92 Compiler for C supports arguments -Werror=override-init: YES (cached) +#15 23.92 Using cached compile: +#15 23.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp0rsnrjom/testfile.c -o /mesa/_build/meson-private/tmp0rsnrjom/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 23.92 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 Cached compiler stdout: +#15 23.92 +#15 23.92 Cached compiler stderr: +#15 23.92 +#15 23.92 Compiler for C supports arguments -Werror=enum-conversion: YES (cached) +#15 23.92 Using cached compile: +#15 23.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpy7uoqsow/testfile.c -o /mesa/_build/meson-private/tmpy7uoqsow/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 23.92 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 Cached compiler stdout: +#15 23.92 +#15 23.92 Cached compiler stderr: +#15 23.92 +#15 23.92 Compiler for C supports arguments -Werror=enum-compare: YES (cached) +#15 23.92 Using cached compile: +#15 23.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmprhrha6wn/testfile.c -o /mesa/_build/meson-private/tmprhrha6wn/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 23.92 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 Cached compiler stdout: +#15 23.92 +#15 23.92 Cached compiler stderr: +#15 23.92 error: unknown warning option '-Werror=maybe-uninitialized'; did you mean '-Werror=uninitialized'? [-Werror,-Wunknown-warning-option] +#15 23.92 +#15 23.92 Compiler for C supports arguments -Werror=maybe-uninitialized: NO (cached) +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpjtid09z_ +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpjtid09z_/testfile.c -o /mesa/_build/meson-private/tmpjtid09z_/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 23.92 Compiler for C supports arguments -Wno-gnu-variable-sized-type-not-at-end: YES +#15 23.92 Running command: /usr/sbin/cbindgen --version +#15 23.92 --- stdout --- +#15 23.92 cbindgen 0.29.0 +#15 23.92 +#15 23.92 --- stderr --- +#15 23.92 +#15 23.92 +#15 23.92 Program cbindgen found: YES 0.29.0 0.29.0 (/usr/sbin/cbindgen) +#15 23.92 Looking for a fallback subproject for the dependency paste because: +#15 23.92 Use of fallback dependencies is forced. +#15 23.92 Downloading paste source from https://crates.io/api/v1/crates/paste/1.0.14/download +#15 23.92 +#15 23.92 Executing subproject paste +#15 23.92 +#15 23.92 Project name: paste +#15 23.92 Project version: 1.0.14 +#15 23.92 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 23.92 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 23.92 Rust compiler for the build machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 23.92 Rust linker for the build machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 23.92 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 23.92 Build targets in project: 455 +#15 23.92 WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 23.92 * 1.3.0: {'rust.proc_macro'} +#15 23.92 Subproject paste finished. +#15 23.92 +#15 23.92 Dependency paste from subproject subprojects/paste-1.0.14 found: YES 1.0.14 +#15 23.92 Dependency paste found: YES 1.0.14 (cached) +#15 23.92 Looking for a fallback subproject for the dependency rustc-hash because: +#15 23.92 Use of fallback dependencies is forced. +#15 23.92 Downloading rustc-hash source from https://crates.io/api/v1/crates/rustc-hash/2.1.1/download +#15 23.92 +#15 23.92 Executing subproject rustc-hash +#15 23.92 +#15 23.92 Project name: rustc_hash +#15 23.92 Project version: 2.1.1 +#15 23.92 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 23.92 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 23.92 Rust compiler for the build machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 23.92 Rust linker for the build machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 23.92 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 23.92 Build targets in project: 462 +#15 23.92 WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 23.92 * 1.3.0: {'rust_abi arg in static_library'} +#15 23.92 Subproject rustc-hash finished. +#15 23.92 +#15 23.92 Dependency rustc-hash from subproject subprojects/rustc-hash-2.1.1 found: YES 2.1.1 +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmp0b94w6e8 +#15 23.92 Code: +#15 23.92 #include +#15 23.92 void bar(void) { +#15 23.92 (void) sizeof(std::pmr::monotonic_buffer_resource); +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp0b94w6e8/testfile.cpp -o /mesa/_build/meson-private/tmp0b94w6e8/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 23.92 Checking for type "std::pmr::monotonic_buffer_resource" : YES +#15 23.92 Using cached compile: +#15 23.92 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpjtid09z_/testfile.c -o /mesa/_build/meson-private/tmpjtid09z_/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 23.92 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 Cached compiler stdout: +#15 23.92 +#15 23.92 Cached compiler stderr: +#15 23.92 +#15 23.92 Compiler for C supports arguments -Wno-gnu-variable-sized-type-not-at-end: YES (cached) +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpkt0swyg4 +#15 23.92 Code: +#15 23.92 extern int i; +#15 23.92 int i; +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpkt0swyg4/testfile.c -o /mesa/_build/meson-private/tmpkt0swyg4/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 23.92 Compiler for C supports arguments -Wno-missing-prototypes: YES +#15 23.92 Configuring rusticl.icd using configuration +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpm_cbm8o3 +#15 23.92 Code: +#15 23.92 int main(void) { return 0; } +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpm_cbm8o3/testfile.c -o /mesa/_build/meson-private/tmpm_cbm8o3/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 23.92 Compiler for C supports link arguments -Wl,--default-symver: YES +#15 23.92 Configuring dri.sym using configuration +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpz95osfrb +#15 23.92 Code: +#15 23.92 +#15 23.92 #define mincore meson_disable_define_of_mincore +#15 23.92 +#15 23.92 #include +#15 23.92 #undef mincore +#15 23.92 +#15 23.92 #ifdef __cplusplus +#15 23.92 extern "C" +#15 23.92 #endif +#15 23.92 char mincore (void); +#15 23.92 +#15 23.92 #if defined __stub_mincore || defined __stub___mincore +#15 23.92 fail fail fail this function is not going to work +#15 23.92 #endif +#15 23.92 +#15 23.92 int main(void) { +#15 23.92 return mincore (); +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpz95osfrb/testfile.c -o /mesa/_build/meson-private/tmpz95osfrb/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 23.92 Checking for function "mincore" : YES +#15 23.92 Configuring 50_mesa.json using configuration +#15 23.92 Configuring devenv_glvnd_egl.json using configuration +#15 23.92 Configuring dri.sym using configuration +#15 23.92 Program ln found: YES (/usr/sbin/ln) +#15 23.92 Program sphinx-build skipped: feature html-docs disabled +#15 23.92 Build targets in project: 595 +#15 23.92 +#15 23.92 mesa 25.2.4 +#15 23.92 +#15 23.92 Directories +#15 23.92 prefix : /usr +#15 23.92 libdir : lib +#15 23.92 includedir : include +#15 23.92 +#15 23.92 Common C and C++ arguments +#15 23.92 c_cpp_args : -mtls-dialect=gnu2 +#15 23.92 +#15 23.92 OpenGL +#15 23.92 OpenGL : YES +#15 23.92 ES1 : NO +#15 23.92 ES2 : YES +#15 23.92 GLVND : YES +#15 23.92 +#15 23.92 DRI +#15 23.92 Platform : drm +#15 23.92 Driver dir : /usr/lib/dri +#15 23.92 +#15 23.92 GLX +#15 23.92 Enabled : YES +#15 23.92 Provider : dri +#15 23.92 +#15 23.92 EGL +#15 23.92 Enabled : YES +#15 23.92 Drivers : builtin:egl_dri2 builtin:egl_dri3 +#15 23.92 Platforms : x11 wayland surfaceless drm xcb +#15 23.92 +#15 23.92 GBM +#15 23.92 Enabled : YES +#15 23.92 External libgbm : NO +#15 23.92 Backends path : /usr/lib/gbm +#15 23.92 +#15 23.92 Vulkan +#15 23.92 Drivers : amd intel intel_hasvk swrast virtio nouveau +#15 23.92 Platforms : x11 wayland surfaceless drm xcb +#15 23.92 ICD dir : share/vulkan/icd.d +#15 23.92 Layers : device-select intel-nullhw overlay +#15 23.92 Intel Ray tracing : YES +#15 23.92 +#15 23.92 Video +#15 23.92 Codecs : vc1dec h264dec h264enc h265dec h265enc av1dec av1enc +#15 23.92 vp9dec +#15 23.92 APIs : va vulkan +#15 23.92 +#15 23.92 LLVM +#15 23.92 Required : enabled +#15 23.92 Version : 20.1.8 +#15 23.92 +#15 23.92 Gallium +#15 23.92 Enabled : YES +#15 23.92 Drivers : r300 r600 radeonsi nouveau virgl svga softpipe +#15 23.92 llvmpipe i915 iris crocus zink +#15 23.92 Platforms : x11 wayland surfaceless drm xcb +#15 23.92 Frontends : mesa va rusticl +#15 23.92 HUD lm-sensors : NO +#15 23.92 +#15 23.92 Perfetto +#15 23.92 Enabled : NO +#15 23.92 +#15 23.92 Teflon (TensorFlow Lite delegate) +#15 23.92 Enabled : NO +#15 23.92 +#15 23.92 Subprojects +#15 23.92 paste : YES 2 warnings +#15 23.92 proc-macro2 : YES 2 warnings (from syn => quote) +#15 23.92 quote : YES 2 warnings (from syn) +#15 23.92 rustc-hash : YES 2 warnings +#15 23.92 syn : YES 2 warnings +#15 23.92 unicode-ident : YES 2 warnings (from syn) +#15 23.92 +#15 23.92 User defined options +#15 23.92 android-libbacktrace: disabled +#15 23.92 b_lto : false +#15 23.92 b_ndebug : true +#15 23.92 buildtype : plain +#15 23.92 egl : enabled +#15 23.92 force_fallback_for : syn,paste,rustc-hash +#15 23.92 gallium-drivers : r300,r600,radeonsi,nouveau,virgl,svga,softpipe,llvmpipe,i915,iris,crocus,zink +#15 23.92 gallium-extra-hud : true +#15 23.92 gallium-rusticl : true +#15 23.92 gallium-va : enabled +#15 23.92 gbm : enabled +#15 23.92 gles1 : disabled +#15 23.92 gles2 : enabled +#15 23.92 glvnd : enabled +#15 23.92 glx : dri +#15 23.92 legacy-x11 : dri2 +#15 23.92 libunwind : enabled +#15 23.92 llvm : enabled +#15 23.92 lmsensors : disabled +#15 23.92 microsoft-clc : disabled +#15 23.92 platforms : x11,wayland +#15 23.92 prefix : /usr +#15 23.92 split-debug : disabled +#15 23.92 sysconfdir : /etc +#15 23.92 tools : [] +#15 23.92 valgrind : disabled +#15 23.92 video-codecs : all +#15 23.92 vulkan-drivers : amd,intel,intel_hasvk,swrast,virtio,nouveau +#15 23.92 vulkan-layers : device-select,intel-nullhw,overlay +#15 23.92 wrap_mode : nofallback +#15 23.92 zstd : enabled +#15 23.92 +#15 23.92 Found ninja-1.12.1 at /usr/sbin/ninja +#15 23.92 ----------- +#15 23.92 Called: `rustc -C linker=/usr/sbin/clang --print target-libdir` -> 0 +#15 23.92 stdout: +#15 23.92 /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib +#15 23.92 ----------- +#15 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpdhvy8rvg +#15 23.92 Code: +#15 23.92 +#15 23.92 #ifdef __has_include +#15 23.92 #if !__has_include("version") +#15 23.92 #error "Header 'version' could not be found" +#15 23.92 #endif +#15 23.92 #else +#15 23.92 #include +#15 23.92 #endif +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpdhvy8rvg/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-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 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpqryjb5_c +#15 23.92 Code: +#15 23.92 +#15 23.92 #include +#15 23.92 int main(void) { +#15 23.92 /* If it's not defined as a macro, try to use as a symbol */ +#15 23.92 #ifndef _LIBCPP_VERSION +#15 23.92 _LIBCPP_VERSION; +#15 23.92 #endif +#15 23.92 return 0; +#15 23.92 } +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpqryjb5_c/testfile.cpp -o /mesa/_build/meson-private/tmpqryjb5_c/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 23.92 Running compile: +#15 23.92 Working directory: /mesa/_build/meson-private/tmpg7dpat3u +#15 23.92 Code: +#15 23.92 int main(void) { return 0; } +#15 23.92 +#15 23.92 ----------- +#15 23.92 Command line: `/usr/sbin/clang++ -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpg7dpat3u/testfile.cpp -o /mesa/_build/meson-private/tmpg7dpat3u/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 23.92 ----------- +#15 23.92 Called: `rustc -C linker=/usr/sbin/clang --print target-libdir` -> 0 +#15 23.92 stdout: +#15 23.92 /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib +#15 23.92 ----------- +#15 23.92 ----------- +#15 23.92 Called: `rustc -C linker=/usr/sbin/clang --print sysroot` -> 0 +#15 23.92 stdout: +#15 23.92 /usr +#15 23.92 ----------- +#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 split-debug=disabled -D b_ndebug=true -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 split-debug=disabled -D b_ndebug=true -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: +23.92 ----------- +23.92 Called: `rustc -C linker=/usr/sbin/clang --print target-libdir` -> 0 +23.92 stdout: +23.92 /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib +23.92 ----------- +23.92 ----------- +23.92 Called: `rustc -C linker=/usr/sbin/clang --print sysroot` -> 0 +23.92 stdout: +23.92 /usr +23.92 ----------- +------ +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 split-debug=disabled \ + 269 | >>> -D b_ndebug=true \ + 270 | >>> -D b_lto=false \ + 271 | >>> -D egl=enabled \ + 272 | >>> -D gallium-drivers=r300,r600,radeonsi,nouveau,virgl,svga,softpipe,llvmpipe,i915,iris,crocus,zink \ + 273 | >>> -D gallium-extra-hud=true \ + 274 | >>> -D gallium-rusticl=true \ + 275 | >>> -D gallium-va=enabled \ + 276 | >>> -D gbm=enabled \ + 277 | >>> -D gles1=disabled \ + 278 | >>> -D gles2=enabled \ + 279 | >>> -D glvnd=enabled \ + 280 | >>> -D glx=dri \ + 281 | >>> -D libunwind=enabled \ + 282 | >>> -D llvm=enabled \ + 283 | >>> -D lmsensors=disabled \ + 284 | >>> -D microsoft-clc=disabled \ + 285 | >>> -D platforms=x11,wayland \ + 286 | >>> -D valgrind=disabled \ + 287 | >>> -D video-codecs=all \ + 288 | >>> -D vulkan-drivers=amd,intel,intel_hasvk,swrast,virtio,nouveau \ + 289 | >>> -D vulkan-layers=device-select,intel-nullhw,overlay \ + 290 | >>> -D tools=[] \ + 291 | >>> -D zstd=enabled \ + 292 | >>> -D buildtype=plain \ + 293 | >>> -D prefix=/usr \ + 294 | >>> -D sysconfdir=/etc \ + 295 | >>> -D legacy-x11=dri2 \ + 296 | >>> --wrap-mode=nofallback \ + 297 | >>> --force-fallback-for=syn,paste,rustc-hash ; cat /mesa/_build/meson-logs/meson-log.txt && exit 1 \ + 298 | >>> && meson configure --no-pager _build \ + 299 | >>> && ninja -C _build + 300 | +-------------------- +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 split-debug=disabled -D b_ndebug=true -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 diff --git a/tools/ci/amd64/build5.log b/tools/ci/amd64/build5.log new file mode 100644 index 0000000..88511ef --- /dev/null +++ b/tools/ci/amd64/build5.log @@ -0,0 +1,5827 @@ +#0 building with "default" instance using docker driver + +#1 [internal] load build definition from Dockerfile +#1 transferring dockerfile: 7.72kB done +#1 DONE 0.0s + +#2 [internal] load metadata for docker.io/library/archlinux:latest +#2 DONE 0.8s + +#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 [ 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 +#5 CACHED + +#6 [ 9/12] RUN tar xf vulkansdk-linux-x86_64-1.4.328.1.tar.xz +#6 CACHED + +#7 [ 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 +#7 CACHED + +#8 [ 4/12] RUN git clone --branch llvmorg-20.1.8 --depth=1 https://github.com/llvm/llvm-project.git +#8 CACHED + +#9 [ 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 +#9 CACHED + +#10 [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 +#10 CACHED + +#11 [ 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 +#11 CACHED + +#12 [ 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 +#12 CACHED + +#13 [ 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' +#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 build-tests=false -D enable-glcpp-tests=false -D build-radv-tests=false -D build-aco-tests=false -D install-intel-gpu-tests=false -D gallium-mediafoundation-test=false -D android-libbacktrace=disabled -D split-debug=disabled -D b_ndebug=true -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.962 The Meson build system +#15 9.962 Version: 1.9.1 +#15 9.962 Source dir: /mesa +#15 9.962 Build dir: /mesa/_build +#15 9.962 Build type: native build +#15 9.962 DEPRECATION: Option "legacy-x11" is deprecated +#15 9.962 Project name: mesa +#15 9.962 Project version: 25.2.4 +#15 9.962 C compiler for the host machine: /usr/sbin/clang (clang 20.1.8 "clang version 20.1.8") +#15 9.962 C linker for the host machine: /usr/sbin/clang ld.bfd 2.45.0 +#15 9.962 C++ compiler for the host machine: /usr/sbin/clang++ (clang 20.1.8 "clang version 20.1.8") +#15 9.962 C++ linker for the host machine: /usr/sbin/clang++ ld.bfd 2.45.0 +#15 9.962 Host machine cpu family: x86_64 +#15 9.962 Host machine cpu: x86_64 +#15 9.962 Checking for size of "void*" : 8 +#15 9.962 Checking if "-mtls-dialect=gnu2" runs: YES +#15 9.962 Checking if "split TLSDESC" links: YES +#15 9.962 Found pkg-config: YES (/usr/sbin/pkg-config) 2.5.1 +#15 9.962 Run-time dependency libglvnd found: YES 1.7.0 +#15 9.962 Found CMake: /usr/sbin/cmake (4.1.2) +#15 9.962 Run-time dependency vdpau found: NO (tried pkgconfig and cmake) +#15 9.962 Program glslangValidator found: YES (/usr/sbin/glslangValidator) +#15 9.962 Run-time dependency libva found: YES 1.22.0 +#15 9.962 Header "va/va.h" has symbol "VASurfaceAttribDRMFormatModifiers" with dependency libva: YES +#15 9.962 meson.build:768: WARNING: add_languages is missing native:, assuming languages are wanted for both host and build. +#15 9.962 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 9.962 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 9.962 Program bindgen found: YES (/usr/sbin/bindgen) +#15 9.962 Run-time dependency libclc found: YES 0.2.0 +#15 9.962 Program python3 found: YES 3.13.7 3.13.7 (/usr/sbin/python3) +#15 9.962 Fetching value of define "ETIME" : 62 +#15 9.962 Compiler for C supports arguments -gsplit-dwarf: YES +#15 9.962 Compiler for C supports link arguments -Wl,--gdb-index: NO +#15 9.962 Checking for function "bswap32" : YES +#15 9.962 Checking for function "bswap64" : YES +#15 9.962 Checking for function "clz" : YES +#15 9.962 Checking for function "clzll" : YES +#15 9.962 Checking for function "ctz" : YES +#15 9.962 Checking for function "expect" : YES +#15 9.962 Checking for function "ffs" : YES +#15 9.962 Checking for function "ffsll" : YES +#15 9.962 Checking for function "popcount" : YES +#15 9.962 Checking for function "popcountll" : YES +#15 9.962 Checking for function "unreachable" : YES +#15 9.962 Checking for function "types_compatible_p" : YES +#15 9.962 Compiler for C supports function attribute const: YES +#15 9.962 Compiler for C supports function attribute flatten: YES +#15 9.962 Compiler for C supports function attribute malloc: YES +#15 9.962 Compiler for C supports function attribute pure: YES +#15 9.962 Compiler for C supports function attribute unused: YES +#15 9.962 Compiler for C supports function attribute warn_unused_result: YES +#15 9.962 Compiler for C supports function attribute weak: YES +#15 9.962 Compiler for C supports function attribute format: YES +#15 9.962 Compiler for C supports function attribute packed: YES +#15 9.962 Compiler for C supports function attribute returns_nonnull: YES +#15 9.962 Compiler for C supports function attribute alias: YES +#15 9.962 Compiler for C supports function attribute noreturn: YES +#15 9.962 Compiler for C supports function attribute optimize: NO +#15 9.962 Compiler for C supports function attribute visibility:hidden: YES +#15 9.962 Checking if "__uint128_t" compiles: YES +#15 9.962 Checking for function "reallocarray" : YES +#15 9.962 Checking for function "fmemopen" : YES +#15 9.962 Checking if "gc-sections" links: YES +#15 9.962 Compiler for C supports arguments -Werror=implicit-function-declaration: YES +#15 9.962 Compiler for C supports arguments -Werror=missing-prototypes: YES +#15 9.962 Compiler for C supports arguments -Werror=return-type: YES +#15 9.962 Compiler for C supports arguments -Werror=empty-body: YES +#15 9.962 Compiler for C supports arguments -Werror=incompatible-pointer-types: YES +#15 9.962 Compiler for C supports arguments -Werror=int-conversion: YES +#15 9.962 Compiler for C supports arguments -Wimplicit-fallthrough: YES +#15 9.962 Compiler for C supports arguments -Wmisleading-indentation: YES +#15 9.962 Compiler for C supports arguments -Wno-missing-field-initializers: YES +#15 9.962 Compiler for C supports arguments -Wno-format-truncation: YES +#15 9.962 Compiler for C supports arguments -Wno-nonnull-compare: NO +#15 9.962 Compiler for C supports arguments -fno-math-errno: YES +#15 9.962 Compiler for C supports arguments -fno-trapping-math: YES +#15 9.962 Compiler for C supports arguments -Qunused-arguments: YES +#15 9.962 Compiler for C supports arguments -fno-common: YES +#15 9.962 Compiler for C supports arguments -Wno-unknown-pragmas: YES +#15 9.962 Compiler for C supports arguments -Wno-microsoft-enum-value: YES +#15 9.962 Compiler for C supports arguments -Wno-unused-function: YES +#15 9.962 Compiler for C supports arguments -Werror=format: YES +#15 9.962 Compiler for C supports arguments -Wformat-security: YES +#15 9.962 Compiler for C supports arguments -Werror=thread-safety: YES +#15 9.962 Compiler for C supports arguments -ffunction-sections: YES +#15 9.962 Compiler for C supports arguments -fdata-sections: YES +#15 9.962 Compiler for C supports arguments -Wno-unused-variable: YES +#15 9.962 Compiler for C supports arguments -Wno-unused-but-set-variable: YES +#15 9.962 Compiler for C supports arguments /wd4189: NO +#15 9.962 Compiler for C++ supports arguments -Werror=return-type: YES +#15 9.962 Compiler for C++ supports arguments -Werror=empty-body: YES +#15 9.962 Compiler for C++ supports arguments -Wmisleading-indentation: YES +#15 9.962 Compiler for C++ supports arguments -Wno-non-virtual-dtor: YES +#15 9.962 Compiler for C++ supports arguments -Wno-missing-field-initializers: YES +#15 9.962 Compiler for C++ supports arguments -Wno-format-truncation: YES +#15 9.962 Compiler for C++ supports arguments -fno-math-errno: YES +#15 9.962 Compiler for C++ supports arguments -fno-trapping-math: YES +#15 9.962 Compiler for C++ supports arguments -Qunused-arguments: YES +#15 9.962 Compiler for C++ supports arguments -flifetime-dse=1: NO +#15 9.962 Compiler for C++ supports arguments -Wno-unknown-pragmas: YES +#15 9.962 Compiler for C++ supports arguments -Wno-microsoft-enum-value: YES +#15 9.962 Compiler for C++ supports arguments -Werror=format: YES +#15 9.962 Compiler for C++ supports arguments -Wformat-security: YES +#15 9.962 Compiler for C++ supports arguments -ffunction-sections: YES +#15 9.962 Compiler for C++ supports arguments -fdata-sections: YES +#15 9.962 Compiler for C++ supports arguments -Wno-unused-variable: YES +#15 9.962 Compiler for C++ supports arguments -Wno-unused-but-set-variable: YES +#15 9.962 Compiler for C++ supports arguments /wd4189: NO +#15 9.962 Compiler for C supports arguments -Wno-override-init: YES +#15 9.962 Compiler for C supports arguments -Wno-initializer-overrides: YES +#15 9.962 Compiler for C supports arguments -Werror=pointer-arith: YES +#15 9.962 Compiler for C supports arguments -Werror=vla: YES +#15 9.962 Compiler for C supports arguments -Werror=gnu-empty-initializer: YES +#15 9.962 Compiler for C++ supports arguments -Werror=pointer-arith: YES +#15 9.962 Compiler for C++ supports arguments -Werror=vla: YES +#15 9.962 Compiler for C++ supports arguments -Werror=gnu-empty-initializer: YES +#15 9.962 Checking for function "__builtin_ia32_clflushopt" : YES +#15 9.962 Checking if "GCC atomic builtins" compiles: YES +#15 9.962 Checking if "GCC atomic builtins required -latomic" links: YES +#15 9.962 Checking if "GCC 64bit atomics" with dependency links: YES +#15 9.962 Library ws2_32 found: NO +#15 9.962 Header "sys/sysmacros.h" has symbol "major" : YES +#15 9.962 Header "sys/sysmacros.h" has symbol "minor" : YES +#15 9.962 Header "sys/sysmacros.h" has symbol "makedev" : YES +#15 9.962 Header "sys/mkdev.h" has symbol "major" : NO +#15 9.962 Check usable header "sched.h" : YES +#15 9.962 Checking for function "sched_getaffinity" : YES +#15 9.962 Check usable header "xlocale.h" : NO +#15 9.962 Check usable header "linux/futex.h" : YES +#15 9.962 Check usable header "endian.h" : YES +#15 9.962 Check usable header "dlfcn.h" : YES +#15 9.962 Check usable header "sys/shm.h" : YES +#15 9.962 Check usable header "cet.h" : YES +#15 9.962 Check usable header "pthread_np.h" : NO +#15 9.962 Check usable header "sys/inotify.h" : YES +#15 9.962 Check usable header "linux/udmabuf.h" : YES +#15 9.962 Checking for function "strtof" : YES +#15 9.962 Checking for function "mkostemp" : YES +#15 9.962 Checking for function "memfd_create" : YES +#15 9.962 Checking for function "random_r" : YES +#15 9.962 Checking for function "flock" : YES +#15 9.962 Checking for function "strtok_r" : YES +#15 9.962 Checking for function "getrandom" : YES +#15 9.962 Checking for function "qsort_s" : NO +#15 9.962 Checking for function "posix_fallocate" : YES +#15 9.962 Checking for function "secure_getenv" : YES +#15 9.962 Checking if "GNU qsort_r" links: YES +#15 9.962 Header "time.h" has symbol "struct timespec" : YES +#15 9.962 Checking for function "thrd_create" : YES +#15 9.962 Header "errno.h" has symbol "program_invocation_name" : YES +#15 9.962 Header "math.h" has symbol "issignaling" : YES +#15 9.962 Checking for function "posix_memalign" : YES +#15 9.962 Checking whether type "struct dirent" has member "d_type" : YES +#15 9.962 Checking if "strtod has locale support" links: YES +#15 9.962 Checking if "Bsymbolic" links: YES +#15 9.962 Checking if "version-script" links: NO +#15 14.16 Checking if "dynamic-list" links: YES +#15 14.16 Compiler for C supports link arguments -Wl,--build-id=sha1: YES +#15 14.16 Checking for function "dlopen" : YES +#15 14.16 Checking for function "dladdr" with dependency : YES +#15 14.16 Checking for function "dl_iterate_phdr" : YES +#15 14.16 Checking for function "clock_gettime" : YES +#15 14.16 Run-time dependency zlib found: YES 1.3.1 +#15 14.16 Run-time dependency libzstd found: YES 1.5.7 +#15 14.16 Run-time dependency threads found: YES +#15 14.16 Checking for function "pthread_setaffinity_np" with dependency threads: YES +#15 14.16 Run-time dependency expat found: YES 2.7.3 +#15 14.16 Library m found: YES +#15 14.16 Message: libdrm 2.4.121 needed because amdgpu has the highest requirement +#15 14.16 Run-time dependency libdrm_intel found: YES 2.4.126 +#15 14.16 Run-time dependency libdrm_amdgpu found: YES 2.4.126 +#15 14.16 Run-time dependency libdrm found: YES 2.4.126 +#15 14.16 Run-time dependency libudev found: YES 258 +#15 14.16 llvm-config found: YES (/usr/sbin/llvm-config) 20.1.8 +#15 14.16 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 14.16 Run-time dependency llvmspirvlib found: YES 20.1.0.0 +#15 14.16 Run-time dependency spirv-tools found: YES 2025.4.1 +#15 14.16 Library clang-cpp found: YES +#15 14.16 Run-time dependency lua54 found: NO (tried pkgconfig and cmake) +#15 14.16 Run-time dependency lua5.4 found: NO (tried pkgconfig and cmake) +#15 14.16 Run-time dependency lua-5.4 found: NO (tried pkgconfig and cmake) +#15 14.16 Run-time dependency lua53 found: NO (tried pkgconfig and cmake) +#15 14.16 Run-time dependency lua5.3 found: NO (tried pkgconfig and cmake) +#15 14.16 Run-time dependency lua-5.3 found: NO (tried pkgconfig and cmake) +#15 14.16 Run-time dependency lua found: NO (tried pkgconfig) +#15 14.16 Run-time dependency libelf found: YES 0.193 +#15 14.16 Dependency valgrind skipped: feature valgrind disabled +#15 14.16 Program bison found: YES (/usr/sbin/bison) +#15 14.16 Program bison found: YES 3.8.2 3.8.2 (/usr/sbin/bison) +#15 14.16 Program flex found: YES (/usr/sbin/flex) +#15 14.16 Run-time dependency libunwind found: YES 1.8.2 +#15 14.16 Build-time dependency wayland-scanner found: YES 1.24.0 +#15 14.16 Program /usr/bin/wayland-scanner found: YES (/usr/bin/wayland-scanner) +#15 14.16 Run-time dependency wayland-protocols found: YES 1.45 +#15 14.16 Run-time dependency wayland-client found: YES 1.24.0 +#15 14.16 Run-time dependency wayland-server found: YES 1.24.0 +#15 14.16 Run-time dependency wayland-egl-backend found: YES 3 +#15 14.16 Checking for function "wl_display_dispatch_queue_timeout" with dependency wayland-client: YES +#15 14.16 Checking for function "wl_display_create_queue_with_name" with dependency wayland-client: YES +#15 14.16 Run-time dependency xcb found: YES 1.17.0 +#15 14.16 Run-time dependency xcb-randr found: YES 1.17.0 +#15 14.16 Run-time dependency x11 found: YES 1.8.12 +#15 14.16 Run-time dependency xext found: YES 1.3.6 +#15 14.16 Run-time dependency xcb-glx found: YES 1.17.0 +#15 14.16 Run-time dependency xcb-shm found: YES 1.17.0 +#15 14.16 Dependency xcb found: YES 1.17.0 (cached) +#15 14.16 Run-time dependency xcb-keysyms found: YES 0.4.1 +#15 14.16 Run-time dependency x11-xcb found: YES 1.8.12 +#15 14.16 Run-time dependency xcb-dri3 found: YES 1.17.0 +#15 14.16 Run-time dependency xcb-present found: YES 1.17.0 +#15 14.16 Dependency xcb-shm found: YES 1.17.0 (cached) +#15 14.16 Run-time dependency xcb-sync found: YES 1.17.0 +#15 14.16 Run-time dependency xshmfence found: YES 1.3.3 +#15 14.16 Run-time dependency glproto found: YES 1.4.17 +#15 14.16 Run-time dependency xxf86vm found: YES 1.1.6 +#15 14.16 Run-time dependency xcb-xfixes found: YES 1.17.0 +#15 14.16 Dependency xcb-dri3 found: YES 1.17.0 (cached) +#15 14.16 Dependency xcb-present found: YES 1.17.0 (cached) +#15 14.16 Dependency xcb-shm found: YES 1.17.0 (cached) +#15 14.16 Dependency xshmfence found: YES 1.3.3 (cached) +#15 14.16 Dependency xcb-randr found: YES 1.17.0 (cached) +#15 14.16 Run-time dependency xrandr found: YES 1.5.4 +#15 14.16 Library sensors skipped: feature lmsensors disabled +#15 14.16 Program nm found: YES (/usr/sbin/nm) +#15 14.16 Program symbols-check.py found: YES (/usr/bin/python /mesa/bin/symbols-check.py) +#15 14.16 Program install_megadrivers.py found: YES (/usr/bin/python /mesa/bin/install_megadrivers.py) +#15 14.16 Checking for size of "void *" : 8 +#15 14.16 Checking for function "mmap" : YES +#15 14.16 Checking whether type "spvtools::LinkerOptions" has member "SetAllowPtrTypeMismatch(true)" with dependency SPIRV-Tools: YES +#15 14.16 Compiler for C supports link arguments -fPIC: YES +#15 14.16 Program decode.py found: YES (/mesa/src/compiler/isaspec/decode.py) +#15 14.16 Program encode.py found: YES (/mesa/src/compiler/isaspec/encode.py) +#15 14.16 Program bindgen found: YES (/usr/sbin/bindgen) +#15 14.16 Looking for a fallback subproject for the dependency syn because: +#15 14.16 Use of fallback dependencies is forced. +#15 14.16 Downloading syn source from https://crates.io/api/v1/crates/syn/2.0.87/download +#15 15.55 +#15 15.55 Executing subproject syn +#15 15.55 +#15 15.55 syn| Project name: syn +#15 15.55 syn| Project version: 2.0.87 +#15 15.55 syn| Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 15.55 syn| Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 15.55 syn| Downloading unicode-ident source from https://crates.io/api/v1/crates/unicode-ident/1.0.12/download +#15 16.74 +#15 16.74 Executing subproject syn:unicode-ident +#15 16.74 +#15 16.74 unicode-ident| Project name: unicode-ident +#15 16.74 unicode-ident| Project version: 1.0.12 +#15 16.74 unicode-ident| Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 16.74 unicode-ident| Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 16.74 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.74 unicode-ident| Build targets in project: 104 +#15 16.74 unicode-ident| WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 16.74 unicode-ident| * 1.3.0: {'rust_abi arg in static_library'} +#15 16.74 unicode-ident| Subproject unicode-ident finished. +#15 16.74 +#15 16.74 syn| Downloading quote source from https://crates.io/api/v1/crates/quote/1.0.35/download +#15 17.83 +#15 17.83 Executing subproject syn:quote +#15 17.83 +#15 17.83 quote| Project name: quote +#15 17.83 quote| Project version: 1.0.35 +#15 17.83 quote| Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 17.83 quote| Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 17.83 quote| Downloading proc-macro2 source from https://crates.io/api/v1/crates/proc-macro2/1.0.86/download +#15 20.19 +#15 20.19 Executing subproject syn:quote:proc-macro2 +#15 20.19 +#15 20.19 proc-macro2| Project name: proc-macro2 +#15 20.19 proc-macro2| Project version: 1.0.86 +#15 20.19 proc-macro2| Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 20.19 proc-macro2| Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 20.19 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 20.19 proc-macro2| Build targets in project: 105 +#15 20.19 proc-macro2| WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 20.19 proc-macro2| * 1.3.0: {'rust_abi arg in static_library'} +#15 20.19 proc-macro2| Subproject proc-macro2 finished. +#15 20.19 +#15 20.19 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 20.19 quote| Build targets in project: 106 +#15 20.19 quote| WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 20.19 quote| * 1.3.0: {'rust_abi arg in static_library'} +#15 20.19 quote| Subproject quote finished. +#15 20.19 +#15 20.19 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 20.19 syn| Build targets in project: 107 +#15 20.19 syn| WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 20.19 syn| * 1.3.0: {'rust_abi arg in static_library'} +#15 20.19 syn| Subproject syn finished. +#15 20.19 +#15 20.19 Dependency syn from subproject subprojects/syn-2.0.87 found: YES 2.0.87 +#15 20.19 Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES +#15 20.19 Compiler for C supports link arguments -Wl,-z,relro: YES +#15 20.19 Configuring VkLayer_MESA_overlay.json using configuration +#15 20.19 Configuring VkLayer_MESA_overlay.json.in_dev.json using configuration +#15 20.19 Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES (cached) +#15 20.19 Compiler for C supports link arguments -Wl,-z,relro: YES (cached) +#15 20.19 Configuring VkLayer_MESA_device_select.json using configuration +#15 20.19 Configuring VkLayer_MESA_device_select.json.in_dev.json using configuration +#15 20.19 Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES (cached) +#15 20.19 Compiler for C supports link arguments -Wl,-z,relro: YES (cached) +#15 20.19 Configuring VkLayer_INTEL_nullhw.json using configuration +#15 20.19 Configuring VkLayer_INTEL_nullhw.json.in_dev.json using configuration +#15 20.19 Compiler for C supports arguments -Werror=switch: YES +#15 20.19 Compiler for C++ supports arguments -Wno-unused-variable: YES (cached) +#15 20.19 Compiler for C++ supports arguments -Wno-unused-local-typedefs: YES +#15 20.19 Compiler for C++ supports arguments -Wno-unused-but-set-variable: YES (cached) +#15 20.19 Compiler for C++ supports arguments -Wno-maybe-uninitialized: NO +#15 20.19 Compiler for C++ supports arguments -Wno-self-assign: YES +#15 20.19 Compiler for C++ supports arguments /wd4189: NO (cached) +#15 20.19 Compiler for C++ supports arguments -Wno-uninitialized: YES +#15 20.19 Compiler for C++ supports arguments -fno-exceptions: YES +#15 20.19 Compiler for C++ supports arguments -fno-rtti: YES +#15 20.19 Compiler for C++ supports arguments -Wimplicit-fallthrough: YES +#15 20.19 Compiler for C++ supports arguments -Wshadow: YES +#15 20.19 Compiler for C supports arguments -Wimplicit-fallthrough: YES (cached) +#15 20.19 Compiler for C supports arguments -Wshadow: YES +#15 20.19 Compiler for C supports arguments -Wall: YES +#15 20.19 Compiler for C supports arguments -Wextra: YES +#15 20.19 Compiler for C supports arguments -Wno-unused: YES +#15 20.19 Compiler for C supports arguments -Wno-unused-parameter: YES +#15 20.19 Compiler for C supports arguments -Wno-unused-command-line-argument: YES +#15 20.19 Compiler for C supports arguments -Wno-ignored-qualifiers: YES +#15 20.19 Compiler for C supports arguments -Wno-missing-field-initializers: YES (cached) +#15 20.19 Compiler for C supports arguments -Wno-self-assign: YES +#15 20.19 Compiler for C supports arguments -Wno-implicit-fallthrough: YES +#15 20.19 Compiler for C supports arguments -Werror=comment: YES +#15 20.19 Compiler for C supports arguments -Werror=missing-braces: YES +#15 20.19 Compiler for C supports arguments -Werror=override-init: YES +#15 20.19 Compiler for C supports arguments -Werror=enum-conversion: YES +#15 20.19 Compiler for C supports arguments -Werror=enum-compare: YES +#15 20.19 Compiler for C supports arguments -Werror=maybe-uninitialized: NO +#15 20.19 Compiler for C supports arguments -Werror=parentheses: YES +#15 20.19 Compiler for C supports arguments -Wall: YES (cached) +#15 20.19 Compiler for C supports arguments -Wextra: YES (cached) +#15 20.19 Compiler for C supports arguments -Wno-unused: YES (cached) +#15 20.19 Compiler for C supports arguments -Wno-unused-parameter: YES (cached) +#15 20.19 Compiler for C supports arguments -Wno-unused-command-line-argument: YES (cached) +#15 20.19 Compiler for C supports arguments -Wno-ignored-qualifiers: YES (cached) +#15 20.19 Compiler for C supports arguments -Wno-missing-field-initializers: YES (cached) +#15 20.19 Compiler for C supports arguments -Wno-self-assign: YES (cached) +#15 20.19 Compiler for C supports arguments -Wno-implicit-fallthrough: YES (cached) +#15 20.19 Compiler for C supports arguments -Werror=comment: YES (cached) +#15 20.19 Compiler for C supports arguments -Werror=missing-braces: YES (cached) +#15 20.19 Compiler for C supports arguments -Werror=override-init: YES (cached) +#15 20.19 Compiler for C supports arguments -Werror=enum-conversion: YES (cached) +#15 20.19 Compiler for C supports arguments -Werror=enum-compare: YES (cached) +#15 20.19 Compiler for C supports arguments -Werror=maybe-uninitialized: NO (cached) +#15 20.19 Compiler for C supports arguments -Wall: YES (cached) +#15 20.19 Compiler for C supports arguments -Wextra: YES (cached) +#15 20.19 Compiler for C supports arguments -Wno-unused: YES (cached) +#15 20.19 Compiler for C supports arguments -Wno-unused-parameter: YES (cached) +#15 20.19 Compiler for C supports arguments -Wno-unused-command-line-argument: YES (cached) +#15 20.19 Compiler for C supports arguments -Wno-ignored-qualifiers: YES (cached) +#15 20.19 Compiler for C supports arguments -Wno-missing-field-initializers: YES (cached) +#15 20.19 Compiler for C supports arguments -Wno-self-assign: YES (cached) +#15 20.19 Compiler for C supports arguments -Wno-implicit-fallthrough: YES (cached) +#15 20.19 Compiler for C supports arguments -Werror=comment: YES (cached) +#15 20.19 Compiler for C supports arguments -Werror=missing-braces: YES (cached) +#15 20.19 Compiler for C supports arguments -Werror=override-init: YES (cached) +#15 20.19 Compiler for C supports arguments -Werror=enum-conversion: YES (cached) +#15 20.19 Compiler for C supports arguments -Werror=enum-compare: YES (cached) +#15 20.19 Compiler for C supports arguments -Werror=maybe-uninitialized: NO (cached) +#15 20.19 Compiler for C supports arguments -Wno-gnu-variable-sized-type-not-at-end: YES +#15 20.19 Program cbindgen found: YES 0.29.0 0.29.0 (/usr/sbin/cbindgen) +#15 20.19 Looking for a fallback subproject for the dependency paste because: +#15 20.19 Use of fallback dependencies is forced. +#15 20.19 Downloading paste source from https://crates.io/api/v1/crates/paste/1.0.14/download +#15 22.35 +#15 22.35 Executing subproject paste +#15 22.35 +#15 22.35 paste| Project name: paste +#15 22.35 paste| Project version: 1.0.14 +#15 22.35 paste| Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 22.35 paste| Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 22.35 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 22.35 paste| Build targets in project: 455 +#15 22.35 paste| WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 22.35 paste| * 1.3.0: {'rust.proc_macro'} +#15 22.35 paste| Subproject paste finished. +#15 22.35 +#15 22.35 Dependency paste from subproject subprojects/paste-1.0.14 found: YES 1.0.14 +#15 22.35 Dependency paste found: YES 1.0.14 (cached) +#15 22.35 Looking for a fallback subproject for the dependency rustc-hash because: +#15 22.35 Use of fallback dependencies is forced. +#15 22.35 Downloading rustc-hash source from https://crates.io/api/v1/crates/rustc-hash/2.1.1/download +#15 23.69 +#15 23.69 Executing subproject rustc-hash +#15 23.69 +#15 23.69 rustc-hash| Project name: rustc_hash +#15 23.69 rustc-hash| Project version: 2.1.1 +#15 23.69 rustc-hash| Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 23.69 rustc-hash| Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 23.69 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 23.69 rustc-hash| Build targets in project: 462 +#15 23.69 rustc-hash| WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 23.69 rustc-hash| * 1.3.0: {'rust_abi arg in static_library'} +#15 23.69 rustc-hash| Subproject rustc-hash finished. +#15 23.69 +#15 23.69 Dependency rustc-hash from subproject subprojects/rustc-hash-2.1.1 found: YES 2.1.1 +#15 23.69 Checking for type "std::pmr::monotonic_buffer_resource" : YES +#15 23.69 Compiler for C supports arguments -Wno-gnu-variable-sized-type-not-at-end: YES (cached) +#15 23.69 Compiler for C supports arguments -Wno-missing-prototypes: YES +#15 23.69 Configuring rusticl.icd using configuration +#15 23.69 Compiler for C supports link arguments -Wl,--default-symver: YES +#15 23.69 Configuring dri.sym using configuration +#15 23.69 Checking for function "mincore" : YES +#15 23.69 Configuring 50_mesa.json using configuration +#15 23.69 Configuring devenv_glvnd_egl.json using configuration +#15 23.69 Configuring dri.sym using configuration +#15 23.69 Program ln found: YES (/usr/sbin/ln) +#15 23.69 Program sphinx-build skipped: feature html-docs disabled +#15 23.69 Build targets in project: 595 +#15 23.69 +#15 23.69 mesa 25.2.4 +#15 23.69 +#15 23.69 Directories +#15 23.69 prefix : /usr +#15 23.69 libdir : lib +#15 23.69 includedir : include +#15 23.69 +#15 23.69 Common C and C++ arguments +#15 23.69 c_cpp_args : -mtls-dialect=gnu2 +#15 23.69 +#15 23.69 OpenGL +#15 23.69 OpenGL : YES +#15 23.69 ES1 : NO +#15 23.69 ES2 : YES +#15 23.69 GLVND : YES +#15 23.69 +#15 23.69 DRI +#15 23.69 Platform : drm +#15 23.69 Driver dir : /usr/lib/dri +#15 23.69 +#15 23.69 GLX +#15 23.69 Enabled : YES +#15 23.69 Provider : dri +#15 23.69 +#15 23.69 EGL +#15 23.69 Enabled : YES +#15 23.69 Drivers : builtin:egl_dri2 builtin:egl_dri3 +#15 23.69 Platforms : x11 wayland surfaceless drm xcb +#15 23.69 +#15 23.69 GBM +#15 23.69 Enabled : YES +#15 23.69 External libgbm : NO +#15 23.69 Backends path : /usr/lib/gbm +#15 23.69 +#15 23.69 Vulkan +#15 23.69 Drivers : amd intel intel_hasvk swrast virtio nouveau +#15 23.69 Platforms : x11 wayland surfaceless drm xcb +#15 23.69 ICD dir : share/vulkan/icd.d +#15 23.69 Layers : device-select intel-nullhw overlay +#15 23.69 Intel Ray tracing : YES +#15 23.69 +#15 23.69 Video +#15 23.69 Codecs : vc1dec h264dec h264enc h265dec h265enc av1dec +#15 23.69 av1enc vp9dec +#15 23.69 APIs : va vulkan +#15 23.69 +#15 23.69 LLVM +#15 23.69 Required : enabled +#15 23.69 Version : 20.1.8 +#15 23.69 +#15 23.69 Gallium +#15 23.69 Enabled : YES +#15 23.69 Drivers : r300 r600 radeonsi nouveau virgl svga +#15 23.69 softpipe llvmpipe i915 iris crocus zink +#15 23.69 Platforms : x11 wayland surfaceless drm xcb +#15 23.69 Frontends : mesa va rusticl +#15 23.69 HUD lm-sensors : NO +#15 23.69 +#15 23.69 Perfetto +#15 23.69 Enabled : NO +#15 23.69 +#15 23.69 Teflon (TensorFlow Lite delegate) +#15 23.69 Enabled : NO +#15 23.69 +#15 23.69 Subprojects +#15 23.69 paste : YES 2 warnings +#15 23.69 proc-macro2 : YES 2 warnings (from syn => quote) +#15 23.69 quote : YES 2 warnings (from syn) +#15 23.69 rustc-hash : YES 2 warnings +#15 23.69 syn : YES 2 warnings +#15 23.69 unicode-ident : YES 2 warnings (from syn) +#15 23.69 +#15 23.69 User defined options +#15 23.69 android-libbacktrace : disabled +#15 23.69 b_lto : false +#15 23.69 b_ndebug : true +#15 23.69 build-aco-tests : false +#15 23.69 build-radv-tests : false +#15 23.69 build-tests : false +#15 23.69 buildtype : plain +#15 23.69 egl : enabled +#15 23.69 enable-glcpp-tests : false +#15 23.69 force_fallback_for : syn,paste,rustc-hash +#15 23.69 gallium-drivers : r300,r600,radeonsi,nouveau,virgl,svga,softpipe,llvmpipe,i915,iris,crocus,zink +#15 23.69 gallium-extra-hud : true +#15 23.69 gallium-mediafoundation-test: false +#15 23.69 gallium-rusticl : true +#15 23.69 gallium-va : enabled +#15 23.69 gbm : enabled +#15 23.69 gles1 : disabled +#15 23.69 gles2 : enabled +#15 23.69 glvnd : enabled +#15 23.69 glx : dri +#15 23.69 install-intel-gpu-tests : false +#15 23.69 legacy-x11 : dri2 +#15 23.69 libunwind : enabled +#15 23.69 llvm : enabled +#15 23.69 lmsensors : disabled +#15 23.69 microsoft-clc : disabled +#15 23.69 platforms : x11,wayland +#15 23.69 prefix : /usr +#15 23.69 split-debug : disabled +#15 23.69 sysconfdir : /etc +#15 23.69 tools : [] +#15 23.69 valgrind : disabled +#15 23.69 video-codecs : all +#15 23.69 vulkan-drivers : amd,intel,intel_hasvk,swrast,virtio,nouveau +#15 23.69 vulkan-layers : device-select,intel-nullhw,overlay +#15 23.69 wrap_mode : nofallback +#15 23.69 zstd : enabled +#15 23.69 +#15 23.69 Found ninja-1.12.1 at /usr/sbin/ninja +#15 23.69 Generating targets: 0%| | 0/595 eta ? Generating targets: 12%|█▏ | 72/595 eta 00:01 Generating targets: 24%|██▎ | 141/595 eta 00:00 Generating targets: 37%|███▋ | 223/595 eta 00:00 Generating targets: 48%|████▊ | 288/595 eta 00:00 Generating targets: 57%|█████▋ | 340/595 eta 00:00 Generating targets: 77%|███████▋ | 457/595 eta 00:00 Generating targets: 89%|████████▊ | 528/595 eta 00:00 Generating targets: 97%|█████████▋| 579/595 eta 00:00 Writing build.ninja: 0%| | 0/3645 eta ? Writing build.ninja: 32%|███▏ | 1176/3645 eta 00:00 Writing build.ninja: 65%|██████▍ | 2352/3645 eta 00:00 Writing build.ninja: 95%|█████████▍| 3450/3645 eta 00:00 Build started at 2025-10-11T10:57:43.175027 +#15 26.60 Main binary: /usr/bin/python +#15 26.60 Build Options: -Dbuild-tests=false -Denable-glcpp-tests=false -Dbuild-radv-tests=false -Dbuild-aco-tests=false -Dinstall-intel-gpu-tests=false -Dgallium-mediafoundation-test=false -Dandroid-libbacktrace=disabled -Dsplit-debug=disabled -Db_ndebug=true -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 26.60 Python system: Linux +#15 26.60 The Meson build system +#15 26.60 Version: 1.9.1 +#15 26.60 Source dir: /mesa +#15 26.60 Build dir: /mesa/_build +#15 26.60 Build type: native build +#15 26.60 DEPRECATION: Option "legacy-x11" is deprecated +#15 26.60 Project name: mesa +#15 26.60 Project version: 25.2.4 +#15 26.60 ----------- +#15 26.60 Detecting compiler via: `/usr/sbin/clang --version` -> 0 +#15 26.60 stdout: +#15 26.60 clang version 20.1.8 +#15 26.60 Target: x86_64-pc-linux-gnu +#15 26.60 Thread model: posix +#15 26.60 InstalledDir: /usr/bin +#15 26.60 ----------- +#15 26.60 Running command: -x c -E -dM - +#15 26.60 ----- +#15 26.60 ----------- +#15 26.60 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 26.60 stdout: +#15 26.60 GNU ld (GNU Binutils) 2.45.0 +#15 26.60 Copyright (C) 2025 Free Software Foundation, Inc. +#15 26.60 This program is free software; you may redistribute it under the terms of +#15 26.60 the GNU General Public License version 3 or (at your option) a later version. +#15 26.60 This program has absolutely no warranty. +#15 26.60 ----------- +#15 26.60 Sanity testing C compiler: /usr/sbin/clang +#15 26.60 Is cross compiler: False. +#15 26.60 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 26.60 Sanity check compile stdout: +#15 26.60 +#15 26.60 ----- +#15 26.60 Sanity check compile stderr: +#15 26.60 +#15 26.60 ----- +#15 26.60 Running test binary command: /mesa/_build/meson-private/sanitycheckc.exe +#15 26.60 ----------- +#15 26.60 Sanity check: `/mesa/_build/meson-private/sanitycheckc.exe` -> 0 +#15 26.60 C compiler for the host machine: /usr/sbin/clang (clang 20.1.8 "clang version 20.1.8") +#15 26.60 C linker for the host machine: /usr/sbin/clang ld.bfd 2.45.0 +#15 26.60 ----------- +#15 26.60 Detecting archiver via: `llvm-ar-20 --version` -> [Errno 2] No such file or directory: 'llvm-ar-20' +#15 26.60 ----------- +#15 26.60 Detecting archiver via: `llvm-ar --version` -> 0 +#15 26.60 stdout: +#15 26.60 LLVM (http://llvm.org/): +#15 26.60 LLVM version 20.1.8 +#15 26.60 Optimized build. +#15 26.60 ----------- +#15 26.60 ----------- +#15 26.60 Detecting compiler via: `/usr/sbin/clang++ --version` -> 0 +#15 26.60 stdout: +#15 26.60 clang version 20.1.8 +#15 26.60 Target: x86_64-pc-linux-gnu +#15 26.60 Thread model: posix +#15 26.60 InstalledDir: /usr/bin +#15 26.60 ----------- +#15 26.60 Running command: -x c++ -E -dM - +#15 26.60 ----- +#15 26.60 ----------- +#15 26.60 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 26.60 stdout: +#15 26.60 GNU ld (GNU Binutils) 2.45.0 +#15 26.60 Copyright (C) 2025 Free Software Foundation, Inc. +#15 26.60 This program is free software; you may redistribute it under the terms of +#15 26.60 the GNU General Public License version 3 or (at your option) a later version. +#15 26.60 This program has absolutely no warranty. +#15 26.60 ----------- +#15 26.60 Sanity testing C++ compiler: /usr/sbin/clang++ +#15 26.60 Is cross compiler: False. +#15 26.60 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 26.60 Sanity check compile stdout: +#15 26.60 +#15 26.60 ----- +#15 26.60 Sanity check compile stderr: +#15 26.60 +#15 26.60 ----- +#15 26.60 Running test binary command: /mesa/_build/meson-private/sanitycheckcpp.exe +#15 26.60 ----------- +#15 26.60 Sanity check: `/mesa/_build/meson-private/sanitycheckcpp.exe` -> 0 +#15 26.60 C++ compiler for the host machine: /usr/sbin/clang++ (clang 20.1.8 "clang version 20.1.8") +#15 26.60 C++ linker for the host machine: /usr/sbin/clang++ ld.bfd 2.45.0 +#15 26.60 ----------- +#15 26.60 Detecting compiler via: `/usr/sbin/clang --version` -> 0 +#15 26.60 stdout: +#15 26.60 clang version 20.1.8 +#15 26.60 Target: x86_64-pc-linux-gnu +#15 26.60 Thread model: posix +#15 26.60 InstalledDir: /usr/bin +#15 26.60 ----------- +#15 26.60 Running command: -x c -E -dM - +#15 26.60 ----- +#15 26.60 ----------- +#15 26.60 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 26.60 stdout: +#15 26.60 GNU ld (GNU Binutils) 2.45.0 +#15 26.60 Copyright (C) 2025 Free Software Foundation, Inc. +#15 26.60 This program is free software; you may redistribute it under the terms of +#15 26.60 the GNU General Public License version 3 or (at your option) a later version. +#15 26.60 This program has absolutely no warranty. +#15 26.60 ----------- +#15 26.60 Sanity testing C compiler: /usr/sbin/clang +#15 26.60 Is cross compiler: False. +#15 26.60 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 26.60 Sanity check compile stdout: +#15 26.60 +#15 26.60 ----- +#15 26.60 Sanity check compile stderr: +#15 26.60 +#15 26.60 ----- +#15 26.60 Running test binary command: /mesa/_build/meson-private/sanitycheckc.exe +#15 26.60 ----------- +#15 26.60 Sanity check: `/mesa/_build/meson-private/sanitycheckc.exe` -> 0 +#15 26.60 C compiler for the build machine: /usr/sbin/clang (clang 20.1.8 "clang version 20.1.8") +#15 26.60 C linker for the build machine: /usr/sbin/clang ld.bfd 2.45.0 +#15 26.60 ----------- +#15 26.60 Detecting archiver via: `llvm-ar-20 --version` -> [Errno 2] No such file or directory: 'llvm-ar-20' +#15 26.60 ----------- +#15 26.60 Detecting archiver via: `llvm-ar --version` -> 0 +#15 26.60 stdout: +#15 26.60 LLVM (http://llvm.org/): +#15 26.60 LLVM version 20.1.8 +#15 26.60 Optimized build. +#15 26.60 ----------- +#15 26.60 ----------- +#15 26.60 Detecting compiler via: `/usr/sbin/clang++ --version` -> 0 +#15 26.60 stdout: +#15 26.60 clang version 20.1.8 +#15 26.60 Target: x86_64-pc-linux-gnu +#15 26.60 Thread model: posix +#15 26.60 InstalledDir: /usr/bin +#15 26.60 ----------- +#15 26.60 Running command: -x c++ -E -dM - +#15 26.60 ----- +#15 26.60 ----------- +#15 26.60 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 26.60 stdout: +#15 26.60 GNU ld (GNU Binutils) 2.45.0 +#15 26.60 Copyright (C) 2025 Free Software Foundation, Inc. +#15 26.60 This program is free software; you may redistribute it under the terms of +#15 26.60 the GNU General Public License version 3 or (at your option) a later version. +#15 26.60 This program has absolutely no warranty. +#15 26.60 ----------- +#15 26.60 Sanity testing C++ compiler: /usr/sbin/clang++ +#15 26.60 Is cross compiler: False. +#15 26.60 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 26.60 Sanity check compile stdout: +#15 26.60 +#15 26.60 ----- +#15 26.60 Sanity check compile stderr: +#15 26.60 +#15 26.60 ----- +#15 26.60 Running test binary command: /mesa/_build/meson-private/sanitycheckcpp.exe +#15 26.60 ----------- +#15 26.60 Sanity check: `/mesa/_build/meson-private/sanitycheckcpp.exe` -> 0 +#15 26.60 C++ compiler for the build machine: /usr/sbin/clang++ (clang 20.1.8 "clang version 20.1.8") +#15 26.60 C++ linker for the build machine: /usr/sbin/clang++ ld.bfd 2.45.0 +#15 26.60 Build machine cpu family: x86_64 +#15 26.60 Build machine cpu: x86_64 +#15 26.60 Host machine cpu family: x86_64 +#15 26.60 Host machine cpu: x86_64 +#15 26.60 Target machine cpu family: x86_64 +#15 26.60 Target machine cpu: x86_64 +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmpx4x4mu_o +#15 26.60 Code: +#15 26.60 +#15 26.60 #include +#15 26.60 #include +#15 26.60 int main(void) { +#15 26.60 printf("%ld\n", (long)(sizeof(void*))); +#15 26.60 return 0; +#15 26.60 } +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpx4x4mu_o/testfile.c -o /mesa/_build/meson-private/tmpx4x4mu_o/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 26.60 Program stdout: +#15 26.60 +#15 26.60 8 +#15 26.60 +#15 26.60 Program stderr: +#15 26.60 +#15 26.60 +#15 26.60 Checking for size of "void*" : 8 +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmpyb6b8a0q +#15 26.60 Code: +#15 26.60 int __thread x; int main() { return x; } +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpyb6b8a0q/testfile.c -o /mesa/_build/meson-private/tmpyb6b8a0q/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 26.60 Program stdout: +#15 26.60 +#15 26.60 +#15 26.60 Program stderr: +#15 26.60 +#15 26.60 +#15 26.60 Checking if "-mtls-dialect=gnu2" runs: YES +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmptnqd4_qc +#15 26.60 Code: +#15 26.60 int __thread x; int y; int main() { __asm__( +#15 26.60 "leaq x@TLSDESC(%rip), %rax\n" +#15 26.60 "movq y@GOTPCREL(%rip), %rdx\n" +#15 26.60 "call *x@TLSCALL(%rax)\n"); } +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmptnqd4_qc/testfile.c -o /mesa/_build/meson-private/tmptnqd4_qc/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 26.60 Checking if "split TLSDESC" links: YES +#15 26.60 Pkg-config binary missing from cross or native file, or env var undefined. +#15 26.60 Trying a default Pkg-config fallback at pkg-config +#15 26.60 Found pkg-config: YES (/usr/sbin/pkg-config) 2.5.1 +#15 26.60 Determining dependency 'libglvnd' with pkg-config executable '/usr/sbin/pkg-config' +#15 26.60 env[PKG_CONFIG_PATH]: +#15 26.60 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.60 ----------- +#15 26.60 Called: `/usr/sbin/pkg-config --modversion libglvnd` -> 0 +#15 26.60 stdout: +#15 26.60 1.7.0 +#15 26.60 ----------- +#15 26.60 env[PKG_CONFIG_PATH]: +#15 26.60 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.60 ----------- +#15 26.60 Called: `/usr/sbin/pkg-config --cflags libglvnd` -> 0 +#15 26.60 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 26.60 env[PKG_CONFIG_PATH]: +#15 26.60 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.60 ----------- +#15 26.60 Called: `/usr/sbin/pkg-config --libs libglvnd` -> 0 +#15 26.60 env[PKG_CONFIG_PATH]: +#15 26.60 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.60 ----------- +#15 26.60 Called: `/usr/sbin/pkg-config --libs libglvnd` -> 0 +#15 26.60 Run-time dependency libglvnd found: YES 1.7.0 +#15 26.60 Determining dependency 'vdpau' with pkg-config executable '/usr/sbin/pkg-config' +#15 26.60 env[PKG_CONFIG_PATH]: +#15 26.60 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.60 ----------- +#15 26.60 Called: `/usr/sbin/pkg-config --modversion vdpau` -> 1 +#15 26.60 stderr: +#15 26.60 Package vdpau was not found in the pkg-config search path. +#15 26.60 Perhaps you should add the directory containing `vdpau.pc' +#15 26.60 to the PKG_CONFIG_PATH environment variable +#15 26.60 Package 'vdpau' not found +#15 26.60 ----------- +#15 26.60 CMake binary for host machine is not cached +#15 26.60 CMake binary missing from cross or native file, or env var undefined. +#15 26.60 Trying a default CMake fallback at cmake +#15 26.60 Found CMake: /usr/sbin/cmake (4.1.2) +#15 26.60 Extracting basic cmake information +#15 26.60 CMake Toolchain: Calling CMake once to generate the compiler state +#15 26.60 Calling CMake (['/usr/sbin/cmake']) in /mesa/_build/meson-private/__CMake_compiler_info__ with: +#15 26.60 - "--trace-expand" +#15 26.60 - "--trace-format=json-v1" +#15 26.60 - "--no-warn-unused-cli" +#15 26.60 - "--trace-redirect=cmake_trace.txt" +#15 26.60 - "-G" +#15 26.60 - "Ninja" +#15 26.60 - "-DCMAKE_TOOLCHAIN_FILE=/mesa/_build/meson-private/__CMake_compiler_info__/CMakeMesonTempToolchainFile.cmake" +#15 26.60 - "." +#15 26.60 CMake trace warning: add_executable() non imported executables are not supported +#15 26.60 CMake TRACE: /mesa/_build/meson-private/__CMake_compiler_info__/CMakeFiles/CMakeScratch/TryCompile-5ZRbCG/CMakeLists.txt:22 add_executable(['cmTC_a93be']) +#15 26.60 CMake trace warning: target_link_libraries() TARGET cmTC_a93be not found +#15 26.60 CMake TRACE: /mesa/_build/meson-private/__CMake_compiler_info__/CMakeFiles/CMakeScratch/TryCompile-5ZRbCG/CMakeLists.txt:28 target_link_libraries(['cmTC_a93be', '']) +#15 26.60 CMake trace warning: add_executable() non imported executables are not supported +#15 26.60 CMake TRACE: /mesa/_build/meson-private/__CMake_compiler_info__/CMakeFiles/CMakeScratch/TryCompile-8j5Otx/CMakeLists.txt:22 add_executable(['cmTC_f352f']) +#15 26.60 CMake trace warning: target_link_libraries() TARGET cmTC_f352f not found +#15 26.60 CMake TRACE: /mesa/_build/meson-private/__CMake_compiler_info__/CMakeFiles/CMakeScratch/TryCompile-8j5Otx/CMakeLists.txt:28 target_link_libraries(['cmTC_f352f', '']) +#15 26.60 Try CMake generator: auto +#15 26.60 Calling CMake (['/usr/sbin/cmake']) in /mesa/_build/meson-private/cmake_vdpau with: +#15 26.60 - "--trace-expand" +#15 26.60 - "--trace-format=json-v1" +#15 26.60 - "--no-warn-unused-cli" +#15 26.60 - "--trace-redirect=cmake_trace.txt" +#15 26.60 - "-DCMAKE_TOOLCHAIN_FILE=/mesa/_build/meson-private/cmake_vdpau/CMakeMesonToolchainFile.cmake" +#15 26.60 - "." +#15 26.60 -- Module search paths: ['/', '/opt', '/usr', '/usr/local'] +#15 26.60 -- CMake root: /usr/share/cmake +#15 26.60 -- CMake architectures: [] +#15 26.60 -- CMake lib search paths: ['lib', 'lib32', 'lib64', 'libx32', 'share', ''] +#15 26.60 Preliminary CMake check failed. Aborting. +#15 26.60 Run-time dependency vdpau found: NO (tried pkgconfig and cmake) +#15 26.60 Program glslangValidator found: YES (/usr/sbin/glslangValidator) +#15 26.60 Running command: /usr/sbin/glslangValidator --version +#15 26.60 --- stdout --- +#15 26.60 Glslang Version: 11:16.0.0 +#15 26.60 ESSL Version: OpenGL ES GLSL 3.20 glslang Khronos. 16.0.0 +#15 26.60 GLSL Version: 4.60 glslang Khronos. 16.0.0 +#15 26.60 SPIR-V Version 0x00010600, Revision 1 +#15 26.60 GLSL.std.450 Version 100, Revision 1 +#15 26.60 Khronos Tool ID 8 +#15 26.60 SPIR-V Generator Version 11 +#15 26.60 GL_KHR_vulkan_glsl version 100 +#15 26.60 ARB_GL_gl_spirv version 100 +#15 26.60 +#15 26.60 --- stderr --- +#15 26.60 +#15 26.60 +#15 26.60 Running command: /usr/sbin/glslangValidator --quiet --version +#15 26.60 --- stdout --- +#15 26.60 Glslang Version: 11:16.0.0 +#15 26.60 ESSL Version: OpenGL ES GLSL 3.20 glslang Khronos. 16.0.0 +#15 26.60 GLSL Version: 4.60 glslang Khronos. 16.0.0 +#15 26.60 SPIR-V Version 0x00010600, Revision 1 +#15 26.60 GLSL.std.450 Version 100, Revision 1 +#15 26.60 Khronos Tool ID 8 +#15 26.60 SPIR-V Generator Version 11 +#15 26.60 GL_KHR_vulkan_glsl version 100 +#15 26.60 ARB_GL_gl_spirv version 100 +#15 26.60 +#15 26.60 --- stderr --- +#15 26.60 +#15 26.60 +#15 26.60 Determining dependency 'libva' with pkg-config executable '/usr/sbin/pkg-config' +#15 26.60 env[PKG_CONFIG_PATH]: +#15 26.60 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.60 ----------- +#15 26.60 Called: `/usr/sbin/pkg-config --modversion libva` -> 0 +#15 26.60 stdout: +#15 26.60 1.22.0 +#15 26.60 ----------- +#15 26.60 env[PKG_CONFIG_PATH]: +#15 26.60 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.60 ----------- +#15 26.60 Called: `/usr/sbin/pkg-config --cflags libva` -> 0 +#15 26.60 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 26.60 env[PKG_CONFIG_PATH]: +#15 26.60 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.60 ----------- +#15 26.60 Called: `/usr/sbin/pkg-config --libs libva` -> 0 +#15 26.60 stdout: +#15 26.60 -L/usr/lib -lva +#15 26.60 ----------- +#15 26.60 env[PKG_CONFIG_PATH]: +#15 26.60 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.60 ----------- +#15 26.60 Called: `/usr/sbin/pkg-config --libs libva` -> 0 +#15 26.60 stdout: +#15 26.60 -lva +#15 26.60 ----------- +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmp2jvv6txb +#15 26.60 Code: +#15 26.60 +#15 26.60 #include +#15 26.60 #include +#15 26.60 int main(void) { +#15 26.60 printf("%ld\n", (long)(sizeof(void *))); +#15 26.60 return 0; +#15 26.60 } +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang++ -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp2jvv6txb/testfile.cpp -o /mesa/_build/meson-private/tmp2jvv6txb/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 26.60 Program stdout: +#15 26.60 +#15 26.60 8 +#15 26.60 +#15 26.60 Program stderr: +#15 26.60 +#15 26.60 +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmp38sq0101 +#15 26.60 Code: +#15 26.60 +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp38sq0101/testfile.cpp -o /mesa/_build/meson-private/tmp38sq0101/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 26.60 stdout: +#15 26.60 programs: =/usr/bin:/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../x86_64-pc-linux-gnu/bin +#15 26.60 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 26.60 ----------- +#15 26.60 Run-time dependency libva found: YES 1.22.0 +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmpt6bx8nmz +#15 26.60 Code: +#15 26.60 +#15 26.60 #include +#15 26.60 int main(void) { +#15 26.60 /* If it's not defined as a macro, try to use as a symbol */ +#15 26.60 #ifndef VASurfaceAttribDRMFormatModifiers +#15 26.60 VASurfaceAttribDRMFormatModifiers; +#15 26.60 #endif +#15 26.60 return 0; +#15 26.60 } +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpt6bx8nmz/testfile.c -o /mesa/_build/meson-private/tmpt6bx8nmz/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 26.60 stderr: +#15 26.60 /mesa/_build/meson-private/tmpt6bx8nmz/testfile.c:6:17: warning: expression result unused [-Wunused-value] +#15 26.60 6 | VASurfaceAttribDRMFormatModifiers; +#15 26.60 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +#15 26.60 1 warning generated. +#15 26.60 ----------- +#15 26.60 Header "va/va.h" has symbol "VASurfaceAttribDRMFormatModifiers" with dependency libva: YES +#15 26.60 meson.build:768: WARNING: add_languages is missing native:, assuming languages are wanted for both host and build. +#15 26.60 ----------- +#15 26.60 Detecting compiler via: `/usr/sbin/clang --version` -> 0 +#15 26.60 stdout: +#15 26.60 clang version 20.1.8 +#15 26.60 Target: x86_64-pc-linux-gnu +#15 26.60 Thread model: posix +#15 26.60 InstalledDir: /usr/bin +#15 26.60 ----------- +#15 26.60 Running command: -x c -E -dM - +#15 26.60 ----- +#15 26.60 ----------- +#15 26.60 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 26.60 stdout: +#15 26.60 GNU ld (GNU Binutils) 2.45.0 +#15 26.60 Copyright (C) 2025 Free Software Foundation, Inc. +#15 26.60 This program is free software; you may redistribute it under the terms of +#15 26.60 the GNU General Public License version 3 or (at your option) a later version. +#15 26.60 This program has absolutely no warranty. +#15 26.60 ----------- +#15 26.60 ----------- +#15 26.60 Detecting compiler via: `rustc --version` -> 0 +#15 26.60 stdout: +#15 26.60 rustc 1.90.0 (1159e78c4 2025-09-14) (Arch Linux rust 1:1.90.0-3) +#15 26.60 ----------- +#15 26.60 ----------- +#15 26.60 Called: `rustc -C linker=/usr/sbin/clang -o /mesa/_build/meson-private/rusttest.exe /mesa/_build/meson-private/sanity.rs` -> 0 +#15 26.60 ----------- +#15 26.60 Called: `rustc -C linker=/usr/sbin/clang --crate-type staticlib --print native-static-libs /mesa/_build/meson-private/sanity.rs` -> 0 +#15 26.60 stderr: +#15 26.60 warning: function `main` is never used +#15 26.60 --> /mesa/_build/meson-private/sanity.rs:1:4 +#15 26.60 | +#15 26.60 1 | fn main() { +#15 26.60 | ^^^^ +#15 26.60 | +#15 26.60 = note: `#[warn(dead_code)]` on by default +#15 26.60 +#15 26.60 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 26.60 +#15 26.60 note: native-static-libs: -lgcc_s -lutil -lrt -lpthread -lm -ldl -lc +#15 26.60 +#15 26.60 warning: 1 warning emitted +#15 26.60 ----------- +#15 26.60 Running test binary command: /mesa/_build/meson-private/rusttest.exe +#15 26.60 ----------- +#15 26.60 Sanity check: `/mesa/_build/meson-private/rusttest.exe` -> 0 +#15 26.60 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 26.60 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 26.60 ----------- +#15 26.60 Detecting compiler via: `/usr/sbin/clang --version` -> 0 +#15 26.60 stdout: +#15 26.60 clang version 20.1.8 +#15 26.60 Target: x86_64-pc-linux-gnu +#15 26.60 Thread model: posix +#15 26.60 InstalledDir: /usr/bin +#15 26.60 ----------- +#15 26.60 Running command: -x c -E -dM - +#15 26.60 ----- +#15 26.60 ----------- +#15 26.60 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 26.60 stdout: +#15 26.60 GNU ld (GNU Binutils) 2.45.0 +#15 26.60 Copyright (C) 2025 Free Software Foundation, Inc. +#15 26.60 This program is free software; you may redistribute it under the terms of +#15 26.60 the GNU General Public License version 3 or (at your option) a later version. +#15 26.60 This program has absolutely no warranty. +#15 26.60 ----------- +#15 26.60 ----------- +#15 26.60 Detecting compiler via: `rustc --version` -> 0 +#15 26.60 stdout: +#15 26.60 rustc 1.90.0 (1159e78c4 2025-09-14) (Arch Linux rust 1:1.90.0-3) +#15 26.60 ----------- +#15 26.60 ----------- +#15 26.60 Called: `rustc -C linker=/usr/sbin/clang -o /mesa/_build/meson-private/rusttest.exe /mesa/_build/meson-private/sanity.rs` -> 0 +#15 26.60 ----------- +#15 26.60 Called: `rustc -C linker=/usr/sbin/clang --crate-type staticlib --print native-static-libs /mesa/_build/meson-private/sanity.rs` -> 0 +#15 26.60 stderr: +#15 26.60 warning: function `main` is never used +#15 26.60 --> /mesa/_build/meson-private/sanity.rs:1:4 +#15 26.60 | +#15 26.60 1 | fn main() { +#15 26.60 | ^^^^ +#15 26.60 | +#15 26.60 = note: `#[warn(dead_code)]` on by default +#15 26.60 +#15 26.60 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 26.60 +#15 26.60 note: native-static-libs: -lgcc_s -lutil -lrt -lpthread -lm -ldl -lc +#15 26.60 +#15 26.60 warning: 1 warning emitted +#15 26.60 ----------- +#15 26.60 Running test binary command: /mesa/_build/meson-private/rusttest.exe +#15 26.60 ----------- +#15 26.60 Sanity check: `/mesa/_build/meson-private/rusttest.exe` -> 0 +#15 26.60 Rust compiler for the build machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 26.60 Rust linker for the build machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 26.60 Program bindgen found: YES (/usr/sbin/bindgen) +#15 26.60 Running command: /usr/sbin/bindgen --version +#15 26.60 --- stdout --- +#15 26.60 bindgen 0.72.0 +#15 26.60 +#15 26.60 --- stderr --- +#15 26.60 +#15 26.60 +#15 26.60 Determining dependency 'libclc' with pkg-config executable '/usr/sbin/pkg-config' +#15 26.60 env[PKG_CONFIG_PATH]: +#15 26.60 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.60 ----------- +#15 26.60 Called: `/usr/sbin/pkg-config --modversion libclc` -> 0 +#15 26.60 stdout: +#15 26.60 0.2.0 +#15 26.60 ----------- +#15 26.60 env[PKG_CONFIG_PATH]: +#15 26.60 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.60 ----------- +#15 26.60 Called: `/usr/sbin/pkg-config --cflags libclc` -> 0 +#15 26.60 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 26.60 env[PKG_CONFIG_PATH]: +#15 26.60 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.60 ----------- +#15 26.60 Called: `/usr/sbin/pkg-config --libs libclc` -> 0 +#15 26.60 stdout: +#15 26.60 -L/usr/share/clc +#15 26.60 ----------- +#15 26.60 env[PKG_CONFIG_PATH]: +#15 26.60 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.60 ----------- +#15 26.60 Called: `/usr/sbin/pkg-config --libs libclc` -> 0 +#15 26.60 stdout: +#15 26.60 -L/usr/share/clc +#15 26.60 ----------- +#15 26.60 Run-time dependency libclc found: YES 0.2.0 +#15 26.60 Running command: /usr/sbin/python3 --version +#15 26.60 --- stdout --- +#15 26.60 Python 3.13.7 +#15 26.60 +#15 26.60 --- stderr --- +#15 26.60 +#15 26.60 +#15 26.60 Program python3 found: YES 3.13.7 3.13.7 (/usr/sbin/python3) +#15 26.60 Running command: /usr/sbin/python3 -c ' +#15 26.60 try: +#15 26.60 from packaging.version import Version +#15 26.60 except: +#15 26.60 from distutils.version import StrictVersion as Version +#15 26.60 import mako +#15 26.60 assert Version(mako.__version__) >= Version("0.8.0") +#15 26.60 ' +#15 26.60 --- stdout --- +#15 26.60 +#15 26.60 --- stderr --- +#15 26.60 +#15 26.60 +#15 26.60 Running command: /usr/sbin/python3 -c ' +#15 26.60 import yaml +#15 26.60 ' +#15 26.60 --- stdout --- +#15 26.60 +#15 26.60 --- stderr --- +#15 26.60 +#15 26.60 +#15 26.60 Running compile: +#15 26.60 Working directory: /tmp/tmpu_0a8kp0 +#15 26.60 Code: +#15 26.60 +#15 26.60 #include +#15 26.60 #ifndef ETIME +#15 26.60 # define ETIME "MESON_GET_DEFINE_UNDEFINED_SENTINEL" +#15 26.60 #endif +#15 26.60 "MESON_GET_DEFINE_DELIMITER_START" +#15 26.60 ETIME +#15 26.60 "MESON_GET_DEFINE_DELIMITER_END" +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang /tmp/tmpu_0a8kp0/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 26.60 stdout: +#15 26.60 extern int *__errno_location (void) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); +#15 26.60 "MESON_GET_DEFINE_DELIMITER_START" +#15 26.60 62 +#15 26.60 "MESON_GET_DEFINE_DELIMITER_END" +#15 26.60 ----------- +#15 26.60 Fetching value of define "ETIME" : 62 +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmp09_44uns +#15 26.60 Code: +#15 26.60 extern int i; +#15 26.60 int i; +#15 26.60 +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp09_44uns/testfile.c -o /mesa/_build/meson-private/tmp09_44uns/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 26.60 Compiler for C supports arguments -gsplit-dwarf: YES +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmpdts0iy5h +#15 26.60 Code: +#15 26.60 int main(void) { return 0; } +#15 26.60 +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpdts0iy5h/testfile.c -o /mesa/_build/meson-private/tmpdts0iy5h/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 26.60 stderr: +#15 26.60 /usr/bin/ld: unrecognized option '--gdb-index' +#15 26.60 /usr/bin/ld: use the --help option for usage information +#15 26.60 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 26.60 ----------- +#15 26.60 Compiler for C supports link arguments -Wl,--gdb-index: NO +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmpg_eb7bb5 +#15 26.60 Code: +#15 26.60 +#15 26.60 #define bswap32 meson_disable_define_of_bswap32 +#15 26.60 +#15 26.60 #include +#15 26.60 #undef bswap32 +#15 26.60 +#15 26.60 #ifdef __cplusplus +#15 26.60 extern "C" +#15 26.60 #endif +#15 26.60 char bswap32 (void); +#15 26.60 +#15 26.60 #if defined __stub_bswap32 || defined __stub___bswap32 +#15 26.60 fail fail fail this function is not going to work +#15 26.60 #endif +#15 26.60 +#15 26.60 int main(void) { +#15 26.60 return bswap32 (); +#15 26.60 } +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpg_eb7bb5/testfile.c -o /mesa/_build/meson-private/tmpg_eb7bb5/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 26.60 stderr: +#15 26.60 /usr/bin/ld: /tmp/testfile-f5319e.o: in function `main': +#15 26.60 /mesa/_build/meson-private/tmpg_eb7bb5/testfile.c:17:(.text+0x5d): undefined reference to `bswap32' +#15 26.60 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 26.60 ----------- +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmp1coawcf5 +#15 26.60 Code: +#15 26.60 +#15 26.60 int main(void) { +#15 26.60 +#15 26.60 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 26.60 * provides various builtins which are not really implemented and +#15 26.60 * fall back to the stdlib where they aren't provided and fail at +#15 26.60 * build/link time. In case the user provides a header, including +#15 26.60 * the header didn't lead to the function being defined, and the +#15 26.60 * function we are checking isn't a builtin itself we assume the +#15 26.60 * builtin is not functional and we just error out. */ +#15 26.60 #if !1 && !defined(bswap32) && !0 +#15 26.60 #error "No definition for __builtin_bswap32 found in the prefix" +#15 26.60 #endif +#15 26.60 +#15 26.60 #ifdef __has_builtin +#15 26.60 #if !__has_builtin(__builtin_bswap32) +#15 26.60 #error "__builtin_bswap32 not found" +#15 26.60 #endif +#15 26.60 #elif ! defined(bswap32) +#15 26.60 __builtin_bswap32; +#15 26.60 #endif +#15 26.60 return 0; +#15 26.60 } +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp1coawcf5/testfile.c -o /mesa/_build/meson-private/tmp1coawcf5/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 26.60 Checking for function "bswap32" : YES +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmpuz2hzr27 +#15 26.60 Code: +#15 26.60 +#15 26.60 #define bswap64 meson_disable_define_of_bswap64 +#15 26.60 +#15 26.60 #include +#15 26.60 #undef bswap64 +#15 26.60 +#15 26.60 #ifdef __cplusplus +#15 26.60 extern "C" +#15 26.60 #endif +#15 26.60 char bswap64 (void); +#15 26.60 +#15 26.60 #if defined __stub_bswap64 || defined __stub___bswap64 +#15 26.60 fail fail fail this function is not going to work +#15 26.60 #endif +#15 26.60 +#15 26.60 int main(void) { +#15 26.60 return bswap64 (); +#15 26.60 } +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpuz2hzr27/testfile.c -o /mesa/_build/meson-private/tmpuz2hzr27/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 26.60 stderr: +#15 26.60 /usr/bin/ld: /tmp/testfile-283ef1.o: in function `main': +#15 26.60 /mesa/_build/meson-private/tmpuz2hzr27/testfile.c:17:(.text+0x5d): undefined reference to `bswap64' +#15 26.60 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 26.60 ----------- +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmpl5z8g2v7 +#15 26.60 Code: +#15 26.60 +#15 26.60 int main(void) { +#15 26.60 +#15 26.60 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 26.60 * provides various builtins which are not really implemented and +#15 26.60 * fall back to the stdlib where they aren't provided and fail at +#15 26.60 * build/link time. In case the user provides a header, including +#15 26.60 * the header didn't lead to the function being defined, and the +#15 26.60 * function we are checking isn't a builtin itself we assume the +#15 26.60 * builtin is not functional and we just error out. */ +#15 26.60 #if !1 && !defined(bswap64) && !0 +#15 26.60 #error "No definition for __builtin_bswap64 found in the prefix" +#15 26.60 #endif +#15 26.60 +#15 26.60 #ifdef __has_builtin +#15 26.60 #if !__has_builtin(__builtin_bswap64) +#15 26.60 #error "__builtin_bswap64 not found" +#15 26.60 #endif +#15 26.60 #elif ! defined(bswap64) +#15 26.60 __builtin_bswap64; +#15 26.60 #endif +#15 26.60 return 0; +#15 26.60 } +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpl5z8g2v7/testfile.c -o /mesa/_build/meson-private/tmpl5z8g2v7/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 26.60 Checking for function "bswap64" : YES +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmph8r1m0o1 +#15 26.60 Code: +#15 26.60 +#15 26.60 #define clz meson_disable_define_of_clz +#15 26.60 +#15 26.60 #include +#15 26.60 #undef clz +#15 26.60 +#15 26.60 #ifdef __cplusplus +#15 26.60 extern "C" +#15 26.60 #endif +#15 26.60 char clz (void); +#15 26.60 +#15 26.60 #if defined __stub_clz || defined __stub___clz +#15 26.60 fail fail fail this function is not going to work +#15 26.60 #endif +#15 26.60 +#15 26.60 int main(void) { +#15 26.60 return clz (); +#15 26.60 } +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmph8r1m0o1/testfile.c -o /mesa/_build/meson-private/tmph8r1m0o1/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 26.60 stderr: +#15 26.60 /usr/bin/ld: /tmp/testfile-70e1b4.o: in function `main': +#15 26.60 /mesa/_build/meson-private/tmph8r1m0o1/testfile.c:17:(.text+0x5d): undefined reference to `clz' +#15 26.60 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 26.60 ----------- +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmpi8ad6s_c +#15 26.60 Code: +#15 26.60 +#15 26.60 int main(void) { +#15 26.60 +#15 26.60 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 26.60 * provides various builtins which are not really implemented and +#15 26.60 * fall back to the stdlib where they aren't provided and fail at +#15 26.60 * build/link time. In case the user provides a header, including +#15 26.60 * the header didn't lead to the function being defined, and the +#15 26.60 * function we are checking isn't a builtin itself we assume the +#15 26.60 * builtin is not functional and we just error out. */ +#15 26.60 #if !1 && !defined(clz) && !0 +#15 26.60 #error "No definition for __builtin_clz found in the prefix" +#15 26.60 #endif +#15 26.60 +#15 26.60 #ifdef __has_builtin +#15 26.60 #if !__has_builtin(__builtin_clz) +#15 26.60 #error "__builtin_clz not found" +#15 26.60 #endif +#15 26.60 #elif ! defined(clz) +#15 26.60 __builtin_clz; +#15 26.60 #endif +#15 26.60 return 0; +#15 26.60 } +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpi8ad6s_c/testfile.c -o /mesa/_build/meson-private/tmpi8ad6s_c/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 26.60 Checking for function "clz" : YES +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmp1v0tno4w +#15 26.60 Code: +#15 26.60 +#15 26.60 #define clzll meson_disable_define_of_clzll +#15 26.60 +#15 26.60 #include +#15 26.60 #undef clzll +#15 26.60 +#15 26.60 #ifdef __cplusplus +#15 26.60 extern "C" +#15 26.60 #endif +#15 26.60 char clzll (void); +#15 26.60 +#15 26.60 #if defined __stub_clzll || defined __stub___clzll +#15 26.60 fail fail fail this function is not going to work +#15 26.60 #endif +#15 26.60 +#15 26.60 int main(void) { +#15 26.60 return clzll (); +#15 26.60 } +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp1v0tno4w/testfile.c -o /mesa/_build/meson-private/tmp1v0tno4w/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 26.60 stderr: +#15 26.60 /usr/bin/ld: /tmp/testfile-3fb251.o: in function `main': +#15 26.60 /mesa/_build/meson-private/tmp1v0tno4w/testfile.c:17:(.text+0x5d): undefined reference to `clzll' +#15 26.60 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 26.60 ----------- +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmppjqw7_8n +#15 26.60 Code: +#15 26.60 +#15 26.60 int main(void) { +#15 26.60 +#15 26.60 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 26.60 * provides various builtins which are not really implemented and +#15 26.60 * fall back to the stdlib where they aren't provided and fail at +#15 26.60 * build/link time. In case the user provides a header, including +#15 26.60 * the header didn't lead to the function being defined, and the +#15 26.60 * function we are checking isn't a builtin itself we assume the +#15 26.60 * builtin is not functional and we just error out. */ +#15 26.60 #if !1 && !defined(clzll) && !0 +#15 26.60 #error "No definition for __builtin_clzll found in the prefix" +#15 26.60 #endif +#15 26.60 +#15 26.60 #ifdef __has_builtin +#15 26.60 #if !__has_builtin(__builtin_clzll) +#15 26.60 #error "__builtin_clzll not found" +#15 26.60 #endif +#15 26.60 #elif ! defined(clzll) +#15 26.60 __builtin_clzll; +#15 26.60 #endif +#15 26.60 return 0; +#15 26.60 } +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmppjqw7_8n/testfile.c -o /mesa/_build/meson-private/tmppjqw7_8n/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 26.60 Checking for function "clzll" : YES +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmpwcpoqlmc +#15 26.60 Code: +#15 26.60 +#15 26.60 #define ctz meson_disable_define_of_ctz +#15 26.60 +#15 26.60 #include +#15 26.60 #undef ctz +#15 26.60 +#15 26.60 #ifdef __cplusplus +#15 26.60 extern "C" +#15 26.60 #endif +#15 26.60 char ctz (void); +#15 26.60 +#15 26.60 #if defined __stub_ctz || defined __stub___ctz +#15 26.60 fail fail fail this function is not going to work +#15 26.60 #endif +#15 26.60 +#15 26.60 int main(void) { +#15 26.60 return ctz (); +#15 26.60 } +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpwcpoqlmc/testfile.c -o /mesa/_build/meson-private/tmpwcpoqlmc/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 26.60 stderr: +#15 26.60 /usr/bin/ld: /tmp/testfile-a1b13a.o: in function `main': +#15 26.60 /mesa/_build/meson-private/tmpwcpoqlmc/testfile.c:17:(.text+0x5d): undefined reference to `ctz' +#15 26.60 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 26.60 ----------- +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmpzk0gamvx +#15 26.60 Code: +#15 26.60 +#15 26.60 int main(void) { +#15 26.60 +#15 26.60 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 26.60 * provides various builtins which are not really implemented and +#15 26.60 * fall back to the stdlib where they aren't provided and fail at +#15 26.60 * build/link time. In case the user provides a header, including +#15 26.60 * the header didn't lead to the function being defined, and the +#15 26.60 * function we are checking isn't a builtin itself we assume the +#15 26.60 * builtin is not functional and we just error out. */ +#15 26.60 #if !1 && !defined(ctz) && !0 +#15 26.60 #error "No definition for __builtin_ctz found in the prefix" +#15 26.60 #endif +#15 26.60 +#15 26.60 #ifdef __has_builtin +#15 26.60 #if !__has_builtin(__builtin_ctz) +#15 26.60 #error "__builtin_ctz not found" +#15 26.60 #endif +#15 26.60 #elif ! defined(ctz) +#15 26.60 __builtin_ctz; +#15 26.60 #endif +#15 26.60 return 0; +#15 26.60 } +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpzk0gamvx/testfile.c -o /mesa/_build/meson-private/tmpzk0gamvx/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 26.60 Checking for function "ctz" : YES +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmp86m0oobp +#15 26.60 Code: +#15 26.60 +#15 26.60 #define expect meson_disable_define_of_expect +#15 26.60 +#15 26.60 #include +#15 26.60 #undef expect +#15 26.60 +#15 26.60 #ifdef __cplusplus +#15 26.60 extern "C" +#15 26.60 #endif +#15 26.60 char expect (void); +#15 26.60 +#15 26.60 #if defined __stub_expect || defined __stub___expect +#15 26.60 fail fail fail this function is not going to work +#15 26.60 #endif +#15 26.60 +#15 26.60 int main(void) { +#15 26.60 return expect (); +#15 26.60 } +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp86m0oobp/testfile.c -o /mesa/_build/meson-private/tmp86m0oobp/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 26.60 stderr: +#15 26.60 /usr/bin/ld: /tmp/testfile-036354.o: in function `main': +#15 26.60 /mesa/_build/meson-private/tmp86m0oobp/testfile.c:17:(.text+0x5d): undefined reference to `expect' +#15 26.60 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 26.60 ----------- +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmptv94k7q9 +#15 26.60 Code: +#15 26.60 +#15 26.60 int main(void) { +#15 26.60 +#15 26.60 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 26.60 * provides various builtins which are not really implemented and +#15 26.60 * fall back to the stdlib where they aren't provided and fail at +#15 26.60 * build/link time. In case the user provides a header, including +#15 26.60 * the header didn't lead to the function being defined, and the +#15 26.60 * function we are checking isn't a builtin itself we assume the +#15 26.60 * builtin is not functional and we just error out. */ +#15 26.60 #if !1 && !defined(expect) && !0 +#15 26.60 #error "No definition for __builtin_expect found in the prefix" +#15 26.60 #endif +#15 26.60 +#15 26.60 #ifdef __has_builtin +#15 26.60 #if !__has_builtin(__builtin_expect) +#15 26.60 #error "__builtin_expect not found" +#15 26.60 #endif +#15 26.60 #elif ! defined(expect) +#15 26.60 __builtin_expect; +#15 26.60 #endif +#15 26.60 return 0; +#15 26.60 } +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmptv94k7q9/testfile.c -o /mesa/_build/meson-private/tmptv94k7q9/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 26.60 Checking for function "expect" : YES +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmpwiu2ownw +#15 26.60 Code: +#15 26.60 +#15 26.60 #define ffs meson_disable_define_of_ffs +#15 26.60 +#15 26.60 #include +#15 26.60 #undef ffs +#15 26.60 +#15 26.60 #ifdef __cplusplus +#15 26.60 extern "C" +#15 26.60 #endif +#15 26.60 char ffs (void); +#15 26.60 +#15 26.60 #if defined __stub_ffs || defined __stub___ffs +#15 26.60 fail fail fail this function is not going to work +#15 26.60 #endif +#15 26.60 +#15 26.60 int main(void) { +#15 26.60 return ffs (); +#15 26.60 } +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpwiu2ownw/testfile.c -o /mesa/_build/meson-private/tmpwiu2ownw/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 26.60 Checking for function "ffs" : YES +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmpnri5quvn +#15 26.60 Code: +#15 26.60 +#15 26.60 #define ffsll meson_disable_define_of_ffsll +#15 26.60 +#15 26.60 #include +#15 26.60 #undef ffsll +#15 26.60 +#15 26.60 #ifdef __cplusplus +#15 26.60 extern "C" +#15 26.60 #endif +#15 26.60 char ffsll (void); +#15 26.60 +#15 26.60 #if defined __stub_ffsll || defined __stub___ffsll +#15 26.60 fail fail fail this function is not going to work +#15 26.60 #endif +#15 26.60 +#15 26.60 int main(void) { +#15 26.60 return ffsll (); +#15 26.60 } +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpnri5quvn/testfile.c -o /mesa/_build/meson-private/tmpnri5quvn/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 26.60 Checking for function "ffsll" : YES +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmp5296nph4 +#15 26.60 Code: +#15 26.60 +#15 26.60 #define popcount meson_disable_define_of_popcount +#15 26.60 +#15 26.60 #include +#15 26.60 #undef popcount +#15 26.60 +#15 26.60 #ifdef __cplusplus +#15 26.60 extern "C" +#15 26.60 #endif +#15 26.60 char popcount (void); +#15 26.60 +#15 26.60 #if defined __stub_popcount || defined __stub___popcount +#15 26.60 fail fail fail this function is not going to work +#15 26.60 #endif +#15 26.60 +#15 26.60 int main(void) { +#15 26.60 return popcount (); +#15 26.60 } +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp5296nph4/testfile.c -o /mesa/_build/meson-private/tmp5296nph4/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 26.60 stderr: +#15 26.60 /usr/bin/ld: /tmp/testfile-93b6f9.o: in function `main': +#15 26.60 /mesa/_build/meson-private/tmp5296nph4/testfile.c:17:(.text+0x5d): undefined reference to `popcount' +#15 26.60 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 26.60 ----------- +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmpmj_m9sjk +#15 26.60 Code: +#15 26.60 +#15 26.60 int main(void) { +#15 26.60 +#15 26.60 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 26.60 * provides various builtins which are not really implemented and +#15 26.60 * fall back to the stdlib where they aren't provided and fail at +#15 26.60 * build/link time. In case the user provides a header, including +#15 26.60 * the header didn't lead to the function being defined, and the +#15 26.60 * function we are checking isn't a builtin itself we assume the +#15 26.60 * builtin is not functional and we just error out. */ +#15 26.60 #if !1 && !defined(popcount) && !0 +#15 26.60 #error "No definition for __builtin_popcount found in the prefix" +#15 26.60 #endif +#15 26.60 +#15 26.60 #ifdef __has_builtin +#15 26.60 #if !__has_builtin(__builtin_popcount) +#15 26.60 #error "__builtin_popcount not found" +#15 26.60 #endif +#15 26.60 #elif ! defined(popcount) +#15 26.60 __builtin_popcount; +#15 26.60 #endif +#15 26.60 return 0; +#15 26.60 } +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpmj_m9sjk/testfile.c -o /mesa/_build/meson-private/tmpmj_m9sjk/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 26.60 Checking for function "popcount" : YES +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmp23m_xzn9 +#15 26.60 Code: +#15 26.60 +#15 26.60 #define popcountll meson_disable_define_of_popcountll +#15 26.60 +#15 26.60 #include +#15 26.60 #undef popcountll +#15 26.60 +#15 26.60 #ifdef __cplusplus +#15 26.60 extern "C" +#15 26.60 #endif +#15 26.60 char popcountll (void); +#15 26.60 +#15 26.60 #if defined __stub_popcountll || defined __stub___popcountll +#15 26.60 fail fail fail this function is not going to work +#15 26.60 #endif +#15 26.60 +#15 26.60 int main(void) { +#15 26.60 return popcountll (); +#15 26.60 } +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp23m_xzn9/testfile.c -o /mesa/_build/meson-private/tmp23m_xzn9/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 26.60 stderr: +#15 26.60 /usr/bin/ld: /tmp/testfile-df3e1f.o: in function `main': +#15 26.60 /mesa/_build/meson-private/tmp23m_xzn9/testfile.c:17:(.text+0x5d): undefined reference to `popcountll' +#15 26.60 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 26.60 ----------- +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmplpslgh7k +#15 26.60 Code: +#15 26.60 +#15 26.60 int main(void) { +#15 26.60 +#15 26.60 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 26.60 * provides various builtins which are not really implemented and +#15 26.60 * fall back to the stdlib where they aren't provided and fail at +#15 26.60 * build/link time. In case the user provides a header, including +#15 26.60 * the header didn't lead to the function being defined, and the +#15 26.60 * function we are checking isn't a builtin itself we assume the +#15 26.60 * builtin is not functional and we just error out. */ +#15 26.60 #if !1 && !defined(popcountll) && !0 +#15 26.60 #error "No definition for __builtin_popcountll found in the prefix" +#15 26.60 #endif +#15 26.60 +#15 26.60 #ifdef __has_builtin +#15 26.60 #if !__has_builtin(__builtin_popcountll) +#15 26.60 #error "__builtin_popcountll not found" +#15 26.60 #endif +#15 26.60 #elif ! defined(popcountll) +#15 26.60 __builtin_popcountll; +#15 26.60 #endif +#15 26.60 return 0; +#15 26.60 } +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmplpslgh7k/testfile.c -o /mesa/_build/meson-private/tmplpslgh7k/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 26.60 Checking for function "popcountll" : YES +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmp31z27k3v +#15 26.60 Code: +#15 26.60 +#15 26.60 #define unreachable meson_disable_define_of_unreachable +#15 26.60 +#15 26.60 #include +#15 26.60 #undef unreachable +#15 26.60 +#15 26.60 #ifdef __cplusplus +#15 26.60 extern "C" +#15 26.60 #endif +#15 26.60 char unreachable (void); +#15 26.60 +#15 26.60 #if defined __stub_unreachable || defined __stub___unreachable +#15 26.60 fail fail fail this function is not going to work +#15 26.60 #endif +#15 26.60 +#15 26.60 int main(void) { +#15 26.60 return unreachable (); +#15 26.60 } +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp31z27k3v/testfile.c -o /mesa/_build/meson-private/tmp31z27k3v/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 26.60 stderr: +#15 26.60 /usr/bin/ld: /tmp/testfile-72fc68.o: in function `main': +#15 26.60 /mesa/_build/meson-private/tmp31z27k3v/testfile.c:17:(.text+0x5d): undefined reference to `unreachable' +#15 26.60 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 26.60 ----------- +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmp_3plv17c +#15 26.60 Code: +#15 26.60 +#15 26.60 int main(void) { +#15 26.60 +#15 26.60 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 26.60 * provides various builtins which are not really implemented and +#15 26.60 * fall back to the stdlib where they aren't provided and fail at +#15 26.60 * build/link time. In case the user provides a header, including +#15 26.60 * the header didn't lead to the function being defined, and the +#15 26.60 * function we are checking isn't a builtin itself we assume the +#15 26.60 * builtin is not functional and we just error out. */ +#15 26.60 #if !1 && !defined(unreachable) && !0 +#15 26.60 #error "No definition for __builtin_unreachable found in the prefix" +#15 26.60 #endif +#15 26.60 +#15 26.60 #ifdef __has_builtin +#15 26.60 #if !__has_builtin(__builtin_unreachable) +#15 26.60 #error "__builtin_unreachable not found" +#15 26.60 #endif +#15 26.60 #elif ! defined(unreachable) +#15 26.60 __builtin_unreachable; +#15 26.60 #endif +#15 26.60 return 0; +#15 26.60 } +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp_3plv17c/testfile.c -o /mesa/_build/meson-private/tmp_3plv17c/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 26.60 Checking for function "unreachable" : YES +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmphwnbqq0u +#15 26.60 Code: +#15 26.60 +#15 26.60 #define types_compatible_p meson_disable_define_of_types_compatible_p +#15 26.60 +#15 26.60 #include +#15 26.60 #undef types_compatible_p +#15 26.60 +#15 26.60 #ifdef __cplusplus +#15 26.60 extern "C" +#15 26.60 #endif +#15 26.60 char types_compatible_p (void); +#15 26.60 +#15 26.60 #if defined __stub_types_compatible_p || defined __stub___types_compatible_p +#15 26.60 fail fail fail this function is not going to work +#15 26.60 #endif +#15 26.60 +#15 26.60 int main(void) { +#15 26.60 return types_compatible_p (); +#15 26.60 } +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmphwnbqq0u/testfile.c -o /mesa/_build/meson-private/tmphwnbqq0u/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 26.60 stderr: +#15 26.60 /usr/bin/ld: /tmp/testfile-be96d4.o: in function `main': +#15 26.60 /mesa/_build/meson-private/tmphwnbqq0u/testfile.c:17:(.text+0x5d): undefined reference to `types_compatible_p' +#15 26.60 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 26.60 ----------- +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmp053gxvza +#15 26.60 Code: +#15 26.60 +#15 26.60 int main(void) { +#15 26.60 +#15 26.60 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 26.60 * provides various builtins which are not really implemented and +#15 26.60 * fall back to the stdlib where they aren't provided and fail at +#15 26.60 * build/link time. In case the user provides a header, including +#15 26.60 * the header didn't lead to the function being defined, and the +#15 26.60 * function we are checking isn't a builtin itself we assume the +#15 26.60 * builtin is not functional and we just error out. */ +#15 26.60 #if !1 && !defined(types_compatible_p) && !0 +#15 26.60 #error "No definition for __builtin_types_compatible_p found in the prefix" +#15 26.60 #endif +#15 26.60 +#15 26.60 #ifdef __has_builtin +#15 26.60 #if !__has_builtin(__builtin_types_compatible_p) +#15 26.60 #error "__builtin_types_compatible_p not found" +#15 26.60 #endif +#15 26.60 #elif ! defined(types_compatible_p) +#15 26.60 __builtin_types_compatible_p; +#15 26.60 #endif +#15 26.60 return 0; +#15 26.60 } +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp053gxvza/testfile.c -o /mesa/_build/meson-private/tmp053gxvza/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 26.60 Checking for function "types_compatible_p" : YES +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmpzpgx5xxb +#15 26.60 Code: +#15 26.60 int foo(void) __attribute__((const)); +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpzpgx5xxb/testfile.c -o /mesa/_build/meson-private/tmpzpgx5xxb/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 26.60 Compiler for C supports function attribute const: YES +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmpr8ux5htz +#15 26.60 Code: +#15 26.60 int foo(void) __attribute__((flatten)); +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpr8ux5htz/testfile.c -o /mesa/_build/meson-private/tmpr8ux5htz/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 26.60 Compiler for C supports function attribute flatten: YES +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmpmeu3ov0k +#15 26.60 Code: +#15 26.60 int *foo(void) __attribute__((malloc)); +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpmeu3ov0k/testfile.c -o /mesa/_build/meson-private/tmpmeu3ov0k/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 26.60 Compiler for C supports function attribute malloc: YES +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmpomwwklfz +#15 26.60 Code: +#15 26.60 int foo(void) __attribute__((pure)); +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpomwwklfz/testfile.c -o /mesa/_build/meson-private/tmpomwwklfz/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 26.60 Compiler for C supports function attribute pure: YES +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmpot54gr9_ +#15 26.60 Code: +#15 26.60 int foo(void) __attribute__((unused)); +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpot54gr9_/testfile.c -o /mesa/_build/meson-private/tmpot54gr9_/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 26.60 Compiler for C supports function attribute unused: YES +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmp99u2u72w +#15 26.60 Code: +#15 26.60 int foo(void) __attribute__((warn_unused_result)); +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp99u2u72w/testfile.c -o /mesa/_build/meson-private/tmp99u2u72w/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 26.60 Compiler for C supports function attribute warn_unused_result: YES +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmpt5qp9qxw +#15 26.60 Code: +#15 26.60 int foo(void) __attribute__((weak)); +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpt5qp9qxw/testfile.c -o /mesa/_build/meson-private/tmpt5qp9qxw/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 26.60 Compiler for C supports function attribute weak: YES +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmptnei7imx +#15 26.60 Code: +#15 26.60 int foo(const char * p, ...) __attribute__((format(printf, 1, 2))); +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmptnei7imx/testfile.c -o /mesa/_build/meson-private/tmptnei7imx/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 26.60 Compiler for C supports function attribute format: YES +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmpl3r9dvz2 +#15 26.60 Code: +#15 26.60 struct __attribute__((packed)) foo { int bar; }; +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpl3r9dvz2/testfile.c -o /mesa/_build/meson-private/tmpl3r9dvz2/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 26.60 Compiler for C supports function attribute packed: YES +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmppzl5ss1i +#15 26.60 Code: +#15 26.60 int *foo(void) __attribute__((returns_nonnull)); +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmppzl5ss1i/testfile.c -o /mesa/_build/meson-private/tmppzl5ss1i/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 26.60 Compiler for C supports function attribute returns_nonnull: YES +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmpvg0mejae +#15 26.60 Code: +#15 26.60 +#15 26.60 int foo(void) { return 0; } +#15 26.60 int bar(void) __attribute__((alias("foo"))); +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpvg0mejae/testfile.c -o /mesa/_build/meson-private/tmpvg0mejae/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 26.60 Compiler for C supports function attribute alias: YES +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmp7_dja_8a +#15 26.60 Code: +#15 26.60 int foo(void) __attribute__((noreturn)); +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp7_dja_8a/testfile.c -o /mesa/_build/meson-private/tmp7_dja_8a/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 26.60 Compiler for C supports function attribute noreturn: YES +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmpcujhokil +#15 26.60 Code: +#15 26.60 __attribute__((optimize(3))) int foo(void) { return 0; } +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpcujhokil/testfile.c -o /mesa/_build/meson-private/tmpcujhokil/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 26.60 stderr: +#15 26.60 /mesa/_build/meson-private/tmpcujhokil/testfile.c:1:16: error: unknown attribute 'optimize' ignored [-Werror,-Wunknown-attributes] +#15 26.60 1 | __attribute__((optimize(3))) int foo(void) { return 0; } +#15 26.60 | ^~~~~~~~~~~ +#15 26.60 1 error generated. +#15 26.60 ----------- +#15 26.60 Compiler for C supports function attribute optimize: NO +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmp8wq6g650 +#15 26.60 Code: +#15 26.60 int foo(void) __attribute__((visibility("hidden"))); int foo(void) { return 0; } +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp8wq6g650/testfile.c -o /mesa/_build/meson-private/tmp8wq6g650/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 26.60 Compiler for C supports function attribute visibility:hidden: YES +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmpdpfcarhs +#15 26.60 Code: +#15 26.60 __uint128_t foo(void) { return 0; } +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpdpfcarhs/testfile.c -o /mesa/_build/meson-private/tmpdpfcarhs/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 26.60 Checking if "__uint128_t" compiles: YES +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmpyjn3xvy9 +#15 26.60 Code: +#15 26.60 +#15 26.60 #define reallocarray meson_disable_define_of_reallocarray +#15 26.60 +#15 26.60 #include +#15 26.60 #undef reallocarray +#15 26.60 +#15 26.60 #ifdef __cplusplus +#15 26.60 extern "C" +#15 26.60 #endif +#15 26.60 char reallocarray (void); +#15 26.60 +#15 26.60 #if defined __stub_reallocarray || defined __stub___reallocarray +#15 26.60 fail fail fail this function is not going to work +#15 26.60 #endif +#15 26.60 +#15 26.60 int main(void) { +#15 26.60 return reallocarray (); +#15 26.60 } +#15 26.60 ----------- +#15 26.60 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpyjn3xvy9/testfile.c -o /mesa/_build/meson-private/tmpyjn3xvy9/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 26.60 Checking for function "reallocarray" : YES +#15 26.60 Running compile: +#15 26.60 Working directory: /mesa/_build/meson-private/tmp_jexpw60 +#15 26.60 Code: +#15 26.60 +#15 26.60 #define fmemopen meson_disable_define_of_fmemopen +#15 26.61 +#15 26.61 #include +#15 26.61 #undef fmemopen +#15 26.61 +#15 26.61 #ifdef __cplusplus +#15 26.61 extern "C" +#15 26.61 #endif +#15 26.61 char fmemopen (void); +#15 26.61 +#15 26.61 #if defined __stub_fmemopen || defined __stub___fmemopen +#15 26.61 fail fail fail this function is not going to work +#15 26.61 #endif +#15 26.61 +#15 26.61 int main(void) { +#15 26.61 return fmemopen (); +#15 26.61 } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp_jexpw60/testfile.c -o /mesa/_build/meson-private/tmp_jexpw60/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 26.61 Checking for function "fmemopen" : YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpkb0hy6w_ +#15 26.61 Code: +#15 26.61 static char unused() { return 5; } int main() { return 0; } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpkb0hy6w_/testfile.c -o /mesa/_build/meson-private/tmpkb0hy6w_/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 26.61 Checking if "gc-sections" links: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpheavm9y8 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpheavm9y8/testfile.c -o /mesa/_build/meson-private/tmpheavm9y8/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 26.61 Compiler for C supports arguments -Werror=implicit-function-declaration: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpqvotulhv +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpqvotulhv/testfile.c -o /mesa/_build/meson-private/tmpqvotulhv/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 26.61 Compiler for C supports arguments -Werror=missing-prototypes: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpgcl5f8_i +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpgcl5f8_i/testfile.c -o /mesa/_build/meson-private/tmpgcl5f8_i/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 26.61 Compiler for C supports arguments -Werror=return-type: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp3gogps_k +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp3gogps_k/testfile.c -o /mesa/_build/meson-private/tmp3gogps_k/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 26.61 Compiler for C supports arguments -Werror=empty-body: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpg4r0gvjr +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpg4r0gvjr/testfile.c -o /mesa/_build/meson-private/tmpg4r0gvjr/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 26.61 Compiler for C supports arguments -Werror=incompatible-pointer-types: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpm70a808p +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpm70a808p/testfile.c -o /mesa/_build/meson-private/tmpm70a808p/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 26.61 Compiler for C supports arguments -Werror=int-conversion: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpylnyybdg +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpylnyybdg/testfile.c -o /mesa/_build/meson-private/tmpylnyybdg/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 26.61 Compiler for C supports arguments -Wimplicit-fallthrough: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpst32dpke +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpst32dpke/testfile.c -o /mesa/_build/meson-private/tmpst32dpke/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 26.61 Compiler for C supports arguments -Wmisleading-indentation: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpf1zptv28 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpf1zptv28/testfile.c -o /mesa/_build/meson-private/tmpf1zptv28/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 26.61 Compiler for C supports arguments -Wno-missing-field-initializers: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmprsa_yuud +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmprsa_yuud/testfile.c -o /mesa/_build/meson-private/tmprsa_yuud/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 26.61 Compiler for C supports arguments -Wno-format-truncation: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp40kgiz8p +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp40kgiz8p/testfile.c -o /mesa/_build/meson-private/tmp40kgiz8p/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 26.61 stderr: +#15 26.61 error: unknown warning option '-Wnonnull-compare' [-Werror,-Wunknown-warning-option] +#15 26.61 error: unknown warning option '-Wno-nonnull-compare' [-Werror,-Wunknown-warning-option] +#15 26.61 ----------- +#15 26.61 Compiler for C supports arguments -Wno-nonnull-compare: NO +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpi2pt2_3w +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpi2pt2_3w/testfile.c -o /mesa/_build/meson-private/tmpi2pt2_3w/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 26.61 Compiler for C supports arguments -fno-math-errno: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmptx8ivlco +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmptx8ivlco/testfile.c -o /mesa/_build/meson-private/tmptx8ivlco/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 26.61 Compiler for C supports arguments -fno-trapping-math: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp5hrrc66f +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp5hrrc66f/testfile.c -o /mesa/_build/meson-private/tmp5hrrc66f/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 26.61 Compiler for C supports arguments -Qunused-arguments: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp4vylasfu +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp4vylasfu/testfile.c -o /mesa/_build/meson-private/tmp4vylasfu/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 26.61 Compiler for C supports arguments -fno-common: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp9sz9agc4 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp9sz9agc4/testfile.c -o /mesa/_build/meson-private/tmp9sz9agc4/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 26.61 Compiler for C supports arguments -Wno-unknown-pragmas: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp7eim9wxf +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp7eim9wxf/testfile.c -o /mesa/_build/meson-private/tmp7eim9wxf/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 26.61 Compiler for C supports arguments -Wno-microsoft-enum-value: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpufpexxsy +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpufpexxsy/testfile.c -o /mesa/_build/meson-private/tmpufpexxsy/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 26.61 Compiler for C supports arguments -Wno-unused-function: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpr4w_vlzr +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpr4w_vlzr/testfile.c -o /mesa/_build/meson-private/tmpr4w_vlzr/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 26.61 Compiler for C supports arguments -Werror=format: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpil6k7wdh +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpil6k7wdh/testfile.c -o /mesa/_build/meson-private/tmpil6k7wdh/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 26.61 Compiler for C supports arguments -Wformat-security: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp2mubr9p5 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp2mubr9p5/testfile.c -o /mesa/_build/meson-private/tmp2mubr9p5/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 26.61 Compiler for C supports arguments -Werror=thread-safety: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp5jzl0kup +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp5jzl0kup/testfile.c -o /mesa/_build/meson-private/tmp5jzl0kup/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 26.61 Compiler for C supports arguments -ffunction-sections: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpizf4q4xq +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpizf4q4xq/testfile.c -o /mesa/_build/meson-private/tmpizf4q4xq/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 26.61 Compiler for C supports arguments -fdata-sections: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpwdhswihn +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpwdhswihn/testfile.c -o /mesa/_build/meson-private/tmpwdhswihn/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-variable -Wno-unused-variable` -> 0 +#15 26.61 Compiler for C supports arguments -Wno-unused-variable: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpjp0l4uv_ +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpjp0l4uv_/testfile.c -o /mesa/_build/meson-private/tmpjp0l4uv_/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-but-set-variable -Wno-unused-but-set-variable` -> 0 +#15 26.61 Compiler for C supports arguments -Wno-unused-but-set-variable: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpr2jmhgcr +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpr2jmhgcr/testfile.c -o /mesa/_build/meson-private/tmpr2jmhgcr/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 /wd4189` -> 1 +#15 26.61 stderr: +#15 26.61 clang: error: no such file or directory: '/wd4189' +#15 26.61 ----------- +#15 26.61 Compiler for C supports arguments /wd4189: NO +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpebjnndhp +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpebjnndhp/testfile.cpp -o /mesa/_build/meson-private/tmpebjnndhp/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 26.61 Compiler for C++ supports arguments -Werror=return-type: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpyxqrstvk +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpyxqrstvk/testfile.cpp -o /mesa/_build/meson-private/tmpyxqrstvk/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 26.61 Compiler for C++ supports arguments -Werror=empty-body: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpn9wg9gox +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpn9wg9gox/testfile.cpp -o /mesa/_build/meson-private/tmpn9wg9gox/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 26.61 Compiler for C++ supports arguments -Wmisleading-indentation: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpm1xcb0xo +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpm1xcb0xo/testfile.cpp -o /mesa/_build/meson-private/tmpm1xcb0xo/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 26.61 Compiler for C++ supports arguments -Wno-non-virtual-dtor: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpvg2fwjhc +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpvg2fwjhc/testfile.cpp -o /mesa/_build/meson-private/tmpvg2fwjhc/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 26.61 Compiler for C++ supports arguments -Wno-missing-field-initializers: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpsnwktzsc +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpsnwktzsc/testfile.cpp -o /mesa/_build/meson-private/tmpsnwktzsc/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 26.61 Compiler for C++ supports arguments -Wno-format-truncation: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpbbfc0aw4 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpbbfc0aw4/testfile.cpp -o /mesa/_build/meson-private/tmpbbfc0aw4/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 26.61 Compiler for C++ supports arguments -fno-math-errno: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp9y0xb8tx +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp9y0xb8tx/testfile.cpp -o /mesa/_build/meson-private/tmp9y0xb8tx/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 26.61 Compiler for C++ supports arguments -fno-trapping-math: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpxm_hfvh6 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpxm_hfvh6/testfile.cpp -o /mesa/_build/meson-private/tmpxm_hfvh6/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 26.61 Compiler for C++ supports arguments -Qunused-arguments: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp7yu30fjh +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp7yu30fjh/testfile.cpp -o /mesa/_build/meson-private/tmp7yu30fjh/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 26.61 stderr: +#15 26.61 clang++: error: unknown argument: '-flifetime-dse=1' +#15 26.61 ----------- +#15 26.61 Compiler for C++ supports arguments -flifetime-dse=1: NO +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpgex0w86p +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpgex0w86p/testfile.cpp -o /mesa/_build/meson-private/tmpgex0w86p/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 26.61 Compiler for C++ supports arguments -Wno-unknown-pragmas: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp1gvt0cbs +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp1gvt0cbs/testfile.cpp -o /mesa/_build/meson-private/tmp1gvt0cbs/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 26.61 Compiler for C++ supports arguments -Wno-microsoft-enum-value: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmphykba9zd +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmphykba9zd/testfile.cpp -o /mesa/_build/meson-private/tmphykba9zd/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 26.61 Compiler for C++ supports arguments -Werror=format: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp0hf3qwh4 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp0hf3qwh4/testfile.cpp -o /mesa/_build/meson-private/tmp0hf3qwh4/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 26.61 Compiler for C++ supports arguments -Wformat-security: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpwkxqirbv +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpwkxqirbv/testfile.cpp -o /mesa/_build/meson-private/tmpwkxqirbv/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 26.61 Compiler for C++ supports arguments -ffunction-sections: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp6b1cgx7n +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp6b1cgx7n/testfile.cpp -o /mesa/_build/meson-private/tmp6b1cgx7n/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 26.61 Compiler for C++ supports arguments -fdata-sections: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpu5kjq67v +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpu5kjq67v/testfile.cpp -o /mesa/_build/meson-private/tmpu5kjq67v/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 26.61 Compiler for C++ supports arguments -Wno-unused-variable: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpg5_q1y4d +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpg5_q1y4d/testfile.cpp -o /mesa/_build/meson-private/tmpg5_q1y4d/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 26.61 Compiler for C++ supports arguments -Wno-unused-but-set-variable: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpczcmi23p +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpczcmi23p/testfile.cpp -o /mesa/_build/meson-private/tmpczcmi23p/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 26.61 stderr: +#15 26.61 clang++: error: no such file or directory: '/wd4189' +#15 26.61 ----------- +#15 26.61 Compiler for C++ supports arguments /wd4189: NO +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp3oie3k3w +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp3oie3k3w/testfile.c -o /mesa/_build/meson-private/tmp3oie3k3w/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 26.61 Compiler for C supports arguments -Wno-override-init: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpc79myz0t +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpc79myz0t/testfile.c -o /mesa/_build/meson-private/tmpc79myz0t/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 26.61 Compiler for C supports arguments -Wno-initializer-overrides: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpv3u4z3d1 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpv3u4z3d1/testfile.c -o /mesa/_build/meson-private/tmpv3u4z3d1/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 26.61 Compiler for C supports arguments -Werror=pointer-arith: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpnvhxk017 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpnvhxk017/testfile.c -o /mesa/_build/meson-private/tmpnvhxk017/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 26.61 Compiler for C supports arguments -Werror=vla: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpdfyha5ky +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpdfyha5ky/testfile.c -o /mesa/_build/meson-private/tmpdfyha5ky/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 26.61 Compiler for C supports arguments -Werror=gnu-empty-initializer: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpomm8qt_r +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpomm8qt_r/testfile.cpp -o /mesa/_build/meson-private/tmpomm8qt_r/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 26.61 Compiler for C++ supports arguments -Werror=pointer-arith: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpk8t_tt2m +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpk8t_tt2m/testfile.cpp -o /mesa/_build/meson-private/tmpk8t_tt2m/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 26.61 Compiler for C++ supports arguments -Werror=vla: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp25v4gvgx +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp25v4gvgx/testfile.cpp -o /mesa/_build/meson-private/tmp25v4gvgx/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 26.61 Compiler for C++ supports arguments -Werror=gnu-empty-initializer: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpw718rsk8 +#15 26.61 Code: +#15 26.61 +#15 26.61 #define __builtin_ia32_clflushopt meson_disable_define_of___builtin_ia32_clflushopt +#15 26.61 +#15 26.61 #include +#15 26.61 #undef __builtin_ia32_clflushopt +#15 26.61 +#15 26.61 #ifdef __cplusplus +#15 26.61 extern "C" +#15 26.61 #endif +#15 26.61 char __builtin_ia32_clflushopt (void); +#15 26.61 +#15 26.61 #if defined __stub___builtin_ia32_clflushopt || defined __stub_____builtin_ia32_clflushopt +#15 26.61 fail fail fail this function is not going to work +#15 26.61 #endif +#15 26.61 +#15 26.61 int main(void) { +#15 26.61 return __builtin_ia32_clflushopt (); +#15 26.61 } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpw718rsk8/testfile.c -o /mesa/_build/meson-private/tmpw718rsk8/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 26.61 stderr: +#15 26.61 /mesa/_build/meson-private/tmpw718rsk8/testfile.c:10:14: error: conflicting types for '__builtin_ia32_clflushopt' +#15 26.61 10 | char __builtin_ia32_clflushopt (void); +#15 26.61 | ^ +#15 26.61 /mesa/_build/meson-private/tmpw718rsk8/testfile.c:10:14: note: '__builtin_ia32_clflushopt' is a builtin with type 'void (const void *)' +#15 26.61 /mesa/_build/meson-private/tmpw718rsk8/testfile.c:17:45: error: too few arguments to function call, expected 1, have 0 +#15 26.61 17 | return __builtin_ia32_clflushopt (); +#15 26.61 | ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ +#15 26.61 2 errors generated. +#15 26.61 ----------- +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpmxqchx60 +#15 26.61 Code: +#15 26.61 +#15 26.61 int main(void) { +#15 26.61 +#15 26.61 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 26.61 * provides various builtins which are not really implemented and +#15 26.61 * fall back to the stdlib where they aren't provided and fail at +#15 26.61 * build/link time. In case the user provides a header, including +#15 26.61 * the header didn't lead to the function being defined, and the +#15 26.61 * function we are checking isn't a builtin itself we assume the +#15 26.61 * builtin is not functional and we just error out. */ +#15 26.61 #if !1 && !defined(__builtin_ia32_clflushopt) && !1 +#15 26.61 #error "No definition for __builtin_ia32_clflushopt found in the prefix" +#15 26.61 #endif +#15 26.61 +#15 26.61 #ifdef __has_builtin +#15 26.61 #if !__has_builtin(__builtin_ia32_clflushopt) +#15 26.61 #error "__builtin_ia32_clflushopt not found" +#15 26.61 #endif +#15 26.61 #elif ! defined(__builtin_ia32_clflushopt) +#15 26.61 __builtin_ia32_clflushopt; +#15 26.61 #endif +#15 26.61 return 0; +#15 26.61 } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpmxqchx60/testfile.c -o /mesa/_build/meson-private/tmpmxqchx60/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 26.61 Checking for function "__builtin_ia32_clflushopt" : YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpeb2bfuxs +#15 26.61 Code: +#15 26.61 #include +#15 26.61 int main() { +#15 26.61 struct { +#15 26.61 uint64_t *v; +#15 26.61 } x; +#15 26.61 return (int)__atomic_load_n(x.v, __ATOMIC_ACQUIRE) & +#15 26.61 (int)__atomic_add_fetch(x.v, (uint64_t)1, __ATOMIC_ACQ_REL); +#15 26.61 +#15 26.61 } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpeb2bfuxs/testfile.c -o /mesa/_build/meson-private/tmpeb2bfuxs/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 26.61 Checking if "GCC atomic builtins" compiles: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpmf9nxc6c +#15 26.61 Code: +#15 26.61 #include +#15 26.61 int main() { +#15 26.61 struct { +#15 26.61 uint64_t *v; +#15 26.61 } x; +#15 26.61 return (int)__atomic_load_n(x.v, __ATOMIC_ACQUIRE) & +#15 26.61 (int)__atomic_add_fetch(x.v, (uint64_t)1, __ATOMIC_ACQ_REL); +#15 26.61 } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpmf9nxc6c/testfile.c -o /mesa/_build/meson-private/tmpmf9nxc6c/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 26.61 Checking if "GCC atomic builtins required -latomic" links: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp1v37ruln +#15 26.61 Code: +#15 26.61 #include +#15 26.61 uint64_t v; +#15 26.61 int main() { +#15 26.61 return __sync_add_and_fetch(&v, (uint64_t)1); +#15 26.61 } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp1v37ruln/testfile.c -o /mesa/_build/meson-private/tmp1v37ruln/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 26.61 Checking if "GCC 64bit atomics" with dependency links: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpt67zlm7w +#15 26.61 Code: +#15 26.61 int main(void) { return 0; } +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpt67zlm7w/testfile.c -o /mesa/_build/meson-private/tmpt67zlm7w/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 26.61 stderr: +#15 26.61 /usr/bin/ld: cannot find -lws2_32: No such file or directory +#15 26.61 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 26.61 ----------- +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp0ct5ds1k +#15 26.61 Code: +#15 26.61 +#15 26.61 #include +#15 26.61 #include +#15 26.61 int main(void) { +#15 26.61 printf("%ld\n", (long)(sizeof(void *))); +#15 26.61 return 0; +#15 26.61 } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp0ct5ds1k/testfile.c -o /mesa/_build/meson-private/tmp0ct5ds1k/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 26.61 Program stdout: +#15 26.61 +#15 26.61 8 +#15 26.61 +#15 26.61 Program stderr: +#15 26.61 +#15 26.61 +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpz8l9f_ub +#15 26.61 Code: +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpz8l9f_ub/testfile.c -o /mesa/_build/meson-private/tmpz8l9f_ub/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 26.61 stdout: +#15 26.61 programs: =/usr/bin:/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../x86_64-pc-linux-gnu/bin +#15 26.61 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 26.61 ----------- +#15 26.61 Library ws2_32 found: NO +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp7sa1d0qb +#15 26.61 Code: +#15 26.61 +#15 26.61 #include +#15 26.61 int main(void) { +#15 26.61 /* If it's not defined as a macro, try to use as a symbol */ +#15 26.61 #ifndef major +#15 26.61 major; +#15 26.61 #endif +#15 26.61 return 0; +#15 26.61 } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp7sa1d0qb/testfile.c -o /mesa/_build/meson-private/tmp7sa1d0qb/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 26.61 Header "sys/sysmacros.h" has symbol "major" : YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp9euhc4gi +#15 26.61 Code: +#15 26.61 +#15 26.61 #include +#15 26.61 int main(void) { +#15 26.61 /* If it's not defined as a macro, try to use as a symbol */ +#15 26.61 #ifndef minor +#15 26.61 minor; +#15 26.61 #endif +#15 26.61 return 0; +#15 26.61 } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp9euhc4gi/testfile.c -o /mesa/_build/meson-private/tmp9euhc4gi/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 26.61 Header "sys/sysmacros.h" has symbol "minor" : YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpzg0qwl2_ +#15 26.61 Code: +#15 26.61 +#15 26.61 #include +#15 26.61 int main(void) { +#15 26.61 /* If it's not defined as a macro, try to use as a symbol */ +#15 26.61 #ifndef makedev +#15 26.61 makedev; +#15 26.61 #endif +#15 26.61 return 0; +#15 26.61 } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpzg0qwl2_/testfile.c -o /mesa/_build/meson-private/tmpzg0qwl2_/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 26.61 Header "sys/sysmacros.h" has symbol "makedev" : YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpa6i8_7l1 +#15 26.61 Code: +#15 26.61 +#15 26.61 #include +#15 26.61 int main(void) { +#15 26.61 /* If it's not defined as a macro, try to use as a symbol */ +#15 26.61 #ifndef major +#15 26.61 major; +#15 26.61 #endif +#15 26.61 return 0; +#15 26.61 } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpa6i8_7l1/testfile.c -o /mesa/_build/meson-private/tmpa6i8_7l1/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 26.61 stderr: +#15 26.61 /mesa/_build/meson-private/tmpa6i8_7l1/testfile.c:2:18: fatal error: 'sys/mkdev.h' file not found +#15 26.61 2 | #include +#15 26.61 | ^~~~~~~~~~~~~ +#15 26.61 1 error generated. +#15 26.61 ----------- +#15 26.61 Header "sys/mkdev.h" has symbol "major" : NO +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp1d1lfoew +#15 26.61 Code: +#15 26.61 +#15 26.61 #include +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp1d1lfoew/testfile.c -o /mesa/_build/meson-private/tmp1d1lfoew/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 26.61 Check usable header "sched.h" : YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpggwtwgug +#15 26.61 Code: +#15 26.61 +#15 26.61 #define sched_getaffinity meson_disable_define_of_sched_getaffinity +#15 26.61 +#15 26.61 #include +#15 26.61 #undef sched_getaffinity +#15 26.61 +#15 26.61 #ifdef __cplusplus +#15 26.61 extern "C" +#15 26.61 #endif +#15 26.61 char sched_getaffinity (void); +#15 26.61 +#15 26.61 #if defined __stub_sched_getaffinity || defined __stub___sched_getaffinity +#15 26.61 fail fail fail this function is not going to work +#15 26.61 #endif +#15 26.61 +#15 26.61 int main(void) { +#15 26.61 return sched_getaffinity (); +#15 26.61 } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpggwtwgug/testfile.c -o /mesa/_build/meson-private/tmpggwtwgug/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 26.61 Checking for function "sched_getaffinity" : YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpg3i55mhz +#15 26.61 Code: +#15 26.61 +#15 26.61 #include +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpg3i55mhz/testfile.c -o /mesa/_build/meson-private/tmpg3i55mhz/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 26.61 stderr: +#15 26.61 /mesa/_build/meson-private/tmpg3i55mhz/testfile.c:2:18: fatal error: 'xlocale.h' file not found +#15 26.61 2 | #include +#15 26.61 | ^~~~~~~~~~~ +#15 26.61 1 error generated. +#15 26.61 ----------- +#15 26.61 Check usable header "xlocale.h" : NO +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp5afj31x2 +#15 26.61 Code: +#15 26.61 +#15 26.61 #include +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp5afj31x2/testfile.c -o /mesa/_build/meson-private/tmp5afj31x2/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 26.61 Check usable header "linux/futex.h" : YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpqx_eon_w +#15 26.61 Code: +#15 26.61 +#15 26.61 #include +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpqx_eon_w/testfile.c -o /mesa/_build/meson-private/tmpqx_eon_w/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 26.61 Check usable header "endian.h" : YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp9zdxwndg +#15 26.61 Code: +#15 26.61 +#15 26.61 #include +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp9zdxwndg/testfile.c -o /mesa/_build/meson-private/tmp9zdxwndg/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 26.61 Check usable header "dlfcn.h" : YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpkt5s65f4 +#15 26.61 Code: +#15 26.61 +#15 26.61 #include +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpkt5s65f4/testfile.c -o /mesa/_build/meson-private/tmpkt5s65f4/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 26.61 Check usable header "sys/shm.h" : YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpmm5ewc1t +#15 26.61 Code: +#15 26.61 +#15 26.61 #include +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpmm5ewc1t/testfile.c -o /mesa/_build/meson-private/tmpmm5ewc1t/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 26.61 Check usable header "cet.h" : YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpgzjozgiw +#15 26.61 Code: +#15 26.61 +#15 26.61 #include +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpgzjozgiw/testfile.c -o /mesa/_build/meson-private/tmpgzjozgiw/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 26.61 stderr: +#15 26.61 /mesa/_build/meson-private/tmpgzjozgiw/testfile.c:2:18: fatal error: 'pthread_np.h' file not found +#15 26.61 2 | #include +#15 26.61 | ^~~~~~~~~~~~~~ +#15 26.61 1 error generated. +#15 26.61 ----------- +#15 26.61 Check usable header "pthread_np.h" : NO +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpc0drky08 +#15 26.61 Code: +#15 26.61 +#15 26.61 #include +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpc0drky08/testfile.c -o /mesa/_build/meson-private/tmpc0drky08/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 26.61 Check usable header "sys/inotify.h" : YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpo265hsmx +#15 26.61 Code: +#15 26.61 +#15 26.61 #include +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpo265hsmx/testfile.c -o /mesa/_build/meson-private/tmpo265hsmx/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 26.61 Check usable header "linux/udmabuf.h" : YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp_utmy5l6 +#15 26.61 Code: +#15 26.61 +#15 26.61 #define strtof meson_disable_define_of_strtof +#15 26.61 +#15 26.61 #include +#15 26.61 #undef strtof +#15 26.61 +#15 26.61 #ifdef __cplusplus +#15 26.61 extern "C" +#15 26.61 #endif +#15 26.61 char strtof (void); +#15 26.61 +#15 26.61 #if defined __stub_strtof || defined __stub___strtof +#15 26.61 fail fail fail this function is not going to work +#15 26.61 #endif +#15 26.61 +#15 26.61 int main(void) { +#15 26.61 return strtof (); +#15 26.61 } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp_utmy5l6/testfile.c -o /mesa/_build/meson-private/tmp_utmy5l6/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 26.61 stderr: +#15 26.61 /mesa/_build/meson-private/tmp_utmy5l6/testfile.c:10:14: warning: incompatible redeclaration of library function 'strtof' [-Wincompatible-library-redeclaration] +#15 26.61 10 | char strtof (void); +#15 26.61 | ^ +#15 26.61 /mesa/_build/meson-private/tmp_utmy5l6/testfile.c:10:14: note: 'strtof' is a builtin with type 'float (const char *, char **)' +#15 26.61 1 warning generated. +#15 26.61 ----------- +#15 26.61 Checking for function "strtof" : YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpfcoj7nj8 +#15 26.61 Code: +#15 26.61 +#15 26.61 #define mkostemp meson_disable_define_of_mkostemp +#15 26.61 +#15 26.61 #include +#15 26.61 #undef mkostemp +#15 26.61 +#15 26.61 #ifdef __cplusplus +#15 26.61 extern "C" +#15 26.61 #endif +#15 26.61 char mkostemp (void); +#15 26.61 +#15 26.61 #if defined __stub_mkostemp || defined __stub___mkostemp +#15 26.61 fail fail fail this function is not going to work +#15 26.61 #endif +#15 26.61 +#15 26.61 int main(void) { +#15 26.61 return mkostemp (); +#15 26.61 } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpfcoj7nj8/testfile.c -o /mesa/_build/meson-private/tmpfcoj7nj8/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 26.61 Checking for function "mkostemp" : YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpjvnzzdn3 +#15 26.61 Code: +#15 26.61 +#15 26.61 #define memfd_create meson_disable_define_of_memfd_create +#15 26.61 +#15 26.61 #include +#15 26.61 #undef memfd_create +#15 26.61 +#15 26.61 #ifdef __cplusplus +#15 26.61 extern "C" +#15 26.61 #endif +#15 26.61 char memfd_create (void); +#15 26.61 +#15 26.61 #if defined __stub_memfd_create || defined __stub___memfd_create +#15 26.61 fail fail fail this function is not going to work +#15 26.61 #endif +#15 26.61 +#15 26.61 int main(void) { +#15 26.61 return memfd_create (); +#15 26.61 } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpjvnzzdn3/testfile.c -o /mesa/_build/meson-private/tmpjvnzzdn3/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 26.61 Checking for function "memfd_create" : YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpu63of4wp +#15 26.61 Code: +#15 26.61 +#15 26.61 #define random_r meson_disable_define_of_random_r +#15 26.61 +#15 26.61 #include +#15 26.61 #undef random_r +#15 26.61 +#15 26.61 #ifdef __cplusplus +#15 26.61 extern "C" +#15 26.61 #endif +#15 26.61 char random_r (void); +#15 26.61 +#15 26.61 #if defined __stub_random_r || defined __stub___random_r +#15 26.61 fail fail fail this function is not going to work +#15 26.61 #endif +#15 26.61 +#15 26.61 int main(void) { +#15 26.61 return random_r (); +#15 26.61 } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpu63of4wp/testfile.c -o /mesa/_build/meson-private/tmpu63of4wp/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 26.61 Checking for function "random_r" : YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpja9odgs_ +#15 26.61 Code: +#15 26.61 +#15 26.61 #define flock meson_disable_define_of_flock +#15 26.61 +#15 26.61 #include +#15 26.61 #undef flock +#15 26.61 +#15 26.61 #ifdef __cplusplus +#15 26.61 extern "C" +#15 26.61 #endif +#15 26.61 char flock (void); +#15 26.61 +#15 26.61 #if defined __stub_flock || defined __stub___flock +#15 26.61 fail fail fail this function is not going to work +#15 26.61 #endif +#15 26.61 +#15 26.61 int main(void) { +#15 26.61 return flock (); +#15 26.61 } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpja9odgs_/testfile.c -o /mesa/_build/meson-private/tmpja9odgs_/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 26.61 Checking for function "flock" : YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpl1q3zkby +#15 26.61 Code: +#15 26.61 +#15 26.61 #define strtok_r meson_disable_define_of_strtok_r +#15 26.61 +#15 26.61 #include +#15 26.61 #undef strtok_r +#15 26.61 +#15 26.61 #ifdef __cplusplus +#15 26.61 extern "C" +#15 26.61 #endif +#15 26.61 char strtok_r (void); +#15 26.61 +#15 26.61 #if defined __stub_strtok_r || defined __stub___strtok_r +#15 26.61 fail fail fail this function is not going to work +#15 26.61 #endif +#15 26.61 +#15 26.61 int main(void) { +#15 26.61 return strtok_r (); +#15 26.61 } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpl1q3zkby/testfile.c -o /mesa/_build/meson-private/tmpl1q3zkby/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 26.61 Checking for function "strtok_r" : YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp2i0y3tq9 +#15 26.61 Code: +#15 26.61 +#15 26.61 #define getrandom meson_disable_define_of_getrandom +#15 26.61 +#15 26.61 #include +#15 26.61 #undef getrandom +#15 26.61 +#15 26.61 #ifdef __cplusplus +#15 26.61 extern "C" +#15 26.61 #endif +#15 26.61 char getrandom (void); +#15 26.61 +#15 26.61 #if defined __stub_getrandom || defined __stub___getrandom +#15 26.61 fail fail fail this function is not going to work +#15 26.61 #endif +#15 26.61 +#15 26.61 int main(void) { +#15 26.61 return getrandom (); +#15 26.61 } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp2i0y3tq9/testfile.c -o /mesa/_build/meson-private/tmp2i0y3tq9/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 26.61 Checking for function "getrandom" : YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpl2npo0zy +#15 26.61 Code: +#15 26.61 +#15 26.61 #define qsort_s meson_disable_define_of_qsort_s +#15 26.61 +#15 26.61 #include +#15 26.61 #undef qsort_s +#15 26.61 +#15 26.61 #ifdef __cplusplus +#15 26.61 extern "C" +#15 26.61 #endif +#15 26.61 char qsort_s (void); +#15 26.61 +#15 26.61 #if defined __stub_qsort_s || defined __stub___qsort_s +#15 26.61 fail fail fail this function is not going to work +#15 26.61 #endif +#15 26.61 +#15 26.61 int main(void) { +#15 26.61 return qsort_s (); +#15 26.61 } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpl2npo0zy/testfile.c -o /mesa/_build/meson-private/tmpl2npo0zy/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 26.61 stderr: +#15 26.61 /usr/bin/ld: /tmp/testfile-d2b46b.o: in function `main': +#15 26.61 /mesa/_build/meson-private/tmpl2npo0zy/testfile.c:17:(.text+0x5d): undefined reference to `qsort_s' +#15 26.61 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 26.61 ----------- +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpiqgfzk96 +#15 26.61 Code: +#15 26.61 +#15 26.61 int main(void) { +#15 26.61 +#15 26.61 /* With some toolchains (MSYS2/mingw for example) the compiler +#15 26.61 * provides various builtins which are not really implemented and +#15 26.61 * fall back to the stdlib where they aren't provided and fail at +#15 26.61 * build/link time. In case the user provides a header, including +#15 26.61 * the header didn't lead to the function being defined, and the +#15 26.61 * function we are checking isn't a builtin itself we assume the +#15 26.61 * builtin is not functional and we just error out. */ +#15 26.61 #if !1 && !defined(qsort_s) && !0 +#15 26.61 #error "No definition for __builtin_qsort_s found in the prefix" +#15 26.61 #endif +#15 26.61 +#15 26.61 #ifdef __has_builtin +#15 26.61 #if !__has_builtin(__builtin_qsort_s) +#15 26.61 #error "__builtin_qsort_s not found" +#15 26.61 #endif +#15 26.61 #elif ! defined(qsort_s) +#15 26.61 __builtin_qsort_s; +#15 26.61 #endif +#15 26.61 return 0; +#15 26.61 } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpiqgfzk96/testfile.c -o /mesa/_build/meson-private/tmpiqgfzk96/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 26.61 stderr: +#15 26.61 /mesa/_build/meson-private/tmpiqgfzk96/testfile.c:17:18: error: "__builtin_qsort_s not found" +#15 26.61 17 | #error "__builtin_qsort_s not found" +#15 26.61 | ^ +#15 26.61 1 error generated. +#15 26.61 ----------- +#15 26.61 Checking for function "qsort_s" : NO +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpaa7gx2w4 +#15 26.61 Code: +#15 26.61 +#15 26.61 #define posix_fallocate meson_disable_define_of_posix_fallocate +#15 26.61 +#15 26.61 #include +#15 26.61 #undef posix_fallocate +#15 26.61 +#15 26.61 #ifdef __cplusplus +#15 26.61 extern "C" +#15 26.61 #endif +#15 26.61 char posix_fallocate (void); +#15 26.61 +#15 26.61 #if defined __stub_posix_fallocate || defined __stub___posix_fallocate +#15 26.61 fail fail fail this function is not going to work +#15 26.61 #endif +#15 26.61 +#15 26.61 int main(void) { +#15 26.61 return posix_fallocate (); +#15 26.61 } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpaa7gx2w4/testfile.c -o /mesa/_build/meson-private/tmpaa7gx2w4/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 26.61 Checking for function "posix_fallocate" : YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpn_xpfi5v +#15 26.61 Code: +#15 26.61 +#15 26.61 #define secure_getenv meson_disable_define_of_secure_getenv +#15 26.61 +#15 26.61 #include +#15 26.61 #undef secure_getenv +#15 26.61 +#15 26.61 #ifdef __cplusplus +#15 26.61 extern "C" +#15 26.61 #endif +#15 26.61 char secure_getenv (void); +#15 26.61 +#15 26.61 #if defined __stub_secure_getenv || defined __stub___secure_getenv +#15 26.61 fail fail fail this function is not going to work +#15 26.61 #endif +#15 26.61 +#15 26.61 int main(void) { +#15 26.61 return secure_getenv (); +#15 26.61 } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpn_xpfi5v/testfile.c -o /mesa/_build/meson-private/tmpn_xpfi5v/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 26.61 Checking for function "secure_getenv" : YES +#15 26.61 Running compile: +#15 26.61 Working directory: /tmp/tmpbk_i8o6t +#15 26.61 Code: +#15 26.61 int i = static_cast(0); +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang++ /tmp/tmpbk_i8o6t/testfile.cpp -o /tmp/tmpbk_i8o6t/output.obj -D_FILE_OFFSET_BITS=64 -c -std=c++17` -> 0 +#15 26.61 Compiler accepts -std=c++17: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpw8n0l7w4 +#15 26.61 Code: +#15 26.61 +#15 26.61 #define _GNU_SOURCE +#15 26.61 #include +#15 26.61 +#15 26.61 static int dcomp(const void *l, const void *r, void *t) { return 0; } +#15 26.61 +#15 26.61 int main(int ac, char **av) { +#15 26.61 int arr[] = { 1 }; +#15 26.61 void *t = NULL; +#15 26.61 qsort_r((void*)&arr[0], 1, 1, dcomp, t); +#15 26.61 return (0); +#15 26.61 } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang++ -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpw8n0l7w4/testfile.cpp -o /mesa/_build/meson-private/tmpw8n0l7w4/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 26.61 stderr: +#15 26.61 /mesa/_build/meson-private/tmpw8n0l7w4/testfile.cpp:2:13: warning: '_GNU_SOURCE' macro redefined [-Wmacro-redefined] +#15 26.61 2 | #define _GNU_SOURCE +#15 26.61 | ^ +#15 26.61 :74:9: note: previous definition is here +#15 26.61 74 | #define _GNU_SOURCE 1 +#15 26.61 | ^ +#15 26.61 1 warning generated. +#15 26.61 ----------- +#15 26.61 Checking if "GNU qsort_r" links: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp7fr9waq5 +#15 26.61 Code: +#15 26.61 +#15 26.61 #include +#15 26.61 int main(void) { +#15 26.61 /* If it's not defined as a macro, try to use as a symbol */ +#15 26.61 #ifndef struct timespec +#15 26.61 struct timespec; +#15 26.61 #endif +#15 26.61 return 0; +#15 26.61 } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp7fr9waq5/testfile.c -o /mesa/_build/meson-private/tmp7fr9waq5/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 26.61 stderr: +#15 26.61 /mesa/_build/meson-private/tmp7fr9waq5/testfile.c:5:28: warning: extra tokens at end of #ifndef directive [-Wextra-tokens] +#15 26.61 5 | #ifndef struct timespec +#15 26.61 | ^ +#15 26.61 | // +#15 26.61 1 warning generated. +#15 26.61 ----------- +#15 26.61 Header "time.h" has symbol "struct timespec" : YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpafc4kma9 +#15 26.61 Code: +#15 26.61 #include +#15 26.61 #include +#15 26.61 +#15 26.61 #if defined __stub_thrd_create || defined __stub___thrd_create +#15 26.61 fail fail fail this function is not going to work +#15 26.61 #endif +#15 26.61 +#15 26.61 int main(void) { +#15 26.61 void *a = (void*) &thrd_create; +#15 26.61 long long b = (long long) a; +#15 26.61 return (int) b; +#15 26.61 } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpafc4kma9/testfile.c -o /mesa/_build/meson-private/tmpafc4kma9/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 26.61 Checking for function "thrd_create" : YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp5rz6dase +#15 26.61 Code: +#15 26.61 +#15 26.61 #include +#15 26.61 int main(void) { +#15 26.61 /* If it's not defined as a macro, try to use as a symbol */ +#15 26.61 #ifndef program_invocation_name +#15 26.61 program_invocation_name; +#15 26.61 #endif +#15 26.61 return 0; +#15 26.61 } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp5rz6dase/testfile.c -o /mesa/_build/meson-private/tmp5rz6dase/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 26.61 stderr: +#15 26.61 /mesa/_build/meson-private/tmp5rz6dase/testfile.c:6:17: warning: expression result unused [-Wunused-value] +#15 26.61 6 | program_invocation_name; +#15 26.61 | ^~~~~~~~~~~~~~~~~~~~~~~ +#15 26.61 1 warning generated. +#15 26.61 ----------- +#15 26.61 Header "errno.h" has symbol "program_invocation_name" : YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp9_ia67h3 +#15 26.61 Code: +#15 26.61 +#15 26.61 #include +#15 26.61 int main(void) { +#15 26.61 /* If it's not defined as a macro, try to use as a symbol */ +#15 26.61 #ifndef issignaling +#15 26.61 issignaling; +#15 26.61 #endif +#15 26.61 return 0; +#15 26.61 } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp9_ia67h3/testfile.c -o /mesa/_build/meson-private/tmp9_ia67h3/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 26.61 Header "math.h" has symbol "issignaling" : YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpiw936qd0 +#15 26.61 Code: +#15 26.61 +#15 26.61 #define posix_memalign meson_disable_define_of_posix_memalign +#15 26.61 +#15 26.61 #include +#15 26.61 #undef posix_memalign +#15 26.61 +#15 26.61 #ifdef __cplusplus +#15 26.61 extern "C" +#15 26.61 #endif +#15 26.61 char posix_memalign (void); +#15 26.61 +#15 26.61 #if defined __stub_posix_memalign || defined __stub___posix_memalign +#15 26.61 fail fail fail this function is not going to work +#15 26.61 #endif +#15 26.61 +#15 26.61 int main(void) { +#15 26.61 return posix_memalign (); +#15 26.61 } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpiw936qd0/testfile.c -o /mesa/_build/meson-private/tmpiw936qd0/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 26.61 Checking for function "posix_memalign" : YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpr1imu037 +#15 26.61 Code: +#15 26.61 #include +#15 26.61 #include +#15 26.61 void bar(void) { +#15 26.61 struct dirent foo; +#15 26.61 (void) ( foo.d_type ); +#15 26.61 +#15 26.61 (void) foo; +#15 26.61 } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpr1imu037/testfile.c -o /mesa/_build/meson-private/tmpr1imu037/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 26.61 Checking whether type "struct dirent" has member "d_type" : YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmprt30h36s +#15 26.61 Code: +#15 26.61 +#15 26.61 #define _GNU_SOURCE +#15 26.61 #include +#15 26.61 #include +#15 26.61 #ifdef HAVE_XLOCALE_H +#15 26.61 #include +#15 26.61 #endif +#15 26.61 int main() { +#15 26.61 locale_t loc = newlocale(LC_CTYPE_MASK, "C", NULL); +#15 26.61 const char *s = "1.0"; +#15 26.61 char *end; +#15 26.61 double d = strtod_l(s, &end, loc); +#15 26.61 float f = strtof_l(s, &end, loc); +#15 26.61 freelocale(loc); +#15 26.61 return 0; +#15 26.61 } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmprt30h36s/testfile.c -o /mesa/_build/meson-private/tmprt30h36s/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 26.61 stderr: +#15 26.61 /mesa/_build/meson-private/tmprt30h36s/testfile.c:2:13: warning: '_GNU_SOURCE' macro redefined [-Wmacro-redefined] +#15 26.61 2 | #define _GNU_SOURCE +#15 26.61 | ^ +#15 26.61 :74:9: note: previous definition is here +#15 26.61 74 | #define _GNU_SOURCE 1 +#15 26.61 | ^ +#15 26.61 1 warning generated. +#15 26.61 ----------- +#15 26.61 Checking if "strtod has locale support" links: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpo2ic72p5 +#15 26.61 Code: +#15 26.61 int main() { return 0; } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpo2ic72p5/testfile.c -o /mesa/_build/meson-private/tmpo2ic72p5/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 26.61 Checking if "Bsymbolic" links: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmprght6688 +#15 26.61 Code: +#15 26.61 int main() { return 0; } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmprght6688/testfile.c -o /mesa/_build/meson-private/tmprght6688/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 26.61 stderr: +#15 26.61 /usr/bin/ld: /mesa/_build/meson-private/tmprght6688/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 26.61 /usr/bin/ld: final link failed: bad value +#15 26.61 clang: error: linker command failed with exit code 1 (use -v to see invocation) +#15 26.61 ----------- +#15 26.61 Checking if "version-script" links: NO +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpa8y9jgtd +#15 26.61 Code: +#15 26.61 int main() { return 0; } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpa8y9jgtd/testfile.c -o /mesa/_build/meson-private/tmpa8y9jgtd/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 26.61 Checking if "dynamic-list" links: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp66lxeto4 +#15 26.61 Code: +#15 26.61 int main(void) { return 0; } +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp66lxeto4/testfile.c -o /mesa/_build/meson-private/tmp66lxeto4/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 26.61 Compiler for C supports link arguments -Wl,--build-id=sha1: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpf7dp7qfz +#15 26.61 Code: +#15 26.61 +#15 26.61 #define dlopen meson_disable_define_of_dlopen +#15 26.61 +#15 26.61 #include +#15 26.61 #undef dlopen +#15 26.61 +#15 26.61 #ifdef __cplusplus +#15 26.61 extern "C" +#15 26.61 #endif +#15 26.61 char dlopen (void); +#15 26.61 +#15 26.61 #if defined __stub_dlopen || defined __stub___dlopen +#15 26.61 fail fail fail this function is not going to work +#15 26.61 #endif +#15 26.61 +#15 26.61 int main(void) { +#15 26.61 return dlopen (); +#15 26.61 } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpf7dp7qfz/testfile.c -o /mesa/_build/meson-private/tmpf7dp7qfz/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 26.61 Checking for function "dlopen" : YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp8b9vvz_f +#15 26.61 Code: +#15 26.61 +#15 26.61 #define dladdr meson_disable_define_of_dladdr +#15 26.61 +#15 26.61 #include +#15 26.61 #undef dladdr +#15 26.61 +#15 26.61 #ifdef __cplusplus +#15 26.61 extern "C" +#15 26.61 #endif +#15 26.61 char dladdr (void); +#15 26.61 +#15 26.61 #if defined __stub_dladdr || defined __stub___dladdr +#15 26.61 fail fail fail this function is not going to work +#15 26.61 #endif +#15 26.61 +#15 26.61 int main(void) { +#15 26.61 return dladdr (); +#15 26.61 } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp8b9vvz_f/testfile.c -o /mesa/_build/meson-private/tmp8b9vvz_f/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 26.61 Checking for function "dladdr" with dependency : YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpimexsuir +#15 26.61 Code: +#15 26.61 +#15 26.61 #define dl_iterate_phdr meson_disable_define_of_dl_iterate_phdr +#15 26.61 +#15 26.61 #include +#15 26.61 #undef dl_iterate_phdr +#15 26.61 +#15 26.61 #ifdef __cplusplus +#15 26.61 extern "C" +#15 26.61 #endif +#15 26.61 char dl_iterate_phdr (void); +#15 26.61 +#15 26.61 #if defined __stub_dl_iterate_phdr || defined __stub___dl_iterate_phdr +#15 26.61 fail fail fail this function is not going to work +#15 26.61 #endif +#15 26.61 +#15 26.61 int main(void) { +#15 26.61 return dl_iterate_phdr (); +#15 26.61 } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpimexsuir/testfile.c -o /mesa/_build/meson-private/tmpimexsuir/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 26.61 Checking for function "dl_iterate_phdr" : YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpk025guow +#15 26.61 Code: +#15 26.61 +#15 26.61 #define clock_gettime meson_disable_define_of_clock_gettime +#15 26.61 +#15 26.61 #include +#15 26.61 #undef clock_gettime +#15 26.61 +#15 26.61 #ifdef __cplusplus +#15 26.61 extern "C" +#15 26.61 #endif +#15 26.61 char clock_gettime (void); +#15 26.61 +#15 26.61 #if defined __stub_clock_gettime || defined __stub___clock_gettime +#15 26.61 fail fail fail this function is not going to work +#15 26.61 #endif +#15 26.61 +#15 26.61 int main(void) { +#15 26.61 return clock_gettime (); +#15 26.61 } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpk025guow/testfile.c -o /mesa/_build/meson-private/tmpk025guow/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 26.61 Checking for function "clock_gettime" : YES +#15 26.61 Determining dependency 'zlib' with pkg-config executable '/usr/sbin/pkg-config' +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --modversion zlib` -> 0 +#15 26.61 stdout: +#15 26.61 1.3.1 +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --cflags zlib` -> 0 +#15 26.61 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs zlib` -> 0 +#15 26.61 stdout: +#15 26.61 -L/usr/lib -lz +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs zlib` -> 0 +#15 26.61 stdout: +#15 26.61 -lz +#15 26.61 ----------- +#15 26.61 Run-time dependency zlib found: YES 1.3.1 +#15 26.61 Determining dependency 'libzstd' with pkg-config executable '/usr/sbin/pkg-config' +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --modversion libzstd` -> 0 +#15 26.61 stdout: +#15 26.61 1.5.7 +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --cflags libzstd` -> 0 +#15 26.61 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs libzstd` -> 0 +#15 26.61 stdout: +#15 26.61 -L/usr/lib -lzstd +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs libzstd` -> 0 +#15 26.61 stdout: +#15 26.61 -lzstd +#15 26.61 ----------- +#15 26.61 Run-time dependency libzstd found: YES 1.5.7 +#15 26.61 Run-time dependency threads found: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp9j5l7t36 +#15 26.61 Code: +#15 26.61 #include +#15 26.61 #include +#15 26.61 +#15 26.61 #if defined __stub_pthread_setaffinity_np || defined __stub___pthread_setaffinity_np +#15 26.61 fail fail fail this function is not going to work +#15 26.61 #endif +#15 26.61 +#15 26.61 int main(void) { +#15 26.61 void *a = (void*) &pthread_setaffinity_np; +#15 26.61 long long b = (long long) a; +#15 26.61 return (int) b; +#15 26.61 } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp9j5l7t36/testfile.c -o /mesa/_build/meson-private/tmp9j5l7t36/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 26.61 Checking for function "pthread_setaffinity_np" with dependency threads: YES +#15 26.61 Determining dependency 'expat' with pkg-config executable '/usr/sbin/pkg-config' +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --modversion expat` -> 0 +#15 26.61 stdout: +#15 26.61 2.7.3 +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --cflags expat` -> 0 +#15 26.61 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs expat` -> 0 +#15 26.61 stdout: +#15 26.61 -L/usr/lib -lexpat +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs expat` -> 0 +#15 26.61 stdout: +#15 26.61 -lexpat +#15 26.61 ----------- +#15 26.61 Run-time dependency expat found: YES 2.7.3 +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp6ture42s +#15 26.61 Code: +#15 26.61 int main(void) { return 0; } +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp6ture42s/testfile.c -o /mesa/_build/meson-private/tmp6ture42s/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 26.61 Library m found: YES +#15 26.61 Message: libdrm 2.4.121 needed because amdgpu has the highest requirement +#15 26.61 Determining dependency 'libdrm_intel' with pkg-config executable '/usr/sbin/pkg-config' +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --modversion libdrm_intel` -> 0 +#15 26.61 stdout: +#15 26.61 2.4.126 +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --cflags libdrm_intel` -> 0 +#15 26.61 stdout: +#15 26.61 -I/usr/include/libdrm +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs libdrm_intel` -> 0 +#15 26.61 stdout: +#15 26.61 -L/usr/lib -ldrm_intel -ldrm +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs libdrm_intel` -> 0 +#15 26.61 stdout: +#15 26.61 -ldrm_intel -ldrm +#15 26.61 ----------- +#15 26.61 Run-time dependency libdrm_intel found: YES 2.4.126 +#15 26.61 Determining dependency 'libdrm_amdgpu' with pkg-config executable '/usr/sbin/pkg-config' +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --modversion libdrm_amdgpu` -> 0 +#15 26.61 stdout: +#15 26.61 2.4.126 +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --cflags libdrm_amdgpu` -> 0 +#15 26.61 stdout: +#15 26.61 -I/usr/include/libdrm +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs libdrm_amdgpu` -> 0 +#15 26.61 stdout: +#15 26.61 -L/usr/lib -ldrm_amdgpu +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs libdrm_amdgpu` -> 0 +#15 26.61 stdout: +#15 26.61 -ldrm_amdgpu +#15 26.61 ----------- +#15 26.61 Run-time dependency libdrm_amdgpu found: YES 2.4.126 +#15 26.61 Determining dependency 'libdrm' with pkg-config executable '/usr/sbin/pkg-config' +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --modversion libdrm` -> 0 +#15 26.61 stdout: +#15 26.61 2.4.126 +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --cflags libdrm` -> 0 +#15 26.61 stdout: +#15 26.61 -I/usr/include/libdrm +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs libdrm` -> 0 +#15 26.61 stdout: +#15 26.61 -L/usr/lib -ldrm +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs libdrm` -> 0 +#15 26.61 stdout: +#15 26.61 -ldrm +#15 26.61 ----------- +#15 26.61 Run-time dependency libdrm found: YES 2.4.126 +#15 26.61 Determining dependency 'libudev' with pkg-config executable '/usr/sbin/pkg-config' +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --modversion libudev` -> 0 +#15 26.61 stdout: +#15 26.61 258 +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --cflags libudev` -> 0 +#15 26.61 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs libudev` -> 0 +#15 26.61 stdout: +#15 26.61 -L/usr/lib -ludev +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs libudev` -> 0 +#15 26.61 stdout: +#15 26.61 -ludev +#15 26.61 ----------- +#15 26.61 Run-time dependency libudev found: YES 258 +#15 26.61 llvm-config binary missing from cross or native file, or env var undefined. +#15 26.61 Trying a default llvm-config fallback at llvm-config +#15 26.61 Trying a default llvm-config fallback at llvm-config-21.1 +#15 26.61 Trying a default llvm-config fallback at llvm-config21.1 +#15 26.61 Trying a default llvm-config fallback at llvm-config-21 +#15 26.61 Trying a default llvm-config fallback at llvm-config21 +#15 26.61 Trying a default llvm-config fallback at llvm-config-20.1 +#15 26.61 Trying a default llvm-config fallback at llvm-config20.1 +#15 26.61 Trying a default llvm-config fallback at llvm-config-20 +#15 26.61 Trying a default llvm-config fallback at llvm-config20 +#15 26.61 Trying a default llvm-config fallback at llvm-config-19.1 +#15 26.61 Trying a default llvm-config fallback at llvm-config19.1 +#15 26.61 Trying a default llvm-config fallback at llvm-config-19 +#15 26.61 Trying a default llvm-config fallback at llvm-config19 +#15 26.61 Trying a default llvm-config fallback at llvm-config-18.1 +#15 26.61 Trying a default llvm-config fallback at llvm-config18.1 +#15 26.61 Trying a default llvm-config fallback at llvm-config-18 +#15 26.61 Trying a default llvm-config fallback at llvm-config18 +#15 26.61 Trying a default llvm-config fallback at llvm-config-17 +#15 26.61 Trying a default llvm-config fallback at llvm-config17 +#15 26.61 Trying a default llvm-config fallback at llvm-config-16 +#15 26.61 Trying a default llvm-config fallback at llvm-config16 +#15 26.61 Trying a default llvm-config fallback at llvm-config-15 +#15 26.61 Trying a default llvm-config fallback at llvm-config15 +#15 26.61 Trying a default llvm-config fallback at llvm-config-14 +#15 26.61 Trying a default llvm-config fallback at llvm-config14 +#15 26.61 Trying a default llvm-config fallback at llvm-config-13 +#15 26.61 Trying a default llvm-config fallback at llvm-config13 +#15 26.61 Trying a default llvm-config fallback at llvm-config-12 +#15 26.61 Trying a default llvm-config fallback at llvm-config12 +#15 26.61 Trying a default llvm-config fallback at llvm-config-11 +#15 26.61 Trying a default llvm-config fallback at llvm-config11 +#15 26.61 Trying a default llvm-config fallback at llvm-config-10 +#15 26.61 Trying a default llvm-config fallback at llvm-config10 +#15 26.61 Trying a default llvm-config fallback at llvm-config-9 +#15 26.61 Trying a default llvm-config fallback at llvm-config90 +#15 26.61 Trying a default llvm-config fallback at llvm-config-8 +#15 26.61 Trying a default llvm-config fallback at llvm-config80 +#15 26.61 Trying a default llvm-config fallback at llvm-config-7 +#15 26.61 Trying a default llvm-config fallback at llvm-config70 +#15 26.61 Trying a default llvm-config fallback at llvm-config-6.0 +#15 26.61 Trying a default llvm-config fallback at llvm-config60 +#15 26.61 Trying a default llvm-config fallback at llvm-config-5.0 +#15 26.61 Trying a default llvm-config fallback at llvm-config50 +#15 26.61 Trying a default llvm-config fallback at llvm-config-4.0 +#15 26.61 Trying a default llvm-config fallback at llvm-config40 +#15 26.61 Trying a default llvm-config fallback at llvm-config-3.9 +#15 26.61 Trying a default llvm-config fallback at llvm-config39 +#15 26.61 Trying a default llvm-config fallback at llvm-config-3.8 +#15 26.61 Trying a default llvm-config fallback at llvm-config38 +#15 26.61 Trying a default llvm-config fallback at llvm-config-3.7 +#15 26.61 Trying a default llvm-config fallback at llvm-config37 +#15 26.61 Trying a default llvm-config fallback at llvm-config-3.6 +#15 26.61 Trying a default llvm-config fallback at llvm-config36 +#15 26.61 Trying a default llvm-config fallback at llvm-config-3.5 +#15 26.61 Trying a default llvm-config fallback at llvm-config35 +#15 26.61 Trying a default llvm-config fallback at llvm-config-20 +#15 26.61 Trying a default llvm-config fallback at llvm-config-devel +#15 26.61 Trying a default llvm-config fallback at llvm-config-64 +#15 26.61 llvm-config found: YES (/usr/sbin/llvm-config) 20.1.8 +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/llvm-config --components` -> 0 +#15 26.61 stdout: +#15 26.61 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 26.61 ----------- +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/llvm-config --cppflags` -> 0 +#15 26.61 stdout: +#15 26.61 -I/usr/include -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS +#15 26.61 ----------- +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/llvm-config --shared-mode` -> 0 +#15 26.61 stdout: +#15 26.61 shared +#15 26.61 ----------- +#15 26.61 ----------- +#15 26.61 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 26.61 stdout: +#15 26.61 -L/usr/lib +#15 26.61 -lLLVM-20 +#15 26.61 ----------- +#15 26.61 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 26.61 Got config-tool variable has-rtti : YES +#15 26.61 Determining dependency 'LLVMSPIRVLib' with pkg-config executable '/usr/sbin/pkg-config' +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --modversion LLVMSPIRVLib` -> 0 +#15 26.61 stdout: +#15 26.61 20.1.0.0 +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --cflags LLVMSPIRVLib` -> 0 +#15 26.61 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs LLVMSPIRVLib` -> 0 +#15 26.61 stdout: +#15 26.61 -L/usr/lib -lLLVMSPIRVLib +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs LLVMSPIRVLib` -> 0 +#15 26.61 stdout: +#15 26.61 -lLLVMSPIRVLib +#15 26.61 ----------- +#15 26.61 Run-time dependency llvmspirvlib found: YES 20.1.0.0 +#15 26.61 Determining dependency 'SPIRV-Tools' with pkg-config executable '/usr/sbin/pkg-config' +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --modversion SPIRV-Tools` -> 0 +#15 26.61 stdout: +#15 26.61 2025.4.1 +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --cflags SPIRV-Tools` -> 0 +#15 26.61 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs SPIRV-Tools` -> 0 +#15 26.61 stdout: +#15 26.61 -L/usr/lib -lSPIRV-Tools-opt -lSPIRV-Tools -lSPIRV-Tools-link +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs SPIRV-Tools` -> 0 +#15 26.61 stdout: +#15 26.61 -lSPIRV-Tools-opt -lSPIRV-Tools -lSPIRV-Tools-link +#15 26.61 ----------- +#15 26.61 Run-time dependency spirv-tools found: YES 2025.4.1 +#15 26.61 Got config-tool variable libdir : /usr/lib +#15 26.61 Library clang-cpp found: YES +#15 26.61 Determining dependency 'lua54' with pkg-config executable '/usr/sbin/pkg-config' +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --modversion lua54` -> 1 +#15 26.61 stderr: +#15 26.61 Package lua54 was not found in the pkg-config search path. +#15 26.61 Perhaps you should add the directory containing `lua54.pc' +#15 26.61 to the PKG_CONFIG_PATH environment variable +#15 26.61 Package 'lua54' not found +#15 26.61 ----------- +#15 26.61 CMake binary for host machine is cached. +#15 26.61 Preliminary CMake check failed. Aborting. +#15 26.61 Run-time dependency lua54 found: NO (tried pkgconfig and cmake) +#15 26.61 Determining dependency 'lua5.4' with pkg-config executable '/usr/sbin/pkg-config' +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --modversion lua5.4` -> 1 +#15 26.61 stderr: +#15 26.61 Package lua5.4 was not found in the pkg-config search path. +#15 26.61 Perhaps you should add the directory containing `lua5.4.pc' +#15 26.61 to the PKG_CONFIG_PATH environment variable +#15 26.61 Package 'lua5.4' not found +#15 26.61 ----------- +#15 26.61 CMake binary for host machine is cached. +#15 26.61 Preliminary CMake check failed. Aborting. +#15 26.61 Run-time dependency lua5.4 found: NO (tried pkgconfig and cmake) +#15 26.61 Determining dependency 'lua-5.4' with pkg-config executable '/usr/sbin/pkg-config' +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --modversion lua-5.4` -> 1 +#15 26.61 stderr: +#15 26.61 Package lua-5.4 was not found in the pkg-config search path. +#15 26.61 Perhaps you should add the directory containing `lua-5.4.pc' +#15 26.61 to the PKG_CONFIG_PATH environment variable +#15 26.61 Package 'lua-5.4' not found +#15 26.61 ----------- +#15 26.61 CMake binary for host machine is cached. +#15 26.61 Preliminary CMake check failed. Aborting. +#15 26.61 Run-time dependency lua-5.4 found: NO (tried pkgconfig and cmake) +#15 26.61 Determining dependency 'lua53' with pkg-config executable '/usr/sbin/pkg-config' +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --modversion lua53` -> 1 +#15 26.61 stderr: +#15 26.61 Package lua53 was not found in the pkg-config search path. +#15 26.61 Perhaps you should add the directory containing `lua53.pc' +#15 26.61 to the PKG_CONFIG_PATH environment variable +#15 26.61 Package 'lua53' not found +#15 26.61 ----------- +#15 26.61 CMake binary for host machine is cached. +#15 26.61 Preliminary CMake check failed. Aborting. +#15 26.61 Run-time dependency lua53 found: NO (tried pkgconfig and cmake) +#15 26.61 Determining dependency 'lua5.3' with pkg-config executable '/usr/sbin/pkg-config' +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --modversion lua5.3` -> 1 +#15 26.61 stderr: +#15 26.61 Package lua5.3 was not found in the pkg-config search path. +#15 26.61 Perhaps you should add the directory containing `lua5.3.pc' +#15 26.61 to the PKG_CONFIG_PATH environment variable +#15 26.61 Package 'lua5.3' not found +#15 26.61 ----------- +#15 26.61 CMake binary for host machine is cached. +#15 26.61 Preliminary CMake check failed. Aborting. +#15 26.61 Run-time dependency lua5.3 found: NO (tried pkgconfig and cmake) +#15 26.61 Determining dependency 'lua-5.3' with pkg-config executable '/usr/sbin/pkg-config' +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --modversion lua-5.3` -> 1 +#15 26.61 stderr: +#15 26.61 Package lua-5.3 was not found in the pkg-config search path. +#15 26.61 Perhaps you should add the directory containing `lua-5.3.pc' +#15 26.61 to the PKG_CONFIG_PATH environment variable +#15 26.61 Package 'lua-5.3' not found +#15 26.61 ----------- +#15 26.61 CMake binary for host machine is cached. +#15 26.61 Preliminary CMake check failed. Aborting. +#15 26.61 Run-time dependency lua-5.3 found: NO (tried pkgconfig and cmake) +#15 26.61 Determining dependency 'lua' with pkg-config executable '/usr/sbin/pkg-config' +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --modversion lua` -> 1 +#15 26.61 stderr: +#15 26.61 Package lua was not found in the pkg-config search path. +#15 26.61 Perhaps you should add the directory containing `lua.pc' +#15 26.61 to the PKG_CONFIG_PATH environment variable +#15 26.61 Package 'lua' not found +#15 26.61 ----------- +#15 26.61 CMake binary for host machine is cached. +#15 26.61 +#15 26.61 Determining dependency 'lua' with CMake executable '/usr/sbin/cmake' +#15 26.61 CMake Toolchain: Calling CMake once to generate the compiler state +#15 26.61 Calling CMake (['/usr/sbin/cmake']) in /mesa/_build/meson-private/__CMake_compiler_info__ with: +#15 26.61 - "--trace-expand" +#15 26.61 - "--trace-format=json-v1" +#15 26.61 - "--no-warn-unused-cli" +#15 26.61 - "--trace-redirect=cmake_trace.txt" +#15 26.61 - "-G" +#15 26.61 - "Ninja" +#15 26.61 - "-DCMAKE_TOOLCHAIN_FILE=/mesa/_build/meson-private/__CMake_compiler_info__/CMakeMesonTempToolchainFile.cmake" +#15 26.61 - "." +#15 26.61 Try CMake generator: auto +#15 26.61 Calling CMake (['/usr/sbin/cmake']) in /mesa/_build/meson-private/cmake_lua with: +#15 26.61 - "-DNAME=lua" +#15 26.61 - "-DARCHS=" +#15 26.61 - "-DVERSION=" +#15 26.61 - "-DCOMPS=" +#15 26.61 - "-DSTATIC=OFF" +#15 26.61 - "--trace-expand" +#15 26.61 - "--trace-format=json-v1" +#15 26.61 - "--no-warn-unused-cli" +#15 26.61 - "--trace-redirect=cmake_trace.txt" +#15 26.61 - "-DCMAKE_TOOLCHAIN_FILE=/mesa/_build/meson-private/cmake_lua/CMakeMesonToolchainFile.cmake" +#15 26.61 - "." +#15 26.61 CMake reported that the package lua was not found, even though Meson's preliminary check succeeded. +#15 26.61 Dependency lookup for lua with method 'cmake' failed: Dependency lua not found: PACKAGE_FOUND is false +#15 26.61 Run-time dependency lua found: NO (tried pkgconfig) +#15 26.61 Determining dependency 'libelf' with pkg-config executable '/usr/sbin/pkg-config' +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --modversion libelf` -> 0 +#15 26.61 stdout: +#15 26.61 0.193 +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --cflags libelf` -> 0 +#15 26.61 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs libelf` -> 0 +#15 26.61 stdout: +#15 26.61 -L/usr/lib -lelf +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs libelf` -> 0 +#15 26.61 stdout: +#15 26.61 -lelf +#15 26.61 ----------- +#15 26.61 Run-time dependency libelf found: YES 0.193 +#15 26.61 Dependency valgrind skipped: feature valgrind disabled +#15 26.61 Program bison found: YES (/usr/sbin/bison) +#15 26.61 Running command: /usr/sbin/bison --version +#15 26.61 --- stdout --- +#15 26.61 bison (GNU Bison) 3.8.2 +#15 26.61 Written by Robert Corbett and Richard Stallman. +#15 26.61 +#15 26.61 Copyright (C) 2021 Free Software Foundation, Inc. +#15 26.61 This is free software; see the source for copying conditions. There is NO +#15 26.61 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +#15 26.61 +#15 26.61 --- stderr --- +#15 26.61 +#15 26.61 +#15 26.61 Program bison found: YES 3.8.2 3.8.2 (/usr/sbin/bison) +#15 26.61 Program flex found: YES (/usr/sbin/flex) +#15 26.61 Determining dependency 'libunwind' with pkg-config executable '/usr/sbin/pkg-config' +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --modversion libunwind` -> 0 +#15 26.61 stdout: +#15 26.61 1.8.2 +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --cflags libunwind` -> 0 +#15 26.61 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs libunwind` -> 0 +#15 26.61 stdout: +#15 26.61 -L/usr/lib -lunwind +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs libunwind` -> 0 +#15 26.61 stdout: +#15 26.61 -lunwind +#15 26.61 ----------- +#15 26.61 Run-time dependency libunwind found: YES 1.8.2 +#15 26.61 Determining dependency 'wayland-scanner' with pkg-config executable '/usr/sbin/pkg-config' +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --modversion wayland-scanner` -> 0 +#15 26.61 stdout: +#15 26.61 1.24.0 +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --cflags wayland-scanner` -> 0 +#15 26.61 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs wayland-scanner` -> 0 +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs wayland-scanner` -> 0 +#15 26.61 Build-time dependency wayland-scanner found: YES 1.24.0 +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --variable=wayland_scanner wayland-scanner` -> 0 +#15 26.61 stdout: +#15 26.61 /usr/bin/wayland-scanner +#15 26.61 ----------- +#15 26.61 Got pkg-config variable wayland_scanner : /usr/bin/wayland-scanner +#15 26.61 Program /usr/bin/wayland-scanner found: YES (/usr/bin/wayland-scanner) +#15 26.61 Determining dependency 'wayland-protocols' with pkg-config executable '/usr/sbin/pkg-config' +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --modversion wayland-protocols` -> 0 +#15 26.61 stdout: +#15 26.61 1.45 +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --cflags wayland-protocols` -> 0 +#15 26.61 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs wayland-protocols` -> 0 +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs wayland-protocols` -> 0 +#15 26.61 Run-time dependency wayland-protocols found: YES 1.45 +#15 26.61 Determining dependency 'wayland-client' with pkg-config executable '/usr/sbin/pkg-config' +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --modversion wayland-client` -> 0 +#15 26.61 stdout: +#15 26.61 1.24.0 +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --cflags wayland-client` -> 0 +#15 26.61 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs wayland-client` -> 0 +#15 26.61 stdout: +#15 26.61 -L/usr/lib -lwayland-client -lm +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs wayland-client` -> 0 +#15 26.61 stdout: +#15 26.61 -lwayland-client -lm +#15 26.61 ----------- +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpia2dlseu +#15 26.61 Code: +#15 26.61 int main(void) { return 0; } +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang++ -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpia2dlseu/testfile.cpp -o /mesa/_build/meson-private/tmpia2dlseu/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 26.61 Run-time dependency wayland-client found: YES 1.24.0 +#15 26.61 Determining dependency 'wayland-server' with pkg-config executable '/usr/sbin/pkg-config' +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --modversion wayland-server` -> 0 +#15 26.61 stdout: +#15 26.61 1.24.0 +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --cflags wayland-server` -> 0 +#15 26.61 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs wayland-server` -> 0 +#15 26.61 stdout: +#15 26.61 -L/usr/lib -lwayland-server -lm +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs wayland-server` -> 0 +#15 26.61 stdout: +#15 26.61 -lwayland-server -lm +#15 26.61 ----------- +#15 26.61 Run-time dependency wayland-server found: YES 1.24.0 +#15 26.61 Determining dependency 'wayland-egl-backend' with pkg-config executable '/usr/sbin/pkg-config' +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --modversion wayland-egl-backend` -> 0 +#15 26.61 stdout: +#15 26.61 3 +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --cflags wayland-egl-backend` -> 0 +#15 26.61 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs wayland-egl-backend` -> 0 +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs wayland-egl-backend` -> 0 +#15 26.61 Run-time dependency wayland-egl-backend found: YES 3 +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpkcenhym8 +#15 26.61 Code: +#15 26.61 #include +#15 26.61 #include +#15 26.61 +#15 26.61 #if defined __stub_wl_display_dispatch_queue_timeout || defined __stub___wl_display_dispatch_queue_timeout +#15 26.61 fail fail fail this function is not going to work +#15 26.61 #endif +#15 26.61 +#15 26.61 int main(void) { +#15 26.61 void *a = (void*) &wl_display_dispatch_queue_timeout; +#15 26.61 long long b = (long long) a; +#15 26.61 return (int) b; +#15 26.61 } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpkcenhym8/testfile.c -o /mesa/_build/meson-private/tmpkcenhym8/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 26.61 Checking for function "wl_display_dispatch_queue_timeout" with dependency wayland-client: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp0ltjttup +#15 26.61 Code: +#15 26.61 #include +#15 26.61 #include +#15 26.61 +#15 26.61 #if defined __stub_wl_display_create_queue_with_name || defined __stub___wl_display_create_queue_with_name +#15 26.61 fail fail fail this function is not going to work +#15 26.61 #endif +#15 26.61 +#15 26.61 int main(void) { +#15 26.61 void *a = (void*) &wl_display_create_queue_with_name; +#15 26.61 long long b = (long long) a; +#15 26.61 return (int) b; +#15 26.61 } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp0ltjttup/testfile.c -o /mesa/_build/meson-private/tmp0ltjttup/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 26.61 Checking for function "wl_display_create_queue_with_name" with dependency wayland-client: YES +#15 26.61 Determining dependency 'xcb' with pkg-config executable '/usr/sbin/pkg-config' +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --modversion xcb` -> 0 +#15 26.61 stdout: +#15 26.61 1.17.0 +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --cflags xcb` -> 0 +#15 26.61 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs xcb` -> 0 +#15 26.61 stdout: +#15 26.61 -L/usr/lib -lxcb +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs xcb` -> 0 +#15 26.61 stdout: +#15 26.61 -lxcb +#15 26.61 ----------- +#15 26.61 Run-time dependency xcb found: YES 1.17.0 +#15 26.61 Determining dependency 'xcb-randr' with pkg-config executable '/usr/sbin/pkg-config' +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --modversion xcb-randr` -> 0 +#15 26.61 stdout: +#15 26.61 1.17.0 +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --cflags xcb-randr` -> 0 +#15 26.61 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs xcb-randr` -> 0 +#15 26.61 stdout: +#15 26.61 -L/usr/lib -lxcb-randr +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs xcb-randr` -> 0 +#15 26.61 stdout: +#15 26.61 -lxcb-randr +#15 26.61 ----------- +#15 26.61 Run-time dependency xcb-randr found: YES 1.17.0 +#15 26.61 Determining dependency 'x11' with pkg-config executable '/usr/sbin/pkg-config' +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --modversion x11` -> 0 +#15 26.61 stdout: +#15 26.61 1.8.12 +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --cflags x11` -> 0 +#15 26.61 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs x11` -> 0 +#15 26.61 stdout: +#15 26.61 -L/usr/lib -lX11 +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs x11` -> 0 +#15 26.61 stdout: +#15 26.61 -lX11 +#15 26.61 ----------- +#15 26.61 Run-time dependency x11 found: YES 1.8.12 +#15 26.61 Determining dependency 'xext' with pkg-config executable '/usr/sbin/pkg-config' +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --modversion xext` -> 0 +#15 26.61 stdout: +#15 26.61 1.3.6 +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --cflags xext` -> 0 +#15 26.61 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs xext` -> 0 +#15 26.61 stdout: +#15 26.61 -L/usr/lib -lXext +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs xext` -> 0 +#15 26.61 stdout: +#15 26.61 -lXext +#15 26.61 ----------- +#15 26.61 Run-time dependency xext found: YES 1.3.6 +#15 26.61 Determining dependency 'xcb-glx' with pkg-config executable '/usr/sbin/pkg-config' +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --modversion xcb-glx` -> 0 +#15 26.61 stdout: +#15 26.61 1.17.0 +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --cflags xcb-glx` -> 0 +#15 26.61 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs xcb-glx` -> 0 +#15 26.61 stdout: +#15 26.61 -L/usr/lib -lxcb-glx +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs xcb-glx` -> 0 +#15 26.61 stdout: +#15 26.61 -lxcb-glx +#15 26.61 ----------- +#15 26.61 Run-time dependency xcb-glx found: YES 1.17.0 +#15 26.61 Determining dependency 'xcb-shm' with pkg-config executable '/usr/sbin/pkg-config' +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --modversion xcb-shm` -> 0 +#15 26.61 stdout: +#15 26.61 1.17.0 +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --cflags xcb-shm` -> 0 +#15 26.61 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs xcb-shm` -> 0 +#15 26.61 stdout: +#15 26.61 -L/usr/lib -lxcb-shm +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs xcb-shm` -> 0 +#15 26.61 stdout: +#15 26.61 -lxcb-shm +#15 26.61 ----------- +#15 26.61 Run-time dependency xcb-shm found: YES 1.17.0 +#15 26.61 Dependency xcb found: YES 1.17.0 (cached) +#15 26.61 Determining dependency 'xcb-keysyms' with pkg-config executable '/usr/sbin/pkg-config' +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --modversion xcb-keysyms` -> 0 +#15 26.61 stdout: +#15 26.61 0.4.1 +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --cflags xcb-keysyms` -> 0 +#15 26.61 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs xcb-keysyms` -> 0 +#15 26.61 stdout: +#15 26.61 -L/usr/lib -lxcb-keysyms -lxcb +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs xcb-keysyms` -> 0 +#15 26.61 stdout: +#15 26.61 -lxcb-keysyms -lxcb +#15 26.61 ----------- +#15 26.61 Run-time dependency xcb-keysyms found: YES 0.4.1 +#15 26.61 Determining dependency 'x11-xcb' with pkg-config executable '/usr/sbin/pkg-config' +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --modversion x11-xcb` -> 0 +#15 26.61 stdout: +#15 26.61 1.8.12 +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --cflags x11-xcb` -> 0 +#15 26.61 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs x11-xcb` -> 0 +#15 26.61 stdout: +#15 26.61 -L/usr/lib -lX11-xcb -lX11 -lxcb +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs x11-xcb` -> 0 +#15 26.61 stdout: +#15 26.61 -lX11-xcb -lX11 -lxcb +#15 26.61 ----------- +#15 26.61 Run-time dependency x11-xcb found: YES 1.8.12 +#15 26.61 Determining dependency 'xcb-dri3' with pkg-config executable '/usr/sbin/pkg-config' +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --modversion xcb-dri3` -> 0 +#15 26.61 stdout: +#15 26.61 1.17.0 +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --cflags xcb-dri3` -> 0 +#15 26.61 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs xcb-dri3` -> 0 +#15 26.61 stdout: +#15 26.61 -L/usr/lib -lxcb-dri3 +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs xcb-dri3` -> 0 +#15 26.61 stdout: +#15 26.61 -lxcb-dri3 +#15 26.61 ----------- +#15 26.61 Run-time dependency xcb-dri3 found: YES 1.17.0 +#15 26.61 Determining dependency 'xcb-present' with pkg-config executable '/usr/sbin/pkg-config' +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --modversion xcb-present` -> 0 +#15 26.61 stdout: +#15 26.61 1.17.0 +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --cflags xcb-present` -> 0 +#15 26.61 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs xcb-present` -> 0 +#15 26.61 stdout: +#15 26.61 -L/usr/lib -lxcb-present +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs xcb-present` -> 0 +#15 26.61 stdout: +#15 26.61 -lxcb-present +#15 26.61 ----------- +#15 26.61 Run-time dependency xcb-present found: YES 1.17.0 +#15 26.61 Dependency xcb-shm found: YES 1.17.0 (cached) +#15 26.61 Determining dependency 'xcb-sync' with pkg-config executable '/usr/sbin/pkg-config' +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --modversion xcb-sync` -> 0 +#15 26.61 stdout: +#15 26.61 1.17.0 +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --cflags xcb-sync` -> 0 +#15 26.61 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs xcb-sync` -> 0 +#15 26.61 stdout: +#15 26.61 -L/usr/lib -lxcb-sync +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs xcb-sync` -> 0 +#15 26.61 stdout: +#15 26.61 -lxcb-sync +#15 26.61 ----------- +#15 26.61 Run-time dependency xcb-sync found: YES 1.17.0 +#15 26.61 Determining dependency 'xshmfence' with pkg-config executable '/usr/sbin/pkg-config' +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --modversion xshmfence` -> 0 +#15 26.61 stdout: +#15 26.61 1.3.3 +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --cflags xshmfence` -> 0 +#15 26.61 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs xshmfence` -> 0 +#15 26.61 stdout: +#15 26.61 -L/usr/lib -lxshmfence +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs xshmfence` -> 0 +#15 26.61 stdout: +#15 26.61 -lxshmfence +#15 26.61 ----------- +#15 26.61 Run-time dependency xshmfence found: YES 1.3.3 +#15 26.61 Determining dependency 'glproto' with pkg-config executable '/usr/sbin/pkg-config' +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --modversion glproto` -> 0 +#15 26.61 stdout: +#15 26.61 1.4.17 +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --cflags glproto` -> 0 +#15 26.61 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs glproto` -> 0 +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs glproto` -> 0 +#15 26.61 Run-time dependency glproto found: YES 1.4.17 +#15 26.61 Determining dependency 'xxf86vm' with pkg-config executable '/usr/sbin/pkg-config' +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --modversion xxf86vm` -> 0 +#15 26.61 stdout: +#15 26.61 1.1.6 +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --cflags xxf86vm` -> 0 +#15 26.61 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs xxf86vm` -> 0 +#15 26.61 stdout: +#15 26.61 -L/usr/lib -lXxf86vm +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs xxf86vm` -> 0 +#15 26.61 stdout: +#15 26.61 -lXxf86vm +#15 26.61 ----------- +#15 26.61 Run-time dependency xxf86vm found: YES 1.1.6 +#15 26.61 Determining dependency 'xcb-xfixes' with pkg-config executable '/usr/sbin/pkg-config' +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --modversion xcb-xfixes` -> 0 +#15 26.61 stdout: +#15 26.61 1.17.0 +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --cflags xcb-xfixes` -> 0 +#15 26.61 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs xcb-xfixes` -> 0 +#15 26.61 stdout: +#15 26.61 -L/usr/lib -lxcb-xfixes +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs xcb-xfixes` -> 0 +#15 26.61 stdout: +#15 26.61 -lxcb-xfixes +#15 26.61 ----------- +#15 26.61 Run-time dependency xcb-xfixes found: YES 1.17.0 +#15 26.61 Dependency xcb-dri3 found: YES 1.17.0 (cached) +#15 26.61 Dependency xcb-present found: YES 1.17.0 (cached) +#15 26.61 Dependency xcb-shm found: YES 1.17.0 (cached) +#15 26.61 Dependency xshmfence found: YES 1.3.3 (cached) +#15 26.61 Dependency xcb-randr found: YES 1.17.0 (cached) +#15 26.61 Determining dependency 'xrandr' with pkg-config executable '/usr/sbin/pkg-config' +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --modversion xrandr` -> 0 +#15 26.61 stdout: +#15 26.61 1.5.4 +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --cflags xrandr` -> 0 +#15 26.61 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs xrandr` -> 0 +#15 26.61 stdout: +#15 26.61 -L/usr/lib -lXrandr +#15 26.61 ----------- +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --libs xrandr` -> 0 +#15 26.61 stdout: +#15 26.61 -lXrandr +#15 26.61 ----------- +#15 26.61 Run-time dependency xrandr found: YES 1.5.4 +#15 26.61 Library sensors skipped: feature lmsensors disabled +#15 26.61 Program nm found: YES (/usr/sbin/nm) +#15 26.61 Program symbols-check.py found: YES (/usr/bin/python /mesa/bin/symbols-check.py) +#15 26.61 Program install_megadrivers.py found: YES (/usr/bin/python /mesa/bin/install_megadrivers.py) +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp_l9j435k +#15 26.61 Code: +#15 26.61 +#15 26.61 #include +#15 26.61 #include +#15 26.61 int main(void) { +#15 26.61 printf("%ld\n", (long)(sizeof(void *))); +#15 26.61 return 0; +#15 26.61 } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp_l9j435k/testfile.c -o /mesa/_build/meson-private/tmp_l9j435k/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 26.61 Program stdout: +#15 26.61 +#15 26.61 8 +#15 26.61 +#15 26.61 Program stderr: +#15 26.61 +#15 26.61 +#15 26.61 Checking for size of "void *" : 8 +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --variable=pkgdatadir wayland-protocols` -> 0 +#15 26.61 stdout: +#15 26.61 //usr/share/wayland-protocols +#15 26.61 ----------- +#15 26.61 Got pkg-config variable pkgdatadir : //usr/share/wayland-protocols +#15 26.61 env[PKG_CONFIG_PATH]: +#15 26.61 env[PKG_CONFIG]: /usr/sbin/pkg-config +#15 26.61 ----------- +#15 26.61 Called: `/usr/sbin/pkg-config --variable=libexecdir libclc` -> 0 +#15 26.61 stdout: +#15 26.61 /usr/share/clc +#15 26.61 ----------- +#15 26.61 Got pkg-config variable libexecdir : /usr/share/clc +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpnjeos9lr +#15 26.61 Code: +#15 26.61 +#15 26.61 #define mmap meson_disable_define_of_mmap +#15 26.61 +#15 26.61 #include +#15 26.61 #undef mmap +#15 26.61 +#15 26.61 #ifdef __cplusplus +#15 26.61 extern "C" +#15 26.61 #endif +#15 26.61 char mmap (void); +#15 26.61 +#15 26.61 #if defined __stub_mmap || defined __stub___mmap +#15 26.61 fail fail fail this function is not going to work +#15 26.61 #endif +#15 26.61 +#15 26.61 int main(void) { +#15 26.61 return mmap (); +#15 26.61 } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpnjeos9lr/testfile.c -o /mesa/_build/meson-private/tmpnjeos9lr/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 26.61 Checking for function "mmap" : YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp18ezijov +#15 26.61 Code: +#15 26.61 #include +#15 26.61 void bar(void) { +#15 26.61 spvtools::LinkerOptions foo; +#15 26.61 (void) ( foo.SetAllowPtrTypeMismatch(true) ); +#15 26.61 +#15 26.61 (void) foo; +#15 26.61 } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp18ezijov/testfile.cpp -o /mesa/_build/meson-private/tmp18ezijov/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 26.61 Checking whether type "spvtools::LinkerOptions" has member "SetAllowPtrTypeMismatch(true)" with dependency SPIRV-Tools: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpuo08v5aa +#15 26.61 Code: +#15 26.61 int main(void) { return 0; } +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpuo08v5aa/testfile.c -o /mesa/_build/meson-private/tmpuo08v5aa/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 26.61 Compiler for C supports link arguments -fPIC: YES +#15 26.61 Program decode.py found: YES (/mesa/src/compiler/isaspec/decode.py) +#15 26.61 Program encode.py found: YES (/mesa/src/compiler/isaspec/encode.py) +#15 26.61 Program bindgen found: YES (/usr/sbin/bindgen) +#15 26.61 Looking for a fallback subproject for the dependency syn because: +#15 26.61 Use of fallback dependencies is forced. +#15 26.61 Downloading syn source from https://crates.io/api/v1/crates/syn/2.0.87/download +#15 26.61 +#15 26.61 Executing subproject syn +#15 26.61 +#15 26.61 Project name: syn +#15 26.61 Project version: 2.0.87 +#15 26.61 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 26.61 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 26.61 Rust compiler for the build machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 26.61 Rust linker for the build machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 26.61 Downloading unicode-ident source from https://crates.io/api/v1/crates/unicode-ident/1.0.12/download +#15 26.61 +#15 26.61 Executing subproject syn:unicode-ident +#15 26.61 +#15 26.61 Project name: unicode-ident +#15 26.61 Project version: 1.0.12 +#15 26.61 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 26.61 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 26.61 Rust compiler for the build machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 26.61 Rust linker for the build machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 26.61 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 26.61 Build targets in project: 104 +#15 26.61 WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 26.61 * 1.3.0: {'rust_abi arg in static_library'} +#15 26.61 Subproject unicode-ident finished. +#15 26.61 +#15 26.61 Downloading quote source from https://crates.io/api/v1/crates/quote/1.0.35/download +#15 26.61 +#15 26.61 Executing subproject syn:quote +#15 26.61 +#15 26.61 Project name: quote +#15 26.61 Project version: 1.0.35 +#15 26.61 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 26.61 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 26.61 Rust compiler for the build machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 26.61 Rust linker for the build machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 26.61 Downloading proc-macro2 source from https://crates.io/api/v1/crates/proc-macro2/1.0.86/download +#15 26.61 +#15 26.61 Executing subproject syn:quote:proc-macro2 +#15 26.61 +#15 26.61 Project name: proc-macro2 +#15 26.61 Project version: 1.0.86 +#15 26.61 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 26.61 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 26.61 Rust compiler for the build machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 26.61 Rust linker for the build machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 26.61 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 26.61 Build targets in project: 105 +#15 26.61 WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 26.61 * 1.3.0: {'rust_abi arg in static_library'} +#15 26.61 Subproject proc-macro2 finished. +#15 26.61 +#15 26.61 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 26.61 Build targets in project: 106 +#15 26.61 WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 26.61 * 1.3.0: {'rust_abi arg in static_library'} +#15 26.61 Subproject quote finished. +#15 26.61 +#15 26.61 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 26.61 Build targets in project: 107 +#15 26.61 WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 26.61 * 1.3.0: {'rust_abi arg in static_library'} +#15 26.61 Subproject syn finished. +#15 26.61 +#15 26.61 Dependency syn from subproject subprojects/syn-2.0.87 found: YES 2.0.87 +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpwmgb41t7 +#15 26.61 Code: +#15 26.61 int main(void) { return 0; } +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpwmgb41t7/testfile.c -o /mesa/_build/meson-private/tmpwmgb41t7/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 26.61 Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpvysp3ekc +#15 26.61 Code: +#15 26.61 int main(void) { return 0; } +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpvysp3ekc/testfile.c -o /mesa/_build/meson-private/tmpvysp3ekc/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 26.61 Compiler for C supports link arguments -Wl,-z,relro: YES +#15 26.61 Configuring VkLayer_MESA_overlay.json using configuration +#15 26.61 Configuring VkLayer_MESA_overlay.json.in_dev.json using configuration +#15 26.61 Using cached compile: +#15 26.61 Cached command line: /usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpwmgb41t7/testfile.c -o /mesa/_build/meson-private/tmpwmgb41t7/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 26.61 +#15 26.61 Code: +#15 26.61 int main(void) { return 0; } +#15 26.61 +#15 26.61 Cached compiler stdout: +#15 26.61 +#15 26.61 Cached compiler stderr: +#15 26.61 +#15 26.61 Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES (cached) +#15 26.61 Using cached compile: +#15 26.61 Cached command line: /usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpvysp3ekc/testfile.c -o /mesa/_build/meson-private/tmpvysp3ekc/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 26.61 +#15 26.61 Code: +#15 26.61 int main(void) { return 0; } +#15 26.61 +#15 26.61 Cached compiler stdout: +#15 26.61 +#15 26.61 Cached compiler stderr: +#15 26.61 +#15 26.61 Compiler for C supports link arguments -Wl,-z,relro: YES (cached) +#15 26.61 Configuring VkLayer_MESA_device_select.json using configuration +#15 26.61 Configuring VkLayer_MESA_device_select.json.in_dev.json using configuration +#15 26.61 Adding test "genxml sort gen40.xml" +#15 26.61 Adding test "genxml sort gen45.xml" +#15 26.61 Adding test "genxml sort gen50.xml" +#15 26.61 Adding test "genxml sort gen60.xml" +#15 26.61 Adding test "genxml sort gen70.xml" +#15 26.61 Adding test "genxml sort gen75.xml" +#15 26.61 Adding test "genxml sort gen80.xml" +#15 26.61 Adding test "genxml sort gen90.xml" +#15 26.61 Adding test "genxml sort gen110.xml" +#15 26.61 Adding test "genxml sort gen120.xml" +#15 26.61 Adding test "genxml sort gen125.xml" +#15 26.61 Adding test "genxml sort gen200.xml" +#15 26.61 Adding test "genxml sort gen300.xml" +#15 26.61 Adding test "genxml sort gen125_rt.xml" +#15 26.61 Adding test "genxml sort gen200_rt.xml" +#15 26.61 Adding test "genxml sort gen300_rt.xml" +#15 26.61 Using cached compile: +#15 26.61 Cached command line: /usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpwmgb41t7/testfile.c -o /mesa/_build/meson-private/tmpwmgb41t7/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 26.61 +#15 26.61 Code: +#15 26.61 int main(void) { return 0; } +#15 26.61 +#15 26.61 Cached compiler stdout: +#15 26.61 +#15 26.61 Cached compiler stderr: +#15 26.61 +#15 26.61 Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES (cached) +#15 26.61 Using cached compile: +#15 26.61 Cached command line: /usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpvysp3ekc/testfile.c -o /mesa/_build/meson-private/tmpvysp3ekc/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 26.61 +#15 26.61 Code: +#15 26.61 int main(void) { return 0; } +#15 26.61 +#15 26.61 Cached compiler stdout: +#15 26.61 +#15 26.61 Cached compiler stderr: +#15 26.61 +#15 26.61 Compiler for C supports link arguments -Wl,-z,relro: YES (cached) +#15 26.61 Configuring VkLayer_INTEL_nullhw.json using configuration +#15 26.61 Configuring VkLayer_INTEL_nullhw.json.in_dev.json using configuration +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpcckot0cb +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpcckot0cb/testfile.c -o /mesa/_build/meson-private/tmpcckot0cb/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 26.61 Compiler for C supports arguments -Werror=switch: YES +#15 26.61 Using cached compile: +#15 26.61 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpu5kjq67v/testfile.cpp -o /mesa/_build/meson-private/tmpu5kjq67v/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 +#15 26.61 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 Cached compiler stdout: +#15 26.61 +#15 26.61 Cached compiler stderr: +#15 26.61 +#15 26.61 Compiler for C++ supports arguments -Wno-unused-variable: YES (cached) +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp146mq15g +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp146mq15g/testfile.cpp -o /mesa/_build/meson-private/tmp146mq15g/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 26.61 Compiler for C++ supports arguments -Wno-unused-local-typedefs: YES +#15 26.61 Using cached compile: +#15 26.61 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpg5_q1y4d/testfile.cpp -o /mesa/_build/meson-private/tmpg5_q1y4d/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 +#15 26.61 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 Cached compiler stdout: +#15 26.61 +#15 26.61 Cached compiler stderr: +#15 26.61 +#15 26.61 Compiler for C++ supports arguments -Wno-unused-but-set-variable: YES (cached) +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmps6v2owu3 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmps6v2owu3/testfile.cpp -o /mesa/_build/meson-private/tmps6v2owu3/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 26.61 stderr: +#15 26.61 error: unknown warning option '-Wmaybe-uninitialized'; did you mean '-Wuninitialized'? [-Werror,-Wunknown-warning-option] +#15 26.61 error: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Werror,-Wunknown-warning-option] +#15 26.61 ----------- +#15 26.61 Compiler for C++ supports arguments -Wno-maybe-uninitialized: NO +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp9xr9k2w5 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp9xr9k2w5/testfile.cpp -o /mesa/_build/meson-private/tmp9xr9k2w5/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 26.61 Compiler for C++ supports arguments -Wno-self-assign: YES +#15 26.61 Using cached compile: +#15 26.61 Cached command line: /usr/sbin/clang++ /mesa/_build/meson-private/tmpczcmi23p/testfile.cpp -o /mesa/_build/meson-private/tmpczcmi23p/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 +#15 26.61 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 Cached compiler stdout: +#15 26.61 +#15 26.61 Cached compiler stderr: +#15 26.61 clang++: error: no such file or directory: '/wd4189' +#15 26.61 +#15 26.61 Compiler for C++ supports arguments /wd4189: NO (cached) +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp8s2g0ejn +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp8s2g0ejn/testfile.cpp -o /mesa/_build/meson-private/tmp8s2g0ejn/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 26.61 Compiler for C++ supports arguments -Wno-uninitialized: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpmeq_myli +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpmeq_myli/testfile.cpp -o /mesa/_build/meson-private/tmpmeq_myli/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 26.61 Compiler for C++ supports arguments -fno-exceptions: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpgm98petz +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpgm98petz/testfile.cpp -o /mesa/_build/meson-private/tmpgm98petz/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 26.61 Compiler for C++ supports arguments -fno-rtti: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpfa6abo3h +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpfa6abo3h/testfile.cpp -o /mesa/_build/meson-private/tmpfa6abo3h/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 26.61 Compiler for C++ supports arguments -Wimplicit-fallthrough: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpgfi7vzqr +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpgfi7vzqr/testfile.cpp -o /mesa/_build/meson-private/tmpgfi7vzqr/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 26.61 Compiler for C++ supports arguments -Wshadow: YES +#15 26.61 Using cached compile: +#15 26.61 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpylnyybdg/testfile.c -o /mesa/_build/meson-private/tmpylnyybdg/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 26.61 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 Cached compiler stdout: +#15 26.61 +#15 26.61 Cached compiler stderr: +#15 26.61 +#15 26.61 Compiler for C supports arguments -Wimplicit-fallthrough: YES (cached) +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpyj8mr6fv +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpyj8mr6fv/testfile.c -o /mesa/_build/meson-private/tmpyj8mr6fv/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 26.61 Compiler for C supports arguments -Wshadow: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpyu_khwvr +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpyu_khwvr/testfile.c -o /mesa/_build/meson-private/tmpyu_khwvr/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 26.61 Compiler for C supports arguments -Wall: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp3zwqlror +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp3zwqlror/testfile.c -o /mesa/_build/meson-private/tmp3zwqlror/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 26.61 Compiler for C supports arguments -Wextra: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpxlygxyh4 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpxlygxyh4/testfile.c -o /mesa/_build/meson-private/tmpxlygxyh4/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 26.61 Compiler for C supports arguments -Wno-unused: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpex7pdjrh +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpex7pdjrh/testfile.c -o /mesa/_build/meson-private/tmpex7pdjrh/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 26.61 Compiler for C supports arguments -Wno-unused-parameter: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpg35k_nlu +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpg35k_nlu/testfile.c -o /mesa/_build/meson-private/tmpg35k_nlu/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 26.61 Compiler for C supports arguments -Wno-unused-command-line-argument: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmperi0_t3r +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmperi0_t3r/testfile.c -o /mesa/_build/meson-private/tmperi0_t3r/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 26.61 Compiler for C supports arguments -Wno-ignored-qualifiers: YES +#15 26.61 Using cached compile: +#15 26.61 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpf1zptv28/testfile.c -o /mesa/_build/meson-private/tmpf1zptv28/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 26.61 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 Cached compiler stdout: +#15 26.61 +#15 26.61 Cached compiler stderr: +#15 26.61 +#15 26.61 Compiler for C supports arguments -Wno-missing-field-initializers: YES (cached) +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpro4y5t8k +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpro4y5t8k/testfile.c -o /mesa/_build/meson-private/tmpro4y5t8k/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 26.61 Compiler for C supports arguments -Wno-self-assign: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp6u8s_xrq +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp6u8s_xrq/testfile.c -o /mesa/_build/meson-private/tmp6u8s_xrq/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 26.61 Compiler for C supports arguments -Wno-implicit-fallthrough: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpwdrfjjq2 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpwdrfjjq2/testfile.c -o /mesa/_build/meson-private/tmpwdrfjjq2/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 26.61 Compiler for C supports arguments -Werror=comment: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp2o8ouowm +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp2o8ouowm/testfile.c -o /mesa/_build/meson-private/tmp2o8ouowm/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 26.61 Compiler for C supports arguments -Werror=missing-braces: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpb1y3qfdy +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpb1y3qfdy/testfile.c -o /mesa/_build/meson-private/tmpb1y3qfdy/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 26.61 Compiler for C supports arguments -Werror=override-init: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpywjos5o2 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpywjos5o2/testfile.c -o /mesa/_build/meson-private/tmpywjos5o2/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 26.61 Compiler for C supports arguments -Werror=enum-conversion: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp7z6syav1 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp7z6syav1/testfile.c -o /mesa/_build/meson-private/tmp7z6syav1/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 26.61 Compiler for C supports arguments -Werror=enum-compare: YES +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpxv93w5j5 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpxv93w5j5/testfile.c -o /mesa/_build/meson-private/tmpxv93w5j5/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 26.61 stderr: +#15 26.61 error: unknown warning option '-Werror=maybe-uninitialized'; did you mean '-Werror=uninitialized'? [-Werror,-Wunknown-warning-option] +#15 26.61 ----------- +#15 26.61 Compiler for C supports arguments -Werror=maybe-uninitialized: NO +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmptxqfogpt +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmptxqfogpt/testfile.c -o /mesa/_build/meson-private/tmptxqfogpt/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 26.61 Compiler for C supports arguments -Werror=parentheses: YES +#15 26.61 Using cached compile: +#15 26.61 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpyu_khwvr/testfile.c -o /mesa/_build/meson-private/tmpyu_khwvr/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 26.61 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 Cached compiler stdout: +#15 26.61 +#15 26.61 Cached compiler stderr: +#15 26.61 +#15 26.61 Compiler for C supports arguments -Wall: YES (cached) +#15 26.61 Using cached compile: +#15 26.61 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp3zwqlror/testfile.c -o /mesa/_build/meson-private/tmp3zwqlror/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 26.61 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 Cached compiler stdout: +#15 26.61 +#15 26.61 Cached compiler stderr: +#15 26.61 +#15 26.61 Compiler for C supports arguments -Wextra: YES (cached) +#15 26.61 Using cached compile: +#15 26.61 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpxlygxyh4/testfile.c -o /mesa/_build/meson-private/tmpxlygxyh4/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 26.61 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 Cached compiler stdout: +#15 26.61 +#15 26.61 Cached compiler stderr: +#15 26.61 +#15 26.61 Compiler for C supports arguments -Wno-unused: YES (cached) +#15 26.61 Using cached compile: +#15 26.61 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpex7pdjrh/testfile.c -o /mesa/_build/meson-private/tmpex7pdjrh/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 26.61 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 Cached compiler stdout: +#15 26.61 +#15 26.61 Cached compiler stderr: +#15 26.61 +#15 26.61 Compiler for C supports arguments -Wno-unused-parameter: YES (cached) +#15 26.61 Using cached compile: +#15 26.61 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpg35k_nlu/testfile.c -o /mesa/_build/meson-private/tmpg35k_nlu/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 26.61 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 Cached compiler stdout: +#15 26.61 +#15 26.61 Cached compiler stderr: +#15 26.61 +#15 26.61 Compiler for C supports arguments -Wno-unused-command-line-argument: YES (cached) +#15 26.61 Using cached compile: +#15 26.61 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmperi0_t3r/testfile.c -o /mesa/_build/meson-private/tmperi0_t3r/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 26.61 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 Cached compiler stdout: +#15 26.61 +#15 26.61 Cached compiler stderr: +#15 26.61 +#15 26.61 Compiler for C supports arguments -Wno-ignored-qualifiers: YES (cached) +#15 26.61 Using cached compile: +#15 26.61 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpf1zptv28/testfile.c -o /mesa/_build/meson-private/tmpf1zptv28/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 26.61 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 Cached compiler stdout: +#15 26.61 +#15 26.61 Cached compiler stderr: +#15 26.61 +#15 26.61 Compiler for C supports arguments -Wno-missing-field-initializers: YES (cached) +#15 26.61 Using cached compile: +#15 26.61 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpro4y5t8k/testfile.c -o /mesa/_build/meson-private/tmpro4y5t8k/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 26.61 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 Cached compiler stdout: +#15 26.61 +#15 26.61 Cached compiler stderr: +#15 26.61 +#15 26.61 Compiler for C supports arguments -Wno-self-assign: YES (cached) +#15 26.61 Using cached compile: +#15 26.61 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp6u8s_xrq/testfile.c -o /mesa/_build/meson-private/tmp6u8s_xrq/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 26.61 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 Cached compiler stdout: +#15 26.61 +#15 26.61 Cached compiler stderr: +#15 26.61 +#15 26.61 Compiler for C supports arguments -Wno-implicit-fallthrough: YES (cached) +#15 26.61 Using cached compile: +#15 26.61 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpwdrfjjq2/testfile.c -o /mesa/_build/meson-private/tmpwdrfjjq2/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 26.61 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 Cached compiler stdout: +#15 26.61 +#15 26.61 Cached compiler stderr: +#15 26.61 +#15 26.61 Compiler for C supports arguments -Werror=comment: YES (cached) +#15 26.61 Using cached compile: +#15 26.61 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp2o8ouowm/testfile.c -o /mesa/_build/meson-private/tmp2o8ouowm/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 26.61 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 Cached compiler stdout: +#15 26.61 +#15 26.61 Cached compiler stderr: +#15 26.61 +#15 26.61 Compiler for C supports arguments -Werror=missing-braces: YES (cached) +#15 26.61 Using cached compile: +#15 26.61 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpb1y3qfdy/testfile.c -o /mesa/_build/meson-private/tmpb1y3qfdy/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 26.61 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 Cached compiler stdout: +#15 26.61 +#15 26.61 Cached compiler stderr: +#15 26.61 +#15 26.61 Compiler for C supports arguments -Werror=override-init: YES (cached) +#15 26.61 Using cached compile: +#15 26.61 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpywjos5o2/testfile.c -o /mesa/_build/meson-private/tmpywjos5o2/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 26.61 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 Cached compiler stdout: +#15 26.61 +#15 26.61 Cached compiler stderr: +#15 26.61 +#15 26.61 Compiler for C supports arguments -Werror=enum-conversion: YES (cached) +#15 26.61 Using cached compile: +#15 26.61 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp7z6syav1/testfile.c -o /mesa/_build/meson-private/tmp7z6syav1/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 26.61 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 Cached compiler stdout: +#15 26.61 +#15 26.61 Cached compiler stderr: +#15 26.61 +#15 26.61 Compiler for C supports arguments -Werror=enum-compare: YES (cached) +#15 26.61 Using cached compile: +#15 26.61 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpxv93w5j5/testfile.c -o /mesa/_build/meson-private/tmpxv93w5j5/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 26.61 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 Cached compiler stdout: +#15 26.61 +#15 26.61 Cached compiler stderr: +#15 26.61 error: unknown warning option '-Werror=maybe-uninitialized'; did you mean '-Werror=uninitialized'? [-Werror,-Wunknown-warning-option] +#15 26.61 +#15 26.61 Compiler for C supports arguments -Werror=maybe-uninitialized: NO (cached) +#15 26.61 Using cached compile: +#15 26.61 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpyu_khwvr/testfile.c -o /mesa/_build/meson-private/tmpyu_khwvr/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 26.61 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 Cached compiler stdout: +#15 26.61 +#15 26.61 Cached compiler stderr: +#15 26.61 +#15 26.61 Compiler for C supports arguments -Wall: YES (cached) +#15 26.61 Using cached compile: +#15 26.61 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp3zwqlror/testfile.c -o /mesa/_build/meson-private/tmp3zwqlror/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 26.61 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 Cached compiler stdout: +#15 26.61 +#15 26.61 Cached compiler stderr: +#15 26.61 +#15 26.61 Compiler for C supports arguments -Wextra: YES (cached) +#15 26.61 Using cached compile: +#15 26.61 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpxlygxyh4/testfile.c -o /mesa/_build/meson-private/tmpxlygxyh4/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 26.61 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 Cached compiler stdout: +#15 26.61 +#15 26.61 Cached compiler stderr: +#15 26.61 +#15 26.61 Compiler for C supports arguments -Wno-unused: YES (cached) +#15 26.61 Using cached compile: +#15 26.61 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpex7pdjrh/testfile.c -o /mesa/_build/meson-private/tmpex7pdjrh/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 26.61 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 Cached compiler stdout: +#15 26.61 +#15 26.61 Cached compiler stderr: +#15 26.61 +#15 26.61 Compiler for C supports arguments -Wno-unused-parameter: YES (cached) +#15 26.61 Using cached compile: +#15 26.61 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpg35k_nlu/testfile.c -o /mesa/_build/meson-private/tmpg35k_nlu/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 26.61 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 Cached compiler stdout: +#15 26.61 +#15 26.61 Cached compiler stderr: +#15 26.61 +#15 26.61 Compiler for C supports arguments -Wno-unused-command-line-argument: YES (cached) +#15 26.61 Using cached compile: +#15 26.61 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmperi0_t3r/testfile.c -o /mesa/_build/meson-private/tmperi0_t3r/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 26.61 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 Cached compiler stdout: +#15 26.61 +#15 26.61 Cached compiler stderr: +#15 26.61 +#15 26.61 Compiler for C supports arguments -Wno-ignored-qualifiers: YES (cached) +#15 26.61 Using cached compile: +#15 26.61 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpf1zptv28/testfile.c -o /mesa/_build/meson-private/tmpf1zptv28/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 26.61 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 Cached compiler stdout: +#15 26.61 +#15 26.61 Cached compiler stderr: +#15 26.61 +#15 26.61 Compiler for C supports arguments -Wno-missing-field-initializers: YES (cached) +#15 26.61 Using cached compile: +#15 26.61 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpro4y5t8k/testfile.c -o /mesa/_build/meson-private/tmpro4y5t8k/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 26.61 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 Cached compiler stdout: +#15 26.61 +#15 26.61 Cached compiler stderr: +#15 26.61 +#15 26.61 Compiler for C supports arguments -Wno-self-assign: YES (cached) +#15 26.61 Using cached compile: +#15 26.61 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp6u8s_xrq/testfile.c -o /mesa/_build/meson-private/tmp6u8s_xrq/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 26.61 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 Cached compiler stdout: +#15 26.61 +#15 26.61 Cached compiler stderr: +#15 26.61 +#15 26.61 Compiler for C supports arguments -Wno-implicit-fallthrough: YES (cached) +#15 26.61 Using cached compile: +#15 26.61 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpwdrfjjq2/testfile.c -o /mesa/_build/meson-private/tmpwdrfjjq2/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 26.61 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 Cached compiler stdout: +#15 26.61 +#15 26.61 Cached compiler stderr: +#15 26.61 +#15 26.61 Compiler for C supports arguments -Werror=comment: YES (cached) +#15 26.61 Using cached compile: +#15 26.61 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp2o8ouowm/testfile.c -o /mesa/_build/meson-private/tmp2o8ouowm/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 26.61 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 Cached compiler stdout: +#15 26.61 +#15 26.61 Cached compiler stderr: +#15 26.61 +#15 26.61 Compiler for C supports arguments -Werror=missing-braces: YES (cached) +#15 26.61 Using cached compile: +#15 26.61 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpb1y3qfdy/testfile.c -o /mesa/_build/meson-private/tmpb1y3qfdy/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 26.61 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 Cached compiler stdout: +#15 26.61 +#15 26.61 Cached compiler stderr: +#15 26.61 +#15 26.61 Compiler for C supports arguments -Werror=override-init: YES (cached) +#15 26.61 Using cached compile: +#15 26.61 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpywjos5o2/testfile.c -o /mesa/_build/meson-private/tmpywjos5o2/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 26.61 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 Cached compiler stdout: +#15 26.61 +#15 26.61 Cached compiler stderr: +#15 26.61 +#15 26.61 Compiler for C supports arguments -Werror=enum-conversion: YES (cached) +#15 26.61 Using cached compile: +#15 26.61 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmp7z6syav1/testfile.c -o /mesa/_build/meson-private/tmp7z6syav1/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 26.61 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 Cached compiler stdout: +#15 26.61 +#15 26.61 Cached compiler stderr: +#15 26.61 +#15 26.61 Compiler for C supports arguments -Werror=enum-compare: YES (cached) +#15 26.61 Using cached compile: +#15 26.61 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpxv93w5j5/testfile.c -o /mesa/_build/meson-private/tmpxv93w5j5/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 26.61 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 Cached compiler stdout: +#15 26.61 +#15 26.61 Cached compiler stderr: +#15 26.61 error: unknown warning option '-Werror=maybe-uninitialized'; did you mean '-Werror=uninitialized'? [-Werror,-Wunknown-warning-option] +#15 26.61 +#15 26.61 Compiler for C supports arguments -Werror=maybe-uninitialized: NO (cached) +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpcz_k9h85 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpcz_k9h85/testfile.c -o /mesa/_build/meson-private/tmpcz_k9h85/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 26.61 Compiler for C supports arguments -Wno-gnu-variable-sized-type-not-at-end: YES +#15 26.61 Running command: /usr/sbin/cbindgen --version +#15 26.61 --- stdout --- +#15 26.61 cbindgen 0.29.0 +#15 26.61 +#15 26.61 --- stderr --- +#15 26.61 +#15 26.61 +#15 26.61 Program cbindgen found: YES 0.29.0 0.29.0 (/usr/sbin/cbindgen) +#15 26.61 Looking for a fallback subproject for the dependency paste because: +#15 26.61 Use of fallback dependencies is forced. +#15 26.61 Downloading paste source from https://crates.io/api/v1/crates/paste/1.0.14/download +#15 26.61 +#15 26.61 Executing subproject paste +#15 26.61 +#15 26.61 Project name: paste +#15 26.61 Project version: 1.0.14 +#15 26.61 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 26.61 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 26.61 Rust compiler for the build machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 26.61 Rust linker for the build machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 26.61 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 26.61 Build targets in project: 455 +#15 26.61 WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 26.61 * 1.3.0: {'rust.proc_macro'} +#15 26.61 Subproject paste finished. +#15 26.61 +#15 26.61 Dependency paste from subproject subprojects/paste-1.0.14 found: YES 1.0.14 +#15 26.61 Dependency paste found: YES 1.0.14 (cached) +#15 26.61 Looking for a fallback subproject for the dependency rustc-hash because: +#15 26.61 Use of fallback dependencies is forced. +#15 26.61 Downloading rustc-hash source from https://crates.io/api/v1/crates/rustc-hash/2.1.1/download +#15 26.61 +#15 26.61 Executing subproject rustc-hash +#15 26.61 +#15 26.61 Project name: rustc_hash +#15 26.61 Project version: 2.1.1 +#15 26.61 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 26.61 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 26.61 Rust compiler for the build machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0") +#15 26.61 Rust linker for the build machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0 +#15 26.61 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 26.61 Build targets in project: 462 +#15 26.61 WARNING: Project specifies no minimum version but uses features which were added in versions: +#15 26.61 * 1.3.0: {'rust_abi arg in static_library'} +#15 26.61 Subproject rustc-hash finished. +#15 26.61 +#15 26.61 Dependency rustc-hash from subproject subprojects/rustc-hash-2.1.1 found: YES 2.1.1 +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp6cjqte9r +#15 26.61 Code: +#15 26.61 #include +#15 26.61 void bar(void) { +#15 26.61 (void) sizeof(std::pmr::monotonic_buffer_resource); +#15 26.61 } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp6cjqte9r/testfile.cpp -o /mesa/_build/meson-private/tmp6cjqte9r/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 26.61 Checking for type "std::pmr::monotonic_buffer_resource" : YES +#15 26.61 Using cached compile: +#15 26.61 Cached command line: /usr/sbin/clang /mesa/_build/meson-private/tmpcz_k9h85/testfile.c -o /mesa/_build/meson-private/tmpcz_k9h85/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 26.61 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 Cached compiler stdout: +#15 26.61 +#15 26.61 Cached compiler stderr: +#15 26.61 +#15 26.61 Compiler for C supports arguments -Wno-gnu-variable-sized-type-not-at-end: YES (cached) +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpn_asatk7 +#15 26.61 Code: +#15 26.61 extern int i; +#15 26.61 int i; +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpn_asatk7/testfile.c -o /mesa/_build/meson-private/tmpn_asatk7/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 26.61 Compiler for C supports arguments -Wno-missing-prototypes: YES +#15 26.61 Configuring rusticl.icd using configuration +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpurzbzy8j +#15 26.61 Code: +#15 26.61 int main(void) { return 0; } +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpurzbzy8j/testfile.c -o /mesa/_build/meson-private/tmpurzbzy8j/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 26.61 Compiler for C supports link arguments -Wl,--default-symver: YES +#15 26.61 Configuring dri.sym using configuration +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp3fap55mv +#15 26.61 Code: +#15 26.61 +#15 26.61 #define mincore meson_disable_define_of_mincore +#15 26.61 +#15 26.61 #include +#15 26.61 #undef mincore +#15 26.61 +#15 26.61 #ifdef __cplusplus +#15 26.61 extern "C" +#15 26.61 #endif +#15 26.61 char mincore (void); +#15 26.61 +#15 26.61 #if defined __stub_mincore || defined __stub___mincore +#15 26.61 fail fail fail this function is not going to work +#15 26.61 #endif +#15 26.61 +#15 26.61 int main(void) { +#15 26.61 return mincore (); +#15 26.61 } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp3fap55mv/testfile.c -o /mesa/_build/meson-private/tmp3fap55mv/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 26.61 Checking for function "mincore" : YES +#15 26.61 Configuring 50_mesa.json using configuration +#15 26.61 Configuring devenv_glvnd_egl.json using configuration +#15 26.61 Configuring dri.sym using configuration +#15 26.61 Program ln found: YES (/usr/sbin/ln) +#15 26.61 Program sphinx-build skipped: feature html-docs disabled +#15 26.61 Build targets in project: 595 +#15 26.61 +#15 26.61 mesa 25.2.4 +#15 26.61 +#15 26.61 Directories +#15 26.61 prefix : /usr +#15 26.61 libdir : lib +#15 26.61 includedir : include +#15 26.61 +#15 26.61 Common C and C++ arguments +#15 26.61 c_cpp_args : -mtls-dialect=gnu2 +#15 26.61 +#15 26.61 OpenGL +#15 26.61 OpenGL : YES +#15 26.61 ES1 : NO +#15 26.61 ES2 : YES +#15 26.61 GLVND : YES +#15 26.61 +#15 26.61 DRI +#15 26.61 Platform : drm +#15 26.61 Driver dir : /usr/lib/dri +#15 26.61 +#15 26.61 GLX +#15 26.61 Enabled : YES +#15 26.61 Provider : dri +#15 26.61 +#15 26.61 EGL +#15 26.61 Enabled : YES +#15 26.61 Drivers : builtin:egl_dri2 builtin:egl_dri3 +#15 26.61 Platforms : x11 wayland surfaceless drm xcb +#15 26.61 +#15 26.61 GBM +#15 26.61 Enabled : YES +#15 26.61 External libgbm : NO +#15 26.61 Backends path : /usr/lib/gbm +#15 26.61 +#15 26.61 Vulkan +#15 26.61 Drivers : amd intel intel_hasvk swrast virtio nouveau +#15 26.61 Platforms : x11 wayland surfaceless drm xcb +#15 26.61 ICD dir : share/vulkan/icd.d +#15 26.61 Layers : device-select intel-nullhw overlay +#15 26.61 Intel Ray tracing : YES +#15 26.61 +#15 26.61 Video +#15 26.61 Codecs : vc1dec h264dec h264enc h265dec h265enc av1dec +#15 26.61 av1enc vp9dec +#15 26.61 APIs : va vulkan +#15 26.61 +#15 26.61 LLVM +#15 26.61 Required : enabled +#15 26.61 Version : 20.1.8 +#15 26.61 +#15 26.61 Gallium +#15 26.61 Enabled : YES +#15 26.61 Drivers : r300 r600 radeonsi nouveau virgl svga +#15 26.61 softpipe llvmpipe i915 iris crocus zink +#15 26.61 Platforms : x11 wayland surfaceless drm xcb +#15 26.61 Frontends : mesa va rusticl +#15 26.61 HUD lm-sensors : NO +#15 26.61 +#15 26.61 Perfetto +#15 26.61 Enabled : NO +#15 26.61 +#15 26.61 Teflon (TensorFlow Lite delegate) +#15 26.61 Enabled : NO +#15 26.61 +#15 26.61 Subprojects +#15 26.61 paste : YES 2 warnings +#15 26.61 proc-macro2 : YES 2 warnings (from syn => quote) +#15 26.61 quote : YES 2 warnings (from syn) +#15 26.61 rustc-hash : YES 2 warnings +#15 26.61 syn : YES 2 warnings +#15 26.61 unicode-ident : YES 2 warnings (from syn) +#15 26.61 +#15 26.61 User defined options +#15 26.61 android-libbacktrace : disabled +#15 26.61 b_lto : false +#15 26.61 b_ndebug : true +#15 26.61 build-aco-tests : false +#15 26.61 build-radv-tests : false +#15 26.61 build-tests : false +#15 26.61 buildtype : plain +#15 26.61 egl : enabled +#15 26.61 enable-glcpp-tests : false +#15 26.61 force_fallback_for : syn,paste,rustc-hash +#15 26.61 gallium-drivers : r300,r600,radeonsi,nouveau,virgl,svga,softpipe,llvmpipe,i915,iris,crocus,zink +#15 26.61 gallium-extra-hud : true +#15 26.61 gallium-mediafoundation-test: false +#15 26.61 gallium-rusticl : true +#15 26.61 gallium-va : enabled +#15 26.61 gbm : enabled +#15 26.61 gles1 : disabled +#15 26.61 gles2 : enabled +#15 26.61 glvnd : enabled +#15 26.61 glx : dri +#15 26.61 install-intel-gpu-tests : false +#15 26.61 legacy-x11 : dri2 +#15 26.61 libunwind : enabled +#15 26.61 llvm : enabled +#15 26.61 lmsensors : disabled +#15 26.61 microsoft-clc : disabled +#15 26.61 platforms : x11,wayland +#15 26.61 prefix : /usr +#15 26.61 split-debug : disabled +#15 26.61 sysconfdir : /etc +#15 26.61 tools : [] +#15 26.61 valgrind : disabled +#15 26.61 video-codecs : all +#15 26.61 vulkan-drivers : amd,intel,intel_hasvk,swrast,virtio,nouveau +#15 26.61 vulkan-layers : device-select,intel-nullhw,overlay +#15 26.61 wrap_mode : nofallback +#15 26.61 zstd : enabled +#15 26.61 +#15 26.61 Found ninja-1.12.1 at /usr/sbin/ninja +#15 26.61 ----------- +#15 26.61 Called: `rustc -C linker=/usr/sbin/clang --print target-libdir` -> 0 +#15 26.61 stdout: +#15 26.61 /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib +#15 26.61 ----------- +#15 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp6tr1oqmp +#15 26.61 Code: +#15 26.61 +#15 26.61 #ifdef __has_include +#15 26.61 #if !__has_include("version") +#15 26.61 #error "Header 'version' could not be found" +#15 26.61 #endif +#15 26.61 #else +#15 26.61 #include +#15 26.61 #endif +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp6tr1oqmp/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-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 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmp6t18tuzr +#15 26.61 Code: +#15 26.61 +#15 26.61 #include +#15 26.61 int main(void) { +#15 26.61 /* If it's not defined as a macro, try to use as a symbol */ +#15 26.61 #ifndef _LIBCPP_VERSION +#15 26.61 _LIBCPP_VERSION; +#15 26.61 #endif +#15 26.61 return 0; +#15 26.61 } +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp6t18tuzr/testfile.cpp -o /mesa/_build/meson-private/tmp6t18tuzr/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -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 26.61 Running compile: +#15 26.61 Working directory: /mesa/_build/meson-private/tmpit76n7og +#15 26.61 Code: +#15 26.61 int main(void) { return 0; } +#15 26.61 +#15 26.61 ----------- +#15 26.61 Command line: `/usr/sbin/clang++ -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpit76n7og/testfile.cpp -o /mesa/_build/meson-private/tmpit76n7og/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 26.61 ----------- +#15 26.61 Called: `rustc -C linker=/usr/sbin/clang --print target-libdir` -> 0 +#15 26.61 stdout: +#15 26.61 /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib +#15 26.61 ----------- +#15 26.61 ----------- +#15 26.61 Called: `rustc -C linker=/usr/sbin/clang --print sysroot` -> 0 +#15 26.61 stdout: +#15 26.61 /usr +#15 26.61 ----------- +#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 build-tests=false -D enable-glcpp-tests=false -D build-radv-tests=false -D build-aco-tests=false -D install-intel-gpu-tests=false -D gallium-mediafoundation-test=false -D android-libbacktrace=disabled -D split-debug=disabled -D b_ndebug=true -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 build-tests=false -D enable-glcpp-tests=false -D build-radv-tests=false -D build-aco-tests=false -D install-intel-gpu-tests=false -D gallium-mediafoundation-test=false -D android-libbacktrace=disabled -D split-debug=disabled -D b_ndebug=true -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: +26.61 ----------- +26.61 Called: `rustc -C linker=/usr/sbin/clang --print target-libdir` -> 0 +26.61 stdout: +26.61 /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib +26.61 ----------- +26.61 ----------- +26.61 Called: `rustc -C linker=/usr/sbin/clang --print sysroot` -> 0 +26.61 stdout: +26.61 /usr +26.61 ----------- +------ +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 build-tests=false \ + 268 | >>> -D enable-glcpp-tests=false \ + 269 | >>> -D build-radv-tests=false \ + 270 | >>> -D build-aco-tests=false \ + 271 | >>> -D install-intel-gpu-tests=false \ + 272 | >>> -D gallium-mediafoundation-test=false \ + 273 | >>> -D android-libbacktrace=disabled \ + 274 | >>> -D split-debug=disabled \ + 275 | >>> -D b_ndebug=true \ + 276 | >>> -D b_lto=false \ + 277 | >>> -D egl=enabled \ + 278 | >>> -D gallium-drivers=r300,r600,radeonsi,nouveau,virgl,svga,softpipe,llvmpipe,i915,iris,crocus,zink \ + 279 | >>> -D gallium-extra-hud=true \ + 280 | >>> -D gallium-rusticl=true \ + 281 | >>> -D gallium-va=enabled \ + 282 | >>> -D gbm=enabled \ + 283 | >>> -D gles1=disabled \ + 284 | >>> -D gles2=enabled \ + 285 | >>> -D glvnd=enabled \ + 286 | >>> -D glx=dri \ + 287 | >>> -D libunwind=enabled \ + 288 | >>> -D llvm=enabled \ + 289 | >>> -D lmsensors=disabled \ + 290 | >>> -D microsoft-clc=disabled \ + 291 | >>> -D platforms=x11,wayland \ + 292 | >>> -D valgrind=disabled \ + 293 | >>> -D video-codecs=all \ + 294 | >>> -D vulkan-drivers=amd,intel,intel_hasvk,swrast,virtio,nouveau \ + 295 | >>> -D vulkan-layers=device-select,intel-nullhw,overlay \ + 296 | >>> -D tools=[] \ + 297 | >>> -D zstd=enabled \ + 298 | >>> -D buildtype=plain \ + 299 | >>> -D prefix=/usr \ + 300 | >>> -D sysconfdir=/etc \ + 301 | >>> -D legacy-x11=dri2 \ + 302 | >>> --wrap-mode=nofallback \ + 303 | >>> --force-fallback-for=syn,paste,rustc-hash ; cat /mesa/_build/meson-logs/meson-log.txt && exit 1 \ + 304 | >>> && meson configure --no-pager _build \ + 305 | >>> && ninja -C _build + 306 | +-------------------- +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 build-tests=false -D enable-glcpp-tests=false -D build-radv-tests=false -D build-aco-tests=false -D install-intel-gpu-tests=false -D gallium-mediafoundation-test=false -D android-libbacktrace=disabled -D split-debug=disabled -D b_ndebug=true -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 diff --git a/tools/ci/amd64/clang/coverage.sh b/tools/ci/amd64/clang/coverage.sh index 224e755..db4dda3 100755 --- a/tools/ci/amd64/clang/coverage.sh +++ b/tools/ci/amd64/clang/coverage.sh @@ -10,35 +10,36 @@ export CC=$(which clang) export DISPLAY=:99 cmake . \ --Bbuild \ --GNinja \ --DCMAKE_LINKER_TYPE=MOLD \ --DENABLE_UNIT_TESTS=ON \ --DENABLE_LLVM_COVERAGE=ON \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_CXX_FLAGS="-std=c++23 -stdlib=libc++ -g -fno-omit-frame-pointer" \ -&& cmake --build ./build -j `nproc` + -Bbuild \ + -GNinja \ + -DCMAKE_LINKER_TYPE=MOLD \ + -DENABLE_UNIT_TESTS=ON \ + -DENABLE_LLVM_COVERAGE=ON \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_CXX_FLAGS="-std=c++23 -stdlib=libc++ -g -fno-omit-frame-pointer" && + cmake --build ./build -j $(nproc) -mkdir -p ./build/coverage/ +mkdir -p ./build/coverage/ for test in $(find ./build -type f -name '*_tests' -executable); do - export LLVM_PROFILE_FILE="./build/coverage/$(basename "$(dirname "$test")").profraw"; - echo ${LLVM_PROFILE_FILE} >> ./build/coverage/list; + export LLVM_PROFILE_FILE="./build/coverage/$(basename "$(dirname "$test")").profraw" + echo ${LLVM_PROFILE_FILE} >>./build/coverage/list gdb \ - --return-child-result \ - -ex='set confirm off' \ - -ex='set pagination off' \ - -ex='run' \ - -ex='bt full' \ - -ex='quit' \ - -q \ - "$test" + --return-child-result \ + -ex='set confirm off' \ + -ex='set pagination off' \ + -ex='run' \ + -ex='bt full' \ + -ex='quit' \ + -q \ + "$test" done -llvm-profdata merge --input-files './build/coverage/list' -o "./build/coverage/merged.profdata" +llvm-profdata merge --input-files './build/coverage/list' -o "./build/coverage/merged.profdata" find ./build/modules -type f -name "*.profraw" -exec rm -fv {} + -LLVM_COV_SHOW=$(llvm-cov show \ +LLVM_COV_SHOW=$( + llvm-cov show \ -instr-profile='./build/coverage/merged.profdata' \ $(find ./build -type f -name '*_tests' -executable -exec printf -- '-object %s ' {} \;) \ $(find ./build -type f -name '*\.a' -exec printf -- '-object %s ' {} \;) \ @@ -46,5 +47,5 @@ LLVM_COV_SHOW=$(llvm-cov show \ -ignore-filename-regex='\.fuzz\.cpp$' ) -echo "${LLVM_COV_SHOW}" > './build/coverage/coverage.txt' +echo "${LLVM_COV_SHOW}" >'./build/coverage/coverage.txt' cd ./build/coverage/ && wget -qO- "https://codecov.io/bash" | bash diff --git a/tools/ci/amd64/clang/lsan.sh b/tools/ci/amd64/clang/lsan.sh index a074829..fabd82e 100755 --- a/tools/ci/amd64/clang/lsan.sh +++ b/tools/ci/amd64/clang/lsan.sh @@ -10,12 +10,12 @@ export CC=$(which clang) export DISPLAY=:99 cmake . \ --Bbuild \ --GNinja \ --DCMAKE_LINKER_TYPE=MOLD \ --DENABLE_UNIT_TESTS=ON \ --DCMAKE_BUILD_TYPE=Debug \ --DCMAKE_CXX_FLAGS=" \ + -Bbuild \ + -GNinja \ + -DCMAKE_LINKER_TYPE=MOLD \ + -DENABLE_UNIT_TESTS=ON \ + -DCMAKE_BUILD_TYPE=Debug \ + -DCMAKE_CXX_FLAGS=" \ -fsanitize=leak \ -fno-common \ -g \ @@ -23,13 +23,13 @@ cmake . \ -std=c++23 \ -nostdinc++ \ -isystem /libcxx_lsan/include/c++/v1/" \ --DCMAKE_EXE_LINKER_FLAGS=" \ + -DCMAKE_EXE_LINKER_FLAGS=" \ -fsanitize=leak \ -L/libcxx_lsan/lib \ -lc++ \ -lc++abi \ --Wl,-rpath,/libcxx_lsan/lib" \ -&& cmake --build ./build --target='renderer_tests' -j`nproc` +-Wl,-rpath,/libcxx_lsan/lib" && + cmake --build ./build --target='renderer_tests' -j$(nproc) export LSAN_OPTIONS="suppressions=$(git rev-parse --show-toplevel)/tools/ci/amd64/clang/lsan.supp:fast_unwind_on_malloc=0:verbosity=1:report_objects=1" export LSAN_SYMBOLIZER_PATH="$(which llvm-symbolizer)" diff --git a/tools/ci/amd64/clang/msan.sh b/tools/ci/amd64/clang/msan.sh index 5cc6321..fab6932 100755 --- a/tools/ci/amd64/clang/msan.sh +++ b/tools/ci/amd64/clang/msan.sh @@ -10,12 +10,12 @@ export CC=$(which clang) export DISPLAY=:99 cmake . \ --Bbuild \ --GNinja \ --DCMAKE_LINKER_TYPE=MOLD \ --DENABLE_UNIT_TESTS=ON \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_CXX_FLAGS=" \ + -Bbuild \ + -GNinja \ + -DCMAKE_LINKER_TYPE=MOLD \ + -DENABLE_UNIT_TESTS=ON \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_CXX_FLAGS=" \ -fsanitize=memory \ -fsanitize-memory-track-origins \ -g \ @@ -23,16 +23,16 @@ cmake . \ -std=c++23 \ -nostdinc++ \ -isystem /libcxx_msan/include/c++/v1/" \ --DCMAKE_EXE_LINKER_FLAGS=" \ + -DCMAKE_EXE_LINKER_FLAGS=" \ -fsanitize=memory \ -fsanitize-memory-track-origins \ -L/libcxx_msan/lib \ -lc++ \ -lc++abi \ --Wl,-rpath,/libcxx_msan/lib" \ -&& cmake --build ./build -j`nproc` +-Wl,-rpath,/libcxx_msan/lib" && + cmake --build ./build -j$(nproc) for test in $(find ./build -type f -name '*_tests' -executable); do - echo "Running $test" - "$test" + echo "Running $test" + "$test" done diff --git a/tools/ci/amd64/gcc/unit_tests.sh b/tools/ci/amd64/gcc/unit_tests.sh index daee55d..e99e9cc 100755 --- a/tools/ci/amd64/gcc/unit_tests.sh +++ b/tools/ci/amd64/gcc/unit_tests.sh @@ -11,23 +11,23 @@ export DISPLAY=:99 # gcc uses libstdc++ by default cmake . \ --Bbuild \ --GNinja \ --DCMAKE_LINKER_TYPE=MOLD \ --DENABLE_UNIT_TESTS=ON \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_CXX_FLAGS="-std=c++23 -g -fno-omit-frame-pointer" \ -&& cmake --build ./build -j `nproc` + -Bbuild \ + -GNinja \ + -DCMAKE_LINKER_TYPE=MOLD \ + -DENABLE_UNIT_TESTS=ON \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_CXX_FLAGS="-std=c++23 -g -fno-omit-frame-pointer" && + cmake --build ./build -j $(nproc) for test in $(find ./build -type f -name '*_tests' -executable); do echo "Running $test" gdb \ - --return-child-result \ - -ex='set confirm off' \ - -ex='set pagination off' \ - -ex='run' \ - -ex='bt full' \ - -ex='quit' \ - -q \ - "$test" + --return-child-result \ + -ex='set confirm off' \ + -ex='set pagination off' \ + -ex='run' \ + -ex='bt full' \ + -ex='quit' \ + -q \ + "$test" done diff --git a/tools/ci/amd64/gcc/valgrind.sh b/tools/ci/amd64/gcc/valgrind.sh index b8928b0..d11f56e 100755 --- a/tools/ci/amd64/gcc/valgrind.sh +++ b/tools/ci/amd64/gcc/valgrind.sh @@ -13,23 +13,23 @@ export DISPLAY=:99 # gcc uses libstdc++ by default cmake . \ --Bbuild \ --GNinja \ --DCMAKE_LINKER_TYPE=MOLD \ --DENABLE_UNIT_TESTS=ON \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_CXX_FLAGS="-std=c++23 -fno-omit-frame-pointer -fno-common -g" \ -&& cmake --build ./build -j `nproc` + -Bbuild \ + -GNinja \ + -DCMAKE_LINKER_TYPE=MOLD \ + -DENABLE_UNIT_TESTS=ON \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_CXX_FLAGS="-std=c++23 -fno-omit-frame-pointer -fno-common -g" && + cmake --build ./build -j $(nproc) for test in $(find ./build -type f -name '*_tests' -executable); do echo "Running $test" valgrind \ - --leak-check=full \ - --show-leak-kinds=all \ - --track-origins=yes \ - --verbose \ - --num-callers=50 \ - --gen-suppressions=all \ - --suppressions='./tools/ci/amd64/gcc/valgrind.supp' \ - --error-exitcode=255 ${test} || exit 1 + --leak-check=full \ + --show-leak-kinds=all \ + --track-origins=yes \ + --verbose \ + --num-callers=50 \ + --gen-suppressions=all \ + --suppressions='./tools/ci/amd64/gcc/valgrind.supp' \ + --error-exitcode=255 ${test} || exit 1 done diff --git a/tools/ci/static_analysis/clang_format.sh b/tools/ci/static_analysis/clang_format.sh index f96e4f1..64ea7b9 100755 --- a/tools/ci/static_analysis/clang_format.sh +++ b/tools/ci/static_analysis/clang_format.sh @@ -1,19 +1,21 @@ #!/bin/bash -set -e -cd $(git rev-parse --show-toplevel)/ +set -euo pipefail +cd "$(git rev-parse --show-toplevel)/" has_fomatting_issues=0 -for file in $(find ./modules -name '*.?pp'); do - echo "Checking format for $file" - if ! clang-format --dry-run --Werror "$file"; then - echo "❌ Formatting issue detected in $file" - has_fomatting_issues=1 - fi -done + +while IFS= read -r -d '' file; do + echo "Checking format for $file" + + if ! clang-format --dry-run --Werror "$file"; then + echo "❌ Formatting issue detected in $file" + has_fomatting_issues=1 + fi +done < <(find ./modules -name '*.?pp' -print0) if [ "$has_fomatting_issues" -eq 0 ]; then - echo "✅ All files are properly formatted! Well done! ^~^" + echo "✅ All files are properly formatted! Well done! ^~^" fi exit ${has_fomatting_issues} diff --git a/tools/ci/static_analysis/clang_tidy.sh b/tools/ci/static_analysis/clang_tidy.sh index 95a95d6..4037d30 100755 --- a/tools/ci/static_analysis/clang_tidy.sh +++ b/tools/ci/static_analysis/clang_tidy.sh @@ -5,13 +5,14 @@ cd $(git rev-parse --show-toplevel)/ rm -rf ./build && mkdir build/ && cd build export CC=$(which clang) + export CXX=$(which clang++) cmake .. \ --G Ninja \ --DCMAKE_LINKER_TYPE=MOLD \ --DENABLE_UNIT_TESTS=ON \ --DENABLE_STATIC_ANALYSIS=ON \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_CXX_FLAGS="-std=c++23 -stdlib=libc++" \ -&& cmake --build . -j `nproc` + -G Ninja \ + -DCMAKE_LINKER_TYPE=MOLD \ + -DENABLE_UNIT_TESTS=ON \ + -DENABLE_STATIC_ANALYSIS=ON \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_CXX_FLAGS="-std=c++23 -stdlib=libc++" && + cmake --build . -j $(nproc)