Skip to content

Instantly share code, notes, and snippets.

@frozenspider
Created March 23, 2021 17:04
Show Gist options
  • Save frozenspider/67ece47fbe62fc7cb45b03cdb0fb4408 to your computer and use it in GitHub Desktop.
Save frozenspider/67ece47fbe62fc7cb45b03cdb0fb4408 to your computer and use it in GitHub Desktop.
ybd --clean --clean-thirdparty --dltp
16:59 ~/code/yugabyte (HEAD detached at b5d422437) $ ybd --clean --clean-thirdparty --dltp
+ /home/centos/code/yugabyte/yb_build.sh --clean --clean-thirdparty --dltp
[2021-03-23T17:00:08 common-build-env.sh:513 set_cmake_build_type_and_compiler_type] Setting build type to 'debug' by default
[2021-03-23T17:00:08 yb_build.sh:1043 main] YugabyteDB build is running on host 'dev-server-alex'
[2021-03-23T17:00:08 yb_build.sh:1044 main] YB_COMPILER_TYPE=gcc
[2021-03-23T17:00:08 common-build-env.sh:2234 set_prebuilt_thirdparty_url] Setting third-party URL to https://github.com/yugabyte/yugabyte-db-thirdparty/releases/download/v20191209181439-7fc63d1583/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos.tar.gz
[2021-03-23T17:00:08 common-build-env.sh:1785 find_or_download_thirdparty] Using downloaded third-party directory: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos
[2021-03-23T17:00:08 common-build-env.sh:1787 find_or_download_thirdparty] Using Linuxbrew directory: /opt/yb-build/brew/linuxbrew-20181203T161736v2
Details of third-party dependencies:
YB_THIRDPARTY_DIR: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos (downloaded from https://github.com/yugabyte/yugabyte-db-thirdparty/releases/download/v20191209181439-7fc63d1583/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos.tar.gz)
YB_LINUXBREW_DIR: /opt/yb-build/brew/linuxbrew-20181203T161736v2 (downloaded from https://github.com/yugabyte/brew-build/releases/download/20181203T161736/linuxbrew-20181203T161736v2.tar.gz)
YB_THIRDPARTY_URL: https://github.com/yugabyte/yugabyte-db-thirdparty/releases/download/v20191209181439-7fc63d1583/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos.tar.gz
YB_DOWNLOAD_THIRDPARTY: 1
NO_REBUILD_THIRDPARTY: 1
[2021-03-23T17:00:08 yb_build.sh:1242 main] Removing '/home/centos/code/yugabyte/build/debug-gcc-dynamic-ninja' (--clean specified)
+ rm -rf /home/centos/code/yugabyte/build/debug-gcc-dynamic-ninja
[2021-03-23T17:00:10 yb_build.sh:1290 main] Using make parallelism of 16 (YB_REMOTE_COMPILATION=0)
[2021-03-23T17:00:10 yb_build.sh:361 run_cxx_build] Using cmake binary: /usr/local/bin/cmake
[2021-03-23T17:00:10 yb_build.sh:362 run_cxx_build] Running cmake in /home/centos/code/yugabyte/build/debug-gcc-dynamic-ninja
+ export YB_REMOTE_COMPILATION=0
+ YB_REMOTE_COMPILATION=0
+ cmake -DCMAKE_BUILD_TYPE=debug -DCMAKE_C_COMPILER=/home/centos/code/yugabyte/build-support/compiler-wrappers/cc -DCMAKE_CXX_COMPILER=/home/centos/code/yugabyte/build-support/compiler-wrappers/c++ -G Ninja -DCMAKE_MAKE_PROGRAM=ninja /home/centos/code/yugabyte
-- The C compiler identification is GNU 5.5.0
-- The CXX compiler identification is GNU 5.5.0
-- Check for working C compiler: /home/centos/code/yugabyte/build-support/compiler-wrappers/cc
-- Check for working C compiler: /home/centos/code/yugabyte/build-support/compiler-wrappers/cc - works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /home/centos/code/yugabyte/build-support/compiler-wrappers/c++
-- Check for working CXX compiler: /home/centos/code/yugabyte/build-support/compiler-wrappers/c++ - works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
Linuxbrew found at /opt/yb-build/brew/linuxbrew-20181203T161736v2
YB_BUILD_TYPE: debug
YB_SRC_ROOT: /home/centos/code/yugabyte
YB_THIRDPARTY_DIR: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos
YB_BUILD_ROOT: /home/centos/code/yugabyte/build/debug-gcc-dynamic-ninja
Detected the number of logical CPUs: 16
Using shared library suffix '.so'.
CMAKE_C_COMPILER=/home/centos/code/yugabyte/build-support/compiler-wrappers/cc
CMAKE_CXX_COMPILER=/home/centos/code/yugabyte/build-support/compiler-wrappers/c++
LATEST SYMLINK PATH: /home/centos/code/yugabyte/build/latest
YB_COMPILER_TYPE env var: gcc
The NO_REBUILD_THIRDPARTY environment variable is non-empty, skipping the third-partybuild
YB_COMPILER_TYPE env var: gcc
CMAKE_CXX_COMPILER=/home/centos/code/yugabyte/build-support/compiler-wrappers/c++
Compiler version information:
Reading specs from /opt/yb-build/brew/linuxbrew-20181203T161736v2-3ba4c2ed9b0587040949a4a9a95b576f520bae/Cellar/gcc/5.5.0_4/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.5.0/specs
COLLECT_GCC=/opt/yb-build/brew/linuxbrew-20181203T161736v2/bin/g++
COLLECT_LTO_WRAPPER=/opt/yb-build/brew/linuxbrew-20181203T161736v2-3ba4c2ed9b0587040949a4a9a95b576f520bae/Cellar/gcc/5.5.0_4/bin/../libexec/gcc/x86_64-unknown-linux-gnu/5.5.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ../configure --with-isl=/home/linuxbrew/.linuxbrew/opt/isl@0.18 --with-bugurl=https://github.com/Linuxbrew/homebrew-core/issues --prefix=/home/linuxbrew/.linuxbrew/Cellar/gcc/5.5.0_4 --enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-5 --with-gmp=/home/linuxbrew/.linuxbrew/opt/gmp --with-mpfr=/home/linuxbrew/.linuxbrew/opt/mpfr --with-mpc=/home/linuxbrew/.linuxbrew/opt/libmpc --enable-stage1-checking --enable-checking=release --enable-lto --with-build-config=bootstrap-debug --disable-werror --with-pkgversion='Homebrew gcc 5.5.0_4' --with-boot-ldflags='-static-libstdc++ -static-libgcc ' --disable-nls --disable-multilib
Thread model: posix
gcc version 5.5.0 (Homebrew gcc 5.5.0_4)
Selected compiler family 'gcc', version '5.5.0'
Using COMPILER_FAMILY=gcc
Specifying linker flags to not allow any undefined symbols
Configured for DEBUG build (set with cmake -DCMAKE_BUILD_TYPE={release,debug,...})
Not using ld.gold to stay compatible with Linuxbrew-based gcc toolchain
YB_LINK is not set as a CMake variable, using the YB_LINK environment variable: "dynamic".
YB_LINK explicitly specified as "dynamic".
LINKER_DETECTION_COMMAND=/home/centos/code/yugabyte/build-support/compiler-wrappers/c++ -pthread -Wl,-no-as-needed -Wl,--no-undefined -Wl,--no-allow-shlib-undefined -latomic -Wl,--version
LINKER_OUTPUT=GNU ld (GNU Binutils) 2.30
Copyright (C) 2018 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) a later version.
This program has absolutely no warranty.
Using ld linker
Linking type: d (d=dynamic, s=static)
-- cotire 1.7.9 loaded.
Adding a global rpath entry: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/common/lib
Adding a global rpath entry: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/uninstrumented/lib
-- Found OpenSSL: /opt/yb-build/brew/linuxbrew-20181203T161736v2/lib/libcrypto.so (found version "1.0.2o")
Added shared library dependency openssl: /opt/yb-build/brew/linuxbrew-20181203T161736v2/lib/libcrypto.so
OPENSSL_CRYPTO_LIBRARY=/opt/yb-build/brew/linuxbrew-20181203T161736v2/lib/libcrypto.so
OPENSSL_SSL_LIBRARY=/opt/yb-build/brew/linuxbrew-20181203T161736v2/lib/libssl.so
OPENSSL_FOUND=TRUE
OPENSSL_INCLUDE_DIR=/opt/yb-build/brew/linuxbrew-20181203T161736v2/include
OPENSSL_LIBRARIES=/opt/yb-build/brew/linuxbrew-20181203T161736v2/lib/libssl.so;/opt/yb-build/brew/linuxbrew-20181203T161736v2/lib/libcrypto.so
OPENSSL_VERSION=1.0.2o
CMake Warning (dev) at /opt/cmake-3.17.3-Linux-x86_64/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
The package name passed to `find_package_handle_standard_args` (GLOG) does
not match the name of the calling package (GLog). This can lead to
problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake_modules/FindGLog.cmake:35 (find_package_handle_standard_args)
CMakeLists.txt:1394 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found GLOG: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/uninstrumented/lib/libglog.so
Added shared library dependency glog: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/uninstrumented/lib/libglog.so
-- Found CDS: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/uninstrumented/lib/libcds.so
Added shared library dependency cds: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/uninstrumented/lib/libcds.so
CMake Warning (dev) at /opt/cmake-3.17.3-Linux-x86_64/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
The package name passed to `find_package_handle_standard_args` (UNWIND)
does not match the name of the calling package (LibUnwind). This can lead
to problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake_modules/FindLibUnwind.cmake:68 (find_package_handle_standard_args)
CMakeLists.txt:1410 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found UNWIND: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/common/lib/libunwind.so
Added shared library dependency unwind: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/common/lib/libunwind.so
Added shared library dependency unwind-arch: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/common/lib/libunwind-x86_64.so
CMake Warning (dev) at /opt/cmake-3.17.3-Linux-x86_64/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
The package name passed to `find_package_handle_standard_args` (LIBUUID)
does not match the name of the calling package (LibUuid). This can lead to
problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake_modules/FindLibUuid.cmake:50 (find_package_handle_standard_args)
CMakeLists.txt:1425 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found LIBUUID: /opt/yb-build/brew/linuxbrew-20181203T161736v2/lib/libuuid.so
Added shared library dependency libuuid: /opt/yb-build/brew/linuxbrew-20181203T161736v2/lib/libuuid.so
CMake Warning (dev) at /opt/cmake-3.17.3-Linux-x86_64/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
The package name passed to `find_package_handle_standard_args` (GFLAGS)
does not match the name of the calling package (GFlags). This can lead to
problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake_modules/FindGFlags.cmake:35 (find_package_handle_standard_args)
CMakeLists.txt:1433 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found GFLAGS: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/uninstrumented/lib/libgflags.so
Added shared library dependency gflags: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/uninstrumented/lib/libgflags.so
CMake Warning (dev) at /opt/cmake-3.17.3-Linux-x86_64/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
The package name passed to `find_package_handle_standard_args` (GMOCK) does
not match the name of the calling package (GMock). This can lead to
problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake_modules/FindGMock.cmake:71 (find_package_handle_standard_args)
CMakeLists.txt:1441 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found GMOCK: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/uninstrumented/lib/libgmock.so
Added shared library dependency gmock: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/uninstrumented/lib/libgmock.so
CMake Warning (dev) at /opt/cmake-3.17.3-Linux-x86_64/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
The package name passed to `find_package_handle_standard_args` (PROTOBUF)
does not match the name of the calling package (Protobuf). This can lead
to problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake_modules/FindProtobuf.cmake:223 (find_package_handle_standard_args)
CMakeLists.txt:1449 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found PROTOBUF: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/uninstrumented/lib/libprotobuf.so
Added shared library dependency protobuf: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/uninstrumented/lib/libprotobuf.so
Added static library dependency protoc: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/uninstrumented/lib/libprotoc.a
CMake Warning (dev) at /opt/cmake-3.17.3-Linux-x86_64/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
The package name passed to `find_package_handle_standard_args` (PROTOBUF)
does not match the name of the calling package (Protobuf). This can lead
to problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake_modules/FindProtobuf.cmake:223 (find_package_handle_standard_args)
cmake_modules/FindYRPC.cmake:34 (find_package)
CMakeLists.txt:1458 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /opt/cmake-3.17.3-Linux-x86_64/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
The package name passed to `find_package_handle_standard_args` (SNAPPY)
does not match the name of the calling package (Snappy). This can lead to
problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake_modules/FindSnappy.cmake:35 (find_package_handle_standard_args)
CMakeLists.txt:1461 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found SNAPPY: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/uninstrumented/lib/libsnappy.so
Added shared library dependency snappy: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/uninstrumented/lib/libsnappy.so
CMake Warning (dev) at /opt/cmake-3.17.3-Linux-x86_64/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
The package name passed to `find_package_handle_standard_args` (LIBEV) does
not match the name of the calling package (LibEv). This can lead to
problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake_modules/FindLibEv.cmake:35 (find_package_handle_standard_args)
CMakeLists.txt:1468 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found LIBEV: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/common/lib/libev.so
Added shared library dependency libev: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/common/lib/libev.so
CMake Warning (dev) at /opt/cmake-3.17.3-Linux-x86_64/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
The package name passed to `find_package_handle_standard_args`
(LIBBACKTRACE) does not match the name of the calling package
(LibBacktrace). This can lead to problems in calling code that expects
`find_package` result variables (e.g., `_FOUND`) to follow a certain
pattern.
Call Stack (most recent call first):
cmake_modules/FindLibBacktrace.cmake:35 (find_package_handle_standard_args)
CMakeLists.txt:1476 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found LIBBACKTRACE: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/uninstrumented/lib/libbacktrace.so
Added shared library dependency libbacktrace: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/uninstrumented/lib/libbacktrace.so
CMake Warning (dev) at /opt/cmake-3.17.3-Linux-x86_64/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
The package name passed to `find_package_handle_standard_args` (LZ4) does
not match the name of the calling package (Lz4). This can lead to problems
in calling code that expects `find_package` result variables (e.g.,
`_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake_modules/FindLz4.cmake:31 (find_package_handle_standard_args)
CMakeLists.txt:1484 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found LZ4: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/common/lib/liblz4.a
Added static library dependency lz4: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/common/lib/liblz4.a
CMake Warning (dev) at /opt/cmake-3.17.3-Linux-x86_64/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
The package name passed to `find_package_handle_standard_args` (BITSHUFFLE)
does not match the name of the calling package (Bitshuffle). This can lead
to problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake_modules/FindBitshuffle.cmake:32 (find_package_handle_standard_args)
CMakeLists.txt:1489 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found BITSHUFFLE: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/common/lib/bitshuffle.a
Added static library dependency bitshuffle: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/common/lib/bitshuffle.a
CMake Warning (dev) at /opt/cmake-3.17.3-Linux-x86_64/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
The package name passed to `find_package_handle_standard_args` (ZLIB) does
not match the name of the calling package (Zlib). This can lead to
problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake_modules/FindZlib.cmake:35 (find_package_handle_standard_args)
CMakeLists.txt:1494 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found ZLIB: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/common/lib/libz.so
Added shared library dependency zlib: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/common/lib/libz.so
CMake Warning (dev) at /opt/cmake-3.17.3-Linux-x86_64/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
The package name passed to `find_package_handle_standard_args` (SQUEASEL)
does not match the name of the calling package (Squeasel). This can lead
to problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake_modules/FindSqueasel.cmake:48 (find_package_handle_standard_args)
CMakeLists.txt:1501 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found SQUEASEL: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/common/lib/libsqueasel.a
Added static library dependency squeasel: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/common/lib/libsqueasel.a
CMake Warning (dev) at /opt/cmake-3.17.3-Linux-x86_64/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
The package name passed to `find_package_handle_standard_args` (HIREDIS)
does not match the name of the calling package (Hiredis). This can lead to
problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake_modules/FindHiredis.cmake:24 (find_package_handle_standard_args)
CMakeLists.txt:1507 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found HIREDIS: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/common/lib/libhiredis.a
Added static library dependency hiredis: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/common/lib/libhiredis.a
CMake Warning (dev) at /opt/cmake-3.17.3-Linux-x86_64/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
The package name passed to `find_package_handle_standard_args`
(GOOGLE_PERFTOOLS) does not match the name of the calling package (GPerf).
This can lead to problems in calling code that expects `find_package`
result variables (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake_modules/FindGPerf.cmake:46 (find_package_handle_standard_args)
CMakeLists.txt:1518 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found GOOGLE_PERFTOOLS: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/uninstrumented/lib/libtcmalloc.so
Deciding whether to use tcmalloc based on: YB_TCMALLOC_AVAILABLE=
Using tcmalloc
Added shared library dependency tcmalloc: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/uninstrumented/lib/libtcmalloc.so
Added shared library dependency profiler: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/uninstrumented/lib/libprofiler.so
-- Found CURL: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/common/lib/libcurl.so (found version "7.32.0")
Added static library dependency curl: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/common/lib/libcurl.so
CMake Warning (dev) at /opt/cmake-3.17.3-Linux-x86_64/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
The package name passed to `find_package_handle_standard_args` (CRCUTIL)
does not match the name of the calling package (Crcutil). This can lead to
problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake_modules/FindCrcutil.cmake:34 (find_package_handle_standard_args)
CMakeLists.txt:1546 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found CRCUTIL: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/uninstrumented/lib/libcrcutil.so
Added shared library dependency crcutil: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/uninstrumented/lib/libcrcutil.so
CMake Warning (dev) at /opt/cmake-3.17.3-Linux-x86_64/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
The package name passed to `find_package_handle_standard_args`
(CRYPT_BLOWFISH) does not match the name of the calling package
(CryptBlowfish). This can lead to problems in calling code that expects
`find_package` result variables (e.g., `_FOUND`) to follow a certain
pattern.
Call Stack (most recent call first):
cmake_modules/FindCryptBlowfish.cmake:28 (find_package_handle_standard_args)
CMakeLists.txt:1553 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found CRYPT_BLOWFISH: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/uninstrumented/lib/libcrypt_blowfish.a
Added static library dependency crypt_blowfish: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/uninstrumented/lib/libcrypt_blowfish.a
Added shared library dependency rt: /opt/yb-build/brew/linuxbrew-20181203T161736v2/lib/librt.so
-- 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
-- Boost version: 1.69.0
-- Found the following Boost libraries:
-- system
-- thread
Results of finding Boost static libraries:
Boost_FOUND: 1
Boost_INCLUDE_DIRS: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/uninstrumented/include
Boost_LIBRARY_DIRS: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/uninstrumented/lib
Boost_LIBRARIES: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/uninstrumented/lib/libboost_system.a;/opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/uninstrumented/lib/libboost_thread.a
Boost_SYSTEM_FOUND: ON
Boost_SYSTEM_LIBRARY: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/uninstrumented/lib/libboost_system.a
Boost_THREAD_FOUND: ON
Boost_THREAD_LIBRARY: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/uninstrumented/lib/libboost_thread.a
Boost_VERSION: 106900
Boost_LIB_VERSION: 1_69
Boost_MAJOR_VERSION: 1
Boost_MINOR_VERSION: 69
Boost_SUBMINOR_VERSION: 0
Boost_LIB_DIAGNOSTIC_DEFINITIONS:
-- Boost version: 1.69.0
-- Found the following Boost libraries:
-- system
-- thread
Results of finding Boost shared libraries:
Boost_FOUND: 1
Boost_INCLUDE_DIRS: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/uninstrumented/include
Boost_LIBRARY_DIRS: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/uninstrumented/lib
Boost_LIBRARIES: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/uninstrumented/lib/libboost_system.so;/opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/uninstrumented/lib/libboost_thread.so
Boost_SYSTEM_FOUND: ON
Boost_SYSTEM_LIBRARY: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/uninstrumented/lib/libboost_system.so
Boost_THREAD_FOUND: ON
Boost_THREAD_LIBRARY: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/uninstrumented/lib/libboost_thread.so
Boost_VERSION: 106900
Boost_LIB_VERSION: 1_69
Boost_MAJOR_VERSION: 1
Boost_MINOR_VERSION: 69
Boost_SUBMINOR_VERSION: 0
Boost_LIB_DIAGNOSTIC_DEFINITIONS:
Added shared library dependency boost_system: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/uninstrumented/lib/libboost_system.so
Added shared library dependency boost_thread: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/uninstrumented/lib/libboost_thread.so
-- Found the following ICU libraries:
-- i18n (required)
-- uc (required)
-- Found ICU: /opt/yb-build/brew/linuxbrew-20181203T161736v2/include (found version "61.1")
Added shared library dependency icui18n: /opt/yb-build/brew/linuxbrew-20181203T161736v2/lib/libicui18n.so
Added shared library dependency icuuc: /opt/yb-build/brew/linuxbrew-20181203T161736v2/lib/libicuuc.so
ICU_I18N_LIBRARIES=/opt/yb-build/brew/linuxbrew-20181203T161736v2/lib/libicui18n.so
ICU_UC_LIBRARIES=/opt/yb-build/brew/linuxbrew-20181203T161736v2/lib/libicuuc.so
CMake Warning (dev) at /opt/cmake-3.17.3-Linux-x86_64/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
The package name passed to `find_package_handle_standard_args` (LIBUV) does
not match the name of the calling package (LibUv). This can lead to
problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake_modules/FindLibUv.cmake:35 (find_package_handle_standard_args)
CMakeLists.txt:1637 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found LIBUV: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/uninstrumented/lib/libuv.so
Added shared library dependency libuv: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/uninstrumented/lib/libuv.so
CMake Warning (dev) at /opt/cmake-3.17.3-Linux-x86_64/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
The package name passed to `find_package_handle_standard_args`
(LIBCASSANDRA) does not match the name of the calling package (Cassandra).
This can lead to problems in calling code that expects `find_package`
result variables (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake_modules/FindCassandra.cmake:31 (find_package_handle_standard_args)
CMakeLists.txt:1644 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found LIBCASSANDRA: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/uninstrumented/lib/libcassandra.so
Added shared library dependency cassandra: /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/uninstrumented/lib/libcassandra.so
CMAKE_C_FLAGS -Werror -fno-strict-aliasing -msse4.2 -Wall -Wno-sign-compare -Wno-deprecated -Winvalid-pch -pthread -DBOOST_BIND_NO_PLACEHOLDERS -DBOOST_UUID_RANDOM_PROVIDER_FORCE_POSIX -DROCKSDB_PLATFORM_POSIX -DROCKSDB_USING_THREAD_STATUS=0 -DBOOST_ERROR_CODE_HEADER_ONLY -march=ivybridge -mcx16 -DYB_COMPILER_TYPE=gcc -DYB_COMPILER_VERSION=5.5.0 -DROCKSDB_LIB_IO_POSIX -DBZIP2 -DSNAPPY -DZLIB -mno-avx -mno-bmi -mno-bmi2 -mno-fma -D__STDC_FORMAT_MACROS -Wno-deprecated-declarations -DGFLAGS=gflags -Werror=enum-compare -Werror=switch -Werror=return-type -DYB_HEADERS_NO_STUBS=1 -ggdb -O1 -fno-omit-frame-pointer -mno-abm -mno-movbe -fPIC -DTCMALLOC_ENABLED
Adding a global rpath entry: /opt/yb-build/brew/linuxbrew-20181203T161736v2/lib
Adding a global rpath entry: /usr/lib64
Linker flags: -pthread -Wl,-no-as-needed -Wl,--no-undefined -Wl,--no-allow-shlib-undefined -latomic -Wl,-rpath,/opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/common/lib -Wl,-rpath,/opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos/installed/uninstrumented/lib -L/opt/yb-build/brew/linuxbrew-20181203T161736v2/lib -Wl,-rpath,/opt/yb-build/brew/linuxbrew-20181203T161736v2/lib -L/usr/lib64 -Wl,-rpath,/usr/lib64
YB_USE_COTIRE CMake/environment variable not set to '1', skipping cotire
Including '/home/centos/code/yugabyte/ent/src/yb/server/CMakeLists-include.txt' into '/home/centos/code/yugabyte/src/yb/server/CMakeLists.txt'
Including '/home/centos/code/yugabyte/ent/src/yb/tserver/CMakeLists-include.txt' into '/home/centos/code/yugabyte/src/yb/tserver/CMakeLists.txt'
Including '/home/centos/code/yugabyte/ent/src/yb/master/CMakeLists-include.txt' into '/home/centos/code/yugabyte/src/yb/master/CMakeLists.txt'
Including '/home/centos/code/yugabyte/ent/src/yb/integration-tests/CMakeLists-include.txt' into '/home/centos/code/yugabyte/src/yb/integration-tests/CMakeLists.txt'
Including '/home/centos/code/yugabyte/ent/src/yb/tools/CMakeLists-include.txt' into '/home/centos/code/yugabyte/src/yb/tools/CMakeLists.txt'
Added shared library dependency yb_pgbackend: /home/centos/code/yugabyte/build/debug-gcc-dynamic-ninja/postgres/lib/libyb_pgbackend.so
-- Found BISON: /opt/yb-build/brew/linuxbrew-20181203T161736v2/bin/bison (found version "3.0.5")
-- Found FLEX: /opt/yb-build/brew/linuxbrew-20181203T161736v2/bin/flex (found version "2.6.4")
Including '/home/centos/code/yugabyte/ent/src/yb/cdc/CMakeLists-include.txt' into '/home/centos/code/yugabyte/src/yb/cdc/CMakeLists.txt'
Total tests: 361, included: 361, excluded: 0
Total non-test executables: 28, included: 28, excluded: 0
-- Configuring done
-- Generating done
-- Build files have been written to: /home/centos/code/yugabyte/build/debug-gcc-dynamic-ninja
[2021-03-23T17:00:16 yb_build.sh:392 run_cxx_build] Running ninja in /home/centos/code/yugabyte/build/debug-gcc-dynamic-ninja
+ ninja -j16
ninja: error: 'postgres/lib/libyb_pgbackend.so', needed by 'lib/libyb_docdb.so', missing and no known rule to make it
real 0m0.145s
user 0m0.116s
sys 0m0.029s
[2021-03-23T17:00:16 yb_build.sh:415 run_cxx_build] C++ build finished with exit code 1 (build type: debug, compiler: gcc). Timing information is available above.
==========================================================================================
YUGABYTE BUILD SUMMARY
==========================================================================================
Build type : debug
C/C++ compiler : gcc
Build directory : /home/centos/code/yugabyte/build/debug-gcc-dynamic-ninja
Third-party dir : /opt/yb-build/thirdparty/yugabyte-db-thirdparty-v20191209181439-7fc63d1583-centos
Linuxbrew dir : /opt/yb-build/brew/linuxbrew-20181203T161736v2
CMake time : 6 seconds
C++ compilation time : 0 seconds
Exit code : 1
------------------------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment