* Package: dev-db/cockroach-19.1.1 * Repository: gentoo * Maintainer: williamh@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox * Checking for at least 2 GiB RAM ... [ ok ] * Adding group 'cockroach' to your system ... * - Groupid: next available * Adding user 'cockroach' to your system ... * - Userid: 957 * - Shell: /bin/sh * - Home: /var/lib/cockroach * - Groups: cockroach * - GECOS: added by portage for cockroach * - Creating /var/lib/cockroach in >>> Unpacking source... >>> Unpacking cockroach-v19.1.1.src.tgz to /var/tmp/portage/dev-db/cockroach-19.1.1/work >>> Source unpacked in /var/tmp/portage/dev-db/cockroach-19.1.1/work >>> Preparing source in /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1 ... make -j4 build make -C src/github.com/cockroachdb/cockroach build make[1]: Entering directory '/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach' GOPATH set to /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1 bash: git: command not found # Special case for 'prefix' variable, which is required by Homebrew. Running make with -j4 GOPATH set to /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1 Detected change in build system. Rebooting Make. bash: git: command not found # Special case for 'prefix' variable, which is required by Homebrew. make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. Running make with -j4 GOPATH set to /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1 mkdir -p bin touch bin/.submodules-initialized go install -v ./pkg/cmd/prereqs github.com/cockroachdb/cockroach/pkg/cmd/prereqs mkdir -p pkg/sql/parser/gen set -euo pipefail; \ TYPES=$(awk '/func.*sqlSymUnion/ {print $(NF - 1)}' pkg/sql/parser/sql.y | sed -e 's/[]\/$*.^|[]/\\&/g' | tr '\n' '|' | sed -E '$s/.$//'); \ sed -E "s_(type|token) <($TYPES)>_\1 /* <\2> */_" < pkg/sql/parser/sql.y | \ awk -f pkg/sql/parser/replace_help_rules.awk | \ sed -Ee 's,//.*$,,g;s,/[*]([^*]|[*][^/])*[*]/, ,g;s/ +$//g' > pkg/sql/parser/gen/sql-gen.y.tmp || rm pkg/sql/parser/gen/sql-gen.y.tmp cd /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/jemalloc && autoconf mv -f pkg/sql/parser/gen/sql-gen.y.tmp pkg/sql/parser/gen/sql-gen.y rm -rf /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/native/x86_64-pc-linux-gnu/protobuf mkdir -p /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/native/x86_64-pc-linux-gnu/protobuf cd /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/native/x86_64-pc-linux-gnu/protobuf && cmake -DCMAKE_TARGET_MESSAGES=OFF -Dprotobuf_BUILD_TESTS=OFF /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/cmake \ -DCMAKE_BUILD_TYPE=Release runtime/cgo -- The C compiler identification is GNU 10.1.0 github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/gostdlib/x/tools/internal/fastwalk github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/ttycolor github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/crlfmt/internal/parser rm -rf /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/native/x86_64-pc-linux-gnu/snappy github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/gostdlib/go/printer mkdir -p /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/native/x86_64-pc-linux-gnu/snappy cd /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/native/x86_64-pc-linux-gnu/snappy && cmake -DCMAKE_TARGET_MESSAGES=OFF /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/snappy \ -DCMAKE_BUILD_TYPE=Release github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/crlfmt/internal/render github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/go/ast/astutil -- The CXX compiler identification is GNU 10.1.0 -- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/stress -- The C compiler identification is GNU 10.1.0 -- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc - works -- Detecting C compiler ABI info github.com/cockroachdb/cockroach/vendor/github.com/Masterminds/semver github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/gostdlib/go/format -- The CXX compiler identification is GNU 10.1.0 -- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/gostdlib/x/tools/imports -- Detecting C compiler ABI info - done github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/gostdlib/cmd/gofmt rm -rf /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/native/x86_64-pc-linux-gnu/cryptopp github.com/cockroachdb/cockroach/vendor/github.com/armon/go-radix -- Detecting C compile features -- Detecting C compile features - done mkdir -p /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/native/x86_64-pc-linux-gnu/cryptopp -- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ cd /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/native/x86_64-pc-linux-gnu/cryptopp && CFLAGS+=" -maes -mpclmul -mssse3" && CXXFLAGS+=" -maes -mpclmul -mssse3" cmake -DCMAKE_TARGET_MESSAGES=OFF /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/cryptopp \ -DCMAKE_BUILD_TYPE=Release github.com/cockroachdb/cockroach/vendor/github.com/boltdb/bolt -- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc - works -- Detecting C compiler ABI info -- The C compiler identification is GNU 10.1.0 -- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ - works -- Detecting CXX compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/crlfmt github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/gostdlib/x/tools/cmd/goimports net -- The CXX compiler identification is GNU 10.1.0 -- Detecting CXX compiler ABI info - done -- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc -- Detecting CXX compile features -- Detecting CXX compile features - done -- Looking for pthread.h -- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ - works -- Detecting CXX compiler ABI info github.com/cockroachdb/cockroach/vendor/github.com/golang/protobuf/proto -- Detecting CXX compiler ABI info - done -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc - works -- Detecting C compiler ABI info -- Detecting CXX compile features -- Detecting CXX compile features - done -- 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 -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/gps/paths github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/gps/pkgtree -- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ github.com/cockroachdb/cockroach/vendor/github.com/pkg/errors github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/fs github.com/cockroachdb/cockroach/vendor/github.com/jmank88/nuts -- Looking for stdint.h - found -- Looking for stddef.h github.com/cockroachdb/cockroach/vendor/github.com/nightlyone/lockfile github.com/cockroachdb/cockroach/vendor/github.com/sdboyer/constext -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread github.com/cockroachdb/cockroach/vendor/golang.org/x/sync/errgroup github.com/cockroachdb/cockroach/vendor/github.com/pelletier/go-toml github.com/cockroachdb/cockroach/vendor/gopkg.in/yaml.v2 -- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ - works -- Detecting CXX compiler ABI info -- Looking for pthread_create in pthread - found -- Looking for stddef.h - found -- Check size of unsigned short -- Found Threads: TRUE -- Found ZLIB: /usr/lib64/libz.so (found version "1.2.11") -- Configuring done -- Detecting CXX compiler ABI info - done github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/gps/internal/pb -- Detecting CXX compile features -- Detecting CXX compile features - done github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/go/internal/gcimporter -- Check if the system is big endian -- Searching 16 bit integer -- Looking for sys/types.h os/user -- Generating done -- Build files have been written to: /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/native/x86_64-pc-linux-gnu/protobuf cd /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/krb5/src && autoreconf -- Check size of unsigned short - done -- Searching 16 bit integer - Using unsigned short -- Check if the system is big endian - little endian -- Looking for byteswap.h github.com/cockroachdb/cockroach/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for byteswap.h - found -- Looking for sys/endian.h github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/go/gcexportdata -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for sys/endian.h - not found -- Looking for sys/mman.h github.com/cockroachdb/cockroach/vendor/github.com/golang/protobuf/protoc-gen-go/plugin github.com/cockroachdb/cockroach/vendor/github.com/golang/lint github.com/cockroachdb/cockroach/vendor/github.com/grpc-ecosystem/grpc-gateway/codegenerator github.com/cockroachdb/cockroach/vendor/github.com/ghodss/yaml -- Looking for stddef.h - found -- Check size of unsigned short github.com/cockroachdb/cockroach/vendor/github.com/golang/protobuf/ptypes/struct -- Looking for sys/mman.h - found -- Looking for sys/resource.h github.com/cockroachdb/cockroach/vendor/github.com/golang/lint/golint github.com/cockroachdb/cockroach/vendor/github.com/golang/protobuf/jsonpb -- Check size of unsigned short - done -- Searching 16 bit integer - Using unsigned short -- Looking for sys/resource.h - found -- Looking for sys/time.h -- Check if the system is big endian - little endian -- Performing Test COMPILER_OPT_ARCH_NATIVE_SUPPORTED -- Looking for sys/time.h - found -- Looking for sys/uio.h github.com/cockroachdb/cockroach/vendor/github.com/golang/protobuf/protoc-gen-go/generator/internal/remap github.com/cockroachdb/cockroach/vendor/github.com/golang/protobuf/protoc-gen-go/generator crypto/x509 -- Looking for sys/uio.h - found -- Looking for unistd.h -- Performing Test COMPILER_OPT_ARCH_NATIVE_SUPPORTED - Success -- Looking for pthread.h net/textproto vendor/golang.org/x/net/http/httpproxy -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Looking for unistd.h - found -- Looking for windows.h github.com/cockroachdb/cockroach/vendor/github.com/golang/glog vendor/golang.org/x/net/http/httpguts github.com/cockroachdb/cockroach/vendor/github.com/grpc-ecosystem/grpc-gateway/utilities github.com/cockroachdb/cockroach/vendor/google.golang.org/genproto/googleapis/api/annotations -- Looking for windows.h - not found -- Looking for zlibVersion in z crypto/tls github.com/cockroachdb/cockroach/vendor/github.com/jteeuwen/go-bindata github.com/cockroachdb/cockroach/vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/httprule github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/go/buildutil -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads github.com/cockroachdb/cockroach/vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor github.com/cockroachdb/cockroach/vendor/github.com/jteeuwen/go-bindata/go-bindata -- Looking for zlibVersion in z - found -- Looking for lzo1x_1_15_compress in lzo2 github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/go/internal/cgo -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/go/loader -- Looking for lzo1x_1_15_compress in lzo2 - not found -- Performing Test HAVE_BUILTIN_EXPECT github.com/cockroachdb/cockroach/vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/generator github.com/cockroachdb/cockroach/vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/gengateway github.com/cockroachdb/cockroach/vendor/github.com/kisielk/errcheck/internal/errcheck -- Looking for pthread_create in pthread - found -- Found Threads: TRUE github.com/cockroachdb/cockroach/vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway -- Compiler: -- Flags: -O2 -pipe -march=native -frecord-gcc-switches -g1 -maes -mpclmul -mssse3 -- Build type: Release -- The following OPTIONAL packages have been found: * Threads -- Configuring done github.com/cockroachdb/cockroach/vendor/github.com/kisielk/gotool/internal/load -- Performing Test HAVE_BUILTIN_EXPECT - Success -- Performing Test HAVE_BUILTIN_CTZ github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/cover github.com/cockroachdb/cockroach/vendor/github.com/kisielk/gotool github.com/cockroachdb/cockroach/vendor/github.com/kisielk/errcheck github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl/suffixtree github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl/syntax github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl/syntax/golang -- Generating done -- Build files have been written to: /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/native/x86_64-pc-linux-gnu/cryptopp -- Performing Test HAVE_BUILTIN_CTZ - Success -- Looking for mmap go install -v protoc-gen-gogoroach bin/prereqs ./pkg/cmd/protoc-gen-gogoroach > bin/protoc-gen-gogoroach.d.tmp net/http/httptrace mv -f bin/protoc-gen-gogoroach.d.tmp bin/protoc-gen-gogoroach.d net/http -- Looking for mmap - found -- Looking for sysconf github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl/job github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl/output github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/protoc-gen-gogo/generator/internal/remap github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/proto github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl -- Looking for sysconf - found -- Configuring done -- Generating done -- Build files have been written to: /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/native/x86_64-pc-linux-gnu/snappy mv -f pkg/sql/parser/helpmap_test.go.tmp pkg/sql/parser/helpmap_test.go github.com/cockroachdb/cockroach/vendor/github.com/wadey/gocovmerge gofmt -s -w pkg/sql/parser/helpmap_test.go go install -v optgen bin/prereqs ./pkg/sql/opt/optgen/cmd/optgen > bin/optgen.d.tmp github.com/cockroachdb/cockroach/vendor/golang.org/x/perf/internal/stats mv -f bin/optgen.d.tmp bin/optgen.d github.com/cockroachdb/cockroach/vendor/golang.org/x/perf/storage/benchfmt github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/cmd/goyacc github.com/cockroachdb/cockroach/vendor/golang.org/x/perf/benchstat github.com/cockroachdb/cockroach/pkg/sql/opt/optgen/lang github.com/cockroachdb/cockroach/vendor/golang.org/x/perf/cmd/benchstat github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/cmd/stringer github.com/cockroachdb/cockroach/pkg/sql/opt/optgen/cmd/optgen rm -rf /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/native/x86_64-pc-linux-gnu/jemalloc mkdir -p /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/native/x86_64-pc-linux-gnu/jemalloc cd /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/native/x86_64-pc-linux-gnu/jemalloc && /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/configure --enable-prof github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor github.com/cockroachdb/cockroach/vendor/github.com/mattn/goveralls github.com/cockroachdb/cockroach/vendor/github.com/Masterminds/vcs github.com/cockroachdb/cockroach/vendor/github.com/client9/misspell go install -v uptodate bin/prereqs ./pkg/cmd/uptodate > bin/uptodate.d.tmp checking for xsltproc... /usr/bin/xsltproc checking for gcc... x86_64-pc-linux-gnu-gcc mv -f bin/uptodate.d.tmp bin/uptodate.d github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/gps github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/protoc-gen-gogo/plugin github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/gogoproto github.com/cockroachdb/cockroach/vendor/github.com/MichaelTJones/walk github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/vanity github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/protoc-gen-gogo/generator checking whether the C compiler works... github.com/cockroachdb/cockroach/vendor/github.com/spf13/pflag github.com/cockroachdb/cockroach/vendor/github.com/client9/misspell/cmd/misspell yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... github.com/cockroachdb/cockroach/pkg/cmd/uptodate o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/plugin/defaultcheck github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/plugin/enumstringer github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/plugin/embedcheck github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/plugin/testgen none needed checking whether compiler is cray... github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/plugin/marshalto github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/plugin/oneofcheck github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/plugin/populate no checking whether compiler supports -std=gnu11... rm -rf /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/native/x86_64-pc-linux-gnu/krb5 mkdir -p /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/native/x86_64-pc-linux-gnu/krb5 yes checking whether compiler supports -Wall... cd /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/native/x86_64-pc-linux-gnu/krb5 && env -u CFLAGS -u CXXFLAGS /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/krb5/src/configure --enable-static --disable-shared yes github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/plugin/unmarshal checking whether compiler supports -Werror=declaration-after-statement... yes checking whether compiler supports -Wshorten-64-to-32... github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/feedback github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/gps/verify github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/plugin/compare github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/plugin/description no checking whether compiler supports -Wsign-compare... github.com/cockroachdb/cockroach/vendor/github.com/golang/dep yes checking whether compiler supports -pipe... github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/plugin/equal yes checking whether compiler supports -g3... github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/plugin/face yes checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/base github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/plugin/gostring github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/plugin/size github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/glide github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/glock github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/godep github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/govend github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/govendor github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/gvt github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/vndr checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/plugin/stringer github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/plugin/union github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/cmd/dep checking for gcc... x86_64-pc-linux-gnu-gcc github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/protoc-gen-gogo/grpc checking whether the C compiler works... yes checking for sys/types.h... github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/vanity/command yes yes checking for C compiler default output file name... a.out checking for suffix of executables... checking for sys/stat.h... github.com/cockroachdb/cockroach/pkg/cmd/protoc-gen-gogoroach yes checking whether we are cross compiling... checking for stdlib.h... yes no checking for suffix of object files... checking for string.h... o checking whether we are using the GNU C compiler... yes checking for memory.h... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for strings.h... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... yes none needed checking for inttypes.h... yes checking whether we are using the GNU C++ compiler... checking for stdint.h... yes checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes yes checking if C compiler supports -Werror=unknown-warning-option... checking for unistd.h... yes checking whether byte ordering is bigendian... no checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking build system type... no checking size of void *... optgen -out pkg/sql/opt/memo/expr.og.go exprs pkg/sql/opt/ops/*.opt x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... 8 checking size of int... 4 checking size of long... optgen -out pkg/sql/opt/operator.og.go ops pkg/sql/opt/ops/*.opt optgen -out pkg/sql/opt/xform/explorer.og.go explorer pkg/sql/opt/ops/*.opt pkg/sql/opt/xform/rules/*.opt yes 8 checking for sys/types.h... checking size of long long... optgen -out pkg/sql/opt/norm/factory.og.go factory pkg/sql/opt/ops/*.opt pkg/sql/opt/norm/rules/*.opt yes checking for sys/stat.h... touch bin/.bootstrap optgen -out pkg/sql/opt/rule_name.og.go rulenames pkg/sql/opt/ops/*.opt pkg/sql/opt/norm/rules/*.opt pkg/sql/opt/xform/rules/*.opt 8 checking size of intmax_t... yes checking for stdlib.h... yes checking for string.h... 8 Scanning dependencies of target snappy checking build system type... Scanning dependencies of target libprotobuf [ 20%] Building CXX object CMakeFiles/snappy.dir/snappy-c.cc.o yes checking for memory.h... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking whether pause instruction is compilable... yes checking for strings.h... yes checking for ar... x86_64-pc-linux-gnu-ar checking malloc.h usability... yes checking for inttypes.h... yes checking malloc.h presence... yes yes checking for malloc.h... yes checking whether malloc_usable_size definition can use const argument... checking for stdint.h... no yes checking for library containing log... checking for unistd.h... [ 40%] Building CXX object CMakeFiles/snappy.dir/snappy-sinksource.cc.o yes checking for GNU linker... yes configure: adding extra warning flags for gcc configure: skipping pedantic warnings on Linux configure: adding extra warning flags for g++ checking if C compiler supports -Wno-format-zero-length... [ 60%] Building CXX object CMakeFiles/snappy.dir/snappy-stubs-internal.cc.o -lm checking whether __attribute__ syntax is compilable... yes checking if C compiler supports -Woverflow... [ 0%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/arena.cc.o yes checking whether compiler supports -fvisibility=hidden... yes checking whether compiler supports -Werror... yes yes checking if C compiler supports -Wstrict-overflow... checking whether compiler supports -herror_on_warning... no checking whether tls_model attribute is compilable... yes checking if C compiler supports -Wmissing-format-attribute... yes checking whether compiler supports -Werror... yes checking whether compiler supports -herror_on_warning... no checking whether alloc_size attribute is compilable... yes checking if C compiler supports -Wmissing-prototypes... [ 80%] Building CXX object CMakeFiles/snappy.dir/snappy.cc.o yes checking whether compiler supports -Werror... yes checking if C compiler supports -Wreturn-type... yes checking whether compiler supports -herror_on_warning... no checking whether format(gnu_printf, ...) attribute is compilable... yes checking if C compiler supports -Wmissing-braces... yes checking whether compiler supports -Werror... yes checking if C compiler supports -Wparentheses... yes checking whether compiler supports -herror_on_warning... no checking whether format(printf, ...) attribute is compilable... yes checking if C compiler supports -Wswitch... yes checking for a BSD-compatible install... /usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c checking for ranlib... x86_64-pc-linux-gnu-ranlib checking for ld... false checking for autoconf... /usr/bin/autoconf checking for memalign... yes checking if C compiler supports -Wunused-function... yes checking for valloc... yes checking if C compiler supports -Wunused-label... yes checking whether compiler supports -O3... yes checking if C compiler supports -Wunused-variable... yes checking whether compiler supports -funroll-loops... yes checking unwind.h usability... yes checking if C compiler supports -Wunused-value... yes checking unwind.h presence... yes checking for unwind.h... yes checking for _Unwind_Backtrace in -lgcc... [ 2%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/arenastring.cc.o yes checking if C compiler supports -Wunknown-pragmas... yes checking configured backtracing method... libgcc checking for sbrk... yes checking if C compiler supports -Wsign-compare... yes checking whether utrace(2) is compilable... no checking whether valgrind is compilable... yes checking if C compiler supports -Wnewline-eof... no checking whether a program using __builtin_unreachable is compilable... no checking if C compiler supports -Werror=uninitialized... yes checking whether a program using __builtin_ffsl is compilable... yes checking if C compiler supports -Wno-maybe-uninitialized... yes checking LG_PAGE... yes checking if C compiler supports -Werror=pointer-arith... 12 yes Missing VERSION file, and unable to generate it; creating bogus VERSION checking if C compiler supports -Werror=int-conversion... checking pthread.h usability... yes checking if C compiler supports -Werror=incompatible-pointer-types... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_create in -lpthread... yes checking if C compiler supports -Werror=discarded-qualifiers... [100%] Linking CXX static library libsnappy.a Error running link command: No such file or directory make[5]: *** [CMakeFiles/snappy.dir/build.make:150: libsnappy.a] Error 2 make[4]: *** [CMakeFiles/Makefile2:124: CMakeFiles/snappy.dir/all] Error 2 make[3]: *** [CMakeFiles/Makefile2:130: CMakeFiles/snappy.dir/rule] Error 2 make[2]: *** [Makefile:208: snappy] Error 2 make[1]: *** [Makefile:659: /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/native/x86_64-pc-linux-gnu/snappy/libsnappy.a] Error 2 make[1]: *** Waiting for unfinished jobs.... yes checking whether pthread_atfork(3) is compilable... [ 2%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/extension_set.cc.o [ 4%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/generated_message_table_driven_lite.cc.o yes checking if C compiler supports -Werror=implicit-int... yes checking for library containing clock_gettime... yes checking if C compiler supports -Werror=declaration-after-statement... none required checking whether clock_gettime(CLOCK_MONOTONIC_COARSE, ...) is compilable... yes checking if C compiler supports -Werror-implicit-function-declaration... yes checking whether clock_gettime(CLOCK_MONOTONIC, ...) is compilable... yes checking which version of com_err to use... krb5 checking which version of subsystem package to use... krb5 checking for an ANSI C-conforming const... yes checking whether mach_absolute_time() is compilable... yes checking for gethostbyname... no checking whether compiler supports -Werror... yes checking for socket... yes checking whether syscall(2) is compilable... yes checking for main in -lresolv... yes checking for secure_getenv... yes checking for res_ninit... yes checking for issetugid... yes checking for res_nclose... no checking for _malloc_thread_cleanup... no checking for _pthread_mutex_init_calloc_cb... yes checking for res_ndestroy... no checking for TLS... no checking for res_nsearch... yes checking whether C11 atomics is compilable... yes checking for ns_initparse... yes checking whether atomic(9) is compilable... no checking whether Darwin OSAtomic*() is compilable... no checking whether madvise(2) is compilable... yes checking for ns_name_uncompress... yes checking whether madvise(..., MADV_FREE) is compilable... yes checking for dn_skipname... yes checking whether madvise(..., MADV_DONTNEED) is compilable... yes checking whether madvise(..., MADV_[NO]HUGEPAGE) is compilable... yes checking for res_search... yes checking whether to force 32-bit __sync_{add,sub}_and_fetch()... yes no checking whether to force 64-bit __sync_{add,sub}_and_fetch()... checking whether pragma weak references are supported... no checking for __builtin_clz... yes checking for constructor/destructor attribute support... yes checking whether Darwin os_unfair_lock_*() is compilable... yes,yes configure: enabling thread support checking whether x86_64-pc-linux-gnu-gcc is Clang... no checking whether Darwin OSSpin*() is compilable... no checking whether pthreads work with -pthread... no checking whether glibc malloc hook is compilable... yes checking for joinable pthread attribute... yes checking whether glibc memalign hook is compilable... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking whether pthreads adaptive mutexes is compilable... yes configure: PTHREAD_CC = x86_64-pc-linux-gnu-gcc configure: PTHREAD_CFLAGS = -pthread configure: PTHREAD_LIBS = checking for pthread_once... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... no checking for pthread_rwlock_init... no configure: rechecking with PTHREAD_... options checking for pthread_rwlock_init in -lc... yes yes checking for library containing dlopen... configure: creating ./config.status -ldl checking keyutils.h usability... no checking keyutils.h presence... config.status: creating Makefile no checking for keyutils.h... no checking for keyutils.h... (cached) no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for stdint.h... (cached) yes checking whether integers are two's complement... config.status: creating jemalloc.pc yes checking whether CHAR_BIT is 8... config.status: creating doc/html.xsl yes checking if va_copy is available... config.status: creating doc/manpages.xsl config.status: creating doc/jemalloc.xml yes checking if va_list objects can be copied by assignment... no configure: using static libraries config.status: creating include/jemalloc/jemalloc_macros.h checking for tclConfig.sh... not found configure: WARNING: Could not find Tcl which is needed for some tests checking whether ln -s works... yes checking for ranlib... x86_64-pc-linux-gnu-ranlib checking for ar... false checking for ar... false checking for a BSD-compatible install... /usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c checking for ar... x86_64-pc-linux-gnu-ar checking for perl... perl checking for working regcomp... config.status: creating include/jemalloc/jemalloc_protos.h config.status: creating include/jemalloc/jemalloc_typedefs.h yes checking for mode_t... config.status: creating include/jemalloc/internal/jemalloc_internal.h config.status: creating test/test.sh config.status: creating test/include/test/jemalloc_test.h yes checking if daemon needs a prototype provided... config.status: creating config.stamp config.status: creating bin/jemalloc-config no checking if getsockname() takes arguments struct sockaddr * and size_t *... config.status: creating bin/jemalloc.sh no checking if getsockname() takes arguments struct sockaddr * and int *... config.status: creating bin/jeprof no checking if getsockname() takes arguments struct sockaddr * and socklen_t *... config.status: creating include/jemalloc/jemalloc_defs.h config.status: creating include/jemalloc/internal/jemalloc_internal_defs.h yes [ 4%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/generated_message_util.cc.o checking for main in -lutil... config.status: creating test/include/test/jemalloc_test_defs.h config.status: executing include/jemalloc/internal/private_namespace.h commands yes checking libintl.h usability... config.status: executing include/jemalloc/internal/private_unnamespace.h commands config.status: executing include/jemalloc/internal/public_symbols.txt commands config.status: executing include/jemalloc/internal/public_namespace.h commands yes checking libintl.h presence... yes checking for libintl.h... yes checking for library containing dgettext... none required checking for msgfmt... msgfmt checking sys/sockio.h usability... config.status: executing include/jemalloc/internal/public_unnamespace.h commands no checking sys/sockio.h presence... no checking for sys/sockio.h... no checking ifaddrs.h usability... yes checking ifaddrs.h presence... config.status: executing include/jemalloc/internal/size_classes.h commands yes checking for ifaddrs.h... yes checking for unistd.h... (cached) yes checking fnmatch.h usability... yes checking fnmatch.h presence... yes checking for fnmatch.h... yes checking for vsprintf... yes checking for vasprintf... yes checking for vsnprintf... yes config.status: executing include/jemalloc/jemalloc_protos_jet.h commands checking for strlcpy... config.status: executing include/jemalloc/jemalloc_rename.h commands no checking for fnmatch... yes checking for strlcpy... (cached) no checking for getopt... yes checking for getopt_long... yes checking for fnmatch... (cached) yes checking for vasprintf... (cached) yes checking if vasprintf needs a prototype provided... config.status: executing include/jemalloc/jemalloc_mangle.h commands no checking if swab needs a prototype provided... no checking for gawk... gawk checking for struct sockaddr.sa_len... [ 7%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/implicit_weak_message.cc.o no checking for sys/types.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking netinet/in.h usability... config.status: executing include/jemalloc/jemalloc_mangle_jet.h commands yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking for inet_ntop... yes checking for inet_pton... config.status: executing include/jemalloc/jemalloc.h commands yes checking for getnameinfo... =============================================================================== jemalloc version : 0.0.0-0-g0000000000000000000000000000000000000000 library revision : 2 CONFIG : --enable-prof CC=x86_64-pc-linux-gnu-gcc 'CFLAGS=-O2 -pipe -march=native -frecord-gcc-switches -g1' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0' 'CPP=x86_64-pc-linux-gnu-gcc -E' CC : x86_64-pc-linux-gnu-gcc CONFIGURE_CFLAGS : -std=gnu11 -Wall -Werror=declaration-after-statement -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops SPECIFIED_CFLAGS : -O2 -pipe -march=native -frecord-gcc-switches -g1 EXTRA_CFLAGS : CPPFLAGS : -D_GNU_SOURCE -D_REENTRANT LDFLAGS : -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 EXTRA_LDFLAGS : LIBS : -lm -lgcc -lm -lpthread RPATH_EXTRA : XSLTPROC : /usr/bin/xsltproc XSLROOT : /usr/share/sgml/docbook/xsl-stylesheets PREFIX : /usr/local BINDIR : /usr/local/bin DATADIR : /usr/local/share INCLUDEDIR : /usr/local/include LIBDIR : /usr/local/lib MANDIR : /usr/local/share/man srcroot : /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/ abs_srcroot : /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/ objroot : abs_objroot : /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/native/x86_64-pc-linux-gnu/jemalloc/ JEMALLOC_PREFIX : JEMALLOC_PRIVATE_NAMESPACE : je_ install_suffix : malloc_conf : autogen : 0 cc-silence : 1 debug : 0 code-coverage : 0 stats : 1 prof : 1 prof-libunwind : 0 prof-libgcc : 1 prof-gcc : 0 tcache : 1 thp : 1 fill : 1 utrace : 0 valgrind : 0 xmalloc : 0 munmap : 0 lazy_lock : 0 tls : 1 cache-oblivious : 1 =============================================================================== yes checking for getaddrinfo... [ 7%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/io/coded_stream.cc.o yes checking for IPv6 compile-time support without -DINET6... yes checking for struct sockaddr.sa_len... (cached) no checking for sigprocmask... yes checking for sigset_t and POSIX_SIGNALS... [ 9%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/io/zero_copy_stream.cc.o yes checking for SSL_CTX_new in -lssl... yes checking for OpenSSL... yes configure: TLS module will use OpenSSL checking for EC_POINT_new in -lcrypto... yes checking for yasm... no checking cpuid.h usability... yes checking cpuid.h presence... yes checking for cpuid.h... yes checking return type of signal handlers... void checking for flex... flex checking lex output file root... lex.yy checking lex library... [ 9%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o [ 12%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/message_lite.cc.o [ 12%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/repeated_field.cc.o -lfl checking whether yytext is a pointer... [ 14%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/stubs/bytestream.cc.o yes checking for an ANSI C-conforming const... (cached) yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking whether strerror_r is declared... yes checking for strerror_r... yes checking whether strerror_r returns char *... yes checking for strdup... [ 14%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/stubs/common.cc.o yes checking for setvbuf... yes checking for seteuid... yes checking for setresuid... yes checking for setreuid... [ 17%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/stubs/int128.cc.o yes checking for setegid... [ 17%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/stubs/io_win32.cc.o [ 19%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/stubs/status.cc.o yes checking for setresgid... yes checking for setregid... yes checking for setsid... yes checking for flock... yes checking for fchmod... yes checking for chmod... yes checking for strptime... yes checking for geteuid... yes checking for setenv... yes checking for unsetenv... yes checking for getenv... [ 19%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/stubs/statusor.cc.o [ 21%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/stubs/stringpiece.cc.o yes checking for gmtime_r... yes checking for localtime_r... [ 21%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/stubs/stringprintf.cc.o yes checking for bswap16... no checking for bswap64... no checking for mkstemp... yes checking for getusershell... yes checking for access... yes checking for getcwd... yes checking for srand48... yes checking for srand... [ 24%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/stubs/structurally_valid.cc.o yes checking for srandom... [ 24%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/stubs/strutil.cc.o yes checking for stat... [ 26%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/stubs/time.cc.o yes checking for strchr... yes checking for strerror... yes checking for timegm... yes checking for mkstemp... (cached) yes checking for gettimeofday... yes checking for sys_errlist declaration... yes checking for unistd.h... (cached) yes checking paths.h usability... yes checking paths.h presence... yes checking for paths.h... yes checking regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking regexpr.h usability... [ 29%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/wire_format_lite.cc.o no checking regexpr.h presence... no checking for regexpr.h... no checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for memory.h... (cached) yes checking for ifaddrs.h... (cached) yes checking sys/filio.h usability... no checking sys/filio.h presence... no checking for sys/filio.h... no checking byteswap.h usability... yes checking byteswap.h presence... yes checking for byteswap.h... yes checking machine/endian.h usability... [ 29%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/any.cc.o no checking machine/endian.h presence... no checking for machine/endian.h... no checking machine/byte_order.h usability... no checking machine/byte_order.h presence... no checking for machine/byte_order.h... no checking sys/bswap.h usability... no checking sys/bswap.h presence... no checking for sys/bswap.h... no checking endian.h usability... yes checking endian.h presence... yes checking for endian.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking alloca.h usability... yes checking alloca.h presence... yes checking for alloca.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for regexp.h... no checking for struct stat.st_mtimensec... no checking for struct stat.st_mtimespec.tv_nsec... no checking for struct stat.st_mtim.tv_nsec... yes checking for re_comp... [ 31%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/any.pb.cc.o yes checking for re_exec... yes checking for regexec... [ 31%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/api.pb.cc.o [ 34%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/importer.cc.o yes checking for off_t... yes checking for perror declaration... no checking if strptime needs a prototype provided... no checking if argument to wait is int *... no checking for use of sigprocmask... yes checking for uid_t in sys/types.h... yes checking type of array argument to getgroups... gid_t checking for sigsetjmp... no checking return type of setrpcent... void checking return type of endrpcent... void checking for bswap_16... yes checking for bswap_64... yes checking for gethostbyname_r... yes checking if gethostbyname_r returns an int... yes checking if gethostbyname_r returns a pointer... no checking for gethostbyaddr_r... yes checking for getpwnam_r... yes checking for getpwuid_r... yes checking return type of getpwnam_r... int checking number of arguments to getpwnam_r... 5 checking whether gmtime_r returns int... no checking for getservbyname_r... [ 34%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/compiler/parser.cc.o yes checking if getservbyname_r returns an int... yes checking if getservbyname_r returns a pointer... no checking for getservbyport_r... yes checking for yylineno declaration... yes checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking for uid_t in sys/types.h... (cached) yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking for tcsetattr... yes checking POSIX signal handlers... yes checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for sys/types.h... (cached) yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/param.h usability... yes checking sys/param.h presence... [ 36%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/descriptor.cc.o yes checking for sys/param.h... yes checking for sys/stat.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes [ 36%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/descriptor.pb.cc.o checking for netinet/in.h... (cached) yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking for sys/filio.h... (cached) no checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for paths.h... (cached) yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking for in6addr_any definition in library... yes checking whether time.h and sys/time.h may both be included... yes checking for time_t... yes checking size of time_t... 8 checking for replay cache directory... /var/tmp checking for socklen_t... yes checking for struct lifconf... no checking for struct if_laddrconf... no checking for h_errno in netdb.h... yes checking for inline... inline checking for struct cmsghdr... yes checking for struct in_pktinfo... yes checking for struct in6_pktinfo... yes checking for struct sockaddr_storage... yes checking for struct rt_msghdr... no checking size of size_t... 8 checking for __int128_t... yes checking for __uint128_t... yes checking for ssize_t... yes checking for u_char... yes checking for u_int... yes checking for u_long... yes checking for u_int8_t... yes checking for u_int16_t... yes checking for u_int32_t... yes checking for int8_t... yes checking for int16_t... yes checking for int32_t... yes checking for sh... /bin/sh checking for sh5... false checking for bash... /bin/sh checking if /bin/sh supports functions... yes checking for POSIX printf positional specification support... yes checking for dig... false checking for nslookup... false checking for bison... bison -y checking for runtest... no checking for perl... perl checking for perl... /usr/bin/perl checking for expect... no checking whether to use priocntl hack... no checking for runtest... no checking for perl... (cached) perl checking xom.h usability... no checking xom.h presence... no checking for xom.h... no checking where struct rpcent is declared... rpc/netdb.h checking for sys/select.h... (cached) yes checking for sys/time.h... (cached) yes checking for unistd.h... (cached) yes checking for MAXHOSTNAMELEN in sys/param.h... yes checking for MAXHOSTNAMELEN in netdb.h... no checking for BSD type aliases... yes checking return type of setrpcent... (cached) void checking return type of endrpcent... (cached) void checking for a recent enough OpenSSL... yes checking for PKCS7_get_signer_info in -lcrypto... yes checking for CMS_get0_content in -lcrypto... [ 39%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/descriptor_database.cc.o yes checking for daemon... yes checking for python3... python3 /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/krb5/src/configure: line 12970: text: command not found checking for cmocka.h... no checking for _cmocka_run_group_tests in -lcmocka... no checking for gethostbyname_r... (cached) yes checking for getservbyname_r... (cached) yes checking for gmtime_r... (cached) yes checking for localtime_r... (cached) yes checking for SD_Init in -laceclnt... no checking for mdb_env_create in -llmdb... no checking for libedit... no configure: Not using any readline support checking for libverto... no configure: Using built-in libverto checking for groff... /usr/bin/groff configure: Default ccache name: FILE:/tmp/krb5cc_%{uid} configure: Default keytab name: FILE:/etc/krb5.keytab configure: Default client keytab name: FILE:/usr/local/var/krb5/user/%{euid}/client.keytab configure: creating ./config.status config.status: creating kadmin/testing/scripts/env-setup.sh config.status: creating include/gssrpc/types.h config.status: creating plugins/preauth/pkinit/Makefile config.status: creating util/et/Makefile config.status: creating util/ss/Makefile config.status: creating build-tools/krb5-config config.status: creating build-tools/kadm-server.pc config.status: creating build-tools/kadm-client.pc config.status: creating build-tools/kdb.pc config.status: creating build-tools/krb5.pc config.status: creating build-tools/krb5-gssapi.pc config.status: creating build-tools/mit-krb5.pc config.status: creating build-tools/mit-krb5-gssapi.pc config.status: creating build-tools/gssrpc.pc config.status: creating ./Makefile config.status: creating util/Makefile config.status: creating util/support/Makefile config.status: creating util/profile/Makefile config.status: creating util/profile/testmod/Makefile config.status: creating util/verto/Makefile config.status: creating lib/Makefile config.status: creating lib/kdb/Makefile config.status: creating lib/crypto/Makefile config.status: creating lib/crypto/krb/Makefile config.status: creating lib/crypto/builtin/Makefile config.status: creating lib/crypto/builtin/enc_provider/Makefile config.status: creating lib/crypto/builtin/hash_provider/Makefile config.status: creating lib/crypto/builtin/des/Makefile config.status: creating lib/crypto/builtin/md4/Makefile config.status: creating lib/crypto/builtin/md5/Makefile config.status: creating lib/crypto/builtin/sha1/Makefile config.status: creating lib/crypto/builtin/sha2/Makefile config.status: creating lib/crypto/builtin/aes/Makefile config.status: creating lib/crypto/builtin/camellia/Makefile config.status: creating lib/crypto/crypto_tests/Makefile config.status: creating lib/krb5/Makefile config.status: creating lib/krb5/error_tables/Makefile config.status: creating lib/krb5/asn.1/Makefile config.status: creating lib/krb5/ccache/Makefile config.status: creating lib/krb5/keytab/Makefile config.status: creating lib/krb5/krb/Makefile config.status: creating lib/krb5/rcache/Makefile config.status: creating lib/krb5/os/Makefile config.status: creating lib/krb5/unicode/Makefile config.status: creating lib/gssapi/Makefile config.status: creating lib/gssapi/generic/Makefile config.status: creating lib/gssapi/krb5/Makefile config.status: creating lib/gssapi/spnego/Makefile config.status: creating lib/gssapi/mechglue/Makefile config.status: creating lib/rpc/Makefile config.status: creating lib/rpc/unit-test/Makefile config.status: creating lib/kadm5/Makefile config.status: creating lib/kadm5/clnt/Makefile config.status: creating lib/kadm5/srv/Makefile config.status: creating lib/kadm5/unit-test/Makefile config.status: creating lib/krad/Makefile config.status: creating lib/apputils/Makefile config.status: creating kdc/Makefile config.status: creating kprop/Makefile config.status: creating config-files/Makefile config.status: creating build-tools/Makefile config.status: creating man/Makefile config.status: creating doc/Makefile config.status: creating include/Makefile config.status: creating plugins/certauth/test/Makefile config.status: creating plugins/hostrealm/test/Makefile config.status: creating plugins/localauth/test/Makefile config.status: creating plugins/kadm5_hook/test/Makefile config.status: creating plugins/kadm5_auth/test/Makefile config.status: creating plugins/pwqual/test/Makefile config.status: creating plugins/audit/Makefile config.status: creating plugins/audit/test/Makefile config.status: creating plugins/kdb/db2/Makefile config.status: creating plugins/kdb/db2/libdb2/Makefile config.status: creating plugins/kdb/db2/libdb2/hash/Makefile [ 39%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/duration.pb.cc.o config.status: creating plugins/kdb/db2/libdb2/btree/Makefile config.status: creating plugins/kdb/db2/libdb2/db/Makefile config.status: creating plugins/kdb/db2/libdb2/mpool/Makefile config.status: creating plugins/kdb/db2/libdb2/recno/Makefile config.status: creating plugins/kdb/db2/libdb2/test/Makefile config.status: creating plugins/kdb/test/Makefile config.status: creating plugins/kdcpolicy/test/Makefile config.status: creating plugins/preauth/otp/Makefile config.status: creating plugins/preauth/spake/Makefile config.status: creating plugins/preauth/test/Makefile config.status: creating plugins/authdata/greet_client/Makefile config.status: creating plugins/authdata/greet_server/Makefile config.status: creating plugins/tls/k5tls/Makefile config.status: creating clients/Makefile config.status: creating clients/klist/Makefile config.status: creating clients/kinit/Makefile config.status: creating clients/kvno/Makefile config.status: creating clients/kdestroy/Makefile config.status: creating clients/kpasswd/Makefile config.status: creating clients/ksu/Makefile config.status: creating clients/kswitch/Makefile config.status: creating kadmin/Makefile config.status: creating kadmin/cli/Makefile config.status: creating kadmin/dbutil/Makefile config.status: creating kadmin/ktutil/Makefile config.status: creating kadmin/server/Makefile config.status: creating kadmin/testing/Makefile config.status: creating kadmin/testing/scripts/Makefile config.status: creating kadmin/testing/util/Makefile config.status: creating appl/Makefile config.status: creating appl/sample/Makefile config.status: creating appl/sample/sclient/Makefile config.status: creating appl/sample/sserver/Makefile config.status: creating appl/simple/Makefile config.status: creating appl/simple/client/Makefile config.status: creating appl/simple/server/Makefile config.status: creating appl/gss-sample/Makefile config.status: creating appl/user_user/Makefile [ 41%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/dynamic_message.cc.o config.status: creating tests/Makefile config.status: creating tests/resolve/Makefile config.status: creating tests/asn.1/Makefile config.status: creating tests/create/Makefile config.status: creating tests/hammer/Makefile config.status: creating tests/verify/Makefile config.status: creating tests/gssapi/Makefile config.status: creating tests/dejagnu/Makefile config.status: creating tests/threads/Makefile config.status: creating tests/shlib/Makefile config.status: creating tests/gss-threads/Makefile config.status: creating tests/misc/Makefile config.status: creating po/Makefile config.status: creating include/autoconf.h config.status: executing CRYPTO_IMPL commands config.status: executing PRNG_ALG commands [ 41%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/empty.pb.cc.o [ 43%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/extension_set_heavy.cc.o [ 43%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/field_mask.pb.cc.o [ 46%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/generated_message_reflection.cc.o [ 46%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/generated_message_table_driven.cc.o [ 48%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/io/gzip_stream.cc.o [ 48%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/io/printer.cc.o [ 51%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/io/strtod.cc.o [ 51%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/io/tokenizer.cc.o [ 53%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc.o [ 53%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/map_field.cc.o [ 56%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/message.cc.o [ 58%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/reflection_ops.cc.o [ 58%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/service.cc.o [ 60%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/source_context.pb.cc.o [ 60%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/struct.pb.cc.o [ 63%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/stubs/mathlimits.cc.o [ 63%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/stubs/substitute.cc.o [ 65%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/text_format.cc.o [ 65%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/timestamp.pb.cc.o [ 68%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/type.pb.cc.o [ 68%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/unknown_field_set.cc.o [ 70%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/util/delimited_message_util.cc.o [ 70%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/util/field_comparator.cc.o [ 73%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/util/field_mask_util.cc.o [ 73%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/util/internal/datapiece.cc.o [ 75%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/util/internal/default_value_objectwriter.cc.o [ 75%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/util/internal/error_listener.cc.o [ 78%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/util/internal/field_mask_utility.cc.o [ 78%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/util/internal/json_escaping.cc.o [ 80%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/util/internal/json_objectwriter.cc.o [ 80%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/util/internal/json_stream_parser.cc.o [ 82%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/util/internal/object_writer.cc.o [ 82%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/util/internal/proto_writer.cc.o [ 85%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/util/internal/protostream_objectsource.cc.o [ 85%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/util/internal/protostream_objectwriter.cc.o [ 87%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/util/internal/type_info.cc.o /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/util/internal/protostream_objectsource.cc: In static member function 'static google::protobuf::util::Status google::protobuf::util::converter::ProtoStreamObjectSource::RenderDuration(const google::protobuf::util::converter::ProtoStreamObjectSource*, const google::protobuf::Type&, google::protobuf::StringPiece, google::protobuf::util::converter::ObjectWriter*)': /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/util/internal/protostream_objectsource.cc:386:13: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'google::protobuf::int64' {aka 'long int'} []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wformat=-Wformat=]8;;] 386 | "%s%lld%ss", sign.c_str(), seconds, | ~~~^ ~~~~~~~ | | | | long long int google::protobuf::int64 {aka long int} | %ld [ 90%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/util/internal/type_info_test_helper.cc.o [ 90%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/util/internal/utility.cc.o [ 92%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/util/json_util.cc.o [ 92%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/util/message_differencer.cc.o [ 95%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/util/time_util.cc.o [ 95%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/util/type_resolver_util.cc.o [ 97%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/wire_format.cc.o [ 97%] Building CXX object CMakeFiles/libprotobuf.dir/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/src/google/protobuf/wrappers.pb.cc.o [100%] Linking CXX static library libprotobuf.a Error running link command: No such file or directory make[5]: *** [CMakeFiles/libprotobuf.dir/build.make:1260: libprotobuf.a] Error 2 make[4]: *** [CMakeFiles/Makefile2:157: CMakeFiles/libprotobuf.dir/all] Error 2 make[3]: *** [CMakeFiles/Makefile2:163: CMakeFiles/libprotobuf.dir/rule] Error 2 make[2]: *** [Makefile:210: libprotobuf] Error 2 make[1]: *** [Makefile:656: /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/native/x86_64-pc-linux-gnu/protobuf/libprotobuf.a] Error 2 make[1]: Leaving directory '/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach' make: *** [Makefile:6: build] Error 2 * ERROR: dev-db/cockroach-19.1.1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=dev-db/cockroach-19.1.1::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-db/cockroach-19.1.1::gentoo'`. * The complete build log is located at '/var/log/emerge-log/build/dev-db/cockroach-19.1.1:20200512-014742.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-db/cockroach-19.1.1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-db/cockroach-19.1.1/temp/environment'. * Working directory: '/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1' * S: '/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1' emerge --info: Portage 2.3.99 (python 3.7.7-final-0, default/linux/amd64/17.1, gcc-10.1.0, glibc-2.31-r2, 5.4.0-1009-aws x86_64) ================================================================= System uname: Linux-5.4.0-1009-aws-x86_64-AMD_EPYC_7571-with-gentoo-2.7 KiB Mem: 16011344 total, 3605256 free KiB Swap: 0 total, 0 free Timestamp of repository gentoo: Tue, 12 May 2020 06:35:13 +0000 sh bash 5.0_p17 ld GNU ld (Gentoo 2.34 p1) 2.34.0 app-shells/bash: 5.0_p17::gentoo dev-lang/perl: 5.30.2::gentoo dev-lang/python: 2.7.18::gentoo, 3.7.7-r2::gentoo, 3.8.2-r2::gentoo sys-apps/baselayout: 2.7::gentoo sys-apps/openrc: 0.42.1::gentoo sys-apps/sandbox: 2.18::gentoo sys-devel/autoconf: 2.69-r5::gentoo sys-devel/automake: 1.16.2::gentoo sys-devel/binutils: 2.34::gentoo sys-devel/gcc: 10.1.0::gentoo sys-devel/gcc-config: 2.2.1::gentoo sys-devel/libtool: 2.4.6-r6::gentoo sys-devel/make: 4.3::gentoo sys-kernel/linux-headers: 5.6::gentoo (virtual/os-headers) sys-libs/glibc: 2.31-r2::gentoo Repositories: gentoo location: /usr/portage sync-type: rsync sync-uri: rsync://rsync.gentoo.org/gentoo-portage priority: -1000 sync-rsync-extra-opts: sync-rsync-verify-jobs: 1 sync-rsync-verify-metamanifest: yes sync-rsync-verify-max-age: 24 ACCEPT_KEYWORDS="amd64 ~amd64" ACCEPT_LICENSE="*" CBUILD="x86_64-pc-linux-gnu" CC="x86_64-pc-linux-gnu-gcc" CFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXX="x86_64-pc-linux-gnu-g++" CXXFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" DISTDIR="/usr/portage/distfiles" EMERGE_DEFAULT_OPTS="--with-bdeps=y -1 -b -k" ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR" FCFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg collision-protect config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms sign split-log strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" GENTOO_MIRRORS="http://distfiles.gentoo.org" LANG="C.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" MAKEOPTS="-j4" PKGDIR="/root/.packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git" PORTAGE_TMPDIR="/var/tmp" USE="acl amd64 berkdb bzip2 cli crypt dri fortran gdbm iconv ipv6 libtirpc multilib ncurses nls nptl openmp pam pcre readline seccomp split-usr ssl tcpd unicode xattr zlib" ABI_X86="64" ADA_TARGET="gnat_2018" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-2" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_7" PYTHON_TARGETS="python2_7 python3_7" RUBY_TARGETS="ruby24 ruby25" USERLAND="GNU" VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS