Skip to content

Instantly share code, notes, and snippets.

@Ma27

Ma27/buildlog Secret

Created July 24, 2021 15:56
Show Gist options
  • Save Ma27/d8ee175e8581286b75ca59198fa772af to your computer and use it in GitHub Desktop.
Save Ma27/d8ee175e8581286b75ca59198fa772af to your computer and use it in GitHub Desktop.
clickhouse
unpacking sources
unpacking source archive /nix/store/f726xfm2vx5q7cpwq9ffb40asaxl390i-source
source root is source
patching sources
patching script interpreter paths in src/
src/Storages/System/StorageSystemLicenses.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/x0dcb2rxlzf32g0ddfkqqz1sfcyx4yay-bash-4.4-p23/bin/bash"
src/Storages/System/StorageSystemContributors.sh: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/x0dcb2rxlzf32g0ddfkqqz1sfcyx4yay-bash-4.4-p23/bin/bash"
src/IO/tests/limit_read_buffer.sh: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/x0dcb2rxlzf32g0ddfkqqz1sfcyx4yay-bash-4.4-p23/bin/bash"
src/Functions/URL/tldLookup.sh: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/x0dcb2rxlzf32g0ddfkqqz1sfcyx4yay-bash-4.4-p23/bin/bash"
configuring
fixing cmake files...
cmake flags: -GNinja -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_SKIP_BUILD_RPATH=ON -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/imw95jb58pqgd95szqbnwg9smwg1algh-clickhouse-21.3.11.5/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/imw95jb58pqgd95szqbnwg9smwg1algh-clickhouse-21.3.11.5/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/imw95jb58pqgd95szqbnwg9smwg1algh-clickhouse-21.3.11.5/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/imw95jb58pqgd95szqbnwg9smwg1algh-clickhouse-21.3.11.5/share/doc/ClickHouse -DCMAKE_INSTALL_INFODIR=/nix/store/imw95jb58pqgd95szqbnwg9smwg1algh-clickhouse-21.3.11.5/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/imw95jb58pqgd95szqbnwg9smwg1algh-clickhouse-21.3.11.5/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/imw95jb58pqgd95szqbnwg9smwg1algh-clickhouse-21.3.11.5/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/imw95jb58pqgd95szqbnwg9smwg1algh-clickhouse-21.3.11.5/include -DCMAKE_INSTALL_SBINDIR=/nix/store/imw95jb58pqgd95szqbnwg9smwg1algh-clickhouse-21.3.11.5/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/imw95jb58pqgd95szqbnwg9smwg1algh-clickhouse-21.3.11.5/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/imw95jb58pqgd95szqbnwg9smwg1algh-clickhouse-21.3.11.5/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/pih71mdd7pilwl02qag6898k1bzb6cr5-llvm-binutils-10.0.1/bin/strip -DCMAKE_RANLIB=/nix/store/pih71mdd7pilwl02qag6898k1bzb6cr5-llvm-binutils-10.0.1/bin/ranlib -DCMAKE_AR=/nix/store/pih71mdd7pilwl02qag6898k1bzb6cr5-llvm-binutils-10.0.1/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/imw95jb58pqgd95szqbnwg9smwg1algh-clickhouse-21.3.11.5 -DENABLE_TESTS=OFF -DENABLE_EMBEDDED_COMPILER=ON -DUSE_INTERNAL_LLVM_LIBRARY=0 -DUSE_INTERNAL_RE2_LIBRARY=0 -DFORCE_LLVM_WITH_LIBCXX=ON
-- The C compiler identification is GNU 10.3.0
-- The CXX compiler identification is GNU 10.3.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /nix/store/fdy0bnh3x01rysv3cig42wq3sfcqf0zz-gcc-wrapper-10.3.0/bin/gcc - 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: /nix/store/fdy0bnh3x01rysv3cig42wq3sfcqf0zz-gcc-wrapper-10.3.0/bin/g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Using custom linker by name: lld
CMake Warning at cmake/find/ccache.cmake:17 (message):
CCache is not found. We recommend setting it up if you build ClickHouse
from source often. Setting it up will significantly reduce compilation
time for 2nd and consequent builds
Call Stack (most recent call first):
CMakeLists.txt:67 (include)
-- CMAKE_BUILD_TYPE: Release
-- Using objcopy: /nix/store/p7qqqgq1i665ji6g2iq05a2gc2b9xpi8-llvm-10.0.1/bin/llvm-objcopy.
-- 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
-- Performing Test SUPPORTS_CXXFLAG_error
-- Performing Test SUPPORTS_CXXFLAG_error - Success
-- Performing Test SUPPORTS_CFLAG_error
-- Performing Test SUPPORTS_CFLAG_error - Success
-- Default libraries: -nodefaultlibs -lgcc -lc -lm -lrt -lpthread -ldl
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- Found Threads: TRUE
-- The ASM compiler identification is GNU
-- Found assembler: /nix/store/fdy0bnh3x01rysv3cig42wq3sfcqf0zz-gcc-wrapper-10.3.0/bin/gcc
-- Looking for sys/random.h
-- Looking for sys/random.h - found
-- Some symbols from glibc will be replaced for compatibility
-- Performing Test HAVE_WARNING_UNUSED_BUT_SET_VARIABLE
-- Performing Test HAVE_WARNING_UNUSED_BUT_SET_VARIABLE - Success
-- Performing Test HAVE_WARNING_MISSING_ATTRIBUTES
-- Performing Test HAVE_WARNING_MISSING_ATTRIBUTES - Success
-- Performing Test HAVE_WARNING_MAYBE_UNINITIALIZED
-- Performing Test HAVE_WARNING_MAYBE_UNINITIALIZED - Success
-- Performing Test HAVE_WARNING_REGISTER
-- Performing Test HAVE_WARNING_REGISTER - Success
-- Using libunwind: unwind
-- Using exception handler: unwind
-- Using libcxx: cxx
-- Using libcxxfs:
-- Using libcxxabi: cxxabi
-- Unit tests are disabled
-- Building for: Linux-5.12.15 x86_64 ;
USE_STATIC_LIBRARIES=ON
MAKE_STATIC_LIBRARIES=ON
SPLIT_SHARED=
UNBUNDLED=OFF
CCACHE=CCACHE_FOUND-NOTFOUND
-- Using double-conversion: : double-conversion
-- Using ssl=1: /build/source/contrib/boringssl/include : ssl;crypto
-- Using ldap=1: /build/source/contrib/openldap-cmake/linux_x86_64/include;/build/source/contrib/openldap/include : ldap_r;lber
-- Using icu=1: : icui18n;icuuc;icudata
-- Using zlib-ng: /build/source/contrib/zlib-ng;/build/source/build/contrib/zlib-ng : zlib
-- Using zstd: /build/source/contrib/zstd/lib : zstd
-- Using sparsehash: /build/source/contrib/sparsehash-c11
-- Using re2: /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/include : /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a; : /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
-- Using krb5=1: /build/source/contrib/krb5/src/include;/build/source/build/contrib/krb5-cmake/include : krb5
-- Using libgsasl=1: /build/source/contrib/libgsasl/src;/build/source/contrib/libgsasl/linux_x86_64/include : libgsasl
-- Using cyrus-sasl: krb5=1: /build/source/contrib/cyrus-sasl/include : sasl2
-- Using librdkafka=1: /build/source/contrib/librdkafka/src : rdkafka cppkafka
-- Using AMQP-CPP=1: /build/source/contrib/AMQP-CPP/include;/build/source/contrib/AMQP-CPP/include;/build/source/contrib/AMQP-CPP : AMQP-CPP
-- Using capnp=1: capnpc
-- LLVM include Directory: ///nix/store/9amicf8g3v9m26qgi8kx1qhf8jsxb2r7-llvm-10.0.1-dev/include
-- LLVM library Directory: ///nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib
-- LLVM C++ compiler flags:
-- Using termcap: /nix/store/m4x0hqp8amgh987v1862x9hpxpi5rsgj-ncurses-6.2/lib/libtinfo.so
-- Using h3=1: /build/source/contrib/h3/src/h3lib/include : h3
-- Using libxml2: /build/source/contrib/libxml2/include;/build/source/contrib/libxml2-cmake/linux_x86_64/include : libxml2
-- Using brotli=1: /build/source/contrib/brotli/c/include : brotli
-- Using protobuf=1: /build/source/contrib/protobuf/src : libprotobuf : $<TARGET_FILE:protoc> : libprotoc
-- Using gRPC=1: /build/source/contrib/grpc/include : grpc;grpc++ : $<TARGET_FILE:grpc_cpp_plugin>
-- Using pdqsort: /build/source/contrib/pdqsort
-- Using miniselect: /build/source/contrib/miniselect/include
-- Using hdfs3=1: /build/source/contrib/libhdfs3/include : hdfs3
-- Using curl: /build/source/contrib/curl/include : curl
-- Using aws_s3=1: /build/source/contrib/aws/aws-cpp-sdk-s3/include : aws_s3
-- Using snappy: snappy
-- Using Parquet: arrow=arrow_static: ; parquet=parquet_static: ; thrift=thrift_static ; flatbuffers=flatbuffers
-- Using simdjson=ON
-- Using rapidjson=1: /build/source/contrib/rapidjson/include
-- Using fastops=1: /build/source/contrib/fastops/ : fastops
-- Using unixodbc
-- Using ROCKSDB=1: /build/source/contrib/rocksdb/include : rocksdb
-- Using libpqxx=1: /build/source/contrib/libpqxx/include : libpqxx
-- Using libpq: /build/source/contrib/libpq : : libpq
-- Using NuRaft=1: /build/source/contrib/NuRaft/include : nuraft
-- Using snappy: snappy
-- Using internal=1 orc=1: /build/source/contrib/orc/c++/include : orc
-- Using snappy: snappy
-- Using avro=1: /build/source/contrib/avro/lang/c++/include : avrocpp
-- Using msgpack=1: /build/source/contrib/msgpack-c/include
-- Using cassandra=1: /build/source/contrib/cassandra/include/ : cassandra_static
-- Using libuv: /build/source/contrib/libuv : uv_a
-- Using sentry=ON: sentry
-- Using stats=1 : /build/source/contrib/stats/include
-- Using gcem=1: /build/source/contrib/gcem/include
-- Using cityhash: : cityhash
-- Using farmhash: : farmhash
-- Using mysqlclient=1: : mariadbclient; staticlib=
-- compiler C = /nix/store/fdy0bnh3x01rysv3cig42wq3sfcqf0zz-gcc-wrapper-10.3.0/bin/gcc -fdiagnostics-color=always -pipe -msse4.1 -msse4.2 -mpopcnt -Wall -Werror -O3 -DNDEBUG
-- compiler CXX = /nix/store/fdy0bnh3x01rysv3cig42wq3sfcqf0zz-gcc-wrapper-10.3.0/bin/g++ -fdiagnostics-color=always -std=gnu++2a -fsized-deallocation -pipe -msse4.1 -msse4.2 -mpopcnt -Wall -Werror -O3 -DNDEBUG
-- LINKER_FLAGS = -fuse-ld=lld -rdynamic -Wl,--build-id=sha1 -Wl,--no-undefined -Wl,-no-pie
-- Packaging with tzdata version: 2020e
-- Using cctz
-- Using FastMemcpy
-- Using hyperscan
-- jemalloc malloc_conf: percpu_arena:percpu,oversize_threshold:0,muzzy_decay_ms:10000
-- Using jemalloc
-- Using cpuid
-- Using replxx
-- Check if the system is big endian
-- Searching 16 bit integer
-- 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
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Searching 16 bit integer - Using unsigned short
-- Check if the system is big endian - little endian
-- Performing Test HAVE___BUILTIN_BSWAPXX
-- Performing Test HAVE___BUILTIN_BSWAPXX - Success
-- Performing Test HAVE___BUILTIN_ASSUME_ALIGNED
-- Performing Test HAVE___BUILTIN_ASSUME_ALIGNED - Success
-- Looking for clock_gettime
-- Looking for clock_gettime - found
-- Looking for CLOCK_MONOTONIC
-- Looking for CLOCK_MONOTONIC - found
-- Looking for pthread_condattr_setclock
-- Looking for pthread_condattr_setclock - found
-- Checking how to detect the number of available CPU cores
-- Performing Test TUKLIB_CPUCORES_SCHED_GETAFFINITY
-- Performing Test TUKLIB_CPUCORES_SCHED_GETAFFINITY - Success
-- Checking how to detect the amount of physical memory
-- Performing Test TUKLIB_PHYSMEM_SPECIAL
-- Performing Test TUKLIB_PHYSMEM_SPECIAL - Failed
-- Performing Test TUKLIB_PHYSMEM_AIX
-- Performing Test TUKLIB_PHYSMEM_AIX - Failed
-- Performing Test TUKLIB_PHYSMEM_SYSCONF
-- Performing Test TUKLIB_PHYSMEM_SYSCONF - Success
-- Looking for immintrin.h
-- Looking for immintrin.h - found
-- Performing Test HAVE__MM_MOVEMASK_EPI8
-- Performing Test HAVE__MM_MOVEMASK_EPI8 - Success
-- Looking for getopt_long
-- Looking for getopt_long - found
-- Looking for program_invocation_name
-- Looking for program_invocation_name - found
-- Looking for mbrtowc
-- Looking for mbrtowc - found
-- Looking for wcwidth
-- Looking for wcwidth - found
-- Looking for optreset
-- Looking for optreset - not found
-- Looking for posix_fadvise
-- Looking for posix_fadvise - found
-- Performing Test HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC
-- Performing Test HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC - Success
-- Looking for futimens
-- Looking for futimens - found
-- Using Poco::Crypto
-- Using Poco::Data::ODBC
-- ZSTD VERSION 1.4.0
-- Using CMake version 3.19.7
-- 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/sdt.h
-- Looking for sys/sdt.h - not found
-- Check size of off64_t
-- Check size of off64_t - done
-- 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: Release (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 OPTIONAL packages have been found:
* LLVM (required version >= 10)
-- 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
CMake Deprecation Warning at contrib/mariadb-connector-c/CMakeLists.txt:5 (CMAKE_MINIMUM_REQUIRED):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
-- Found CURL: curl (found version "7.67.0")
-- Found GSSAPI: -L/nix/store/k7a69v21378cchxbi308h7qdg8vzmqlh-libkrb5-1.18/lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/k7a69v21378cchxbi308h7qdg8vzmqlh-libkrb5-1.18/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err
-- Performing Test HAS_-Wunused_FLAG
-- Performing Test HAS_-Wunused_FLAG - Success
-- Performing Test HAS_-Wlogical-op_FLAG
-- Performing Test HAS_-Wlogical-op_FLAG - Success
-- Performing Test HAS_-Wno-uninitialized_FLAG
-- Performing Test HAS_-Wno-uninitialized_FLAG - Success
-- Performing Test HAS_-Wall_FLAG
-- Performing Test HAS_-Wall_FLAG - Success
-- Performing Test HAS_-Wextra_FLAG
-- Performing Test HAS_-Wextra_FLAG - Success
-- Performing Test HAS_-Wformat-security_FLAG
-- Performing Test HAS_-Wformat-security_FLAG - Success
-- Performing Test HAS_-Wno-init-self_FLAG
-- Performing Test HAS_-Wno-init-self_FLAG - Success
-- Performing Test HAS_-Wwrite-strings_FLAG
-- Performing Test HAS_-Wwrite-strings_FLAG - Success
-- Performing Test HAS_-Wshift-count-overflow_FLAG
-- Performing Test HAS_-Wshift-count-overflow_FLAG - Success
-- Performing Test HAS_-Wdeclaration-after-statement_FLAG
-- Performing Test HAS_-Wdeclaration-after-statement_FLAG - Success
-- Performing Test HAS_-Wno-undef_FLAG
-- Performing Test HAS_-Wno-undef_FLAG - Success
-- Performing Test HAS_-Wno-unknown-pragmas_FLAG
-- Performing Test HAS_-Wno-unknown-pragmas_FLAG - Success
-- Could NOT find Git (missing: GIT_EXECUTABLE)
-- Check if the system is big endian
-- Searching 16 bit integer
-- Searching 16 bit integer - Using unsigned short
-- Check if the system is big endian - little endian
-- Looking for include file alloca.h
-- Looking for include file alloca.h - found
-- Looking for include file arpa/inet.h
-- Looking for include file arpa/inet.h - found
-- Looking for include file dlfcn.h
-- Looking for include file dlfcn.h - found
-- Looking for include file fcntl.h
-- Looking for include file fcntl.h - found
-- Looking for include file float.h
-- Looking for include file float.h - found
-- Looking for include file limits.h
-- Looking for include file limits.h - found
-- Looking for include file pwd.h
-- Looking for include file pwd.h - found
-- Looking for include file sched.h
-- Looking for include file sched.h - found
-- Looking for include file select.h
-- Looking for include file select.h - not found
-- Looking for include file signal.h
-- Looking for include file signal.h - found
-- Looking for include file stdlib.h
-- Looking for include file stdlib.h - found
-- Looking for include file string.h
-- Looking for include file string.h - found
-- Looking for include file strings.h
-- Looking for include file strings.h - found
-- Looking for include file sys/ioctl.h
-- Looking for include file sys/ioctl.h - found
-- Looking for include file sys/select.h
-- Looking for include file sys/select.h - found
-- Looking for include file sys/socket.h
-- Looking for include file sys/socket.h - found
-- Looking for include file sys/un.h
-- Looking for include file sys/un.h - found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file utime.h
-- Looking for include file utime.h - found
-- Looking for include file ucontext.h
-- Looking for include file ucontext.h - found
-- Looking for alloca
-- Looking for alloca - not found
-- Looking for dlerror
-- Looking for dlerror - not found
-- Looking for dlopen
-- Looking for dlopen - not found
-- Looking for fcntl
-- Looking for fcntl - found
-- Looking for memcpy
-- Looking for memcpy - found
-- Looking for nl_langinfo
-- Looking for nl_langinfo - found
-- Looking for setlocale
-- Looking for setlocale - found
-- Looking for poll
-- Looking for poll - found
-- Check size of char *
-- Check size of char * - done
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of long long
-- Check size of long long - done
-- Check size of size_t
-- Check size of size_t - done
-- Check size of uchar
-- Check size of uchar - failed
-- Check size of uint
-- Check size of uint - done
-- Check size of ulong
-- Check size of ulong - done
-- Check size of int8
-- Check size of int8 - failed
-- Check size of uint8
-- Check size of uint8 - failed
-- Check size of int16
-- Check size of int16 - failed
-- Check size of uint16
-- Check size of uint16 - failed
-- Check size of int32
-- Check size of int32 - failed
-- Check size of uint32
-- Check size of uint32 - failed
-- Check size of int64
-- Check size of int64 - failed
-- Check size of uint64
-- Check size of uint64 - failed
-- Check size of socklen_t
-- Check size of socklen_t - failed
-- Performing Test SOCKET_SIZE_FOUND_socklen_t
-- Performing Test SOCKET_SIZE_FOUND_socklen_t - Success
-- Looking for gethostbyname_r
-- Looking for gethostbyname_r - found
-- Looking for setsockopt
-- Looking for setsockopt - found
-- TLS library/version: OpenSSL
-- SYSTEM_LIBS zlib;ssl;crypto
-- Dynamic column API support: ON
-- SYSTEM processor: x86_64
-- MariaDB Connector/c configuration:
-- Static PLUGINS mysql_native_password;caching_sha2_password;sha256_password;mysql_old_password;pvio_socket
-- Dynamic PLUGINS
-- CPack generation: TGZ
-- SSL support: OPENSSL Libs: ssl;crypto
-- Zlib support: ON
-- Installation layout: DEFAULT
-- Include files will be installed in include/mariadb
-- Libraries will be installed in lib/mariadb
-- Binaries will be installed in bin
-- Documentation included from
-- Required:
-- librdkafka with SASL support
-- librdkafka with SSL support
-- Check if the system is big endian
-- Searching 16 bit integer
-- Searching 16 bit integer - Using unsigned short
-- Check if the system is big endian - little endian
-- Looking for byteswap.h
-- Looking for byteswap.h - 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 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 - found
-- Looking for strtoull_l
-- Looking for strtoull_l - found
-- FLATBUFFERS_LIBRARY: flatbuffers
-- 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 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/param.h
-- Looking for sys/param.h - found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for poll.h
-- Looking for poll.h - found
-- Looking for sys/poll.h
-- Looking for sys/poll.h - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for gethostbyname_r
-- Looking for gethostbyname_r - 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 - Success
CMake Deprecation Warning at contrib/libgsasl/CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
--
-- 3.13.0.0
-- Performing Test protobuf_HAVE_BUILTIN_ATOMICS
-- Performing Test protobuf_HAVE_BUILTIN_ATOMICS - Success
-- checking compiler: GCC (10.3.)
-- Looking for dladdr
-- Looking for dladdr - not found
-- Looking for nanosleep
-- Looking for nanosleep - found
-- Checking whether strerror_r returns an int
-- Checking whether strerror_r returns an int -- no
-- No CMAKE_CXX_STANDARD set, assuming 11
-- Looking for res_servicename in resolv
-- Looking for res_servicename in resolv - not found
-- Looking for gethostbyname in socket
-- Looking for gethostbyname in socket - not found
-- Looking for socket in socket
-- Looking for socket in socket - not found
-- Looking for clock_gettime in rt
-- Looking for clock_gettime in rt - found
-- Looking for include file arpa/nameser_compat.h
-- Looking for include file arpa/nameser_compat.h - found
-- Looking for include file arpa/nameser.h
-- Looking for include file arpa/nameser.h - found
-- Looking for include file assert.h
-- Looking for include file assert.h - found
-- Looking for include file errno.h
-- Looking for include file errno.h - found
-- Looking for include file malloc.h
-- Looking for include file malloc.h - found
-- Looking for include file memory.h
-- Looking for include file memory.h - found
-- Looking for include file netinet/tcp.h
-- Looking for include file netinet/tcp.h - found
-- Looking for include file net/if.h
-- Looking for include file net/if.h - found
-- Looking for include file socket.h
-- Looking for include file socket.h - not found
-- Looking for include file stdbool.h
-- Looking for include file stdbool.h - found
-- Looking for include file stropts.h
-- Looking for include file stropts.h - not found
-- Looking for include file time.h
-- Looking for include file time.h - found
-- Looking for include files winsock2.h, windows.h
-- Looking for include files winsock2.h, windows.h - not found
-- Looking for 3 include files winsock2.h, ..., windows.h
-- Looking for 3 include files winsock2.h, ..., windows.h - not found
-- Looking for include files winsock.h, windows.h
-- Looking for include files winsock.h, windows.h - not found
-- Performing Test HAVE_SOCKLEN_T
-- Performing Test HAVE_SOCKLEN_T - Success
-- Performing Test HAVE_TYPE_SOCKET
-- Performing Test HAVE_TYPE_SOCKET - Failed
-- Performing Test HAVE_BOOL_T
-- Performing Test HAVE_BOOL_T - Success
-- Performing Test HAVE_SSIZE_T
-- Performing Test HAVE_SSIZE_T - Success
-- Performing Test HAVE_LONGLONG
-- Performing Test HAVE_LONGLONG - Success
-- Performing Test HAVE_SIG_ATOMIC_T
-- Performing Test HAVE_SIG_ATOMIC_T - Success
-- Performing Test HAVE_STRUCT_ADDRINFO
-- Performing Test HAVE_STRUCT_ADDRINFO - Success
-- Performing Test HAVE_STRUCT_IN6_ADDR
-- Performing Test HAVE_STRUCT_IN6_ADDR - Success
-- Performing Test HAVE_STRUCT_SOCKADDR_IN6
-- Performing Test HAVE_STRUCT_SOCKADDR_IN6 - Success
-- Performing Test HAVE_STRUCT_SOCKADDR_STORAGE
-- Performing Test HAVE_STRUCT_SOCKADDR_STORAGE - Success
-- Performing Test HAVE_STRUCT_TIMEVAL
-- Performing Test HAVE_STRUCT_TIMEVAL - Success
-- Looking for AF_INET6
-- Looking for AF_INET6 - found
-- Looking for O_NONBLOCK
-- Looking for O_NONBLOCK - found
-- Looking for FIONBIO
-- Looking for FIONBIO - found
-- Looking for SIOCGIFADDR
-- Looking for SIOCGIFADDR - found
-- Looking for MSG_NOSIGNAL
-- Looking for MSG_NOSIGNAL - found
-- Looking for PF_INET6
-- Looking for PF_INET6 - found
-- Looking for SO_NONBLOCK
-- Looking for SO_NONBLOCK - not found
-- Looking for CLOCK_MONOTONIC
-- Looking for CLOCK_MONOTONIC - found
-- Performing Test HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID
-- Performing Test HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID - Success
-- Performing Test HAVE_LL
-- Performing Test HAVE_LL - Success
-- Looking for bitncmp
-- Looking for bitncmp - not found
-- Looking for closesocket
-- Looking for closesocket - not found
-- Looking for CloseSocket
-- Looking for CloseSocket - not found
-- Looking for connect
-- Looking for connect - found
-- Looking for freeaddrinfo
-- Looking for freeaddrinfo - found
-- Looking for getaddrinfo
-- Looking for getaddrinfo - found
-- Looking for getenv
-- Looking for getenv - found
-- Looking for gethostbyaddr
-- Looking for gethostbyaddr - found
-- Looking for gethostname
-- Looking for gethostname - found
-- Looking for getnameinfo
-- Looking for getnameinfo - found
-- Looking for getservbyport_r
-- Looking for getservbyport_r - found
-- Looking for gettimeofday
-- Looking for gettimeofday - found
-- Looking for if_indextoname
-- Looking for if_indextoname - found
-- Looking for inet_net_pton
-- Looking for inet_net_pton - not found
-- Looking for inet_ntop
-- Looking for inet_ntop - found
-- Looking for inet_pton
-- Looking for inet_pton - found
-- Looking for ioctl
-- Looking for ioctl - found
-- Looking for ioctlsocket
-- Looking for ioctlsocket - not found
-- Looking for IoctlSocket
-- Looking for IoctlSocket - not found
-- Looking for recv
-- Looking for recv - found
-- Looking for recvfrom
-- Looking for recvfrom - found
-- Looking for send
-- Looking for send - found
-- Looking for setsockopt
-- Looking for setsockopt - found
-- Looking for socket
-- Looking for socket - found
-- Looking for strcasecmp
-- Looking for strcasecmp - found
-- Looking for strcmpi
-- Looking for strcmpi - not found
-- Looking for strdup
-- Looking for strdup - found
-- Looking for stricmp
-- Looking for stricmp - not found
-- Looking for strncasecmp
-- Looking for strncasecmp - found
-- Looking for strncmpi
-- Looking for strncmpi - not found
-- Looking for strnicmp
-- Looking for strnicmp - not found
-- Looking for writev
-- Looking for writev - found
-- Looking for __system_property_get
-- Looking for __system_property_get - not found
-- libuv version: v1.34.1
-- Found Libuv: uv_a (found suitable version "1.34.1", minimum required is "1.0.0")
-- Found OpenSSL: ssl
-- OpenSSL version: v
CMake Deprecation Warning at contrib/cassandra/cmake/ClangFormat.cmake:4 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
Call Stack (most recent call first):
contrib/cassandra/CMakeLists.txt:85 (include)
-- Found CLANG_FORMAT: /nix/store/jlbbj72r1x2i26lbqlmnsqxsh7iqh6gc-clang-10.0.1/bin/clang-format
-- Driver version: 2.15.3
-- Using std::atomic implementation for atomic operations
CMake Deprecation Warning at contrib/cassandra/src/third_party/sparsehash/CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
-- Checking to see if CXX compiler accepts flag -std=c++11
-- Checking to see if CXX compiler accepts flag -std=c++11 - yes
-- Using hash header <functional> and namespace "std"
-- Check size of long long
-- Check size of long long - done
-- Check size of uint16_t
-- Check size of uint16_t - done
-- Check size of u_int16_t
-- Check size of u_int16_t - done
-- Check size of __uint16_t
-- Check size of __uint16_t - done
-- Looking for GRND_NONBLOCK
-- Looking for GRND_NONBLOCK - found
-- Looking for SO_NOSIGPIPE
-- Looking for SO_NOSIGPIPE - not found
-- Looking for sigtimedwait
-- Looking for sigtimedwait - found
-- Performing Test HAVE_BUILTIN_BSWAP32
-- Performing Test HAVE_BUILTIN_BSWAP32 - Success
-- Performing Test HAVE_BUILTIN_BSWAP64
-- Performing Test HAVE_BUILTIN_BSWAP64 - Success
-- SENTRY_TRANSPORT=curl
-- SENTRY_BACKEND=none
-- Check size of long
-- Check size of long - done
-- GCE-Math version 1.13.0
-- Could NOT find Git (missing: GIT_EXECUTABLE)
-- Performing Test HAVE_OMIT_LEAF_FRAME_POINTER
-- Performing Test HAVE_OMIT_LEAF_FRAME_POINTER - Success
-- Performing Test HAVE_THREAD_LOCAL
-- Performing Test HAVE_THREAD_LOCAL - Success
-- Performing Test HAVE_FALLOCATE
-- Performing Test HAVE_FALLOCATE - Success
-- Performing Test HAVE_SYNC_FILE_RANGE_WRITE
-- Performing Test HAVE_SYNC_FILE_RANGE_WRITE - Success
-- Performing Test HAVE_PTHREAD_MUTEX_ADAPTIVE_NP
-- Performing Test HAVE_PTHREAD_MUTEX_ADAPTIVE_NP - Success
-- Looking for malloc_usable_size
-- Looking for malloc_usable_size - not found
-- Looking for sched_getcpu
-- Looking for sched_getcpu - found
-- Looking for getauxval
-- Looking for getauxval - not found
-- Performing Test SUPPORTS_CXXFLAG_frame_larger_than=65536
-- Performing Test SUPPORTS_CXXFLAG_frame_larger_than=65536 - Success
-- Performing Test SUPPORTS_CFLAG_frame_larger_than=65536
-- Performing Test SUPPORTS_CFLAG_frame_larger_than=65536 - Success
-- /build/source/src: Have 26578 megabytes of memory.
Limiting concurrent linkers jobs to 7 and compiler jobs to 10
-- Will build ClickHouse 21.3.11.1 revision 54448
-- Performing Test HAS_SUGGEST_DESTRUCTOR_OVERRIDE
-- Performing Test HAS_SUGGEST_DESTRUCTOR_OVERRIDE - Failed
-- Performing Test HAS_SHADOW
-- Performing Test HAS_SHADOW - Success
CMake Warning at src/Functions/CMakeLists.txt:52 (message):
Not generating debugger info for ClickHouse functions
-- Performing Test HAS_SUGGEST_OVERRIDE
-- Performing Test HAS_SUGGEST_OVERRIDE - Success
-- ClickHouse modes:
-- Server mode: ON
-- Client mode: ON
-- Local mode: ON
-- Benchmark mode: ON
-- Extract from config mode: ON
-- Compressor mode: ON
-- Copier mode: ON
-- Format mode: ON
-- Obfuscator mode: ON
-- ODBC bridge mode: ON
-- ClickHouse install: ON
-- ClickHouse git-import: ON
-- /build/source/utils: Have 26570 megabytes of memory.
Limiting concurrent linkers jobs to 7 and compiler jobs to OFF
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_EXPORT_NO_PACKAGE_REGISTRY
-- Build files have been written to: /build/source/build
cmake: enabled parallel building
building
build flags: -j10 -l10
[0/2] Re-checking globbed directories...
[1049/8137] Building C object contrib/hyperscan-cmake/CMakeFiles/hyperscan.dir/__/hyperscan/src/nfa/limex_simd256.c.otil.cpp.oKc.cpp.o.o.o
In file included from ../contrib/hyperscan/src/nfa/limex_simd256.c:43:
../contrib/hyperscan/src/util/simd_utils.h: In function 'testbit256':
../contrib/hyperscan/src/util/simd_utils.h:684:6: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6
684 | char testbit256(m256 val, unsigned int n) {
| ^~~~~~~~~~
[1053/8137] Building C object contrib/hyperscan-cmake/CMakeFiles/hyperscan.dir/__/hyperscan/src/nfa/limex_simd512.c.op.oK
In file included from ../contrib/hyperscan/src/nfa/limex_simd512.c:43:
../contrib/hyperscan/src/util/simd_utils.h: In function 'testbit512':
../contrib/hyperscan/src/util/simd_utils.h:1296:6: note: the ABI for passing parameters with 64-byte alignment has changed in GCC 4.6
1296 | char testbit512(m512 val, unsigned int n) {
| ^~~~~~~~~~
[1164/8137] Building C object contrib/hyperscan-cmake/CMakeFiles/hyperscan.dir/__/hyperscan/src/rose/program_runtime.c.opp.o[KKK
In file included from ../contrib/hyperscan/src/rose/counting_miracle.h:36,
from ../contrib/hyperscan/src/rose/program_runtime.c:37:
../contrib/hyperscan/src/util/simd_utils.h: In function 'storeu256':
../contrib/hyperscan/src/util/simd_utils.h:608:27: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6
608 | static really_inline void storeu256(void *ptr, m256 a) {
| ^~~~~~~~~
[1183/8137] Building C object contrib/hyperscan-cmake/CMakeFiles/hyperscan.dir/__/hyperscan/src/rose/stream.c.oscatter.cpp.oKKo
In file included from ../contrib/hyperscan/src/rose/counting_miracle.h:36,
from ../contrib/hyperscan/src/rose/stream.c:30:
../contrib/hyperscan/src/util/simd_utils.h: In function 'storeu256':
../contrib/hyperscan/src/util/simd_utils.h:608:27: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6
608 | static really_inline void storeu256(void *ptr, m256 a) {
| ^~~~~~~~~
[1207/8137] Building C object contrib/hyperscan-cmake/CMakeFiles/hyperscan.dir/__/hyperscan/src/util/state_compress.c.oocpp.o
../contrib/hyperscan/src/util/state_compress.c: In function 'storecompressed256_64bit':
../contrib/hyperscan/src/util/state_compress.c:216:6: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6
216 | void storecompressed256_64bit(void *ptr, m256 xvec, m256 mvec) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
[5122/8137] Creating preprocessed file /build/source/contrib/krb5/src/lib/krb5/error_tables/k5e1_err.cbbacktrace.c.oK.om.cpp.o[K[K.o.ocpp.op.o[KKager.upb.c.oe && /nix/store/186fa5snplvdlvimx0jgw88ls2v62zxv-cmake-3.19.7/bin/cmake -E create_symlink /build/source/contrib/avro/lang/c++/api /build/source/contrib/avro/lang/c++/include/avro
+ /nix/store/bm4284zs7ln7vdzfipdhn9bkfqvc5rir-gawk-5.1.0/bin/awk -f /build/source/contrib/krb5/src/util/et/et_h.awk outfile=k5e1_err.h /build/source/contrib/krb5/src/lib/krb5/error_tables/k5e1_err.et
+ /nix/store/bm4284zs7ln7vdzfipdhn9bkfqvc5rir-gawk-5.1.0/bin/awk -f /build/source/contrib/krb5/src/util/et/et_c.awk outfile=k5e1_err.c textdomain= localedir= /build/source/contrib/krb5/src/lib/krb5/error_tables/k5e1_err.et
[5123/8137] Creating preprocessed file /build/source/contrib/krb5/src/lib/krb5/error_tables/kdb5_err.c
+ /nix/store/bm4284zs7ln7vdzfipdhn9bkfqvc5rir-gawk-5.1.0/bin/awk -f /build/source/contrib/krb5/src/util/et/et_h.awk outfile=kdb5_err.h /build/source/contrib/krb5/src/lib/krb5/error_tables/kdb5_err.et
+ /nix/store/bm4284zs7ln7vdzfipdhn9bkfqvc5rir-gawk-5.1.0/bin/awk -f /build/source/contrib/krb5/src/util/et/et_c.awk outfile=kdb5_err.c textdomain= localedir= /build/source/contrib/krb5/src/lib/krb5/error_tables/kdb5_err.et
[5125/8137] Creating preprocessed file /build/source/contrib/krb5/src/lib/krb5/error_tables/asn1_err.c
+ /nix/store/bm4284zs7ln7vdzfipdhn9bkfqvc5rir-gawk-5.1.0/bin/awk -f /build/source/contrib/krb5/src/util/et/et_h.awk outfile=asn1_err.h /build/source/contrib/krb5/src/lib/krb5/error_tables/asn1_err.et
+ /nix/store/bm4284zs7ln7vdzfipdhn9bkfqvc5rir-gawk-5.1.0/bin/awk -f /build/source/contrib/krb5/src/util/et/et_c.awk outfile=asn1_err.c textdomain= localedir= /build/source/contrib/krb5/src/lib/krb5/error_tables/asn1_err.et
[5126/8137] Creating preprocessed file /build/source/contrib/krb5/src/lib/krb5/error_tables/krb5_err.c
+ /nix/store/bm4284zs7ln7vdzfipdhn9bkfqvc5rir-gawk-5.1.0/bin/awk -f /build/source/contrib/krb5/src/util/et/et_h.awk outfile=krb5_err.h /build/source/contrib/krb5/src/lib/krb5/error_tables/krb5_err.et
+ /nix/store/bm4284zs7ln7vdzfipdhn9bkfqvc5rir-gawk-5.1.0/bin/awk -f /build/source/contrib/krb5/src/util/et/et_c.awk outfile=krb5_err.c textdomain= localedir= /build/source/contrib/krb5/src/lib/krb5/error_tables/krb5_err.et
[5127/8137] Creating preprocessed file /build/source/contrib/krb5/src/lib/krb5/error_tables/krb524_err.c
+ /nix/store/bm4284zs7ln7vdzfipdhn9bkfqvc5rir-gawk-5.1.0/bin/awk -f /build/source/contrib/krb5/src/util/et/et_h.awk outfile=krb524_err.h /build/source/contrib/krb5/src/lib/krb5/error_tables/krb524_err.et
+ /nix/store/bm4284zs7ln7vdzfipdhn9bkfqvc5rir-gawk-5.1.0/bin/awk -f /build/source/contrib/krb5/src/util/et/et_c.awk outfile=krb524_err.c textdomain= localedir= /build/source/contrib/krb5/src/lib/krb5/error_tables/krb524_err.et
[5128/8137] Creating preprocessed file /build/source/contrib/krb5/src/lib/krb5/error_tables/kv5m_err.c
+ /nix/store/bm4284zs7ln7vdzfipdhn9bkfqvc5rir-gawk-5.1.0/bin/awk -f /build/source/contrib/krb5/src/util/et/et_h.awk outfile=kv5m_err.h /build/source/contrib/krb5/src/lib/krb5/error_tables/kv5m_err.et
+ /nix/store/bm4284zs7ln7vdzfipdhn9bkfqvc5rir-gawk-5.1.0/bin/awk -f /build/source/contrib/krb5/src/util/et/et_c.awk outfile=kv5m_err.c textdomain= localedir= /build/source/contrib/krb5/src/lib/krb5/error_tables/kv5m_err.et
[5134/8137] Creating preprocessed file /build/source/contrib/krb5/src/lib/gssapi/generic/gssapi_err_generic.c
+ /nix/store/bm4284zs7ln7vdzfipdhn9bkfqvc5rir-gawk-5.1.0/bin/awk -f /build/source/contrib/krb5/src/util/et/et_h.awk outfile=gssapi_err_generic.h /build/source/contrib/krb5/src/lib/gssapi/generic/gssapi_err_generic.et
+ /nix/store/bm4284zs7ln7vdzfipdhn9bkfqvc5rir-gawk-5.1.0/bin/awk -f /build/source/contrib/krb5/src/util/et/et_c.awk outfile=gssapi_err_generic.c textdomain= localedir= /build/source/contrib/krb5/src/lib/gssapi/generic/gssapi_err_generic.et
[5135/8137] Creating preprocessed file /build/source/contrib/krb5/src/lib/gssapi/krb5/gssapi_err_krb5.cK
+ /nix/store/bm4284zs7ln7vdzfipdhn9bkfqvc5rir-gawk-5.1.0/bin/awk -f /build/source/contrib/krb5/src/util/et/et_h.awk outfile=gssapi_err_krb5.h /build/source/contrib/krb5/src/lib/gssapi/krb5/gssapi_err_krb5.et
+ /nix/store/bm4284zs7ln7vdzfipdhn9bkfqvc5rir-gawk-5.1.0/bin/awk -f /build/source/contrib/krb5/src/util/et/et_c.awk outfile=gssapi_err_krb5.c textdomain= localedir= /build/source/contrib/krb5/src/lib/gssapi/krb5/gssapi_err_krb5.et
[5136/8137] Creating preprocessed file /build/source/contrib/krb5/src/util/profile/prof_err.cock_cache.cc.o
+ /nix/store/bm4284zs7ln7vdzfipdhn9bkfqvc5rir-gawk-5.1.0/bin/awk -f /build/source/contrib/krb5/src/util/et/et_h.awk outfile=prof_err.h /build/source/contrib/krb5/src/util/profile/prof_err.et
+ /nix/store/bm4284zs7ln7vdzfipdhn9bkfqvc5rir-gawk-5.1.0/bin/awk -f /build/source/contrib/krb5/src/util/et/et_c.awk outfile=prof_err.c textdomain= localedir= /build/source/contrib/krb5/src/util/profile/prof_err.et
[7957/8137] Generating StorageSystemLicenses.generated.cppickhouse_dictionaries.ab.dir/Compressor.cpp.o[KractFromConfig.cpp.o[Kn.cpp.o.oc.o
./StorageSystemLicenses.sh: line 3: /nix/store/f726xfm2vx5q7cpwq9ffb40asaxl390i-source: Is a directory
./StorageSystemLicenses.sh: line 8: /utils/list-licenses/list-licenses.sh: No such file or directory
[8094/8137] Linking CXX executable utils/syntax-analyzer/syntax-analyzerrt/CMakeFiles/zookeeper-create-entry-to-download-part.dir/main.cpp.o
FAILED: utils/syntax-analyzer/syntax-analyzer
: && /nix/store/fdy0bnh3x01rysv3cig42wq3sfcqf0zz-gcc-wrapper-10.3.0/bin/g++ -fdiagnostics-color=always -std=gnu++2a -fsized-deallocation -pipe -msse4.1 -msse4.2 -mpopcnt -Wall -Werror -Wextra -Wframe-larger-than=65536 -O3 -DNDEBUG -fuse-ld=lld -rdynamic -Wl,--build-id=sha1 -Wl,--no-undefined -Wl,-no-pie -rdynamic src/CMakeFiles/clickhouse_malloc.dir/Common/malloc.cpp.o utils/syntax-analyzer/CMakeFiles/syntax-analyzer.dir/main.cpp.o -o utils/syntax-analyzer/syntax-analyzer src/libclickhouse_new_delete.a src/Parsers/New/libclickhouse_parsers_new.a src/libdbms.a src/Parsers/New/libclickhouse_parsers_new.a contrib/antlr4-runtime-cmake/libantlr4-runtime.a contrib/jemalloc-cmake/libjemalloc.a src/Parsers/libclickhouse_parsers.a /nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib/libLLVMOrcJIT.a /nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib/libLLVMJITLink.a /nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib/libLLVMOrcError.a /nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib/libLLVMExecutionEngine.a /nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib/libLLVMRuntimeDyld.a /nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib/libLLVMX86CodeGen.a /nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib/libLLVMCFGuard.a /nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib/libLLVMX86Desc.a /nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib/libLLVMX86Info.a /nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib/libLLVMX86Utils.a /nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib/libLLVMAsmPrinter.a /nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib/libLLVMDebugInfoDWARF.a /nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib/libLLVMGlobalISel.a /nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib/libLLVMSelectionDAG.a /nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib/libLLVMMCDisassembler.a /nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib/libLLVMPasses.a /nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib/libLLVMCodeGen.a /nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib/libLLVMipo.a /nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib/libLLVMIRReader.a /nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib/libLLVMAsmParser.a /nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib/libLLVMLinker.a /nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib/libLLVMBitWriter.a /nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib/libLLVMInstrumentation.a /nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib/libLLVMScalarOpts.a /nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib/libLLVMAggressiveInstCombine.a /nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib/libLLVMInstCombine.a /nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib/libLLVMVectorize.a /nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib/libLLVMTransformUtils.a /nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib/libLLVMTarget.a /nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib/libLLVMAnalysis.a /nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib/libLLVMProfileData.a /nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib/libLLVMObject.a /nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib/libLLVMTextAPI.a /nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib/libLLVMBitReader.a /nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib/libLLVMCore.a /nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib/libLLVMRemarks.a /nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib/libLLVMBitstreamReader.a /nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib/libLLVMMCParser.a /nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib/libLLVMMC.a /nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib/libLLVMBinaryFormat.a /nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib/libLLVMDebugInfoCodeView.a /nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib/libLLVMDebugInfoMSF.a /nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib/libLLVMSupport.a -lpthread /nix/store/m4x0hqp8amgh987v1862x9hpxpi5rsgj-ncurses-6.2/lib/libtinfo.so /nix/store/qyn1q47qs06r570k76rf7rs0l3nm5hpr-llvm-10.0.1-lib/lib/libLLVMDemangle.a contrib/cppkafka-cmake/libcppkafka.a contrib/librdkafka-cmake/librdkafka.a contrib/amqpcpp-cmake/libamqp-cpp.a contrib/cyrus-sasl-cmake/libsasl2.a contrib/nuraft-cmake/libnuraft.a contrib/boost-cmake/lib_boost_coroutine.a src/Common/Config/libclickhouse_common_config.a src/Common/ZooKeeper/libclickhouse_common_zookeeper.a src/Dictionaries/Embedded/libclickhouse_dictionaries_embedded.a src/libclickhouse_common_io.a contrib/boost-cmake/lib_boost_program_options.a base/widechar_width/libwidechar_width.a contrib/dragonbox-cmake/libdragonbox_to_chars.a contrib/libcpuid-cmake/libcpuid.a contrib/croaring-cmake/libroaring.a contrib/xz/liblzma.a contrib/aws-s3-cmake/libaws_s3.a contrib/aws-s3-cmake/libaws_s3_checksums.a contrib/brotli-cmake/libbrotli.a contrib/poco-cmake/MongoDB/lib_poco_mongodb.a src/Common/StringUtils/libstring_utils.a base/mysqlxx/libmysqlxx.a base/common/libcommon.a contrib/cityhash102/libcityhash.a contrib/FastMemcpy/libFastMemcpy.a contrib/poco-cmake/Net/SSL/lib_poco_net_ssl.a contrib/poco-cmake/Net/lib_poco_net.a contrib/poco-cmake/Crypto/lib_poco_crypto.a contrib/poco-cmake/Util/lib_poco_util.a contrib/poco-cmake/JSON/lib_poco_json.a contrib/poco-cmake/JSON/lib_poco_json_pdjson.a contrib/poco-cmake/XML/lib_poco_xml.a contrib/poco-cmake/Foundation/lib_poco_foundation.a contrib/poco-cmake/Foundation/lib_poco_foundation_pcre.a contrib/poco-cmake/XML/lib_poco_xml_expat.a contrib/replxx-cmake/libreplxx.a contrib/cctz-cmake/libcctz.a -Wl,--whole-archive /build/source/build/contrib/cctz-cmake/libtzdata.a -Wl,--no-whole-archive contrib/fmtlib-cmake/libfmt.a contrib/mariadb-connector-c/libmariadb/libmariadbclient.a contrib/boost-cmake/lib_boost_system.a contrib/icu-cmake/libicui18n.a contrib/icu-cmake/libicuuc.a contrib/icu-cmake/libicudata.a contrib/capnproto-cmake/libcapnpc.a contrib/capnproto-cmake/libcapnp.a contrib/capnproto-cmake/libkj.a contrib/arrow-cmake/libparquet_static.a contrib/arrow-cmake/libarrow_static.a contrib/boost-cmake/lib_boost_filesystem.a contrib/double-conversion-cmake/libdouble-conversion.a contrib/flatbuffers/libflatbuffers.a contrib/arrow-cmake/libthrift_static.a contrib/boost-cmake/lib_boost_regex.a contrib/avro-cmake/libavrocpp.a contrib/boost-cmake/lib_boost_iostreams.a contrib/openldap-cmake/libldap_r.a contrib/openldap-cmake/liblber.a src/Server/grpc_protos/libclickhouse_grpc_protos.a contrib/grpc/libgrpc++.a contrib/grpc/libgrpc.a /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a contrib/grpc/third_party/cares/cares/lib/libcares.a contrib/abseil-cpp/absl/status/libabsl_status.a contrib/abseil-cpp/absl/strings/libabsl_cord.a contrib/abseil-cpp/absl/hash/libabsl_hash.a contrib/abseil-cpp/absl/types/libabsl_bad_variant_access.a contrib/abseil-cpp/absl/hash/libabsl_city.a contrib/abseil-cpp/absl/container/libabsl_raw_hash_set.a contrib/abseil-cpp/absl/types/libabsl_bad_optional_access.a contrib/abseil-cpp/absl/container/libabsl_hashtablez_sampler.a contrib/abseil-cpp/absl/base/libabsl_exponential_biased.a contrib/grpc/libaddress_sorting.a contrib/grpc/libupb.a contrib/grpc/libgpr.a contrib/abseil-cpp/absl/synchronization/libabsl_synchronization.a contrib/abseil-cpp/absl/debugging/libabsl_stacktrace.a contrib/abseil-cpp/absl/debugging/libabsl_symbolize.a contrib/abseil-cpp/absl/debugging/libabsl_debugging_internal.a contrib/abseil-cpp/absl/debugging/libabsl_demangle_internal.a contrib/abseil-cpp/absl/synchronization/libabsl_graphcycles_internal.a contrib/abseil-cpp/absl/time/libabsl_time.a contrib/abseil-cpp/absl/time/libabsl_civil_time.a contrib/abseil-cpp/absl/time/libabsl_time_zone.a contrib/abseil-cpp/absl/base/libabsl_malloc_internal.a contrib/abseil-cpp/absl/strings/libabsl_str_format_internal.a contrib/abseil-cpp/absl/strings/libabsl_strings.a contrib/abseil-cpp/absl/strings/libabsl_strings_internal.a contrib/abseil-cpp/absl/numeric/libabsl_int128.a contrib/abseil-cpp/absl/base/libabsl_throw_delegate.a contrib/abseil-cpp/absl/base/libabsl_base.a contrib/abseil-cpp/absl/base/libabsl_raw_logging_internal.a contrib/abseil-cpp/absl/base/libabsl_dynamic_annotations.a contrib/abseil-cpp/absl/base/libabsl_log_severity.a contrib/abseil-cpp/absl/base/libabsl_spinlock_wait.a -lrt contrib/libhdfs3-cmake/libhdfs3.a contrib/protobuf/libprotobuf.a contrib/libgsasl/liblibgsasl.a contrib/krb5-cmake/libkrb5.a contrib/libxml2-cmake/liblibxml2.a libcassandra_static.a contrib/libuv/libuv_a.a -ldl -lrt contrib/rocksdb-cmake/librocksdb.a contrib/lz4-cmake/liblz4.a contrib/zstd-cmake/libzstd.a contrib/zlib-ng/libzlib.a contrib/snappy/libsnappy.a -pthread contrib/libpqxx-cmake/liblibpqxx.a contrib/libpq-cmake/liblibpq.a contrib/boringssl-cmake/libssl.a contrib/boringssl-cmake/libcrypto.a -lpthread contrib/boost-cmake/lib_boost_context.a -Wl,--start-group base/glibc-compatibility/libglibc-compatibility.a contrib/libcxx-cmake/libcxx.a contrib/libcxxabi-cmake/libcxxabi.a contrib/libunwind-cmake/libunwind.a -Wl,--end-group -nodefaultlibs -lgcc -lc -lm -lrt -lpthread -ldl && :
ld.lld: error: undefined symbol: std::__once_callable
>>> referenced by re2.o:(void std::call_once<re2::RE2::NamedCapturingGroups() const::'lambda'(re2::RE2 const*), re2::RE2 const*>(std::once_flag&, re2::RE2::NamedCapturingGroups() const::'lambda'(re2::RE2 const*)&&, re2::RE2 const*&&)::'lambda0'()::_FUN()) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(void std::call_once<re2::RE2::CapturingGroupNames() const::'lambda'(re2::RE2 const*), re2::RE2 const*>(std::once_flag&, re2::RE2::CapturingGroupNames() const::'lambda'(re2::RE2 const*)&&, re2::RE2 const*&&)::'lambda0'()::_FUN()) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::ReverseProg() const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::NamedCapturingGroups[abi:cxx11]() const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::CapturingGroupNames[abi:cxx11]() const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(void std::call_once<re2::RE2::ReverseProg() const::'lambda'(re2::RE2 const*), re2::RE2 const*>(std::once_flag&, re2::RE2::ReverseProg() const::'lambda'(re2::RE2 const*)&&, re2::RE2 const*&&)::'lambda0'()::_FUN()) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Init(re2::StringPiece const&, re2::RE2::Options const&)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by dfa.o:(void std::call_once<re2::Prog::GetDFA(re2::Prog::MatchKind)::'lambda1'(re2::Prog*), re2::Prog*>(std::once_flag&, re2::Prog::GetDFA(re2::Prog::MatchKind)::'lambda1'(re2::Prog*)&&, re2::Prog*&&)::'lambda0'()::_FUN()) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by dfa.o:(void std::call_once<re2::Prog::GetDFA(re2::Prog::MatchKind)::'lambda0'(re2::Prog*), re2::Prog*>(std::once_flag&, re2::Prog::GetDFA(re2::Prog::MatchKind)::'lambda0'(re2::Prog*)&&, re2::Prog*&&)::'lambda0'()::_FUN()) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by dfa.o:(void std::call_once<re2::Prog::GetDFA(re2::Prog::MatchKind)::'lambda'(re2::Prog*), re2::Prog*>(std::once_flag&, re2::Prog::GetDFA(re2::Prog::MatchKind)::'lambda'(re2::Prog*)&&, re2::Prog*&&)::'lambda0'()::_FUN()) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced 4 more times
ld.lld: error: undefined symbol: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_append(char const*, unsigned long)
>>> referenced by re2.o:(re2::trunc(re2::StringPiece const&)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::QuoteMeta[abi:cxx11](re2::StringPiece const&)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::PossibleMatchRange(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::PossibleMatchRange(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Rewrite(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, re2::StringPiece const&, re2::StringPiece const*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::GlobalReplace(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, re2::RE2 const&, re2::StringPiece const&)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::GlobalReplace(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, re2::RE2 const&, re2::StringPiece const&)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::GlobalReplace(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, re2::RE2 const&, re2::StringPiece const&)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::GlobalReplace(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, re2::RE2 const&, re2::StringPiece const&)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by nfa.o:(re2::NFA::FormatCapture[abi:cxx11](char const**)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced 58 more times
ld.lld: error: undefined symbol: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned long&, unsigned long)
>>> referenced by re2.o:(re2::trunc(re2::StringPiece const&)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::trunc(re2::StringPiece const&)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::PossibleMatchRange(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::PossibleMatchRange(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Init(re2::StringPiece const&, re2::RE2::Options const&)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Init(re2::StringPiece const&, re2::RE2::Options const&)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by strutil.o:(re2::CEscape[abi:cxx11](re2::StringPiece const&)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by parse.o:(re2::Regexp::ParseState::DoLeftParen(re2::StringPiece const&)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by regexp.o:(re2::RegexpStatus::CodeText[abi:cxx11](re2::RegexpStatusCode)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by regexp.o:(re2::NamedCapturesWalker::PreVisit(re2::Regexp*, int, bool*)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
ld.lld: error: undefined symbol: std::__throw_length_error(char const*)
>>> referenced by re2.o:(re2::trunc(re2::StringPiece const&)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::QuoteMeta[abi:cxx11](re2::StringPiece const&)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Rewrite(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, re2::StringPiece const&, re2::StringPiece const*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::GlobalReplace(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, re2::RE2 const&, re2::StringPiece const&)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::GlobalReplace(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, re2::RE2 const&, re2::StringPiece const&)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::GlobalReplace(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, re2::RE2 const&, re2::StringPiece const&)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::GlobalReplace(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, re2::RE2 const&, re2::StringPiece const&)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by nfa.o:(re2::NFA::FormatCapture[abi:cxx11](char const**)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by nfa.o:(void std::deque<re2::NFA::Thread, std::allocator<re2::NFA::Thread> >::_M_push_back_aux<>()) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by strutil.o:(re2::StringAppendV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, char const*, __va_list_tag*)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced 32 more times
ld.lld: error: undefined symbol: std::__once_call
>>> referenced by re2.o:(re2::RE2::ReverseProg() const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::NamedCapturingGroups[abi:cxx11]() const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::CapturingGroupNames[abi:cxx11]() const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Init(re2::StringPiece const&, re2::RE2::Options const&)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by dfa.o:(re2::Prog::GetDFA(re2::Prog::MatchKind)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by dfa.o:(re2::Prog::GetDFA(re2::Prog::MatchKind)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by dfa.o:(re2::Prog::GetDFA(re2::Prog::MatchKind)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by regexp.o:(re2::Regexp::Incref()) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
ld.lld: error: undefined symbol: __once_proxy
>>> referenced by re2.o:(re2::RE2::ReverseProg() const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::NamedCapturingGroups[abi:cxx11]() const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::CapturingGroupNames[abi:cxx11]() const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Init(re2::StringPiece const&, re2::RE2::Options const&)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by dfa.o:(re2::Prog::GetDFA(re2::Prog::MatchKind)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by dfa.o:(re2::Prog::GetDFA(re2::Prog::MatchKind)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by regexp.o:(re2::Regexp::Incref()) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
ld.lld: error: undefined symbol: std::__throw_system_error(int)
>>> referenced by re2.o:(re2::RE2::ReverseProg() const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::NamedCapturingGroups[abi:cxx11]() const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::CapturingGroupNames[abi:cxx11]() const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Init(re2::StringPiece const&, re2::RE2::Options const&)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by dfa.o:(re2::Prog::GetDFA(re2::Prog::MatchKind)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by regexp.o:(re2::Regexp::Incref()) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
ld.lld: error: undefined symbol: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::reserve(unsigned long)
>>> referenced by re2.o:(re2::RE2::QuoteMeta[abi:cxx11](re2::StringPiece const&)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by regexp.o:(re2::ConvertRunesToBytes(bool, int*, int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
ld.lld: error: undefined symbol: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_mutate(unsigned long, unsigned long, char const*, unsigned long)
>>> referenced by re2.o:(re2::RE2::QuoteMeta[abi:cxx11](re2::StringPiece const&)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::QuoteMeta[abi:cxx11](re2::StringPiece const&)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Rewrite(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, re2::StringPiece const&, re2::StringPiece const*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Rewrite(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, re2::StringPiece const&, re2::StringPiece const*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
ld.lld: error: undefined symbol: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_replace(unsigned long, unsigned long, char const*, unsigned long)
>>> referenced by re2.o:(re2::RE2::PossibleMatchRange(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::PossibleMatchRange(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::CheckRewriteString(re2::StringPiece const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::CheckRewriteString(re2::StringPiece const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(bool re2::re2_internal::Parse<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Options::ParseFlags() const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Options::ParseFlags() const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::ReverseProg() const::'lambda'(re2::RE2 const*)::operator()(re2::RE2 const*) const (.constprop.0)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::ReverseProg() const::'lambda'(re2::RE2 const*)::operator()(re2::RE2 const*) const (.constprop.0)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Init(re2::StringPiece const&, re2::RE2::Options const&)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced 161 more times
ld.lld: error: undefined symbol: std::__throw_logic_error(char const*)
>>> referenced by re2.o:(re2::RE2::PossibleMatchRange(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by regexp.o:(re2::RegexpStatus::CodeText[abi:cxx11](re2::RegexpStatusCode)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by regexp.o:(re2::NamedCapturesWalker::PreVisit(re2::Regexp*, int, bool*)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
ld.lld: error: undefined symbol: std::ios_base::ios_base()
>>> referenced by re2.o:(re2::RE2::Options::ParseFlags() const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::ReverseProg() const::'lambda'(re2::RE2 const*)::operator()(re2::RE2 const*) const (.constprop.0)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Init(re2::StringPiece const&, re2::RE2::Options const&)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Init(re2::StringPiece const&, re2::RE2::Options const&)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Rewrite(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, re2::StringPiece const&, re2::StringPiece const*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Rewrite(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, re2::StringPiece const&, re2::StringPiece const*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Match(re2::StringPiece const&, unsigned long, unsigned long, re2::RE2::Anchor, re2::StringPiece*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Match(re2::StringPiece const&, unsigned long, unsigned long, re2::RE2::Anchor, re2::StringPiece*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Match(re2::StringPiece const&, unsigned long, unsigned long, re2::RE2::Anchor, re2::StringPiece*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Match(re2::StringPiece const&, unsigned long, unsigned long, re2::RE2::Anchor, re2::StringPiece*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced 71 more times
ld.lld: error: undefined symbol: vtable for std::basic_ios<char, std::char_traits<char> >
>>> referenced by re2.o:(re2::RE2::Options::ParseFlags() const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Options::ParseFlags() const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::ReverseProg() const::'lambda'(re2::RE2 const*)::operator()(re2::RE2 const*) const (.constprop.0)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::ReverseProg() const::'lambda'(re2::RE2 const*)::operator()(re2::RE2 const*) const (.constprop.0)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Init(re2::StringPiece const&, re2::RE2::Options const&)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Init(re2::StringPiece const&, re2::RE2::Options const&)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Rewrite(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, re2::StringPiece const&, re2::StringPiece const*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Rewrite(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, re2::StringPiece const&, re2::StringPiece const*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Match(re2::StringPiece const&, unsigned long, unsigned long, re2::RE2::Anchor, re2::StringPiece*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Match(re2::StringPiece const&, unsigned long, unsigned long, re2::RE2::Anchor, re2::StringPiece*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced 153 more times
the vtable symbol may be undefined because the class is missing its key function (see https://lld.llvm.org/missingkeyfunction)
ld.lld: error: undefined symbol: VTT for std::__cxx11::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >
>>> referenced by re2.o:(re2::RE2::Options::ParseFlags() const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::ReverseProg() const::'lambda'(re2::RE2 const*)::operator()(re2::RE2 const*) const (.constprop.0)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Init(re2::StringPiece const&, re2::RE2::Options const&)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Init(re2::StringPiece const&, re2::RE2::Options const&)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Rewrite(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, re2::StringPiece const&, re2::StringPiece const*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Rewrite(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, re2::StringPiece const&, re2::StringPiece const*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Match(re2::StringPiece const&, unsigned long, unsigned long, re2::RE2::Anchor, re2::StringPiece*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Match(re2::StringPiece const&, unsigned long, unsigned long, re2::RE2::Anchor, re2::StringPiece*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Match(re2::StringPiece const&, unsigned long, unsigned long, re2::RE2::Anchor, re2::StringPiece*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Match(re2::StringPiece const&, unsigned long, unsigned long, re2::RE2::Anchor, re2::StringPiece*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced 70 more times
ld.lld: error: undefined symbol: std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)
>>> referenced by re2.o:(re2::RE2::Options::ParseFlags() const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Options::ParseFlags() const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::ReverseProg() const::'lambda'(re2::RE2 const*)::operator()(re2::RE2 const*) const (.constprop.0)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::ReverseProg() const::'lambda'(re2::RE2 const*)::operator()(re2::RE2 const*) const (.constprop.0)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Init(re2::StringPiece const&, re2::RE2::Options const&)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Init(re2::StringPiece const&, re2::RE2::Options const&)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Init(re2::StringPiece const&, re2::RE2::Options const&)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Init(re2::StringPiece const&, re2::RE2::Options const&)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Rewrite(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, re2::StringPiece const&, re2::StringPiece const*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Rewrite(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, re2::StringPiece const&, re2::StringPiece const*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced 152 more times
ld.lld: error: undefined symbol: vtable for std::__cxx11::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >
>>> referenced by re2.o:(re2::RE2::Options::ParseFlags() const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Options::ParseFlags() const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::ReverseProg() const::'lambda'(re2::RE2 const*)::operator()(re2::RE2 const*) const (.constprop.0)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::ReverseProg() const::'lambda'(re2::RE2 const*)::operator()(re2::RE2 const*) const (.constprop.0)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Init(re2::StringPiece const&, re2::RE2::Options const&)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Init(re2::StringPiece const&, re2::RE2::Options const&)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Rewrite(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, re2::StringPiece const&, re2::StringPiece const*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Rewrite(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, re2::StringPiece const&, re2::StringPiece const*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Match(re2::StringPiece const&, unsigned long, unsigned long, re2::RE2::Anchor, re2::StringPiece*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Match(re2::StringPiece const&, unsigned long, unsigned long, re2::RE2::Anchor, re2::StringPiece*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced 113 more times
the vtable symbol may be undefined because the class is missing its key function (see https://lld.llvm.org/missingkeyfunction)
ld.lld: error: undefined symbol: vtable for std::basic_streambuf<char, std::char_traits<char> >
>>> referenced by re2.o:(re2::RE2::Options::ParseFlags() const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Options::ParseFlags() const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::ReverseProg() const::'lambda'(re2::RE2 const*)::operator()(re2::RE2 const*) const (.constprop.0)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::ReverseProg() const::'lambda'(re2::RE2 const*)::operator()(re2::RE2 const*) const (.constprop.0)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Init(re2::StringPiece const&, re2::RE2::Options const&)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Init(re2::StringPiece const&, re2::RE2::Options const&)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Rewrite(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, re2::StringPiece const&, re2::StringPiece const*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Rewrite(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, re2::StringPiece const&, re2::StringPiece const*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Match(re2::StringPiece const&, unsigned long, unsigned long, re2::RE2::Anchor, re2::StringPiece*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Match(re2::StringPiece const&, unsigned long, unsigned long, re2::RE2::Anchor, re2::StringPiece*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced 114 more times
the vtable symbol may be undefined because the class is missing its key function (see https://lld.llvm.org/missingkeyfunction)
ld.lld: error: undefined symbol: std::locale::locale()
>>> referenced by re2.o:(re2::RE2::Options::ParseFlags() const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::ReverseProg() const::'lambda'(re2::RE2 const*)::operator()(re2::RE2 const*) const (.constprop.0)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Init(re2::StringPiece const&, re2::RE2::Options const&)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Init(re2::StringPiece const&, re2::RE2::Options const&)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Rewrite(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, re2::StringPiece const&, re2::StringPiece const*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Rewrite(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, re2::StringPiece const&, re2::StringPiece const*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Match(re2::StringPiece const&, unsigned long, unsigned long, re2::RE2::Anchor, re2::StringPiece*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Match(re2::StringPiece const&, unsigned long, unsigned long, re2::RE2::Anchor, re2::StringPiece*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Match(re2::StringPiece const&, unsigned long, unsigned long, re2::RE2::Anchor, re2::StringPiece*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Match(re2::StringPiece const&, unsigned long, unsigned long, re2::RE2::Anchor, re2::StringPiece*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced 71 more times
ld.lld: error: undefined symbol: vtable for std::__cxx11::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >
>>> referenced by re2.o:(re2::RE2::Options::ParseFlags() const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Options::ParseFlags() const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::ReverseProg() const::'lambda'(re2::RE2 const*)::operator()(re2::RE2 const*) const (.constprop.0)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::ReverseProg() const::'lambda'(re2::RE2 const*)::operator()(re2::RE2 const*) const (.constprop.0)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Init(re2::StringPiece const&, re2::RE2::Options const&)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Init(re2::StringPiece const&, re2::RE2::Options const&)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Rewrite(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, re2::StringPiece const&, re2::StringPiece const*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Rewrite(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, re2::StringPiece const&, re2::StringPiece const*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Match(re2::StringPiece const&, unsigned long, unsigned long, re2::RE2::Anchor, re2::StringPiece*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Match(re2::StringPiece const&, unsigned long, unsigned long, re2::RE2::Anchor, re2::StringPiece*, int) const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced 114 more times
the vtable symbol may be undefined because the class is missing its key function (see https://lld.llvm.org/missingkeyfunction)
ld.lld: error: undefined symbol: std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)
>>> referenced by re2.o:(re2::RE2::Options::ParseFlags() const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Options::ParseFlags() const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Options::ParseFlags() const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Options::ParseFlags() const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::Options::ParseFlags() const) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::ReverseProg() const::'lambda'(re2::RE2 const*)::operator()(re2::RE2 const*) const (.constprop.0)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::ReverseProg() const::'lambda'(re2::RE2 const*)::operator()(re2::RE2 const*) const (.constprop.0)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::ReverseProg() const::'lambda'(re2::RE2 const*)::operator()(re2::RE2 const*) const (.constprop.0)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::ReverseProg() const::'lambda'(re2::RE2 const*)::operator()(re2::RE2 const*) const (.constprop.0)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced by re2.o:(re2::RE2::ReverseProg() const::'lambda'(re2::RE2 const*)::operator()(re2::RE2 const*) const (.constprop.0)) in archive /nix/store/mmrzi6fh5a8qn1v47xcn0z3vw4spf3mp-re2-2021-04-01/lib/libre2.a
>>> referenced 455 more times
ld.lld: error: too many errors emitted, stopping now (use -error-limit=0 to see all errors)
collect2: error: ld returned 1 exit status
[8103/8137] Building CXX object programs/server/CMakeFiles/clickhouse-server-lib.dir/Server.cpp.opp.ontry-to-download-part.dir/main.cpp.o
ninja: build stopped: subcommand failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment