-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Labels
Description
Operating system
$ uname -a
Darwin tisons-MacBook-Pro.local 19.2.0 Darwin Kernel Version 19.2.0: Sat Nov 9 03:47:04 PST 2019; root:xnu-6153.61.1~20/RELEASE_X86_64 x86_64
Cmake version
$ cmake -version
cmake version 3.15.5
CMake suite maintained and supported by Kitware (kitware.com/cmake).
Ninja version
$ ninja --version
1.9.0
Compiler name and version
$ gcc --version
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1
Apple clang version 11.0.0 (clang-1100.0.33.16)
Target: x86_64-apple-darwin19.2.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
$ g++ --version
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1
Apple clang version 11.0.0 (clang-1100.0.33.16)
Target: x86_64-apple-darwin19.2.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
Full cmake and/or ninja output
$ cmake .. -DCMAKE_CXX_COMPILER=`which clang++` -DCMAKE_C_COMPILER=`which clang`
-- The C compiler identification is AppleClang 11.0.0.11000033
-- The CXX compiler identification is AppleClang 11.0.0.11000033
-- Check for working C compiler: /usr/bin/clang
-- Check for working C compiler: /usr/bin/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/clang++
-- Check for working CXX compiler: /usr/bin/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- IPO/LTO not enabled.
-- CMAKE_BUILD_TYPE is not set, set to default = RELWITHDEBINFO
-- CMAKE_BUILD_TYPE: RELWITHDEBINFO
-- Disabling compiler -pipe option (have only 6168 mb of memory)
-- Performing Test HAVE_SSE41
-- Performing Test HAVE_SSE41 - Success
-- Performing Test HAVE_SSE42
-- Performing Test HAVE_SSE42 - Success
-- Performing Test HAVE_SSSE3
-- Performing Test HAVE_SSSE3 - Success
-- Performing Test HAVE_AVX
-- Performing Test HAVE_AVX - Success
-- Performing Test HAVE_AVX2
-- Performing Test HAVE_AVX2 - Success
-- Performing Test HAVE_PCLMULQDQ
-- Performing Test HAVE_PCLMULQDQ - Success
-- Performing Test HAVE_POPCNT
-- Performing Test HAVE_POPCNT - Success
-- Default libraries: -nodefaultlibs -lc -lm -lpthread -ldl
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Performing Test HAVE_WARNING_RESERVED_ID_MACRO
-- Performing Test HAVE_WARNING_RESERVED_ID_MACRO - Success
-- Performing Test HAVE_WARNING_CTAD_MAYBE_UNSUPPORTED
-- Performing Test HAVE_WARNING_CTAD_MAYBE_UNSUPPORTED - Failed
-- Using libcxx: cxx
-- Using libcxxfs:
-- Using libcxxabi: cxxabi
-- Tests are enabled
-- Building for: Darwin-19.2.0 x86_64 ; USE_STATIC_LIBRARIES=ON MAKE_STATIC_LIBRARIES=ON SPLIT_SHARED= UNBUNDLED=OFF CCACHE=CCACHE_FOUND-NOTFOUND
-- Using double-conversion: /Users/tison/CLionProjects/ClickHouse/contrib/double-conversion : double-conversion
-- Using ssl=1: /Users/tison/CLionProjects/ClickHouse/contrib/openssl/include;/Users/tison/CLionProjects/ClickHouse/contrib/openssl-cmake/linux_x86_64/include : ssl;crypto
-- Build without ICU (support for collations and charset conversion functions will be disabled)
-- Using Boost: /Users/tison/CLionProjects/ClickHouse/contrib/boost : boost_program_options_internal,boost_system_internal,boost_filesystem_internal;boost_system_internal,boost_regex_internal
-- Using zlib-ng: /Users/tison/CLionProjects/ClickHouse/contrib/zlib-ng;/Users/tison/CLionProjects/ClickHouse/build/contrib/zlib-ng : zlibstatic
-- Using zstd: /Users/tison/CLionProjects/ClickHouse/contrib/zstd/lib : zstd
-- Using termcap: /usr/lib/libncurses.dylib
-- Using Poco: /Users/tison/CLionProjects/ClickHouse/contrib/poco/Foundation/include/;/Users/tison/CLionProjects/ClickHouse/contrib/poco/Util/include/;/Users/tison/CLionProjects/ClickHouse/contrib/zlib-ng/;/Users/tison/CLionProjects/ClickHouse/build/contrib/zlib-ng/ : PocoFoundation,PocoUtil,PocoNet,PocoNetSSL;ssl;crypto,PocoCrypto;ssl;crypto,PocoXML,PocoData,,,,PocoMongoDB,PocoRedis; MongoDB=1, Redis=1, DataODBC=, NetSSL=1
-- Using lz4: /Users/tison/CLionProjects/ClickHouse/contrib/lz4/lib : lz4
-- Using xxhash=1: /Users/tison/CLionProjects/ClickHouse/contrib/lz4/lib : lz4
-- Using sparsehash: /Users/tison/CLionProjects/ClickHouse/contrib/sparsehash-c11
-- Using rt: apple_rt
-- Using line editing libraries (readline): /usr/local/opt/readline/include : /usr/local/opt/readline/lib/libreadline.a;/usr/lib/libncurses.dylib
-- Performing Test HAVE_READLINE_HISTORY
-- Performing Test HAVE_READLINE_HISTORY - Success
-- Using re2: /Users/tison/CLionProjects/ClickHouse/contrib/re2 : re2; : re2_st
-- Using libgsasl=: LIBGSASL_INCLUDE_DIR-NOTFOUND : LIBGSASL_LIBRARY-NOTFOUND
-- Using librdkafka=: :
-- Using capnp=1: capnpc
-- Using h3=1: /Users/tison/CLionProjects/ClickHouse/contrib/h3/src/h3lib/include : h3
-- Using cpuid=1: /Users/tison/CLionProjects/ClickHouse/contrib/libcpuid/include : cpuid
-- Using libxml2: /Users/tison/CLionProjects/ClickHouse/contrib/libxml2/include;/Users/tison/CLionProjects/ClickHouse/contrib/libxml2-cmake/linux_x86_64/include : libxml2
-- Using brotli=1: /Users/tison/CLionProjects/ClickHouse/contrib/brotli/c/include : brotli
-- Using protobuf=1: /Users/tison/CLionProjects/ClickHouse/contrib/protobuf/src : libprotobuf : /Users/tison/CLionProjects/ClickHouse/build/contrib/protobuf/cmake/protoc
-- Using pdqsort: /Users/tison/CLionProjects/ClickHouse/contrib/pdqsort
-- Using hdfs3=: :
-- Using aws_s3=: :
-- Using consistent-hashing: : consistent-hashing
-- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.29.2")
-- Checking for module 'arrow'
-- No package 'arrow' found
-- Could not find the Arrow library. Looked for headers in , and for libs in
-- Checking for module 'parquet'
-- No package 'parquet' found
-- Could not find the parquet library. Looked in system search paths.
-- Using snappy: snappy
-- Using Parquet: arrow_static: ; parquet_static:PARQUET_INCLUDE_DIR-NOTFOUND ; thrift_static ; flatbuffers
-- Using hyperscan=1: /Users/tison/CLionProjects/ClickHouse/contrib/hyperscan/src : hs
-- Using simdjson=ON: simdjson
-- Using rapidjson=1: /Users/tison/CLionProjects/ClickHouse/contrib/rapidjson/include
-- Using fastops=0: :
-- Using snappy: snappy
-- Using internal=ON orc=1: /Users/tison/CLionProjects/ClickHouse/contrib/orc/c++/include : orc
-- Using cityhash: : cityhash
-- Using farmhash: : farmhash
-- Using metrohash: /Users/tison/CLionProjects/ClickHouse/contrib/libmetrohash/src : metrohash
-- Using btrie: : btrie
-- Using gtest=1: /Users/tison/CLionProjects/ClickHouse/contrib/googletest/googletest : gtest_main;gtest :
-- Using cctz: /Users/tison/CLionProjects/ClickHouse/contrib/cctz/include : cctz
-- Build without mysqlclient (support for MYSQL dictionary source will be disabled)
-- compiler C = /usr/bin/clang -fdiagnostics-color=always -gdwarf-aranges -msse4.1 -msse4.2 -mpopcnt -Wall -Wno-unused-command-line-argument -fno-omit-frame-pointer -mmacosx-version-min=10.14 -O2 -g -DNDEBUG -O3
-- compiler CXX = /usr/bin/clang++ -fdiagnostics-color=always -std=c++2a -fsized-deallocation -gdwarf-aranges -msse4.1 -msse4.2 -mpopcnt -Wall -Wno-unused-command-line-argument -Wnon-virtual-dtor -fno-omit-frame-pointer -mmacosx-version-min=10.14 -O2 -g -DNDEBUG -O3
-- LINKER_FLAGS = -rdynamic -mmacosx-version-min=10.14
-- ZSTD VERSION 1.3.17
-- Using CMake version 3.15.5
-- ZLIB_HEADER_VERSION: 1.2.11
-- ZLIBNG_HEADER_VERSION: 1.9.9
-- Arch detected: 'x86_64'
-- Basearch of 'x86_64' has been detected as: 'x86'
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Looking for sys/sdt.h
-- Looking for sys/sdt.h - found
-- Check size of off64_t
-- Check size of off64_t - failed
-- Check size of _off64_t
-- Check size of _off64_t - failed
-- Check size of __off64_t
-- Check size of __off64_t - failed
-- Looking for fseeko
-- Looking for fseeko - found
-- Looking for strerror
-- Looking for strerror - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Performing Test HAVE_ATTRIBUTE_VISIBILITY_HIDDEN
-- Performing Test HAVE_ATTRIBUTE_VISIBILITY_HIDDEN - Success
-- Performing Test HAVE_ATTRIBUTE_VISIBILITY_INTERNAL
-- Performing Test HAVE_ATTRIBUTE_VISIBILITY_INTERNAL - Success
-- Performing Test HAVE_BUILTIN_CTZL
-- Performing Test HAVE_BUILTIN_CTZL - Success
-- Performing Test HAVE_PTRDIFF_T
-- Performing Test HAVE_PTRDIFF_T - Success
-- Performing Test HAVE_SSE2_INTRIN
-- Performing Test HAVE_SSE2_INTRIN - Success
-- Performing Test HAVE_SSE42CRC_INLINE_ASM
-- Performing Test HAVE_SSE42CRC_INLINE_ASM - Success
-- Performing Test HAVE_SSE42CRC_INTRIN
-- Performing Test HAVE_SSE42CRC_INTRIN - Success
-- Performing Test HAVE_PCLMULQDQ_INTRIN
-- Performing Test HAVE_PCLMULQDQ_INTRIN - Success
-- Architecture-specific source files: arch/x86/x86.c;arch/x86/insert_string_sse.c;arch/x86/deflate_quick.c;arch/x86/fill_window_sse.c;arch/x86/slide_sse.c;arch/x86/crc_folding.c
-- The following features have been enabled:
* CMAKE_BUILD_TYPE, Build type: RELWITHDEBINFO (selected)
* ZLIB_COMPAT, Provide a zlib-compatible API
* WITH_OPTIM, Build with optimisation
* WITH_NEW_STRATEGIES, Use new strategies
* SSE42_CRC, Support CRC hash generation using the SSE4.2 instruction set, using "-msse4"
* SSE42_DEFLATE_QUICK, Support SSE4.2-accelerated quick compression
* PCLMUL_CRC, Support CRC hash generation using PCLMULQDQ, using "-mpclmul"
-- The following REQUIRED packages have been found:
* Threads
-- The following features have been disabled:
* WITH_GZFILEOP, Compile with support for gzFile-related functions
* WITH_SANITIZERS, Build with address sanitizer and all supported sanitizers other than memory sanitizer
* WITH_MSAN, Build with memory sanitizer
* WITH_FUZZERS, Build test/fuzz
* MAINTAINER, Build with maintainer warnings and tests enabled
-- The following OPTIONAL packages have not been found:
* Arrow
* Parquet
-- The ASM compiler identification is Clang
-- Found assembler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
-- Check if the system is big endian
-- Searching 16 bit integer
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Using unsigned short
-- Check if the system is big endian - little endian
-- Looking for byteswap.h
-- Looking for byteswap.h - not found
-- Looking for sys/endian.h
-- Looking for sys/endian.h - not found
-- Looking for sys/mman.h
-- Looking for sys/mman.h - found
-- Looking for sys/resource.h
-- Looking for sys/resource.h - found
-- Looking for sys/time.h
-- Looking for sys/time.h - found
-- Looking for sys/uio.h
-- Looking for sys/uio.h - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for windows.h
-- Looking for windows.h - not found
-- Looking for zlibVersion in z
-- Looking for zlibVersion in z - found
-- Looking for lzo1x_1_15_compress in lzo2
-- Looking for lzo1x_1_15_compress in lzo2 - not found
-- Performing Test HAVE_VISUAL_STUDIO_ARCH_AVX
-- Performing Test HAVE_VISUAL_STUDIO_ARCH_AVX - Failed
-- Performing Test HAVE_VISUAL_STUDIO_ARCH_AVX2
-- Performing Test HAVE_VISUAL_STUDIO_ARCH_AVX2 - Failed
-- Performing Test HAVE_CLANG_MAVX
-- Performing Test HAVE_CLANG_MAVX - Success
-- Performing Test HAVE_CLANG_MBMI2
-- Performing Test HAVE_CLANG_MBMI2 - Success
-- Performing Test HAVE_BUILTIN_EXPECT
-- Performing Test HAVE_BUILTIN_EXPECT - Success
-- Performing Test HAVE_BUILTIN_CTZ
-- Performing Test HAVE_BUILTIN_CTZ - Success
-- Performing Test SNAPPY_HAVE_SSSE3
-- Performing Test SNAPPY_HAVE_SSSE3 - Success
-- Performing Test SNAPPY_HAVE_BMI2
-- Performing Test SNAPPY_HAVE_BMI2 - Failed
-- Looking for mmap
-- Looking for mmap - found
-- Looking for sysconf
-- Looking for sysconf - found
-- Looking for strtof_l
-- Looking for strtof_l - not found
-- FLATBUFFERS_LIBRARY: flatbuffers, FLATBUFFERS_COMPILER: /Users/tison/CLionProjects/ClickHouse/build/contrib/flatbuffers/flatc
-- FLATBUFFERS_COMPILED_OUT_DIR: /Users/tison/CLionProjects/ClickHouse/build/contrib/arrow-cmake/arrow_gen_headers/arrow/ipc
-- flatc: /Users/tison/CLionProjects/ClickHouse/build/contrib/flatbuffers/flatc -c -o /Users/tison/CLionProjects/ClickHouse/build/contrib/arrow-cmake/arrow_gen_headers/arrow/ipc/ /Users/tison/CLionProjects/ClickHouse/contrib/arrow/format/Message.fbs;/Users/tison/CLionProjects/ClickHouse/contrib/arrow/format/File.fbs;/Users/tison/CLionProjects/ClickHouse/contrib/arrow/format/Schema.fbs;/Users/tison/CLionProjects/ClickHouse/contrib/arrow/format/Tensor.fbs;/Users/tison/CLionProjects/ClickHouse/contrib/arrow/format/SparseTensor.fbs;/Users/tison/CLionProjects/ClickHouse/contrib/arrow/cpp/src/arrow/ipc/feather.fbs
-- Performing Test ORC_CXX_HAS_INITIALIZER_LIST
-- Performing Test ORC_CXX_HAS_INITIALIZER_LIST - Success
-- Performing Test ORC_CXX_HAS_NOEXCEPT
-- Performing Test ORC_CXX_HAS_NOEXCEPT - Success
-- Performing Test ORC_CXX_HAS_NULLPTR
-- Performing Test ORC_CXX_HAS_NULLPTR - Success
-- Performing Test ORC_CXX_HAS_OVERRIDE
-- Performing Test ORC_CXX_HAS_OVERRIDE - Success
-- Performing Test ORC_CXX_HAS_UNIQUE_PTR
-- Performing Test ORC_CXX_HAS_UNIQUE_PTR - Success
-- Performing Test ORC_CXX_HAS_CSTDINT
-- Performing Test ORC_CXX_HAS_CSTDINT - Success
-- Performing Test ORC_CXX_HAS_THREAD_LOCAL
-- Performing Test ORC_CXX_HAS_THREAD_LOCAL - Success
-- Performing Test HAS_PREAD
-- Performing Test HAS_PREAD - Success
-- Performing Test HAS_STRPTIME
-- Performing Test HAS_STRPTIME - Success
-- Performing Test HAS_STOLL
-- Performing Test HAS_STOLL - Success
-- Performing Test INT64_IS_LL
-- Performing Test INT64_IS_LL - Success
-- Performing Test HAS_DIAGNOSTIC_PUSH
-- Performing Test HAS_DIAGNOSTIC_PUSH - Success
-- Performing Test HAS_STD_ISNAN
-- Performing Test HAS_STD_ISNAN - Success
-- Performing Test HAS_STD_MUTEX
-- Performing Test HAS_STD_MUTEX - Success
-- Performing Test NEEDS_REDUNDANT_MOVE
-- Performing Test NEEDS_REDUNDANT_MOVE - Success
-- Performing Test HAS_PRE_1970
-- Performing Test HAS_PRE_1970 - Success
-- Performing Test HAS_POST_2038
-- Performing Test HAS_POST_2038 - Success
-- Performing Test NEEDS_Z_PREFIX
-- Performing Test NEEDS_Z_PREFIX - Failed
-- Looking for arpa/inet.h
-- Looking for arpa/inet.h - found
-- Looking for fcntl.h
-- Looking for fcntl.h - found
-- Looking for getopt.h
-- Looking for getopt.h - found
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for netdb.h
-- Looking for netdb.h - found
-- Looking for netinet/in.h
-- Looking for netinet/in.h - found
-- Looking for signal.h
-- Looking for signal.h - found
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for sys/ioctl.h
-- Looking for sys/ioctl.h - found
-- Looking for sys/param.h
-- Looking for sys/param.h - found
-- Looking for sys/socket.h
-- Looking for sys/socket.h - found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for sys/un.h
-- Looking for sys/un.h - found
-- Looking for poll.h
-- Looking for poll.h - found
-- Looking for sys/poll.h
-- Looking for sys/poll.h - found
-- Looking for sys/select.h
-- Looking for sys/select.h - found
-- Looking for sched.h
-- Looking for sched.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for strings.h
-- Looking for strings.h - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for gethostbyname_r
-- Looking for gethostbyname_r - not found
-- Looking for strerror_r
-- Looking for strerror_r - found
-- Looking for sched_get_priority_max
-- Looking for sched_get_priority_max - found
-- Looking for sched_get_priority_min
-- Looking for sched_get_priority_min - found
-- Performing Test STRERROR_R_CHAR_P
-- Performing Test STRERROR_R_CHAR_P - Failed
-- Using OpenSSL from /Users/tison/CLionProjects/ClickHouse/contrib/openssl
-- Found PythonInterp: /usr/local/bin/python (found version "2.7.16")
-- Performing Test ARCH_64_BIT
-- Performing Test ARCH_64_BIT - Success
-- Performing Test ARCH_32_BIT
-- Performing Test ARCH_32_BIT - Failed
-- Build type RELWITHDEBINFO
-- Boost version: 1.70.0
-- Build date: 2000-01-01
-- Looking for include file intrin.h
-- Looking for include file intrin.h - not found
-- Looking for C++ include intrin.h
-- Looking for C++ include intrin.h - not found
-- Looking for include file x86intrin.h
-- Looking for include file x86intrin.h - found
-- Looking for C++ include x86intrin.h
-- Looking for C++ include x86intrin.h - found
-- Looking for posix_memalign
-- Looking for posix_memalign - found
-- Looking for _aligned_malloc
-- Looking for _aligned_malloc - not found
-- Performing Test HAS_C_HIDDEN
-- Performing Test HAS_C_HIDDEN - Success
-- Performing Test HAS_CXX_HIDDEN
-- Performing Test HAS_CXX_HIDDEN - Success
-- Looking for _LIBCPP_VERSION
-- Looking for _LIBCPP_VERSION - found
-- Performing Test HAVE_AVX512
-- Performing Test HAVE_AVX512 - Failed
-- Building without AVX512 support
-- Performing Test HAVE_CC_BUILTIN_ASSUME_ALIGNED
-- Performing Test HAVE_CC_BUILTIN_ASSUME_ALIGNED - Success
-- Performing Test HAVE_CXX_BUILTIN_ASSUME_ALIGNED
-- Performing Test HAVE_CXX_BUILTIN_ASSUME_ALIGNED - Success
-- Performing Test HAVE__BUILTIN_CONSTANT_P
-- Performing Test HAVE__BUILTIN_CONSTANT_P - Success
-- Performing Test C_FLAG_Wvla
-- Performing Test C_FLAG_Wvla - Success
-- Performing Test C_FLAG_Wpointer_arith
-- Performing Test C_FLAG_Wpointer_arith - Success
-- Performing Test C_FLAG_Wstrict_prototypes
-- Performing Test C_FLAG_Wstrict_prototypes - Success
-- Performing Test C_FLAG_Wmissing_prototypes
-- Performing Test C_FLAG_Wmissing_prototypes - Success
-- Performing Test CXX_FLAG_Wvla
-- Performing Test CXX_FLAG_Wvla - Success
-- Performing Test CXX_FLAG_Wpointer_arith
-- Performing Test CXX_FLAG_Wpointer_arith - Success
-- Performing Test CC_SELF_ASSIGN
-- Performing Test CC_SELF_ASSIGN - Success
-- Performing Test CXX_SELF_ASSIGN
-- Performing Test CXX_SELF_ASSIGN - Success
-- Performing Test CC_PAREN_EQUALITY
-- Performing Test CC_PAREN_EQUALITY - Success
-- Performing Test CXX_UNUSED_CONST_VAR
-- Performing Test CXX_UNUSED_CONST_VAR - Success
-- Performing Test CXX_IGNORED_ATTR
-- Performing Test CXX_IGNORED_ATTR - Success
-- Performing Test CXX_WEAK_VTABLES
-- Performing Test CXX_WEAK_VTABLES - Success
-- Performing Test CXX_MISSING_DECLARATIONS
-- Performing Test CXX_MISSING_DECLARATIONS - Success
-- Performing Test CXX_UNUSED_LOCAL_TYPEDEFS
-- Performing Test CXX_UNUSED_LOCAL_TYPEDEFS - Success
-- Performing Test CXX_WUNUSED_VARIABLE
-- Performing Test CXX_WUNUSED_VARIABLE - Success
-- Building for current host CPU:
-- Looking for mmap
-- Looking for mmap - found
-- Doxygen not found, unable to generate API reference
-- Checking for module 'libpcre>=8.41'
-- Found libpcre, version 8.43
-- PCRE version 8.41 or above
-- /Users/tison/CLionProjects/ClickHouse/utils: Have 6051 megabytes of memory. Limiting concurrent linkers jobs to 1 and compiler jobs to OFF
-- /Users/tison/CLionProjects/ClickHouse/dbms: Have 6049 megabytes of memory. Limiting concurrent linkers jobs to 1 and compiler jobs to 4
-- Will build ClickHouse 20.1.1.1 revision 54431
-- Looking for readpassphrase
-- Looking for readpassphrase - found
-- Target check already exists
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/tison/CLionProjects/ClickHouse/build
$ ninja -j 4
[0/2] Re-checking globbed directories...
[35/4074] Linking CXX static library contrib/libcxxabi-cmake/libcxxabi.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/libcxxabi-cmake/libcxxabi.a(cxa_unexpected.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/libcxxabi-cmake/libcxxabi.a(cxa_unexpected.cpp.o) has no symbols
[69/4074] Linking CXX static library contrib/libcxx-cmake/libcxx.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/libcxx-cmake/libcxx.a(functional.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/libcxx-cmake/libcxx.a(typeinfo.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/libcxx-cmake/libcxx.a(functional.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/libcxx-cmake/libcxx.a(typeinfo.cpp.o) has no symbols
[111/4074] Linking CXX static library contrib/capnproto-cmake/libkj.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/capnproto-cmake/libkj.a(filesystem-disk-win32.c++.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/capnproto-cmake/libkj.a(filesystem-disk-win32.c++.o) has no symbols
[112/4074] Linking CXX static library contrib/capnproto-cmake/libcapnp.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/capnproto-cmake/libcapnp.a(list.c++.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/capnproto-cmake/libcapnp.a(list.c++.o) has no symbols
[123/4074] Building CXX object contrib...ystem/src/codecvt_error_category.cpp.o
../contrib/boost/libs/filesystem/src/codecvt_error_category.cpp:34:9: warning: '(anonymous namespace)::codecvt_error_cat' has virtual functions but non-virtual destructor [-Wnon-virtual-dtor]
class codecvt_error_cat : public boost::system::error_category
^
1 warning generated.
[136/4074] Linking CXX static library .../boost-cmake/libboost_regex_internal.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/boost-cmake/libboost_regex_internal.a(icu.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/boost-cmake/libboost_regex_internal.a(instances.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/boost-cmake/libboost_regex_internal.a(regex_debug.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/boost-cmake/libboost_regex_internal.a(usinstances.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/boost-cmake/libboost_regex_internal.a(w32_regex_traits.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/boost-cmake/libboost_regex_internal.a(winstances.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/boost-cmake/libboost_regex_internal.a(icu.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/boost-cmake/libboost_regex_internal.a(instances.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/boost-cmake/libboost_regex_internal.a(regex_debug.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/boost-cmake/libboost_regex_internal.a(usinstances.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/boost-cmake/libboost_regex_internal.a(w32_regex_traits.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/boost-cmake/libboost_regex_internal.a(winstances.cpp.o) has no symbols
[145/4074] Linking CXX static library ...t-cmake/libboost_filesystem_internal.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/boost-cmake/libboost_filesystem_internal.a(windows_file_codecvt.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/boost-cmake/libboost_filesystem_internal.a(windows_file_codecvt.cpp.o) has no symbols
[150/4074] Linking CXX static library ...ke/libboost_program_options_internal.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/boost-cmake/libboost_program_options_internal.a(winmain.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/boost-cmake/libboost_program_options_internal.a(winmain.cpp.o) has no symbols
[1417/4074] Linking CXX static library contrib/openssl-cmake/libcrypto.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(async_null.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(async_win.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(cms_cd.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(dso_dl.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(dso_openssl.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(dso_vms.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(dso_win32.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(ecp_nistp224.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(ecp_nistp256.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(ecp_nistp521.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(ecp_nistputil.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(e_rc5.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(ebcdic.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(threads_none.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(threads_win.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(rand_egd.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(rand_vms.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(rand_vxworks.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(rand_win.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(async_null.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(async_win.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(cms_cd.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(dso_dl.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(dso_openssl.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(dso_vms.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(dso_win32.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(ecp_nistp224.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(ecp_nistp256.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(ecp_nistp521.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(ecp_nistputil.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(e_rc5.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(ebcdic.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(threads_none.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(threads_win.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(rand_egd.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(rand_vms.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(rand_vxworks.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(rand_win.c.o) has no symbols
[1460/4074] Linking CXX static library contrib/openssl-cmake/libssl.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libssl.a(ssl_utst.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libssl.a(t1_trce.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libssl.a(ssl_utst.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libssl.a(t1_trce.c.o) has no symbols
[1465/4074] Building CXX object contri...src/thrift/transport/TSocketPool.cpp.o
../contrib/thrift/lib/cpp/src/thrift/transport/TSocketPool.cpp:199:10: warning: 'random_shuffle<std::__1::__wrap_iter<std::__1::shared_ptr<apache::thrift::transport::TSocketPoolServer> *> >' is deprecated [-Wdeprecated-declarations]
std::random_shuffle(servers_.begin(), servers_.end());
^
../contrib/libcxx/include/algorithm:3095:1: note: 'random_shuffle<std::__1::__wrap_iter<std::__1::shared_ptr<apache::thrift::transport::TSocketPoolServer> *> >' has been explicitly marked deprecated here
_LIBCPP_DEPRECATED_IN_CXX14 void
^
../contrib/libcxx/include/__config:974:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX14'
# define _LIBCPP_DEPRECATED_IN_CXX14 _LIBCPP_DEPRECATED
^
../contrib/libcxx/include/__config:957:48: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
^
1 warning generated.
[1517/4074] Building CXX object contri.../Foundation.dir/src/BLAKE2Engine.cpp.o
../contrib/poco/Foundation/src/BLAKE2Engine.cpp:48:31: warning: unused function 'load32' [-Wunused-function]
static BLAKE2_INLINE uint32_t load32(const void *src)
^
../contrib/poco/Foundation/src/BLAKE2Engine.cpp:82:31: warning: unused function 'load16' [-Wunused-function]
static BLAKE2_INLINE uint16_t load16(const void *src)
^
../contrib/poco/Foundation/src/BLAKE2Engine.cpp:95:27: warning: unused function 'store16' [-Wunused-function]
static BLAKE2_INLINE void store16(void *dst, uint16_t w)
^
../contrib/poco/Foundation/src/BLAKE2Engine.cpp:136:31: warning: unused function 'load48' [-Wunused-function]
static BLAKE2_INLINE uint64_t load48(const void *src)
^
../contrib/poco/Foundation/src/BLAKE2Engine.cpp:147:27: warning: unused function 'store48' [-Wunused-function]
static BLAKE2_INLINE void store48(void *dst, uint64_t w)
^
../contrib/poco/Foundation/src/BLAKE2Engine.cpp:158:31: warning: unused function 'rotr32' [-Wunused-function]
static BLAKE2_INLINE uint32_t rotr32(const uint32_t w, const unsigned c)
^
6 warnings generated.
[1525/4074] Linking CXX static library...ib/poco/Foundation/libPocoFoundation.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/poco/Foundation/libPocoFoundation.a(ByteOrder.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/poco/Foundation/libPocoFoundation.a(String.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/poco/Foundation/libPocoFoundation.a(pcre_string_utils.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/poco/Foundation/libPocoFoundation.a(ByteOrder.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/poco/Foundation/libPocoFoundation.a(String.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/poco/Foundation/libPocoFoundation.a(pcre_string_utils.c.o) has no symbols
[1544/4074] Building CXX object contri.../CMakeFiles/XML.dir/src/xmlparse.cpp.o
In file included from ../contrib/poco/XML/src/xmlparse.cpp:43:
../contrib/poco/XML/src/siphash.h:156:14: warning: unused function 'sip_tobin' [-Wunused-function]
static void *sip_tobin(void *dst, uint64_t u64) {
^
../contrib/poco/XML/src/siphash.h:271:12: warning: unused function 'sip24_valid' [-Wunused-function]
static int sip24_valid(void) {
^
2 warnings generated.
[1546/4074] Linking CXX static library contrib/poco/XML/libPocoXML.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/poco/XML/libPocoXML.a(XMLString.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/poco/XML/libPocoXML.a(xmltok_impl.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/poco/XML/libPocoXML.a(xmltok_ns.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/poco/XML/libPocoXML.a(XMLString.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/poco/XML/libPocoXML.a(xmltok_impl.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/poco/XML/libPocoXML.a(xmltok_ns.c.o) has no symbols
[1850/4074] Building CXX object contri...protobuf/compiler/cpp/cpp_helpers.cc.o
../contrib/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc:63:8: warning: unused function 'DotsToUnderscores' [-Wunused-function]
string DotsToUnderscores(const string& name) {
^
../contrib/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc:98:6: warning: function 'HasExtension' is not needed and will not be emitted [-Wunneeded-internal-declaration]
bool HasExtension(const Descriptor* descriptor) {
^
../contrib/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc:111:6: warning: function 'Base63Char' is not needed and will not be emitted [-Wunneeded-internal-declaration]
char Base63Char(int value) {
^
3 warnings generated.
[1852/4074] Building CXX object contri...uf/compiler/cpp/cpp_message_field.cc.o
../contrib/protobuf/src/google/protobuf/compiler/cpp/cpp_message_field.cc:54:8: warning: unused function 'StaticCast' [-Wunused-function]
string StaticCast(const string& type, const string& expression,
^
1 warning generated.
[1927/4074] Building CXX object contri.../compiler/python/python_generator.cc.o
../contrib/protobuf/src/google/protobuf/compiler/python/python_generator.cc:78:6: warning: unused function 'StrStartsWith' [-Wunused-function]
bool StrStartsWith(StringPiece sp, StringPiece x) {
^
1 warning generated.
[1993/4074] Building CXX object contri...otobuf/util/internal/proto_writer.cc.o
In file included from ../contrib/protobuf/src/google/protobuf/util/internal/proto_writer.cc:31:
../contrib/protobuf/src/google/protobuf/util/internal/proto_writer.h:113:24: warning: 'RenderBytes' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual ProtoWriter* RenderBytes(StringPiece name, StringPiece value) {
^
../contrib/protobuf/src/google/protobuf/util/internal/object_writer.h:99:25: note: overridden virtual function is here
virtual ObjectWriter* RenderBytes(StringPiece name, StringPiece value) = 0;
^
1 warning generated.
[1996/4074] Building CXX object contri...internal/protostream_objectwriter.cc.o
In file included from ../contrib/protobuf/src/google/protobuf/util/internal/protostream_objectwriter.cc:31:
In file included from ../contrib/protobuf/src/google/protobuf/util/internal/protostream_objectwriter.h:45:
../contrib/protobuf/src/google/protobuf/util/internal/proto_writer.h:113:24: warning: 'RenderBytes' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual ProtoWriter* RenderBytes(StringPiece name, StringPiece value) {
^
../contrib/protobuf/src/google/protobuf/util/internal/object_writer.h:99:25: note: overridden virtual function is here
virtual ObjectWriter* RenderBytes(StringPiece name, StringPiece value) = 0;
^
1 warning generated.
[1997/4074] Building CXX object contri...il/internal/type_info_test_helper.cc.o
In file included from ../contrib/protobuf/src/google/protobuf/util/internal/type_info_test_helper.cc:31:
In file included from ../contrib/protobuf/src/google/protobuf/util/internal/type_info_test_helper.h:42:
In file included from ../contrib/protobuf/src/google/protobuf/util/internal/protostream_objectwriter.h:45:
../contrib/protobuf/src/google/protobuf/util/internal/proto_writer.h:113:24: warning: 'RenderBytes' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual ProtoWriter* RenderBytes(StringPiece name, StringPiece value) {
^
../contrib/protobuf/src/google/protobuf/util/internal/object_writer.h:99:25: note: overridden virtual function is here
virtual ObjectWriter* RenderBytes(StringPiece name, StringPiece value) = 0;
^
1 warning generated.
[1999/4074] Building CXX object contri...rc/google/protobuf/util/json_util.cc.o
In file included from ../contrib/protobuf/src/google/protobuf/util/json_util.cc:41:
In file included from ../contrib/protobuf/src/google/protobuf/util/internal/protostream_objectwriter.h:45:
../contrib/protobuf/src/google/protobuf/util/internal/proto_writer.h:113:24: warning: 'RenderBytes' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual ProtoWriter* RenderBytes(StringPiece name, StringPiece value) {
^
../contrib/protobuf/src/google/protobuf/util/internal/object_writer.h:99:25: note: overridden virtual function is here
virtual ObjectWriter* RenderBytes(StringPiece name, StringPiece value) = 0;
^
1 warning generated.
[2017/4074] Linking CXX static library contrib/protobuf/cmake/libprotobuf.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/protobuf/cmake/libprotobuf.a(arenastring.cc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/protobuf/cmake/libprotobuf.a(io_win32.cc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/protobuf/cmake/libprotobuf.a(gzip_stream.cc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/protobuf/cmake/libprotobuf.a(error_listener.cc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/protobuf/cmake/libprotobuf.a(arenastring.cc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/protobuf/cmake/libprotobuf.a(io_win32.cc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/protobuf/cmake/libprotobuf.a(gzip_stream.cc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/protobuf/cmake/libprotobuf.a(error_listener.cc.o) has no symbols
[2041/4074] Building CXX object contri...p/src/arrow/ipc/metadata_internal.cc.o
../contrib/arrow/cpp/src/arrow/ipc/metadata_internal.cc:286:60: warning: 'Length' is deprecated: use size() instead [-Wdeprecated-declarations]
if (ts_type->timezone() != 0 && ts_type->timezone()->Length() > 0) {
^
../contrib/flatbuffers/include/flatbuffers/flatbuffers.h:230:25: note: 'Length' has been explicitly marked deprecated here
FLATBUFFERS_ATTRIBUTE(deprecated("use size() instead"))
^
1 warning generated.
[2072/4074] Building CXX object contri..._static.dir/__/orc/c++/src/Reader.cc.o
../contrib/orc/c++/src/Reader.cc:342:24: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
contents->schema = REDUNDANT_MOVE(convertType(footer->types(0), *footer));
^
contrib/arrow-cmake/../orc/c++/include/Adaptor.hh:115:31: note: expanded from macro 'REDUNDANT_MOVE'
#define REDUNDANT_MOVE(XXX) std::move(XXX)
^
../contrib/orc/c++/src/Reader.cc:897:12: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
return REDUNDANT_MOVE(postscript);
^
contrib/arrow-cmake/../orc/c++/include/Adaptor.hh:115:31: note: expanded from macro 'REDUNDANT_MOVE'
#define REDUNDANT_MOVE(XXX) std::move(XXX)
^
../contrib/orc/c++/src/Reader.cc:961:12: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
return REDUNDANT_MOVE(footer);
^
contrib/arrow-cmake/../orc/c++/include/Adaptor.hh:115:31: note: expanded from macro 'REDUNDANT_MOVE'
#define REDUNDANT_MOVE(XXX) std::move(XXX)
^
../contrib/orc/c++/src/Reader.cc:996:30: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
contents->postscript = REDUNDANT_MOVE(readPostscript(stream.get(),
^
contrib/arrow-cmake/../orc/c++/include/Adaptor.hh:115:31: note: expanded from macro 'REDUNDANT_MOVE'
#define REDUNDANT_MOVE(XXX) std::move(XXX)
^
../contrib/orc/c++/src/Reader.cc:1010:26: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
contents->footer = REDUNDANT_MOVE(readFooter(stream.get(), buffer,
^
contrib/arrow-cmake/../orc/c++/include/Adaptor.hh:115:31: note: expanded from macro 'REDUNDANT_MOVE'
#define REDUNDANT_MOVE(XXX) std::move(XXX)
^
5 warnings generated.
[2077/4074] Building CXX object contri...ic.dir/__/orc/c++/src/Compression.cc.o
../contrib/orc/c++/src/Compression.cc:929:14: warning: redundant move in return statement [-Wredundant-move]
return REDUNDANT_MOVE(input);
^
contrib/arrow-cmake/../orc/c++/include/Adaptor.hh:115:31: note: expanded from macro 'REDUNDANT_MOVE'
#define REDUNDANT_MOVE(XXX) std::move(XXX)
^
1 warning generated.
[2097/4074] Building CXX object contri...pp/src/arrow/compute/kernels/hash.cc.o
In file included from ../contrib/arrow/cpp/src/arrow/compute/kernels/hash.cc:32:
In file included from ../contrib/arrow/cpp/src/arrow/array/dict_internal.h:33:
In file included from ../contrib/arrow/cpp/src/arrow/util/hashing.h:49:
In file included from ../contrib/arrow/cpp/src/arrow/vendored/xxhash.h:24:
In file included from ../contrib/arrow/cpp/src/arrow/vendored/xxhash/xxhash.h:532:
In file included from ../contrib/arrow/cpp/src/arrow/vendored/xxhash/xxhash.c:1115:
../contrib/arrow/cpp/src/arrow/vendored/xxhash/xxh3.h:874:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
XXH3_hashLong_64b_withSecret(const void* XXH_RESTRICT data, size_t len,
^
1 warning generated.
[2105/4074] Building CXX object contri...__/arrow/cpp/src/parquet/encoding.cc.o
In file included from ../contrib/arrow/cpp/src/parquet/encoding.cc:31:
In file included from ../contrib/arrow/cpp/src/arrow/util/hashing.h:49:
In file included from ../contrib/arrow/cpp/src/arrow/vendored/xxhash.h:24:
In file included from ../contrib/arrow/cpp/src/arrow/vendored/xxhash/xxhash.h:532:
In file included from ../contrib/arrow/cpp/src/arrow/vendored/xxhash/xxhash.c:1115:
../contrib/arrow/cpp/src/arrow/vendored/xxhash/xxh3.h:874:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
XXH3_hashLong_64b_withSecret(const void* XXH_RESTRICT data, size_t len,
^
1 warning generated.
[2145/4074] Building CXX object contri.../cpp/src/arrow/array/builder_dict.cc.o
In file included from ../contrib/arrow/cpp/src/arrow/array/builder_dict.cc:27:
In file included from ../contrib/arrow/cpp/src/arrow/array/dict_internal.h:33:
In file included from ../contrib/arrow/cpp/src/arrow/util/hashing.h:49:
In file included from ../contrib/arrow/cpp/src/arrow/vendored/xxhash.h:24:
In file included from ../contrib/arrow/cpp/src/arrow/vendored/xxhash/xxhash.h:532:
In file included from ../contrib/arrow/cpp/src/arrow/vendored/xxhash/xxhash.c:1115:
../contrib/arrow/cpp/src/arrow/vendored/xxhash/xxh3.h:874:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
XXH3_hashLong_64b_withSecret(const void* XXH_RESTRICT data, size_t len,
^
1 warning generated.
[2147/4074] Building CXX object contri...cpp/src/arrow/array/dict_internal.cc.o
In file included from ../contrib/arrow/cpp/src/arrow/array/dict_internal.cc:18:
In file included from ../contrib/arrow/cpp/src/arrow/array/dict_internal.h:33:
In file included from ../contrib/arrow/cpp/src/arrow/util/hashing.h:49:
In file included from ../contrib/arrow/cpp/src/arrow/vendored/xxhash.h:24:
In file included from ../contrib/arrow/cpp/src/arrow/vendored/xxhash/xxhash.h:532:
In file included from ../contrib/arrow/cpp/src/arrow/vendored/xxhash/xxhash.c:1115:
../contrib/arrow/cpp/src/arrow/vendored/xxhash/xxh3.h:874:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]
XXH3_hashLong_64b_withSecret(const void* XXH_RESTRICT data, size_t len,
^
1 warning generated.
[2359/4074] Building CXX object libs/l...MakeFiles/common.dir/src/DateLUT.cpp.o
FAILED: libs/libcommon/CMakeFiles/common.dir/src/DateLUT.cpp.o
/usr/bin/clang++ -DBOOST_SYSTEM_NO_DEPRECATED -DPOCO_STATIC -DPOCO_UNBUNDLED_ZLIB -DUNALIGNED_OK -DWITH_GZFILEOP -DX86_64 -DZLIB_COMPAT -I../contrib/cctz/include -I../libs/libcommon/include -Ilibs/libcommon/include -I../contrib/zlib-ng -Icontrib/zlib-ng -I../contrib/cityhash102/include -isystem ../contrib/libcxx/include -isystem ../contrib/libcxxabi/include -isystem ../contrib/poco/Util/include -isystem ../contrib/poco/Foundation/include -isystem ../contrib/poco/XML/include -isystem ../contrib/poco/JSON/include -isystem ../contrib/boost -fdiagnostics-color=always -std=c++2a -fsized-deallocation -gdwarf-aranges -msse4.1 -msse4.2 -mpopcnt -Wall -Wno-unused-command-line-argument -Wnon-virtual-dtor -fno-omit-frame-pointer -mmacosx-version-min=10.14 -Werror -O2 -g -DNDEBUG -O3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -D OS_DARWIN -nostdinc++ -Wno-reserved-id-macro -MD -MT libs/libcommon/CMakeFiles/common.dir/src/DateLUT.cpp.o -MF libs/libcommon/CMakeFiles/common.dir/src/DateLUT.cpp.o.d -o libs/libcommon/CMakeFiles/common.dir/src/DateLUT.cpp.o -c ../libs/libcommon/src/DateLUT.cpp
../libs/libcommon/src/DateLUT.cpp:32:9: error: 'path' is unavailable: introduced in macOS 10.15
fs::path tz_database_path = tzdir_env_var ? tzdir_env_var : "/usr/share/zoneinfo/";
^
../contrib/libcxx/include/filesystem:738:24: note: 'path' has been explicitly marked unavailable here
class _LIBCPP_TYPE_VIS path {
^
../libs/libcommon/src/DateLUT.cpp:32:14: error: 'path' is unavailable: introduced in macOS 10.15
fs::path tz_database_path = tzdir_env_var ? tzdir_env_var : "/usr/share/zoneinfo/";
^
../contrib/libcxx/include/filesystem:772:3: note: 'path' has been explicitly marked unavailable here
path(const _Source& __src, format = format::auto_format) {
^
../libs/libcommon/src/DateLUT.cpp:32:33: error: '~path' is unavailable: introduced in macOS 10.15
fs::path tz_database_path = tzdir_env_var ? tzdir_env_var : "/usr/share/zoneinfo/";
^
../contrib/libcxx/include/filesystem:790:3: note: '~path' has been explicitly marked unavailable here
~path() = default;
^
../libs/libcommon/src/DateLUT.cpp:32:14: error: '~path' is unavailable: introduced in macOS 10.15
fs::path tz_database_path = tzdir_env_var ? tzdir_env_var : "/usr/share/zoneinfo/";
^
../contrib/libcxx/include/filesystem:790:3: note: '~path' has been explicitly marked unavailable here
~path() = default;
^
../libs/libcommon/src/DateLUT.cpp:34:9: error: 'path' is unavailable: introduced in macOS 10.15
fs::path tz_file_path;
^
../contrib/libcxx/include/filesystem:738:24: note: 'path' has been explicitly marked unavailable here
class _LIBCPP_TYPE_VIS path {
^
../libs/libcommon/src/DateLUT.cpp:34:14: error: 'path' is unavailable: introduced in macOS 10.15
fs::path tz_file_path;
^
../contrib/libcxx/include/filesystem:762:29: note: 'path' has been explicitly marked unavailable here
_LIBCPP_INLINE_VISIBILITY path() noexcept {}
^
../libs/libcommon/src/DateLUT.cpp:34:14: error: '~path' is unavailable: introduced in macOS 10.15
fs::path tz_file_path;
^
../contrib/libcxx/include/filesystem:790:3: note: '~path' has been explicitly marked unavailable here
~path() = default;
^
../libs/libcommon/src/DateLUT.cpp:49:22: error: 'operator=' is unavailable: introduced in macOS 10.15
tz_file_path = tz_env_var;
^
../contrib/libcxx/include/filesystem:819:3: note: 'operator=' has been explicitly marked unavailable here
operator=(const _Source& __src) {
^
../libs/libcommon/src/DateLUT.cpp:49:22: error: 'operator=<const char *>' is unavailable: introduced in macOS 10.15
tz_file_path = tz_env_var;
^
../contrib/libcxx/include/filesystem:819:3: note: 'operator=<const char *>' has been explicitly marked unavailable here
operator=(const _Source& __src) {
^
../libs/libcommon/src/DateLUT.cpp:55:22: error: 'operator=' is unavailable: introduced in macOS 10.15
tz_file_path = "/etc/localtime";
^
../contrib/libcxx/include/filesystem:819:3: note: 'operator=' has been explicitly marked unavailable here
operator=(const _Source& __src) {
^
../libs/libcommon/src/DateLUT.cpp:55:22: error: 'operator=<char [15]>' is unavailable: introduced in macOS 10.15
tz_file_path = "/etc/localtime";
^
../contrib/libcxx/include/filesystem:819:3: note: 'operator=<char [15]>' has been explicitly marked unavailable here
operator=(const _Source& __src) {
^
../libs/libcommon/src/DateLUT.cpp:58:18: error: 'exists' is unavailable: introduced in macOS 10.15
if (!fs::exists(tz_file_path))
^
../contrib/libcxx/include/filesystem:1614:39: note: 'exists' has been explicitly marked unavailable here
inline _LIBCPP_INLINE_VISIBILITY bool exists(const path& __p) {
^
../libs/libcommon/src/DateLUT.cpp:66:17: error: 'is_symlink' is unavailable: introduced in macOS 10.15
if (fs::is_symlink(tz_file_path))
^
../contrib/libcxx/include/filesystem:1746:39: note: 'is_symlink' has been explicitly marked unavailable here
inline _LIBCPP_INLINE_VISIBILITY bool is_symlink(const path& __p) {
^
../libs/libcommon/src/DateLUT.cpp:68:32: error: 'read_symlink' is unavailable: introduced in macOS 10.15
tz_file_path = fs::read_symlink(tz_file_path);
^
../contrib/libcxx/include/filesystem:1830:39: note: 'read_symlink' has been explicitly marked unavailable here
inline _LIBCPP_INLINE_VISIBILITY path read_symlink(const path& __p) {
^
../libs/libcommon/src/DateLUT.cpp:68:28: error: '~path' is unavailable: introduced in macOS 10.15
tz_file_path = fs::read_symlink(tz_file_path);
^
../contrib/libcxx/include/filesystem:790:3: note: '~path' has been explicitly marked unavailable here
~path() = default;
^
../libs/libcommon/src/DateLUT.cpp:68:26: error: 'operator=' is unavailable: introduced in macOS 10.15
tz_file_path = fs::read_symlink(tz_file_path);
^
../contrib/libcxx/include/filesystem:800:9: note: 'operator=' has been explicitly marked unavailable here
path& operator=(path&& __p) noexcept {
^
../libs/libcommon/src/DateLUT.cpp:70:30: error: 'is_relative' is unavailable: introduced in macOS 10.15
if (tz_file_path.is_relative())
^
../contrib/libcxx/include/filesystem:1106:34: note: 'is_relative' has been explicitly marked unavailable here
_LIBCPP_INLINE_VISIBILITY bool is_relative() const { return !is_absolute(); }
^
../libs/libcommon/src/DateLUT.cpp:71:37: error: 'path' is unavailable: introduced in macOS 10.15
tz_file_path = (fs::path("/etc/") / tz_file_path).lexically_normal();
^
../contrib/libcxx/include/filesystem:738:24: note: 'path' has been explicitly marked unavailable here
class _LIBCPP_TYPE_VIS path {
^
../libs/libcommon/src/DateLUT.cpp:71:33: error: 'path' is unavailable: introduced in macOS 10.15
tz_file_path = (fs::path("/etc/") / tz_file_path).lexically_normal();
^
../contrib/libcxx/include/filesystem:772:3: note: 'path' has been explicitly marked unavailable here
path(const _Source& __src, format = format::auto_format) {
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[2362/4074] Linking CXX static library contrib/hyperscan/lib/libhs.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/hyperscan/lib/libhs.a(teddy_avx2.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/hyperscan/lib/libhs.a(masked_move.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/hyperscan/lib/libhs.a(dump_mask.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/hyperscan/lib/libhs.a(teddy_avx2.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/hyperscan/lib/libhs.a(masked_move.c.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/hyperscan/lib/libhs.a(dump_mask.cpp.o) has no symbols
ninja: build stopped: subcommand failed.