Log outtput when building a Docker image
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#13 49.60 checking for boostlib >= 1.47.0 (104700)... yes | |
#13 49.80 checking whether the Boost::System library is available... yes | |
#13 51.75 checking for exit in -lboost_system... yes | |
#13 51.82 checking whether the Boost::Filesystem library is available... yes | |
#13 54.45 checking for exit in -lboost_filesystem... yes | |
#13 54.53 checking whether the Boost::Thread library is available... yes | |
#13 58.88 checking for exit in -lboost_thread... yes | |
#13 58.97 checking whether the Boost::Chrono library is available... yes | |
#13 61.28 checking for exit in -lboost_chrono... yes | |
#13 61.35 checking for mismatched boost c++11 scoped enums... ok | |
#13 67.77 checking for SSL... yes | |
#13 67.78 checking for CRYPTO... yes | |
#13 67.79 checking for EVENT... yes | |
#13 67.80 checking for EVENT_PTHREADS... yes | |
#13 67.80 checking for ZMQ... yes | |
#13 67.81 checking whether EVP_MD_CTX_new is declared... yes | |
#13 67.98 checking for rapidcheck.h... no | |
#13 68.03 checking whether to build bitcoind... yes | |
#13 68.03 checking whether to build bitcoin-cli... yes | |
#13 68.03 checking whether to build bitcoin-tx... yes | |
#13 68.03 checking whether to build bitcoin-wallet... yes | |
#13 68.03 checking whether to build libraries... yes | |
#13 68.03 checking if wallet should be enabled... yes | |
#13 68.03 checking whether to build with support for UPnP... no | |
#13 68.04 checking whether to build test_bitcoin... no | |
#13 68.04 checking whether to reduce exports... no | |
#13 68.10 checking that generated files are newer than configure... done | |
#13 68.10 configure: creating ./config.status | |
#13 68.71 config.status: creating libbitcoinconsensus.pc | |
#13 68.73 config.status: creating Makefile | |
#13 68.77 config.status: creating src/Makefile | |
#13 69.46 config.status: creating doc/man/Makefile | |
#13 69.49 config.status: creating share/setup.nsi | |
#13 69.52 config.status: creating share/qt/Info.plist | |
#13 69.53 config.status: creating test/config.ini | |
#13 69.55 config.status: creating contrib/devtools/split-debug.sh | |
#13 69.56 config.status: creating src/config/bitcoin-config.h | |
#13 69.60 config.status: executing depfiles commands | |
#13 71.63 config.status: executing libtool commands | |
#13 71.65 === configuring in src/univalue (/bitcoin-0.19.1/src/univalue) | |
#13 71.65 configure: running /bin/sh ./configure --disable-option-checking '--prefix=/opt/bitcoin' 'LDFLAGS=-L/opt/db/lib/' 'CPPFLAGS=-I/opt/db/include/' '--disable-man' '--disable-tests' '--disable-bench' '--disable-ccache' '--with-gui=no' '--enable-util-cli' '--with-daemon' '--disable-shared' '--with-pic' '--enable-benchmark=no' '--with-bignum=no' '--enable-module-recovery' '--disable-jni' --cache-file=/dev/null --srcdir=. | |
#13 71.77 checking whether make supports nested variables... yes | |
#13 71.78 checking for a BSD-compatible install... /usr/bin/install -c | |
#13 72.05 checking whether build environment is sane... yes | |
#13 72.06 checking for a race-free mkdir -p... ./build-aux/install-sh -c -d | |
#13 72.07 checking for gawk... no | |
#13 72.07 checking for mawk... no | |
#13 72.07 checking for nawk... no | |
#13 72.08 checking for awk... awk | |
#13 72.08 checking whether make sets $(MAKE)... yes | |
#13 72.10 checking build system type... x86_64-pc-linux-musl | |
#13 72.16 checking host system type... x86_64-pc-linux-musl | |
#13 72.16 checking how to print strings... printf | |
#13 72.17 checking whether make supports the include directive... yes (GNU style) | |
#13 72.17 checking for gcc... gcc | |
#13 72.21 checking whether the C compiler works... yes | |
#13 72.26 checking for C compiler default output file name... a.out | |
#13 72.26 checking for suffix of executables... | |
#13 72.32 checking whether we are cross compiling... no | |
#13 72.37 checking for suffix of object files... o | |
#13 72.40 checking whether the compiler supports GNU C... yes | |
#13 72.43 checking whether gcc accepts -g... yes | |
#13 72.46 checking for gcc option to enable C11 features... none needed | |
#13 72.57 checking whether gcc understands -c and -o together... yes | |
#13 72.63 checking dependency style of gcc... gcc3 | |
#13 72.68 checking for a sed that does not truncate output... /bin/sed | |
#13 72.68 checking for grep that handles long lines and -e... /bin/grep | |
#13 72.75 checking for egrep... /bin/grep -E | |
#13 72.75 checking for fgrep... /bin/grep -F | |
#13 72.75 checking for ld used by gcc... /usr/x86_64-alpine-linux-musl/bin/ld | |
#13 72.76 checking if the linker (/usr/x86_64-alpine-linux-musl/bin/ld) is GNU ld... yes | |
#13 72.77 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
#13 72.77 checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
#13 72.80 checking whether ln -s works... yes | |
#13 72.80 checking the maximum length of command line arguments... 98304 | |
#13 72.81 checking how to convert x86_64-pc-linux-musl file names to x86_64-pc-linux-musl format... func_convert_file_noop | |
#13 72.81 checking how to convert x86_64-pc-linux-musl file names to toolchain format... func_convert_file_noop | |
#13 72.81 checking for /usr/x86_64-alpine-linux-musl/bin/ld option to reload object files... -r | |
#13 72.81 checking for objdump... objdump | |
#13 72.81 checking how to recognize dependent libraries... pass_all | |
#13 72.82 checking for dlltool... no | |
#13 72.82 checking how to associate runtime and link libraries... printf %s\n | |
#13 72.82 checking for ar... ar | |
#13 72.82 checking for archiver @FILE support... @ | |
#13 72.86 checking for strip... strip | |
#13 72.87 checking for ranlib... ranlib | |
#13 72.87 checking command to parse /usr/bin/nm -B output from gcc object... ok | |
#13 72.97 checking for sysroot... no | |
#13 72.97 checking for a working dd... /bin/dd | |
#13 72.98 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 | |
#13 73.01 checking for mt... no | |
#13 73.01 checking if : is a manifest tool... no | |
#13 73.02 checking for stdio.h... yes | |
#13 73.05 checking for stdlib.h... yes | |
#13 73.08 checking for string.h... yes | |
#13 73.13 checking for inttypes.h... yes | |
#13 73.17 checking for stdint.h... yes | |
#13 73.21 checking for strings.h... yes | |
#13 73.26 checking for sys/stat.h... yes | |
#13 73.30 checking for sys/types.h... yes | |
#13 73.34 checking for unistd.h... yes | |
#13 73.39 checking for dlfcn.h... yes | |
#13 73.45 checking for objdir... .libs | |
#13 73.56 checking if gcc supports -fno-rtti -fno-exceptions... no | |
#13 73.60 checking for gcc option to produce PIC... -fPIC -DPIC | |
#13 73.60 checking if gcc PIC flag -fPIC -DPIC works... yes | |
#13 73.64 checking if gcc static flag -static works... yes | |
#13 73.69 checking if gcc supports -c -o file.o... yes | |
#13 73.72 checking if gcc supports -c -o file.o... (cached) yes | |
#13 73.72 checking whether the gcc linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes | |
#13 73.74 checking dynamic linker characteristics... GNU/Linux ld.so | |
#13 73.81 checking how to hardcode library paths into programs... immediate | |
#13 73.81 checking whether stripping libraries is possible... yes | |
#13 73.81 checking if libtool supports shared libraries... yes | |
#13 73.81 checking whether to build shared libraries... no | |
#13 73.81 checking whether to build static libraries... yes | |
#13 73.81 checking for g++... g++ | |
#13 73.84 checking whether the compiler supports GNU C++... yes | |
#13 73.88 checking whether g++ accepts -g... yes | |
#13 73.91 checking for g++ option to enable C++11 features... none needed | |
#13 74.06 checking dependency style of g++... gcc3 | |
#13 74.10 checking how to run the C++ preprocessor... g++ -E | |
#13 74.29 checking for ld used by g++... /usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64 | |
#13 74.30 checking if the linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) is GNU ld... yes | |
#13 74.31 checking whether the g++ linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes | |
#13 74.39 checking for g++ option to produce PIC... -fPIC -DPIC | |
#13 74.39 checking if g++ PIC flag -fPIC -DPIC works... yes | |
#13 74.42 checking if g++ static flag -static works... yes | |
#13 74.48 checking if g++ supports -c -o file.o... yes | |
#13 74.53 checking if g++ supports -c -o file.o... (cached) yes | |
#13 74.53 checking whether the g++ linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes | |
#13 74.53 checking dynamic linker characteristics... (cached) GNU/Linux ld.so | |
#13 74.53 checking how to hardcode library paths into programs... immediate | |
#13 74.57 checking that generated files are newer than configure... done | |
#13 74.57 configure: creating ./config.status | |
#13 74.68 config.status: creating Makefile | |
#13 74.71 config.status: creating pc/libunivalue.pc | |
#13 74.73 config.status: creating pc/libunivalue-uninstalled.pc | |
#13 74.75 config.status: creating univalue-config.h | |
#13 74.76 config.status: executing depfiles commands | |
#13 74.83 config.status: executing libtool commands | |
#13 74.90 === configuring in src/secp256k1 (/bitcoin-0.19.1/src/secp256k1) | |
#13 74.90 configure: running /bin/sh ./configure --disable-option-checking '--prefix=/opt/bitcoin' 'LDFLAGS=-L/opt/db/lib/' 'CPPFLAGS=-I/opt/db/include/' '--disable-man' '--disable-tests' '--disable-bench' '--disable-ccache' '--with-gui=no' '--enable-util-cli' '--with-daemon' '--disable-shared' '--with-pic' '--enable-benchmark=no' '--with-bignum=no' '--enable-module-recovery' '--disable-jni' --cache-file=/dev/null --srcdir=. | |
#13 75.02 checking build system type... x86_64-pc-linux-musl | |
#13 75.09 checking host system type... x86_64-pc-linux-musl | |
#13 75.09 checking for a BSD-compatible install... /usr/bin/install -c | |
#13 75.36 checking whether build environment is sane... yes | |
#13 75.37 checking for a race-free mkdir -p... ./build-aux/install-sh -c -d | |
#13 75.38 checking for gawk... no | |
#13 75.38 checking for mawk... no | |
#13 75.38 checking for nawk... no | |
#13 75.38 checking for awk... awk | |
#13 75.38 checking whether make sets $(MAKE)... yes | |
#13 75.39 checking whether make supports nested variables... yes | |
#13 75.40 checking how to print strings... printf | |
#13 75.40 checking whether make supports the include directive... yes (GNU style) | |
#13 75.41 checking for gcc... gcc | |
#13 75.44 checking whether the C compiler works... yes | |
#13 75.49 checking for C compiler default output file name... a.out | |
#13 75.49 checking for suffix of executables... | |
#13 75.54 checking whether we are cross compiling... no | |
#13 75.59 checking for suffix of object files... o | |
#13 75.62 checking whether the compiler supports GNU C... yes | |
#13 75.66 checking whether gcc accepts -g... yes | |
#13 75.69 checking for gcc option to enable C11 features... none needed | |
#13 75.80 checking whether gcc understands -c and -o together... yes | |
#13 75.86 checking dependency style of gcc... gcc3 | |
#13 75.91 checking for a sed that does not truncate output... /bin/sed | |
#13 75.91 checking for grep that handles long lines and -e... /bin/grep | |
#13 75.98 checking for egrep... /bin/grep -E | |
#13 75.98 checking for fgrep... /bin/grep -F | |
#13 75.98 checking for ld used by gcc... /usr/x86_64-alpine-linux-musl/bin/ld | |
#13 76.00 checking if the linker (/usr/x86_64-alpine-linux-musl/bin/ld) is GNU ld... yes | |
#13 76.00 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
#13 76.00 checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
#13 76.04 checking whether ln -s works... yes | |
#13 76.04 checking the maximum length of command line arguments... 98304 | |
#13 76.05 checking how to convert x86_64-pc-linux-musl file names to x86_64-pc-linux-musl format... func_convert_file_noop | |
#13 76.05 checking how to convert x86_64-pc-linux-musl file names to toolchain format... func_convert_file_noop | |
#13 76.05 checking for /usr/x86_64-alpine-linux-musl/bin/ld option to reload object files... -r | |
#13 76.05 checking for objdump... objdump | |
#13 76.05 checking how to recognize dependent libraries... pass_all | |
#13 76.05 checking for dlltool... no | |
#13 76.05 checking how to associate runtime and link libraries... printf %s\n | |
#13 76.05 checking for ar... ar | |
#13 76.05 checking for archiver @FILE support... @ | |
#13 76.10 checking for strip... strip | |
#13 76.10 checking for ranlib... ranlib | |
#13 76.10 checking command to parse /usr/bin/nm -B output from gcc object... ok | |
#13 76.20 checking for sysroot... no | |
#13 76.20 checking for a working dd... /bin/dd | |
#13 76.21 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 | |
#13 76.24 checking for mt... no | |
#13 76.24 checking if : is a manifest tool... no | |
#13 76.25 checking for stdio.h... yes | |
#13 76.29 checking for stdlib.h... yes | |
#13 76.33 checking for string.h... yes | |
#13 76.38 checking for inttypes.h... yes | |
#13 76.42 checking for stdint.h... yes | |
#13 76.46 checking for strings.h... yes | |
#13 76.50 checking for sys/stat.h... yes | |
#13 76.54 checking for sys/types.h... yes | |
#13 76.59 checking for unistd.h... yes | |
#13 76.64 checking for dlfcn.h... yes | |
#13 76.69 checking for objdir... .libs | |
#13 76.78 checking if gcc supports -fno-rtti -fno-exceptions... no | |
#13 76.81 checking for gcc option to produce PIC... -fPIC -DPIC | |
#13 76.81 checking if gcc PIC flag -fPIC -DPIC works... yes | |
#13 76.84 checking if gcc static flag -static works... yes | |
#13 76.89 checking if gcc supports -c -o file.o... yes | |
#13 76.93 checking if gcc supports -c -o file.o... (cached) yes | |
#13 76.93 checking whether the gcc linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes | |
#13 76.95 checking dynamic linker characteristics... GNU/Linux ld.so | |
#13 77.01 checking how to hardcode library paths into programs... immediate | |
#13 77.01 checking whether stripping libraries is possible... yes | |
#13 77.02 checking if libtool supports shared libraries... yes | |
#13 77.02 checking whether to build shared libraries... no | |
#13 77.02 checking whether to build static libraries... yes | |
#13 77.02 checking whether make supports nested variables... (cached) yes | |
#13 77.02 checking for pkg-config... /usr/bin/pkg-config | |
#13 77.02 checking pkg-config is at least version 0.9.0... yes | |
#13 77.02 checking for ar... /usr/bin/ar | |
#13 77.03 checking for ranlib... /usr/bin/ranlib | |
#13 77.03 checking for strip... /usr/bin/strip | |
#13 77.03 checking how to run the C preprocessor... gcc -E | |
#13 77.11 checking for gcc... gcc | |
#13 77.14 checking whether the compiler supports GNU C... (cached) yes | |
#13 77.14 checking whether gcc accepts -g... yes | |
#13 77.19 checking for gcc option to enable C11 features... (cached) none needed | |
#13 77.19 checking whether gcc understands -c and -o together... (cached) yes | |
#13 77.19 checking dependency style of gcc... (cached) gcc3 | |
#13 77.19 checking how to run the C preprocessor... gcc -E | |
#13 77.27 checking dependency style of gcc... gcc3 | |
#13 77.31 checking if gcc supports -std=c89 -pedantic -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -Wno-unused-function -Wno-long-long -Wno-overlength-strings... yes | |
#13 77.34 checking if gcc supports -fvisibility=hidden... yes | |
#13 77.37 checking for __int128... yes | |
#13 77.47 checking if native gcc supports -Wall -Wextra -Wno-unused-function... yes | |
#13 77.50 checking for working native compiler: gcc... yes | |
#13 77.55 checking for x86_64 assembly availability... yes | |
#13 77.60 checking whether byte ordering is bigendian... no | |
#13 77.72 checking that generated files are newer than configure... done | |
#13 77.72 configure: creating ./config.status | |
#13 78.08 config.status: creating Makefile | |
#13 78.12 config.status: creating libsecp256k1.pc | |
#13 78.14 config.status: creating src/libsecp256k1-config.h | |
#13 78.16 config.status: executing depfiles commands | |
#13 78.24 config.status: executing libtool commands | |
#13 78.26 | |
#13 78.26 Build Options: | |
#13 78.26 with endomorphism = no | |
#13 78.26 with ecmult precomp = yes | |
#13 78.26 with jni = no | |
#13 78.26 with benchmarks = no | |
#13 78.26 with coverage = no | |
#13 78.26 module ecdh = no | |
#13 78.26 module recovery = yes | |
#13 78.26 | |
#13 78.26 asm = x86_64 | |
#13 78.26 bignum = no | |
#13 78.26 field = 64bit | |
#13 78.26 scalar = 64bit | |
#13 78.26 | |
#13 78.26 CC = gcc | |
#13 78.26 CFLAGS = -g -O2 -W -std=c89 -pedantic -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -Wno-unused-function -Wno-long-long -Wno-overlength-strings -fvisibility=hidden -O3 | |
#13 78.26 CPPFLAGS = -I/opt/db/include/ | |
#13 78.26 LDFLAGS = -L/opt/db/lib/ | |
#13 78.26 | |
#13 78.30 | |
#13 78.30 Options used to compile and link: | |
#13 78.30 with wallet = yes | |
#13 78.30 with gui / qt = no | |
#13 78.30 with zmq = yes | |
#13 78.30 with test = no | |
#13 78.30 with bench = no | |
#13 78.30 with upnp = no | |
#13 78.30 use asm = yes | |
#13 78.30 sanitizers = | |
#13 78.30 debug enabled = no | |
#13 78.30 gprof enabled = no | |
#13 78.30 werror = no | |
#13 78.30 | |
#13 78.30 target os = linux | |
#13 78.30 build os = | |
#13 78.30 | |
#13 78.30 CC = gcc | |
#13 78.30 CFLAGS = -g -O2 | |
#13 78.30 CPPFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I/opt/db/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS | |
#13 78.30 CXX = g++ -std=c++11 | |
#13 78.30 CXXFLAGS = -fstack-reuse=none -Wstack-protector -fstack-protector-all -Wall -Wextra -Wformat -Wvla -Wswitch -Wformat-security -Wredundant-decls -Wno-unused-parameter -Wno-implicit-fallthrough -g -O2 | |
#13 78.30 LDFLAGS = -pthread -Wl,-z,relro -Wl,-z,now -pie -L/opt/db/lib/ | |
#13 78.30 ARFLAGS = cr | |
#13 78.30 | |
#13 78.38 Making all in src | |
#13 78.46 make[1]: Entering directory '/bitcoin-0.19.1/src' | |
#13 78.52 make[2]: Entering directory '/bitcoin-0.19.1/src' | |
#13 78.52 CXX libbitcoin_server_a-addrdb.o | |
#13 78.53 CXX bitcoind-bitcoind.o | |
#13 78.53 CXX libbitcoin_server_a-addrman.o | |
#13 78.53 CXX libbitcoin_server_a-banman.o | |
#13 97.93 CXX libbitcoin_server_a-blockencodings.o | |
#13 99.51 CXX libbitcoin_server_a-blockfilter.o | |
#13 102.2 CXX libbitcoin_server_a-chain.o | |
#13 110.4 CXX libbitcoin_server_a-flatfile.o | |
#13 111.7 CXX libbitcoin_server_a-httprpc.o | |
#13 113.3 CXX libbitcoin_server_a-httpserver.o | |
#13 129.1 CXX libbitcoin_server_a-init.o | |
#13 145.3 CXX libbitcoin_server_a-dbwrapper.o | |
#13 146.1 CXX libbitcoin_server_a-miner.o | |
#13 162.1 CXX libbitcoin_server_a-net.o | |
#13 166.7 CXX libbitcoin_server_a-net_processing.o | |
#13 856.6 g++: fatal error: Killed signal terminated program cc1plus | |
#13 856.6 compilation terminated. | |
#13 856.6 make[2]: *** [Makefile:8044: libbitcoin_server_a-init.o] Error 1 | |
#13 856.6 make[2]: *** Waiting for unfinished jobs.... | |
#13 922.9 make[2]: Leaving directory '/bitcoin-0.19.1/src' | |
#13 923.3 make[1]: *** [Makefile:13765: all-recursive] Error 1 | |
#13 923.4 make[1]: Leaving directory '/bitcoin-0.19.1/src' | |
#13 923.4 make: *** [Makefile:776: all-recursive] Error 1 | |
------ | |
executor failed running [/bin/sh -c tar -xzf *.tar.gz && cd bitcoin-${BITCOIN_VERSION} && sed -i 's/consensus.nSubsidyHalvingInterval = 150/consensus.nSubsidyHalvingInterval = 210000/g' src/chainparams.cpp && ./autogen.sh && ./configure LDFLAGS=-L`ls -d /opt/db`/lib/ CPPFLAGS=-I`ls -d /opt/db`/include/ --prefix=/opt/bitcoin --disable-man --disable-tests --disable-bench --disable-ccache --with-gui=no --enable-util-cli --with-daemon && make -j4 && make install && strip /opt/bitcoin/bin/bitcoin-cli && strip /opt/bitcoin/bin/bitcoind]: exit code: 2 | |
dp118m@Dmitriis-MacBook-Air bitcoind-custom-regtest % clear | |
dp118m@Dmitriis-MacBook-Air bitcoind-custom-regtest % docker build -t mentiflectax/bitcoind-custom-regtest:latest . | |
[+] Building 968.4s (14/17) | |
=> [internal] load build definition from Dockerfile 0.0s | |
=> => transferring dockerfile: 37B 0.0s | |
=> [internal] load .dockerignore 0.0s | |
=> => transferring context: 2B 0.0s | |
=> [internal] load metadata for docker.io/library/alpine:latest 2.3s | |
=> [auth] library/alpine:pull token for registry-1.docker.io 0.0s | |
=> [berkeleydb 1/4] FROM docker.io/library/alpine@sha256:e1c082e3d3c45cccac829840a2 0.0s | |
=> CACHED [stage-2 2/5] RUN apk --no-cache add boost bash libevent libzmq libressl 0.0s | |
=> [internal] load build context 0.0s | |
=> => transferring context: 95B 0.0s | |
=> CACHED [berkeleydb 2/4] RUN apk --no-cache add autoconf automake build-base 0.0s | |
=> CACHED [berkeleydb 3/4] RUN wget https://download.oracle.com/berkeley-db/db-4.8. 0.0s | |
=> CACHED [berkeleydb 4/4] RUN tar -xzf *.tar.gz && sed s/__atomic_compare_exch 0.0s | |
=> CACHED [bitcoin-core 2/5] COPY --from=berkeleydb /opt /opt 0.0s | |
=> CACHED [bitcoin-core 3/5] RUN apk --no-cache add autoconf automake boost-dev bui 0.0s | |
=> CACHED [bitcoin-core 4/5] RUN wget https://github.com/bitcoin/bitcoin/archive/v0 0.0s | |
=> ERROR [bitcoin-core 5/5] RUN tar -xzf *.tar.gz && cd bitcoin-0.19.1 && 966.1s | |
------ | |
> [bitcoin-core 5/5] RUN tar -xzf *.tar.gz && cd bitcoin-0.19.1 && sed -i 's/consensus.nSubsidyHalvingInterval = 150/consensus.nSubsidyHalvingInterval = 210000/g' src/chainparams.cpp && ./autogen.sh && ./configure LDFLAGS=-L`ls -d /opt/db`/lib/ CPPFLAGS=-I`ls -d /opt/db`/include/ --prefix=/opt/bitcoin --disable-man --disable-tests --disable-bench --disable-ccache --with-gui=no --enable-util-cli --with-daemon && make -j4 && make install && strip /opt/bitcoin/bin/bitcoin-cli && strip /opt/bitcoin/bin/bitcoind: | |
#13 9.808 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. | |
#13 9.808 libtoolize: copying file 'build-aux/ltmain.sh' | |
#13 9.831 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build-aux/m4'. | |
#13 9.831 libtoolize: copying file 'build-aux/m4/libtool.m4' | |
#13 9.870 libtoolize: copying file 'build-aux/m4/ltoptions.m4' | |
#13 9.914 libtoolize: copying file 'build-aux/m4/ltsugar.m4' | |
#13 9.959 libtoolize: copying file 'build-aux/m4/ltversion.m4' | |
#13 10.00 libtoolize: copying file 'build-aux/m4/lt~obsolete.m4' | |
#13 13.46 configure.ac:45: installing 'build-aux/compile' | |
#13 13.46 configure.ac:45: installing 'build-aux/config.guess' | |
#13 13.46 configure.ac:45: installing 'build-aux/config.sub' | |
#13 13.47 configure.ac:28: installing 'build-aux/install-sh' | |
#13 13.47 configure.ac:28: installing 'build-aux/missing' | |
#13 13.51 Makefile.am: installing 'build-aux/depcomp' | |
#13 13.56 parallel-tests: installing 'build-aux/test-driver' | |
#13 17.23 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. | |
#13 17.23 libtoolize: copying file 'build-aux/ltmain.sh' | |
#13 17.25 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build-aux/m4'. | |
#13 17.25 libtoolize: copying file 'build-aux/m4/libtool.m4' | |
#13 17.30 libtoolize: copying file 'build-aux/m4/ltoptions.m4' | |
#13 17.36 libtoolize: copying file 'build-aux/m4/ltsugar.m4' | |
#13 17.41 libtoolize: copying file 'build-aux/m4/ltversion.m4' | |
#13 17.47 libtoolize: copying file 'build-aux/m4/lt~obsolete.m4' | |
#13 19.91 configure.ac:28: warning: The macro `AC_PROG_CC_C89' is obsolete. | |
#13 19.91 configure.ac:28: You should run autoupdate. | |
#13 19.91 ./lib/autoconf/c.m4:1652: AC_PROG_CC_C89 is expanded from... | |
#13 19.91 configure.ac:28: the top level | |
#13 21.49 configure.ac:10: installing 'build-aux/compile' | |
#13 21.49 configure.ac:5: installing 'build-aux/config.guess' | |
#13 21.50 configure.ac:5: installing 'build-aux/config.sub' | |
#13 21.50 configure.ac:9: installing 'build-aux/install-sh' | |
#13 21.51 configure.ac:9: installing 'build-aux/missing' | |
#13 21.59 Makefile.am: installing 'build-aux/depcomp' | |
#13 21.66 parallel-tests: installing 'build-aux/test-driver' | |
#13 21.96 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. | |
#13 21.96 libtoolize: copying file 'build-aux/ltmain.sh' | |
#13 21.99 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build-aux/m4'. | |
#13 22.00 libtoolize: copying file 'build-aux/m4/libtool.m4' | |
#13 22.08 libtoolize: copying file 'build-aux/m4/ltoptions.m4' | |
#13 22.18 libtoolize: copying file 'build-aux/m4/ltsugar.m4' | |
#13 22.27 libtoolize: copying file 'build-aux/m4/ltversion.m4' | |
#13 22.36 libtoolize: copying file 'build-aux/m4/lt~obsolete.m4' | |
#13 26.19 configure.ac:669: warning: $as_echo is obsolete; use AS_ECHO(["message"]) instead | |
#13 26.19 lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... | |
#13 26.19 lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... | |
#13 26.19 ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... | |
#13 26.19 ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... | |
#13 26.19 build-aux/m4/ax_pthread.m4:88: AX_PTHREAD is expanded from... | |
#13 26.19 configure.ac:669: the top level | |
#13 28.81 configure.ac:80: installing 'build-aux/compile' | |
#13 28.81 configure.ac:30: installing 'build-aux/config.guess' | |
#13 28.82 configure.ac:30: installing 'build-aux/config.sub' | |
#13 28.82 configure.ac:40: installing 'build-aux/install-sh' | |
#13 28.82 configure.ac:40: installing 'build-aux/missing' | |
#13 29.31 src/Makefile.am: installing 'build-aux/depcomp' | |
#13 31.87 parallel-tests: installing 'build-aux/test-driver' | |
#13 32.11 checking build system type... x86_64-pc-linux-musl | |
#13 32.27 checking host system type... x86_64-pc-linux-musl | |
#13 32.28 checking for a BSD-compatible install... /usr/bin/install -c | |
#13 32.55 checking whether build environment is sane... yes | |
#13 32.57 checking for a race-free mkdir -p... ./build-aux/install-sh -c -d | |
#13 32.58 checking for gawk... no | |
#13 32.59 checking for mawk... no | |
#13 32.59 checking for nawk... no | |
#13 32.59 checking for awk... awk | |
#13 32.60 checking whether make sets $(MAKE)... yes | |
#13 32.62 checking whether make supports nested variables... yes | |
#13 32.63 checking whether to enable maintainer-specific portions of Makefiles... yes | |
#13 32.63 checking whether make supports nested variables... (cached) yes | |
#13 32.63 checking for g++... g++ | |
#13 32.66 checking whether the C++ compiler works... yes | |
#13 32.76 checking for C++ compiler default output file name... a.out | |
#13 32.77 checking for suffix of executables... | |
#13 32.84 checking whether we are cross compiling... no | |
#13 32.90 checking for suffix of object files... o | |
#13 32.94 checking whether the compiler supports GNU C++... yes | |
#13 32.98 checking whether g++ accepts -g... yes | |
#13 33.01 checking for g++ option to enable C++11 features... none needed | |
#13 33.15 checking whether make supports the include directive... yes (GNU style) | |
#13 33.16 checking dependency style of g++... gcc3 | |
#13 33.21 checking whether g++ supports C++11 features with -std=c++11... yes | |
#13 33.30 checking whether std::atomic can be used without link library... yes | |
#13 33.49 checking whether the compiler supports GNU Objective C++... no | |
#13 33.50 checking whether g++ -std=c++11 accepts -g... no | |
#13 33.53 checking dependency style of g++ -std=c++11... gcc3 | |
#13 33.57 checking how to print strings... printf | |
#13 33.57 checking for gcc... gcc | |
#13 33.60 checking whether the compiler supports GNU C... yes | |
#13 33.65 checking whether gcc accepts -g... yes | |
#13 33.68 checking for gcc option to enable C11 features... none needed | |
#13 33.81 checking whether gcc understands -c and -o together... yes | |
#13 33.88 checking dependency style of gcc... gcc3 | |
#13 33.93 checking for a sed that does not truncate output... /bin/sed | |
#13 33.93 checking for grep that handles long lines and -e... /bin/grep | |
#13 34.00 checking for egrep... /bin/grep -E | |
#13 34.00 checking for fgrep... /bin/grep -F | |
#13 34.00 checking for ld used by gcc... /usr/x86_64-alpine-linux-musl/bin/ld | |
#13 34.02 checking if the linker (/usr/x86_64-alpine-linux-musl/bin/ld) is GNU ld... yes | |
#13 34.02 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
#13 34.03 checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
#13 34.07 checking whether ln -s works... yes | |
#13 34.07 checking the maximum length of command line arguments... 98304 | |
#13 34.08 checking how to convert x86_64-pc-linux-musl file names to x86_64-pc-linux-musl format... func_convert_file_noop | |
#13 34.08 checking how to convert x86_64-pc-linux-musl file names to toolchain format... func_convert_file_noop | |
#13 34.08 checking for /usr/x86_64-alpine-linux-musl/bin/ld option to reload object files... -r | |
#13 34.08 checking for objdump... objdump | |
#13 34.08 checking how to recognize dependent libraries... pass_all | |
#13 34.08 checking for dlltool... no | |
#13 34.08 checking how to associate runtime and link libraries... printf %s\n | |
#13 34.08 checking for ar... ar | |
#13 34.08 checking for archiver @FILE support... @ | |
#13 34.14 checking for strip... strip | |
#13 34.14 checking for ranlib... ranlib | |
#13 34.14 checking command to parse /usr/bin/nm -B output from gcc object... ok | |
#13 34.25 checking for sysroot... no | |
#13 34.25 checking for a working dd... /bin/dd | |
#13 34.26 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 | |
#13 34.36 checking for mt... no | |
#13 34.36 checking if : is a manifest tool... no | |
#13 34.37 checking for stdio.h... yes | |
#13 34.41 checking for stdlib.h... yes | |
#13 34.45 checking for string.h... yes | |
#13 34.49 checking for inttypes.h... yes | |
#13 34.54 checking for stdint.h... yes | |
#13 34.58 checking for strings.h... yes | |
#13 34.63 checking for sys/stat.h... yes | |
#13 34.67 checking for sys/types.h... yes | |
#13 34.73 checking for unistd.h... yes | |
#13 34.79 checking for dlfcn.h... yes | |
#13 34.84 checking for objdir... .libs | |
#13 34.93 checking if gcc supports -fno-rtti -fno-exceptions... no | |
#13 34.96 checking for gcc option to produce PIC... -fPIC -DPIC | |
#13 34.96 checking if gcc PIC flag -fPIC -DPIC works... yes | |
#13 35.00 checking if gcc static flag -static works... yes | |
#13 35.07 checking if gcc supports -c -o file.o... yes | |
#13 35.11 checking if gcc supports -c -o file.o... (cached) yes | |
#13 35.11 checking whether the gcc linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes | |
#13 35.14 checking whether -lc should be explicitly linked in... no | |
#13 35.18 checking dynamic linker characteristics... GNU/Linux ld.so | |
#13 35.26 checking how to hardcode library paths into programs... immediate | |
#13 35.27 checking whether stripping libraries is possible... yes | |
#13 35.27 checking if libtool supports shared libraries... yes | |
#13 35.27 checking whether to build shared libraries... yes | |
#13 35.27 checking whether to build static libraries... yes | |
#13 35.27 checking how to run the C++ preprocessor... g++ -std=c++11 -E | |
#13 35.47 checking for ld used by g++ -std=c++11... /usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64 | |
#13 35.48 checking if the linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) is GNU ld... yes | |
#13 35.49 checking whether the g++ -std=c++11 linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes | |
#13 35.57 checking for g++ -std=c++11 option to produce PIC... -fPIC -DPIC | |
#13 35.57 checking if g++ -std=c++11 PIC flag -fPIC -DPIC works... yes | |
#13 35.60 checking if g++ -std=c++11 static flag -static works... yes | |
#13 35.67 checking if g++ -std=c++11 supports -c -o file.o... yes | |
#13 35.71 checking if g++ -std=c++11 supports -c -o file.o... (cached) yes | |
#13 35.71 checking whether the g++ -std=c++11 linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes | |
#13 35.71 checking dynamic linker characteristics... (cached) GNU/Linux ld.so | |
#13 35.71 checking how to hardcode library paths into programs... immediate | |
#13 35.71 checking for ar... /usr/bin/ar | |
#13 35.71 checking for ranlib... /usr/bin/ranlib | |
#13 35.71 checking for strip... /usr/bin/strip | |
#13 35.71 checking for gcov... /usr/bin/gcov | |
#13 35.71 checking for lcov... no | |
#13 35.71 checking for python3.5... no | |
#13 35.71 checking for python3.6... no | |
#13 35.72 checking for python3.7... no | |
#13 35.72 checking for python3.8... no | |
#13 35.72 checking for python3... /usr/bin/python3 | |
#13 35.72 checking for genhtml... no | |
#13 35.72 checking for git... no | |
#13 35.72 checking for ccache... no | |
#13 35.72 checking for xgettext... no | |
#13 35.72 checking for hexdump... /usr/bin/hexdump | |
#13 35.72 checking for readelf... /usr/bin/readelf | |
#13 35.72 checking for c++filt... /usr/bin/c++filt | |
#13 35.72 checking for objcopy... /usr/bin/objcopy | |
#13 35.72 checking for doxygen... no | |
#13 35.73 configure: WARNING: Doxygen not found | |
#13 35.73 checking whether C++ compiler accepts -Werror... yes | |
#13 35.78 checking whether C++ compiler accepts -Wall... yes | |
#13 35.82 checking whether C++ compiler accepts -Wextra... yes | |
#13 35.87 checking whether C++ compiler accepts -Wformat... yes | |
#13 35.91 checking whether C++ compiler accepts -Wvla... yes | |
#13 35.96 checking whether C++ compiler accepts -Wswitch... yes | |
#13 36.00 checking whether C++ compiler accepts -Wformat-security... yes | |
#13 36.05 checking whether C++ compiler accepts -Wthread-safety-analysis... no | |
#13 36.08 checking whether C++ compiler accepts -Wrange-loop-analysis... no | |
#13 36.11 checking whether C++ compiler accepts -Wredundant-decls... yes | |
#13 36.15 checking whether C++ compiler accepts -Wunused-parameter... yes | |
#13 36.19 checking whether C++ compiler accepts -Wself-assign... no | |
#13 36.21 checking whether C++ compiler accepts -Wunused-local-typedef... no | |
#13 36.23 checking whether C++ compiler accepts -Wdeprecated-register... no | |
#13 36.26 checking whether C++ compiler accepts -Wimplicit-fallthrough... yes | |
#13 36.31 checking whether C++ compiler accepts -msse4.2... yes | |
#13 36.35 checking whether C++ compiler accepts -msse4.1... yes | |
#13 36.39 checking whether C++ compiler accepts -mavx -mavx2... yes | |
#13 36.44 checking whether C++ compiler accepts -msse4 -msha... yes | |
#13 36.49 checking for assembler crc32 support... yes | |
#13 36.61 checking for SSE4.1 intrinsics... yes | |
#13 37.57 checking for AVX2 intrinsics... yes | |
#13 38.41 checking for SHA-NI intrinsics... yes | |
#13 39.29 checking for pkg-config... /usr/bin/pkg-config | |
#13 39.29 checking pkg-config is at least version 0.9.0... yes | |
#13 39.29 checking whether byte ordering is bigendian... no | |
#13 39.41 checking how to run the C preprocessor... gcc -E | |
#13 39.50 checking whether gcc is Clang... no | |
#13 39.51 checking whether pthreads work with -pthread... yes | |
#13 39.59 checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE | |
#13 39.65 checking whether more special flags are required for pthreads... no | |
#13 39.65 checking for PTHREAD_PRIO_INHERIT... yes | |
#13 39.71 checking for special C compiler options needed for large files... no | |
#13 39.71 checking for _FILE_OFFSET_BITS value needed for large files... no | |
#13 39.76 checking for g++ -std=c++11 options needed to detect all undeclared functions... none needed | |
#13 39.83 checking whether strerror_r is declared... yes | |
#13 39.91 checking whether strerror_r returns char *... no | |
#13 39.95 checking whether the linker accepts -Wl,--large-address-aware... no | |
#13 40.00 checking for __attribute__((visibility))... yes | |
#13 40.06 checking for __attribute__((dllexport))... no | |
#13 40.13 checking for __attribute__((dllimport))... no | |
#13 40.19 checking for library containing clock_gettime... none required | |
#13 40.26 checking whether C++ compiler accepts -fPIC... yes | |
#13 40.30 checking whether C++ compiler accepts -fstack-reuse=none... yes | |
#13 40.34 checking whether C++ compiler accepts -Wstack-protector... yes | |
#13 40.39 checking whether C++ compiler accepts -fstack-protector-all... yes | |
#13 40.43 checking whether C++ preprocessor accepts -D_FORTIFY_SOURCE=2... yes | |
#13 40.46 checking whether C++ preprocessor accepts -U_FORTIFY_SOURCE... yes | |
#13 40.48 checking whether the linker accepts -Wl,--dynamicbase... no | |
#13 40.54 checking whether the linker accepts -Wl,--nxcompat... no | |
#13 40.59 checking whether the linker accepts -Wl,--high-entropy-va... no | |
#13 40.63 checking whether the linker accepts -Wl,-z,relro... yes | |
#13 40.70 checking whether the linker accepts -Wl,-z,now... yes | |
#13 40.77 checking whether the linker accepts -fPIE -pie... yes | |
#13 40.84 checking for endian.h... yes | |
#13 40.89 checking for sys/endian.h... no | |
#13 40.93 checking for byteswap.h... yes | |
#13 41.01 checking for stdio.h... (cached) yes | |
#13 41.01 checking for stdlib.h... (cached) yes | |
#13 41.01 checking for unistd.h... (cached) yes | |
#13 41.01 checking for strings.h... (cached) yes | |
#13 41.01 checking for sys/types.h... (cached) yes | |
#13 41.01 checking for sys/stat.h... (cached) yes | |
#13 41.01 checking for sys/select.h... yes | |
#13 41.07 checking for sys/prctl.h... yes | |
#13 41.13 checking FD_ZERO memcpy dependence... no | |
#13 41.18 checking whether getifaddrs is declared... yes | |
#13 41.24 checking whether freeifaddrs is declared... yes | |
#13 41.30 checking whether strnlen is declared... yes | |
#13 41.38 checking whether daemon is declared... yes | |
#13 41.47 checking whether le16toh is declared... yes | |
#13 41.51 checking whether le32toh is declared... yes | |
#13 41.56 checking whether le64toh is declared... yes | |
#13 41.61 checking whether htole16 is declared... yes | |
#13 41.65 checking whether htole32 is declared... yes | |
#13 41.70 checking whether htole64 is declared... yes | |
#13 41.75 checking whether be16toh is declared... yes | |
#13 41.79 checking whether be32toh is declared... yes | |
#13 41.84 checking whether be64toh is declared... yes | |
#13 41.89 checking whether htobe16 is declared... yes | |
#13 41.93 checking whether htobe32 is declared... yes | |
#13 41.99 checking whether htobe64 is declared... yes | |
#13 42.04 checking whether bswap_16 is declared... yes | |
#13 42.08 checking whether bswap_32 is declared... yes | |
#13 42.13 checking whether bswap_64 is declared... yes | |
#13 42.17 checking whether __builtin_clz is declared... yes | |
#13 42.26 checking whether __builtin_clzl is declared... yes | |
#13 42.34 checking whether __builtin_clzll is declared... yes | |
#13 42.42 checking for getmemoryinfo... no | |
#13 42.45 checking for mallopt M_ARENA_MAX... no | |
#13 42.50 checking for visibility attribute... yes | |
#13 42.56 checking for thread_local support... yes | |
#13 43.17 checking for Linux getrandom syscall... yes | |
#13 43.23 checking for getentropy... yes | |
#13 43.27 checking for getentropy via random.h... yes | |
#13 43.32 checking for sysctl KERN_ARND... no | |
#13 43.35 checking for if type char equals int8_t... no | |
#13 43.41 checking for std::system... yes | |
#13 43.48 checking for ::_wsystem... no | |
#13 43.53 checking whether to build Bitcoin Core GUI... no | |
#13 43.53 checking for Berkeley DB C++ headers... default | |
#13 45.07 checking for main in -ldb_cxx-4.8... yes | |
#13 45.14 checking for miniupnpc/miniwget.h... no | |
#13 45.18 checking for miniupnpc/miniupnpc.h... no | |
#13 45.23 checking for miniupnpc/upnpcommands.h... no | |
#13 45.27 checking for miniupnpc/upnperrors.h... no | |
#13 45.32 checking for boostlib >= 1.47.0 (104700)... yes | |
#13 45.37 checking whether the Boost::System library is available... yes | |
#13 46.40 checking for exit in -lboost_system... yes | |
#13 46.47 checking whether the Boost::Filesystem library is available... yes | |
#13 49.15 checking for exit in -lboost_filesystem... yes | |
#13 49.22 checking whether the Boost::Thread library is available... yes | |
#13 53.65 checking for exit in -lboost_thread... yes | |
#13 53.71 checking whether the Boost::Chrono library is available... yes | |
#13 55.64 checking for exit in -lboost_chrono... yes | |
#13 55.70 checking for mismatched boost c++11 scoped enums... ok | |
#13 63.11 checking for SSL... yes | |
#13 63.12 checking for CRYPTO... yes | |
#13 63.12 checking for EVENT... yes | |
#13 63.13 checking for EVENT_PTHREADS... yes | |
#13 63.14 checking for ZMQ... yes | |
#13 63.15 checking whether EVP_MD_CTX_new is declared... yes | |
#13 63.34 checking for rapidcheck.h... no | |
#13 63.39 checking whether to build bitcoind... yes | |
#13 63.39 checking whether to build bitcoin-cli... yes | |
#13 63.39 checking whether to build bitcoin-tx... yes | |
#13 63.39 checking whether to build bitcoin-wallet... yes | |
#13 63.39 checking whether to build libraries... yes | |
#13 63.39 checking if wallet should be enabled... yes | |
#13 63.39 checking whether to build with support for UPnP... no | |
#13 63.39 checking whether to build test_bitcoin... no | |
#13 63.39 checking whether to reduce exports... no | |
#13 63.45 checking that generated files are newer than configure... done | |
#13 63.45 configure: creating ./config.status | |
#13 64.03 config.status: creating libbitcoinconsensus.pc | |
#13 64.05 config.status: creating Makefile | |
#13 64.08 config.status: creating src/Makefile | |
#13 64.83 config.status: creating doc/man/Makefile | |
#13 64.86 config.status: creating share/setup.nsi | |
#13 64.88 config.status: creating share/qt/Info.plist | |
#13 64.90 config.status: creating test/config.ini | |
#13 64.92 config.status: creating contrib/devtools/split-debug.sh | |
#13 64.94 config.status: creating src/config/bitcoin-config.h | |
#13 64.98 config.status: executing depfiles commands | |
#13 67.24 config.status: executing libtool commands | |
#13 67.27 === configuring in src/univalue (/bitcoin-0.19.1/src/univalue) | |
#13 67.27 configure: running /bin/sh ./configure --disable-option-checking '--prefix=/opt/bitcoin' 'LDFLAGS=-L/opt/db/lib/' 'CPPFLAGS=-I/opt/db/include/' '--disable-man' '--disable-tests' '--disable-bench' '--disable-ccache' '--with-gui=no' '--enable-util-cli' '--with-daemon' '--disable-shared' '--with-pic' '--enable-benchmark=no' '--with-bignum=no' '--enable-module-recovery' '--disable-jni' --cache-file=/dev/null --srcdir=. | |
#13 67.42 checking whether make supports nested variables... yes | |
#13 67.43 checking for a BSD-compatible install... /usr/bin/install -c | |
#13 67.71 checking whether build environment is sane... yes | |
#13 67.72 checking for a race-free mkdir -p... ./build-aux/install-sh -c -d | |
#13 67.73 checking for gawk... no | |
#13 67.73 checking for mawk... no | |
#13 67.73 checking for nawk... no | |
#13 67.73 checking for awk... awk | |
#13 67.73 checking whether make sets $(MAKE)... yes | |
#13 67.75 checking build system type... x86_64-pc-linux-musl | |
#13 67.83 checking host system type... x86_64-pc-linux-musl | |
#13 67.83 checking how to print strings... printf | |
#13 67.83 checking whether make supports the include directive... yes (GNU style) | |
#13 67.85 checking for gcc... gcc | |
#13 67.89 checking whether the C compiler works... yes | |
#13 67.95 checking for C compiler default output file name... a.out | |
#13 67.95 checking for suffix of executables... | |
#13 68.01 checking whether we are cross compiling... no | |
#13 68.07 checking for suffix of object files... o | |
#13 68.11 checking whether the compiler supports GNU C... yes | |
#13 68.14 checking whether gcc accepts -g... yes | |
#13 68.19 checking for gcc option to enable C11 features... none needed | |
#13 68.32 checking whether gcc understands -c and -o together... yes | |
#13 68.40 checking dependency style of gcc... gcc3 | |
#13 68.45 checking for a sed that does not truncate output... /bin/sed | |
#13 68.46 checking for grep that handles long lines and -e... /bin/grep | |
#13 68.53 checking for egrep... /bin/grep -E | |
#13 68.54 checking for fgrep... /bin/grep -F | |
#13 68.54 checking for ld used by gcc... /usr/x86_64-alpine-linux-musl/bin/ld | |
#13 68.55 checking if the linker (/usr/x86_64-alpine-linux-musl/bin/ld) is GNU ld... yes | |
#13 68.56 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
#13 68.56 checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
#13 68.60 checking whether ln -s works... yes | |
#13 68.60 checking the maximum length of command line arguments... 98304 | |
#13 68.61 checking how to convert x86_64-pc-linux-musl file names to x86_64-pc-linux-musl format... func_convert_file_noop | |
#13 68.61 checking how to convert x86_64-pc-linux-musl file names to toolchain format... func_convert_file_noop | |
#13 68.61 checking for /usr/x86_64-alpine-linux-musl/bin/ld option to reload object files... -r | |
#13 68.61 checking for objdump... objdump | |
#13 68.61 checking how to recognize dependent libraries... pass_all | |
#13 68.61 checking for dlltool... no | |
#13 68.61 checking how to associate runtime and link libraries... printf %s\n | |
#13 68.61 checking for ar... ar | |
#13 68.62 checking for archiver @FILE support... @ | |
#13 68.67 checking for strip... strip | |
#13 68.67 checking for ranlib... ranlib | |
#13 68.68 checking command to parse /usr/bin/nm -B output from gcc object... ok | |
#13 68.79 checking for sysroot... no | |
#13 68.79 checking for a working dd... /bin/dd | |
#13 68.80 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 | |
#13 68.84 checking for mt... no | |
#13 68.84 checking if : is a manifest tool... no | |
#13 68.85 checking for stdio.h... yes | |
#13 68.89 checking for stdlib.h... yes | |
#13 68.93 checking for string.h... yes | |
#13 68.97 checking for inttypes.h... yes | |
#13 69.01 checking for stdint.h... yes | |
#13 69.06 checking for strings.h... yes | |
#13 69.11 checking for sys/stat.h... yes | |
#13 69.15 checking for sys/types.h... yes | |
#13 69.20 checking for unistd.h... yes | |
#13 69.26 checking for dlfcn.h... yes | |
#13 69.32 checking for objdir... .libs | |
#13 69.43 checking if gcc supports -fno-rtti -fno-exceptions... no | |
#13 69.46 checking for gcc option to produce PIC... -fPIC -DPIC | |
#13 69.46 checking if gcc PIC flag -fPIC -DPIC works... yes | |
#13 69.50 checking if gcc static flag -static works... yes | |
#13 69.55 checking if gcc supports -c -o file.o... yes | |
#13 69.60 checking if gcc supports -c -o file.o... (cached) yes | |
#13 69.60 checking whether the gcc linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes | |
#13 69.62 checking dynamic linker characteristics... GNU/Linux ld.so | |
#13 69.68 checking how to hardcode library paths into programs... immediate | |
#13 69.68 checking whether stripping libraries is possible... yes | |
#13 69.69 checking if libtool supports shared libraries... yes | |
#13 69.69 checking whether to build shared libraries... no | |
#13 69.69 checking whether to build static libraries... yes | |
#13 69.69 checking for g++... g++ | |
#13 69.72 checking whether the compiler supports GNU C++... yes | |
#13 69.76 checking whether g++ accepts -g... yes | |
#13 69.81 checking for g++ option to enable C++11 features... none needed | |
#13 69.94 checking dependency style of g++... gcc3 | |
#13 70.00 checking how to run the C++ preprocessor... g++ -E | |
#13 70.20 checking for ld used by g++... /usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64 | |
#13 70.22 checking if the linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) is GNU ld... yes | |
#13 70.24 checking whether the g++ linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes | |
#13 70.33 checking for g++ option to produce PIC... -fPIC -DPIC | |
#13 70.33 checking if g++ PIC flag -fPIC -DPIC works... yes | |
#13 70.38 checking if g++ static flag -static works... yes | |
#13 70.44 checking if g++ supports -c -o file.o... yes | |
#13 70.49 checking if g++ supports -c -o file.o... (cached) yes | |
#13 70.49 checking whether the g++ linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes | |
#13 70.49 checking dynamic linker characteristics... (cached) GNU/Linux ld.so | |
#13 70.49 checking how to hardcode library paths into programs... immediate | |
#13 70.53 checking that generated files are newer than configure... done | |
#13 70.53 configure: creating ./config.status | |
#13 71.17 config.status: creating Makefile | |
#13 71.21 config.status: creating pc/libunivalue.pc | |
#13 71.23 config.status: creating pc/libunivalue-uninstalled.pc | |
#13 71.25 config.status: creating univalue-config.h | |
#13 71.27 config.status: executing depfiles commands | |
#13 71.37 config.status: executing libtool commands | |
#13 71.45 === configuring in src/secp256k1 (/bitcoin-0.19.1/src/secp256k1) | |
#13 71.46 configure: running /bin/sh ./configure --disable-option-checking '--prefix=/opt/bitcoin' 'LDFLAGS=-L/opt/db/lib/' 'CPPFLAGS=-I/opt/db/include/' '--disable-man' '--disable-tests' '--disable-bench' '--disable-ccache' '--with-gui=no' '--enable-util-cli' '--with-daemon' '--disable-shared' '--with-pic' '--enable-benchmark=no' '--with-bignum=no' '--enable-module-recovery' '--disable-jni' --cache-file=/dev/null --srcdir=. | |
#13 71.63 checking build system type... x86_64-pc-linux-musl | |
#13 71.71 checking host system type... x86_64-pc-linux-musl | |
#13 71.71 checking for a BSD-compatible install... /usr/bin/install -c | |
#13 72.06 checking whether build environment is sane... yes | |
#13 72.07 checking for a race-free mkdir -p... ./build-aux/install-sh -c -d | |
#13 72.08 checking for gawk... no | |
#13 72.08 checking for mawk... no | |
#13 72.08 checking for nawk... no | |
#13 72.08 checking for awk... awk | |
#13 72.08 checking whether make sets $(MAKE)... yes | |
#13 72.10 checking whether make supports nested variables... yes | |
#13 72.11 checking how to print strings... printf | |
#13 72.11 checking whether make supports the include directive... yes (GNU style) | |
#13 72.12 checking for gcc... gcc | |
#13 72.15 checking whether the C compiler works... yes | |
#13 72.20 checking for C compiler default output file name... a.out | |
#13 72.21 checking for suffix of executables... | |
#13 72.26 checking whether we are cross compiling... no | |
#13 72.33 checking for suffix of object files... o | |
#13 72.37 checking whether the compiler supports GNU C... yes | |
#13 72.41 checking whether gcc accepts -g... yes | |
#13 72.45 checking for gcc option to enable C11 features... none needed | |
#13 72.56 checking whether gcc understands -c and -o together... yes | |
#13 72.64 checking dependency style of gcc... gcc3 | |
#13 72.69 checking for a sed that does not truncate output... /bin/sed | |
#13 72.70 checking for grep that handles long lines and -e... /bin/grep | |
#13 72.77 checking for egrep... /bin/grep -E | |
#13 72.77 checking for fgrep... /bin/grep -F | |
#13 72.77 checking for ld used by gcc... /usr/x86_64-alpine-linux-musl/bin/ld | |
#13 72.80 checking if the linker (/usr/x86_64-alpine-linux-musl/bin/ld) is GNU ld... yes | |
#13 72.80 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
#13 72.80 checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
#13 72.85 checking whether ln -s works... yes | |
#13 72.85 checking the maximum length of command line arguments... 98304 | |
#13 72.85 checking how to convert x86_64-pc-linux-musl file names to x86_64-pc-linux-musl format... func_convert_file_noop | |
#13 72.85 checking how to convert x86_64-pc-linux-musl file names to toolchain format... func_convert_file_noop | |
#13 72.85 checking for /usr/x86_64-alpine-linux-musl/bin/ld option to reload object files... -r | |
#13 72.85 checking for objdump... objdump | |
#13 72.86 checking how to recognize dependent libraries... pass_all | |
#13 72.86 checking for dlltool... no | |
#13 72.86 checking how to associate runtime and link libraries... printf %s\n | |
#13 72.86 checking for ar... ar | |
#13 72.86 checking for archiver @FILE support... @ | |
#13 72.91 checking for strip... strip | |
#13 72.91 checking for ranlib... ranlib | |
#13 72.91 checking command to parse /usr/bin/nm -B output from gcc object... ok | |
#13 73.04 checking for sysroot... no | |
#13 73.04 checking for a working dd... /bin/dd | |
#13 73.04 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 | |
#13 73.08 checking for mt... no | |
#13 73.08 checking if : is a manifest tool... no | |
#13 73.08 checking for stdio.h... yes | |
#13 73.12 checking for stdlib.h... yes | |
#13 73.16 checking for string.h... yes | |
#13 73.21 checking for inttypes.h... yes | |
#13 73.26 checking for stdint.h... yes | |
#13 73.31 checking for strings.h... yes | |
#13 73.36 checking for sys/stat.h... yes | |
#13 73.41 checking for sys/types.h... yes | |
#13 73.46 checking for unistd.h... yes | |
#13 73.52 checking for dlfcn.h... yes | |
#13 73.57 checking for objdir... .libs | |
#13 73.67 checking if gcc supports -fno-rtti -fno-exceptions... no | |
#13 73.70 checking for gcc option to produce PIC... -fPIC -DPIC | |
#13 73.70 checking if gcc PIC flag -fPIC -DPIC works... yes | |
#13 73.74 checking if gcc static flag -static works... yes | |
#13 73.80 checking if gcc supports -c -o file.o... yes | |
#13 73.85 checking if gcc supports -c -o file.o... (cached) yes | |
#13 73.85 checking whether the gcc linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes | |
#13 73.87 checking dynamic linker characteristics... GNU/Linux ld.so | |
#13 73.95 checking how to hardcode library paths into programs... immediate | |
#13 73.95 checking whether stripping libraries is possible... yes | |
#13 73.95 checking if libtool supports shared libraries... yes | |
#13 73.95 checking whether to build shared libraries... no | |
#13 73.95 checking whether to build static libraries... yes | |
#13 73.96 checking whether make supports nested variables... (cached) yes | |
#13 73.96 checking for pkg-config... /usr/bin/pkg-config | |
#13 73.96 checking pkg-config is at least version 0.9.0... yes | |
#13 73.96 checking for ar... /usr/bin/ar | |
#13 73.96 checking for ranlib... /usr/bin/ranlib | |
#13 73.96 checking for strip... /usr/bin/strip | |
#13 73.97 checking how to run the C preprocessor... gcc -E | |
#13 74.06 checking for gcc... gcc | |
#13 74.10 checking whether the compiler supports GNU C... (cached) yes | |
#13 74.10 checking whether gcc accepts -g... yes | |
#13 74.14 checking for gcc option to enable C11 features... (cached) none needed | |
#13 74.15 checking whether gcc understands -c and -o together... (cached) yes | |
#13 74.15 checking dependency style of gcc... (cached) gcc3 | |
#13 74.15 checking how to run the C preprocessor... gcc -E | |
#13 74.23 checking dependency style of gcc... gcc3 | |
#13 74.28 checking if gcc supports -std=c89 -pedantic -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -Wno-unused-function -Wno-long-long -Wno-overlength-strings... yes | |
#13 74.31 checking if gcc supports -fvisibility=hidden... yes | |
#13 74.35 checking for __int128... yes | |
#13 74.47 checking if native gcc supports -Wall -Wextra -Wno-unused-function... yes | |
#13 74.51 checking for working native compiler: gcc... yes | |
#13 74.57 checking for x86_64 assembly availability... yes | |
#13 74.62 checking whether byte ordering is bigendian... no | |
#13 74.78 checking that generated files are newer than configure... done | |
#13 74.78 configure: creating ./config.status | |
#13 75.22 config.status: creating Makefile | |
#13 75.27 config.status: creating libsecp256k1.pc | |
#13 75.29 config.status: creating src/libsecp256k1-config.h | |
#13 75.31 config.status: executing depfiles commands | |
#13 75.40 config.status: executing libtool commands | |
#13 75.42 | |
#13 75.42 Build Options: | |
#13 75.42 with endomorphism = no | |
#13 75.42 with ecmult precomp = yes | |
#13 75.42 with jni = no | |
#13 75.42 with benchmarks = no | |
#13 75.42 with coverage = no | |
#13 75.42 module ecdh = no | |
#13 75.42 module recovery = yes | |
#13 75.42 | |
#13 75.42 asm = x86_64 | |
#13 75.42 bignum = no | |
#13 75.42 field = 64bit | |
#13 75.42 scalar = 64bit | |
#13 75.42 | |
#13 75.42 CC = gcc | |
#13 75.42 CFLAGS = -g -O2 -W -std=c89 -pedantic -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -Wno-unused-function -Wno-long-long -Wno-overlength-strings -fvisibility=hidden -O3 | |
#13 75.43 CPPFLAGS = -I/opt/db/include/ | |
#13 75.43 LDFLAGS = -L/opt/db/lib/ | |
#13 75.43 | |
#13 75.48 | |
#13 75.48 Options used to compile and link: | |
#13 75.48 with wallet = yes | |
#13 75.48 with gui / qt = no | |
#13 75.48 with zmq = yes | |
#13 75.48 with test = no | |
#13 75.48 with bench = no | |
#13 75.48 with upnp = no | |
#13 75.48 use asm = yes | |
#13 75.48 sanitizers = | |
#13 75.48 debug enabled = no | |
#13 75.48 gprof enabled = no | |
#13 75.48 werror = no | |
#13 75.48 | |
#13 75.48 target os = linux | |
#13 75.48 build os = | |
#13 75.48 | |
#13 75.48 CC = gcc | |
#13 75.48 CFLAGS = -g -O2 | |
#13 75.48 CPPFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I/opt/db/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS | |
#13 75.48 CXX = g++ -std=c++11 | |
#13 75.48 CXXFLAGS = -fstack-reuse=none -Wstack-protector -fstack-protector-all -Wall -Wextra -Wformat -Wvla -Wswitch -Wformat-security -Wredundant-decls -Wno-unused-parameter -Wno-implicit-fallthrough -g -O2 | |
#13 75.48 LDFLAGS = -pthread -Wl,-z,relro -Wl,-z,now -pie -L/opt/db/lib/ | |
#13 75.48 ARFLAGS = cr | |
#13 75.48 | |
#13 75.56 Making all in src | |
#13 75.65 make[1]: Entering directory '/bitcoin-0.19.1/src' | |
#13 75.72 make[2]: Entering directory '/bitcoin-0.19.1/src' | |
#13 75.72 CXX libbitcoin_server_a-addrdb.o | |
#13 75.72 CXX bitcoind-bitcoind.o | |
#13 75.73 CXX libbitcoin_server_a-addrman.o | |
#13 75.73 CXX libbitcoin_server_a-banman.o | |
#13 96.45 CXX libbitcoin_server_a-blockencodings.o | |
#13 98.37 CXX libbitcoin_server_a-blockfilter.o | |
#13 101.1 CXX libbitcoin_server_a-chain.o | |
#13 111.3 CXX libbitcoin_server_a-flatfile.o | |
#13 111.8 CXX libbitcoin_server_a-httprpc.o | |
#13 113.0 CXX libbitcoin_server_a-httpserver.o | |
#13 129.4 CXX libbitcoin_server_a-init.o | |
#13 154.0 CXX libbitcoin_server_a-dbwrapper.o | |
#13 154.7 CXX libbitcoin_server_a-miner.o | |
#13 172.8 CXX libbitcoin_server_a-net.o | |
#13 181.4 CXX libbitcoin_server_a-net_processing.o | |
#13 416.4 CXX libbitcoin_server_a-noui.o | |
#13 922.4 g++: fatal error: Killed signal terminated program cc1plus | |
#13 922.4 compilation terminated. | |
#13 922.4 make[2]: *** [Makefile:8044: libbitcoin_server_a-init.o] Error 1 | |
#13 922.4 make[2]: *** Waiting for unfinished jobs.... | |
#13 965.8 make[2]: Leaving directory '/bitcoin-0.19.1/src' | |
#13 965.8 make[1]: *** [Makefile:13765: all-recursive] Error 1 | |
#13 965.9 make[1]: Leaving directory '/bitcoin-0.19.1/src' | |
#13 965.9 make: *** [Makefile:776: all-recursive] Error 1 | |
------ | |
executor failed running [/bin/sh -c tar -xzf *.tar.gz && cd bitcoin-${BITCOIN_VERSION} && sed -i 's/consensus.nSubsidyHalvingInterval = 150/consensus.nSubsidyHalvingInterval = 210000/g' src/chainparams.cpp && ./autogen.sh && ./configure LDFLAGS=-L`ls -d /opt/db`/lib/ CPPFLAGS=-I`ls -d /opt/db`/include/ --prefix=/opt/bitcoin --disable-man --disable-tests --disable-bench --disable-ccache --with-gui=no --enable-util-cli --with-daemon && make -j4 && make install && strip /opt/bitcoin/bin/bitcoin-cli && strip /opt/bitcoin/bin/bitcoind]: exit code: 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment