Created
September 4, 2022 04:34
-
-
Save phush0/0fdb329981f59862e5972d0b2bc2c4d0 to your computer and use it in GitHub Desktop.
ccache on macOS 12.5 - Homebrew build logs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for ccache on macOS 12.5 | |
Build date: 2022-08-30 07:31:45 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOMEBREW_VERSION: 3.5.10 | |
ORIGIN: https://github.com/Homebrew/brew | |
HEAD: c5731faf8be1ddc1eeae4b162b88bd76318fc279 | |
Last commit: 12 days ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: eb3f8a225c9d1acf339f355cd29af8c4e42a9bce | |
Core tap last commit: 3 hours ago | |
Core tap branch: master | |
HOMEBREW_PREFIX: /opt/homebrew | |
HOMEBREW_CASK_OPTS: [] | |
HOMEBREW_DISPLAY: /private/tmp/com.apple.launchd.EiC9tfUT2c/org.xquartz:0 | |
HOMEBREW_MAKE_JOBS: 10 | |
Homebrew Ruby: 2.6.8 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby | |
CPU: 10-core 64-bit arm_firestorm_icestorm | |
Clang: 13.1.6 build 1316 | |
Git: 2.37.3 => /opt/homebrew/bin/git | |
Curl: 7.79.1 => /usr/bin/curl | |
macOS: 12.5.1-arm64 | |
CLT: 13.4.0.0.1.1651278267 | |
Xcode: 13.4.1 | |
Rosetta 2: false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry or file an issue; just ignore this. Thanks! | |
Warning: /usr/bin occurs before /opt/homebrew/bin in your PATH. | |
This means that system-provided programs will be used instead of those | |
provided by Homebrew. Consider setting your PATH so that | |
/opt/homebrew/bin occurs before /usr/bin. Here is a one-liner: | |
echo 'export PATH="/opt/homebrew/bin:$PATH"' >> ~/.zshrc | |
The following tools exist at both paths: | |
git-receive-pack | |
python3 | |
pip3 | |
git-upload-archive | |
git-shell | |
git-upload-pack | |
git | |
Warning: Homebrew's "bin" was not found in your PATH. | |
Consider setting your PATH for example like so: | |
echo 'export PATH="/opt/homebrew/bin:$PATH"' >> ~/.zshrc | |
Warning: Homebrew's "sbin" was not found in your PATH but you have installed | |
formulae that put executables in /opt/homebrew/sbin. | |
Consider setting your PATH for example like so: | |
echo 'export PATH="/opt/homebrew/sbin:$PATH"' >> ~/.zshrc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ccache |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2022-08-30 04:31:03 +0000 | |
cmake | |
-S | |
. | |
-B | |
build | |
-DCMAKE_INSTALL_PREFIX=/opt/homebrew/Cellar/ccache/HEAD-dfc7a90 | |
-DCMAKE_INSTALL_LIBDIR=lib | |
-DCMAKE_BUILD_TYPE=Release | |
-DCMAKE_FIND_FRAMEWORK=LAST | |
-DCMAKE_VERBOSE_MAKEFILE=ON | |
-Wno-dev | |
-DBUILD_TESTING=OFF | |
-DCMAKE_OSX_SYSROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk | |
-DENABLE_IPO=TRUE | |
-- The C compiler identification is AppleClang 13.1.6.13160021 | |
-- The CXX compiler identification is AppleClang 13.1.6.13160021 | |
-- The ASM compiler identification is Clang with GNU-like command-line | |
-- Found assembler: /opt/homebrew/Library/Homebrew/shims/mac/super/clang | |
-- The ASM_MASM compiler identification is unknown | |
-- Found assembler: ml | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Check for working C compiler: /opt/homebrew/Library/Homebrew/shims/mac/super/clang - skipped | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Check for working CXX compiler: /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ - skipped | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- Ccache version: master.dfc7a901 | |
-- Ccache dev mode: ON | |
-- Using standard linker for IPO | |
-- Performing Test std_atomic_without_libatomic | |
-- Performing Test std_atomic_without_libatomic - Success | |
-- Performing Test HAS__WDOUBLE_PROMOTION | |
-- Performing Test HAS__WDOUBLE_PROMOTION - Success | |
-- Looking for linux/fs.h | |
-- Looking for linux/fs.h - not found | |
-- Looking for pwd.h | |
-- Looking for pwd.h - found | |
-- Looking for sys/clonefile.h | |
-- Looking for sys/clonefile.h - found | |
-- Looking for sys/ioctl.h | |
-- Looking for sys/ioctl.h - found | |
-- Looking for sys/mman.h | |
-- Looking for sys/mman.h - found | |
-- Looking for sys/time.h | |
-- Looking for sys/time.h - found | |
-- Looking for sys/wait.h | |
-- Looking for sys/wait.h - found | |
-- Looking for sys/file.h | |
-- Looking for sys/file.h - found | |
-- Looking for syslog.h | |
-- Looking for syslog.h - found | |
-- Looking for termios.h | |
-- Looking for termios.h - found | |
-- Looking for dirent.h | |
-- Looking for dirent.h - found | |
-- Looking for strings.h | |
-- Looking for strings.h - found | |
-- Looking for unistd.h | |
-- Looking for unistd.h - found | |
-- Looking for utime.h | |
-- Looking for utime.h - found | |
-- Looking for sys/utime.h | |
-- Looking for sys/utime.h - not found | |
-- Looking for varargs.h | |
-- Looking for varargs.h - not found | |
-- Looking for asctime_r | |
-- Looking for asctime_r - found | |
-- Looking for geteuid | |
-- Looking for geteuid - found | |
-- Looking for getopt_long | |
-- Looking for getopt_long - found | |
-- Looking for getpwuid | |
-- Looking for getpwuid - found | |
-- Looking for gettimeofday | |
-- Looking for gettimeofday - found | |
-- Looking for posix_fallocate | |
-- Looking for posix_fallocate - not found | |
-- Looking for realpath | |
-- Looking for realpath - found | |
-- Looking for setenv | |
-- Looking for setenv - found | |
-- Looking for strndup | |
-- Looking for strndup - found | |
-- Looking for syslog | |
-- Looking for syslog - found | |
-- Looking for unsetenv | |
-- Looking for unsetenv - found | |
-- Looking for utimensat | |
-- Looking for utimensat - found | |
-- Looking for utimes | |
-- Looking for utimes - found | |
-- Performing Test HAVE_PTHREAD_MUTEX_ROBUST | |
-- Performing Test HAVE_PTHREAD_MUTEX_ROBUST - Failed | |
-- Looking for pthread_mutexattr_setpshared | |
-- Looking for pthread_mutexattr_setpshared - found | |
-- Performing Test HAVE_STRUCT_STAT_ST_ATIM | |
-- Performing Test HAVE_STRUCT_STAT_ST_ATIM - Failed | |
-- Performing Test HAVE_STRUCT_STAT_ST_CTIM | |
-- Performing Test HAVE_STRUCT_STAT_ST_CTIM - Failed | |
-- Performing Test HAVE_STRUCT_STAT_ST_MTIM | |
-- Performing Test HAVE_STRUCT_STAT_ST_MTIM - Failed | |
-- Performing Test HAVE_STRUCT_STAT_ST_ATIMESPEC | |
-- Performing Test HAVE_STRUCT_STAT_ST_ATIMESPEC - Success | |
-- Performing Test HAVE_STRUCT_STAT_ST_CTIMESPEC | |
-- Performing Test HAVE_STRUCT_STAT_ST_CTIMESPEC - Success | |
-- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC | |
-- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC - Success | |
-- Performing Test HAVE_STRUCT_STATFS_F_FSTYPENAME | |
-- Performing Test HAVE_STRUCT_STATFS_F_FSTYPENAME - Success | |
-- Performing Test HAVE_AVX2 | |
-- Performing Test HAVE_AVX2 - Failed | |
-- Found PkgConfig: /opt/homebrew/bin/pkg-config (found version "0.29.2") | |
-- Checking for module 'hiredis>=0.13.3' | |
-- Found hiredis, version 1.0.2 | |
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD | |
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success | |
-- Found Threads: TRUE | |
-- Performing Test HAVE_ASM_SSE2 | |
-- Performing Test HAVE_ASM_SSE2 - Failed | |
-- Performing Test HAVE_C_SSE2 | |
-- Performing Test HAVE_C_SSE2 - Failed | |
-- Performing Test HAVE_ASM_SSE41 | |
-- Performing Test HAVE_ASM_SSE41 - Failed | |
-- Performing Test HAVE_C_SSE41 | |
-- Performing Test HAVE_C_SSE41 - Failed | |
-- Performing Test HAVE_ASM_AVX2 | |
-- Performing Test HAVE_ASM_AVX2 - Failed | |
-- Performing Test HAVE_C_AVX2 | |
-- Performing Test HAVE_C_AVX2 - Failed | |
-- Performing Test HAVE_ASM_AVX512 | |
-- Performing Test HAVE_ASM_AVX512 - Failed | |
-- Performing Test HAVE_C_AVX512 | |
-- Performing Test HAVE_C_AVX512 - Failed | |
-- Performing Test HAVE_NEON | |
-- Performing Test HAVE_NEON - Success | |
-- Configuring done | |
-- Generating done | |
CMake Warning: | |
Manually-specified variables were not used by the project: | |
BUILD_TESTING | |
-- Build files have been written to: /tmp/ccache-20220830-76304-fnkx5x/build |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang called with: CMakeCCompilerId.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang CMakeCCompilerId.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: CMakeCXXCompilerId.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang++ CMakeCXXCompilerId.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: --version | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang --version -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: --version | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang --version -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -? | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -? -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -v -Wl,-v -MD -MT CMakeFiles/cmTC_22488.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_22488.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_22488.dir/CMakeCCompilerABI.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CMakeCCompilerABI.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -v -Wl,-v -MD -MT CMakeFiles/cmTC_22488.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_22488.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_22488.dir/CMakeCCompilerABI.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CMakeCCompilerABI.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_22488.dir/CMakeCCompilerABI.c.o -o cmTC_22488 | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_22488.dir/CMakeCCompilerABI.c.o -o cmTC_22488 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -v -Wl,-v -MD -MT CMakeFiles/cmTC_d51b3.dir/CMakeCXXCompilerABI.cpp.o -MF CMakeFiles/cmTC_d51b3.dir/CMakeCXXCompilerABI.cpp.o.d -o CMakeFiles/cmTC_d51b3.dir/CMakeCXXCompilerABI.cpp.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -v -Wl,-v -MD -MT CMakeFiles/cmTC_d51b3.dir/CMakeCXXCompilerABI.cpp.o -MF CMakeFiles/cmTC_d51b3.dir/CMakeCXXCompilerABI.cpp.o.d -o CMakeFiles/cmTC_d51b3.dir/CMakeCXXCompilerABI.cpp.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_d51b3.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_d51b3 | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_d51b3.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_d51b3 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -Dstd_atomic_without_libatomic -std=c++11 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c++17 -MD -MT CMakeFiles/cmTC_41dc0.dir/src.cxx.o -MF CMakeFiles/cmTC_41dc0.dir/src.cxx.o.d -o CMakeFiles/cmTC_41dc0.dir/src.cxx.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.cxx | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -Dstd_atomic_without_libatomic -std=c++11 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c++17 -MD -MT CMakeFiles/cmTC_41dc0.dir/src.cxx.o -MF CMakeFiles/cmTC_41dc0.dir/src.cxx.o.d -o CMakeFiles/cmTC_41dc0.dir/src.cxx.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -std=c++11 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_41dc0.dir/src.cxx.o -o cmTC_41dc0 | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang++ -std=c++11 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_41dc0.dir/src.cxx.o -o cmTC_41dc0 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -DHAS__WDOUBLE_PROMOTION -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wdouble-promotion -std=c++17 -MD -MT CMakeFiles/cmTC_6af33.dir/src.cxx.o -MF CMakeFiles/cmTC_6af33.dir/src.cxx.o.d -o CMakeFiles/cmTC_6af33.dir/src.cxx.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.cxx | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAS__WDOUBLE_PROMOTION -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wdouble-promotion -std=c++17 -MD -MT CMakeFiles/cmTC_6af33.dir/src.cxx.o -MF CMakeFiles/cmTC_6af33.dir/src.cxx.o.d -o CMakeFiles/cmTC_6af33.dir/src.cxx.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6af33.dir/src.cxx.o -o cmTC_6af33 | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6af33.dir/src.cxx.o -o cmTC_6af33 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_dc65a.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_dc65a.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_dc65a.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_dc65a.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_dc65a.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_dc65a.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_a3edf.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_a3edf.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_a3edf.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_a3edf.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_a3edf.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_a3edf.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a3edf.dir/CheckIncludeFile.c.o -o cmTC_a3edf | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a3edf.dir/CheckIncludeFile.c.o -o cmTC_a3edf -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_4e2a2.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_4e2a2.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_4e2a2.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_4e2a2.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_4e2a2.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_4e2a2.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4e2a2.dir/CheckIncludeFile.c.o -o cmTC_4e2a2 | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4e2a2.dir/CheckIncludeFile.c.o -o cmTC_4e2a2 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_37bf4.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_37bf4.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_37bf4.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_37bf4.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_37bf4.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_37bf4.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_37bf4.dir/CheckIncludeFile.c.o -o cmTC_37bf4 | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_37bf4.dir/CheckIncludeFile.c.o -o cmTC_37bf4 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_1a285.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_1a285.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_1a285.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_1a285.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_1a285.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_1a285.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1a285.dir/CheckIncludeFile.c.o -o cmTC_1a285 | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1a285.dir/CheckIncludeFile.c.o -o cmTC_1a285 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_2e4a1.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_2e4a1.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_2e4a1.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_2e4a1.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_2e4a1.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_2e4a1.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2e4a1.dir/CheckIncludeFile.c.o -o cmTC_2e4a1 | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2e4a1.dir/CheckIncludeFile.c.o -o cmTC_2e4a1 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_e34f4.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_e34f4.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_e34f4.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_e34f4.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_e34f4.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_e34f4.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e34f4.dir/CheckIncludeFile.c.o -o cmTC_e34f4 | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e34f4.dir/CheckIncludeFile.c.o -o cmTC_e34f4 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_54a97.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_54a97.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_54a97.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_54a97.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_54a97.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_54a97.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_54a97.dir/CheckIncludeFile.c.o -o cmTC_54a97 | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_54a97.dir/CheckIncludeFile.c.o -o cmTC_54a97 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_43b83.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_43b83.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_43b83.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_43b83.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_43b83.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_43b83.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_43b83.dir/CheckIncludeFile.c.o -o cmTC_43b83 | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_43b83.dir/CheckIncludeFile.c.o -o cmTC_43b83 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_7662c.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_7662c.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_7662c.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_7662c.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_7662c.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_7662c.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7662c.dir/CheckIncludeFile.c.o -o cmTC_7662c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7662c.dir/CheckIncludeFile.c.o -o cmTC_7662c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_d84bf.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_d84bf.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_d84bf.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_d84bf.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_d84bf.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_d84bf.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d84bf.dir/CheckIncludeFile.c.o -o cmTC_d84bf | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d84bf.dir/CheckIncludeFile.c.o -o cmTC_d84bf -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_ee77a.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_ee77a.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_ee77a.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_ee77a.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_ee77a.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_ee77a.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ee77a.dir/CheckIncludeFile.c.o -o cmTC_ee77a | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ee77a.dir/CheckIncludeFile.c.o -o cmTC_ee77a -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_0f9ca.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_0f9ca.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_0f9ca.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_0f9ca.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_0f9ca.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_0f9ca.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0f9ca.dir/CheckIncludeFile.c.o -o cmTC_0f9ca | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0f9ca.dir/CheckIncludeFile.c.o -o cmTC_0f9ca -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_3e550.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_3e550.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_3e550.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_3e550.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_3e550.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_3e550.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3e550.dir/CheckIncludeFile.c.o -o cmTC_3e550 | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3e550.dir/CheckIncludeFile.c.o -o cmTC_3e550 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_e6c62.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_e6c62.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_e6c62.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_e6c62.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_e6c62.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_e6c62.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_095e2.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_095e2.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_095e2.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_095e2.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_095e2.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_095e2.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DCHECK_FUNCTION_EXISTS=asctime_r -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_eb591.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_eb591.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_eb591.dir/CheckFunctionExists.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -DCHECK_FUNCTION_EXISTS=asctime_r -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_eb591.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_eb591.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_eb591.dir/CheckFunctionExists.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CheckFunctionExists.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DCHECK_FUNCTION_EXISTS=asctime_r -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_eb591.dir/CheckFunctionExists.c.o -o cmTC_eb591 | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -DCHECK_FUNCTION_EXISTS=asctime_r -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_eb591.dir/CheckFunctionExists.c.o -o cmTC_eb591 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=geteuid -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_68a57.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_68a57.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_68a57.dir/CheckFunctionExists.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -DCHECK_FUNCTION_EXISTS=geteuid -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_68a57.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_68a57.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_68a57.dir/CheckFunctionExists.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CheckFunctionExists.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DCHECK_FUNCTION_EXISTS=geteuid -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_68a57.dir/CheckFunctionExists.c.o -o cmTC_68a57 | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -DCHECK_FUNCTION_EXISTS=geteuid -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_68a57.dir/CheckFunctionExists.c.o -o cmTC_68a57 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=getopt_long -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_3d601.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_3d601.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_3d601.dir/CheckFunctionExists.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -DCHECK_FUNCTION_EXISTS=getopt_long -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_3d601.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_3d601.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_3d601.dir/CheckFunctionExists.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CheckFunctionExists.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DCHECK_FUNCTION_EXISTS=getopt_long -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3d601.dir/CheckFunctionExists.c.o -o cmTC_3d601 | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -DCHECK_FUNCTION_EXISTS=getopt_long -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3d601.dir/CheckFunctionExists.c.o -o cmTC_3d601 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=getpwuid -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_da3c6.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_da3c6.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_da3c6.dir/CheckFunctionExists.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -DCHECK_FUNCTION_EXISTS=getpwuid -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_da3c6.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_da3c6.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_da3c6.dir/CheckFunctionExists.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CheckFunctionExists.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DCHECK_FUNCTION_EXISTS=getpwuid -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_da3c6.dir/CheckFunctionExists.c.o -o cmTC_da3c6 | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -DCHECK_FUNCTION_EXISTS=getpwuid -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_da3c6.dir/CheckFunctionExists.c.o -o cmTC_da3c6 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=gettimeofday -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_944fa.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_944fa.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_944fa.dir/CheckFunctionExists.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -DCHECK_FUNCTION_EXISTS=gettimeofday -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_944fa.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_944fa.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_944fa.dir/CheckFunctionExists.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CheckFunctionExists.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DCHECK_FUNCTION_EXISTS=gettimeofday -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_944fa.dir/CheckFunctionExists.c.o -o cmTC_944fa | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -DCHECK_FUNCTION_EXISTS=gettimeofday -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_944fa.dir/CheckFunctionExists.c.o -o cmTC_944fa -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=posix_fallocate -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_0786a.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_0786a.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_0786a.dir/CheckFunctionExists.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -DCHECK_FUNCTION_EXISTS=posix_fallocate -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_0786a.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_0786a.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_0786a.dir/CheckFunctionExists.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CheckFunctionExists.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DCHECK_FUNCTION_EXISTS=posix_fallocate -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0786a.dir/CheckFunctionExists.c.o -o cmTC_0786a | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -DCHECK_FUNCTION_EXISTS=posix_fallocate -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0786a.dir/CheckFunctionExists.c.o -o cmTC_0786a -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=realpath -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_9d99a.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_9d99a.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_9d99a.dir/CheckFunctionExists.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -DCHECK_FUNCTION_EXISTS=realpath -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_9d99a.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_9d99a.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_9d99a.dir/CheckFunctionExists.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CheckFunctionExists.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DCHECK_FUNCTION_EXISTS=realpath -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9d99a.dir/CheckFunctionExists.c.o -o cmTC_9d99a | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -DCHECK_FUNCTION_EXISTS=realpath -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9d99a.dir/CheckFunctionExists.c.o -o cmTC_9d99a -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=setenv -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_bcba6.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_bcba6.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_bcba6.dir/CheckFunctionExists.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -DCHECK_FUNCTION_EXISTS=setenv -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_bcba6.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_bcba6.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_bcba6.dir/CheckFunctionExists.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CheckFunctionExists.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DCHECK_FUNCTION_EXISTS=setenv -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bcba6.dir/CheckFunctionExists.c.o -o cmTC_bcba6 | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -DCHECK_FUNCTION_EXISTS=setenv -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bcba6.dir/CheckFunctionExists.c.o -o cmTC_bcba6 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=strndup -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_93eb4.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_93eb4.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_93eb4.dir/CheckFunctionExists.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -DCHECK_FUNCTION_EXISTS=strndup -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_93eb4.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_93eb4.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_93eb4.dir/CheckFunctionExists.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CheckFunctionExists.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DCHECK_FUNCTION_EXISTS=strndup -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_93eb4.dir/CheckFunctionExists.c.o -o cmTC_93eb4 | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -DCHECK_FUNCTION_EXISTS=strndup -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_93eb4.dir/CheckFunctionExists.c.o -o cmTC_93eb4 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=syslog -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_52c0f.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_52c0f.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_52c0f.dir/CheckFunctionExists.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -DCHECK_FUNCTION_EXISTS=syslog -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_52c0f.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_52c0f.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_52c0f.dir/CheckFunctionExists.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CheckFunctionExists.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DCHECK_FUNCTION_EXISTS=syslog -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_52c0f.dir/CheckFunctionExists.c.o -o cmTC_52c0f | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -DCHECK_FUNCTION_EXISTS=syslog -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_52c0f.dir/CheckFunctionExists.c.o -o cmTC_52c0f -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=unsetenv -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_e3dcb.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_e3dcb.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_e3dcb.dir/CheckFunctionExists.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -DCHECK_FUNCTION_EXISTS=unsetenv -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_e3dcb.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_e3dcb.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_e3dcb.dir/CheckFunctionExists.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CheckFunctionExists.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DCHECK_FUNCTION_EXISTS=unsetenv -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e3dcb.dir/CheckFunctionExists.c.o -o cmTC_e3dcb | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -DCHECK_FUNCTION_EXISTS=unsetenv -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e3dcb.dir/CheckFunctionExists.c.o -o cmTC_e3dcb -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=utimensat -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_a9d42.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_a9d42.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_a9d42.dir/CheckFunctionExists.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -DCHECK_FUNCTION_EXISTS=utimensat -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_a9d42.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_a9d42.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_a9d42.dir/CheckFunctionExists.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CheckFunctionExists.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DCHECK_FUNCTION_EXISTS=utimensat -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a9d42.dir/CheckFunctionExists.c.o -o cmTC_a9d42 | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -DCHECK_FUNCTION_EXISTS=utimensat -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a9d42.dir/CheckFunctionExists.c.o -o cmTC_a9d42 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCHECK_FUNCTION_EXISTS=utimes -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_fb8f5.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_fb8f5.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_fb8f5.dir/CheckFunctionExists.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -DCHECK_FUNCTION_EXISTS=utimes -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_fb8f5.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_fb8f5.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_fb8f5.dir/CheckFunctionExists.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CheckFunctionExists.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DCHECK_FUNCTION_EXISTS=utimes -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_fb8f5.dir/CheckFunctionExists.c.o -o cmTC_fb8f5 | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -DCHECK_FUNCTION_EXISTS=utimes -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_fb8f5.dir/CheckFunctionExists.c.o -o cmTC_fb8f5 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -DHAVE_PTHREAD_MUTEX_ROBUST -pthread -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c++17 -MD -MT CMakeFiles/cmTC_05c75.dir/src.cxx.o -MF CMakeFiles/cmTC_05c75.dir/src.cxx.o.d -o CMakeFiles/cmTC_05c75.dir/src.cxx.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.cxx | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_PTHREAD_MUTEX_ROBUST -pthread -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c++17 -MD -MT CMakeFiles/cmTC_05c75.dir/src.cxx.o -MF CMakeFiles/cmTC_05c75.dir/src.cxx.o.d -o CMakeFiles/cmTC_05c75.dir/src.cxx.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DCHECK_FUNCTION_EXISTS=pthread_mutexattr_setpshared -pthread -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_33942.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_33942.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_33942.dir/CheckFunctionExists.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CheckFunctionExists.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -DCHECK_FUNCTION_EXISTS=pthread_mutexattr_setpshared -pthread -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_33942.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_33942.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_33942.dir/CheckFunctionExists.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CheckFunctionExists.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DCHECK_FUNCTION_EXISTS=pthread_mutexattr_setpshared -pthread -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_33942.dir/CheckFunctionExists.c.o -o cmTC_33942 | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -DCHECK_FUNCTION_EXISTS=pthread_mutexattr_setpshared -pthread -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_33942.dir/CheckFunctionExists.c.o -o cmTC_33942 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -DHAVE_STRUCT_STAT_ST_ATIM -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c++17 -MD -MT CMakeFiles/cmTC_2360e.dir/src.cxx.o -MF CMakeFiles/cmTC_2360e.dir/src.cxx.o.d -o CMakeFiles/cmTC_2360e.dir/src.cxx.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.cxx | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_STRUCT_STAT_ST_ATIM -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c++17 -MD -MT CMakeFiles/cmTC_2360e.dir/src.cxx.o -MF CMakeFiles/cmTC_2360e.dir/src.cxx.o.d -o CMakeFiles/cmTC_2360e.dir/src.cxx.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_STRUCT_STAT_ST_CTIM -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c++17 -MD -MT CMakeFiles/cmTC_5e99c.dir/src.cxx.o -MF CMakeFiles/cmTC_5e99c.dir/src.cxx.o.d -o CMakeFiles/cmTC_5e99c.dir/src.cxx.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.cxx | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_STRUCT_STAT_ST_CTIM -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c++17 -MD -MT CMakeFiles/cmTC_5e99c.dir/src.cxx.o -MF CMakeFiles/cmTC_5e99c.dir/src.cxx.o.d -o CMakeFiles/cmTC_5e99c.dir/src.cxx.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_STRUCT_STAT_ST_MTIM -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c++17 -MD -MT CMakeFiles/cmTC_e55db.dir/src.cxx.o -MF CMakeFiles/cmTC_e55db.dir/src.cxx.o.d -o CMakeFiles/cmTC_e55db.dir/src.cxx.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.cxx | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_STRUCT_STAT_ST_MTIM -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c++17 -MD -MT CMakeFiles/cmTC_e55db.dir/src.cxx.o -MF CMakeFiles/cmTC_e55db.dir/src.cxx.o.d -o CMakeFiles/cmTC_e55db.dir/src.cxx.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_STRUCT_STAT_ST_ATIMESPEC -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c++17 -MD -MT CMakeFiles/cmTC_5d80a.dir/src.cxx.o -MF CMakeFiles/cmTC_5d80a.dir/src.cxx.o.d -o CMakeFiles/cmTC_5d80a.dir/src.cxx.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.cxx | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_STRUCT_STAT_ST_ATIMESPEC -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c++17 -MD -MT CMakeFiles/cmTC_5d80a.dir/src.cxx.o -MF CMakeFiles/cmTC_5d80a.dir/src.cxx.o.d -o CMakeFiles/cmTC_5d80a.dir/src.cxx.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5d80a.dir/src.cxx.o -o cmTC_5d80a | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5d80a.dir/src.cxx.o -o cmTC_5d80a -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -DHAVE_STRUCT_STAT_ST_CTIMESPEC -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c++17 -MD -MT CMakeFiles/cmTC_d0182.dir/src.cxx.o -MF CMakeFiles/cmTC_d0182.dir/src.cxx.o.d -o CMakeFiles/cmTC_d0182.dir/src.cxx.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.cxx | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_STRUCT_STAT_ST_CTIMESPEC -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c++17 -MD -MT CMakeFiles/cmTC_d0182.dir/src.cxx.o -MF CMakeFiles/cmTC_d0182.dir/src.cxx.o.d -o CMakeFiles/cmTC_d0182.dir/src.cxx.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d0182.dir/src.cxx.o -o cmTC_d0182 | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d0182.dir/src.cxx.o -o cmTC_d0182 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -DHAVE_STRUCT_STAT_ST_MTIMESPEC -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c++17 -MD -MT CMakeFiles/cmTC_ba06e.dir/src.cxx.o -MF CMakeFiles/cmTC_ba06e.dir/src.cxx.o.d -o CMakeFiles/cmTC_ba06e.dir/src.cxx.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.cxx | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_STRUCT_STAT_ST_MTIMESPEC -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c++17 -MD -MT CMakeFiles/cmTC_ba06e.dir/src.cxx.o -MF CMakeFiles/cmTC_ba06e.dir/src.cxx.o.d -o CMakeFiles/cmTC_ba06e.dir/src.cxx.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ba06e.dir/src.cxx.o -o cmTC_ba06e | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ba06e.dir/src.cxx.o -o cmTC_ba06e -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -DHAVE_STRUCT_STATFS_F_FSTYPENAME -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c++17 -MD -MT CMakeFiles/cmTC_af0ff.dir/src.cxx.o -MF CMakeFiles/cmTC_af0ff.dir/src.cxx.o.d -o CMakeFiles/cmTC_af0ff.dir/src.cxx.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.cxx | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_STRUCT_STATFS_F_FSTYPENAME -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c++17 -MD -MT CMakeFiles/cmTC_af0ff.dir/src.cxx.o -MF CMakeFiles/cmTC_af0ff.dir/src.cxx.o.d -o CMakeFiles/cmTC_af0ff.dir/src.cxx.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_af0ff.dir/src.cxx.o -o cmTC_af0ff | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_af0ff.dir/src.cxx.o -o cmTC_af0ff -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -DHAVE_AVX2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c++17 -MD -MT CMakeFiles/cmTC_7841b.dir/src.cxx.o -MF CMakeFiles/cmTC_7841b.dir/src.cxx.o.d -o CMakeFiles/cmTC_7841b.dir/src.cxx.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.cxx | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_AVX2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c++17 -MD -MT CMakeFiles/cmTC_7841b.dir/src.cxx.o -MF CMakeFiles/cmTC_7841b.dir/src.cxx.o.d -o CMakeFiles/cmTC_7841b.dir/src.cxx.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.cxx -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DCMAKE_HAVE_LIBC_PTHREAD -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_b4c87.dir/src.c.o -MF CMakeFiles/cmTC_b4c87.dir/src.c.o.d -o CMakeFiles/cmTC_b4c87.dir/src.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -DCMAKE_HAVE_LIBC_PTHREAD -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_b4c87.dir/src.c.o -MF CMakeFiles/cmTC_b4c87.dir/src.c.o.d -o CMakeFiles/cmTC_b4c87.dir/src.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b4c87.dir/src.c.o -o cmTC_b4c87 | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b4c87.dir/src.c.o -o cmTC_b4c87 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/src/third_party -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_51a25.dir/xxhdispatchtest.c.o -MF CMakeFiles/cmTC_51a25.dir/xxhdispatchtest.c.o.d -o CMakeFiles/cmTC_51a25.dir/xxhdispatchtest.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/src/third_party/xxhdispatchtest.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/src/third_party -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_51a25.dir/xxhdispatchtest.c.o -MF CMakeFiles/cmTC_51a25.dir/xxhdispatchtest.c.o.d -o CMakeFiles/cmTC_51a25.dir/xxhdispatchtest.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/src/third_party/xxhdispatchtest.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -msse2 -o CMakeFiles/cmTC_fadd7.dir/blake3_sse2_x86-64_unix.S.o -c /tmp/ccache-20220830-76304-fnkx5x/src/third_party/blake3/blake3_sse2_x86-64_unix.S | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -msse2 -o CMakeFiles/cmTC_fadd7.dir/blake3_sse2_x86-64_unix.S.o -c /tmp/ccache-20220830-76304-fnkx5x/src/third_party/blake3/blake3_sse2_x86-64_unix.S -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_C_SSE2 -msse2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_b7dc7.dir/src.c.o -MF CMakeFiles/cmTC_b7dc7.dir/src.c.o.d -o CMakeFiles/cmTC_b7dc7.dir/src.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -DHAVE_C_SSE2 -msse2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_b7dc7.dir/src.c.o -MF CMakeFiles/cmTC_b7dc7.dir/src.c.o.d -o CMakeFiles/cmTC_b7dc7.dir/src.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -msse4.1 -o CMakeFiles/cmTC_fad80.dir/blake3_sse41_x86-64_unix.S.o -c /tmp/ccache-20220830-76304-fnkx5x/src/third_party/blake3/blake3_sse41_x86-64_unix.S | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -msse4.1 -o CMakeFiles/cmTC_fad80.dir/blake3_sse41_x86-64_unix.S.o -c /tmp/ccache-20220830-76304-fnkx5x/src/third_party/blake3/blake3_sse41_x86-64_unix.S -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_C_SSE41 -msse4.1 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_5eb58.dir/src.c.o -MF CMakeFiles/cmTC_5eb58.dir/src.c.o.d -o CMakeFiles/cmTC_5eb58.dir/src.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -DHAVE_C_SSE41 -msse4.1 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_5eb58.dir/src.c.o -MF CMakeFiles/cmTC_5eb58.dir/src.c.o.d -o CMakeFiles/cmTC_5eb58.dir/src.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -mavx2 -o CMakeFiles/cmTC_79798.dir/blake3_avx2_x86-64_unix.S.o -c /tmp/ccache-20220830-76304-fnkx5x/src/third_party/blake3/blake3_avx2_x86-64_unix.S | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -mavx2 -o CMakeFiles/cmTC_79798.dir/blake3_avx2_x86-64_unix.S.o -c /tmp/ccache-20220830-76304-fnkx5x/src/third_party/blake3/blake3_avx2_x86-64_unix.S -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_C_AVX2 -mavx2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_69f72.dir/src.c.o -MF CMakeFiles/cmTC_69f72.dir/src.c.o.d -o CMakeFiles/cmTC_69f72.dir/src.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -DHAVE_C_AVX2 -mavx2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_69f72.dir/src.c.o -MF CMakeFiles/cmTC_69f72.dir/src.c.o.d -o CMakeFiles/cmTC_69f72.dir/src.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -mavx512f -mavx512vl -o CMakeFiles/cmTC_70b8a.dir/blake3_avx512_x86-64_unix.S.o -c /tmp/ccache-20220830-76304-fnkx5x/src/third_party/blake3/blake3_avx512_x86-64_unix.S | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -mavx512f -mavx512vl -o CMakeFiles/cmTC_70b8a.dir/blake3_avx512_x86-64_unix.S.o -c /tmp/ccache-20220830-76304-fnkx5x/src/third_party/blake3/blake3_avx512_x86-64_unix.S -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_C_AVX512 -mavx512f -mavx512vl -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_f4396.dir/src.c.o -MF CMakeFiles/cmTC_f4396.dir/src.c.o.d -o CMakeFiles/cmTC_f4396.dir/src.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -DHAVE_C_AVX512 -mavx512f -mavx512vl -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_f4396.dir/src.c.o -MF CMakeFiles/cmTC_f4396.dir/src.c.o.d -o CMakeFiles/cmTC_f4396.dir/src.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_NEON -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_0487e.dir/src.c.o -MF CMakeFiles/cmTC_0487e.dir/src.c.o.d -o CMakeFiles/cmTC_0487e.dir/src.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -DHAVE_NEON -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_0487e.dir/src.c.o -MF CMakeFiles/cmTC_0487e.dir/src.c.o.d -o CMakeFiles/cmTC_0487e.dir/src.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0487e.dir/src.c.o -o cmTC_0487e | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0487e.dir/src.c.o -o cmTC_0487e -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2022-08-30 04:31:10 +0000 | |
cmake | |
--build | |
build | |
/opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -S/tmp/ccache-20220830-76304-fnkx5x -B/tmp/ccache-20220830-76304-fnkx5x/build --check-build-system CMakeFiles/Makefile.cmake 0 | |
/opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_progress_start /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles /tmp/ccache-20220830-76304-fnkx5x/build//CMakeFiles/progress.marks | |
/opt/homebrew/bin/gmake -f CMakeFiles/Makefile2 all | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build' | |
/opt/homebrew/bin/gmake -f src/third_party/blake3/CMakeFiles/blake3.dir/build.make src/third_party/blake3/CMakeFiles/blake3.dir/depend | |
/opt/homebrew/bin/gmake -f src/third_party/CMakeFiles/third_party.dir/build.make src/third_party/CMakeFiles/third_party.dir/depend | |
/opt/homebrew/bin/gmake -f doc/CMakeFiles/doc-man-page.dir/build.make doc/CMakeFiles/doc-man-page.dir/depend | |
/opt/homebrew/bin/gmake -f doc/CMakeFiles/doc-html.dir/build.make doc/CMakeFiles/doc-html.dir/depend | |
gmake[2]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build' | |
cd /tmp/ccache-20220830-76304-fnkx5x/build && /opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/ccache-20220830-76304-fnkx5x /tmp/ccache-20220830-76304-fnkx5x/src/third_party/blake3 /tmp/ccache-20220830-76304-fnkx5x/build /tmp/ccache-20220830-76304-fnkx5x/build/src/third_party/blake3 /tmp/ccache-20220830-76304-fnkx5x/build/src/third_party/blake3/CMakeFiles/blake3.dir/DependInfo.cmake --color= | |
gmake[2]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build' | |
cd /tmp/ccache-20220830-76304-fnkx5x/build && /opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/ccache-20220830-76304-fnkx5x /tmp/ccache-20220830-76304-fnkx5x/doc /tmp/ccache-20220830-76304-fnkx5x/build /tmp/ccache-20220830-76304-fnkx5x/build/doc /tmp/ccache-20220830-76304-fnkx5x/build/doc/CMakeFiles/doc-man-page.dir/DependInfo.cmake --color= | |
gmake[2]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build' | |
cd /tmp/ccache-20220830-76304-fnkx5x/build && /opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/ccache-20220830-76304-fnkx5x /tmp/ccache-20220830-76304-fnkx5x/src/third_party /tmp/ccache-20220830-76304-fnkx5x/build /tmp/ccache-20220830-76304-fnkx5x/build/src/third_party /tmp/ccache-20220830-76304-fnkx5x/build/src/third_party/CMakeFiles/third_party.dir/DependInfo.cmake --color= | |
gmake[2]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build' | |
cd /tmp/ccache-20220830-76304-fnkx5x/build && /opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/ccache-20220830-76304-fnkx5x /tmp/ccache-20220830-76304-fnkx5x/doc /tmp/ccache-20220830-76304-fnkx5x/build /tmp/ccache-20220830-76304-fnkx5x/build/doc /tmp/ccache-20220830-76304-fnkx5x/build/doc/CMakeFiles/doc-html.dir/DependInfo.cmake --color= | |
gmake[2]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build' | |
gmake[2]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build' | |
gmake[2]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build' | |
/opt/homebrew/bin/gmake -f src/third_party/CMakeFiles/third_party.dir/build.make src/third_party/CMakeFiles/third_party.dir/build | |
gmake[2]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build' | |
/opt/homebrew/bin/gmake -f doc/CMakeFiles/doc-html.dir/build.make doc/CMakeFiles/doc-html.dir/build | |
/opt/homebrew/bin/gmake -f doc/CMakeFiles/doc-man-page.dir/build.make doc/CMakeFiles/doc-man-page.dir/build | |
/opt/homebrew/bin/gmake -f src/third_party/blake3/CMakeFiles/blake3.dir/build.make src/third_party/blake3/CMakeFiles/blake3.dir/build | |
gmake[2]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build' | |
gmake[2]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build' | |
gmake[2]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build' | |
gmake[2]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build' | |
[ 1%] Generating MANUAL.html | |
[ 1%] Building CXX object src/third_party/CMakeFiles/third_party.dir/format.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/doc && /opt/homebrew/bin/asciidoctor -o MANUAL.html -a revnumber="master.dfc7a901" -a icons=font -a toc=left -a sectanchors -a stylesheet="/tmp/ccache-20220830-76304-fnkx5x/doc/ccache-doc.css" -b html /tmp/ccache-20220830-76304-fnkx5x/doc/MANUAL.adoc | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src/third_party && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src/third_party -I/tmp/ccache-20220830-76304-fnkx5x/src/third_party/SYSTEM -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -std=c++17 -MD -MT src/third_party/CMakeFiles/third_party.dir/format.cpp.o -MF CMakeFiles/third_party.dir/format.cpp.o.d -o CMakeFiles/third_party.dir/format.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/third_party/format.cpp | |
[ 2%] Building C object src/third_party/CMakeFiles/third_party.dir/base32hex.c.o | |
[ 3%] Generating LICENSE.html | |
[ 4%] Generating AUTHORS.html | |
[ 5%] Building C object src/third_party/blake3/CMakeFiles/blake3.dir/blake3.c.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/doc && /opt/homebrew/bin/asciidoctor -o LICENSE.html -a revnumber="master.dfc7a901" -a icons=font -a toc=left -a sectanchors -a stylesheet="/tmp/ccache-20220830-76304-fnkx5x/doc/ccache-doc.css" -b html /tmp/ccache-20220830-76304-fnkx5x/LICENSE.adoc | |
[ 5%] Generating NEWS.html | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/doc && /opt/homebrew/bin/asciidoctor -o AUTHORS.html -a revnumber="master.dfc7a901" -a icons=font -a toc=left -a sectanchors -a stylesheet="/tmp/ccache-20220830-76304-fnkx5x/doc/ccache-doc.css" -b html /tmp/ccache-20220830-76304-fnkx5x/doc/AUTHORS.adoc | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src/third_party && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src/third_party -I/tmp/ccache-20220830-76304-fnkx5x/src/third_party/SYSTEM -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -std=c99 -MD -MT src/third_party/CMakeFiles/third_party.dir/base32hex.c.o -MF CMakeFiles/third_party.dir/base32hex.c.o.d -o CMakeFiles/third_party.dir/base32hex.c.o -c /tmp/ccache-20220830-76304-fnkx5x/src/third_party/base32hex.c | |
[ 6%] Building CXX object src/third_party/CMakeFiles/third_party.dir/url.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src/third_party/blake3 && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DBLAKE3_NO_AVX2 -DBLAKE3_NO_AVX512 -DBLAKE3_NO_SSE2 -DBLAKE3_NO_SSE41 -DBLAKE3_USE_NEON -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -std=c99 -MD -MT src/third_party/blake3/CMakeFiles/blake3.dir/blake3.c.o -MF CMakeFiles/blake3.dir/blake3.c.o.d -o CMakeFiles/blake3.dir/blake3.c.o -c /tmp/ccache-20220830-76304-fnkx5x/src/third_party/blake3/blake3.c | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/doc && /opt/homebrew/bin/asciidoctor -o NEWS.html -a revnumber="master.dfc7a901" -a icons=font -a toc=left -a sectanchors -a stylesheet="/tmp/ccache-20220830-76304-fnkx5x/doc/ccache-doc.css" -b html /tmp/ccache-20220830-76304-fnkx5x/doc/NEWS.adoc | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src/third_party && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src/third_party -I/tmp/ccache-20220830-76304-fnkx5x/src/third_party/SYSTEM -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -std=c++17 -MD -MT src/third_party/CMakeFiles/third_party.dir/url.cpp.o -MF CMakeFiles/third_party.dir/url.cpp.o.d -o CMakeFiles/third_party.dir/url.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/third_party/url.cpp | |
[ 8%] Building CXX object src/third_party/CMakeFiles/third_party.dir/httplib.cpp.o | |
[ 8%] Generating ccache.1.tmp | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src/third_party && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src/third_party -I/tmp/ccache-20220830-76304-fnkx5x/src/third_party/SYSTEM -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -std=c++17 -MD -MT src/third_party/CMakeFiles/third_party.dir/httplib.cpp.o -MF CMakeFiles/third_party.dir/httplib.cpp.o.d -o CMakeFiles/third_party.dir/httplib.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/third_party/httplib.cpp | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/doc && /opt/homebrew/bin/asciidoctor -o ccache.1.tmp -a revnumber="master.dfc7a901" -a icons=font -a toc=left -a sectanchors -a stylesheet="/tmp/ccache-20220830-76304-fnkx5x/doc/ccache-doc.css" -b manpage /tmp/ccache-20220830-76304-fnkx5x/doc/MANUAL.adoc | |
[ 9%] Building C object src/third_party/blake3/CMakeFiles/blake3.dir/blake3_dispatch_ccache.c.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src/third_party/blake3 && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DBLAKE3_NO_AVX2 -DBLAKE3_NO_AVX512 -DBLAKE3_NO_SSE2 -DBLAKE3_NO_SSE41 -DBLAKE3_USE_NEON -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -std=c99 -MD -MT src/third_party/blake3/CMakeFiles/blake3.dir/blake3_dispatch_ccache.c.o -MF CMakeFiles/blake3.dir/blake3_dispatch_ccache.c.o.d -o CMakeFiles/blake3.dir/blake3_dispatch_ccache.c.o -c /tmp/ccache-20220830-76304-fnkx5x/src/third_party/blake3/blake3_dispatch_ccache.c | |
[ 10%] Building C object src/third_party/CMakeFiles/third_party.dir/xxhash.c.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src/third_party && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src/third_party -I/tmp/ccache-20220830-76304-fnkx5x/src/third_party/SYSTEM -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -std=c99 -MD -MT src/third_party/CMakeFiles/third_party.dir/xxhash.c.o -MF CMakeFiles/third_party.dir/xxhash.c.o.d -o CMakeFiles/third_party.dir/xxhash.c.o -c /tmp/ccache-20220830-76304-fnkx5x/src/third_party/xxhash.c | |
[ 11%] Building C object src/third_party/blake3/CMakeFiles/blake3.dir/blake3_portable.c.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src/third_party/blake3 && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DBLAKE3_NO_AVX2 -DBLAKE3_NO_AVX512 -DBLAKE3_NO_SSE2 -DBLAKE3_NO_SSE41 -DBLAKE3_USE_NEON -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -std=c99 -MD -MT src/third_party/blake3/CMakeFiles/blake3.dir/blake3_portable.c.o -MF CMakeFiles/blake3.dir/blake3_portable.c.o.d -o CMakeFiles/blake3.dir/blake3_portable.c.o -c /tmp/ccache-20220830-76304-fnkx5x/src/third_party/blake3/blake3_portable.c | |
[ 12%] Building C object src/third_party/blake3/CMakeFiles/blake3.dir/blake3_neon.c.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src/third_party/blake3 && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -DBLAKE3_NO_AVX2 -DBLAKE3_NO_AVX512 -DBLAKE3_NO_SSE2 -DBLAKE3_NO_SSE41 -DBLAKE3_USE_NEON -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -std=c99 -MD -MT src/third_party/blake3/CMakeFiles/blake3.dir/blake3_neon.c.o -MF CMakeFiles/blake3.dir/blake3_neon.c.o.d -o CMakeFiles/blake3.dir/blake3_neon.c.o -c /tmp/ccache-20220830-76304-fnkx5x/src/third_party/blake3/blake3_neon.c | |
[ 13%] Linking C static library libblake3.a | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src/third_party/blake3 && /opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -P CMakeFiles/blake3.dir/cmake_clean_target.cmake | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src/third_party/blake3 && /opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/blake3.dir/link.txt --verbose=1 | |
"/usr/bin/ar" cr libblake3.a CMakeFiles/blake3.dir/blake3.c.o CMakeFiles/blake3.dir/blake3_dispatch_ccache.c.o CMakeFiles/blake3.dir/blake3_portable.c.o CMakeFiles/blake3.dir/blake3_neon.c.o | |
"/usr/bin/ranlib" libblake3.a | |
gmake[2]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build' | |
[ 13%] Built target blake3 | |
[ 14%] Building C object src/third_party/CMakeFiles/third_party.dir/getopt_long.c.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src/third_party && /opt/homebrew/Library/Homebrew/shims/mac/super/clang -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src/third_party -I/tmp/ccache-20220830-76304-fnkx5x/src/third_party/SYSTEM -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -std=c99 -MD -MT src/third_party/CMakeFiles/third_party.dir/getopt_long.c.o -MF CMakeFiles/third_party.dir/getopt_long.c.o.d -o CMakeFiles/third_party.dir/getopt_long.c.o -c /tmp/ccache-20220830-76304-fnkx5x/src/third_party/getopt_long.c | |
[ 15%] Generating ccache.1 | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/doc && perl -pe 's!\\f\(CR(.*?)\\fP!\\fB\1\\fP!g' ccache.1.tmp >ccache.1 | |
gmake[2]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build' | |
[ 15%] Built target doc-html | |
gmake[2]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build' | |
[ 15%] Built target doc-man-page | |
/opt/homebrew/bin/gmake -f doc/CMakeFiles/doc.dir/build.make doc/CMakeFiles/doc.dir/depend | |
gmake[2]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build' | |
cd /tmp/ccache-20220830-76304-fnkx5x/build && /opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/ccache-20220830-76304-fnkx5x /tmp/ccache-20220830-76304-fnkx5x/doc /tmp/ccache-20220830-76304-fnkx5x/build /tmp/ccache-20220830-76304-fnkx5x/build/doc /tmp/ccache-20220830-76304-fnkx5x/build/doc/CMakeFiles/doc.dir/DependInfo.cmake --color= | |
gmake[2]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build' | |
/opt/homebrew/bin/gmake -f doc/CMakeFiles/doc.dir/build.make doc/CMakeFiles/doc.dir/build | |
gmake[2]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build' | |
gmake[2]: Nothing to be done for 'doc/CMakeFiles/doc.dir/build'. | |
gmake[2]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build' | |
[ 15%] Built target doc | |
[ 15%] Linking CXX static library libthird_party.a | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src/third_party && /opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -P CMakeFiles/third_party.dir/cmake_clean_target.cmake | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src/third_party && /opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/third_party.dir/link.txt --verbose=1 | |
"/usr/bin/ar" cr libthird_party.a CMakeFiles/third_party.dir/base32hex.c.o CMakeFiles/third_party.dir/format.cpp.o CMakeFiles/third_party.dir/httplib.cpp.o CMakeFiles/third_party.dir/url.cpp.o CMakeFiles/third_party.dir/xxhash.c.o CMakeFiles/third_party.dir/getopt_long.c.o | |
"/usr/bin/ranlib" libthird_party.a | |
gmake[2]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build' | |
[ 15%] Built target third_party | |
/opt/homebrew/bin/gmake -f src/CMakeFiles/ccache_framework.dir/build.make src/CMakeFiles/ccache_framework.dir/depend | |
gmake[2]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build' | |
cd /tmp/ccache-20220830-76304-fnkx5x/build && /opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/ccache-20220830-76304-fnkx5x /tmp/ccache-20220830-76304-fnkx5x/src /tmp/ccache-20220830-76304-fnkx5x/build /tmp/ccache-20220830-76304-fnkx5x/build/src /tmp/ccache-20220830-76304-fnkx5x/build/src/CMakeFiles/ccache_framework.dir/DependInfo.cmake --color= | |
gmake[2]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build' | |
/opt/homebrew/bin/gmake -f src/CMakeFiles/ccache_framework.dir/build.make src/CMakeFiles/ccache_framework.dir/build | |
gmake[2]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build' | |
[ 16%] Building CXX object src/CMakeFiles/ccache_framework.dir/Args.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/Args.cpp.o -MF CMakeFiles/ccache_framework.dir/Args.cpp.o.d -o CMakeFiles/ccache_framework.dir/Args.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/Args.cpp | |
[ 17%] Building CXX object src/CMakeFiles/ccache_framework.dir/Config.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/Config.cpp.o -MF CMakeFiles/ccache_framework.dir/Config.cpp.o.d -o CMakeFiles/ccache_framework.dir/Config.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/Config.cpp | |
[ 20%] Building CXX object src/CMakeFiles/ccache_framework.dir/Hash.cpp.o | |
[ 20%] Building CXX object src/CMakeFiles/ccache_framework.dir/Context.cpp.o | |
[ 20%] Building CXX object src/CMakeFiles/ccache_framework.dir/AtomicFile.cpp.o | |
[ 20%] Building CXX object src/CMakeFiles/ccache_framework.dir/Depfile.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/Hash.cpp.o -MF CMakeFiles/ccache_framework.dir/Hash.cpp.o.d -o CMakeFiles/ccache_framework.dir/Hash.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/Hash.cpp | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/Depfile.cpp.o -MF CMakeFiles/ccache_framework.dir/Depfile.cpp.o.d -o CMakeFiles/ccache_framework.dir/Depfile.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/Depfile.cpp | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/Context.cpp.o -MF CMakeFiles/ccache_framework.dir/Context.cpp.o.d -o CMakeFiles/ccache_framework.dir/Context.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/Context.cpp | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/AtomicFile.cpp.o -MF CMakeFiles/ccache_framework.dir/AtomicFile.cpp.o.d -o CMakeFiles/ccache_framework.dir/AtomicFile.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/AtomicFile.cpp | |
[ 21%] Building CXX object src/CMakeFiles/ccache_framework.dir/Fd.cpp.o | |
[ 22%] Building CXX object src/CMakeFiles/ccache_framework.dir/ProgressBar.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/Fd.cpp.o -MF CMakeFiles/ccache_framework.dir/Fd.cpp.o.d -o CMakeFiles/ccache_framework.dir/Fd.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/Fd.cpp | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/ProgressBar.cpp.o -MF CMakeFiles/ccache_framework.dir/ProgressBar.cpp.o.d -o CMakeFiles/ccache_framework.dir/ProgressBar.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/ProgressBar.cpp | |
[ 24%] Building CXX object src/CMakeFiles/ccache_framework.dir/Logging.cpp.o | |
[ 24%] Building CXX object src/CMakeFiles/ccache_framework.dir/Result.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/Logging.cpp.o -MF CMakeFiles/ccache_framework.dir/Logging.cpp.o.d -o CMakeFiles/ccache_framework.dir/Logging.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/Logging.cpp | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/Result.cpp.o -MF CMakeFiles/ccache_framework.dir/Result.cpp.o.d -o CMakeFiles/ccache_framework.dir/Result.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/Result.cpp | |
[ 25%] Building CXX object src/CMakeFiles/ccache_framework.dir/ResultExtractor.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/ResultExtractor.cpp.o -MF CMakeFiles/ccache_framework.dir/ResultExtractor.cpp.o.d -o CMakeFiles/ccache_framework.dir/ResultExtractor.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/ResultExtractor.cpp | |
[ 26%] Building CXX object src/CMakeFiles/ccache_framework.dir/ResultInspector.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/ResultInspector.cpp.o -MF CMakeFiles/ccache_framework.dir/ResultInspector.cpp.o.d -o CMakeFiles/ccache_framework.dir/ResultInspector.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/ResultInspector.cpp | |
[ 26%] Building CXX object src/CMakeFiles/ccache_framework.dir/ResultRetriever.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/ResultRetriever.cpp.o -MF CMakeFiles/ccache_framework.dir/ResultRetriever.cpp.o.d -o CMakeFiles/ccache_framework.dir/ResultRetriever.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/ResultRetriever.cpp | |
[ 27%] Building CXX object src/CMakeFiles/ccache_framework.dir/SignalHandler.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/SignalHandler.cpp.o -MF CMakeFiles/ccache_framework.dir/SignalHandler.cpp.o.d -o CMakeFiles/ccache_framework.dir/SignalHandler.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/SignalHandler.cpp | |
[ 28%] Building CXX object src/CMakeFiles/ccache_framework.dir/Stat.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/Stat.cpp.o -MF CMakeFiles/ccache_framework.dir/Stat.cpp.o.d -o CMakeFiles/ccache_framework.dir/Stat.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/Stat.cpp | |
[ 29%] Building CXX object src/CMakeFiles/ccache_framework.dir/TemporaryFile.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/TemporaryFile.cpp.o -MF CMakeFiles/ccache_framework.dir/TemporaryFile.cpp.o.d -o CMakeFiles/ccache_framework.dir/TemporaryFile.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/TemporaryFile.cpp | |
[ 30%] Building CXX object src/CMakeFiles/ccache_framework.dir/ThreadPool.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/ThreadPool.cpp.o -MF CMakeFiles/ccache_framework.dir/ThreadPool.cpp.o.d -o CMakeFiles/ccache_framework.dir/ThreadPool.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/ThreadPool.cpp | |
[ 31%] Building CXX object src/CMakeFiles/ccache_framework.dir/Util.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/Util.cpp.o -MF CMakeFiles/ccache_framework.dir/Util.cpp.o.d -o CMakeFiles/ccache_framework.dir/Util.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/Util.cpp | |
[ 32%] Building CXX object src/CMakeFiles/ccache_framework.dir/argprocessing.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/argprocessing.cpp.o -MF CMakeFiles/ccache_framework.dir/argprocessing.cpp.o.d -o CMakeFiles/ccache_framework.dir/argprocessing.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/argprocessing.cpp | |
[ 32%] Building CXX object src/CMakeFiles/ccache_framework.dir/assertions.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/assertions.cpp.o -MF CMakeFiles/ccache_framework.dir/assertions.cpp.o.d -o CMakeFiles/ccache_framework.dir/assertions.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/assertions.cpp | |
[ 33%] Building CXX object src/CMakeFiles/ccache_framework.dir/ccache.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/ccache.cpp.o -MF CMakeFiles/ccache_framework.dir/ccache.cpp.o.d -o CMakeFiles/ccache_framework.dir/ccache.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/ccache.cpp | |
[ 34%] Building CXX object src/CMakeFiles/ccache_framework.dir/compopt.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/compopt.cpp.o -MF CMakeFiles/ccache_framework.dir/compopt.cpp.o.d -o CMakeFiles/ccache_framework.dir/compopt.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/compopt.cpp | |
[ 35%] Building CXX object src/CMakeFiles/ccache_framework.dir/execute.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/execute.cpp.o -MF CMakeFiles/ccache_framework.dir/execute.cpp.o.d -o CMakeFiles/ccache_framework.dir/execute.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/execute.cpp | |
[ 36%] Building CXX object src/CMakeFiles/ccache_framework.dir/hashutil.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/hashutil.cpp.o -MF CMakeFiles/ccache_framework.dir/hashutil.cpp.o.d -o CMakeFiles/ccache_framework.dir/hashutil.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/hashutil.cpp | |
[ 37%] Building CXX object src/CMakeFiles/ccache_framework.dir/language.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/language.cpp.o -MF CMakeFiles/ccache_framework.dir/language.cpp.o.d -o CMakeFiles/ccache_framework.dir/language.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/language.cpp | |
[ 37%] Building CXX object src/CMakeFiles/ccache_framework.dir/version.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/version.cpp.o -MF CMakeFiles/ccache_framework.dir/version.cpp.o.d -o CMakeFiles/ccache_framework.dir/version.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/build/src/version.cpp | |
[ 38%] Building CXX object src/CMakeFiles/ccache_framework.dir/InodeCache.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/InodeCache.cpp.o -MF CMakeFiles/ccache_framework.dir/InodeCache.cpp.o.d -o CMakeFiles/ccache_framework.dir/InodeCache.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/InodeCache.cpp | |
[ 39%] Building CXX object src/CMakeFiles/ccache_framework.dir/compression/Compressor.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/compression/Compressor.cpp.o -MF CMakeFiles/ccache_framework.dir/compression/Compressor.cpp.o.d -o CMakeFiles/ccache_framework.dir/compression/Compressor.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/compression/Compressor.cpp | |
[ 40%] Building CXX object src/CMakeFiles/ccache_framework.dir/compression/Decompressor.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/compression/Decompressor.cpp.o -MF CMakeFiles/ccache_framework.dir/compression/Decompressor.cpp.o.d -o CMakeFiles/ccache_framework.dir/compression/Decompressor.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/compression/Decompressor.cpp | |
[ 41%] Building CXX object src/CMakeFiles/ccache_framework.dir/compression/NullCompressor.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/compression/NullCompressor.cpp.o -MF CMakeFiles/ccache_framework.dir/compression/NullCompressor.cpp.o.d -o CMakeFiles/ccache_framework.dir/compression/NullCompressor.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/compression/NullCompressor.cpp | |
[ 42%] Building CXX object src/CMakeFiles/ccache_framework.dir/compression/NullDecompressor.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/compression/NullDecompressor.cpp.o -MF CMakeFiles/ccache_framework.dir/compression/NullDecompressor.cpp.o.d -o CMakeFiles/ccache_framework.dir/compression/NullDecompressor.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/compression/NullDecompressor.cpp | |
[ 43%] Building CXX object src/CMakeFiles/ccache_framework.dir/compression/ZstdCompressor.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/compression/ZstdCompressor.cpp.o -MF CMakeFiles/ccache_framework.dir/compression/ZstdCompressor.cpp.o.d -o CMakeFiles/ccache_framework.dir/compression/ZstdCompressor.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/compression/ZstdCompressor.cpp | |
[ 44%] Building CXX object src/CMakeFiles/ccache_framework.dir/compression/types.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/compression/types.cpp.o -MF CMakeFiles/ccache_framework.dir/compression/types.cpp.o.d -o CMakeFiles/ccache_framework.dir/compression/types.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/compression/types.cpp | |
[ 44%] Building CXX object src/CMakeFiles/ccache_framework.dir/compression/ZstdDecompressor.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/compression/ZstdDecompressor.cpp.o -MF CMakeFiles/ccache_framework.dir/compression/ZstdDecompressor.cpp.o.d -o CMakeFiles/ccache_framework.dir/compression/ZstdDecompressor.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/compression/ZstdDecompressor.cpp | |
[ 45%] Building CXX object src/CMakeFiles/ccache_framework.dir/core/CacheEntryHeader.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/core/CacheEntryHeader.cpp.o -MF CMakeFiles/ccache_framework.dir/core/CacheEntryHeader.cpp.o.d -o CMakeFiles/ccache_framework.dir/core/CacheEntryHeader.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/core/CacheEntryHeader.cpp | |
[ 46%] Building CXX object src/CMakeFiles/ccache_framework.dir/core/CacheEntryReader.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/core/CacheEntryReader.cpp.o -MF CMakeFiles/ccache_framework.dir/core/CacheEntryReader.cpp.o.d -o CMakeFiles/ccache_framework.dir/core/CacheEntryReader.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/core/CacheEntryReader.cpp | |
[ 47%] Building CXX object src/CMakeFiles/ccache_framework.dir/core/CacheEntryWriter.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/core/CacheEntryWriter.cpp.o -MF CMakeFiles/ccache_framework.dir/core/CacheEntryWriter.cpp.o.d -o CMakeFiles/ccache_framework.dir/core/CacheEntryWriter.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/core/CacheEntryWriter.cpp | |
[ 48%] Building CXX object src/CMakeFiles/ccache_framework.dir/core/Manifest.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/core/Manifest.cpp.o -MF CMakeFiles/ccache_framework.dir/core/Manifest.cpp.o.d -o CMakeFiles/ccache_framework.dir/core/Manifest.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/core/Manifest.cpp | |
[ 48%] Building CXX object src/CMakeFiles/ccache_framework.dir/core/Statistics.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/core/Statistics.cpp.o -MF CMakeFiles/ccache_framework.dir/core/Statistics.cpp.o.d -o CMakeFiles/ccache_framework.dir/core/Statistics.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/core/Statistics.cpp | |
[ 50%] Building CXX object src/CMakeFiles/ccache_framework.dir/core/StatisticsCounters.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/core/StatisticsCounters.cpp.o -MF CMakeFiles/ccache_framework.dir/core/StatisticsCounters.cpp.o.d -o CMakeFiles/ccache_framework.dir/core/StatisticsCounters.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/core/StatisticsCounters.cpp | |
[ 51%] Building CXX object src/CMakeFiles/ccache_framework.dir/core/StatsLog.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/core/StatsLog.cpp.o -MF CMakeFiles/ccache_framework.dir/core/StatsLog.cpp.o.d -o CMakeFiles/ccache_framework.dir/core/StatsLog.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/core/StatsLog.cpp | |
[ 52%] Building CXX object src/CMakeFiles/ccache_framework.dir/core/mainoptions.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/core/mainoptions.cpp.o -MF CMakeFiles/ccache_framework.dir/core/mainoptions.cpp.o.d -o CMakeFiles/ccache_framework.dir/core/mainoptions.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/core/mainoptions.cpp | |
[ 53%] Building CXX object src/CMakeFiles/ccache_framework.dir/core/types.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/core/types.cpp.o -MF CMakeFiles/ccache_framework.dir/core/types.cpp.o.d -o CMakeFiles/ccache_framework.dir/core/types.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/core/types.cpp | |
[ 54%] Building CXX object src/CMakeFiles/ccache_framework.dir/storage/primary/CacheFile.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/storage/primary/CacheFile.cpp.o -MF CMakeFiles/ccache_framework.dir/storage/primary/CacheFile.cpp.o.d -o CMakeFiles/ccache_framework.dir/storage/primary/CacheFile.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/storage/primary/CacheFile.cpp | |
[ 55%] Building CXX object src/CMakeFiles/ccache_framework.dir/storage/primary/PrimaryStorage.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/storage/primary/PrimaryStorage.cpp.o -MF CMakeFiles/ccache_framework.dir/storage/primary/PrimaryStorage.cpp.o.d -o CMakeFiles/ccache_framework.dir/storage/primary/PrimaryStorage.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/storage/primary/PrimaryStorage.cpp | |
[ 55%] Building CXX object src/CMakeFiles/ccache_framework.dir/storage/primary/PrimaryStorage_cleanup.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/storage/primary/PrimaryStorage_cleanup.cpp.o -MF CMakeFiles/ccache_framework.dir/storage/primary/PrimaryStorage_cleanup.cpp.o.d -o CMakeFiles/ccache_framework.dir/storage/primary/PrimaryStorage_cleanup.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/storage/primary/PrimaryStorage_cleanup.cpp | |
[ 56%] Building CXX object src/CMakeFiles/ccache_framework.dir/storage/primary/PrimaryStorage_compress.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/storage/primary/PrimaryStorage_compress.cpp.o -MF CMakeFiles/ccache_framework.dir/storage/primary/PrimaryStorage_compress.cpp.o.d -o CMakeFiles/ccache_framework.dir/storage/primary/PrimaryStorage_compress.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/storage/primary/PrimaryStorage_compress.cpp | |
[ 57%] Building CXX object src/CMakeFiles/ccache_framework.dir/storage/primary/PrimaryStorage_statistics.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/storage/primary/PrimaryStorage_statistics.cpp.o -MF CMakeFiles/ccache_framework.dir/storage/primary/PrimaryStorage_statistics.cpp.o.d -o CMakeFiles/ccache_framework.dir/storage/primary/PrimaryStorage_statistics.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/storage/primary/PrimaryStorage_statistics.cpp | |
[ 58%] Building CXX object src/CMakeFiles/ccache_framework.dir/storage/primary/StatsFile.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/storage/primary/StatsFile.cpp.o -MF CMakeFiles/ccache_framework.dir/storage/primary/StatsFile.cpp.o.d -o CMakeFiles/ccache_framework.dir/storage/primary/StatsFile.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/storage/primary/StatsFile.cpp | |
[ 59%] Building CXX object src/CMakeFiles/ccache_framework.dir/storage/primary/util.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/storage/primary/util.cpp.o -MF CMakeFiles/ccache_framework.dir/storage/primary/util.cpp.o.d -o CMakeFiles/ccache_framework.dir/storage/primary/util.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/storage/primary/util.cpp | |
[ 60%] Building CXX object src/CMakeFiles/ccache_framework.dir/storage/secondary/FileStorage.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/storage/secondary/FileStorage.cpp.o -MF CMakeFiles/ccache_framework.dir/storage/secondary/FileStorage.cpp.o.d -o CMakeFiles/ccache_framework.dir/storage/secondary/FileStorage.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/storage/secondary/FileStorage.cpp | |
[ 61%] Building CXX object src/CMakeFiles/ccache_framework.dir/storage/secondary/HttpStorage.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/storage/secondary/HttpStorage.cpp.o -MF CMakeFiles/ccache_framework.dir/storage/secondary/HttpStorage.cpp.o.d -o CMakeFiles/ccache_framework.dir/storage/secondary/HttpStorage.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/storage/secondary/HttpStorage.cpp | |
[ 61%] Building CXX object src/CMakeFiles/ccache_framework.dir/storage/secondary/SecondaryStorage.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/storage/secondary/SecondaryStorage.cpp.o -MF CMakeFiles/ccache_framework.dir/storage/secondary/SecondaryStorage.cpp.o.d -o CMakeFiles/ccache_framework.dir/storage/secondary/SecondaryStorage.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/storage/secondary/SecondaryStorage.cpp | |
[ 62%] Building CXX object src/CMakeFiles/ccache_framework.dir/storage/secondary/RedisStorage.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/storage/secondary/RedisStorage.cpp.o -MF CMakeFiles/ccache_framework.dir/storage/secondary/RedisStorage.cpp.o.d -o CMakeFiles/ccache_framework.dir/storage/secondary/RedisStorage.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/storage/secondary/RedisStorage.cpp | |
[ 63%] Building CXX object src/CMakeFiles/ccache_framework.dir/storage/Storage.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/storage/Storage.cpp.o -MF CMakeFiles/ccache_framework.dir/storage/Storage.cpp.o.d -o CMakeFiles/ccache_framework.dir/storage/Storage.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/storage/Storage.cpp | |
[ 64%] Building CXX object src/CMakeFiles/ccache_framework.dir/util/LockFile.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/util/LockFile.cpp.o -MF CMakeFiles/ccache_framework.dir/util/LockFile.cpp.o.d -o CMakeFiles/ccache_framework.dir/util/LockFile.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/util/LockFile.cpp | |
[ 65%] Building CXX object src/CMakeFiles/ccache_framework.dir/util/TextTable.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/util/TextTable.cpp.o -MF CMakeFiles/ccache_framework.dir/util/TextTable.cpp.o.d -o CMakeFiles/ccache_framework.dir/util/TextTable.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/util/TextTable.cpp | |
[ 66%] Building CXX object src/CMakeFiles/ccache_framework.dir/util/Tokenizer.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/util/Tokenizer.cpp.o -MF CMakeFiles/ccache_framework.dir/util/Tokenizer.cpp.o.d -o CMakeFiles/ccache_framework.dir/util/Tokenizer.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/util/Tokenizer.cpp | |
[ 66%] Building CXX object src/CMakeFiles/ccache_framework.dir/util/file.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/util/file.cpp.o -MF CMakeFiles/ccache_framework.dir/util/file.cpp.o.d -o CMakeFiles/ccache_framework.dir/util/file.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/util/file.cpp | |
[ 67%] Building CXX object src/CMakeFiles/ccache_framework.dir/util/path.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/util/path.cpp.o -MF CMakeFiles/ccache_framework.dir/util/path.cpp.o.d -o CMakeFiles/ccache_framework.dir/util/path.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/util/path.cpp | |
[ 68%] Building CXX object src/CMakeFiles/ccache_framework.dir/util/string.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/util/string.cpp.o -MF CMakeFiles/ccache_framework.dir/util/string.cpp.o.d -o CMakeFiles/ccache_framework.dir/util/string.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/util/string.cpp | |
[ 69%] Linking CXX static library libccache_framework.a | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -P CMakeFiles/ccache_framework.dir/cmake_clean_target.cmake | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/ccache_framework.dir/link.txt --verbose=1 | |
"/usr/bin/ar" cr libccache_framework.a CMakeFiles/ccache_framework.dir/Args.cpp.o CMakeFiles/ccache_framework.dir/AtomicFile.cpp.o CMakeFiles/ccache_framework.dir/Config.cpp.o CMakeFiles/ccache_framework.dir/Context.cpp.o CMakeFiles/ccache_framework.dir/Depfile.cpp.o CMakeFiles/ccache_framework.dir/Fd.cpp.o CMakeFiles/ccache_framework.dir/Hash.cpp.o CMakeFiles/ccache_framework.dir/Logging.cpp.o CMakeFiles/ccache_framework.dir/ProgressBar.cpp.o CMakeFiles/ccache_framework.dir/Result.cpp.o CMakeFiles/ccache_framework.dir/ResultExtractor.cpp.o CMakeFiles/ccache_framework.dir/ResultInspector.cpp.o CMakeFiles/ccache_framework.dir/ResultRetriever.cpp.o CMakeFiles/ccache_framework.dir/SignalHandler.cpp.o CMakeFiles/ccache_framework.dir/Stat.cpp.o CMakeFiles/ccache_framework.dir/TemporaryFile.cpp.o CMakeFiles/ccache_framework.dir/ThreadPool.cpp.o CMakeFiles/ccache_framework.dir/Util.cpp.o CMakeFiles/ccache_framework.dir/argprocessing.cpp.o CMakeFiles/ccache_framework.dir/assertions.cpp.o CMakeFiles/ccache_framework.dir/ccache.cpp.o CMakeFiles/ccache_framework.dir/compopt.cpp.o CMakeFiles/ccache_framework.dir/execute.cpp.o CMakeFiles/ccache_framework.dir/hashutil.cpp.o CMakeFiles/ccache_framework.dir/language.cpp.o CMakeFiles/ccache_framework.dir/version.cpp.o CMakeFiles/ccache_framework.dir/InodeCache.cpp.o CMakeFiles/ccache_framework.dir/compression/Compressor.cpp.o CMakeFiles/ccache_framework.dir/compression/Decompressor.cpp.o CMakeFiles/ccache_framework.dir/compression/NullCompressor.cpp.o CMakeFiles/ccache_framework.dir/compression/NullDecompressor.cpp.o CMakeFiles/ccache_framework.dir/compression/ZstdCompressor.cpp.o CMakeFiles/ccache_framework.dir/compression/ZstdDecompressor.cpp.o CMakeFiles/ccache_framework.dir/compression/types.cpp.o CMakeFiles/ccache_framework.dir/core/CacheEntryHeader.cpp.o CMakeFiles/ccache_framework.dir/core/CacheEntryReader.cpp.o CMakeFiles/ccache_framework.dir/core/CacheEntryWriter.cpp.o CMakeFiles/ccache_framework.dir/core/Manifest.cpp.o CMakeFiles/ccache_framework.dir/core/Statistics.cpp.o CMakeFiles/ccache_framework.dir/core/StatisticsCounters.cpp.o CMakeFiles/ccache_framework.dir/core/StatsLog.cpp.o CMakeFiles/ccache_framework.dir/core/mainoptions.cpp.o CMakeFiles/ccache_framework.dir/core/types.cpp.o CMakeFiles/ccache_framework.dir/storage/primary/CacheFile.cpp.o CMakeFiles/ccache_framework.dir/storage/primary/PrimaryStorage.cpp.o CMakeFiles/ccache_framework.dir/storage/primary/PrimaryStorage_cleanup.cpp.o CMakeFiles/ccache_framework.dir/storage/primary/PrimaryStorage_compress.cpp.o CMakeFiles/ccache_framework.dir/storage/primary/PrimaryStorage_statistics.cpp.o CMakeFiles/ccache_framework.dir/storage/primary/StatsFile.cpp.o CMakeFiles/ccache_framework.dir/storage/primary/util.cpp.o CMakeFiles/ccache_framework.dir/storage/secondary/FileStorage.cpp.o CMakeFiles/ccache_framework.dir/storage/secondary/HttpStorage.cpp.o CMakeFiles/ccache_framework.dir/storage/secondary/SecondaryStorage.cpp.o CMakeFiles/ccache_framework.dir/storage/secondary/RedisStorage.cpp.o CMakeFiles/ccache_framework.dir/storage/Storage.cpp.o CMakeFiles/ccache_framework.dir/util/LockFile.cpp.o CMakeFiles/ccache_framework.dir/util/TextTable.cpp.o CMakeFiles/ccache_framework.dir/util/Tokenizer.cpp.o CMakeFiles/ccache_framework.dir/util/file.cpp.o CMakeFiles/ccache_framework.dir/util/path.cpp.o CMakeFiles/ccache_framework.dir/util/string.cpp.o | |
"/usr/bin/ranlib" libccache_framework.a | |
gmake[2]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build' | |
[ 69%] Built target ccache_framework | |
/opt/homebrew/bin/gmake -f CMakeFiles/ccache.dir/build.make CMakeFiles/ccache.dir/depend | |
/opt/homebrew/bin/gmake -f src/CMakeFiles/test-lockfile.dir/build.make src/CMakeFiles/test-lockfile.dir/depend | |
/opt/homebrew/bin/gmake -f unittest/CMakeFiles/unittest.dir/build.make unittest/CMakeFiles/unittest.dir/depend | |
gmake[2]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build' | |
cd /tmp/ccache-20220830-76304-fnkx5x/build && /opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/ccache-20220830-76304-fnkx5x /tmp/ccache-20220830-76304-fnkx5x /tmp/ccache-20220830-76304-fnkx5x/build /tmp/ccache-20220830-76304-fnkx5x/build /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/ccache.dir/DependInfo.cmake --color= | |
gmake[2]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build' | |
cd /tmp/ccache-20220830-76304-fnkx5x/build && /opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/ccache-20220830-76304-fnkx5x /tmp/ccache-20220830-76304-fnkx5x/src /tmp/ccache-20220830-76304-fnkx5x/build /tmp/ccache-20220830-76304-fnkx5x/build/src /tmp/ccache-20220830-76304-fnkx5x/build/src/CMakeFiles/test-lockfile.dir/DependInfo.cmake --color= | |
gmake[2]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build' | |
cd /tmp/ccache-20220830-76304-fnkx5x/build && /opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/ccache-20220830-76304-fnkx5x /tmp/ccache-20220830-76304-fnkx5x/unittest /tmp/ccache-20220830-76304-fnkx5x/build /tmp/ccache-20220830-76304-fnkx5x/build/unittest /tmp/ccache-20220830-76304-fnkx5x/build/unittest/CMakeFiles/unittest.dir/DependInfo.cmake --color= | |
gmake[2]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build' | |
gmake[2]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build' | |
/opt/homebrew/bin/gmake -f src/CMakeFiles/test-lockfile.dir/build.make src/CMakeFiles/test-lockfile.dir/build | |
/opt/homebrew/bin/gmake -f CMakeFiles/ccache.dir/build.make CMakeFiles/ccache.dir/build | |
gmake[2]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build' | |
/opt/homebrew/bin/gmake -f unittest/CMakeFiles/unittest.dir/build.make unittest/CMakeFiles/unittest.dir/build | |
gmake[2]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build' | |
gmake[2]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build' | |
gmake[2]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build' | |
[ 71%] Building CXX object src/CMakeFiles/test-lockfile.dir/test_lockfile.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/test-lockfile.dir/test_lockfile.cpp.o -MF CMakeFiles/test-lockfile.dir/test_lockfile.cpp.o.d -o CMakeFiles/test-lockfile.dir/test_lockfile.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/test_lockfile.cpp | |
[ 71%] Building CXX object CMakeFiles/ccache.dir/src/main.cpp.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT CMakeFiles/ccache.dir/src/main.cpp.o -MF CMakeFiles/ccache.dir/src/main.cpp.o.d -o CMakeFiles/ccache.dir/src/main.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/main.cpp | |
[ 72%] Building CXX object unittest/CMakeFiles/unittest.dir/TestUtil.cpp.o | |
[ 73%] Building CXX object unittest/CMakeFiles/unittest.dir/test_Args.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/unittest && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_Args.cpp.o -MF CMakeFiles/unittest.dir/test_Args.cpp.o.d -o CMakeFiles/unittest.dir/test_Args.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_Args.cpp | |
[ 74%] Building CXX object unittest/CMakeFiles/unittest.dir/main.cpp.o | |
[ 75%] Building CXX object unittest/CMakeFiles/unittest.dir/test_Hash.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/unittest && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/main.cpp.o -MF CMakeFiles/unittest.dir/main.cpp.o.d -o CMakeFiles/unittest.dir/main.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/main.cpp | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/unittest && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_Hash.cpp.o -MF CMakeFiles/unittest.dir/test_Hash.cpp.o.d -o CMakeFiles/unittest.dir/test_Hash.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_Hash.cpp | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/unittest && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/TestUtil.cpp.o -MF CMakeFiles/unittest.dir/TestUtil.cpp.o.d -o CMakeFiles/unittest.dir/TestUtil.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/TestUtil.cpp | |
[ 77%] Building CXX object unittest/CMakeFiles/unittest.dir/test_Config.cpp.o | |
[ 77%] Building CXX object unittest/CMakeFiles/unittest.dir/test_AtomicFile.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/unittest && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_Config.cpp.o -MF CMakeFiles/unittest.dir/test_Config.cpp.o.d -o CMakeFiles/unittest.dir/test_Config.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_Config.cpp | |
[ 78%] Building CXX object unittest/CMakeFiles/unittest.dir/test_Depfile.cpp.o | |
[ 78%] Building CXX object unittest/CMakeFiles/unittest.dir/test_NullCompression.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/unittest && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_AtomicFile.cpp.o -MF CMakeFiles/unittest.dir/test_AtomicFile.cpp.o.d -o CMakeFiles/unittest.dir/test_AtomicFile.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_AtomicFile.cpp | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/unittest && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_NullCompression.cpp.o -MF CMakeFiles/unittest.dir/test_NullCompression.cpp.o.d -o CMakeFiles/unittest.dir/test_NullCompression.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_NullCompression.cpp | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/unittest && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_Depfile.cpp.o -MF CMakeFiles/unittest.dir/test_Depfile.cpp.o.d -o CMakeFiles/unittest.dir/test_Depfile.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_Depfile.cpp | |
[ 78%] Linking CXX executable ccache | |
/opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/ccache.dir/link.txt --verbose=1 | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/ccache.dir/src/main.cpp.o -o ccache src/libccache_framework.a /opt/homebrew/lib/libzstd.dylib src/third_party/libthird_party.a src/third_party/blake3/libblake3.a /opt/homebrew/lib/libhiredis.dylib | |
[ 79%] Building CXX object unittest/CMakeFiles/unittest.dir/test_Stat.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/unittest && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_Stat.cpp.o -MF CMakeFiles/unittest.dir/test_Stat.cpp.o.d -o CMakeFiles/unittest.dir/test_Stat.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_Stat.cpp | |
[ 80%] Building CXX object unittest/CMakeFiles/unittest.dir/test_Util.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/unittest && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_Util.cpp.o -MF CMakeFiles/unittest.dir/test_Util.cpp.o.d -o CMakeFiles/unittest.dir/test_Util.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_Util.cpp | |
[ 80%] Linking CXX executable test-lockfile | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/src && /opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/test-lockfile.dir/link.txt --verbose=1 | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names "CMakeFiles/test-lockfile.dir/test_lockfile.cpp.o" -o test-lockfile libccache_framework.a /opt/homebrew/lib/libzstd.dylib third_party/libthird_party.a third_party/blake3/libblake3.a /opt/homebrew/lib/libhiredis.dylib | |
[ 81%] Building CXX object unittest/CMakeFiles/unittest.dir/test_ZstdCompression.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/unittest && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_ZstdCompression.cpp.o -MF CMakeFiles/unittest.dir/test_ZstdCompression.cpp.o.d -o CMakeFiles/unittest.dir/test_ZstdCompression.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_ZstdCompression.cpp | |
[ 82%] Building CXX object unittest/CMakeFiles/unittest.dir/test_argprocessing.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/unittest && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_argprocessing.cpp.o -MF CMakeFiles/unittest.dir/test_argprocessing.cpp.o.d -o CMakeFiles/unittest.dir/test_argprocessing.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_argprocessing.cpp | |
[ 82%] Building CXX object unittest/CMakeFiles/unittest.dir/test_ccache.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/unittest && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_ccache.cpp.o -MF CMakeFiles/unittest.dir/test_ccache.cpp.o.d -o CMakeFiles/unittest.dir/test_ccache.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_ccache.cpp | |
[ 83%] Building CXX object unittest/CMakeFiles/unittest.dir/test_compopt.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/unittest && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_compopt.cpp.o -MF CMakeFiles/unittest.dir/test_compopt.cpp.o.d -o CMakeFiles/unittest.dir/test_compopt.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_compopt.cpp | |
[ 84%] Building CXX object unittest/CMakeFiles/unittest.dir/test_compression_types.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/unittest && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_compression_types.cpp.o -MF CMakeFiles/unittest.dir/test_compression_types.cpp.o.d -o CMakeFiles/unittest.dir/test_compression_types.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_compression_types.cpp | |
[ 85%] Building CXX object unittest/CMakeFiles/unittest.dir/test_core_Statistics.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/unittest && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_core_Statistics.cpp.o -MF CMakeFiles/unittest.dir/test_core_Statistics.cpp.o.d -o CMakeFiles/unittest.dir/test_core_Statistics.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_core_Statistics.cpp | |
[ 86%] Building CXX object unittest/CMakeFiles/unittest.dir/test_core_StatisticsCounters.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/unittest && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_core_StatisticsCounters.cpp.o -MF CMakeFiles/unittest.dir/test_core_StatisticsCounters.cpp.o.d -o CMakeFiles/unittest.dir/test_core_StatisticsCounters.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_core_StatisticsCounters.cpp | |
[ 87%] Building CXX object unittest/CMakeFiles/unittest.dir/test_core_StatsLog.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/unittest && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_core_StatsLog.cpp.o -MF CMakeFiles/unittest.dir/test_core_StatsLog.cpp.o.d -o CMakeFiles/unittest.dir/test_core_StatsLog.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_core_StatsLog.cpp | |
[ 87%] Building CXX object unittest/CMakeFiles/unittest.dir/test_hashutil.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/unittest && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_hashutil.cpp.o -MF CMakeFiles/unittest.dir/test_hashutil.cpp.o.d -o CMakeFiles/unittest.dir/test_hashutil.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_hashutil.cpp | |
[ 88%] Building CXX object unittest/CMakeFiles/unittest.dir/test_storage_primary_StatsFile.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/unittest && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_storage_primary_StatsFile.cpp.o -MF CMakeFiles/unittest.dir/test_storage_primary_StatsFile.cpp.o.d -o CMakeFiles/unittest.dir/test_storage_primary_StatsFile.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_storage_primary_StatsFile.cpp | |
[ 89%] Building CXX object unittest/CMakeFiles/unittest.dir/test_storage_primary_util.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/unittest && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_storage_primary_util.cpp.o -MF CMakeFiles/unittest.dir/test_storage_primary_util.cpp.o.d -o CMakeFiles/unittest.dir/test_storage_primary_util.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_storage_primary_util.cpp | |
gmake[2]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build' | |
[ 89%] Built target test-lockfile | |
[ 90%] Building CXX object unittest/CMakeFiles/unittest.dir/test_util_LockFile.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/unittest && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_util_LockFile.cpp.o -MF CMakeFiles/unittest.dir/test_util_LockFile.cpp.o.d -o CMakeFiles/unittest.dir/test_util_LockFile.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_util_LockFile.cpp | |
[ 91%] Building CXX object unittest/CMakeFiles/unittest.dir/test_util_TextTable.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/unittest && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_util_TextTable.cpp.o -MF CMakeFiles/unittest.dir/test_util_TextTable.cpp.o.d -o CMakeFiles/unittest.dir/test_util_TextTable.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_util_TextTable.cpp | |
[ 92%] Building CXX object unittest/CMakeFiles/unittest.dir/test_util_Tokenizer.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/unittest && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_util_Tokenizer.cpp.o -MF CMakeFiles/unittest.dir/test_util_Tokenizer.cpp.o.d -o CMakeFiles/unittest.dir/test_util_Tokenizer.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_util_Tokenizer.cpp | |
[ 93%] Building CXX object unittest/CMakeFiles/unittest.dir/test_util_XXH3_128.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/unittest && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_util_XXH3_128.cpp.o -MF CMakeFiles/unittest.dir/test_util_XXH3_128.cpp.o.d -o CMakeFiles/unittest.dir/test_util_XXH3_128.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_util_XXH3_128.cpp | |
[ 93%] Building CXX object unittest/CMakeFiles/unittest.dir/test_util_XXH3_64.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/unittest && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_util_XXH3_64.cpp.o -MF CMakeFiles/unittest.dir/test_util_XXH3_64.cpp.o.d -o CMakeFiles/unittest.dir/test_util_XXH3_64.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_util_XXH3_64.cpp | |
[ 94%] Building CXX object unittest/CMakeFiles/unittest.dir/test_util_expected.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/unittest && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_util_expected.cpp.o -MF CMakeFiles/unittest.dir/test_util_expected.cpp.o.d -o CMakeFiles/unittest.dir/test_util_expected.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_util_expected.cpp | |
[ 95%] Building CXX object unittest/CMakeFiles/unittest.dir/test_util_file.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/unittest && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_util_file.cpp.o -MF CMakeFiles/unittest.dir/test_util_file.cpp.o.d -o CMakeFiles/unittest.dir/test_util_file.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_util_file.cpp | |
[ 96%] Building CXX object unittest/CMakeFiles/unittest.dir/test_util_path.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/unittest && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_util_path.cpp.o -MF CMakeFiles/unittest.dir/test_util_path.cpp.o.d -o CMakeFiles/unittest.dir/test_util_path.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_util_path.cpp | |
[ 97%] Building CXX object unittest/CMakeFiles/unittest.dir/test_util_string.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/unittest && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_util_string.cpp.o -MF CMakeFiles/unittest.dir/test_util_string.cpp.o.d -o CMakeFiles/unittest.dir/test_util_string.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_util_string.cpp | |
[ 98%] Building CXX object unittest/CMakeFiles/unittest.dir/test_InodeCache.cpp.o | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/unittest && /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_InodeCache.cpp.o -MF CMakeFiles/unittest.dir/test_InodeCache.cpp.o.d -o CMakeFiles/unittest.dir/test_InodeCache.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_InodeCache.cpp | |
[100%] Linking CXX executable unittest | |
cd /tmp/ccache-20220830-76304-fnkx5x/build/unittest && /opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/unittest.dir/link.txt --verbose=1 | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/unittest.dir/TestUtil.cpp.o CMakeFiles/unittest.dir/main.cpp.o CMakeFiles/unittest.dir/test_Args.cpp.o CMakeFiles/unittest.dir/test_AtomicFile.cpp.o CMakeFiles/unittest.dir/test_Config.cpp.o CMakeFiles/unittest.dir/test_Depfile.cpp.o CMakeFiles/unittest.dir/test_Hash.cpp.o CMakeFiles/unittest.dir/test_NullCompression.cpp.o CMakeFiles/unittest.dir/test_Stat.cpp.o CMakeFiles/unittest.dir/test_Util.cpp.o CMakeFiles/unittest.dir/test_ZstdCompression.cpp.o CMakeFiles/unittest.dir/test_argprocessing.cpp.o CMakeFiles/unittest.dir/test_ccache.cpp.o CMakeFiles/unittest.dir/test_compopt.cpp.o CMakeFiles/unittest.dir/test_compression_types.cpp.o CMakeFiles/unittest.dir/test_core_Statistics.cpp.o CMakeFiles/unittest.dir/test_core_StatisticsCounters.cpp.o CMakeFiles/unittest.dir/test_core_StatsLog.cpp.o CMakeFiles/unittest.dir/test_hashutil.cpp.o CMakeFiles/unittest.dir/test_storage_primary_StatsFile.cpp.o CMakeFiles/unittest.dir/test_storage_primary_util.cpp.o CMakeFiles/unittest.dir/test_util_LockFile.cpp.o CMakeFiles/unittest.dir/test_util_TextTable.cpp.o CMakeFiles/unittest.dir/test_util_Tokenizer.cpp.o CMakeFiles/unittest.dir/test_util_XXH3_128.cpp.o CMakeFiles/unittest.dir/test_util_XXH3_64.cpp.o CMakeFiles/unittest.dir/test_util_expected.cpp.o CMakeFiles/unittest.dir/test_util_file.cpp.o CMakeFiles/unittest.dir/test_util_path.cpp.o CMakeFiles/unittest.dir/test_util_string.cpp.o CMakeFiles/unittest.dir/test_InodeCache.cpp.o -o unittest ../src/libccache_framework.a ../src/third_party/libthird_party.a ../src/third_party/blake3/libblake3.a /opt/homebrew/lib/libzstd.dylib /opt/homebrew/lib/libhiredis.dylib | |
gmake[2]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build' | |
[100%] Built target ccache | |
gmake[2]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build' | |
[100%] Built target unittest | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build' | |
/opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_progress_start /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang++ called with: -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src/third_party -I/tmp/ccache-20220830-76304-fnkx5x/src/third_party/SYSTEM -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -std=c++17 -MD -MT src/third_party/CMakeFiles/third_party.dir/format.cpp.o -MF CMakeFiles/third_party.dir/format.cpp.o.d -o CMakeFiles/third_party.dir/format.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/third_party/format.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src/third_party -I/tmp/ccache-20220830-76304-fnkx5x/src/third_party/SYSTEM -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -std=c++17 -MD -MT src/third_party/CMakeFiles/third_party.dir/format.cpp.o -MF CMakeFiles/third_party.dir/format.cpp.o.d -o CMakeFiles/third_party.dir/format.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/third_party/format.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DBLAKE3_NO_AVX2 -DBLAKE3_NO_AVX512 -DBLAKE3_NO_SSE2 -DBLAKE3_NO_SSE41 -DBLAKE3_USE_NEON -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -std=c99 -MD -MT src/third_party/blake3/CMakeFiles/blake3.dir/blake3.c.o -MF CMakeFiles/blake3.dir/blake3.c.o.d -o CMakeFiles/blake3.dir/blake3.c.o -c /tmp/ccache-20220830-76304-fnkx5x/src/third_party/blake3/blake3.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -DBLAKE3_NO_AVX2 -DBLAKE3_NO_AVX512 -DBLAKE3_NO_SSE2 -DBLAKE3_NO_SSE41 -DBLAKE3_USE_NEON -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -std=c99 -MD -MT src/third_party/blake3/CMakeFiles/blake3.dir/blake3.c.o -MF CMakeFiles/blake3.dir/blake3.c.o.d -o CMakeFiles/blake3.dir/blake3.c.o -c /tmp/ccache-20220830-76304-fnkx5x/src/third_party/blake3/blake3.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src/third_party -I/tmp/ccache-20220830-76304-fnkx5x/src/third_party/SYSTEM -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -std=c++17 -MD -MT src/third_party/CMakeFiles/third_party.dir/httplib.cpp.o -MF CMakeFiles/third_party.dir/httplib.cpp.o.d -o CMakeFiles/third_party.dir/httplib.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/third_party/httplib.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src/third_party -I/tmp/ccache-20220830-76304-fnkx5x/src/third_party/SYSTEM -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -std=c++17 -MD -MT src/third_party/CMakeFiles/third_party.dir/httplib.cpp.o -MF CMakeFiles/third_party.dir/httplib.cpp.o.d -o CMakeFiles/third_party.dir/httplib.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/third_party/httplib.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src/third_party -I/tmp/ccache-20220830-76304-fnkx5x/src/third_party/SYSTEM -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -std=c99 -MD -MT src/third_party/CMakeFiles/third_party.dir/base32hex.c.o -MF CMakeFiles/third_party.dir/base32hex.c.o.d -o CMakeFiles/third_party.dir/base32hex.c.o -c /tmp/ccache-20220830-76304-fnkx5x/src/third_party/base32hex.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src/third_party -I/tmp/ccache-20220830-76304-fnkx5x/src/third_party/SYSTEM -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -std=c99 -MD -MT src/third_party/CMakeFiles/third_party.dir/base32hex.c.o -MF CMakeFiles/third_party.dir/base32hex.c.o.d -o CMakeFiles/third_party.dir/base32hex.c.o -c /tmp/ccache-20220830-76304-fnkx5x/src/third_party/base32hex.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src/third_party -I/tmp/ccache-20220830-76304-fnkx5x/src/third_party/SYSTEM -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -std=c++17 -MD -MT src/third_party/CMakeFiles/third_party.dir/url.cpp.o -MF CMakeFiles/third_party.dir/url.cpp.o.d -o CMakeFiles/third_party.dir/url.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/third_party/url.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src/third_party -I/tmp/ccache-20220830-76304-fnkx5x/src/third_party/SYSTEM -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -std=c++17 -MD -MT src/third_party/CMakeFiles/third_party.dir/url.cpp.o -MF CMakeFiles/third_party.dir/url.cpp.o.d -o CMakeFiles/third_party.dir/url.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/third_party/url.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DBLAKE3_NO_AVX2 -DBLAKE3_NO_AVX512 -DBLAKE3_NO_SSE2 -DBLAKE3_NO_SSE41 -DBLAKE3_USE_NEON -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -std=c99 -MD -MT src/third_party/blake3/CMakeFiles/blake3.dir/blake3_dispatch_ccache.c.o -MF CMakeFiles/blake3.dir/blake3_dispatch_ccache.c.o.d -o CMakeFiles/blake3.dir/blake3_dispatch_ccache.c.o -c /tmp/ccache-20220830-76304-fnkx5x/src/third_party/blake3/blake3_dispatch_ccache.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -DBLAKE3_NO_AVX2 -DBLAKE3_NO_AVX512 -DBLAKE3_NO_SSE2 -DBLAKE3_NO_SSE41 -DBLAKE3_USE_NEON -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -std=c99 -MD -MT src/third_party/blake3/CMakeFiles/blake3.dir/blake3_dispatch_ccache.c.o -MF CMakeFiles/blake3.dir/blake3_dispatch_ccache.c.o.d -o CMakeFiles/blake3.dir/blake3_dispatch_ccache.c.o -c /tmp/ccache-20220830-76304-fnkx5x/src/third_party/blake3/blake3_dispatch_ccache.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src/third_party -I/tmp/ccache-20220830-76304-fnkx5x/src/third_party/SYSTEM -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -std=c99 -MD -MT src/third_party/CMakeFiles/third_party.dir/xxhash.c.o -MF CMakeFiles/third_party.dir/xxhash.c.o.d -o CMakeFiles/third_party.dir/xxhash.c.o -c /tmp/ccache-20220830-76304-fnkx5x/src/third_party/xxhash.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src/third_party -I/tmp/ccache-20220830-76304-fnkx5x/src/third_party/SYSTEM -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -std=c99 -MD -MT src/third_party/CMakeFiles/third_party.dir/xxhash.c.o -MF CMakeFiles/third_party.dir/xxhash.c.o.d -o CMakeFiles/third_party.dir/xxhash.c.o -c /tmp/ccache-20220830-76304-fnkx5x/src/third_party/xxhash.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DBLAKE3_NO_AVX2 -DBLAKE3_NO_AVX512 -DBLAKE3_NO_SSE2 -DBLAKE3_NO_SSE41 -DBLAKE3_USE_NEON -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -std=c99 -MD -MT src/third_party/blake3/CMakeFiles/blake3.dir/blake3_portable.c.o -MF CMakeFiles/blake3.dir/blake3_portable.c.o.d -o CMakeFiles/blake3.dir/blake3_portable.c.o -c /tmp/ccache-20220830-76304-fnkx5x/src/third_party/blake3/blake3_portable.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -DBLAKE3_NO_AVX2 -DBLAKE3_NO_AVX512 -DBLAKE3_NO_SSE2 -DBLAKE3_NO_SSE41 -DBLAKE3_USE_NEON -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -std=c99 -MD -MT src/third_party/blake3/CMakeFiles/blake3.dir/blake3_portable.c.o -MF CMakeFiles/blake3.dir/blake3_portable.c.o.d -o CMakeFiles/blake3.dir/blake3_portable.c.o -c /tmp/ccache-20220830-76304-fnkx5x/src/third_party/blake3/blake3_portable.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DBLAKE3_NO_AVX2 -DBLAKE3_NO_AVX512 -DBLAKE3_NO_SSE2 -DBLAKE3_NO_SSE41 -DBLAKE3_USE_NEON -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -std=c99 -MD -MT src/third_party/blake3/CMakeFiles/blake3.dir/blake3_neon.c.o -MF CMakeFiles/blake3.dir/blake3_neon.c.o.d -o CMakeFiles/blake3.dir/blake3_neon.c.o -c /tmp/ccache-20220830-76304-fnkx5x/src/third_party/blake3/blake3_neon.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -DBLAKE3_NO_AVX2 -DBLAKE3_NO_AVX512 -DBLAKE3_NO_SSE2 -DBLAKE3_NO_SSE41 -DBLAKE3_USE_NEON -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -std=c99 -MD -MT src/third_party/blake3/CMakeFiles/blake3.dir/blake3_neon.c.o -MF CMakeFiles/blake3.dir/blake3_neon.c.o.d -o CMakeFiles/blake3.dir/blake3_neon.c.o -c /tmp/ccache-20220830-76304-fnkx5x/src/third_party/blake3/blake3_neon.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src/third_party -I/tmp/ccache-20220830-76304-fnkx5x/src/third_party/SYSTEM -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -std=c99 -MD -MT src/third_party/CMakeFiles/third_party.dir/getopt_long.c.o -MF CMakeFiles/third_party.dir/getopt_long.c.o.d -o CMakeFiles/third_party.dir/getopt_long.c.o -c /tmp/ccache-20220830-76304-fnkx5x/src/third_party/getopt_long.c | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src/third_party -I/tmp/ccache-20220830-76304-fnkx5x/src/third_party/SYSTEM -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -std=c99 -MD -MT src/third_party/CMakeFiles/third_party.dir/getopt_long.c.o -MF CMakeFiles/third_party.dir/getopt_long.c.o.d -o CMakeFiles/third_party.dir/getopt_long.c.o -c /tmp/ccache-20220830-76304-fnkx5x/src/third_party/getopt_long.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/Config.cpp.o -MF CMakeFiles/ccache_framework.dir/Config.cpp.o.d -o CMakeFiles/ccache_framework.dir/Config.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/Config.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/Config.cpp.o -MF CMakeFiles/ccache_framework.dir/Config.cpp.o.d -o CMakeFiles/ccache_framework.dir/Config.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/Config.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/Hash.cpp.o -MF CMakeFiles/ccache_framework.dir/Hash.cpp.o.d -o CMakeFiles/ccache_framework.dir/Hash.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/Hash.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/Hash.cpp.o -MF CMakeFiles/ccache_framework.dir/Hash.cpp.o.d -o CMakeFiles/ccache_framework.dir/Hash.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/Hash.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/AtomicFile.cpp.o -MF CMakeFiles/ccache_framework.dir/AtomicFile.cpp.o.d -o CMakeFiles/ccache_framework.dir/AtomicFile.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/AtomicFile.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/AtomicFile.cpp.o -MF CMakeFiles/ccache_framework.dir/AtomicFile.cpp.o.d -o CMakeFiles/ccache_framework.dir/AtomicFile.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/AtomicFile.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/Depfile.cpp.o -MF CMakeFiles/ccache_framework.dir/Depfile.cpp.o.d -o CMakeFiles/ccache_framework.dir/Depfile.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/Depfile.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/Depfile.cpp.o -MF CMakeFiles/ccache_framework.dir/Depfile.cpp.o.d -o CMakeFiles/ccache_framework.dir/Depfile.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/Depfile.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/Args.cpp.o -MF CMakeFiles/ccache_framework.dir/Args.cpp.o.d -o CMakeFiles/ccache_framework.dir/Args.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/Args.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/Args.cpp.o -MF CMakeFiles/ccache_framework.dir/Args.cpp.o.d -o CMakeFiles/ccache_framework.dir/Args.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/Args.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/Context.cpp.o -MF CMakeFiles/ccache_framework.dir/Context.cpp.o.d -o CMakeFiles/ccache_framework.dir/Context.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/Context.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/Context.cpp.o -MF CMakeFiles/ccache_framework.dir/Context.cpp.o.d -o CMakeFiles/ccache_framework.dir/Context.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/Context.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/ProgressBar.cpp.o -MF CMakeFiles/ccache_framework.dir/ProgressBar.cpp.o.d -o CMakeFiles/ccache_framework.dir/ProgressBar.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/ProgressBar.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/ProgressBar.cpp.o -MF CMakeFiles/ccache_framework.dir/ProgressBar.cpp.o.d -o CMakeFiles/ccache_framework.dir/ProgressBar.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/ProgressBar.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/Fd.cpp.o -MF CMakeFiles/ccache_framework.dir/Fd.cpp.o.d -o CMakeFiles/ccache_framework.dir/Fd.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/Fd.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/Fd.cpp.o -MF CMakeFiles/ccache_framework.dir/Fd.cpp.o.d -o CMakeFiles/ccache_framework.dir/Fd.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/Fd.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/Result.cpp.o -MF CMakeFiles/ccache_framework.dir/Result.cpp.o.d -o CMakeFiles/ccache_framework.dir/Result.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/Result.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/Result.cpp.o -MF CMakeFiles/ccache_framework.dir/Result.cpp.o.d -o CMakeFiles/ccache_framework.dir/Result.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/Result.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/Logging.cpp.o -MF CMakeFiles/ccache_framework.dir/Logging.cpp.o.d -o CMakeFiles/ccache_framework.dir/Logging.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/Logging.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/Logging.cpp.o -MF CMakeFiles/ccache_framework.dir/Logging.cpp.o.d -o CMakeFiles/ccache_framework.dir/Logging.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/Logging.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/ResultExtractor.cpp.o -MF CMakeFiles/ccache_framework.dir/ResultExtractor.cpp.o.d -o CMakeFiles/ccache_framework.dir/ResultExtractor.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/ResultExtractor.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/ResultExtractor.cpp.o -MF CMakeFiles/ccache_framework.dir/ResultExtractor.cpp.o.d -o CMakeFiles/ccache_framework.dir/ResultExtractor.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/ResultExtractor.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/ResultInspector.cpp.o -MF CMakeFiles/ccache_framework.dir/ResultInspector.cpp.o.d -o CMakeFiles/ccache_framework.dir/ResultInspector.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/ResultInspector.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/ResultInspector.cpp.o -MF CMakeFiles/ccache_framework.dir/ResultInspector.cpp.o.d -o CMakeFiles/ccache_framework.dir/ResultInspector.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/ResultInspector.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/ResultRetriever.cpp.o -MF CMakeFiles/ccache_framework.dir/ResultRetriever.cpp.o.d -o CMakeFiles/ccache_framework.dir/ResultRetriever.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/ResultRetriever.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/ResultRetriever.cpp.o -MF CMakeFiles/ccache_framework.dir/ResultRetriever.cpp.o.d -o CMakeFiles/ccache_framework.dir/ResultRetriever.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/ResultRetriever.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/SignalHandler.cpp.o -MF CMakeFiles/ccache_framework.dir/SignalHandler.cpp.o.d -o CMakeFiles/ccache_framework.dir/SignalHandler.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/SignalHandler.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/SignalHandler.cpp.o -MF CMakeFiles/ccache_framework.dir/SignalHandler.cpp.o.d -o CMakeFiles/ccache_framework.dir/SignalHandler.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/SignalHandler.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/Stat.cpp.o -MF CMakeFiles/ccache_framework.dir/Stat.cpp.o.d -o CMakeFiles/ccache_framework.dir/Stat.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/Stat.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/Stat.cpp.o -MF CMakeFiles/ccache_framework.dir/Stat.cpp.o.d -o CMakeFiles/ccache_framework.dir/Stat.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/Stat.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/TemporaryFile.cpp.o -MF CMakeFiles/ccache_framework.dir/TemporaryFile.cpp.o.d -o CMakeFiles/ccache_framework.dir/TemporaryFile.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/TemporaryFile.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/TemporaryFile.cpp.o -MF CMakeFiles/ccache_framework.dir/TemporaryFile.cpp.o.d -o CMakeFiles/ccache_framework.dir/TemporaryFile.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/TemporaryFile.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/ThreadPool.cpp.o -MF CMakeFiles/ccache_framework.dir/ThreadPool.cpp.o.d -o CMakeFiles/ccache_framework.dir/ThreadPool.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/ThreadPool.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/ThreadPool.cpp.o -MF CMakeFiles/ccache_framework.dir/ThreadPool.cpp.o.d -o CMakeFiles/ccache_framework.dir/ThreadPool.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/ThreadPool.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/Util.cpp.o -MF CMakeFiles/ccache_framework.dir/Util.cpp.o.d -o CMakeFiles/ccache_framework.dir/Util.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/Util.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/Util.cpp.o -MF CMakeFiles/ccache_framework.dir/Util.cpp.o.d -o CMakeFiles/ccache_framework.dir/Util.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/Util.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/argprocessing.cpp.o -MF CMakeFiles/ccache_framework.dir/argprocessing.cpp.o.d -o CMakeFiles/ccache_framework.dir/argprocessing.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/argprocessing.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/argprocessing.cpp.o -MF CMakeFiles/ccache_framework.dir/argprocessing.cpp.o.d -o CMakeFiles/ccache_framework.dir/argprocessing.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/argprocessing.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/assertions.cpp.o -MF CMakeFiles/ccache_framework.dir/assertions.cpp.o.d -o CMakeFiles/ccache_framework.dir/assertions.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/assertions.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/assertions.cpp.o -MF CMakeFiles/ccache_framework.dir/assertions.cpp.o.d -o CMakeFiles/ccache_framework.dir/assertions.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/assertions.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/ccache.cpp.o -MF CMakeFiles/ccache_framework.dir/ccache.cpp.o.d -o CMakeFiles/ccache_framework.dir/ccache.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/ccache.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/ccache.cpp.o -MF CMakeFiles/ccache_framework.dir/ccache.cpp.o.d -o CMakeFiles/ccache_framework.dir/ccache.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/ccache.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/compopt.cpp.o -MF CMakeFiles/ccache_framework.dir/compopt.cpp.o.d -o CMakeFiles/ccache_framework.dir/compopt.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/compopt.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/compopt.cpp.o -MF CMakeFiles/ccache_framework.dir/compopt.cpp.o.d -o CMakeFiles/ccache_framework.dir/compopt.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/compopt.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/execute.cpp.o -MF CMakeFiles/ccache_framework.dir/execute.cpp.o.d -o CMakeFiles/ccache_framework.dir/execute.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/execute.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/execute.cpp.o -MF CMakeFiles/ccache_framework.dir/execute.cpp.o.d -o CMakeFiles/ccache_framework.dir/execute.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/execute.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/hashutil.cpp.o -MF CMakeFiles/ccache_framework.dir/hashutil.cpp.o.d -o CMakeFiles/ccache_framework.dir/hashutil.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/hashutil.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/hashutil.cpp.o -MF CMakeFiles/ccache_framework.dir/hashutil.cpp.o.d -o CMakeFiles/ccache_framework.dir/hashutil.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/hashutil.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/language.cpp.o -MF CMakeFiles/ccache_framework.dir/language.cpp.o.d -o CMakeFiles/ccache_framework.dir/language.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/language.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/language.cpp.o -MF CMakeFiles/ccache_framework.dir/language.cpp.o.d -o CMakeFiles/ccache_framework.dir/language.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/language.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/version.cpp.o -MF CMakeFiles/ccache_framework.dir/version.cpp.o.d -o CMakeFiles/ccache_framework.dir/version.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/build/src/version.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/version.cpp.o -MF CMakeFiles/ccache_framework.dir/version.cpp.o.d -o CMakeFiles/ccache_framework.dir/version.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/build/src/version.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/InodeCache.cpp.o -MF CMakeFiles/ccache_framework.dir/InodeCache.cpp.o.d -o CMakeFiles/ccache_framework.dir/InodeCache.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/InodeCache.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/InodeCache.cpp.o -MF CMakeFiles/ccache_framework.dir/InodeCache.cpp.o.d -o CMakeFiles/ccache_framework.dir/InodeCache.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/InodeCache.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/compression/Compressor.cpp.o -MF CMakeFiles/ccache_framework.dir/compression/Compressor.cpp.o.d -o CMakeFiles/ccache_framework.dir/compression/Compressor.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/compression/Compressor.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/compression/Compressor.cpp.o -MF CMakeFiles/ccache_framework.dir/compression/Compressor.cpp.o.d -o CMakeFiles/ccache_framework.dir/compression/Compressor.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/compression/Compressor.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/compression/Decompressor.cpp.o -MF CMakeFiles/ccache_framework.dir/compression/Decompressor.cpp.o.d -o CMakeFiles/ccache_framework.dir/compression/Decompressor.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/compression/Decompressor.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/compression/Decompressor.cpp.o -MF CMakeFiles/ccache_framework.dir/compression/Decompressor.cpp.o.d -o CMakeFiles/ccache_framework.dir/compression/Decompressor.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/compression/Decompressor.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/compression/NullCompressor.cpp.o -MF CMakeFiles/ccache_framework.dir/compression/NullCompressor.cpp.o.d -o CMakeFiles/ccache_framework.dir/compression/NullCompressor.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/compression/NullCompressor.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/compression/NullCompressor.cpp.o -MF CMakeFiles/ccache_framework.dir/compression/NullCompressor.cpp.o.d -o CMakeFiles/ccache_framework.dir/compression/NullCompressor.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/compression/NullCompressor.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/compression/NullDecompressor.cpp.o -MF CMakeFiles/ccache_framework.dir/compression/NullDecompressor.cpp.o.d -o CMakeFiles/ccache_framework.dir/compression/NullDecompressor.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/compression/NullDecompressor.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/compression/NullDecompressor.cpp.o -MF CMakeFiles/ccache_framework.dir/compression/NullDecompressor.cpp.o.d -o CMakeFiles/ccache_framework.dir/compression/NullDecompressor.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/compression/NullDecompressor.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/compression/ZstdCompressor.cpp.o -MF CMakeFiles/ccache_framework.dir/compression/ZstdCompressor.cpp.o.d -o CMakeFiles/ccache_framework.dir/compression/ZstdCompressor.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/compression/ZstdCompressor.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/compression/ZstdCompressor.cpp.o -MF CMakeFiles/ccache_framework.dir/compression/ZstdCompressor.cpp.o.d -o CMakeFiles/ccache_framework.dir/compression/ZstdCompressor.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/compression/ZstdCompressor.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/compression/types.cpp.o -MF CMakeFiles/ccache_framework.dir/compression/types.cpp.o.d -o CMakeFiles/ccache_framework.dir/compression/types.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/compression/types.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/compression/types.cpp.o -MF CMakeFiles/ccache_framework.dir/compression/types.cpp.o.d -o CMakeFiles/ccache_framework.dir/compression/types.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/compression/types.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/compression/ZstdDecompressor.cpp.o -MF CMakeFiles/ccache_framework.dir/compression/ZstdDecompressor.cpp.o.d -o CMakeFiles/ccache_framework.dir/compression/ZstdDecompressor.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/compression/ZstdDecompressor.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/compression/ZstdDecompressor.cpp.o -MF CMakeFiles/ccache_framework.dir/compression/ZstdDecompressor.cpp.o.d -o CMakeFiles/ccache_framework.dir/compression/ZstdDecompressor.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/compression/ZstdDecompressor.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/core/CacheEntryHeader.cpp.o -MF CMakeFiles/ccache_framework.dir/core/CacheEntryHeader.cpp.o.d -o CMakeFiles/ccache_framework.dir/core/CacheEntryHeader.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/core/CacheEntryHeader.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/core/CacheEntryHeader.cpp.o -MF CMakeFiles/ccache_framework.dir/core/CacheEntryHeader.cpp.o.d -o CMakeFiles/ccache_framework.dir/core/CacheEntryHeader.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/core/CacheEntryHeader.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/core/CacheEntryReader.cpp.o -MF CMakeFiles/ccache_framework.dir/core/CacheEntryReader.cpp.o.d -o CMakeFiles/ccache_framework.dir/core/CacheEntryReader.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/core/CacheEntryReader.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/core/CacheEntryReader.cpp.o -MF CMakeFiles/ccache_framework.dir/core/CacheEntryReader.cpp.o.d -o CMakeFiles/ccache_framework.dir/core/CacheEntryReader.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/core/CacheEntryReader.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/core/CacheEntryWriter.cpp.o -MF CMakeFiles/ccache_framework.dir/core/CacheEntryWriter.cpp.o.d -o CMakeFiles/ccache_framework.dir/core/CacheEntryWriter.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/core/CacheEntryWriter.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/core/CacheEntryWriter.cpp.o -MF CMakeFiles/ccache_framework.dir/core/CacheEntryWriter.cpp.o.d -o CMakeFiles/ccache_framework.dir/core/CacheEntryWriter.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/core/CacheEntryWriter.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/core/Manifest.cpp.o -MF CMakeFiles/ccache_framework.dir/core/Manifest.cpp.o.d -o CMakeFiles/ccache_framework.dir/core/Manifest.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/core/Manifest.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/core/Manifest.cpp.o -MF CMakeFiles/ccache_framework.dir/core/Manifest.cpp.o.d -o CMakeFiles/ccache_framework.dir/core/Manifest.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/core/Manifest.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/core/Statistics.cpp.o -MF CMakeFiles/ccache_framework.dir/core/Statistics.cpp.o.d -o CMakeFiles/ccache_framework.dir/core/Statistics.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/core/Statistics.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/core/Statistics.cpp.o -MF CMakeFiles/ccache_framework.dir/core/Statistics.cpp.o.d -o CMakeFiles/ccache_framework.dir/core/Statistics.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/core/Statistics.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/core/StatisticsCounters.cpp.o -MF CMakeFiles/ccache_framework.dir/core/StatisticsCounters.cpp.o.d -o CMakeFiles/ccache_framework.dir/core/StatisticsCounters.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/core/StatisticsCounters.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/core/StatisticsCounters.cpp.o -MF CMakeFiles/ccache_framework.dir/core/StatisticsCounters.cpp.o.d -o CMakeFiles/ccache_framework.dir/core/StatisticsCounters.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/core/StatisticsCounters.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/core/StatsLog.cpp.o -MF CMakeFiles/ccache_framework.dir/core/StatsLog.cpp.o.d -o CMakeFiles/ccache_framework.dir/core/StatsLog.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/core/StatsLog.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/core/StatsLog.cpp.o -MF CMakeFiles/ccache_framework.dir/core/StatsLog.cpp.o.d -o CMakeFiles/ccache_framework.dir/core/StatsLog.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/core/StatsLog.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/core/mainoptions.cpp.o -MF CMakeFiles/ccache_framework.dir/core/mainoptions.cpp.o.d -o CMakeFiles/ccache_framework.dir/core/mainoptions.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/core/mainoptions.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/core/mainoptions.cpp.o -MF CMakeFiles/ccache_framework.dir/core/mainoptions.cpp.o.d -o CMakeFiles/ccache_framework.dir/core/mainoptions.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/core/mainoptions.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/core/types.cpp.o -MF CMakeFiles/ccache_framework.dir/core/types.cpp.o.d -o CMakeFiles/ccache_framework.dir/core/types.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/core/types.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/core/types.cpp.o -MF CMakeFiles/ccache_framework.dir/core/types.cpp.o.d -o CMakeFiles/ccache_framework.dir/core/types.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/core/types.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/storage/primary/CacheFile.cpp.o -MF CMakeFiles/ccache_framework.dir/storage/primary/CacheFile.cpp.o.d -o CMakeFiles/ccache_framework.dir/storage/primary/CacheFile.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/storage/primary/CacheFile.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/storage/primary/CacheFile.cpp.o -MF CMakeFiles/ccache_framework.dir/storage/primary/CacheFile.cpp.o.d -o CMakeFiles/ccache_framework.dir/storage/primary/CacheFile.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/storage/primary/CacheFile.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/storage/primary/PrimaryStorage.cpp.o -MF CMakeFiles/ccache_framework.dir/storage/primary/PrimaryStorage.cpp.o.d -o CMakeFiles/ccache_framework.dir/storage/primary/PrimaryStorage.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/storage/primary/PrimaryStorage.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/storage/primary/PrimaryStorage.cpp.o -MF CMakeFiles/ccache_framework.dir/storage/primary/PrimaryStorage.cpp.o.d -o CMakeFiles/ccache_framework.dir/storage/primary/PrimaryStorage.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/storage/primary/PrimaryStorage.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/storage/primary/PrimaryStorage_cleanup.cpp.o -MF CMakeFiles/ccache_framework.dir/storage/primary/PrimaryStorage_cleanup.cpp.o.d -o CMakeFiles/ccache_framework.dir/storage/primary/PrimaryStorage_cleanup.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/storage/primary/PrimaryStorage_cleanup.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/storage/primary/PrimaryStorage_cleanup.cpp.o -MF CMakeFiles/ccache_framework.dir/storage/primary/PrimaryStorage_cleanup.cpp.o.d -o CMakeFiles/ccache_framework.dir/storage/primary/PrimaryStorage_cleanup.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/storage/primary/PrimaryStorage_cleanup.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/storage/primary/PrimaryStorage_compress.cpp.o -MF CMakeFiles/ccache_framework.dir/storage/primary/PrimaryStorage_compress.cpp.o.d -o CMakeFiles/ccache_framework.dir/storage/primary/PrimaryStorage_compress.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/storage/primary/PrimaryStorage_compress.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/storage/primary/PrimaryStorage_compress.cpp.o -MF CMakeFiles/ccache_framework.dir/storage/primary/PrimaryStorage_compress.cpp.o.d -o CMakeFiles/ccache_framework.dir/storage/primary/PrimaryStorage_compress.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/storage/primary/PrimaryStorage_compress.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/storage/primary/PrimaryStorage_statistics.cpp.o -MF CMakeFiles/ccache_framework.dir/storage/primary/PrimaryStorage_statistics.cpp.o.d -o CMakeFiles/ccache_framework.dir/storage/primary/PrimaryStorage_statistics.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/storage/primary/PrimaryStorage_statistics.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/storage/primary/PrimaryStorage_statistics.cpp.o -MF CMakeFiles/ccache_framework.dir/storage/primary/PrimaryStorage_statistics.cpp.o.d -o CMakeFiles/ccache_framework.dir/storage/primary/PrimaryStorage_statistics.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/storage/primary/PrimaryStorage_statistics.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/storage/primary/StatsFile.cpp.o -MF CMakeFiles/ccache_framework.dir/storage/primary/StatsFile.cpp.o.d -o CMakeFiles/ccache_framework.dir/storage/primary/StatsFile.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/storage/primary/StatsFile.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/storage/primary/StatsFile.cpp.o -MF CMakeFiles/ccache_framework.dir/storage/primary/StatsFile.cpp.o.d -o CMakeFiles/ccache_framework.dir/storage/primary/StatsFile.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/storage/primary/StatsFile.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/storage/primary/util.cpp.o -MF CMakeFiles/ccache_framework.dir/storage/primary/util.cpp.o.d -o CMakeFiles/ccache_framework.dir/storage/primary/util.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/storage/primary/util.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/storage/primary/util.cpp.o -MF CMakeFiles/ccache_framework.dir/storage/primary/util.cpp.o.d -o CMakeFiles/ccache_framework.dir/storage/primary/util.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/storage/primary/util.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/storage/secondary/FileStorage.cpp.o -MF CMakeFiles/ccache_framework.dir/storage/secondary/FileStorage.cpp.o.d -o CMakeFiles/ccache_framework.dir/storage/secondary/FileStorage.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/storage/secondary/FileStorage.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/storage/secondary/FileStorage.cpp.o -MF CMakeFiles/ccache_framework.dir/storage/secondary/FileStorage.cpp.o.d -o CMakeFiles/ccache_framework.dir/storage/secondary/FileStorage.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/storage/secondary/FileStorage.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/storage/secondary/SecondaryStorage.cpp.o -MF CMakeFiles/ccache_framework.dir/storage/secondary/SecondaryStorage.cpp.o.d -o CMakeFiles/ccache_framework.dir/storage/secondary/SecondaryStorage.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/storage/secondary/SecondaryStorage.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/storage/secondary/SecondaryStorage.cpp.o -MF CMakeFiles/ccache_framework.dir/storage/secondary/SecondaryStorage.cpp.o.d -o CMakeFiles/ccache_framework.dir/storage/secondary/SecondaryStorage.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/storage/secondary/SecondaryStorage.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/storage/secondary/HttpStorage.cpp.o -MF CMakeFiles/ccache_framework.dir/storage/secondary/HttpStorage.cpp.o.d -o CMakeFiles/ccache_framework.dir/storage/secondary/HttpStorage.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/storage/secondary/HttpStorage.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/storage/secondary/HttpStorage.cpp.o -MF CMakeFiles/ccache_framework.dir/storage/secondary/HttpStorage.cpp.o.d -o CMakeFiles/ccache_framework.dir/storage/secondary/HttpStorage.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/storage/secondary/HttpStorage.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/storage/secondary/RedisStorage.cpp.o -MF CMakeFiles/ccache_framework.dir/storage/secondary/RedisStorage.cpp.o.d -o CMakeFiles/ccache_framework.dir/storage/secondary/RedisStorage.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/storage/secondary/RedisStorage.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/storage/secondary/RedisStorage.cpp.o -MF CMakeFiles/ccache_framework.dir/storage/secondary/RedisStorage.cpp.o.d -o CMakeFiles/ccache_framework.dir/storage/secondary/RedisStorage.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/storage/secondary/RedisStorage.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/storage/Storage.cpp.o -MF CMakeFiles/ccache_framework.dir/storage/Storage.cpp.o.d -o CMakeFiles/ccache_framework.dir/storage/Storage.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/storage/Storage.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/storage/Storage.cpp.o -MF CMakeFiles/ccache_framework.dir/storage/Storage.cpp.o.d -o CMakeFiles/ccache_framework.dir/storage/Storage.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/storage/Storage.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/util/LockFile.cpp.o -MF CMakeFiles/ccache_framework.dir/util/LockFile.cpp.o.d -o CMakeFiles/ccache_framework.dir/util/LockFile.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/util/LockFile.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/util/LockFile.cpp.o -MF CMakeFiles/ccache_framework.dir/util/LockFile.cpp.o.d -o CMakeFiles/ccache_framework.dir/util/LockFile.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/util/LockFile.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/util/TextTable.cpp.o -MF CMakeFiles/ccache_framework.dir/util/TextTable.cpp.o.d -o CMakeFiles/ccache_framework.dir/util/TextTable.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/util/TextTable.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/util/TextTable.cpp.o -MF CMakeFiles/ccache_framework.dir/util/TextTable.cpp.o.d -o CMakeFiles/ccache_framework.dir/util/TextTable.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/util/TextTable.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/util/Tokenizer.cpp.o -MF CMakeFiles/ccache_framework.dir/util/Tokenizer.cpp.o.d -o CMakeFiles/ccache_framework.dir/util/Tokenizer.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/util/Tokenizer.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/util/Tokenizer.cpp.o -MF CMakeFiles/ccache_framework.dir/util/Tokenizer.cpp.o.d -o CMakeFiles/ccache_framework.dir/util/Tokenizer.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/util/Tokenizer.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/util/file.cpp.o -MF CMakeFiles/ccache_framework.dir/util/file.cpp.o.d -o CMakeFiles/ccache_framework.dir/util/file.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/util/file.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/util/file.cpp.o -MF CMakeFiles/ccache_framework.dir/util/file.cpp.o.d -o CMakeFiles/ccache_framework.dir/util/file.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/util/file.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/util/path.cpp.o -MF CMakeFiles/ccache_framework.dir/util/path.cpp.o.d -o CMakeFiles/ccache_framework.dir/util/path.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/util/path.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/util/path.cpp.o -MF CMakeFiles/ccache_framework.dir/util/path.cpp.o.d -o CMakeFiles/ccache_framework.dir/util/path.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/util/path.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/util/string.cpp.o -MF CMakeFiles/ccache_framework.dir/util/string.cpp.o.d -o CMakeFiles/ccache_framework.dir/util/string.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/util/string.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/ccache_framework.dir/util/string.cpp.o -MF CMakeFiles/ccache_framework.dir/util/string.cpp.o.d -o CMakeFiles/ccache_framework.dir/util/string.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/util/string.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT CMakeFiles/ccache.dir/src/main.cpp.o -MF CMakeFiles/ccache.dir/src/main.cpp.o.d -o CMakeFiles/ccache.dir/src/main.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/main.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT CMakeFiles/ccache.dir/src/main.cpp.o -MF CMakeFiles/ccache.dir/src/main.cpp.o.d -o CMakeFiles/ccache.dir/src/main.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/main.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/test-lockfile.dir/test_lockfile.cpp.o -MF CMakeFiles/test-lockfile.dir/test_lockfile.cpp.o.d -o CMakeFiles/test-lockfile.dir/test_lockfile.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/test_lockfile.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT src/CMakeFiles/test-lockfile.dir/test_lockfile.cpp.o -MF CMakeFiles/test-lockfile.dir/test_lockfile.cpp.o.d -o CMakeFiles/test-lockfile.dir/test_lockfile.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/src/test_lockfile.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_Hash.cpp.o -MF CMakeFiles/unittest.dir/test_Hash.cpp.o.d -o CMakeFiles/unittest.dir/test_Hash.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_Hash.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_Hash.cpp.o -MF CMakeFiles/unittest.dir/test_Hash.cpp.o.d -o CMakeFiles/unittest.dir/test_Hash.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_Hash.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_AtomicFile.cpp.o -MF CMakeFiles/unittest.dir/test_AtomicFile.cpp.o.d -o CMakeFiles/unittest.dir/test_AtomicFile.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_AtomicFile.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_AtomicFile.cpp.o -MF CMakeFiles/unittest.dir/test_AtomicFile.cpp.o.d -o CMakeFiles/unittest.dir/test_AtomicFile.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_AtomicFile.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_Config.cpp.o -MF CMakeFiles/unittest.dir/test_Config.cpp.o.d -o CMakeFiles/unittest.dir/test_Config.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_Config.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_Config.cpp.o -MF CMakeFiles/unittest.dir/test_Config.cpp.o.d -o CMakeFiles/unittest.dir/test_Config.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_Config.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_Depfile.cpp.o -MF CMakeFiles/unittest.dir/test_Depfile.cpp.o.d -o CMakeFiles/unittest.dir/test_Depfile.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_Depfile.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_Depfile.cpp.o -MF CMakeFiles/unittest.dir/test_Depfile.cpp.o.d -o CMakeFiles/unittest.dir/test_Depfile.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_Depfile.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/main.cpp.o -MF CMakeFiles/unittest.dir/main.cpp.o.d -o CMakeFiles/unittest.dir/main.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/main.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/main.cpp.o -MF CMakeFiles/unittest.dir/main.cpp.o.d -o CMakeFiles/unittest.dir/main.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/main.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_Args.cpp.o -MF CMakeFiles/unittest.dir/test_Args.cpp.o.d -o CMakeFiles/unittest.dir/test_Args.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_Args.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_Args.cpp.o -MF CMakeFiles/unittest.dir/test_Args.cpp.o.d -o CMakeFiles/unittest.dir/test_Args.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_Args.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_NullCompression.cpp.o -MF CMakeFiles/unittest.dir/test_NullCompression.cpp.o.d -o CMakeFiles/unittest.dir/test_NullCompression.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_NullCompression.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_NullCompression.cpp.o -MF CMakeFiles/unittest.dir/test_NullCompression.cpp.o.d -o CMakeFiles/unittest.dir/test_NullCompression.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_NullCompression.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/TestUtil.cpp.o -MF CMakeFiles/unittest.dir/TestUtil.cpp.o.d -o CMakeFiles/unittest.dir/TestUtil.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/TestUtil.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/TestUtil.cpp.o -MF CMakeFiles/unittest.dir/TestUtil.cpp.o.d -o CMakeFiles/unittest.dir/TestUtil.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/TestUtil.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/ccache.dir/src/main.cpp.o -o ccache src/libccache_framework.a /opt/homebrew/lib/libzstd.dylib src/third_party/libthird_party.a src/third_party/blake3/libblake3.a /opt/homebrew/lib/libhiredis.dylib | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang++ -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/ccache.dir/src/main.cpp.o -o ccache src/libccache_framework.a /opt/homebrew/lib/libzstd.dylib src/third_party/libthird_party.a src/third_party/blake3/libblake3.a /opt/homebrew/lib/libhiredis.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_Stat.cpp.o -MF CMakeFiles/unittest.dir/test_Stat.cpp.o.d -o CMakeFiles/unittest.dir/test_Stat.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_Stat.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_Stat.cpp.o -MF CMakeFiles/unittest.dir/test_Stat.cpp.o.d -o CMakeFiles/unittest.dir/test_Stat.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_Stat.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_Util.cpp.o -MF CMakeFiles/unittest.dir/test_Util.cpp.o.d -o CMakeFiles/unittest.dir/test_Util.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_Util.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_Util.cpp.o -MF CMakeFiles/unittest.dir/test_Util.cpp.o.d -o CMakeFiles/unittest.dir/test_Util.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_Util.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/test-lockfile.dir/test_lockfile.cpp.o -o test-lockfile libccache_framework.a /opt/homebrew/lib/libzstd.dylib third_party/libthird_party.a third_party/blake3/libblake3.a /opt/homebrew/lib/libhiredis.dylib | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang++ -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/test-lockfile.dir/test_lockfile.cpp.o -o test-lockfile libccache_framework.a /opt/homebrew/lib/libzstd.dylib third_party/libthird_party.a third_party/blake3/libblake3.a /opt/homebrew/lib/libhiredis.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_ZstdCompression.cpp.o -MF CMakeFiles/unittest.dir/test_ZstdCompression.cpp.o.d -o CMakeFiles/unittest.dir/test_ZstdCompression.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_ZstdCompression.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_ZstdCompression.cpp.o -MF CMakeFiles/unittest.dir/test_ZstdCompression.cpp.o.d -o CMakeFiles/unittest.dir/test_ZstdCompression.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_ZstdCompression.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_argprocessing.cpp.o -MF CMakeFiles/unittest.dir/test_argprocessing.cpp.o.d -o CMakeFiles/unittest.dir/test_argprocessing.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_argprocessing.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_argprocessing.cpp.o -MF CMakeFiles/unittest.dir/test_argprocessing.cpp.o.d -o CMakeFiles/unittest.dir/test_argprocessing.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_argprocessing.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_ccache.cpp.o -MF CMakeFiles/unittest.dir/test_ccache.cpp.o.d -o CMakeFiles/unittest.dir/test_ccache.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_ccache.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_ccache.cpp.o -MF CMakeFiles/unittest.dir/test_ccache.cpp.o.d -o CMakeFiles/unittest.dir/test_ccache.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_ccache.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_compopt.cpp.o -MF CMakeFiles/unittest.dir/test_compopt.cpp.o.d -o CMakeFiles/unittest.dir/test_compopt.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_compopt.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_compopt.cpp.o -MF CMakeFiles/unittest.dir/test_compopt.cpp.o.d -o CMakeFiles/unittest.dir/test_compopt.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_compopt.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_compression_types.cpp.o -MF CMakeFiles/unittest.dir/test_compression_types.cpp.o.d -o CMakeFiles/unittest.dir/test_compression_types.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_compression_types.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_compression_types.cpp.o -MF CMakeFiles/unittest.dir/test_compression_types.cpp.o.d -o CMakeFiles/unittest.dir/test_compression_types.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_compression_types.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_core_Statistics.cpp.o -MF CMakeFiles/unittest.dir/test_core_Statistics.cpp.o.d -o CMakeFiles/unittest.dir/test_core_Statistics.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_core_Statistics.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_core_Statistics.cpp.o -MF CMakeFiles/unittest.dir/test_core_Statistics.cpp.o.d -o CMakeFiles/unittest.dir/test_core_Statistics.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_core_Statistics.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_core_StatisticsCounters.cpp.o -MF CMakeFiles/unittest.dir/test_core_StatisticsCounters.cpp.o.d -o CMakeFiles/unittest.dir/test_core_StatisticsCounters.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_core_StatisticsCounters.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_core_StatisticsCounters.cpp.o -MF CMakeFiles/unittest.dir/test_core_StatisticsCounters.cpp.o.d -o CMakeFiles/unittest.dir/test_core_StatisticsCounters.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_core_StatisticsCounters.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_core_StatsLog.cpp.o -MF CMakeFiles/unittest.dir/test_core_StatsLog.cpp.o.d -o CMakeFiles/unittest.dir/test_core_StatsLog.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_core_StatsLog.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_core_StatsLog.cpp.o -MF CMakeFiles/unittest.dir/test_core_StatsLog.cpp.o.d -o CMakeFiles/unittest.dir/test_core_StatsLog.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_core_StatsLog.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_hashutil.cpp.o -MF CMakeFiles/unittest.dir/test_hashutil.cpp.o.d -o CMakeFiles/unittest.dir/test_hashutil.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_hashutil.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_hashutil.cpp.o -MF CMakeFiles/unittest.dir/test_hashutil.cpp.o.d -o CMakeFiles/unittest.dir/test_hashutil.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_hashutil.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_storage_primary_StatsFile.cpp.o -MF CMakeFiles/unittest.dir/test_storage_primary_StatsFile.cpp.o.d -o CMakeFiles/unittest.dir/test_storage_primary_StatsFile.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_storage_primary_StatsFile.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_storage_primary_StatsFile.cpp.o -MF CMakeFiles/unittest.dir/test_storage_primary_StatsFile.cpp.o.d -o CMakeFiles/unittest.dir/test_storage_primary_StatsFile.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_storage_primary_StatsFile.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_storage_primary_util.cpp.o -MF CMakeFiles/unittest.dir/test_storage_primary_util.cpp.o.d -o CMakeFiles/unittest.dir/test_storage_primary_util.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_storage_primary_util.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_storage_primary_util.cpp.o -MF CMakeFiles/unittest.dir/test_storage_primary_util.cpp.o.d -o CMakeFiles/unittest.dir/test_storage_primary_util.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_storage_primary_util.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_util_LockFile.cpp.o -MF CMakeFiles/unittest.dir/test_util_LockFile.cpp.o.d -o CMakeFiles/unittest.dir/test_util_LockFile.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_util_LockFile.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_util_LockFile.cpp.o -MF CMakeFiles/unittest.dir/test_util_LockFile.cpp.o.d -o CMakeFiles/unittest.dir/test_util_LockFile.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_util_LockFile.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_util_TextTable.cpp.o -MF CMakeFiles/unittest.dir/test_util_TextTable.cpp.o.d -o CMakeFiles/unittest.dir/test_util_TextTable.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_util_TextTable.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_util_TextTable.cpp.o -MF CMakeFiles/unittest.dir/test_util_TextTable.cpp.o.d -o CMakeFiles/unittest.dir/test_util_TextTable.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_util_TextTable.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_util_Tokenizer.cpp.o -MF CMakeFiles/unittest.dir/test_util_Tokenizer.cpp.o.d -o CMakeFiles/unittest.dir/test_util_Tokenizer.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_util_Tokenizer.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_util_Tokenizer.cpp.o -MF CMakeFiles/unittest.dir/test_util_Tokenizer.cpp.o.d -o CMakeFiles/unittest.dir/test_util_Tokenizer.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_util_Tokenizer.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_util_XXH3_128.cpp.o -MF CMakeFiles/unittest.dir/test_util_XXH3_128.cpp.o.d -o CMakeFiles/unittest.dir/test_util_XXH3_128.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_util_XXH3_128.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_util_XXH3_128.cpp.o -MF CMakeFiles/unittest.dir/test_util_XXH3_128.cpp.o.d -o CMakeFiles/unittest.dir/test_util_XXH3_128.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_util_XXH3_128.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_util_XXH3_64.cpp.o -MF CMakeFiles/unittest.dir/test_util_XXH3_64.cpp.o.d -o CMakeFiles/unittest.dir/test_util_XXH3_64.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_util_XXH3_64.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_util_XXH3_64.cpp.o -MF CMakeFiles/unittest.dir/test_util_XXH3_64.cpp.o.d -o CMakeFiles/unittest.dir/test_util_XXH3_64.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_util_XXH3_64.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_util_expected.cpp.o -MF CMakeFiles/unittest.dir/test_util_expected.cpp.o.d -o CMakeFiles/unittest.dir/test_util_expected.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_util_expected.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_util_expected.cpp.o -MF CMakeFiles/unittest.dir/test_util_expected.cpp.o.d -o CMakeFiles/unittest.dir/test_util_expected.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_util_expected.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_util_path.cpp.o -MF CMakeFiles/unittest.dir/test_util_path.cpp.o.d -o CMakeFiles/unittest.dir/test_util_path.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_util_path.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_util_path.cpp.o -MF CMakeFiles/unittest.dir/test_util_path.cpp.o.d -o CMakeFiles/unittest.dir/test_util_path.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_util_path.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_util_file.cpp.o -MF CMakeFiles/unittest.dir/test_util_file.cpp.o.d -o CMakeFiles/unittest.dir/test_util_file.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_util_file.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_util_file.cpp.o -MF CMakeFiles/unittest.dir/test_util_file.cpp.o.d -o CMakeFiles/unittest.dir/test_util_file.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_util_file.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_util_string.cpp.o -MF CMakeFiles/unittest.dir/test_util_string.cpp.o.d -o CMakeFiles/unittest.dir/test_util_string.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_util_string.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_util_string.cpp.o -MF CMakeFiles/unittest.dir/test_util_string.cpp.o.d -o CMakeFiles/unittest.dir/test_util_string.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_util_string.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_InodeCache.cpp.o -MF CMakeFiles/unittest.dir/test_InodeCache.cpp.o.d -o CMakeFiles/unittest.dir/test_InodeCache.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_InodeCache.cpp | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -DHAVE_REDIS_STORAGE_BACKEND -DXXH_STATIC_LINKING_ONLY -I/tmp/ccache-20220830-76304-fnkx5x/build -I/tmp/ccache-20220830-76304-fnkx5x/unittest -I/tmp/ccache-20220830-76304-fnkx5x/src -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -include /tmp/ccache-20220830-76304-fnkx5x/build/config.h -Wall -D_FILE_OFFSET_BITS=64 -std=c++17 -MD -MT unittest/CMakeFiles/unittest.dir/test_InodeCache.cpp.o -MF CMakeFiles/unittest.dir/test_InodeCache.cpp.o.d -o CMakeFiles/unittest.dir/test_InodeCache.cpp.o -c /tmp/ccache-20220830-76304-fnkx5x/unittest/test_InodeCache.cpp -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/unittest.dir/TestUtil.cpp.o CMakeFiles/unittest.dir/main.cpp.o CMakeFiles/unittest.dir/test_Args.cpp.o CMakeFiles/unittest.dir/test_AtomicFile.cpp.o CMakeFiles/unittest.dir/test_Config.cpp.o CMakeFiles/unittest.dir/test_Depfile.cpp.o CMakeFiles/unittest.dir/test_Hash.cpp.o CMakeFiles/unittest.dir/test_NullCompression.cpp.o CMakeFiles/unittest.dir/test_Stat.cpp.o CMakeFiles/unittest.dir/test_Util.cpp.o CMakeFiles/unittest.dir/test_ZstdCompression.cpp.o CMakeFiles/unittest.dir/test_argprocessing.cpp.o CMakeFiles/unittest.dir/test_ccache.cpp.o CMakeFiles/unittest.dir/test_compopt.cpp.o CMakeFiles/unittest.dir/test_compression_types.cpp.o CMakeFiles/unittest.dir/test_core_Statistics.cpp.o CMakeFiles/unittest.dir/test_core_StatisticsCounters.cpp.o CMakeFiles/unittest.dir/test_core_StatsLog.cpp.o CMakeFiles/unittest.dir/test_hashutil.cpp.o CMakeFiles/unittest.dir/test_storage_primary_StatsFile.cpp.o CMakeFiles/unittest.dir/test_storage_primary_util.cpp.o CMakeFiles/unittest.dir/test_util_LockFile.cpp.o CMakeFiles/unittest.dir/test_util_TextTable.cpp.o CMakeFiles/unittest.dir/test_util_Tokenizer.cpp.o CMakeFiles/unittest.dir/test_util_XXH3_128.cpp.o CMakeFiles/unittest.dir/test_util_XXH3_64.cpp.o CMakeFiles/unittest.dir/test_util_expected.cpp.o CMakeFiles/unittest.dir/test_util_file.cpp.o CMakeFiles/unittest.dir/test_util_path.cpp.o CMakeFiles/unittest.dir/test_util_string.cpp.o CMakeFiles/unittest.dir/test_InodeCache.cpp.o -o unittest ../src/libccache_framework.a ../src/third_party/libthird_party.a ../src/third_party/blake3/libblake3.a /opt/homebrew/lib/libzstd.dylib /opt/homebrew/lib/libhiredis.dylib | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang++ -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/unittest.dir/TestUtil.cpp.o CMakeFiles/unittest.dir/main.cpp.o CMakeFiles/unittest.dir/test_Args.cpp.o CMakeFiles/unittest.dir/test_AtomicFile.cpp.o CMakeFiles/unittest.dir/test_Config.cpp.o CMakeFiles/unittest.dir/test_Depfile.cpp.o CMakeFiles/unittest.dir/test_Hash.cpp.o CMakeFiles/unittest.dir/test_NullCompression.cpp.o CMakeFiles/unittest.dir/test_Stat.cpp.o CMakeFiles/unittest.dir/test_Util.cpp.o CMakeFiles/unittest.dir/test_ZstdCompression.cpp.o CMakeFiles/unittest.dir/test_argprocessing.cpp.o CMakeFiles/unittest.dir/test_ccache.cpp.o CMakeFiles/unittest.dir/test_compopt.cpp.o CMakeFiles/unittest.dir/test_compression_types.cpp.o CMakeFiles/unittest.dir/test_core_Statistics.cpp.o CMakeFiles/unittest.dir/test_core_StatisticsCounters.cpp.o CMakeFiles/unittest.dir/test_core_StatsLog.cpp.o CMakeFiles/unittest.dir/test_hashutil.cpp.o CMakeFiles/unittest.dir/test_storage_primary_StatsFile.cpp.o CMakeFiles/unittest.dir/test_storage_primary_util.cpp.o CMakeFiles/unittest.dir/test_util_LockFile.cpp.o CMakeFiles/unittest.dir/test_util_TextTable.cpp.o CMakeFiles/unittest.dir/test_util_Tokenizer.cpp.o CMakeFiles/unittest.dir/test_util_XXH3_128.cpp.o CMakeFiles/unittest.dir/test_util_XXH3_64.cpp.o CMakeFiles/unittest.dir/test_util_expected.cpp.o CMakeFiles/unittest.dir/test_util_file.cpp.o CMakeFiles/unittest.dir/test_util_path.cpp.o CMakeFiles/unittest.dir/test_util_string.cpp.o CMakeFiles/unittest.dir/test_InodeCache.cpp.o -o unittest ../src/libccache_framework.a ../src/third_party/libthird_party.a ../src/third_party/blake3/libblake3.a /opt/homebrew/lib/libzstd.dylib /opt/homebrew/lib/libhiredis.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2022-08-30 04:31:27 +0000 | |
ctest | |
-j10 | |
--test-dir | |
build | |
Internal ctest changing into directory: /tmp/ccache-20220830-76304-fnkx5x/build | |
Test project /tmp/ccache-20220830-76304-fnkx5x/build | |
Start 1: unittest | |
Start 2: test.base | |
Start 3: test.basedir | |
Start 4: test.cache_levels | |
Start 5: test.cleanup | |
Start 6: test.color_diagnostics | |
Start 7: test.config | |
Start 8: test.cpp1 | |
Start 9: test.debug_prefix_map | |
Start 10: test.depend | |
1/45 Test #6: test.color_diagnostics ...........***Skipped 0.78 sec | |
Start 11: test.direct | |
2/45 Test #1: unittest ......................... Passed 0.80 sec | |
Start 12: test.fileclone | |
3/45 Test #12: test.fileclone ...................***Skipped 0.15 sec | |
Start 13: test.hardlink | |
4/45 Test #7: test.config ...................... Passed 1.18 sec | |
Start 14: test.inode_cache | |
5/45 Test #8: test.cpp1 ........................ Passed 1.41 sec | |
Start 15: test.input_charset | |
6/45 Test #15: test.input_charset ...............***Skipped 0.42 sec | |
Start 16: test.ivfsoverlay | |
7/45 Test #9: test.debug_prefix_map ............ Passed 2.23 sec | |
Start 17: test.masquerading | |
8/45 Test #13: test.hardlink .................... Passed 1.34 sec | |
Start 18: test.modules | |
9/45 Test #16: test.ivfsoverlay ................. Passed 0.53 sec | |
Start 19: test.multi_arch | |
10/45 Test #17: test.masquerading ................***Skipped 0.21 sec | |
Start 20: test.namespace | |
11/45 Test #14: test.inode_cache ................. Passed 1.33 sec | |
Start 21: test.no_compression | |
12/45 Test #4: test.cache_levels ................ Passed 2.55 sec | |
Start 22: test.nocpp2 | |
13/45 Test #10: test.depend ...................... Passed 3.21 sec | |
Start 23: test.nvcc | |
14/45 Test #20: test.namespace ................... Passed 0.92 sec | |
Start 24: test.nvcc_direct | |
15/45 Test #19: test.multi_arch .................. Passed 1.05 sec | |
Start 25: test.nvcc_ldir | |
16/45 Test #23: test.nvcc ........................***Skipped 0.25 sec | |
Start 26: test.nvcc_nocpp2 | |
17/45 Test #21: test.no_compression .............. Passed 0.96 sec | |
Start 27: test.pch | |
18/45 Test #24: test.nvcc_direct .................***Skipped 0.26 sec | |
Start 28: test.profiling | |
19/45 Test #25: test.nvcc_ldir ...................***Skipped 0.26 sec | |
Start 29: test.profiling_clang | |
20/45 Test #26: test.nvcc_nocpp2 .................***Skipped 0.24 sec | |
Start 30: test.profiling_gcc | |
21/45 Test #29: test.profiling_clang .............***Skipped 0.26 sec | |
Start 31: test.profiling_hip_clang | |
22/45 Test #30: test.profiling_gcc ...............***Skipped 0.24 sec | |
Start 32: test.readonly | |
23/45 Test #28: test.profiling ...................***Skipped 0.38 sec | |
Start 33: test.readonly_direct | |
24/45 Test #5: test.cleanup ..................... Passed 4.14 sec | |
Start 34: test.sanitize_blacklist | |
25/45 Test #31: test.profiling_hip_clang .........***Skipped 0.38 sec | |
Start 35: test.secondary_file | |
26/45 Test #18: test.modules ..................... Passed 2.16 sec | |
Start 36: test.secondary_http | |
27/45 Test #33: test.readonly_direct ............. Passed 0.71 sec | |
Start 37: test.secondary_redis | |
28/45 Test #32: test.readonly .................... Passed 0.80 sec | |
Start 38: test.secondary_redis_unix | |
29/45 Test #37: test.secondary_redis .............***Skipped 0.26 sec | |
Start 39: test.secondary_url | |
30/45 Test #38: test.secondary_redis_unix ........***Skipped 0.26 sec | |
Start 40: test.serialize_diagnostics | |
31/45 Test #34: test.sanitize_blacklist .......... Passed 0.98 sec | |
Start 41: test.source_date_epoch | |
32/45 Test #39: test.secondary_url ............... Passed 0.44 sec | |
Start 42: test.split_dwarf | |
33/45 Test #41: test.source_date_epoch ...........***Skipped 0.39 sec | |
Start 43: test.stats_log | |
34/45 Test #42: test.split_dwarf .................***Skipped 0.37 sec | |
Start 44: test.trim_dir | |
35/45 Test #40: test.serialize_diagnostics ....... Passed 0.87 sec | |
Start 45: test.upgrade | |
36/45 Test #44: test.trim_dir ....................***Skipped 0.23 sec | |
37/45 Test #3: test.basedir ..................... Passed 6.06 sec | |
38/45 Test #43: test.stats_log ................... Passed 0.61 sec | |
39/45 Test #35: test.secondary_file .............. Passed 2.16 sec | |
40/45 Test #36: test.secondary_http .............. Passed 3.35 sec | |
41/45 Test #45: test.upgrade ..................... Passed 4.60 sec | |
42/45 Test #27: test.pch ......................... Passed 8.56 sec | |
43/45 Test #11: test.direct ...................... Passed 14.88 sec | |
44/45 Test #2: test.base ........................ Passed 16.61 sec | |
45/45 Test #22: test.nocpp2 ...................... Passed 14.61 sec | |
100% tests passed, 0 tests failed out of 45 | |
Total Test time (real) = 17.17 sec | |
The following tests did not run: | |
6 - test.color_diagnostics (Skipped) | |
12 - test.fileclone (Skipped) | |
15 - test.input_charset (Skipped) | |
17 - test.masquerading (Skipped) | |
23 - test.nvcc (Skipped) | |
24 - test.nvcc_direct (Skipped) | |
25 - test.nvcc_ldir (Skipped) | |
26 - test.nvcc_nocpp2 (Skipped) | |
28 - test.profiling (Skipped) | |
29 - test.profiling_clang (Skipped) | |
30 - test.profiling_gcc (Skipped) | |
31 - test.profiling_hip_clang (Skipped) | |
37 - test.secondary_redis (Skipped) | |
38 - test.secondary_redis_unix (Skipped) | |
41 - test.source_date_epoch (Skipped) | |
42 - test.split_dwarf (Skipped) | |
44 - test.trim_dir (Skipped) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2022-08-30 04:31:45 +0000 | |
cmake | |
--install | |
build | |
-- Install configuration: "Release" | |
-- Installing: /opt/homebrew/Cellar/ccache/HEAD-dfc7a90/share/man/man1/ccache.1 | |
-- Installing: /opt/homebrew/Cellar/ccache/HEAD-dfc7a90/bin/ccache |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is the CMakeCache file. | |
# For build in directory: /tmp/ccache-20220830-76304-fnkx5x/build | |
# It was generated by CMake: /opt/homebrew/Cellar/cmake/3.24.1/bin/cmake | |
# You can edit this file to change values found and used by cmake. | |
# If you do not want to change any of the values, simply exit the editor. | |
# If you do want to change a value, simply edit, save, and exit the editor. | |
# The syntax for the file is as follows: | |
# KEY:TYPE=VALUE | |
# KEY is the name of a variable in the cache. | |
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. | |
# VALUE is the current value for the KEY. | |
######################## | |
# EXTERNAL cache entries | |
######################## | |
//Path to a program. | |
ASCIIDOCTOR_EXE:FILEPATH=/opt/homebrew/bin/asciidoctor | |
//No help, variable specified on the command line. | |
BUILD_TESTING:UNINITIALIZED=OFF | |
//Path to a program. | |
CMAKE_ADDR2LINE:FILEPATH=CMAKE_ADDR2LINE-NOTFOUND | |
//Path to a program. | |
CMAKE_AR:FILEPATH=/usr/bin/ar | |
//ASM compiler | |
CMAKE_ASM_COMPILER:FILEPATH=/opt/homebrew/Library/Homebrew/shims/mac/super/clang | |
//LLVM archiver | |
CMAKE_ASM_COMPILER_AR:FILEPATH=CMAKE_ASM_COMPILER_AR-NOTFOUND | |
//Generate index for LLVM archive | |
CMAKE_ASM_COMPILER_RANLIB:FILEPATH=CMAKE_ASM_COMPILER_RANLIB-NOTFOUND | |
//Flags used by the ASM compiler during all build types. | |
CMAKE_ASM_FLAGS:STRING= | |
//Flags used by the ASM compiler during DEBUG builds. | |
CMAKE_ASM_FLAGS_DEBUG:STRING=-g | |
//Flags used by the ASM compiler during MINSIZEREL builds. | |
CMAKE_ASM_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG | |
//Flags used by the ASM compiler during RELEASE builds. | |
CMAKE_ASM_FLAGS_RELEASE:STRING=-O3 -DNDEBUG | |
//Flags used by the ASM compiler during RELWITHDEBINFO builds. | |
CMAKE_ASM_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG | |
//ASM_MASM compiler | |
CMAKE_ASM_MASM_COMPILER:FILEPATH=ml | |
//Flags used by the ASM_MASM compiler during all build types. | |
CMAKE_ASM_MASM_FLAGS:STRING= | |
//Flags used by the ASM_MASM compiler during DEBUG builds. | |
CMAKE_ASM_MASM_FLAGS_DEBUG:STRING= | |
//Flags used by the ASM_MASM compiler during MINSIZEREL builds. | |
CMAKE_ASM_MASM_FLAGS_MINSIZEREL:STRING= | |
//Flags used by the ASM_MASM compiler during RELEASE builds. | |
CMAKE_ASM_MASM_FLAGS_RELEASE:STRING= | |
//Flags used by the ASM_MASM compiler during RELWITHDEBINFO builds. | |
CMAKE_ASM_MASM_FLAGS_RELWITHDEBINFO:STRING= | |
//Choose the type of build, options are: None Debug Release RelWithDebInfo | |
// MinSizeRel CI. | |
CMAKE_BUILD_TYPE:STRING=Release | |
//Enable/Disable color output during build. | |
CMAKE_COLOR_MAKEFILE:BOOL=ON | |
//CXX compiler | |
CMAKE_CXX_COMPILER:FILEPATH=/opt/homebrew/Library/Homebrew/shims/mac/super/clang++ | |
//Flags used by the CXX compiler during all build types. | |
CMAKE_CXX_FLAGS:STRING= | |
//Flags used by the C++ compiler during CI builds. | |
CMAKE_CXX_FLAGS_CI:STRING=-O2 -g -DNDEBUG | |
//Flags used by the CXX compiler during DEBUG builds. | |
CMAKE_CXX_FLAGS_DEBUG:STRING=-g | |
//Flags used by the CXX compiler during MINSIZEREL builds. | |
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG | |
//Flags used by the CXX compiler during RELEASE builds. | |
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG | |
//Flags used by the CXX compiler during RELWITHDEBINFO builds. | |
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG | |
//C compiler | |
CMAKE_C_COMPILER:FILEPATH=/opt/homebrew/Library/Homebrew/shims/mac/super/clang | |
//Flags used by the C compiler during all build types. | |
CMAKE_C_FLAGS:STRING= | |
//Flags used by the C compiler during CI builds. | |
CMAKE_C_FLAGS_CI:STRING=-O2 -g -DNDEBUG | |
//Flags used by the C compiler during DEBUG builds. | |
CMAKE_C_FLAGS_DEBUG:STRING=-g | |
//Flags used by the C compiler during MINSIZEREL builds. | |
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG | |
//Flags used by the C compiler during RELEASE builds. | |
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG | |
//Flags used by the C compiler during RELWITHDEBINFO builds. | |
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG | |
//Path to a program. | |
CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND | |
//Flags used by the linker during all build types. | |
CMAKE_EXE_LINKER_FLAGS:STRING= | |
//Flags used for linking binaries during CI builds. | |
CMAKE_EXE_LINKER_FLAGS_CI:STRING= | |
//Flags used by the linker during DEBUG builds. | |
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= | |
//Flags used by the linker during MINSIZEREL builds. | |
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= | |
//Flags used by the linker during RELEASE builds. | |
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= | |
//Flags used by the linker during RELWITHDEBINFO builds. | |
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= | |
//Enable/Disable output of compile commands during generation. | |
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= | |
//No help, variable specified on the command line. | |
CMAKE_FIND_FRAMEWORK:UNINITIALIZED=LAST | |
//Value Computed by CMake. | |
CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/pkgRedirects | |
//User executables (bin) | |
CMAKE_INSTALL_BINDIR:PATH=bin | |
//Read-only architecture-independent data (DATAROOTDIR) | |
CMAKE_INSTALL_DATADIR:PATH= | |
//Read-only architecture-independent data root (share) | |
CMAKE_INSTALL_DATAROOTDIR:PATH=share | |
//Documentation root (DATAROOTDIR/doc/PROJECT_NAME) | |
CMAKE_INSTALL_DOCDIR:PATH= | |
//C header files (include) | |
CMAKE_INSTALL_INCLUDEDIR:PATH=include | |
//Info documentation (DATAROOTDIR/info) | |
CMAKE_INSTALL_INFODIR:PATH= | |
//Object code libraries (lib) | |
CMAKE_INSTALL_LIBDIR:PATH=lib | |
//Program executables (libexec) | |
CMAKE_INSTALL_LIBEXECDIR:PATH=libexec | |
//Locale-dependent data (DATAROOTDIR/locale) | |
CMAKE_INSTALL_LOCALEDIR:PATH= | |
//Modifiable single-machine data (var) | |
CMAKE_INSTALL_LOCALSTATEDIR:PATH=var | |
//Man documentation (DATAROOTDIR/man) | |
CMAKE_INSTALL_MANDIR:PATH= | |
//Path to a program. | |
CMAKE_INSTALL_NAME_TOOL:FILEPATH=/usr/bin/install_name_tool | |
//C header files for non-gcc (/usr/include) | |
CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include | |
//Install path prefix, prepended onto install directories. | |
CMAKE_INSTALL_PREFIX:PATH=/opt/homebrew/Cellar/ccache/HEAD-dfc7a90 | |
//Run-time variable data (LOCALSTATEDIR/run) | |
CMAKE_INSTALL_RUNSTATEDIR:PATH= | |
//System admin executables (sbin) | |
CMAKE_INSTALL_SBINDIR:PATH=sbin | |
//Modifiable architecture-independent data (com) | |
CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com | |
//Read-only single-machine data (etc) | |
CMAKE_INSTALL_SYSCONFDIR:PATH=etc | |
//Path to a program. | |
CMAKE_LINKER:FILEPATH=/opt/homebrew/Library/Homebrew/shims/mac/super/ld | |
//Path to a program. | |
CMAKE_MAKE_PROGRAM:FILEPATH=/opt/homebrew/bin/gmake | |
//Flags used by the linker during the creation of modules during | |
// all build types. | |
CMAKE_MODULE_LINKER_FLAGS:STRING= | |
//Flags used by the linker during the creation of modules during | |
// DEBUG builds. | |
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= | |
//Flags used by the linker during the creation of modules during | |
// MINSIZEREL builds. | |
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= | |
//Flags used by the linker during the creation of modules during | |
// RELEASE builds. | |
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= | |
//Flags used by the linker during the creation of modules during | |
// RELWITHDEBINFO builds. | |
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= | |
//Path to a program. | |
CMAKE_NM:FILEPATH=/usr/bin/nm | |
//Path to a program. | |
CMAKE_OBJCOPY:FILEPATH=CMAKE_OBJCOPY-NOTFOUND | |
//Path to a program. | |
CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump | |
//Build architectures for OSX | |
CMAKE_OSX_ARCHITECTURES:STRING= | |
//Minimum OS X version to target for deployment (at runtime); newer | |
// APIs weak linked. Set to empty string for default value. | |
CMAKE_OSX_DEPLOYMENT_TARGET:STRING= | |
//The product will be built against the headers and libraries located | |
// inside the indicated SDK. | |
CMAKE_OSX_SYSROOT:PATH=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk | |
//Value Computed by CMake | |
CMAKE_PROJECT_DESCRIPTION:STATIC= | |
//Value Computed by CMake | |
CMAKE_PROJECT_HOMEPAGE_URL:STATIC= | |
//Value Computed by CMake | |
CMAKE_PROJECT_NAME:STATIC=ccache | |
//Path to a program. | |
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib | |
//Path to a program. | |
CMAKE_READELF:FILEPATH=CMAKE_READELF-NOTFOUND | |
//Flags used by the linker during the creation of shared libraries | |
// during all build types. | |
CMAKE_SHARED_LINKER_FLAGS:STRING= | |
//Flags used by the shared libraries linker during CI builds. | |
CMAKE_SHARED_LINKER_FLAGS_CI:STRING= | |
//Flags used by the linker during the creation of shared libraries | |
// during DEBUG builds. | |
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= | |
//Flags used by the linker during the creation of shared libraries | |
// during MINSIZEREL builds. | |
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= | |
//Flags used by the linker during the creation of shared libraries | |
// during RELEASE builds. | |
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= | |
//Flags used by the linker during the creation of shared libraries | |
// during RELWITHDEBINFO builds. | |
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= | |
//If set, runtime paths are not added when installing shared libraries, | |
// but are added when building. | |
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO | |
//If set, runtime paths are not added when using shared libraries. | |
CMAKE_SKIP_RPATH:BOOL=NO | |
//Flags used by the linker during the creation of static libraries | |
// during all build types. | |
CMAKE_STATIC_LINKER_FLAGS:STRING= | |
//Flags used by the linker during the creation of static libraries | |
// during DEBUG builds. | |
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= | |
//Flags used by the linker during the creation of static libraries | |
// during MINSIZEREL builds. | |
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= | |
//Flags used by the linker during the creation of static libraries | |
// during RELEASE builds. | |
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= | |
//Flags used by the linker during the creation of static libraries | |
// during RELWITHDEBINFO builds. | |
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= | |
//Path to a program. | |
CMAKE_STRIP:FILEPATH=/usr/bin/strip | |
//If this value is on, makefiles will be generated without the | |
// .SILENT directive, and all commands will be echoed to the console | |
// during the make. This is useful for debugging only. With Visual | |
// Studio IDE projects all commands are done without /nologo. | |
CMAKE_VERBOSE_MAKEFILE:BOOL=ON | |
//Enable to build RPM source packages | |
CPACK_SOURCE_RPM:BOOL=OFF | |
//Enable to build TBZ2 source packages | |
CPACK_SOURCE_TBZ2:BOOL=ON | |
//Enable to build TGZ source packages | |
CPACK_SOURCE_TGZ:BOOL=ON | |
//Enable to build TXZ source packages | |
CPACK_SOURCE_TXZ:BOOL=ON | |
//Enable to build TZ source packages | |
CPACK_SOURCE_TZ:BOOL=ON | |
//Enable to build ZIP source packages | |
CPACK_SOURCE_ZIP:BOOL=OFF | |
//Enable static analysis with Clang-Tidy | |
ENABLE_CLANG_TIDY:BOOL=OFF | |
//Enable coverage reporting for GCC/Clang | |
ENABLE_COVERAGE:BOOL=OFF | |
//Enable static analysis with Cppcheck | |
ENABLE_CPPCHECK:BOOL=OFF | |
//Enable documentation | |
ENABLE_DOCUMENTATION:BOOL=ON | |
//Enable interprocedural (link time, LTO) optimization | |
ENABLE_IPO:BOOL=TRUE | |
//Enable address sanitizer | |
ENABLE_SANITIZER_ADDRESS:BOOL=OFF | |
//Enable memory sanitizer | |
ENABLE_SANITIZER_MEMORY:BOOL=OFF | |
//Enable thread sanitizer | |
ENABLE_SANITIZER_THREAD:BOOL=OFF | |
//Enable undefined behavior sanitizer | |
ENABLE_SANITIZER_UNDEFINED_BEHAVIOR:BOOL=OFF | |
//Enable tests | |
ENABLE_TESTING:BOOL=ON | |
//Enable possibility to use internal ccache tracing | |
ENABLE_TRACING:BOOL=OFF | |
//Git command line client | |
GIT_EXECUTABLE:FILEPATH=/opt/homebrew/bin/git | |
//Download and use libhiredis from the Internet if not available | |
HIREDIS_FROM_INTERNET:BOOL=ON | |
//Path to a file. | |
HIREDIS_INCLUDE_DIR:PATH=/opt/homebrew/include | |
//Path to a library. | |
HIREDIS_LIBRARY:FILEPATH=/opt/homebrew/lib/libhiredis.dylib | |
//Arguments to supply to pkg-config | |
PKG_CONFIG_ARGN:STRING= | |
//pkg-config executable | |
PKG_CONFIG_EXECUTABLE:FILEPATH=/opt/homebrew/bin/pkg-config | |
//Enable Redis secondary storage | |
REDIS_STORAGE_BACKEND:BOOL=ON | |
//Prefer linking libraries statically | |
STATIC_LINK:BOOL=OFF | |
//Treat compiler warnings as errors | |
WARNINGS_AS_ERRORS:BOOL=ON | |
//Download and use libzstd from the Internet if not available | |
ZSTD_FROM_INTERNET:BOOL=ON | |
//Path to a file. | |
ZSTD_INCLUDE_DIR:PATH=/opt/homebrew/include | |
//Path to a library. | |
ZSTD_LIBRARY:FILEPATH=/opt/homebrew/lib/libzstd.dylib | |
//Value Computed by CMake | |
ccache_BINARY_DIR:STATIC=/tmp/ccache-20220830-76304-fnkx5x/build | |
//Value Computed by CMake | |
ccache_IS_TOP_LEVEL:STATIC=ON | |
//Value Computed by CMake | |
ccache_SOURCE_DIR:STATIC=/tmp/ccache-20220830-76304-fnkx5x | |
//Path to a library. | |
pkgcfg_lib_HIREDIS_hiredis:FILEPATH=/opt/homebrew/Cellar/hiredis/1.0.2/lib/libhiredis.dylib | |
######################## | |
# INTERNAL cache entries | |
######################## | |
//ADVANCED property for variable: ASCIIDOCTOR_EXE | |
ASCIIDOCTOR_EXE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_ADDR2LINE | |
CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_AR | |
CMAKE_AR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_ASM_COMPILER | |
CMAKE_ASM_COMPILER-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_ASM_COMPILER_AR | |
CMAKE_ASM_COMPILER_AR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_ASM_COMPILER_RANLIB | |
CMAKE_ASM_COMPILER_RANLIB-ADVANCED:INTERNAL=1 | |
CMAKE_ASM_COMPILER_WORKS:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_ASM_FLAGS | |
CMAKE_ASM_FLAGS-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_ASM_FLAGS_DEBUG | |
CMAKE_ASM_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_ASM_FLAGS_MINSIZEREL | |
CMAKE_ASM_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_ASM_FLAGS_RELEASE | |
CMAKE_ASM_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_ASM_FLAGS_RELWITHDEBINFO | |
CMAKE_ASM_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_ASM_MASM_COMPILER | |
CMAKE_ASM_MASM_COMPILER-ADVANCED:INTERNAL=1 | |
CMAKE_ASM_MASM_COMPILER_WORKS:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_ASM_MASM_FLAGS | |
CMAKE_ASM_MASM_FLAGS-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_ASM_MASM_FLAGS_DEBUG | |
CMAKE_ASM_MASM_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_ASM_MASM_FLAGS_MINSIZEREL | |
CMAKE_ASM_MASM_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_ASM_MASM_FLAGS_RELEASE | |
CMAKE_ASM_MASM_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_ASM_MASM_FLAGS_RELWITHDEBINFO | |
CMAKE_ASM_MASM_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
//This is the directory where this CMakeCache.txt was created | |
CMAKE_CACHEFILE_DIR:INTERNAL=/tmp/ccache-20220830-76304-fnkx5x/build | |
//Major version of cmake used to create the current loaded cache | |
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 | |
//Minor version of cmake used to create the current loaded cache | |
CMAKE_CACHE_MINOR_VERSION:INTERNAL=24 | |
//Patch version of cmake used to create the current loaded cache | |
CMAKE_CACHE_PATCH_VERSION:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE | |
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 | |
//Path to CMake executable. | |
CMAKE_COMMAND:INTERNAL=/opt/homebrew/Cellar/cmake/3.24.1/bin/cmake | |
//Path to cpack program executable. | |
CMAKE_CPACK_COMMAND:INTERNAL=/opt/homebrew/Cellar/cmake/3.24.1/bin/cpack | |
//Path to ctest program executable. | |
CMAKE_CTEST_COMMAND:INTERNAL=/opt/homebrew/Cellar/cmake/3.24.1/bin/ctest | |
//ADVANCED property for variable: CMAKE_CXX_COMPILER | |
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_CXX_FLAGS | |
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_CXX_FLAGS_CI | |
CMAKE_CXX_FLAGS_CI-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG | |
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL | |
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE | |
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO | |
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_C_COMPILER | |
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_C_FLAGS | |
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_C_FLAGS_CI | |
CMAKE_C_FLAGS_CI-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG | |
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL | |
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE | |
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO | |
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_DLLTOOL | |
CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 | |
//Path to cache edit program executable. | |
CMAKE_EDIT_COMMAND:INTERNAL=/opt/homebrew/Cellar/cmake/3.24.1/bin/ccmake | |
//Whether to issue deprecation errors for macros and functions. | |
CMAKE_ERROR_DEPRECATED:INTERNAL=FALSE | |
//Executable file format | |
CMAKE_EXECUTABLE_FORMAT:INTERNAL=MACHO | |
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS | |
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_CI | |
CMAKE_EXE_LINKER_FLAGS_CI-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG | |
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL | |
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE | |
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO | |
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS | |
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 | |
//Name of external makefile project generator. | |
CMAKE_EXTRA_GENERATOR:INTERNAL= | |
//Name of generator. | |
CMAKE_GENERATOR:INTERNAL=Unix Makefiles | |
//Generator instance identifier. | |
CMAKE_GENERATOR_INSTANCE:INTERNAL= | |
//Name of generator platform. | |
CMAKE_GENERATOR_PLATFORM:INTERNAL= | |
//Name of generator toolset. | |
CMAKE_GENERATOR_TOOLSET:INTERNAL= | |
//Test CMAKE_HAVE_LIBC_PTHREAD | |
CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=1 | |
//Source directory with the top level CMakeLists.txt file for this | |
// project | |
CMAKE_HOME_DIRECTORY:INTERNAL=/tmp/ccache-20220830-76304-fnkx5x | |
//ADVANCED property for variable: CMAKE_INSTALL_BINDIR | |
CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_INSTALL_DATADIR | |
CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR | |
CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR | |
CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR | |
CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_INSTALL_INFODIR | |
CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR | |
CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR | |
CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR | |
CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR | |
CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_INSTALL_MANDIR | |
CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_INSTALL_NAME_TOOL | |
CMAKE_INSTALL_NAME_TOOL-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR | |
CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR | |
CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR | |
CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR | |
CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR | |
CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_LINKER | |
CMAKE_LINKER-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM | |
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS | |
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG | |
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL | |
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE | |
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO | |
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_NM | |
CMAKE_NM-ADVANCED:INTERNAL=1 | |
//number of local generators | |
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=13 | |
//ADVANCED property for variable: CMAKE_OBJCOPY | |
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_OBJDUMP | |
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 | |
//Platform information initialized | |
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_RANLIB | |
CMAKE_RANLIB-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_READELF | |
CMAKE_READELF-ADVANCED:INTERNAL=1 | |
//Path to CMake installation. | |
CMAKE_ROOT:INTERNAL=/opt/homebrew/Cellar/cmake/3.24.1/share/cmake | |
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS | |
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_CI | |
CMAKE_SHARED_LINKER_FLAGS_CI-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG | |
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL | |
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE | |
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO | |
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH | |
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_SKIP_RPATH | |
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS | |
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG | |
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL | |
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE | |
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO | |
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_STRIP | |
CMAKE_STRIP-ADVANCED:INTERNAL=1 | |
//Suppress errors that are meant for the author of the CMakeLists.txt | |
// files. | |
CMAKE_SUPPRESS_DEVELOPER_ERRORS:INTERNAL=TRUE | |
//Suppress Warnings that are meant for the author of the CMakeLists.txt | |
// files. | |
CMAKE_SUPPRESS_DEVELOPER_WARNINGS:INTERNAL=TRUE | |
//uname command | |
CMAKE_UNAME:INTERNAL=/usr/bin/uname | |
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE | |
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 | |
//Whether to issue warnings for deprecated functionality. | |
CMAKE_WARN_DEPRECATED:INTERNAL=FALSE | |
//ADVANCED property for variable: CPACK_SOURCE_RPM | |
CPACK_SOURCE_RPM-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CPACK_SOURCE_TBZ2 | |
CPACK_SOURCE_TBZ2-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CPACK_SOURCE_TGZ | |
CPACK_SOURCE_TGZ-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CPACK_SOURCE_TXZ | |
CPACK_SOURCE_TXZ-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CPACK_SOURCE_TZ | |
CPACK_SOURCE_TZ-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CPACK_SOURCE_ZIP | |
CPACK_SOURCE_ZIP-ADVANCED:INTERNAL=1 | |
//Details about finding PkgConfig | |
FIND_PACKAGE_MESSAGE_DETAILS_PkgConfig:INTERNAL=[/opt/homebrew/bin/pkg-config][v0.29.2()] | |
//Details about finding Threads | |
FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] | |
//ADVANCED property for variable: GIT_EXECUTABLE | |
GIT_EXECUTABLE-ADVANCED:INTERNAL=1 | |
//Test HAS__WDOUBLE_PROMOTION | |
HAS__WDOUBLE_PROMOTION:INTERNAL=1 | |
//Have function asctime_r | |
HAVE_ASCTIME_R:INTERNAL=1 | |
//Result of TRY_COMPILE | |
HAVE_ASM_AVX2:INTERNAL=FALSE | |
//Result of TRY_COMPILE | |
HAVE_ASM_AVX512:INTERNAL=FALSE | |
//Result of TRY_COMPILE | |
HAVE_ASM_SSE2:INTERNAL=FALSE | |
//Result of TRY_COMPILE | |
HAVE_ASM_SSE41:INTERNAL=FALSE | |
//Test HAVE_AVX2 | |
HAVE_AVX2:INTERNAL= | |
//Test HAVE_C_AVX2 | |
HAVE_C_AVX2:INTERNAL= | |
//Test HAVE_C_AVX512 | |
HAVE_C_AVX512:INTERNAL= | |
//Test HAVE_C_SSE2 | |
HAVE_C_SSE2:INTERNAL= | |
//Test HAVE_C_SSE41 | |
HAVE_C_SSE41:INTERNAL= | |
//Have include dirent.h | |
HAVE_DIRENT_H:INTERNAL=1 | |
//Have function geteuid | |
HAVE_GETEUID:INTERNAL=1 | |
//Have function getopt_long | |
HAVE_GETOPT_LONG:INTERNAL=1 | |
//Have function getpwuid | |
HAVE_GETPWUID:INTERNAL=1 | |
//Have function gettimeofday | |
HAVE_GETTIMEOFDAY:INTERNAL=1 | |
//Have include linux/fs.h | |
HAVE_LINUX_FS_H:INTERNAL= | |
//Test HAVE_NEON | |
HAVE_NEON:INTERNAL=1 | |
//Have function posix_fallocate | |
HAVE_POSIX_FALLOCATE:INTERNAL= | |
//Have function pthread_mutexattr_setpshared | |
HAVE_PTHREAD_MUTEXATTR_SETPSHARED:INTERNAL=1 | |
//Test HAVE_PTHREAD_MUTEX_ROBUST | |
HAVE_PTHREAD_MUTEX_ROBUST:INTERNAL= | |
//Have include pwd.h | |
HAVE_PWD_H:INTERNAL=1 | |
//Have function realpath | |
HAVE_REALPATH:INTERNAL=1 | |
//Have function setenv | |
HAVE_SETENV:INTERNAL=1 | |
//Have include strings.h | |
HAVE_STRINGS_H:INTERNAL=1 | |
//Have function strndup | |
HAVE_STRNDUP:INTERNAL=1 | |
//Test HAVE_STRUCT_STATFS_F_FSTYPENAME | |
HAVE_STRUCT_STATFS_F_FSTYPENAME:INTERNAL=1 | |
//Test HAVE_STRUCT_STAT_ST_ATIM | |
HAVE_STRUCT_STAT_ST_ATIM:INTERNAL= | |
//Test HAVE_STRUCT_STAT_ST_ATIMESPEC | |
HAVE_STRUCT_STAT_ST_ATIMESPEC:INTERNAL=1 | |
//Test HAVE_STRUCT_STAT_ST_CTIM | |
HAVE_STRUCT_STAT_ST_CTIM:INTERNAL= | |
//Test HAVE_STRUCT_STAT_ST_CTIMESPEC | |
HAVE_STRUCT_STAT_ST_CTIMESPEC:INTERNAL=1 | |
//Test HAVE_STRUCT_STAT_ST_MTIM | |
HAVE_STRUCT_STAT_ST_MTIM:INTERNAL= | |
//Test HAVE_STRUCT_STAT_ST_MTIMESPEC | |
HAVE_STRUCT_STAT_ST_MTIMESPEC:INTERNAL=1 | |
//Have function syslog | |
HAVE_SYSLOG:INTERNAL=1 | |
//Have include syslog.h | |
HAVE_SYSLOG_H:INTERNAL=1 | |
//Have include sys/clonefile.h | |
HAVE_SYS_CLONEFILE_H:INTERNAL=1 | |
//Have include sys/file.h | |
HAVE_SYS_FILE_H:INTERNAL=1 | |
//Have include sys/ioctl.h | |
HAVE_SYS_IOCTL_H:INTERNAL=1 | |
//Have include sys/mman.h | |
HAVE_SYS_MMAN_H:INTERNAL=1 | |
//Have include sys/time.h | |
HAVE_SYS_TIME_H:INTERNAL=1 | |
//Have include sys/utime.h | |
HAVE_SYS_UTIME_H:INTERNAL= | |
//Have include sys/wait.h | |
HAVE_SYS_WAIT_H:INTERNAL=1 | |
//Have include termios.h | |
HAVE_TERMIOS_H:INTERNAL=1 | |
//Have include unistd.h | |
HAVE_UNISTD_H:INTERNAL=1 | |
//Have function unsetenv | |
HAVE_UNSETENV:INTERNAL=1 | |
//Have function utimensat | |
HAVE_UTIMENSAT:INTERNAL=1 | |
//Have function utimes | |
HAVE_UTIMES:INTERNAL=1 | |
//Have include utime.h | |
HAVE_UTIME_H:INTERNAL=1 | |
//Have include varargs.h | |
HAVE_VARARGS_H:INTERNAL= | |
HIREDIS_CFLAGS:INTERNAL=-D_FILE_OFFSET_BITS=64;-I/opt/homebrew/Cellar/hiredis/1.0.2/include/hiredis | |
HIREDIS_CFLAGS_I:INTERNAL= | |
HIREDIS_CFLAGS_OTHER:INTERNAL=-D_FILE_OFFSET_BITS=64 | |
HIREDIS_FOUND:INTERNAL=1 | |
HIREDIS_INCLUDEDIR:INTERNAL=/opt/homebrew/Cellar/hiredis/1.0.2/include/hiredis | |
//ADVANCED property for variable: HIREDIS_INCLUDE_DIR | |
HIREDIS_INCLUDE_DIR-ADVANCED:INTERNAL=1 | |
HIREDIS_INCLUDE_DIRS:INTERNAL=/opt/homebrew/Cellar/hiredis/1.0.2/include/hiredis | |
HIREDIS_LDFLAGS:INTERNAL=-L/opt/homebrew/Cellar/hiredis/1.0.2/lib;-lhiredis | |
HIREDIS_LDFLAGS_OTHER:INTERNAL= | |
HIREDIS_LIBDIR:INTERNAL=/opt/homebrew/Cellar/hiredis/1.0.2/lib | |
HIREDIS_LIBRARIES:INTERNAL=hiredis | |
//ADVANCED property for variable: HIREDIS_LIBRARY | |
HIREDIS_LIBRARY-ADVANCED:INTERNAL=1 | |
HIREDIS_LIBRARY_DIRS:INTERNAL=/opt/homebrew/Cellar/hiredis/1.0.2/lib | |
HIREDIS_LIBS:INTERNAL= | |
HIREDIS_LIBS_L:INTERNAL= | |
HIREDIS_LIBS_OTHER:INTERNAL= | |
HIREDIS_LIBS_PATHS:INTERNAL= | |
HIREDIS_MODULE_NAME:INTERNAL=hiredis | |
HIREDIS_PREFIX:INTERNAL=/opt/homebrew/Cellar/hiredis/1.0.2 | |
HIREDIS_STATIC_CFLAGS:INTERNAL=-D_FILE_OFFSET_BITS=64;-I/opt/homebrew/Cellar/hiredis/1.0.2/include/hiredis | |
HIREDIS_STATIC_CFLAGS_I:INTERNAL= | |
HIREDIS_STATIC_CFLAGS_OTHER:INTERNAL=-D_FILE_OFFSET_BITS=64 | |
HIREDIS_STATIC_INCLUDE_DIRS:INTERNAL=/opt/homebrew/Cellar/hiredis/1.0.2/include/hiredis | |
HIREDIS_STATIC_LDFLAGS:INTERNAL=-L/opt/homebrew/Cellar/hiredis/1.0.2/lib;-lhiredis | |
HIREDIS_STATIC_LDFLAGS_OTHER:INTERNAL= | |
HIREDIS_STATIC_LIBDIR:INTERNAL= | |
HIREDIS_STATIC_LIBRARIES:INTERNAL=hiredis | |
HIREDIS_STATIC_LIBRARY_DIRS:INTERNAL=/opt/homebrew/Cellar/hiredis/1.0.2/lib | |
HIREDIS_STATIC_LIBS:INTERNAL= | |
HIREDIS_STATIC_LIBS_L:INTERNAL= | |
HIREDIS_STATIC_LIBS_OTHER:INTERNAL= | |
HIREDIS_STATIC_LIBS_PATHS:INTERNAL= | |
HIREDIS_VERSION:INTERNAL=1.0.2 | |
HIREDIS_hiredis_INCLUDEDIR:INTERNAL= | |
HIREDIS_hiredis_LIBDIR:INTERNAL= | |
HIREDIS_hiredis_PREFIX:INTERNAL= | |
HIREDIS_hiredis_VERSION:INTERNAL= | |
//ADVANCED property for variable: PKG_CONFIG_ARGN | |
PKG_CONFIG_ARGN-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE | |
PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1 | |
//Result of TRY_COMPILE | |
USE_XXH_DISPATCH:INTERNAL=FALSE | |
//ADVANCED property for variable: ZSTD_INCLUDE_DIR | |
ZSTD_INCLUDE_DIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: ZSTD_LIBRARY | |
ZSTD_LIBRARY-ADVANCED:INTERNAL=1 | |
//CMAKE_INSTALL_PREFIX during last run | |
_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/opt/homebrew/Cellar/ccache/HEAD-dfc7a90 | |
__pkg_config_arguments_HIREDIS:INTERNAL=hiredis>=0.13.3 | |
__pkg_config_checked_HIREDIS:INTERNAL=1 | |
//ADVANCED property for variable: pkgcfg_lib_HIREDIS_hiredis | |
pkgcfg_lib_HIREDIS_hiredis-ADVANCED:INTERNAL=1 | |
prefix_result:INTERNAL=/opt/homebrew/Cellar/hiredis/1.0.2/lib | |
//Test std_atomic_without_libatomic | |
std_atomic_without_libatomic:INTERNAL=1 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Checking whether the ASM compiler is GNU using "--version" did not match "(GNU assembler)|(GCC)|(Free Software Foundation)": | |
Apple clang version 13.1.6 (clang-1316.0.21.2.5) | |
Target: arm64-apple-darwin21.6.0 | |
Thread model: posix | |
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin | |
Checking whether the ASM_MASM compiler is GNU using "--version" did not match "(GNU assembler)|(GCC)|(Free Software Foundation)": | |
Checking whether the ASM_MASM compiler is Clang using "--version" did not match "(clang version)": | |
Checking whether the ASM_MASM compiler is AppleClang using "--version" did not match "(Apple LLVM version)": | |
Checking whether the ASM_MASM compiler is ARMClang using "--version" did not match "armclang": | |
Checking whether the ASM_MASM compiler is HP using "-V" did not match "HP C": | |
Checking whether the ASM_MASM compiler is Intel using "--version" did not match "(ICC)": | |
Checking whether the ASM_MASM compiler is IntelLLVM using "--version" did not match "(Intel[^ | |
]+oneAPI)": | |
Checking whether the ASM_MASM compiler is SunPro using "-V" did not match "Sun C": | |
Checking whether the ASM_MASM compiler is XL using "-qversion" did not match "XL C": | |
Checking whether the ASM_MASM compiler is MSVC using "-?" did not match "Microsoft": | |
Checking whether the ASM_MASM compiler is TI using "-h" did not match "Texas Instruments": | |
Checking whether the ASM_MASM compiler is IAR using "" did not match "IAR Assembler": | |
Checking whether the ASM_MASM compiler is ARMCC using "" did not match "(ARM Compiler)|(ARM Assembler)|(Arm Compiler)": | |
Checking whether the ASM_MASM compiler is NASM using "-v" did not match "(NASM version)": | |
Checking whether the ASM_MASM compiler is YASM using "--version" did not match "(yasm)": | |
Checking whether the ASM_MASM compiler is ADSP using "-version" did not match "Analog Devices": | |
Checking whether the ASM_MASM compiler is QCC using "-V" did not match "gcc_nto": | |
Determining if the include file linux/fs.h exists failed with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_dc65a/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_dc65a.dir/build.make CMakeFiles/cmTC_dc65a.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_dc65a.dir/CheckIncludeFile.c.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_dc65a.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_dc65a.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_dc65a.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: 'linux/fs.h' file not found | |
#include <linux/fs.h> | |
^~~~~~~~~~~~ | |
1 error generated. | |
gmake[1]: *** [CMakeFiles/cmTC_dc65a.dir/build.make:79: CMakeFiles/cmTC_dc65a.dir/CheckIncludeFile.c.o] Error 1 | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
gmake: *** [Makefile:127: cmTC_dc65a/fast] Error 2 | |
Determining if the include file sys/utime.h exists failed with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_e6c62/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_e6c62.dir/build.make CMakeFiles/cmTC_e6c62.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_e6c62.dir/CheckIncludeFile.c.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_e6c62.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_e6c62.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_e6c62.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: 'sys/utime.h' file not found | |
#include <sys/utime.h> | |
^~~~~~~~~~~~~ | |
1 error generated. | |
gmake[1]: *** [CMakeFiles/cmTC_e6c62.dir/build.make:79: CMakeFiles/cmTC_e6c62.dir/CheckIncludeFile.c.o] Error 1 | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
gmake: *** [Makefile:127: cmTC_e6c62/fast] Error 2 | |
Determining if the include file varargs.h exists failed with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_095e2/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_095e2.dir/build.make CMakeFiles/cmTC_095e2.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_095e2.dir/CheckIncludeFile.c.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_095e2.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_095e2.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_095e2.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
In file included from /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1: | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/varargs.h:11:4: error: "Please use <stdarg.h> instead of <varargs.h>" | |
#error "Please use <stdarg.h> instead of <varargs.h>" | |
^ | |
1 error generated. | |
gmake[1]: *** [CMakeFiles/cmTC_095e2.dir/build.make:79: CMakeFiles/cmTC_095e2.dir/CheckIncludeFile.c.o] Error 1 | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
gmake: *** [Makefile:127: cmTC_095e2/fast] Error 2 | |
Determining if the function posix_fallocate exists failed with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_0786a/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_0786a.dir/build.make CMakeFiles/cmTC_0786a.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_0786a.dir/CheckFunctionExists.c.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -DCHECK_FUNCTION_EXISTS=posix_fallocate -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_0786a.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_0786a.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_0786a.dir/CheckFunctionExists.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CheckFunctionExists.c | |
Linking C executable cmTC_0786a | |
/opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0786a.dir/link.txt --verbose=1 | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -DCHECK_FUNCTION_EXISTS=posix_fallocate -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0786a.dir/CheckFunctionExists.c.o -o cmTC_0786a | |
Undefined symbols for architecture arm64: | |
"_posix_fallocate", referenced from: | |
_main in CheckFunctionExists.c.o | |
ld: symbol(s) not found for architecture arm64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
gmake[1]: *** [CMakeFiles/cmTC_0786a.dir/build.make:100: cmTC_0786a] Error 1 | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
gmake: *** [Makefile:127: cmTC_0786a/fast] Error 2 | |
Performing C++ SOURCE FILE Test HAVE_PTHREAD_MUTEX_ROBUST failed with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_05c75/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_05c75.dir/build.make CMakeFiles/cmTC_05c75.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_05c75.dir/src.cxx.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_PTHREAD_MUTEX_ROBUST -pthread -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c++17 -MD -MT CMakeFiles/cmTC_05c75.dir/src.cxx.o -MF CMakeFiles/cmTC_05c75.dir/src.cxx.o.d -o CMakeFiles/cmTC_05c75.dir/src.cxx.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.cxx | |
/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.cxx:5:48: error: use of undeclared identifier 'PTHREAD_MUTEX_ROBUST' | |
(void)pthread_mutexattr_setrobust(&attr, PTHREAD_MUTEX_ROBUST); | |
^ | |
1 error generated. | |
gmake[1]: *** [CMakeFiles/cmTC_05c75.dir/build.make:79: CMakeFiles/cmTC_05c75.dir/src.cxx.o] Error 1 | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
gmake: *** [Makefile:127: cmTC_05c75/fast] Error 2 | |
Source file was: | |
#include <pthread.h> | |
int main() | |
{ | |
pthread_mutexattr_t attr; | |
(void)pthread_mutexattr_setrobust(&attr, PTHREAD_MUTEX_ROBUST); | |
return 0; | |
} | |
Performing C++ SOURCE FILE Test HAVE_STRUCT_STAT_ST_ATIM failed with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_2360e/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_2360e.dir/build.make CMakeFiles/cmTC_2360e.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_2360e.dir/src.cxx.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_STRUCT_STAT_ST_ATIM -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c++17 -MD -MT CMakeFiles/cmTC_2360e.dir/src.cxx.o -MF CMakeFiles/cmTC_2360e.dir/src.cxx.o.d -o CMakeFiles/cmTC_2360e.dir/src.cxx.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.cxx | |
/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.cxx:6:36: error: no member named 'st_atim' in 'stat' | |
(void)sizeof(((struct stat *)0)->st_atim); | |
~~~~~~~~~~~~~~~~~~ ^ | |
1 error generated. | |
gmake[1]: *** [CMakeFiles/cmTC_2360e.dir/build.make:79: CMakeFiles/cmTC_2360e.dir/src.cxx.o] Error 1 | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
gmake: *** [Makefile:127: cmTC_2360e/fast] Error 2 | |
Source file was: | |
#include <sys/stat.h> | |
int main() | |
{ | |
(void)sizeof(((struct stat *)0)->st_atim); | |
return 0; | |
} | |
Performing C++ SOURCE FILE Test HAVE_STRUCT_STAT_ST_CTIM failed with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_5e99c/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_5e99c.dir/build.make CMakeFiles/cmTC_5e99c.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_5e99c.dir/src.cxx.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_STRUCT_STAT_ST_CTIM -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c++17 -MD -MT CMakeFiles/cmTC_5e99c.dir/src.cxx.o -MF CMakeFiles/cmTC_5e99c.dir/src.cxx.o.d -o CMakeFiles/cmTC_5e99c.dir/src.cxx.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.cxx | |
/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.cxx:6:36: error: no member named 'st_ctim' in 'stat' | |
(void)sizeof(((struct stat *)0)->st_ctim); | |
~~~~~~~~~~~~~~~~~~ ^ | |
1 error generated. | |
gmake[1]: *** [CMakeFiles/cmTC_5e99c.dir/build.make:79: CMakeFiles/cmTC_5e99c.dir/src.cxx.o] Error 1 | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
gmake: *** [Makefile:127: cmTC_5e99c/fast] Error 2 | |
Source file was: | |
#include <sys/stat.h> | |
int main() | |
{ | |
(void)sizeof(((struct stat *)0)->st_ctim); | |
return 0; | |
} | |
Performing C++ SOURCE FILE Test HAVE_STRUCT_STAT_ST_MTIM failed with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_e55db/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_e55db.dir/build.make CMakeFiles/cmTC_e55db.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_e55db.dir/src.cxx.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_STRUCT_STAT_ST_MTIM -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c++17 -MD -MT CMakeFiles/cmTC_e55db.dir/src.cxx.o -MF CMakeFiles/cmTC_e55db.dir/src.cxx.o.d -o CMakeFiles/cmTC_e55db.dir/src.cxx.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.cxx | |
/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.cxx:6:36: error: no member named 'st_mtim' in 'stat' | |
(void)sizeof(((struct stat *)0)->st_mtim); | |
~~~~~~~~~~~~~~~~~~ ^ | |
1 error generated. | |
gmake[1]: *** [CMakeFiles/cmTC_e55db.dir/build.make:79: CMakeFiles/cmTC_e55db.dir/src.cxx.o] Error 1 | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
gmake: *** [Makefile:127: cmTC_e55db/fast] Error 2 | |
Source file was: | |
#include <sys/stat.h> | |
int main() | |
{ | |
(void)sizeof(((struct stat *)0)->st_mtim); | |
return 0; | |
} | |
Performing C++ SOURCE FILE Test HAVE_AVX2 failed with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_7841b/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_7841b.dir/build.make CMakeFiles/cmTC_7841b.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_7841b.dir/src.cxx.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_AVX2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c++17 -MD -MT CMakeFiles/cmTC_7841b.dir/src.cxx.o -MF CMakeFiles/cmTC_7841b.dir/src.cxx.o.d -o CMakeFiles/cmTC_7841b.dir/src.cxx.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.cxx | |
In file included from /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.cxx:1: | |
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/immintrin.h:13: | |
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/x86gprintrin.h:15: | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/hresetintrin.h:42:27: error: invalid input constraint 'a' in asm | |
__asm__ ("hreset $0" :: "a"(__eax)); | |
^ | |
In file included from /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.cxx:1: | |
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/immintrin.h:17: | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:33:5: error: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'? | |
__builtin_ia32_emms(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:33:5: note: '__builtin_isless' declared here | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:33:25: error: too few arguments to function call, expected 2, have 0 | |
__builtin_ia32_emms(); | |
~~~~~~~~~~~~~~~~~~~~^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:50:19: error: use of undeclared identifier '__builtin_ia32_vec_init_v2si' | |
return (__m64)__builtin_ia32_vec_init_v2si(__i, 0); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:67:12: error: use of undeclared identifier '__builtin_ia32_vec_ext_v2si' | |
return __builtin_ia32_vec_ext_v2si((__v2si)__m, 0); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:129:19: error: use of undeclared identifier '__builtin_ia32_packsswb' | |
return (__m64)__builtin_ia32_packsswb((__v4hi)__m1, (__v4hi)__m2); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:159:19: error: use of undeclared identifier '__builtin_ia32_packssdw' | |
return (__m64)__builtin_ia32_packssdw((__v2si)__m1, (__v2si)__m2); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:189:19: error: use of undeclared identifier '__builtin_ia32_packuswb' | |
return (__m64)__builtin_ia32_packuswb((__v4hi)__m1, (__v4hi)__m2); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:216:19: error: use of undeclared identifier '__builtin_ia32_punpckhbw' | |
return (__m64)__builtin_ia32_punpckhbw((__v8qi)__m1, (__v8qi)__m2); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:239:19: error: use of undeclared identifier '__builtin_ia32_punpckhwd' | |
return (__m64)__builtin_ia32_punpckhwd((__v4hi)__m1, (__v4hi)__m2); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:260:19: error: use of undeclared identifier '__builtin_ia32_punpckhdq' | |
return (__m64)__builtin_ia32_punpckhdq((__v2si)__m1, (__v2si)__m2); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:287:19: error: use of undeclared identifier '__builtin_ia32_punpcklbw' | |
return (__m64)__builtin_ia32_punpcklbw((__v8qi)__m1, (__v8qi)__m2); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:310:19: error: use of undeclared identifier '__builtin_ia32_punpcklwd' | |
return (__m64)__builtin_ia32_punpcklwd((__v4hi)__m1, (__v4hi)__m2); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:331:19: error: use of undeclared identifier '__builtin_ia32_punpckldq' | |
return (__m64)__builtin_ia32_punpckldq((__v2si)__m1, (__v2si)__m2); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:352:19: error: use of undeclared identifier '__builtin_ia32_paddb'; did you mean '__builtin_arm_addg'? | |
return (__m64)__builtin_ia32_paddb((__v8qi)__m1, (__v8qi)__m2); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:352:19: note: '__builtin_arm_addg' declared here | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:352:19: error: first argument of MTE builtin function must be a pointer ('__v8qi' (vector of 8 'char' values) invalid) | |
return (__m64)__builtin_ia32_paddb((__v8qi)__m1, (__v8qi)__m2); | |
^ ~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:373:19: error: use of undeclared identifier '__builtin_ia32_paddw'; did you mean '__builtin_arm_addg'? | |
return (__m64)__builtin_ia32_paddw((__v4hi)__m1, (__v4hi)__m2); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:352:19: note: '__builtin_arm_addg' declared here | |
return (__m64)__builtin_ia32_paddb((__v8qi)__m1, (__v8qi)__m2); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:373:19: error: first argument of MTE builtin function must be a pointer ('__v4hi' (vector of 4 'short' values) invalid) | |
return (__m64)__builtin_ia32_paddw((__v4hi)__m1, (__v4hi)__m2); | |
^ ~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:394:19: error: use of undeclared identifier '__builtin_ia32_paddd'; did you mean '__builtin_arm_addg'? | |
return (__m64)__builtin_ia32_paddd((__v2si)__m1, (__v2si)__m2); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:352:19: note: '__builtin_arm_addg' declared here | |
return (__m64)__builtin_ia32_paddb((__v8qi)__m1, (__v8qi)__m2); | |
^ | |
fatal error: too many errors emitted, stopping now [-ferror-limit=] | |
20 errors generated. | |
gmake[1]: *** [CMakeFiles/cmTC_7841b.dir/build.make:79: CMakeFiles/cmTC_7841b.dir/src.cxx.o] Error 1 | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
gmake: *** [Makefile:127: cmTC_7841b/fast] Error 2 | |
Source file was: | |
#include <immintrin.h> | |
#ifndef _MSC_VER // MSVC does not need explicit enabling of AVX2. | |
void func() __attribute__((target("avx2"))); | |
#endif | |
void func() { _mm256_abs_epi8(_mm256_set1_epi32(42)); } | |
int main() | |
{ | |
func(); | |
return 0; | |
} | |
Performing C SOURCE FILE Test HAVE_C_SSE2 failed with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_b7dc7/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_b7dc7.dir/build.make CMakeFiles/cmTC_b7dc7.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_b7dc7.dir/src.c.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_C_SSE2 -msse2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_b7dc7.dir/src.c.o -MF CMakeFiles/cmTC_b7dc7.dir/src.c.o.d -o CMakeFiles/cmTC_b7dc7.dir/src.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.c | |
clang: warning: argument unused during compilation: '-msse2' [-Wunused-command-line-argument] | |
In file included from /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.c:1: | |
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/immintrin.h:13: | |
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/x86gprintrin.h:15: | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/hresetintrin.h:42:27: error: invalid input constraint 'a' in asm | |
__asm__ ("hreset $0" :: "a"(__eax)); | |
^ | |
In file included from /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.c:1: | |
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/immintrin.h:17: | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:50:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_vec_init_v2si(__i, 0); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:129:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_packsswb((__v4hi)__m1, (__v4hi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:159:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_packssdw((__v2si)__m1, (__v2si)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:189:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_packuswb((__v4hi)__m1, (__v4hi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:216:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_punpckhbw((__v8qi)__m1, (__v8qi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:239:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_punpckhwd((__v4hi)__m1, (__v4hi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:260:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_punpckhdq((__v2si)__m1, (__v2si)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:287:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_punpcklbw((__v8qi)__m1, (__v8qi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:310:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_punpcklwd((__v4hi)__m1, (__v4hi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:331:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_punpckldq((__v2si)__m1, (__v2si)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:352:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_paddb((__v8qi)__m1, (__v8qi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:373:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_paddw((__v4hi)__m1, (__v4hi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:394:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_paddd((__v2si)__m1, (__v2si)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:416:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_paddsb((__v8qi)__m1, (__v8qi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:439:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_paddsw((__v4hi)__m1, (__v4hi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:461:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_paddusb((__v8qi)__m1, (__v8qi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:483:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_paddusw((__v4hi)__m1, (__v4hi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:504:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_psubb((__v8qi)__m1, (__v8qi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
fatal error: too many errors emitted, stopping now [-ferror-limit=] | |
20 errors generated. | |
gmake[1]: *** [CMakeFiles/cmTC_b7dc7.dir/build.make:79: CMakeFiles/cmTC_b7dc7.dir/src.c.o] Error 1 | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
gmake: *** [Makefile:127: cmTC_b7dc7/fast] Error 2 | |
Source file was: | |
#include <immintrin.h> | |
int main() { _mm_set1_epi32(42); return 0; } | |
Performing C SOURCE FILE Test HAVE_C_SSE41 failed with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_5eb58/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_5eb58.dir/build.make CMakeFiles/cmTC_5eb58.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_5eb58.dir/src.c.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_C_SSE41 -msse4.1 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_5eb58.dir/src.c.o -MF CMakeFiles/cmTC_5eb58.dir/src.c.o.d -o CMakeFiles/cmTC_5eb58.dir/src.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.c | |
clang: warning: argument unused during compilation: '-msse4.1' [-Wunused-command-line-argument] | |
In file included from /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.c:1: | |
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/immintrin.h:13: | |
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/x86gprintrin.h:15: | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/hresetintrin.h:42:27: error: invalid input constraint 'a' in asm | |
__asm__ ("hreset $0" :: "a"(__eax)); | |
^ | |
In file included from /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.c:1: | |
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/immintrin.h:17: | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:50:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_vec_init_v2si(__i, 0); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:129:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_packsswb((__v4hi)__m1, (__v4hi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:159:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_packssdw((__v2si)__m1, (__v2si)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:189:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_packuswb((__v4hi)__m1, (__v4hi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:216:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_punpckhbw((__v8qi)__m1, (__v8qi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:239:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_punpckhwd((__v4hi)__m1, (__v4hi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:260:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_punpckhdq((__v2si)__m1, (__v2si)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:287:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_punpcklbw((__v8qi)__m1, (__v8qi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:310:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_punpcklwd((__v4hi)__m1, (__v4hi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:331:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_punpckldq((__v2si)__m1, (__v2si)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:352:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_paddb((__v8qi)__m1, (__v8qi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:373:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_paddw((__v4hi)__m1, (__v4hi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:394:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_paddd((__v2si)__m1, (__v2si)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:416:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_paddsb((__v8qi)__m1, (__v8qi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:439:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_paddsw((__v4hi)__m1, (__v4hi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:461:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_paddusb((__v8qi)__m1, (__v8qi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:483:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_paddusw((__v4hi)__m1, (__v4hi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:504:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_psubb((__v8qi)__m1, (__v8qi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
fatal error: too many errors emitted, stopping now [-ferror-limit=] | |
20 errors generated. | |
gmake[1]: *** [CMakeFiles/cmTC_5eb58.dir/build.make:79: CMakeFiles/cmTC_5eb58.dir/src.c.o] Error 1 | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
gmake: *** [Makefile:127: cmTC_5eb58/fast] Error 2 | |
Source file was: | |
#include <immintrin.h> | |
int main() { _mm_test_all_ones(_mm_set1_epi32(42)); return 0; } | |
Performing C SOURCE FILE Test HAVE_C_AVX2 failed with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_69f72/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_69f72.dir/build.make CMakeFiles/cmTC_69f72.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_69f72.dir/src.c.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_C_AVX2 -mavx2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_69f72.dir/src.c.o -MF CMakeFiles/cmTC_69f72.dir/src.c.o.d -o CMakeFiles/cmTC_69f72.dir/src.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.c | |
clang: warning: argument unused during compilation: '-mavx2' [-Wunused-command-line-argument] | |
In file included from /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.c:1: | |
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/immintrin.h:13: | |
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/x86gprintrin.h:15: | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/hresetintrin.h:42:27: error: invalid input constraint 'a' in asm | |
__asm__ ("hreset $0" :: "a"(__eax)); | |
^ | |
In file included from /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.c:1: | |
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/immintrin.h:17: | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:50:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_vec_init_v2si(__i, 0); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:129:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_packsswb((__v4hi)__m1, (__v4hi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:159:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_packssdw((__v2si)__m1, (__v2si)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:189:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_packuswb((__v4hi)__m1, (__v4hi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:216:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_punpckhbw((__v8qi)__m1, (__v8qi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:239:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_punpckhwd((__v4hi)__m1, (__v4hi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:260:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_punpckhdq((__v2si)__m1, (__v2si)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:287:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_punpcklbw((__v8qi)__m1, (__v8qi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:310:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_punpcklwd((__v4hi)__m1, (__v4hi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:331:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_punpckldq((__v2si)__m1, (__v2si)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:352:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_paddb((__v8qi)__m1, (__v8qi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:373:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_paddw((__v4hi)__m1, (__v4hi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:394:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_paddd((__v2si)__m1, (__v2si)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:416:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_paddsb((__v8qi)__m1, (__v8qi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:439:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_paddsw((__v4hi)__m1, (__v4hi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:461:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_paddusb((__v8qi)__m1, (__v8qi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:483:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_paddusw((__v4hi)__m1, (__v4hi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:504:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_psubb((__v8qi)__m1, (__v8qi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
fatal error: too many errors emitted, stopping now [-ferror-limit=] | |
20 errors generated. | |
gmake[1]: *** [CMakeFiles/cmTC_69f72.dir/build.make:79: CMakeFiles/cmTC_69f72.dir/src.c.o] Error 1 | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
gmake: *** [Makefile:127: cmTC_69f72/fast] Error 2 | |
Source file was: | |
#include <immintrin.h> | |
int main() { _mm256_abs_epi8(_mm256_set1_epi32(42)); return 0; } | |
Performing C SOURCE FILE Test HAVE_C_AVX512 failed with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_f4396/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_f4396.dir/build.make CMakeFiles/cmTC_f4396.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_f4396.dir/src.c.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_C_AVX512 -mavx512f -mavx512vl -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_f4396.dir/src.c.o -MF CMakeFiles/cmTC_f4396.dir/src.c.o.d -o CMakeFiles/cmTC_f4396.dir/src.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.c | |
clang: warning: argument unused during compilation: '-mavx512f' [-Wunused-command-line-argument] | |
clang: warning: argument unused during compilation: '-mavx512vl' [-Wunused-command-line-argument] | |
In file included from /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.c:1: | |
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/immintrin.h:13: | |
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/x86gprintrin.h:15: | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/hresetintrin.h:42:27: error: invalid input constraint 'a' in asm | |
__asm__ ("hreset $0" :: "a"(__eax)); | |
^ | |
In file included from /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.c:1: | |
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/immintrin.h:17: | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:50:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_vec_init_v2si(__i, 0); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:129:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_packsswb((__v4hi)__m1, (__v4hi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:159:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_packssdw((__v2si)__m1, (__v2si)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:189:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_packuswb((__v4hi)__m1, (__v4hi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:216:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_punpckhbw((__v8qi)__m1, (__v8qi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:239:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_punpckhwd((__v4hi)__m1, (__v4hi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:260:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_punpckhdq((__v2si)__m1, (__v2si)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:287:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_punpcklbw((__v8qi)__m1, (__v8qi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:310:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_punpcklwd((__v4hi)__m1, (__v4hi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:331:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_punpckldq((__v2si)__m1, (__v2si)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:352:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_paddb((__v8qi)__m1, (__v8qi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:373:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_paddw((__v4hi)__m1, (__v4hi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:394:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_paddd((__v2si)__m1, (__v2si)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:416:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_paddsb((__v8qi)__m1, (__v8qi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:439:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_paddsw((__v4hi)__m1, (__v4hi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:461:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_paddusb((__v8qi)__m1, (__v8qi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:483:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_paddusw((__v4hi)__m1, (__v4hi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/mmintrin.h:504:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size | |
return (__m64)__builtin_ia32_psubb((__v8qi)__m1, (__v8qi)__m2); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
fatal error: too many errors emitted, stopping now [-ferror-limit=] | |
20 errors generated. | |
gmake[1]: *** [CMakeFiles/cmTC_f4396.dir/build.make:79: CMakeFiles/cmTC_f4396.dir/src.c.o] Error 1 | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
gmake: *** [Makefile:127: cmTC_f4396/fast] Error 2 | |
Source file was: | |
#include <immintrin.h> | |
int main() { _mm256_abs_epi64(_mm256_set1_epi32(42)); return 0; } | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The system is: Darwin - 21.6.0 - arm64 | |
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. | |
Compiler: /opt/homebrew/Library/Homebrew/shims/mac/super/clang | |
Build flags: | |
Id flags: | |
The output was: | |
0 | |
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" | |
The C compiler identification is AppleClang, found in "/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/3.24.1/CompilerIdC/a.out" | |
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. | |
Compiler: /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ | |
Build flags: | |
Id flags: | |
The output was: | |
0 | |
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" | |
The CXX compiler identification is AppleClang, found in "/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/3.24.1/CompilerIdCXX/a.out" | |
Checking whether the ASM compiler is Clang using "--version" matched "(clang version)": | |
Apple clang version 13.1.6 (clang-1316.0.21.2.5) | |
Target: arm64-apple-darwin21.6.0 | |
Thread model: posix | |
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin | |
Detecting C compiler ABI info compiled with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_22488/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_22488.dir/build.make CMakeFiles/cmTC_22488.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_22488.dir/CMakeCCompilerABI.c.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -v -Wl,-v -MD -MT CMakeFiles/cmTC_22488.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_22488.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_22488.dir/CMakeCCompilerABI.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CMakeCCompilerABI.c | |
Apple clang version 13.1.6 (clang-1316.0.21.2.5) | |
Target: arm64-apple-darwin21.6.0 | |
Thread model: posix | |
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin | |
clang: warning: -Wl,-v: 'linker' input unused [-Wunused-command-line-argument] | |
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple arm64-apple-macosx12.0.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -fno-rounding-math -munwind-tables -target-sdk-version=12.3 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +fp-armv8 -target-feature +neon -target-feature +crc -target-feature +crypto -target-feature +dotprod -target-feature +fp16fml -target-feature +ras -target-feature +lse -target-feature +rdm -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -fallow-half-arguments-and-returns -debugger-tuning=lldb -target-linker-version 763 -v -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6 -dependency-file CMakeFiles/cmTC_22488.dir/CMakeCCompilerABI.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_22488.dir/CMakeCCompilerABI.c.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem /opt/homebrew/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/local/include -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -Wno-objc-load-method -fdebug-compilation-dir=/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fmax-type-align=16 -fcommon -clang-vendor-feature=+messageToSelfInClassMethodIdReturnType -clang-vendor-feature=+disableInferNewAvailabilityFromInit -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_22488.dir/CMakeCCompilerABI.c.o -x c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CMakeCCompilerABI.c | |
clang -cc1 version 13.1.6 (clang-1316.0.21.2.5) default target arm64-apple-darwin21.6.0 | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/local/include" | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/Library/Frameworks" | |
#include "..." search starts here: | |
#include <...> search starts here: | |
/opt/homebrew/include | |
/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include | |
/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/include | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include | |
/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks (framework directory) | |
End of search list. | |
Linking C executable cmTC_22488 | |
/opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_22488.dir/link.txt --verbose=1 | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_22488.dir/CMakeCCompilerABI.c.o -o cmTC_22488 | |
Apple clang version 13.1.6 (clang-1316.0.21.2.5) | |
Target: arm64-apple-darwin21.6.0 | |
Thread model: posix | |
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin | |
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 12.0.0 12.3 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -o cmTC_22488 -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_22488.dir/CMakeCCompilerABI.c.o -headerpad_max_install_names -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/lib/darwin/libclang_rt.osx.a | |
@(#)PROGRAM:ld PROJECT:ld64-764 | |
BUILD 11:29:07 May 17 2022 | |
configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em | |
Library search paths: | |
/opt/homebrew/lib | |
/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/lib | |
Framework search paths: | |
/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/ | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Parsed C implicit include dir info from above output: rv=done | |
found start of include info | |
found start of implicit include info | |
add: [/opt/homebrew/include] | |
add: [/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers] | |
add: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include] | |
add: [/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/include] | |
add: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] | |
end of search list found | |
collapse include dir [/opt/homebrew/include] ==> [/opt/homebrew/include] | |
collapse include dir [/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers] ==> [/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers] | |
collapse include dir [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include] | |
collapse include dir [/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/include] ==> [/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/include] | |
collapse include dir [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] | |
implicit include dirs: [/opt/homebrew/include;/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include;/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/include;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] | |
Parsed C implicit link information from above output: | |
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] | |
ignore line: [Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp] | |
ignore line: [] | |
ignore line: [Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_22488/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_22488.dir/build.make CMakeFiles/cmTC_22488.dir/build] | |
ignore line: [gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp'] | |
ignore line: [Building C object CMakeFiles/cmTC_22488.dir/CMakeCCompilerABI.c.o] | |
ignore line: [/opt/homebrew/Library/Homebrew/shims/mac/super/clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -v -Wl -v -MD -MT CMakeFiles/cmTC_22488.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_22488.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_22488.dir/CMakeCCompilerABI.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CMakeCCompilerABI.c] | |
ignore line: [Apple clang version 13.1.6 (clang-1316.0.21.2.5)] | |
ignore line: [Target: arm64-apple-darwin21.6.0] | |
ignore line: [Thread model: posix] | |
ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin] | |
ignore line: [clang: warning: -Wl -v: 'linker' input unused [-Wunused-command-line-argument]] | |
ignore line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple arm64-apple-macosx12.0.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -fno-rounding-math -munwind-tables -target-sdk-version=12.3 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +fp-armv8 -target-feature +neon -target-feature +crc -target-feature +crypto -target-feature +dotprod -target-feature +fp16fml -target-feature +ras -target-feature +lse -target-feature +rdm -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -fallow-half-arguments-and-returns -debugger-tuning=lldb -target-linker-version 763 -v -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6 -dependency-file CMakeFiles/cmTC_22488.dir/CMakeCCompilerABI.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_22488.dir/CMakeCCompilerABI.c.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem /opt/homebrew/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/local/include -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -Wno-objc-load-method -fdebug-compilation-dir=/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fmax-type-align=16 -fcommon -clang-vendor-feature=+messageToSelfInClassMethodIdReturnType -clang-vendor-feature=+disableInferNewAvailabilityFromInit -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_22488.dir/CMakeCCompilerABI.c.o -x c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CMakeCCompilerABI.c] | |
ignore line: [clang -cc1 version 13.1.6 (clang-1316.0.21.2.5) default target arm64-apple-darwin21.6.0] | |
ignore line: [ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/local/include"] | |
ignore line: [ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/Library/Frameworks"] | |
ignore line: [#include "..." search starts here:] | |
ignore line: [#include <...> search starts here:] | |
ignore line: [ /opt/homebrew/include] | |
ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers] | |
ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include] | |
ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/include] | |
ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] | |
ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks (framework directory)] | |
ignore line: [End of search list.] | |
ignore line: [Linking C executable cmTC_22488] | |
ignore line: [/opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_22488.dir/link.txt --verbose=1] | |
ignore line: [/opt/homebrew/Library/Homebrew/shims/mac/super/clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl -search_paths_first -Wl -headerpad_max_install_names -v -Wl -v CMakeFiles/cmTC_22488.dir/CMakeCCompilerABI.c.o -o cmTC_22488 ] | |
ignore line: [Apple clang version 13.1.6 (clang-1316.0.21.2.5)] | |
ignore line: [Target: arm64-apple-darwin21.6.0] | |
ignore line: [Thread model: posix] | |
ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin] | |
link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 12.0.0 12.3 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -o cmTC_22488 -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_22488.dir/CMakeCCompilerABI.c.o -headerpad_max_install_names -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/lib/darwin/libclang_rt.osx.a] | |
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore | |
arg [-demangle] ==> ignore | |
arg [-lto_library] ==> ignore, skip following value | |
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib] ==> skip value of -lto_library | |
arg [-dynamic] ==> ignore | |
arg [-arch] ==> ignore | |
arg [arm64] ==> ignore | |
arg [-platform_version] ==> ignore | |
arg [macos] ==> ignore | |
arg [12.0.0] ==> ignore | |
arg [12.3] ==> ignore | |
arg [-syslibroot] ==> ignore | |
arg [/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk] ==> ignore | |
arg [-o] ==> ignore | |
arg [cmTC_22488] ==> ignore | |
arg [-L/opt/homebrew/lib] ==> dir [/opt/homebrew/lib] | |
arg [-L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries] ==> dir [/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries] | |
arg [-search_paths_first] ==> ignore | |
arg [-headerpad_max_install_names] ==> ignore | |
arg [-v] ==> ignore | |
arg [CMakeFiles/cmTC_22488.dir/CMakeCCompilerABI.c.o] ==> ignore | |
arg [-headerpad_max_install_names] ==> ignore | |
arg [-lSystem] ==> lib [System] | |
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/lib/darwin/libclang_rt.osx.a] | |
Library search paths: [;/opt/homebrew/lib;/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries;/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/lib] | |
Framework search paths: [;/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/] | |
remove lib [System] | |
remove lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/lib/darwin/libclang_rt.osx.a] | |
collapse library dir [/opt/homebrew/lib] ==> [/opt/homebrew/lib] | |
collapse library dir [/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries] ==> [/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries] | |
collapse library dir [/opt/homebrew/lib] ==> [/opt/homebrew/lib] | |
collapse library dir [/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries] ==> [/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries] | |
collapse library dir [/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/lib] ==> [/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/lib] | |
collapse framework dir [/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/] ==> [/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks] | |
implicit libs: [] | |
implicit objs: [] | |
implicit dirs: [/opt/homebrew/lib;/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries;/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/lib] | |
implicit fwks: [/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks] | |
Detecting CXX compiler ABI info compiled with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_d51b3/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_d51b3.dir/build.make CMakeFiles/cmTC_d51b3.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_d51b3.dir/CMakeCXXCompilerABI.cpp.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -v -Wl,-v -MD -MT CMakeFiles/cmTC_d51b3.dir/CMakeCXXCompilerABI.cpp.o -MF CMakeFiles/cmTC_d51b3.dir/CMakeCXXCompilerABI.cpp.o.d -o CMakeFiles/cmTC_d51b3.dir/CMakeCXXCompilerABI.cpp.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp | |
Apple clang version 13.1.6 (clang-1316.0.21.2.5) | |
Target: arm64-apple-darwin21.6.0 | |
Thread model: posix | |
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin | |
clang: warning: -Wl,-v: 'linker' input unused [-Wunused-command-line-argument] | |
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple arm64-apple-macosx12.0.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -fno-rounding-math -munwind-tables -target-sdk-version=12.3 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +fp-armv8 -target-feature +neon -target-feature +crc -target-feature +crypto -target-feature +dotprod -target-feature +fp16fml -target-feature +ras -target-feature +lse -target-feature +rdm -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -fallow-half-arguments-and-returns -debugger-tuning=lldb -target-linker-version 763 -v -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6 -dependency-file CMakeFiles/cmTC_d51b3.dir/CMakeCXXCompilerABI.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_d51b3.dir/CMakeCXXCompilerABI.cpp.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem /opt/homebrew/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -stdlib=libc++ -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/include/c++/v1 -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/local/include -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -Wno-objc-load-method -fdeprecated-macro -fdebug-compilation-dir=/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fno-cxx-modules -fcxx-exceptions -fexceptions -fmax-type-align=16 -fcommon -clang-vendor-feature=+messageToSelfInClassMethodIdReturnType -clang-vendor-feature=+disableInferNewAvailabilityFromInit -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_d51b3.dir/CMakeCXXCompilerABI.cpp.o -x c++ /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp | |
clang -cc1 version 13.1.6 (clang-1316.0.21.2.5) default target arm64-apple-darwin21.6.0 | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/local/include" | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/Library/Frameworks" | |
#include "..." search starts here: | |
#include <...> search starts here: | |
/opt/homebrew/include | |
/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/include/c++/v1 | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include | |
/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/include | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include | |
/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks (framework directory) | |
End of search list. | |
Linking CXX executable cmTC_d51b3 | |
/opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d51b3.dir/link.txt --verbose=1 | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_d51b3.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_d51b3 | |
Apple clang version 13.1.6 (clang-1316.0.21.2.5) | |
Target: arm64-apple-darwin21.6.0 | |
Thread model: posix | |
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin | |
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 12.0.0 12.3 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -o cmTC_d51b3 -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_d51b3.dir/CMakeCXXCompilerABI.cpp.o -headerpad_max_install_names -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/lib/darwin/libclang_rt.osx.a | |
@(#)PROGRAM:ld PROJECT:ld64-764 | |
BUILD 11:29:07 May 17 2022 | |
configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em | |
Library search paths: | |
/opt/homebrew/lib | |
/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/lib | |
Framework search paths: | |
/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/ | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Parsed CXX implicit include dir info from above output: rv=done | |
found start of include info | |
found start of implicit include info | |
add: [/opt/homebrew/include] | |
add: [/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers] | |
add: [/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/include/c++/v1] | |
add: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include] | |
add: [/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/include] | |
add: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] | |
end of search list found | |
collapse include dir [/opt/homebrew/include] ==> [/opt/homebrew/include] | |
collapse include dir [/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers] ==> [/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers] | |
collapse include dir [/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/include/c++/v1] ==> [/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/include/c++/v1] | |
collapse include dir [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include] | |
collapse include dir [/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/include] ==> [/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/include] | |
collapse include dir [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] | |
implicit include dirs: [/opt/homebrew/include;/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers;/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/include/c++/v1;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include;/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/include;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] | |
Parsed CXX implicit link information from above output: | |
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] | |
ignore line: [Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp] | |
ignore line: [] | |
ignore line: [Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_d51b3/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_d51b3.dir/build.make CMakeFiles/cmTC_d51b3.dir/build] | |
ignore line: [gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp'] | |
ignore line: [Building CXX object CMakeFiles/cmTC_d51b3.dir/CMakeCXXCompilerABI.cpp.o] | |
ignore line: [/opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -v -Wl -v -MD -MT CMakeFiles/cmTC_d51b3.dir/CMakeCXXCompilerABI.cpp.o -MF CMakeFiles/cmTC_d51b3.dir/CMakeCXXCompilerABI.cpp.o.d -o CMakeFiles/cmTC_d51b3.dir/CMakeCXXCompilerABI.cpp.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp] | |
ignore line: [Apple clang version 13.1.6 (clang-1316.0.21.2.5)] | |
ignore line: [Target: arm64-apple-darwin21.6.0] | |
ignore line: [Thread model: posix] | |
ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin] | |
ignore line: [clang: warning: -Wl -v: 'linker' input unused [-Wunused-command-line-argument]] | |
ignore line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple arm64-apple-macosx12.0.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -fno-rounding-math -munwind-tables -target-sdk-version=12.3 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +fp-armv8 -target-feature +neon -target-feature +crc -target-feature +crypto -target-feature +dotprod -target-feature +fp16fml -target-feature +ras -target-feature +lse -target-feature +rdm -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -fallow-half-arguments-and-returns -debugger-tuning=lldb -target-linker-version 763 -v -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6 -dependency-file CMakeFiles/cmTC_d51b3.dir/CMakeCXXCompilerABI.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_d51b3.dir/CMakeCXXCompilerABI.cpp.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -isystem /opt/homebrew/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -stdlib=libc++ -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/include/c++/v1 -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/local/include -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -Wno-objc-load-method -fdeprecated-macro -fdebug-compilation-dir=/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fno-cxx-modules -fcxx-exceptions -fexceptions -fmax-type-align=16 -fcommon -clang-vendor-feature=+messageToSelfInClassMethodIdReturnType -clang-vendor-feature=+disableInferNewAvailabilityFromInit -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_d51b3.dir/CMakeCXXCompilerABI.cpp.o -x c++ /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp] | |
ignore line: [clang -cc1 version 13.1.6 (clang-1316.0.21.2.5) default target arm64-apple-darwin21.6.0] | |
ignore line: [ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/local/include"] | |
ignore line: [ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/Library/Frameworks"] | |
ignore line: [#include "..." search starts here:] | |
ignore line: [#include <...> search starts here:] | |
ignore line: [ /opt/homebrew/include] | |
ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers] | |
ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/include/c++/v1] | |
ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include] | |
ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/include] | |
ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] | |
ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks (framework directory)] | |
ignore line: [End of search list.] | |
ignore line: [Linking CXX executable cmTC_d51b3] | |
ignore line: [/opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d51b3.dir/link.txt --verbose=1] | |
ignore line: [/opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl -search_paths_first -Wl -headerpad_max_install_names -v -Wl -v CMakeFiles/cmTC_d51b3.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_d51b3 ] | |
ignore line: [Apple clang version 13.1.6 (clang-1316.0.21.2.5)] | |
ignore line: [Target: arm64-apple-darwin21.6.0] | |
ignore line: [Thread model: posix] | |
ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin] | |
link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 12.0.0 12.3 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -o cmTC_d51b3 -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_d51b3.dir/CMakeCXXCompilerABI.cpp.o -headerpad_max_install_names -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/lib/darwin/libclang_rt.osx.a] | |
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore | |
arg [-demangle] ==> ignore | |
arg [-lto_library] ==> ignore, skip following value | |
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib] ==> skip value of -lto_library | |
arg [-dynamic] ==> ignore | |
arg [-arch] ==> ignore | |
arg [arm64] ==> ignore | |
arg [-platform_version] ==> ignore | |
arg [macos] ==> ignore | |
arg [12.0.0] ==> ignore | |
arg [12.3] ==> ignore | |
arg [-syslibroot] ==> ignore | |
arg [/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk] ==> ignore | |
arg [-o] ==> ignore | |
arg [cmTC_d51b3] ==> ignore | |
arg [-L/opt/homebrew/lib] ==> dir [/opt/homebrew/lib] | |
arg [-L/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries] ==> dir [/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries] | |
arg [-search_paths_first] ==> ignore | |
arg [-headerpad_max_install_names] ==> ignore | |
arg [-v] ==> ignore | |
arg [CMakeFiles/cmTC_d51b3.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore | |
arg [-headerpad_max_install_names] ==> ignore | |
arg [-lc++] ==> lib [c++] | |
arg [-lSystem] ==> lib [System] | |
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/lib/darwin/libclang_rt.osx.a] | |
Library search paths: [;/opt/homebrew/lib;/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries;/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/lib] | |
Framework search paths: [;/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/] | |
remove lib [System] | |
remove lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/lib/darwin/libclang_rt.osx.a] | |
collapse library dir [/opt/homebrew/lib] ==> [/opt/homebrew/lib] | |
collapse library dir [/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries] ==> [/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries] | |
collapse library dir [/opt/homebrew/lib] ==> [/opt/homebrew/lib] | |
collapse library dir [/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries] ==> [/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries] | |
collapse library dir [/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/lib] ==> [/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/lib] | |
collapse framework dir [/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/] ==> [/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks] | |
implicit libs: [c++] | |
implicit objs: [] | |
implicit dirs: [/opt/homebrew/lib;/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries;/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/lib] | |
implicit fwks: [/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks] | |
Performing C++ SOURCE FILE Test std_atomic_without_libatomic succeeded with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_41dc0/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_41dc0.dir/build.make CMakeFiles/cmTC_41dc0.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_41dc0.dir/src.cxx.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -Dstd_atomic_without_libatomic -std=c++11 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c++17 -MD -MT CMakeFiles/cmTC_41dc0.dir/src.cxx.o -MF CMakeFiles/cmTC_41dc0.dir/src.cxx.o.d -o CMakeFiles/cmTC_41dc0.dir/src.cxx.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_41dc0 | |
/opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_41dc0.dir/link.txt --verbose=1 | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -std=c++11 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_41dc0.dir/src.cxx.o -o cmTC_41dc0 | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
#include <atomic> | |
int main() | |
{ | |
std::atomic<long long> x; | |
++x; | |
(void)x.load(); | |
return 0; | |
} | |
Performing C++ SOURCE FILE Test HAS__WDOUBLE_PROMOTION succeeded with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_6af33/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_6af33.dir/build.make CMakeFiles/cmTC_6af33.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_6af33.dir/src.cxx.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAS__WDOUBLE_PROMOTION -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wdouble-promotion -std=c++17 -MD -MT CMakeFiles/cmTC_6af33.dir/src.cxx.o -MF CMakeFiles/cmTC_6af33.dir/src.cxx.o.d -o CMakeFiles/cmTC_6af33.dir/src.cxx.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_6af33 | |
/opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6af33.dir/link.txt --verbose=1 | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6af33.dir/src.cxx.o -o cmTC_6af33 | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main() { return 0; } | |
Determining if the include file pwd.h exists passed with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_a3edf/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_a3edf.dir/build.make CMakeFiles/cmTC_a3edf.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_a3edf.dir/CheckIncludeFile.c.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_a3edf.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_a3edf.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_a3edf.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_a3edf | |
/opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a3edf.dir/link.txt --verbose=1 | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a3edf.dir/CheckIncludeFile.c.o -o cmTC_a3edf | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Determining if the include file sys/clonefile.h exists passed with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_4e2a2/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_4e2a2.dir/build.make CMakeFiles/cmTC_4e2a2.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_4e2a2.dir/CheckIncludeFile.c.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_4e2a2.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_4e2a2.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_4e2a2.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_4e2a2 | |
/opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4e2a2.dir/link.txt --verbose=1 | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4e2a2.dir/CheckIncludeFile.c.o -o cmTC_4e2a2 | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Determining if the include file sys/ioctl.h exists passed with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_37bf4/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_37bf4.dir/build.make CMakeFiles/cmTC_37bf4.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_37bf4.dir/CheckIncludeFile.c.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_37bf4.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_37bf4.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_37bf4.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_37bf4 | |
/opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_37bf4.dir/link.txt --verbose=1 | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_37bf4.dir/CheckIncludeFile.c.o -o cmTC_37bf4 | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Determining if the include file sys/mman.h exists passed with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_1a285/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_1a285.dir/build.make CMakeFiles/cmTC_1a285.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_1a285.dir/CheckIncludeFile.c.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_1a285.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_1a285.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_1a285.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_1a285 | |
/opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1a285.dir/link.txt --verbose=1 | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1a285.dir/CheckIncludeFile.c.o -o cmTC_1a285 | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Determining if the include file sys/time.h exists passed with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_2e4a1/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_2e4a1.dir/build.make CMakeFiles/cmTC_2e4a1.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_2e4a1.dir/CheckIncludeFile.c.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_2e4a1.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_2e4a1.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_2e4a1.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_2e4a1 | |
/opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2e4a1.dir/link.txt --verbose=1 | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2e4a1.dir/CheckIncludeFile.c.o -o cmTC_2e4a1 | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Determining if the include file sys/wait.h exists passed with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_e34f4/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_e34f4.dir/build.make CMakeFiles/cmTC_e34f4.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_e34f4.dir/CheckIncludeFile.c.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_e34f4.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_e34f4.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_e34f4.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_e34f4 | |
/opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e34f4.dir/link.txt --verbose=1 | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e34f4.dir/CheckIncludeFile.c.o -o cmTC_e34f4 | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Determining if the include file sys/file.h exists passed with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_54a97/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_54a97.dir/build.make CMakeFiles/cmTC_54a97.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_54a97.dir/CheckIncludeFile.c.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_54a97.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_54a97.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_54a97.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_54a97 | |
/opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_54a97.dir/link.txt --verbose=1 | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_54a97.dir/CheckIncludeFile.c.o -o cmTC_54a97 | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Determining if the include file syslog.h exists passed with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_43b83/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_43b83.dir/build.make CMakeFiles/cmTC_43b83.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_43b83.dir/CheckIncludeFile.c.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_43b83.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_43b83.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_43b83.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_43b83 | |
/opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_43b83.dir/link.txt --verbose=1 | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_43b83.dir/CheckIncludeFile.c.o -o cmTC_43b83 | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Determining if the include file termios.h exists passed with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_7662c/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_7662c.dir/build.make CMakeFiles/cmTC_7662c.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_7662c.dir/CheckIncludeFile.c.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_7662c.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_7662c.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_7662c.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_7662c | |
/opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7662c.dir/link.txt --verbose=1 | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7662c.dir/CheckIncludeFile.c.o -o cmTC_7662c | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Determining if the include file dirent.h exists passed with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_d84bf/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_d84bf.dir/build.make CMakeFiles/cmTC_d84bf.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_d84bf.dir/CheckIncludeFile.c.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_d84bf.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_d84bf.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_d84bf.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_d84bf | |
/opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d84bf.dir/link.txt --verbose=1 | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d84bf.dir/CheckIncludeFile.c.o -o cmTC_d84bf | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Determining if the include file strings.h exists passed with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_ee77a/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_ee77a.dir/build.make CMakeFiles/cmTC_ee77a.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_ee77a.dir/CheckIncludeFile.c.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_ee77a.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_ee77a.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_ee77a.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_ee77a | |
/opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ee77a.dir/link.txt --verbose=1 | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ee77a.dir/CheckIncludeFile.c.o -o cmTC_ee77a | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Determining if the include file unistd.h exists passed with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_0f9ca/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_0f9ca.dir/build.make CMakeFiles/cmTC_0f9ca.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_0f9ca.dir/CheckIncludeFile.c.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_0f9ca.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_0f9ca.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_0f9ca.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_0f9ca | |
/opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0f9ca.dir/link.txt --verbose=1 | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0f9ca.dir/CheckIncludeFile.c.o -o cmTC_0f9ca | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Determining if the include file utime.h exists passed with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_3e550/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_3e550.dir/build.make CMakeFiles/cmTC_3e550.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_3e550.dir/CheckIncludeFile.c.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_3e550.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_3e550.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_3e550.dir/CheckIncludeFile.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
Linking C executable cmTC_3e550 | |
/opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3e550.dir/link.txt --verbose=1 | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3e550.dir/CheckIncludeFile.c.o -o cmTC_3e550 | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Determining if the function asctime_r exists passed with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_eb591/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_eb591.dir/build.make CMakeFiles/cmTC_eb591.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_eb591.dir/CheckFunctionExists.c.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -DCHECK_FUNCTION_EXISTS=asctime_r -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_eb591.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_eb591.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_eb591.dir/CheckFunctionExists.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CheckFunctionExists.c | |
Linking C executable cmTC_eb591 | |
/opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_eb591.dir/link.txt --verbose=1 | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -DCHECK_FUNCTION_EXISTS=asctime_r -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_eb591.dir/CheckFunctionExists.c.o -o cmTC_eb591 | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Determining if the function geteuid exists passed with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_68a57/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_68a57.dir/build.make CMakeFiles/cmTC_68a57.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_68a57.dir/CheckFunctionExists.c.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -DCHECK_FUNCTION_EXISTS=geteuid -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_68a57.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_68a57.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_68a57.dir/CheckFunctionExists.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CheckFunctionExists.c | |
Linking C executable cmTC_68a57 | |
/opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_68a57.dir/link.txt --verbose=1 | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -DCHECK_FUNCTION_EXISTS=geteuid -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_68a57.dir/CheckFunctionExists.c.o -o cmTC_68a57 | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Determining if the function getopt_long exists passed with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_3d601/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_3d601.dir/build.make CMakeFiles/cmTC_3d601.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_3d601.dir/CheckFunctionExists.c.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -DCHECK_FUNCTION_EXISTS=getopt_long -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_3d601.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_3d601.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_3d601.dir/CheckFunctionExists.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CheckFunctionExists.c | |
Linking C executable cmTC_3d601 | |
/opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3d601.dir/link.txt --verbose=1 | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -DCHECK_FUNCTION_EXISTS=getopt_long -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3d601.dir/CheckFunctionExists.c.o -o cmTC_3d601 | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Determining if the function getpwuid exists passed with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_da3c6/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_da3c6.dir/build.make CMakeFiles/cmTC_da3c6.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_da3c6.dir/CheckFunctionExists.c.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -DCHECK_FUNCTION_EXISTS=getpwuid -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_da3c6.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_da3c6.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_da3c6.dir/CheckFunctionExists.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CheckFunctionExists.c | |
Linking C executable cmTC_da3c6 | |
/opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_da3c6.dir/link.txt --verbose=1 | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -DCHECK_FUNCTION_EXISTS=getpwuid -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_da3c6.dir/CheckFunctionExists.c.o -o cmTC_da3c6 | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Determining if the function gettimeofday exists passed with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_944fa/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_944fa.dir/build.make CMakeFiles/cmTC_944fa.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_944fa.dir/CheckFunctionExists.c.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -DCHECK_FUNCTION_EXISTS=gettimeofday -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_944fa.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_944fa.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_944fa.dir/CheckFunctionExists.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CheckFunctionExists.c | |
Linking C executable cmTC_944fa | |
/opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_944fa.dir/link.txt --verbose=1 | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -DCHECK_FUNCTION_EXISTS=gettimeofday -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_944fa.dir/CheckFunctionExists.c.o -o cmTC_944fa | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Determining if the function realpath exists passed with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_9d99a/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_9d99a.dir/build.make CMakeFiles/cmTC_9d99a.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_9d99a.dir/CheckFunctionExists.c.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -DCHECK_FUNCTION_EXISTS=realpath -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_9d99a.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_9d99a.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_9d99a.dir/CheckFunctionExists.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CheckFunctionExists.c | |
Linking C executable cmTC_9d99a | |
/opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9d99a.dir/link.txt --verbose=1 | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -DCHECK_FUNCTION_EXISTS=realpath -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9d99a.dir/CheckFunctionExists.c.o -o cmTC_9d99a | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Determining if the function setenv exists passed with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_bcba6/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_bcba6.dir/build.make CMakeFiles/cmTC_bcba6.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_bcba6.dir/CheckFunctionExists.c.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -DCHECK_FUNCTION_EXISTS=setenv -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_bcba6.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_bcba6.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_bcba6.dir/CheckFunctionExists.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CheckFunctionExists.c | |
Linking C executable cmTC_bcba6 | |
/opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bcba6.dir/link.txt --verbose=1 | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -DCHECK_FUNCTION_EXISTS=setenv -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bcba6.dir/CheckFunctionExists.c.o -o cmTC_bcba6 | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Determining if the function strndup exists passed with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_93eb4/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_93eb4.dir/build.make CMakeFiles/cmTC_93eb4.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_93eb4.dir/CheckFunctionExists.c.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -DCHECK_FUNCTION_EXISTS=strndup -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_93eb4.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_93eb4.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_93eb4.dir/CheckFunctionExists.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CheckFunctionExists.c | |
Linking C executable cmTC_93eb4 | |
/opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_93eb4.dir/link.txt --verbose=1 | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -DCHECK_FUNCTION_EXISTS=strndup -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_93eb4.dir/CheckFunctionExists.c.o -o cmTC_93eb4 | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Determining if the function syslog exists passed with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_52c0f/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_52c0f.dir/build.make CMakeFiles/cmTC_52c0f.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_52c0f.dir/CheckFunctionExists.c.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -DCHECK_FUNCTION_EXISTS=syslog -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_52c0f.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_52c0f.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_52c0f.dir/CheckFunctionExists.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CheckFunctionExists.c | |
Linking C executable cmTC_52c0f | |
/opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_52c0f.dir/link.txt --verbose=1 | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -DCHECK_FUNCTION_EXISTS=syslog -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_52c0f.dir/CheckFunctionExists.c.o -o cmTC_52c0f | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Determining if the function unsetenv exists passed with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_e3dcb/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_e3dcb.dir/build.make CMakeFiles/cmTC_e3dcb.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_e3dcb.dir/CheckFunctionExists.c.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -DCHECK_FUNCTION_EXISTS=unsetenv -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_e3dcb.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_e3dcb.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_e3dcb.dir/CheckFunctionExists.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CheckFunctionExists.c | |
Linking C executable cmTC_e3dcb | |
/opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e3dcb.dir/link.txt --verbose=1 | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -DCHECK_FUNCTION_EXISTS=unsetenv -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e3dcb.dir/CheckFunctionExists.c.o -o cmTC_e3dcb | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Determining if the function utimensat exists passed with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_a9d42/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_a9d42.dir/build.make CMakeFiles/cmTC_a9d42.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_a9d42.dir/CheckFunctionExists.c.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -DCHECK_FUNCTION_EXISTS=utimensat -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_a9d42.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_a9d42.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_a9d42.dir/CheckFunctionExists.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CheckFunctionExists.c | |
Linking C executable cmTC_a9d42 | |
/opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a9d42.dir/link.txt --verbose=1 | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -DCHECK_FUNCTION_EXISTS=utimensat -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a9d42.dir/CheckFunctionExists.c.o -o cmTC_a9d42 | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Determining if the function utimes exists passed with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_fb8f5/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_fb8f5.dir/build.make CMakeFiles/cmTC_fb8f5.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_fb8f5.dir/CheckFunctionExists.c.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -DCHECK_FUNCTION_EXISTS=utimes -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_fb8f5.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_fb8f5.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_fb8f5.dir/CheckFunctionExists.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CheckFunctionExists.c | |
Linking C executable cmTC_fb8f5 | |
/opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fb8f5.dir/link.txt --verbose=1 | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -DCHECK_FUNCTION_EXISTS=utimes -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_fb8f5.dir/CheckFunctionExists.c.o -o cmTC_fb8f5 | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Determining if the function pthread_mutexattr_setpshared exists passed with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_33942/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_33942.dir/build.make CMakeFiles/cmTC_33942.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_33942.dir/CheckFunctionExists.c.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -DCHECK_FUNCTION_EXISTS=pthread_mutexattr_setpshared -pthread -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_33942.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_33942.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_33942.dir/CheckFunctionExists.c.o -c /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/CheckFunctionExists.c | |
Linking C executable cmTC_33942 | |
/opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_33942.dir/link.txt --verbose=1 | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -DCHECK_FUNCTION_EXISTS=pthread_mutexattr_setpshared -pthread -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_33942.dir/CheckFunctionExists.c.o -o cmTC_33942 | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Performing C++ SOURCE FILE Test HAVE_STRUCT_STAT_ST_ATIMESPEC succeeded with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_5d80a/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_5d80a.dir/build.make CMakeFiles/cmTC_5d80a.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_5d80a.dir/src.cxx.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_STRUCT_STAT_ST_ATIMESPEC -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c++17 -MD -MT CMakeFiles/cmTC_5d80a.dir/src.cxx.o -MF CMakeFiles/cmTC_5d80a.dir/src.cxx.o.d -o CMakeFiles/cmTC_5d80a.dir/src.cxx.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_5d80a | |
/opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5d80a.dir/link.txt --verbose=1 | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5d80a.dir/src.cxx.o -o cmTC_5d80a | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
#include <sys/stat.h> | |
int main() | |
{ | |
(void)sizeof(((struct stat *)0)->st_atimespec); | |
return 0; | |
} | |
Performing C++ SOURCE FILE Test HAVE_STRUCT_STAT_ST_CTIMESPEC succeeded with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_d0182/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_d0182.dir/build.make CMakeFiles/cmTC_d0182.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_d0182.dir/src.cxx.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_STRUCT_STAT_ST_CTIMESPEC -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c++17 -MD -MT CMakeFiles/cmTC_d0182.dir/src.cxx.o -MF CMakeFiles/cmTC_d0182.dir/src.cxx.o.d -o CMakeFiles/cmTC_d0182.dir/src.cxx.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_d0182 | |
/opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d0182.dir/link.txt --verbose=1 | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d0182.dir/src.cxx.o -o cmTC_d0182 | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
#include <sys/stat.h> | |
int main() | |
{ | |
(void)sizeof(((struct stat *)0)->st_ctimespec); | |
return 0; | |
} | |
Performing C++ SOURCE FILE Test HAVE_STRUCT_STAT_ST_MTIMESPEC succeeded with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_ba06e/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_ba06e.dir/build.make CMakeFiles/cmTC_ba06e.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_ba06e.dir/src.cxx.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_STRUCT_STAT_ST_MTIMESPEC -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c++17 -MD -MT CMakeFiles/cmTC_ba06e.dir/src.cxx.o -MF CMakeFiles/cmTC_ba06e.dir/src.cxx.o.d -o CMakeFiles/cmTC_ba06e.dir/src.cxx.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_ba06e | |
/opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ba06e.dir/link.txt --verbose=1 | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ba06e.dir/src.cxx.o -o cmTC_ba06e | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
#include <sys/stat.h> | |
int main() | |
{ | |
(void)sizeof(((struct stat *)0)->st_mtimespec); | |
return 0; | |
} | |
Performing C++ SOURCE FILE Test HAVE_STRUCT_STATFS_F_FSTYPENAME succeeded with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_af0ff/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_af0ff.dir/build.make CMakeFiles/cmTC_af0ff.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_af0ff.dir/src.cxx.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DHAVE_STRUCT_STATFS_F_FSTYPENAME -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c++17 -MD -MT CMakeFiles/cmTC_af0ff.dir/src.cxx.o -MF CMakeFiles/cmTC_af0ff.dir/src.cxx.o.d -o CMakeFiles/cmTC_af0ff.dir/src.cxx.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.cxx | |
Linking CXX executable cmTC_af0ff | |
/opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_af0ff.dir/link.txt --verbose=1 | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_af0ff.dir/src.cxx.o -o cmTC_af0ff | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
#include <sys/mount.h> | |
int main() | |
{ | |
(void)sizeof(((struct statfs *)0)->f_fstypename); | |
return 0; | |
} | |
Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD succeeded with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_b4c87/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_b4c87.dir/build.make CMakeFiles/cmTC_b4c87.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_b4c87.dir/src.c.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -DCMAKE_HAVE_LIBC_PTHREAD -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_b4c87.dir/src.c.o -MF CMakeFiles/cmTC_b4c87.dir/src.c.o.d -o CMakeFiles/cmTC_b4c87.dir/src.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.c | |
Linking C executable cmTC_b4c87 | |
/opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b4c87.dir/link.txt --verbose=1 | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b4c87.dir/src.c.o -o cmTC_b4c87 | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
#include <pthread.h> | |
static void* test_func(void* data) | |
{ | |
return data; | |
} | |
int main(void) | |
{ | |
pthread_t thread; | |
pthread_create(&thread, NULL, test_func, NULL); | |
pthread_detach(thread); | |
pthread_cancel(thread); | |
pthread_join(thread, NULL); | |
pthread_atfork(NULL, NULL, NULL); | |
pthread_exit(NULL); | |
return 0; | |
} | |
Performing C SOURCE FILE Test HAVE_NEON succeeded with the following output: | |
Change Dir: /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp | |
Run Build Command(s):/opt/homebrew/bin/gmake -f Makefile cmTC_0487e/fast && /opt/homebrew/bin/gmake -f CMakeFiles/cmTC_0487e.dir/build.make CMakeFiles/cmTC_0487e.dir/build | |
gmake[1]: Entering directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_0487e.dir/src.c.o | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -DHAVE_NEON -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -std=c99 -MD -MT CMakeFiles/cmTC_0487e.dir/src.c.o -MF CMakeFiles/cmTC_0487e.dir/src.c.o.d -o CMakeFiles/cmTC_0487e.dir/src.c.o -c /tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp/src.c | |
Linking C executable cmTC_0487e | |
/opt/homebrew/Cellar/cmake/3.24.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0487e.dir/link.txt --verbose=1 | |
/opt/homebrew/Library/Homebrew/shims/mac/super/clang -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0487e.dir/src.c.o -o cmTC_0487e | |
gmake[1]: Leaving directory '/private/tmp/ccache-20220830-76304-fnkx5x/build/CMakeFiles/CMakeTmp' | |
Source file was: | |
#include <arm_neon.h> | |
int main() { vdupq_n_s32(42); return 0; } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment