scql engine编译错误
#1338
Replies: 2 comments 1 reply
-
请帮忙看下这个问题,再centos和ubuntu上都尝试过,都会报错 |
Beta Was this translation helpful? Give feedback.
0 replies
-
请补充一下环境信息,包括 ubuntu 的版本,gcc 以及 lld 的版本信息 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ERROR: /home/vm/.cache/bazel/_bazel_vm/cd528e42254cf2618bf7b97d4e02bf14/external/com_mysql/BUILD.bazel:22:19: Foreign Cc - CMake: Building mysqlclient failed: (Exit 1): bash failed: error executing command (from target @com_mysql//:mysqlclient) /bin/bash -c bazel-out/k8-opt/bin/external/com_mysql/mysqlclient_foreign_cc/wrapper_build_script.sh
Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
rules_foreign_cc: Build failed!
rules_foreign_cc: Keeping temp build directory and dependencies directory for debug.
rules_foreign_cc: Please note that the directories inside a sandbox are still cleaned unless you specify --sandbox_debug Bazel command line flag.
rules_foreign_cc: Printing build logs:
_____ BEGIN BUILD LOGS _____
Bazel external C/C++ Rules. Building library mysqlclient
Environment:______________
BUILD_SCRIPT=bazel-out/k8-opt/bin/external/com_mysql/mysqlclient_foreign_cc/build_script.sh
EXT_BUILD_ROOT=/home/vm/.cache/bazel/_bazel_vm/cd528e42254cf2618bf7b97d4e02bf14/sandbox/linux-sandbox/12/execroot/scql
BUILD_LOG=bazel-out/k8-opt/bin/external/com_mysql/mysqlclient_foreign_cc/CMake.log
PWD=/home/vm/.cache/bazel/_bazel_vm/cd528e42254cf2618bf7b97d4e02bf14/sandbox/linux-sandbox/12/execroot/scql
BUILD_WRAPPER_SCRIPT=bazel-out/k8-opt/bin/external/com_mysql/mysqlclient_foreign_cc/wrapper_build_script.sh
BAZEL_LINKOPTS=-static-libstdc++:-static-libgcc
TMPDIR=/tmp
EXT_BUILD_DEPS=/home/vm/.cache/bazel/_bazel_vm/cd528e42254cf2618bf7b97d4e02bf14/sandbox/linux-sandbox/12/execroot/scql/bazel-out/k8-opt/bin/external/com_mysql/mysqlclient.ext_build_deps
BAZEL_LINKLIBS=-l%:libstdc++.a:-l%:libgcc.a
BUILD_TMPDIR=/home/vm/.cache/bazel/_bazel_vm/cd528e42254cf2618bf7b97d4e02bf14/sandbox/linux-sandbox/12/execroot/scql/bazel-out/k8-opt/bin/external/com_mysql/mysqlclient.build_tmpdir
SHLVL=2
INSTALLDIR=/home/vm/.cache/bazel/_bazel_vm/cd528e42254cf2618bf7b97d4e02bf14/sandbox/linux-sandbox/12/execroot/scql/bazel-out/k8-opt/bin/external/com_mysql/mysqlclient
PATH=/home/vm/.cache/bazel/_bazel_vm/cd528e42254cf2618bf7b97d4e02bf14/sandbox/linux-sandbox/12/execroot/scql:/home/vm/.cache/bazelisk/downloads/sha256/a40ac69263440761199fcb8da47ad4e3f328cbe79ffbf4ecc14e5ba252857307/bin:/home/vm/code/dscn/venv/bin:/home/vm/.cargo/bin:/home/vm/bin:/usr/lib/java/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/go/bin
_=/usr/bin/env
Can not copy /home/vm/.cache/bazel/_bazel_vm/cd528e42254cf2618bf7b97d4e02bf14/sandbox/linux-sandbox/12/execroot/scql/cmake
Can not copy /home/vm/.cache/bazel/_bazel_vm/cd528e42254cf2618bf7b97d4e02bf14/sandbox/linux-sandbox/12/execroot/scql/ninja
-- Running cmake version 3.22.1
-- Found Git: /usr/bin/git (found version "2.34.1")
-- CMAKE_MODULE_PATH is /home/vm/.cache/bazel/_bazel_vm/cd528e42254cf2618bf7b97d4e02bf14/sandbox/linux-sandbox/12/execroot/scql/external/com_mysql/cmake
-- MySQL 8.0.30
-- The C compiler identification is GNU 11.4.0
-- The CXX compiler identification is GNU 11.4.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/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: /usr/bin/gcc - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Source directory /home/vm/.cache/bazel/_bazel_vm/cd528e42254cf2618bf7b97d4e02bf14/sandbox/linux-sandbox/12/execroot/scql/external/com_mysql
-- Binary directory /home/vm/.cache/bazel/_bazel_vm/cd528e42254cf2618bf7b97d4e02bf14/sandbox/linux-sandbox/12/execroot/scql/bazel-out/k8-opt/bin/external/com_mysql/mysqlclient.build_tmpdir
-- CMAKE_GENERATOR: Ninja
-- Looking for SHM_HUGETLB
-- Looking for SHM_HUGETLB - found
-- 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 void *
-- Check size of void * - done
-- SIZEOF_VOIDP 8
-- Performing Test HAVE_C_FLOATING_POINT_FUSED_MADD
-- Performing Test HAVE_C_FLOATING_POINT_FUSED_MADD - Failed
-- Performing Test HAVE_CXX_FLOATING_POINT_FUSED_MADD
-- Performing Test HAVE_CXX_FLOATING_POINT_FUSED_MADD - Failed
-- Packaging as: mysql-8.0.30-Linux-x86_64
-- Performing Test C_LD_LLD_RESULT
-- Performing Test C_LD_LLD_RESULT - Failed
-- Performing Test CXX_LD_LLD_RESULT
-- Performing Test CXX_LD_LLD_RESULT - Failed
-- Performing Test C_LD_GOLD_RESULT
-- Performing Test C_LD_GOLD_RESULT - Success
-- Performing Test CXX_LD_GOLD_RESULT
-- Performing Test CXX_LD_GOLD_RESULT - Success
-- Local boost dir /home/vm/.cache/bazel/_bazel_vm/cd528e42254cf2618bf7b97d4e02bf14/sandbox/linux-sandbox/12/execroot/scql/bazel-out/k8-opt/bin/external/com_mysql/mysqlclient.ext_build_deps/include
-- Found /home/vm/.cache/bazel/_bazel_vm/cd528e42254cf2618bf7b97d4e02bf14/sandbox/linux-sandbox/12/execroot/scql/bazel-out/k8-opt/bin/external/com_mysql/mysqlclient.ext_build_deps/include/boost/version.hpp
-- BOOST_VERSION_NUMBER is #define BOOST_VERSION 108300
-- BOOST_INCLUDE_DIR /home/vm/.cache/bazel/_bazel_vm/cd528e42254cf2618bf7b97d4e02bf14/sandbox/linux-sandbox/12/execroot/scql/bazel-out/k8-opt/bin/external/com_mysql/mysqlclient.ext_build_deps/include
-- 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
-- Looking for floor
-- Looking for floor - not found
-- Looking for floor in m
-- Looking for floor in m - found
-- Looking for gethostbyname_r
-- Looking for gethostbyname_r - found
-- Looking for bind
-- Looking for bind - found
-- Looking for setsockopt
-- Looking for setsockopt - found
-- Looking for dlopen
-- Looking for dlopen - found
-- Looking for dlsym
-- Looking for dlsym - found
-- Looking for sched_yield
-- Looking for sched_yield - found
-- Looking for clock_gettime
-- Looking for clock_gettime - found
-- Looking for timer_create
-- Looking for timer_create - found
-- Looking for backtrace
-- Looking for backtrace - found
-- 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 endian.h
-- Looking for include file endian.h - found
-- Looking for include file execinfo.h
-- Looking for include file execinfo.h - found
-- Looking for include file fpu_control.h
-- Looking for include file fpu_control.h - found
-- Looking for include file grp.h
-- Looking for include file grp.h - found
-- Looking for include file langinfo.h
-- Looking for include file langinfo.h - found
-- Looking for include file malloc.h
-- Looking for include file malloc.h - found
-- Looking for include file netinet/in.h
-- Looking for include file netinet/in.h - found
-- Looking for include file poll.h
-- Looking for include file poll.h - found
-- Looking for include file pwd.h
-- Looking for include file pwd.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/mman.h
-- Looking for include file sys/mman.h - found
-- Looking for include file sys/prctl.h
-- Looking for include file sys/prctl.h - found
-- Looking for include file sys/resource.h
-- Looking for include file sys/resource.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 files curses.h, term.h
-- Looking for include files curses.h, term.h - found
-- Looking for include file termios.h
-- Looking for include file termios.h - found
-- Looking for include file termio.h
-- Looking for include file termio.h - found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file sys/wait.h
-- Looking for include file sys/wait.h - found
-- Looking for include file sys/param.h
-- Looking for include file sys/param.h - found
-- Looking for include file fnmatch.h
-- Looking for include file fnmatch.h - found
-- Looking for include file sys/un.h
-- Looking for include file sys/un.h - found
-- Looking for include files sys/types.h, sasl/sasl.h
-- Looking for include files sys/types.h, sasl/sasl.h - found
-- Looking for _aligned_malloc
-- Looking for _aligned_malloc - not found
-- Looking for backtrace
-- Looking for backtrace - found
-- Looking for index
-- Looking for index - found
-- Looking for chown
-- Looking for chown - found
-- Looking for cuserid
-- Looking for cuserid - found
-- Looking for directio
-- Looking for directio - not found
-- Looking for ftruncate
-- Looking for ftruncate - found
-- Looking for fchmod
-- Looking for fchmod - found
-- Looking for fcntl
-- Looking for fcntl - found
-- Looking for fdatasync
-- Looking for fdatasync - found
-- Looking for fdatasync
-- Looking for fdatasync - found
-- Looking for fedisableexcept
-- Looking for fedisableexcept - found
-- Looking for fsync
-- Looking for fsync - found
-- Looking for gethrtime
-- Looking for gethrtime - not found
-- Looking for getpass
-- Looking for getpass - found
-- Looking for getpassphrase
-- Looking for getpassphrase - not found
-- Looking for getpwnam
-- Looking for getpwnam - found
-- Looking for getpwuid
-- Looking for getpwuid - found
-- Looking for getrusage
-- Looking for getrusage - found
-- Looking for initgroups
-- Looking for initgroups - found
-- Looking for issetugid
-- Looking for issetugid - not found
-- Looking for getuid
-- Looking for getuid - found
-- Looking for geteuid
-- Looking for geteuid - found
-- Looking for getgid
-- Looking for getgid - found
-- Looking for getegid
-- Looking for getegid - found
-- Looking for madvise
-- Looking for madvise - found
-- Looking for malloc_info
-- Looking for malloc_info - found
-- Looking for mlock
-- Looking for mlock - found
-- Looking for mlockall
-- Looking for mlockall - found
-- Looking for mmap64
-- Looking for mmap64 - found
-- Looking for poll
-- Looking for poll - found
-- Looking for posix_fallocate
-- Looking for posix_fallocate - found
-- Looking for posix_memalign
-- Looking for posix_memalign - found
-- Looking for pthread_condattr_setclock
-- Looking for pthread_condattr_setclock - found
-- Looking for pthread_getaffinity_np
-- Looking for pthread_getaffinity_np - found
-- Looking for pthread_sigmask
-- Looking for pthread_sigmask - found
-- Looking for sleep
-- Looking for sleep - found
-- Looking for stpcpy
-- Looking for stpcpy - found
-- Looking for stpncpy
-- Looking for stpncpy - found
-- Looking for strlcpy
-- Looking for strlcpy - not found
-- Looking for strndup
-- Looking for strndup - found
-- Looking for strlcat
-- Looking for strlcat - not found
-- Looking for strptime
-- Looking for strptime - found
-- Looking for strsignal
-- Looking for strsignal - found
-- Looking for tell
-- Looking for tell - not found
-- Looking for vasprintf
-- Looking for vasprintf - found
-- Looking for memalign
-- Looking for memalign - found
-- Looking for nl_langinfo
-- Looking for nl_langinfo - found
-- Looking for ntohll
-- Looking for ntohll - not found
-- Looking for epoll_create
-- Looking for epoll_create - found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Looking for include file sys/times.h
-- Looking for include file sys/times.h - found
-- Looking for times
-- Looking for times - found
-- Looking for gettimeofday
-- Looking for gettimeofday - found
-- Looking for lrand48
-- Looking for lrand48 - found
-- Looking for TIOCGWINSZ
-- Looking for TIOCGWINSZ - found
-- Looking for FIONREAD
-- Looking for FIONREAD - found
-- Looking for FIONREAD
-- Looking for FIONREAD - not found
-- Looking for MADV_DONTDUMP
-- Looking for MADV_DONTDUMP - found
-- Performing Test HAVE_O_TMPFILE
-- Performing Test HAVE_O_TMPFILE - Success
-- Looking for timer_create
-- Looking for timer_create - found
-- Looking for timer_settime
-- Looking for timer_settime - found
-- Looking for kqueue
-- Looking for kqueue - not found
-- Performing Test HAVE_SETNS
-- Performing Test HAVE_SETNS - Success
-- Looking for EVFILT_TIMER
-- Looking for EVFILT_TIMER - not found
-- Looking for le64toh
-- Looking for le64toh - found
-- Looking for le32toh
-- Looking for le32toh - found
-- Looking for le16toh
-- Looking for le16toh - found
-- Looking for htole64
-- Looking for htole64 - found
-- Looking for htole32
-- Looking for htole32 - found
-- Looking for htole16
-- Looking for htole16 - found
-- Check size of char *
-- Check size of char * - done
-- Check size of long
-- Check size of long - done
-- Check size of short
-- Check size of short - done
-- Check size of int
-- Check size of int - done
-- Check size of long long
-- Check size of long long - done
-- Check size of time_t
-- Check size of time_t - done
-- Performing Test HAVE_TM_GMTOFF
-- Performing Test HAVE_TM_GMTOFF - Success
-- Check size of ulong
-- Check size of ulong - done
-- Check size of u_int32_t
-- Check size of u_int32_t - done
-- Performing Test HAVE_VISIBILITY_HIDDEN
-- Performing Test HAVE_VISIBILITY_HIDDEN - Success
-- Performing Test HAVE_CLOCK_GETTIME
-- Performing Test HAVE_CLOCK_GETTIME - Success
-- Performing Test HAVE_CLOCK_REALTIME
-- Performing Test HAVE_CLOCK_REALTIME - Success
-- Checking stack direction : -1
-- Looking for include files time.h, sys/time.h
-- Looking for include files time.h, sys/time.h - found
-- Looking for O_NONBLOCK
-- Looking for O_NONBLOCK - found
-- Performing Test HAVE_PAUSE_INSTRUCTION
-- Performing Test HAVE_PAUSE_INSTRUCTION - Success
-- Looking for C++ include cxxabi.h
-- Looking for C++ include cxxabi.h - found
-- Performing Test HAVE_ABI_CXA_DEMANGLE
-- Performing Test HAVE_ABI_CXA_DEMANGLE - Failed
-- Performing Test HAVE_BUILTIN_UNREACHABLE
-- Performing Test HAVE_BUILTIN_UNREACHABLE - Success
-- Performing Test HAVE_BUILTIN_EXPECT
-- Performing Test HAVE_BUILTIN_EXPECT - Success
-- Looking for __builtin_stpcpy
-- Looking for __builtin_stpcpy - found
-- Performing Test HAVE_GCC_SYNC_BUILTINS
-- Performing Test HAVE_GCC_SYNC_BUILTINS - Success
-- Performing Test HAVE_SYS_GETTID
-- Performing Test HAVE_SYS_GETTID - Success
-- Performing Test HAVE_PTHREAD_GETTHREADID_NP
-- Performing Test HAVE_PTHREAD_GETTHREADID_NP - Failed
-- Performing Test HAVE_PTHREAD_THREADID_NP
-- Performing Test HAVE_PTHREAD_THREADID_NP - Failed
-- Performing Test HAVE_INTEGER_PTHREAD_SELF
-- Performing Test HAVE_INTEGER_PTHREAD_SELF - Success
-- Performing Test HAVE_PTHREAD_SETNAME_NP_LINUX
-- Performing Test HAVE_PTHREAD_SETNAME_NP_LINUX - Success
-- Performing Test HAVE_PTHREAD_SETNAME_NP_MACOS
-- Performing Test HAVE_PTHREAD_SETNAME_NP_MACOS - Failed
-- Looking for netinet/in6.h
-- Looking for netinet/in6.h - not found
-- Check size of struct in6_addr
-- Check size of struct in6_addr - failed
-- Performing Test HAVE_SOCKADDR_IN_SIN_LEN
-- Performing Test HAVE_SOCKADDR_IN_SIN_LEN - Failed
-- Performing Test HAVE_SOCKADDR_IN6_SIN6_LEN
-- Performing Test HAVE_SOCKADDR_IN6_SIN6_LEN - Failed
-- Looking for include file numa.h
-- Looking for include file numa.h - not found
-- Looking for include file numaif.h
-- Looking for include file numaif.h - not found
-- NUMA library missing or required version not available
-- Check size of off64_t
-- Check size of off64_t - done
-- Looking for fseeko
-- Looking for fseeko - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Performing Test HAVE_CXX_W_missing_profile
-- Performing Test HAVE_CXX_W_missing_profile - Success
-- ZLIB_VERSION (bundled) is 1.2.12
-- ZLIB_INCLUDE_DIR /home/vm/.cache/bazel/_bazel_vm/cd528e42254cf2618bf7b97d4e02bf14/sandbox/linux-sandbox/12/execroot/scql/external/com_mysql/extra/zlib/zlib-1.2.12
-- ZLIB_LIBRARY zlib
-- Performing Test HAVE_CXX_W_documentation
-- Performing Test HAVE_CXX_W_documentation - Failed
-- ZSTD_LEGACY_SUPPORT not defined!
-- ZSTD_VERSION (bundled) is 1.5.0
-- ZSTD_INCLUDE_DIR /home/vm/.cache/bazel/_bazel_vm/cd528e42254cf2618bf7b97d4e02bf14/sandbox/linux-sandbox/12/execroot/scql/external/com_mysql/extra/zstd/zstd-1.5.0/lib
-- ZSTD_LIBRARY zstd
-- OPENSSL_VERSION (/home/vm/.cache/bazel/_bazel_vm/cd528e42254cf2618bf7b97d4e02bf14/sandbox/linux-sandbox/12/execroot/scql/bazel-out/k8-opt/bin/external/com_mysql/mysqlclient.ext_build_deps/openssl) is 3.0.12
-- The openssl command does not support zlib
-- OPENSSL_INCLUDE_DIR = /home/vm/.cache/bazel/_bazel_vm/cd528e42254cf2618bf7b97d4e02bf14/sandbox/linux-sandbox/12/execroot/scql/bazel-out/k8-opt/bin/external/com_mysql/mysqlclient.ext_build_deps/openssl/include
-- OPENSSL_LIBRARY = /home/vm/.cache/bazel/_bazel_vm/cd528e42254cf2618bf7b97d4e02bf14/sandbox/linux-sandbox/12/execroot/scql/bazel-out/k8-opt/bin/external/com_mysql/mysqlclient.ext_build_deps/openssl/lib/libssl.a
-- CRYPTO_LIBRARY = /home/vm/.cache/bazel/_bazel_vm/cd528e42254cf2618bf7b97d4e02bf14/sandbox/linux-sandbox/12/execroot/scql/bazel-out/k8-opt/bin/external/com_mysql/mysqlclient.ext_build_deps/openssl/lib/libcrypto.a
-- OPENSSL_LIB_DIR =
-- OPENSSL_VERSION_MAJOR = 3
-- OPENSSL_VERSION_MINOR = 0
-- OPENSSL_FIX_VERSION = 12
-- Looking for SHA512_DIGEST_LENGTH
-- Looking for SHA512_DIGEST_LENGTH - found
-- SSL_LIBRARIES = /home/vm/.cache/bazel/_bazel_vm/cd528e42254cf2618bf7b97d4e02bf14/sandbox/linux-sandbox/12/execroot/scql/bazel-out/k8-opt/bin/external/com_mysql/mysqlclient.ext_build_deps/openssl/lib/libssl.a;/home/vm/.cache/bazel/_bazel_vm/cd528e42254cf2618bf7b97d4e02bf14/sandbox/linux-sandbox/12/execroot/scql/bazel-out/k8-opt/bin/external/com_mysql/mysqlclient.ext_build_deps/openssl/lib/libcrypto.a
-- WITH_SSL_PATH /home/vm/.cache/bazel/_bazel_vm/cd528e42254cf2618bf7b97d4e02bf14/sandbox/linux-sandbox/12/execroot/scql/bazel-out/k8-opt/bin/external/com_mysql/mysqlclient.ext_build_deps/openssl
-- CRYPTO_EXT .a
-- KERBEROS path is none, disabling kerberos support.
-- HAVE_KRB5_KRB5_H
-- KERBEROS_LIBRARIES
-- SASL_LIBRARY /usr/lib/x86_64-linux-gnu/libsasl2.so
-- SASL_VERSION (system) is 2.1.27
-- LBER_LIBRARY /usr/lib/x86_64-linux-gnu/liblber.so
-- LDAP_LIBRARY /usr/lib/x86_64-linux-gnu/libldap_r.so
-- Looking for lber.h
-- Looking for lber.h - found
-- Looking for ldap.h
-- Looking for ldap.h - found
-- Check size of mbstate_t
-- Check size of mbstate_t - done
-- Performing Test HAVE_LANGINFO_CODESET
-- Performing Test HAVE_LANGINFO_CODESET - Success
-- Looking for wcsdup
-- Looking for wcsdup - found
-- Check size of wchar_t
-- Check size of wchar_t - done
-- Check size of wint_t
-- Check size of wint_t - done
-- Found Curses: /home/vm/.cache/bazel/_bazel_vm/cd528e42254cf2618bf7b97d4e02bf14/sandbox/linux-sandbox/12/execroot/scql/bazel-out/k8-opt/bin/external/com_mysql/mysqlclient.ext_build_deps/ncurses/lib/libcurses.a
-- Looking for tputs in /home/vm/.cache/bazel/_bazel_vm/cd528e42254cf2618bf7b97d4e02bf14/sandbox/linux-sandbox/12/execroot/scql/bazel-out/k8-opt/bin/external/com_mysql/mysqlclient.ext_build_deps/ncurses/lib/libcurses.a
-- Looking for tputs in /home/vm/.cache/bazel/_bazel_vm/cd528e42254cf2618bf7b97d4e02bf14/sandbox/linux-sandbox/12/execroot/scql/bazel-out/k8-opt/bin/external/com_mysql/mysqlclient.ext_build_deps/ncurses/lib/libcurses.a - found
-- Looking for include file sys/cdefs.h
-- Looking for include file sys/cdefs.h - found
-- AWK_EXECUTABLE is /usr/bin/gawk
-- Performing Test HAVE_GETPW_R_POSIX
-- Performing Test HAVE_GETPW_R_POSIX - Success
-- Performing Test HAVE_GETPW_R_DRAFT
-- Performing Test HAVE_GETPW_R_DRAFT - Failed
-- Looking for getline
-- Looking for getline - found
-- Looking for vis
-- Looking for vis - not found
-- Looking for unvis
-- Looking for unvis - not found
-- Looking for __secure_getenv
-- Looking for __secure_getenv - not found
-- Looking for secure_getenv
-- Looking for secure_getenv - found
-- Performing Test HAVE_POINTER_SIGN
-- Performing Test HAVE_POINTER_SIGN - Success
-- Performing Test HAVE_STRINGOP_OVERFLOW
-- Performing Test HAVE_STRINGOP_OVERFLOW - Success
-- Performing Test HAVE_UNUSED_RESULT
-- Performing Test HAVE_UNUSED_RESULT - Success
-- Performing Test HAVE_STRINGOP_TRUNCATION
-- Performing Test HAVE_STRINGOP_TRUNCATION - Success
-- Performing Test HAVE_CXX_W_dangling_pointer
-- Performing Test HAVE_CXX_W_dangling_pointer - Failed
-- Found Git: /usr/bin/git
-- Performing Test check_c_compiler_flag__fdiagnostics_color_always
-- Performing Test check_c_compiler_flag__fdiagnostics_color_always - Success
-- Performing Test check_c_compiler_flag__Wall
-- Performing Test check_c_compiler_flag__Wall - Success
-- Performing Test check_c_compiler_flag__Wextra
-- Performing Test check_c_compiler_flag__Wextra - Success
-- Performing Test check_c_compiler_flag__Wno_unused_parameter
-- Performing Test check_c_compiler_flag__Wno_unused_parameter - Success
-- Performing Test check_c_compiler_flag__Wstrict_aliasing
-- Performing Test check_c_compiler_flag__Wstrict_aliasing - Success
-- Performing Test check_c_compiler_flag__Wstrict_prototypes
-- Performing Test check_c_compiler_flag__Wstrict_prototypes - Success
-- Performing Test check_c_compiler_flag__fno_strict_aliasing
-- Performing Test check_c_compiler_flag__fno_strict_aliasing - Success
-- Performing Test check_c_compiler_flag__Wmissing_prototypes
-- Performing Test check_c_compiler_flag__Wmissing_prototypes - Success
-- Performing Test check_c_compiler_flag__Winit_self
-- Performing Test check_c_compiler_flag__Winit_self - Success
-- Performing Test check_c_compiler_flag__Wmissing_field_initializers
-- Performing Test check_c_compiler_flag__Wmissing_field_initializers - Success
-- Performing Test check_c_compiler_flag__Wdeclaration_after_statement
-- Performing Test check_c_compiler_flag__Wdeclaration_after_statement - Success
-- Performing Test check_c_compiler_flag__Waddress
-- Performing Test check_c_compiler_flag__Waddress - Success
-- Performing Test check_c_compiler_flag__Wnormalized_id
-- Performing Test check_c_compiler_flag__Wnormalized_id - Success
-- Performing Test check_c_compiler_flag__Woverride_init
-- Performing Test check_c_compiler_flag__Woverride_init - Success
-- Performing Test check_c_compiler_flag__Wlogical_op
-- Performing Test check_c_compiler_flag__Wlogical_op - Success
-- Performing Test check_c_compiler_flag__Wwrite_strings
-- Performing Test check_c_compiler_flag__Wwrite_strings - Success
-- Looking for GNU_LIBRARY
-- Looking for GNU_LIBRARY - found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for sys/socket.h
-- Looking for sys/socket.h - found
-- Looking for netinet/in.h
-- Looking for netinet/in.h - found
-- Looking for sys/un.h
-- Looking for sys/un.h - found
-- Check size of struct sockaddr_un
-- Check size of struct sockaddr_un - done
-- Looking for netinet/in6.h
-- Looking for netinet/in6.h - not found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for netdb.h
-- Looking for netdb.h - found
-- Looking for dlfcn.h
-- Looking for dlfcn.h - found
-- Looking for arpa/inet.h
-- Looking for arpa/inet.h - found
-- Looking for fcntl.h
-- Looking for fcntl.h - found
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for memory.h
-- Looking for memory.h - found
-- Looking for poll.h
-- Looking for poll.h - found
-- Looking for port.h
-- Looking for port.h - not found
-- Looking for signal.h
-- Looking for signal.h - found
-- Looking for stdarg.h
-- Looking for stdarg.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stdlib.h
-- Looking for stdlib.h - found
-- Looking for strings.h
-- Looking for strings.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for sys/devpoll.h
-- Looking for sys/devpoll.h - not found
-- Looking for sys/epoll.h
-- Looking for sys/epoll.h - found
-- Looking for sys/eventfd.h
-- Looking for sys/eventfd.h - found
-- Looking for sys/event.h
-- Looking for sys/event.h - not found
-- Looking for sys/ioctl.h
-- Looking for sys/ioctl.h - found
-- Looking for sys/mman.h
-- Looking for sys/mman.h - found
-- Looking for sys/param.h
-- Looking for sys/param.h - found
-- Looking for sys/queue.h
-- Looking for sys/queue.h - found
-- Looking for sys/select.h
-- Looking for sys/select.h - found
-- Looking for sys/sendfile.h
-- Looking for sys/sendfile.h - found
-- Looking for sys/stat.h
-- Looking for sys/stat.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 include files sys/types.h, ifaddrs.h
-- Looking for include files sys/types.h, ifaddrs.h - found
-- Looking for mach/mach_time.h
-- Looking for mach/mach_time.h - not found
-- Looking for netinet/tcp.h
-- Looking for netinet/tcp.h - found
-- Looking for sys/wait.h
-- Looking for sys/wait.h - found
-- Looking for sys/resource.h
-- Looking for sys/resource.h - found
-- Looking for sys/timerfd.h
-- Looking for sys/timerfd.h - found
-- Looking for errno.h
-- Looking for errno.h - found
-- Looking for epoll_create
-- Looking for epoll_create - found
-- Looking for epoll_ctl
-- Looking for epoll_ctl - found
-- Looking for eventfd
-- Looking for eventfd - found
-- Looking for clock_gettime
-- Looking for clock_gettime - found
-- Looking for fcntl
-- Looking for fcntl - found
-- Looking for getaddrinfo
-- Looking for getaddrinfo - found
-- Looking for getnameinfo
-- Looking for getnameinfo - found
-- Looking for gettimeofday
-- Looking for gettimeofday - found
-- Looking for getprotobynumber
-- Looking for getprotobynumber - found
-- Looking for getservbyname
-- Looking for getservbyname - found
-- Looking for inet_ntop
-- Looking for inet_ntop - found
-- Looking for inet_pton
-- Looking for inet_pton - found
-- Looking for kqueue
-- Looking for kqueue - not found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for pipe
-- Looking for pipe - found
-- Looking for pipe2
-- Looking for pipe2 - found
-- Looking for poll
-- Looking for poll - found
-- Looking for port_create
-- Looking for port_create - not found
-- Looking for sendfile
-- Looking for sendfile - found
-- Looking for sigaction
-- Looking for sigaction - found
-- Looking for signal
-- Looking for signal - found
-- Looking for splice
-- Looking for splice - found
-- Looking for strlcpy
-- Looking for strlcpy - not found
-- Looking for strsep
-- Looking for strsep - found
-- Looking for strtok_r
-- Looking for strtok_r - found
-- Looking for strtoll
-- Looking for strtoll - found
-- Looking for vasprintf
-- Looking for vasprintf - found
-- Looking for sysctl
-- Looking for sysctl - not found
-- Looking for accept4
-- Looking for accept4 - found
-- Looking for arc4random
-- Looking for arc4random - not found
-- Looking for arc4random_buf
-- Looking for arc4random_buf - not found
-- Looking for epoll_create1
-- Looking for epoll_create1 - found
-- Looking for getegid
-- Looking for getegid - found
-- Looking for geteuid
-- Looking for geteuid - found
-- Looking for getifaddrs
-- Looking for getifaddrs - found
-- Looking for issetugid
-- Looking for issetugid - not found
-- Looking for mach_absolute_time
-- Looking for mach_absolute_time - not found
-- Looking for nanosleep
-- Looking for nanosleep - found
-- Looking for usleep
-- Looking for usleep - found
-- Looking for timeradd
-- Looking for timeradd - not found
-- Looking for timerclear
-- Looking for timerclear - not found
-- Looking for timercmp
-- Looking for timercmp - not found
-- Looking for timerfd_create
-- Looking for timerfd_create - found
-- Looking for timerisset
-- Looking for timerisset - not found
-- Looking for putenv
-- Looking for putenv - found
-- Looking for setenv
-- Looking for setenv - found
-- Looking for setrlimit
-- Looking for setrlimit - found
-- Looking for umask
-- Looking for umask - found
-- Looking for unsetenv
-- Looking for unsetenv - found
-- Looking for gethostbyname_r
-- Looking for gethostbyname_r - found
-- Checking prototype gethostbyname_r for EVENT__HAVE_GETHOSTBYNAME_R_3_ARG - False
-- Checking prototype gethostbyname_r for EVENT__HAVE_GETHOSTBYNAME_R_5_ARG - False
-- Checking prototype gethostbyname_r for EVENT__HAVE_GETHOSTBYNAME_R_6_ARG - True
-- Looking for select
-- Looking for select - found
-- Check size of uint8_t
-- Check size of uint8_t - done
-- Check size of uint16_t
-- Check size of uint16_t - done
-- Check size of uint32_t
-- Check size of uint32_t - done
-- Check size of uint64_t
-- Check size of uint64_t - done
-- Check size of short
-- Check size of short - done
-- Check size of int
-- Check size of int - done
-- Check size of unsigned
-- Check size of unsigned - done
-- Check size of unsigned int
-- Check size of unsigned int - done
-- Check size of long
-- Check size of long - done
-- Check size of long long
-- Check size of long long - done
-- Performing Test HAVE_INLINE
-- Performing Test HAVE_INLINE - Success
-- Looking for func
-- Looking for func - found
-- Looking for FUNCTION
-- Looking for FUNCTION - found
-- Looking for TAILQ_FOREACH
-- Looking for TAILQ_FOREACH - found
-- Performing Test EVENT__HAVE_DECL_CTL_KERN
-- Performing Test EVENT__HAVE_DECL_CTL_KERN - Failed
-- Looking for CTL_KERN - not found
-- Performing Test EVENT__HAVE_DECL_KERN_ARND
-- Performing Test EVENT__HAVE_DECL_KERN_ARND - Failed
-- Looking for KERN_ARND - not found
-- Performing Test EVENT__HAVE_DECL_KERN_RANDOM
-- Performing Test EVENT__HAVE_DECL_KERN_RANDOM - Failed
-- Looking for KERN_RANDOM - not found
-- Performing Test EVENT__HAVE_DECL_RANDOM_UUID
-- Performing Test EVENT__HAVE_DECL_RANDOM_UUID - Failed
-- Looking for RANDOM_UUID - not found
-- Looking for F_SETFD
-- Looking for F_SETFD - found
-- Check size of fd_mask
-- Check size of fd_mask - done
-- Check size of size_t
-- Check size of size_t - done
-- Check size of off_t
-- Check size of off_t - done
-- Check size of ssize_t
-- Check size of ssize_t - done
-- Check size of SSIZE_T
-- Check size of SSIZE_T - failed
-- Check size of socklen_t
-- Check size of socklen_t - done
-- Check size of pid_t
-- Check size of pid_t - done
-- Check size of pthread_t
-- Check size of pthread_t - done
-- Check size of uintptr_t
-- Check size of uintptr_t - done
-- Check size of void *
-- Check size of void * - done
-- Check size of time_t
-- Check size of time_t - done
-- Check size of struct addrinfo
-- Check size of struct addrinfo - done
-- Check size of struct in6_addr
-- Check size of struct in6_addr - done
-- Performing Test EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR16
-- Performing Test EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR16 - Success
-- Performing Test EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR32
-- Performing Test EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR32 - Success
-- Check size of sa_family_t
-- Check size of sa_family_t - done
-- Check size of struct sockaddr_in6
-- Check size of struct sockaddr_in6 - done
-- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN
-- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN - Failed
-- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_IN_SIN_LEN
-- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_IN_SIN_LEN - Failed
-- Check size of struct sockaddr_storage
-- Check size of struct sockaddr_storage - done
-- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY
-- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY - Success
-- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY
-- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY - Failed
-- Check size of struct linger
-- Check size of struct linger - done
-- Performing Test HAVE_ARRAY_PARAMETER
-- Performing Test HAVE_ARRAY_PARAMETER - Success
-- LIBEVENT_VERSION (bundled) 2.1.11
-- LIBEVENT_INCLUDE_DIRS /home/vm/.cache/bazel/_bazel_vm/cd528e42254cf2618bf7b97d4e02bf14/sandbox/linux-sandbox/12/execroot/scql/external/com_mysql/extra/libevent/libevent-2.1.11-stable/include;/home/vm/.cache/bazel/_bazel_vm/cd528e42254cf2618bf7b97d4e02bf14/sandbox/linux-sandbox/12/execroot/scql/bazel-out/k8-opt/bin/external/com_mysql/mysqlclient.build_tmpdir/extra/libevent/libevent-2.1.11-stable/include
-- LIBEVENT_LIBRARIES event_core;event_extra;event_openssl;event_pthreads
-- LZ4_VERSION (bundled) is 1.9.3
-- LZ4_INCLUDE_DIR /home/vm/.cache/bazel/_bazel_vm/cd528e42254cf2618bf7b97d4e02bf14/sandbox/linux-sandbox/12/execroot/scql/external/com_mysql/extra/lz4/lz4-1.9.3
-- LZ4_LIBRARY lz4_lib
-- WITH_CURL=none, not using any curl library.
-- CURL_LIBRARY =
-- CURL_INCLUDE_DIR =
-- RAPIDJSON_INCLUDE_DIR /home/vm/.cache/bazel/_bazel_vm/cd528e42254cf2618bf7b97d4e02bf14/sandbox/linux-sandbox/12/execroot/scql/external/com_mysql/extra/rapidjson/include
-- RAPIDJSON_MAJOR_VERSION is 1
-- RAPIDJSON_MINOR_VERSION is 1
-- Looking for libudev.h
-- Looking for libudev.h - found
-- UDEV_SYSTEM_LIBRARY /usr/lib/x86_64-linux-gnu/libudev.so
-- FIDO_VERSION (bundled) is 1.8.0
-- FIDO_INCLUDE_DIR /home/vm/.cache/bazel/bazel_vm/cd528e42254cf2618bf7b97d4e02bf14/sandbox/linux-sandbox/12/execroot/scql/external/com_mysql/extra/libfido2/libfido2-1.8.0/src
-- FIDO_LIBRARY fido2
-- Performing Test HAVE_PTHREAD_SETNAME_NP
-- Performing Test HAVE_PTHREAD_SETNAME_NP - Success
-- CMAKE_MODULE_LINKER_FLAGS_DEBUG -Wl,-rpath,'$ORIGIN/../../private'
-- CMAKE_SHARED_LINKER_FLAGS_DEBUG -Wl,-rpath,'$ORIGIN/../../private'
-- Performing Test HAVE_CXX_W_implicit_fallthrough_5
-- Performing Test HAVE_CXX_W_implicit_fallthrough_5 - Success
-- Performing Test HAVE_Wjump-misses-init
-- Performing Test HAVE_Wjump-misses-init - Success
-- Performing Test HAVE_Wstringop-truncation
-- Performing Test HAVE_Wstringop-truncation - Success
-- Performing Test HAVE_CXX_W_stringop_truncation
-- Performing Test HAVE_CXX_W_stringop_truncation - Success
-- Performing Test HAVE_CXX_W_suggest_override
-- Performing Test HAVE_CXX_W_suggest_override - Success
-- Performing Test HAVE_Wmissing-include-dirs
-- Performing Test HAVE_Wmissing-include-dirs - Success
-- Performing Test HAVE_CXX_W_missing_include_dirs
-- Performing Test HAVE_CXX_W_missing_include_dirs - Success
-- Performing Test HAVE_CXX_W_extra_semi
-- Performing Test HAVE_CXX_W_extra_semi - Success
-- Performing Test HAVE_CXX_W_logical_op
-- Performing Test HAVE_CXX_W_logical_op - Success
-- Found Unix DNS SRV APIs
-- Skipping the LDAP client authentication plugin
-- Skipping FIDO client authentication plugin.
-- Skipping the KERBEROS client authentication plugin.
-- Skipping the OCI authentication client plugin.
-- Library mysqlclient depends on OSLIBS m;/home/vm/.cache/bazel/bazel_vm/cd528e42254cf2618bf7b97d4e02bf14/sandbox/linux-sandbox/12/execroot/scql/bazel-out/k8-opt/bin/external/com_mysql/mysqlclient.ext_build_deps/openssl/lib/libssl.a;/home/vm/.cache/bazel/bazel_vm/cd528e42254cf2618bf7b97d4e02bf14/sandbox/linux-sandbox/12/execroot/scql/bazel-out/k8-opt/bin/external/com_mysql/mysqlclient.ext_build_deps/openssl/lib/libcrypto.a
-- MERGE_CONVENIENCE_LIBRARIES TARGET mysqlclient
-- MERGE_CONVENIENCE_LIBRARIES LIBS clientlib;mytime;strings;vio;mysys;zlib;zstd
-- Library json_binlog_static depends on OSLIBS m;/home/vm/.cache/bazel/bazel_vm/cd528e42254cf2618bf7b97d4e02bf14/sandbox/linux-sandbox/12/execroot/scql/bazel-out/k8-opt/bin/external/com_mysql/mysqlclient.ext_build_deps/openssl/lib/libssl.a;/home/vm/.cache/bazel/bazel_vm/cd528e42254cf2618bf7b97d4e02bf14/sandbox/linux-sandbox/12/execroot/scql/bazel-out/k8-opt/bin/external/com_mysql/mysqlclient.ext_build_deps/openssl/lib/libcrypto.a
-- MERGE_CONVENIENCE_LIBRARIES TARGET json_binlog_static
-- MERGE_CONVENIENCE_LIBRARIES LIBS json_client_library;mysys;mytime;strings
-- Performing Test HAVE_CXX_W_unused_but_set_variable
-- Performing Test HAVE_CXX_W_unused_but_set_variable - Success
-- Performing Test HAVE_CXX_W_unused_variable
-- Performing Test HAVE_CXX_W_unused_variable - Success
-- The mysqlservices library is for server plugins only
-- CONFIG_CLIENT_LIBS -lssl -lcrypto -lresolv -lm
-- CONFIG_LIBS_PRIVATE -lssl -lcrypto -lresolv -lm
-- INSTALL mysqlclient.pc lib/pkgconfig
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- CMAKE_BUILD_TYPE: Release
-- COMPILE_DEFINITIONS: GNU_SOURCE;FILE_OFFSET_BITS=64;RAPIDJSON_NO_SIZETYPEDEFINE;RAPIDJSON_SCHEMA_USE_INTERNALREGEX=0;RAPIDJSON_SCHEMA_USE_STDREGEX=1;HAVE_CONFIG_H;STDC_LIMIT_MACROS;STDC_FORMAT_MACROS;USE_MATH_DEFINES;LZ4_DISABLE_DEPRECATE_WARNINGS;HAVE_TLSv13
-- CMAKE_C_FLAGS: -fno-omit-frame-pointer -ftls-model=initial-exec -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter -Wno-free-nonheap-object -fno-omit-frame-pointer -g0 -O2 -D_FORTIFY_SOURCE=1 -DNDEBUG -ffunction-sections -fdata-sections -DBOOST_NO_CXX98_FUNCTION_BASE -fno-canonical-system-headers -Wno-builtin-macro-redefined -D__DATE="redacted" -D__TIMESTAMP="redacted" -D__TIME="redacted" -fdiagnostics-color=always -fopenmp -fPIC -Wall -Wextra -Wformat-security -Wvla -Wundef -Wmissing-format-attribute -Wwrite-strings -Wjump-misses-init -Wstringop-truncation -Wmissing-include-dirs
-- CMAKE_CXX_FLAGS: -std=c++17 -fno-omit-frame-pointer -ftls-model=initial-exec -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter -Wno-free-nonheap-object -fno-omit-frame-pointer -g0 -O2 -D_FORTIFY_SOURCE=1 -DNDEBUG -ffunction-sections -fdata-sections -std=c++14 -DBOOST_NO_CXX98_FUNCTION_BASE -fno-canonical-system-headers -Wno-builtin-macro-redefined -D__DATE="redacted" -D__TIMESTAMP="redacted" -D__TIME="redacted" -fdiagnostics-color=always -fopenmp -fPIC -std=c++17 -Wall -Wextra -Wformat-security -Wvla -Wundef -Wmissing-format-attribute -Woverloaded-virtual -Wcast-qual -Wimplicit-fallthrough=5 -Wstringop-truncation -Wsuggest-override -Wmissing-include-dirs -Wextra-semi -Wlogical-op
-- CMAKE_CXX_FLAGS_DEBUG: -DSAFE_MUTEX -DENABLED_DEBUG_SYNC -g
-- CMAKE_CXX_FLAGS_RELWITHDEBINFO: -ffunction-sections -fdata-sections -O2 -g -DNDEBUG -g1
-- CMAKE_CXX_FLAGS_RELEASE: -ffunction-sections -fdata-sections -O3 -DNDEBUG
-- CMAKE_CXX_FLAGS_MINSIZEREL: -ffunction-sections -fdata-sections -Os -DNDEBUG
-- CMAKE_C_LINK_FLAGS: -fuse-ld=gold -Wl,--gc-sections
-- CMAKE_CXX_LINK_FLAGS: -fuse-ld=gold -Wl,--gc-sections
-- CMAKE_EXE_LINKER_FLAGS -fuse-ld=gold -Wl,-no-as-needed -Wl,-z,relro,-z,now -B/usr/bin -pass-exit-codes -static-libstdc++ -static-libgcc -Wl,--gc-sections -l:libstdc++.a -l:libgcc.a -fopenmp -fvisibility=hidden -lpthread
-- CMAKE_MODULE_LINKER_FLAGS
-- CMAKE_SHARED_LINKER_FLAGS -shared -fuse-ld=gold -Wl,-no-as-needed -Wl,-z,relro,-z,now -B/usr/bin -pass-exit-codes -static-libstdc++ -static-libgcc -Wl,--gc-sections -l:libstdc++.a -l:libgcc.a -fopenmp -fvisibility=hidden -lpthread
-- Configuring done
-- Generating done
-- Build files have been written to: /home/vm/.cache/bazel/_bazel_vm/cd528e42254cf2618bf7b97d4e02bf14/sandbox/linux-sandbox/12/execroot/scql/bazel-out/k8-opt/bin/external/com_mysql/mysqlclient.build_tmpdir
[1/208] Building C object extra/zlib/zlib-1.2.12/CMakeFiles/zlib_objlib.dir/gzclose.c.o
[2/208] Building C object extra/zlib/zlib-1.2.12/CMakeFiles/zlib_objlib.dir/compress.c.o
[3/208] Building C object extra/zlib/zlib-1.2.12/CMakeFiles/zlib_objlib.dir/gzlib.c.o
[4/208] Building C object extra/zlib/zlib-1.2.12/CMakeFiles/zlib_objlib.dir/adler32.c.o
[5/208] Building C object extra/zlib/zlib-1.2.12/CMakeFiles/zlib_objlib.dir/gzread.c.o
[6/208] Building C object extra/zlib/zlib-1.2.12/CMakeFiles/zlib_objlib.dir/crc32.c.o
[7/208] Building C object extra/zlib/zlib-1.2.12/CMakeFiles/zlib_objlib.dir/uncompr.c.o
[8/208] Building C object extra/zlib/zlib-1.2.12/CMakeFiles/zlib_objlib.dir/gzwrite.c.o
[9/208] Building C object extra/zlib/zlib-1.2.12/CMakeFiles/zlib_objlib.dir/inftrees.c.o
[10/208] Building C object extra/zlib/zlib-1.2.12/CMakeFiles/zlib_objlib.dir/zutil.c.o
[11/208] Building C object extra/zstd/CMakeFiles/zstd_objlib.dir/zstd-1.5.0/lib/common/debug.c.o
[12/208] Building C object extra/zlib/zlib-1.2.12/CMakeFiles/zlib_objlib.dir/inffast.c.o
[13/208] Building C object extra/zstd/CMakeFiles/zstd_objlib.dir/zstd-1.5.0/lib/common/error_private.c.o
[14/208] Building C object extra/zstd/CMakeFiles/zstd_objlib.dir/zstd-1.5.0/lib/common/pool.c.o
[15/208] Building C object extra/zstd/CMakeFiles/zstd_objlib.dir/zstd-1.5.0/lib/common/threading.c.o
[16/208] Building C object extra/zlib/zlib-1.2.12/CMakeFiles/zlib_objlib.dir/infback.c.o
[17/208] Building C object extra/zstd/CMakeFiles/zstd_objlib.dir/zstd-1.5.0/lib/common/entropy_common.c.o
[18/208] Building C object extra/zstd/CMakeFiles/zstd_objlib.dir/zstd-1.5.0/lib/common/zstd_common.c.o
[19/208] Building C object extra/zlib/zlib-1.2.12/CMakeFiles/zlib_objlib.dir/trees.c.o
[20/208] Building C object extra/zstd/CMakeFiles/zstd_objlib.dir/zstd-1.5.0/lib/compress/hist.c.o
[21/208] Building C object extra/zstd/CMakeFiles/zstd_objlib.dir/zstd-1.5.0/lib/common/xxhash.c.o
[22/208] Building C object extra/zlib/zlib-1.2.12/CMakeFiles/zlib_objlib.dir/inflate.c.o
[23/208] Building C object extra/zlib/zlib-1.2.12/CMakeFiles/zlib_objlib.dir/deflate.c.o
[24/208] Linking C static library archive_output_directory/libzlib.a
[25/208] Building C object extra/zstd/CMakeFiles/zstd_objlib.dir/zstd-1.5.0/lib/compress/zstd_compress_literals.c.o
[26/208] Building C object extra/zstd/CMakeFiles/zstd_objlib.dir/zstd-1.5.0/lib/common/fse_decompress.c.o
[27/208] Building C object extra/zstd/CMakeFiles/zstd_objlib.dir/zstd-1.5.0/lib/compress/fse_compress.c.o
[28/208] Building C object extra/zstd/CMakeFiles/zstd_objlib.dir/zstd-1.5.0/lib/compress/zstd_compress_superblock.c.o
[29/208] Building C object extra/zstd/CMakeFiles/zstd_objlib.dir/zstd-1.5.0/lib/compress/zstd_compress_sequences.c.o
[30/208] Building C object extra/zstd/CMakeFiles/zstd_objlib.dir/zstd-1.5.0/lib/compress/huf_compress.c.o
[31/208] Building C object extra/zstd/CMakeFiles/zstd_objlib.dir/zstd-1.5.0/lib/compress/zstd_ldm.c.o
[32/208] Building C object extra/zstd/CMakeFiles/zstd_objlib.dir/zstd-1.5.0/lib/decompress/zstd_ddict.c.o
[33/208] Building C object extra/zstd/CMakeFiles/zstd_objlib.dir/zstd-1.5.0/lib/compress/zstdmt_compress.c.o
[34/208] Building C object extra/zstd/CMakeFiles/zstd_objlib.dir/zstd-1.5.0/lib/decompress/zstd_decompress.c.o
[35/208] Building C object extra/zstd/CMakeFiles/zstd_objlib.dir/zstd-1.5.0/lib/compress/zstd_fast.c.o
[36/208] Building C object extra/zstd/CMakeFiles/zstd_objlib.dir/zstd-1.5.0/lib/dictBuilder/cover.c.o
[37/208] Building C object extra/zstd/CMakeFiles/zstd_objlib.dir/zstd-1.5.0/lib/dictBuilder/fastcover.c.o
[38/208] Building C object extra/zstd/CMakeFiles/zstd_objlib.dir/zstd-1.5.0/lib/decompress/zstd_decompress_block.c.o
[39/208] Building C object extra/zstd/CMakeFiles/zstd_objlib.dir/zstd-1.5.0/lib/decompress/huf_decompress.c.o
[40/208] Building C object extra/zstd/CMakeFiles/zstd_objlib.dir/zstd-1.5.0/lib/compress/zstd_compress.c.o
[41/208] Building C object extra/zstd/CMakeFiles/zstd_objlib.dir/zstd-1.5.0/lib/compress/zstd_double_fast.c.o
[42/208] Building CXX object mysys/CMakeFiles/mysys_objlib.dir/mf_fn_ext.cc.o
[43/208] Building C object extra/zstd/CMakeFiles/zstd_objlib.dir/zstd-1.5.0/lib/dictBuilder/zdict.c.o
[44/208] Building C object extra/zstd/CMakeFiles/zstd_objlib.dir/zstd-1.5.0/lib/dictBuilder/divsufsort.c.o
[45/208] Building CXX object mysys/CMakeFiles/mysys_objlib.dir/mf_dirname.cc.o
[46/208] Building CXX object vio/CMakeFiles/vio_objlib.dir/vio.cc.o
[47/208] Building CXX object mysys/CMakeFiles/mytime_objlib.dir/my_systime.cc.o
[48/208] Building CXX object vio/CMakeFiles/vio_objlib.dir/viossl.cc.o
[49/208] Building CXX object vio/CMakeFiles/vio_objlib.dir/viosocket.cc.o
[50/208] Building CXX object vio/CMakeFiles/vio_objlib.dir/viosslfactories.cc.o
[51/208] Linking CXX static library archive_output_directory/libvio.a
[52/208] Building CXX object strings/CMakeFiles/uca9dump.dir/uca9-dump.cc.o
[53/208] Building CXX object mysys/CMakeFiles/mysys_objlib.dir/array.cc.o
[54/208] Linking CXX executable runtime_output_directory/uca9dump
FAILED: runtime_output_directory/uca9dump
: && /usr/bin/gcc -std=c++17 -fno-omit-frame-pointer -ftls-model=initial-exec -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter -Wno-free-nonheap-object -fno-omit-frame-pointer -g0 -O2 -D_FORTIFY_SOURCE=1 -DNDEBUG -ffunction-sections -fdata-sections -std=c++14 -DBOOST_NO_CXX98_FUNCTION_BASE -fno-canonical-system-headers -Wno-builtin-macro-redefined -D__DATE__="redacted" -D__TIMESTAMP__="redacted" -D__TIME__="redacted" -fdiagnostics-color=always -fopenmp -fPIC -std=c++17 -Wall -Wextra -Wformat-security -Wvla -Wundef -Wmissing-format-attribute -Woverloaded-virtual -Wcast-qual -Wimplicit-fallthrough=5 -Wstringop-truncation -Wsuggest-override -Wmissing-include-dirs -Wextra-semi -Wlogical-op -ffunction-sections -fdata-sections -O3 -DNDEBUG -fuse-ld=gold -Wl,--gc-sections -fuse-ld=gold -Wl,-no-as-needed -Wl,-z,relro,-z,now -B/usr/bin -pass-exit-codes -static-libstdc++ -static-libgcc -Wl,--gc-sections -l:libstdc++.a -l:libgcc.a -fopenmp -fvisibility=hidden -lpthread strings/CMakeFiles/uca9dump.dir/uca9-dump.cc.o -o runtime_output_directory/uca9dump && :
strings/CMakeFiles/uca9dump.dir/uca9-dump.cc.o:uca9-dump.cc:function std::_Rb_tree<int, std::pair<int const, int>, std::_Select1st<std::pair<int const, int> >, std::less, std::allocator<std::pair<int const, int> > >::_M_erase(std::_Rb_tree_node<std::pair<int const, int> >) [clone .isra.0]: error: undefined reference to 'operator delete(void, unsigned long)'
strings/CMakeFiles/uca9dump.dir/uca9-dump.cc.o:uca9-dump.cc:function std::_Rb_tree<int, std::pair<int const, int>, std::_Select1st<std::pair<int const, int> >, std::less, std::allocator<std::pair<int const, int> > >::_M_erase(std::_Rb_tree_node<std::pair<int const, int> >) [clone .isra.0]: error: undefined reference to 'operator delete(void, unsigned long)'
strings/CMakeFiles/uca9dump.dir/uca9-dump.cc.o:uca9-dump.cc:function std::_Rb_tree<int, std::pair<int const, int>, std::_Select1st<std::pair<int const, int> >, std::less, std::allocator<std::pair<int const, int> > >::_M_erase(std::_Rb_tree_node<std::pair<int const, int> >) [clone .isra.0]: error: undefined reference to 'operator delete(void, unsigned long)'
strings/CMakeFiles/uca9dump.dir/uca9-dump.cc.o:uca9-dump.cc:function std::_Rb_tree<int, std::pair<int const, int>, std::_Select1st<std::pair<int const, int> >, std::less, std::allocator<std::pair<int const, int> > >::_M_erase(std::_Rb_tree_node<std::pair<int const, int> >) [clone .isra.0]: error: undefined reference to 'operator delete(void, unsigned long)'
strings/CMakeFiles/uca9dump.dir/uca9-dump.cc.o:uca9-dump.cc:function std::_Rb_tree<int, std::pair<int const, int>, std::_Select1st<std::pair<int const, int> >, std::less, std::allocator<std::pair<int const, int> > >::_M_get_insert_hint_unique_pos(std::_Rb_tree_const_iterator<std::pair<int const, int> >, int const&): error: undefined reference to 'std::_Rb_tree_decrement(std::_Rb_tree_node_base*)'
strings/CMakeFiles/uca9dump.dir/uca9-dump.cc.o:uca9-dump.cc:function std::_Rb_tree<int, std::pair<int const, int>, std::_Select1st<std::pair<int const, int> >, std::less, std::allocator<std::pair<int const, int> > >::_M_get_insert_hint_unique_pos(std::_Rb_tree_const_iterator<std::pair<int const, int> >, int const&): error: undefined reference to 'std::_Rb_tree_increment(std::_Rb_tree_node_base*)'
strings/CMakeFiles/uca9dump.dir/uca9-dump.cc.o:uca9-dump.cc:function std::_Rb_tree<int, std::pair<int const, int>, std::_Select1st<std::pair<int const, int> >, std::less, std::allocator<std::pair<int const, int> > >::_M_get_insert_hint_unique_pos(std::_Rb_tree_const_iterator<std::pair<int const, int> >, int const&): error: undefined reference to 'std::_Rb_tree_decrement(std::_Rb_tree_node_base*)'
strings/CMakeFiles/uca9dump.dir/uca9-dump.cc.o:uca9-dump.cc:function std::_Rb_tree<int, std::pair<int const, int>, std::_Select1st<std::pair<int const, int> >, std::less, std::allocator<std::pair<int const, int> > >::_M_get_insert_hint_unique_pos(std::_Rb_tree_const_iterator<std::pair<int const, int> >, int const&): error: undefined reference to 'std::_Rb_tree_decrement(std::_Rb_tree_node_base*)'
strings/CMakeFiles/uca9dump.dir/uca9-dump.cc.o:uca9-dump.cc:function dump_zh_hans(MY_UCA*, int*, _IO_FILE*, _IO_FILE*): error: undefined reference to 'operator new(unsigned long)'
strings/CMakeFiles/uca9dump.dir/uca9-dump.cc.o:uca9-dump.cc:function dump_zh_hans(MY_UCA*, int*, _IO_FILE*, _IO_FILE*): error: undefined reference to 'std::_Rb_tree_insert_and_rebalance(bool, std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)'
strings/CMakeFiles/uca9dump.dir/uca9-dump.cc.o:uca9-dump.cc:function dump_zh_hans(MY_UCA*, int*, _IO_FILE*, _IO_FILE*): error: undefined reference to 'std::_Rb_tree_increment(std::_Rb_tree_node_base*)'
strings/CMakeFiles/uca9dump.dir/uca9-dump.cc.o:uca9-dump.cc:function dump_zh_hans(MY_UCA*, int*, _IO_FILE*, _IO_FILE*): error: undefined reference to 'operator new(unsigned long)'
strings/CMakeFiles/uca9dump.dir/uca9-dump.cc.o:uca9-dump.cc:function dump_zh_hans(MY_UCA*, int*, _IO_FILE*, _IO_FILE*): error: undefined reference to 'std::_Rb_tree_decrement(std::_Rb_tree_node_base*)'
strings/CMakeFiles/uca9dump.dir/uca9-dump.cc.o:uca9-dump.cc:function dump_zh_hans(MY_UCA*, int*, _IO_FILE*, _IO_FILE*): error: undefined reference to 'std::_Rb_tree_increment(std::_Rb_tree_node_base*)'
strings/CMakeFiles/uca9dump.dir/uca9-dump.cc.o:uca9-dump.cc:function dump_zh_hans(MY_UCA*, int*, _IO_FILE*, _IO_FILE*): error: undefined reference to 'std::_Rb_tree_insert_and_rebalance(bool, std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)'
strings/CMakeFiles/uca9dump.dir/uca9-dump.cc.o:uca9-dump.cc:function main: error: undefined reference to 'operator new(unsigned long)'
strings/CMakeFiles/uca9dump.dir/uca9-dump.cc.o:uca9-dump.cc:DW.ref.__gxx_personality_v0: error: undefined reference to '__gxx_personality_v0'
collect2: error: ld returned 1 exit status
[55/208] Building CXX object mysys/CMakeFiles/mysys_objlib.dir/charset-def.cc.o
[56/208] Building CXX object mysys/CMakeFiles/mysys_objlib.dir/errors.cc.o
[57/208] Building CXX object mysys/CMakeFiles/mytime_objlib.dir/my_time.cc.o
[58/208] Building CXX object mysys/CMakeFiles/mysys_objlib.dir/lf_alloc-pin.cc.o
[59/208] Building CXX object mysys/CMakeFiles/mysys_objlib.dir/charset.cc.o
[60/208] Building C object extra/zstd/CMakeFiles/zstd_objlib.dir/zstd-1.5.0/lib/compress/zstd_opt.c.o
[61/208] Building C object extra/zstd/CMakeFiles/zstd_objlib.dir/zstd-1.5.0/lib/compress/zstd_lazy.c.o
ninja: build stopped: subcommand failed.
_____ END BUILD LOGS _____
rules_foreign_cc: Build wrapper script location: bazel-out/k8-opt/bin/external/com_mysql/mysqlclient_foreign_cc/wrapper_build_script.sh
rules_foreign_cc: Build script location: bazel-out/k8-opt/bin/external/com_mysql/mysqlclient_foreign_cc/build_script.sh
rules_foreign_cc: Build log location: bazel-out/k8-opt/bin/external/com_mysql/mysqlclient_foreign_cc/CMake.log
Target //engine/exe:scqlengine failed to build
Use --verbose_failures to see the command lines of failed build steps.
INFO: Elapsed time: 169.205s, Critical Path: 101.77s
INFO: 17 processes: 2 internal, 15 linux-sandbox.
FAILED: Build did NOT complete successfully
ubuntu编译存在该问题怎么解决,贴上了完整的日志
Beta Was this translation helpful? Give feedback.
All reactions