WalletBackupTest Fails on Master but Travis Shows as Passing #8045

issue pstratem openend this issue on May 12, 2016
  1. pstratem commented at 0:07 am on May 12, 2016: contributor

    $ git checkout 423ca302a3ee87000530da3c105f269b8fabece7 && git clean -fdx && ./autogen.sh && ./configure –without-gui –with-incompatible-bdb && make -j check && ./qa/pull-tester/rpc-tests.py HEAD is now at 423ca30… Merge #7972: [qa] pull-tester: Run rpc test in parallel Removing autom4te.cache/ libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, ‘build-aux’. libtoolize: copying file ‘build-aux/ltmain.sh’ libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, ‘build-aux/m4’. libtoolize: copying file ‘build-aux/m4/libtool.m4’ libtoolize: copying file ‘build-aux/m4/ltoptions.m4’ libtoolize: copying file ‘build-aux/m4/ltsugar.m4’ libtoolize: copying file ‘build-aux/m4/ltversion.m4’ libtoolize: copying file ‘build-aux/m4/lt~obsolete.m4’ configure.ac:45: installing ‘build-aux/compile’ configure.ac:45: installing ‘build-aux/config.guess’ configure.ac:45: installing ‘build-aux/config.sub’ configure.ac:28: installing ‘build-aux/install-sh’ configure.ac:28: installing ‘build-aux/missing’ Makefile.am: installing ‘build-aux/depcomp’ parallel-tests: installing ‘build-aux/test-driver’ libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, ‘build-aux’. libtoolize: copying file ‘build-aux/ltmain.sh’ libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, ‘build-aux/m4’. libtoolize: copying file ‘build-aux/m4/libtool.m4’ libtoolize: copying file ‘build-aux/m4/ltoptions.m4’ libtoolize: copying file ‘build-aux/m4/ltsugar.m4’ libtoolize: copying file ‘build-aux/m4/ltversion.m4’ libtoolize: copying file ‘build-aux/m4/lt~obsolete.m4’ configure.ac:10: installing ‘build-aux/compile’ configure.ac:5: installing ‘build-aux/config.guess’ configure.ac:5: installing ‘build-aux/config.sub’ configure.ac:9: installing ‘build-aux/install-sh’ configure.ac:9: installing ‘build-aux/missing’ Makefile.am: installing ‘build-aux/depcomp’ parallel-tests: installing ‘build-aux/test-driver’ libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, ‘build-aux’. libtoolize: copying file ‘build-aux/ltmain.sh’ libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, ‘build-aux/m4’. libtoolize: copying file ‘build-aux/m4/libtool.m4’ libtoolize: copying file ‘build-aux/m4/ltoptions.m4’ libtoolize: copying file ‘build-aux/m4/ltsugar.m4’ libtoolize: copying file ‘build-aux/m4/ltversion.m4’ libtoolize: copying file ‘build-aux/m4/lt~obsolete.m4’ configure.ac:61: installing ‘build-aux/compile’ configure.ac:22: installing ‘build-aux/config.guess’ configure.ac:22: installing ‘build-aux/config.sub’ configure.ac:32: installing ‘build-aux/install-sh’ configure.ac:32: installing ‘build-aux/missing’ Makefile.am:5: warning: user variable ‘GZIP_ENV’ defined here … /usr/share/automake-1.15/am/distdir.am: … overrides Automake variable ‘GZIP_ENV’ defined here Makefile.am:65: warning: user target ‘distcleancheck’ defined here … /usr/share/automake-1.15/am/distdir.am: … overrides Automake target ‘distcleancheck’ defined here src/Makefile.am: installing ‘build-aux/depcomp’ src/Makefile.am:451: warning: user target ‘.mm.o’ defined here … /usr/share/automake-1.15/am/depend2.am: … overrides Automake target ‘.mm.o’ defined here parallel-tests: installing ‘build-aux/test-driver’ checking build system type… x86_64-unknown-linux-gnu checking host system type… x86_64-unknown-linux-gnu checking for a BSD-compatible install… /usr/bin/install -c checking whether build environment is sane… yes checking for a thread-safe mkdir -p… /usr/bin/mkdir -p checking for gawk… gawk checking whether make sets $(MAKE)… yes checking whether make supports nested variables… yes checking whether to enable maintainer-specific portions of Makefiles… yes checking whether make supports nested variables… (cached) yes checking for g++… g++ checking whether the C++ compiler works… 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… o checking whether we are using the GNU C++ compiler… yes checking whether g++ accepts -g… yes checking for style of include used by make… GNU checking dependency style of g++… gcc3 checking for g++… g++ checking whether we are using the GNU Objective C++ compiler… no checking whether g++ accepts -g… no checking dependency style of g++… gcc3 checking whether g++ supports C++11 features by default… no checking whether g++ supports C++11 features with -std=c++11… yes checking how to print strings… printf checking for gcc… gcc checking whether we are using the GNU C compiler… yes checking whether gcc accepts -g… yes checking for gcc option to accept ISO C89… none needed checking whether gcc understands -c and -o together… yes checking dependency style of gcc… gcc3 checking for a sed that does not truncate output… /usr/bin/sed checking for grep that handles long lines and -e… /usr/bin/grep checking for egrep… /usr/bin/grep -E checking for fgrep… /usr/bin/grep -F checking for ld used by gcc… /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld… yes checking for BSD- or MS-compatible name lister (nm)… /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface… BSD nm checking whether ln -s works… yes checking the maximum length of command line arguments… 1572864 checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format… func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format… func_convert_file_noop checking for /usr/bin/ld option to reload object files… -r checking for objdump… objdump checking how to recognize dependent libraries… pass_all checking for dlltool… no checking how to associate runtime and link libraries… printf %s\n checking for ar… ar checking for archiver @FILE support… @ checking for strip… strip checking for ranlib… ranlib checking command to parse /usr/bin/nm -B output from gcc object… ok checking for sysroot… no checking for a working dd… /usr/bin/dd checking how to truncate binary pipes… /usr/bin/dd bs=4096 count=1 checking for mt… no checking if : is a manifest tool… no checking how to run the C preprocessor… gcc -E checking for ANSI C header files… yes checking for sys/types.h… yes checking for sys/stat.h… yes checking for stdlib.h… yes checking for string.h… yes checking for memory.h… yes checking for strings.h… yes checking for inttypes.h… yes checking for stdint.h… yes checking for unistd.h… yes checking for dlfcn.h… yes checking for objdir… .libs checking if gcc supports -fno-rtti -fno-exceptions… no checking for gcc option to produce PIC… -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works… yes checking if gcc static flag -static works… no checking if gcc supports -c -o file.o… yes checking if gcc supports -c -o file.o… (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries… yes checking whether -lc should be explicitly linked in… no checking dynamic linker characteristics… GNU/Linux ld.so checking how to hardcode library paths into programs… immediate checking whether stripping libraries is possible… yes checking if libtool supports shared libraries… yes checking whether to build shared libraries… yes checking whether to build static libraries… yes checking how to run the C++ preprocessor… g++ -std=c++11 -E checking for ld used by g++ -std=c++11… /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld… yes checking whether the g++ -std=c++11 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries… yes checking for g++ -std=c++11 option to produce PIC… -fPIC -DPIC checking if g++ -std=c++11 PIC flag -fPIC -DPIC works… yes checking if g++ -std=c++11 static flag -static works… no checking if g++ -std=c++11 supports -c -o file.o… yes checking if g++ -std=c++11 supports -c -o file.o… (cached) yes checking whether the g++ -std=c++11 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries… yes checking dynamic linker characteristics… (cached) GNU/Linux ld.so checking how to hardcode library paths into programs… immediate checking for ar… /usr/bin/ar checking for ranlib… /usr/bin/ranlib checking for strip… /usr/bin/strip checking for gcov… /usr/bin/gcov checking for lcov… no checking for java… no checking for python3… /usr/bin/python3 checking for genhtml… no checking for git… /usr/bin/git checking for ccache… /usr/bin/ccache checking for xgettext… /usr/bin/xgettext checking for hexdump… /usr/bin/hexdump checking for readelf… /usr/bin/readelf checking for c++filt… /usr/bin/c++filt checking for pkg-config… /usr/bin/pkg-config checking pkg-config is at least version 0.9.0… yes checking whether C++ compiler accepts -Werror… yes checking whether C++ compiler accepts -Wall… yes checking whether C++ compiler accepts -Wextra… yes checking whether C++ compiler accepts -Wformat… yes checking whether C++ compiler accepts -Wformat-security… yes checking whether C++ compiler accepts -Wunused-parameter… yes checking whether C++ compiler accepts -Wself-assign… no checking whether C++ compiler accepts -Wunused-local-typedef… no checking whether C++ compiler accepts -Wdeprecated-register… no checking whether byte ordering is bigendian… no checking whether gcc is Clang… no checking whether pthreads work with -pthread… yes checking for joinable pthread attribute… PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads… no checking for PTHREAD_PRIO_INHERIT… yes checking for special C compiler options needed for large files… no checking for _FILE_OFFSET_BITS value needed for large files… no checking whether strerror_r is declared… yes checking for strerror_r… yes checking whether strerror_r returns char *… yes checking whether the linker accepts -Wl,–large-address-aware… no checking for attribute((visibility))… yes checking for attribute((dllexport))… no checking for attribute((dllimport))… no checking for library containing clock_gettime… none required checking whether C++ compiler accepts -fPIC… yes checking whether C++ compiler accepts -Wstack-protector… yes checking whether C++ compiler accepts -fstack-protector-all… yes checking whether C++ preprocessor accepts -D_FORTIFY_SOURCE=2… yes checking whether C++ preprocessor accepts -U_FORTIFY_SOURCE… yes checking whether the linker accepts -Wl,–dynamicbase… no checking whether the linker accepts -Wl,–nxcompat… no checking whether the linker accepts -Wl,-z,relro… yes checking whether the linker accepts -Wl,-z,now… yes checking whether C++ compiler accepts -fPIE… yes checking whether the linker accepts -pie… yes checking endian.h usability… yes checking endian.h presence… yes checking for endian.h… yes checking sys/endian.h usability… no checking sys/endian.h presence… no checking for sys/endian.h… no checking byteswap.h usability… yes checking byteswap.h presence… yes checking for byteswap.h… yes checking stdio.h usability… yes checking stdio.h presence… yes checking for stdio.h… yes checking for stdlib.h… (cached) yes checking for unistd.h… (cached) yes checking for strings.h… (cached) yes checking for sys/types.h… (cached) yes checking for sys/stat.h… (cached) yes checking sys/select.h usability… yes checking sys/select.h presence… yes checking for sys/select.h… yes checking sys/prctl.h usability… yes checking sys/prctl.h presence… yes checking for sys/prctl.h… yes checking for library containing getaddrinfo_a… -lanl checking for library containing inet_pton… none required checking whether strnlen is declared… yes checking whether le16toh is declared… yes checking whether le32toh is declared… yes checking whether le64toh is declared… yes checking whether htole16 is declared… yes checking whether htole32 is declared… yes checking whether htole64 is declared… yes checking whether be16toh is declared… yes checking whether be32toh is declared… yes checking whether be64toh is declared… yes checking whether htobe16 is declared… yes checking whether htobe32 is declared… yes checking whether htobe64 is declared… yes checking whether bswap_16 is declared… yes checking whether bswap_32 is declared… yes checking whether bswap_64 is declared… yes checking for MSG_NOSIGNAL… yes checking for visibility attribute… yes checking for Berkeley DB C++ headers… /usr/include/libdb/ configure: WARNING: Found Berkeley DB other than 4.8; wallets opened by this build will not be portable! checking for main in -ldb_cxx-4.8… no checking for main in -ldb_cxx… yes checking miniupnpc/miniwget.h usability… no checking miniupnpc/miniwget.h presence… no checking for miniupnpc/miniwget.h… no checking miniupnpc/miniupnpc.h usability… no checking miniupnpc/miniupnpc.h presence… no checking for miniupnpc/miniupnpc.h… no checking miniupnpc/upnpcommands.h usability… no checking miniupnpc/upnpcommands.h presence… no checking for miniupnpc/upnpcommands.h… no checking miniupnpc/upnperrors.h usability… no checking miniupnpc/upnperrors.h presence… no checking for miniupnpc/upnperrors.h… no checking whether to build Bitcoin Core GUI… no (Qt) checking for boostlib >= 1.20.0… yes checking whether the Boost::System library is available… yes checking for exit in -lboost_system… yes checking whether the Boost::Filesystem library is available… yes checking for exit in -lboost_filesystem… yes checking whether the Boost::Program_Options library is available… yes checking for exit in -lboost_program_options… yes checking whether the Boost::Thread library is available… yes checking for exit in -lboost_thread… yes checking whether the Boost::Chrono library is available… yes checking for exit in -lboost_chrono… yes checking whether the Boost::Unit_Test_Framework library is available… yes checking for dynamic linked boost test… yes checking for mismatched boost c++11 scoped enums… ok checking for SSL… yes checking for CRYPTO… yes checking for EVENT… yes checking for EVENT_PTHREADS… yes checking for ZMQ… no configure: WARNING: libzmq version 4.x or greater not found, disabling checking openssl/ec.h usability… yes checking openssl/ec.h presence… yes checking for openssl/ec.h… yes checking whether to build bitcoind… yes checking whether to build utils (bitcoin-cli bitcoin-tx)… yes checking whether to build libraries… yes checking if ccache should be used… yes checking whether C preprocessor accepts -Qunused-arguments… no checking if wallet should be enabled… yes checking whether to build with support for UPnP… no checking whether to build test_bitcoin… yes checking whether to reduce exports… no checking that generated files are newer than configure… done configure: creating ./config.status config.status: creating libbitcoinconsensus.pc config.status: creating Makefile config.status: creating src/Makefile config.status: creating share/setup.nsi config.status: creating share/qt/Info.plist config.status: creating src/test/buildenv.py config.status: creating qa/pull-tester/run-bitcoind-for-test.sh config.status: creating qa/pull-tester/tests_config.py config.status: creating src/config/bitcoin-config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in src/univalue (/home/patrick/bitcoin/src/univalue) configure: running /bin/sh ./configure –disable-option-checking ‘–prefix=/usr/local’ ‘–without-gui’ ‘–with-incompatible-bdb’ ‘–disable-shared’ ‘–with-pic’ ‘–with-bignum=no’ ‘–enable-module-recovery’ –cache-file=/dev/null –srcdir=. checking whether make supports nested variables… yes checking for a BSD-compatible install… /usr/bin/install -c checking whether build environment is sane… yes checking for a thread-safe mkdir -p… /usr/bin/mkdir -p checking for gawk… gawk checking whether make sets $(MAKE)… yes checking build system type… x86_64-unknown-linux-gnu checking host system type… x86_64-unknown-linux-gnu checking how to print strings… printf checking for style of include used by make… GNU checking for gcc… gcc checking whether the C compiler works… 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… o checking whether we are using the GNU C compiler… yes checking whether gcc accepts -g… yes checking for gcc option to accept ISO C89… none needed checking whether gcc understands -c and -o together… yes checking dependency style of gcc… gcc3 checking for a sed that does not truncate output… /usr/bin/sed checking for grep that handles long lines and -e… /usr/bin/grep checking for egrep… /usr/bin/grep -E checking for fgrep… /usr/bin/grep -F checking for ld used by gcc… /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld… yes checking for BSD- or MS-compatible name lister (nm)… /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface… BSD nm checking whether ln -s works… yes checking the maximum length of command line arguments… 1572864 checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format… func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format… func_convert_file_noop checking for /usr/bin/ld option to reload object files… -r checking for objdump… objdump checking how to recognize dependent libraries… pass_all checking for dlltool… no checking how to associate runtime and link libraries… printf %s\n checking for ar… ar checking for archiver @FILE support… @ checking for strip… strip checking for ranlib… ranlib checking command to parse /usr/bin/nm -B output from gcc object… ok checking for sysroot… no checking for a working dd… /usr/bin/dd checking how to truncate binary pipes… /usr/bin/dd bs=4096 count=1 checking for mt… no checking if : is a manifest tool… no checking how to run the C preprocessor… gcc -E checking for ANSI C header files… yes checking for sys/types.h… yes checking for sys/stat.h… yes checking for stdlib.h… yes checking for string.h… yes checking for memory.h… yes checking for strings.h… yes checking for inttypes.h… yes checking for stdint.h… yes checking for unistd.h… yes checking for dlfcn.h… yes checking for objdir… .libs checking if gcc supports -fno-rtti -fno-exceptions… no checking for gcc option to produce PIC… -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works… yes checking if gcc static flag -static works… no checking if gcc supports -c -o file.o… yes checking if gcc supports -c -o file.o… (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries… yes checking dynamic linker characteristics… GNU/Linux ld.so checking how to hardcode library paths into programs… immediate checking whether stripping libraries is possible… yes checking if libtool supports shared libraries… yes checking whether to build shared libraries… no checking whether to build static libraries… yes checking for g++… g++ checking whether we are using the GNU C++ compiler… yes checking whether g++ accepts -g… yes checking dependency style of g++… gcc3 checking how to run the C++ preprocessor… g++ -E checking for ld used by g++… /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld… yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries… yes checking for g++ option to produce PIC… -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works… yes checking if g++ static flag -static works… no checking if g++ supports -c -o file.o… yes checking if g++ supports -c -o file.o… (cached) yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries… yes checking dynamic linker characteristics… (cached) GNU/Linux ld.so checking how to hardcode library paths into programs… immediate checking that generated files are newer than configure… done configure: creating ./config.status config.status: creating Makefile config.status: creating pc/libunivalue.pc config.status: creating pc/libunivalue-uninstalled.pc config.status: creating univalue-config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in src/secp256k1 (/home/patrick/bitcoin/src/secp256k1) configure: running /bin/sh ./configure –disable-option-checking ‘–prefix=/usr/local’ ‘–without-gui’ ‘–with-incompatible-bdb’ ‘–disable-shared’ ‘–with-pic’ ‘–with-bignum=no’ ‘–enable-module-recovery’ –cache-file=/dev/null –srcdir=. checking build system type… x86_64-unknown-linux-gnu checking host system type… x86_64-unknown-linux-gnu checking for a BSD-compatible install… /usr/bin/install -c checking whether build environment is sane… yes checking for a thread-safe mkdir -p… /usr/bin/mkdir -p checking for gawk… gawk checking whether make sets $(MAKE)… yes checking whether make supports nested variables… yes checking how to print strings… printf checking for style of include used by make… GNU checking for gcc… gcc checking whether the C compiler works… 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… o checking whether we are using the GNU C compiler… yes checking whether gcc accepts -g… yes checking for gcc option to accept ISO C89… none needed checking whether gcc understands -c and -o together… yes checking dependency style of gcc… gcc3 checking for a sed that does not truncate output… /usr/bin/sed checking for grep that handles long lines and -e… /usr/bin/grep checking for egrep… /usr/bin/grep -E checking for fgrep… /usr/bin/grep -F checking for ld used by gcc… /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld… yes checking for BSD- or MS-compatible name lister (nm)… /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface… BSD nm checking whether ln -s works… yes checking the maximum length of command line arguments… 1572864 checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format… func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format… func_convert_file_noop checking for /usr/bin/ld option to reload object files… -r checking for objdump… objdump checking how to recognize dependent libraries… pass_all checking for dlltool… no checking how to associate runtime and link libraries… printf %s\n checking for ar… ar checking for archiver @FILE support… @ checking for strip… strip checking for ranlib… ranlib checking command to parse /usr/bin/nm -B output from gcc object… ok checking for sysroot… no checking for a working dd… /usr/bin/dd checking how to truncate binary pipes… /usr/bin/dd bs=4096 count=1 checking for mt… no checking if : is a manifest tool… no checking how to run the C preprocessor… gcc -E checking for ANSI C header files… yes checking for sys/types.h… yes checking for sys/stat.h… yes checking for stdlib.h… yes checking for string.h… yes checking for memory.h… yes checking for strings.h… yes checking for inttypes.h… yes checking for stdint.h… yes checking for unistd.h… yes checking for dlfcn.h… yes checking for objdir… .libs checking if gcc supports -fno-rtti -fno-exceptions… no checking for gcc option to produce PIC… -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works… yes checking if gcc static flag -static works… no checking if gcc supports -c -o file.o… yes checking if gcc supports -c -o file.o… (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries… yes checking dynamic linker characteristics… GNU/Linux ld.so checking how to hardcode library paths into programs… immediate checking whether stripping libraries is possible… yes checking if libtool supports shared libraries… yes checking whether to build shared libraries… no checking whether to build static libraries… yes checking whether make supports nested variables… (cached) yes checking for pkg-config… /usr/bin/pkg-config checking pkg-config is at least version 0.9.0… yes checking for ar… /usr/bin/ar checking for ranlib… /usr/bin/ranlib checking for strip… /usr/bin/strip checking for gcc… gcc checking whether we are using the GNU C compiler… (cached) yes checking whether gcc accepts -g… yes checking for gcc option to accept ISO C89… (cached) none needed checking whether gcc understands -c and -o together… (cached) yes checking dependency style of gcc… (cached) gcc3 checking how to run the C preprocessor… gcc -E checking for gcc option to accept ISO C89… (cached) none needed 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 checking if gcc supports -fvisibility=hidden… yes checking for __int128… yes checking for __builtin_expect… yes checking for x86_64 assembly availability… yes checking for CRYPTO… yes checking for main in -lcrypto… yes checking for EC functions in libcrypto… yes checking whether byte ordering is bigendian… no configure: Using assembly optimizations: x86_64 configure: Using field implementation: 64bit configure: Using bignum implementation: no configure: Using scalar implementation: 64bit configure: Using endomorphism optimizations: no configure: Building ECDH module: no configure: Building Schnorr signatures module: no configure: Building ECDSA pubkey recovery module: yes checking that generated files are newer than configure… done configure: creating ./config.status config.status: creating Makefile config.status: creating libsecp256k1.pc config.status: creating src/libsecp256k1-config.h config.status: executing depfiles commands config.status: executing libtool commands Fixing libtool for -rpath problems. Making check in src make[1]: Entering directory ‘/home/patrick/bitcoin/src’ make[2]: Entering directory ‘/home/patrick/bitcoin/src’ CXX libbitcoinconsensus_la-arith_uint256.lo CXX libbitcoinconsensus_la-hash.lo CXX libbitcoinconsensus_la-pubkey.lo CXX libbitcoinconsensus_la-uint256.lo CXX libbitcoinconsensus_la-utilstrencodings.lo CXX bitcoind-bitcoind.o CXX libbitcoin_server_a-addrman.o CXX libbitcoin_server_a-bloom.o CXX libbitcoin_server_a-chain.o make[3]: Entering directory ‘/home/patrick/bitcoin/src/secp256k1’ CXX libbitcoin_server_a-checkpoints.o CXX libbitcoin_server_a-httprpc.o gcc -I. -g -O2 -Wall -Wextra -Wno-unused-function -c src/gen_context.c -o gen_context.o CXX libbitcoin_server_a-httpserver.o CXX libbitcoin_server_a-init.o CXX libbitcoin_server_a-dbwrapper.o CXX libbitcoin_server_a-main.o CXX libbitcoin_server_a-merkleblock.o CXX libbitcoin_server_a-net.o CXX libbitcoin_server_a-miner.o CXX libbitcoin_server_a-pow.o gcc gen_context.o -o gen_context CXX libbitcoin_server_a-noui.o CXX libbitcoin_server_a-rest.o CXX script/libbitcoin_server_a-sigcache.o CXX libbitcoin_server_a-timedata.o CXX script/libbitcoin_server_a-ismine.o CXX libbitcoin_server_a-torcontrol.o CXX libbitcoin_server_a-txdb.o CXX libbitcoin_server_a-txmempool.o CXX libbitcoin_server_a-validationinterface.o CXX libbitcoin_server_a-ui_interface.o CXX libbitcoin_common_a-amount.o CXX libbitcoin_common_a-base58.o CXX libbitcoin_server_a-versionbits.o CXX libbitcoin_common_a-chainparams.o CXX libbitcoin_common_a-coins.o CXX libbitcoin_common_a-core_write.o CXX libbitcoin_common_a-key.o CXX libbitcoin_common_a-keystore.o CXX libbitcoin_common_a-netbase.o CXX libbitcoin_common_a-core_read.o CXX script/libbitcoin_common_a-sign.o CXX script/libbitcoin_common_a-standard.o CXX libbitcoin_common_a-scheduler.o CXX libbitcoin_util_a-chainparamsbase.o CXX libbitcoin_util_a-random.o CXX rpc/libbitcoin_util_a-protocol.o CXX libbitcoin_consensus_a-arith_uint256.o CXX libbitcoin_util_a-util.o CXX libbitcoin_util_a-utilmoneystr.o CXX libbitcoin_util_a-utilstrencodings.o CXX consensus/libbitcoin_consensus_a-merkle.o CXX libbitcoin_util_a-utiltime.o CXX libbitcoin_consensus_a-hash.o CXX libbitcoin_consensus_a-utilstrencodings.o CXX script/libbitcoin_consensus_a-script_error.o make[3]: Entering directory ‘/home/patrick/bitcoin/src/univalue’ CXX libbitcoin_common_a-protocol.o CXX crypto/crypto_libbitcoin_crypto_a-hmac_sha512.o CXX crypto/crypto_libbitcoin_crypto_a-sha512.o CXX libbitcoin_consensus_a-uint256.o CXX primitives/libbitcoin_consensus_a-transaction.o CXX libbitcoin_util_a-sync.o CXX script/libbitcoin_consensus_a-interpreter.o CXX libbitcoin_common_a-compressor.o CXX primitives/libbitcoin_consensus_a-block.o CXX crypto/crypto_libbitcoin_crypto_a-ripemd160.o CXX script/libbitcoin_consensus_a-bitcoinconsensus.o CXX crypto/crypto_libbitcoin_crypto_a-hmac_sha256.o CXX libbitcoin_consensus_a-pubkey.o CXX script/libbitcoin_consensus_a-script.o ./gen_context CXX lib/libunivalue_la-univalue.lo CXX crypto/crypto_libbitcoin_crypto_a-sha1.o CXX lib/libunivalue_la-univalue_read.lo CXX lib/libunivalue_la-univalue_write.lo CXX crypto/crypto_libbitcoin_crypto_a-sha256.o CXX rpc/libbitcoin_cli_a-client.o CXX bitcoin_tx-bitcoin-tx.o CXX crypto/libbitcoinconsensus_la-hmac_sha256.lo CXX crypto/libbitcoinconsensus_la-ripemd160.lo CXX policy/libbitcoin_wallet_a-rbf.o CXX crypto/libbitcoinconsensus_la-sha256.lo CXX bitcoin_cli-bitcoin-cli.o CXX crypto/libbitcoinconsensus_la-sha1.lo CXX crypto/libbitcoinconsensus_la-hmac_sha512.lo CXX consensus/libbitcoinconsensus_la-merkle.lo CXX crypto/libbitcoinconsensus_la-sha512.lo CC src/libsecp256k1_la-secp256k1.lo CXX primitives/libbitcoinconsensus_la-block.lo CXX script/libbitcoinconsensus_la-interpreter.lo CXX primitives/libbitcoinconsensus_la-transaction.lo Generated test/data/base58_keys_invalid.json.h CXX script/libbitcoinconsensus_la-script.lo Generated test/data/base58_encode_decode.json.h CXX script/libbitcoinconsensus_la-script_error.lo CXX policy/libbitcoin_server_a-fees.o Generated test/data/base58_keys_valid.json.h CXX policy/libbitcoin_server_a-policy.o CXX script/libbitcoinconsensus_la-bitcoinconsensus.lo CXX rpc/libbitcoin_server_a-blockchain.o CXX rpc/libbitcoin_server_a-mining.o CXX rpc/libbitcoin_server_a-misc.o CXX rpc/libbitcoin_server_a-net.o CXX rpc/libbitcoin_server_a-rawtransaction.o CXX rpc/libbitcoin_server_a-server.o CXX support/libbitcoin_util_a-pagelocker.o CXX compat/libbitcoin_util_a-glibc_sanity.o CXX compat/libbitcoin_util_a-glibcxx_sanity.o CXX compat/libbitcoin_util_a-strnlen.o CXX support/libbitcoin_util_a-cleanse.o CXX leveldb/db/leveldb_libleveldb_a-c.o AR libbitcoin_common.a CXX leveldb/db/leveldb_libleveldb_a-db_iter.o CXX leveldb/db/leveldb_libleveldb_a-dumpfile.o CXX leveldb/db/leveldb_libleveldb_a-db_impl.o CXX leveldb/db/leveldb_libleveldb_a-memtable.o CXX leveldb/db/leveldb_libleveldb_a-repair.o AR libbitcoin_consensus.a CXX leveldb/db/leveldb_libleveldb_a-table_cache.o CXX leveldb/db/leveldb_libleveldb_a-builder.o CXX leveldb/db/leveldb_libleveldb_a-dbformat.o CXX leveldb/db/leveldb_libleveldb_a-write_batch.o CXX leveldb/db/leveldb_libleveldb_a-filename.o CXX leveldb/table/leveldb_libleveldb_a-block.o AR crypto/libbitcoin_crypto.a CXX leveldb/table/leveldb_libleveldb_a-format.o CXX leveldb/db/leveldb_libleveldb_a-log_writer.o CXX leveldb/db/leveldb_libleveldb_a-version_set.o CXX leveldb/table/leveldb_libleveldb_a-table_builder.o CXX leveldb/table/leveldb_libleveldb_a-table.o CXX leveldb/table/leveldb_libleveldb_a-two_level_iterator.o CXX leveldb/util/leveldb_libleveldb_a-bloom.o CXX leveldb/util/leveldb_libleveldb_a-arena.o Generated test/data/tx_invalid.json.h CXX leveldb/table/leveldb_libleveldb_a-merger.o CXX leveldb/util/leveldb_libleveldb_a-comparator.o CXX leveldb/util/leveldb_libleveldb_a-crc32c.o /usr/bin/ar: u' modifier ignored sinceD’ is the default (see `U’) CXX leveldb/util/leveldb_libleveldb_a-env.o CXX leveldb/table/leveldb_libleveldb_a-block_builder.o CXX leveldb/util/leveldb_libleveldb_a-env_posix.o CXX leveldb/db/leveldb_libleveldb_a-version_edit.o CXX leveldb/db/leveldb_libleveldb_a-log_reader.o

    CXX leveldb/util/leveldb_libleveldb_a-env_win.o /usr/bin/ar: u' modifier ignored sinceD’ is the default (see U') leveldb/db/memtable.cc: In member function ‘void leveldb::MemTable::Add(leveldb::SequenceNumber, leveldb::ValueType, const leveldb::Slice&, const leveldb::Slice&)’: leveldb/db/memtable.cc:104:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] assert((p + val_size) - buf == encoded_len); ^ leveldb/util/bloom.cc: In member function ‘virtual void leveldb::{anonymous}::BloomFilterPolicy::CreateFilter(const leveldb::Slice*, int, std::__cxx11::string*) const’: leveldb/util/bloom.cc:50:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (size_t i = 0; i < n; i++) { ^ CXX leveldb/table/leveldb_libleveldb_a-iterator.o CXX leveldb/table/leveldb_libleveldb_a-filter_block.o CXX leveldb/util/leveldb_libleveldb_a-logging.o CXX leveldb/util/leveldb_libleveldb_a-options.o CXX leveldb/util/leveldb_libleveldb_a-histogram.o CXX leveldb/port/leveldb_libleveldb_a-port_posix.o CXX wallet/libbitcoin_wallet_a-db.o /usr/bin/ar:u’ modifier ignored since D' is the default (seeU’) CXX wallet/libbitcoin_wallet_a-crypter.o CXX wallet/libbitcoin_wallet_a-rpcdump.o CXX leveldb/helpers/memenv/leveldb_libmemenv_a-memenv.o CXX leveldb/util/leveldb_libleveldb_a-coding.o CXX wallet/libbitcoin_wallet_a-rpcwallet.o CXX wallet/libbitcoin_wallet_a-wallet.o CXX leveldb/util/leveldb_libleveldb_a-cache.o CXX leveldb/util/leveldb_libleveldb_a-status.o Generated test/data/tx_valid.json.h CXX leveldb/util/leveldb_libleveldb_a-filter_policy.o CXX leveldb/util/leveldb_libleveldb_a-hash.o CXX wallet/libbitcoin_wallet_a-walletdb.o AR libbitcoin_cli.a CXX bench/bench_bench_bitcoin-bench_bitcoin.o /usr/bin/ar: u' modifier ignored sinceD’ is the default (see U') CXX bench/bench_bench_bitcoin-bench.o CXX bench/bench_bench_bitcoin-Examples.o leveldb/util/logging.cc: In function ‘bool leveldb::ConsumeDecimalNumber(leveldb::Slice*, uint64_t*)’: leveldb/util/logging.cc:58:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] (v == kMaxUint64/10 && delta > kMaxUint64%10)) { ^ CXX bench/bench_bench_bitcoin-rollingbloom.o Generated test/data/script_tests.json.h AR leveldb/libmemenv.a /usr/bin/ar:u’ modifier ignored since D' is the default (seeU’) wallet/rpcwallet.cpp: In function ‘UniValue fundrawtransaction(const UniValue&, bool)’: wallet/rpcwallet.cpp:2528:71: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (changePosition != -1 && (changePosition < 0 || changePosition > origTx.vout.size())) ^ wallet/wallet.cpp: In member function ‘bool CWallet::CreateTransaction(const std::vector&, CWalletTx&, CReserveKey&, CAmount&, int&, std::__cxx11::string&, const CCoinControl*, bool)’: wallet/wallet.cpp:2164:50: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] else if (nChangePosInOut > txNew.vout.size()) ^ AR libbitcoin_server.a CXXLD libunivalue.la AR leveldb/libleveldb.a /usr/bin/ar: u' modifier ignored sinceD’ is the default (see U') /usr/bin/ar:u’ modifier ignored since D' is the default (seeU’) Generated test/data/sighash.json.h CXX test/test_test_bitcoin-arith_uint256_tests.o CXX test/test_test_bitcoin-addrman_tests.o CXX test/test_test_bitcoin-alert_tests.o CXX test/test_test_bitcoin-amount_tests.o CXX test/test_test_bitcoin-allocator_tests.o CXX test/test_test_bitcoin-base32_tests.o CXX test/test_test_bitcoin-base58_tests.o CXX test/test_test_bitcoin-base64_tests.o CXX test/test_test_bitcoin-bip32_tests.o CXX test/test_test_bitcoin-bloom_tests.o CXX test/test_test_bitcoin-Checkpoints_tests.o CXX test/test_test_bitcoin-coins_tests.o CXX test/test_test_bitcoin-compress_tests.o CXX test/test_test_bitcoin-crypto_tests.o CXX test/test_test_bitcoin-DoS_tests.o CXX test/test_test_bitcoin-getarg_tests.o CXX test/test_test_bitcoin-hash_tests.o CXX test/test_test_bitcoin-key_tests.o CXX test/test_test_bitcoin-limitedmap_tests.o CXX test/test_test_bitcoin-dbwrapper_tests.o CXX test/test_test_bitcoin-mempool_tests.o CXX test/test_test_bitcoin-merkle_tests.o CXX test/test_test_bitcoin-miner_tests.o CXX test/test_test_bitcoin-main_tests.o CXX test/test_test_bitcoin-multisig_tests.o CXX test/test_test_bitcoin-netbase_tests.o CXX test/test_test_bitcoin-pmt_tests.o CXX test/test_test_bitcoin-policyestimator_tests.o CXX test/test_test_bitcoin-reverselock_tests.o CXX test/test_test_bitcoin-sanity_tests.o CXX test/test_test_bitcoin-pow_tests.o CXX test/test_test_bitcoin-scheduler_tests.o CXX test/test_test_bitcoin-script_P2SH_tests.o CXX test/test_test_bitcoin-rpc_tests.o CXX test/test_test_bitcoin-script_tests.o CXX test/test_test_bitcoin-scriptnum_tests.o CXX test/test_test_bitcoin-prevector_tests.o CXX test/test_test_bitcoin-serialize_tests.o CXX test/test_test_bitcoin-sighash_tests.o CXX test/test_test_bitcoin-sigopcount_tests.o CXX test/test_test_bitcoin-skiplist_tests.o CXX test/test_test_bitcoin-test_bitcoin.o CXX test/test_test_bitcoin-transaction_tests.o CXX test/test_test_bitcoin-streams_tests.o CXX test/test_test_bitcoin-timedata_tests.o CXX test/test_test_bitcoin-testutil.o CXX wallet/test/test_test_bitcoin-wallet_tests.o CXX wallet/test/test_test_bitcoin-wallet_test_fixture.o CXX test/test_test_bitcoin-util_tests.o CXX test/test_test_bitcoin-txvalidationcache_tests.o CXX wallet/test/test_test_bitcoin-accounting_tests.o CXX test/test_test_bitcoin-univalue_tests.o CXX wallet/test/test_test_bitcoin-rpc_wallet_tests.o CXX test/test_test_bitcoin-uint256_tests.o CXX test/test_test_bitcoin-versionbits_tests.o CXX libbitcoin_util_a-clientversion.o CCLD libsecp256k1.la /usr/bin/ar: u' modifier ignored sinceD’ is the default (see U') AR libbitcoin_wallet.a /usr/bin/ar:u’ modifier ignored since D' is the default (seeU’) make[3]: Leaving directory ‘/home/patrick/bitcoin/src/secp256k1’ AR libbitcoin_util.a /usr/bin/ar: u' modifier ignored sinceD’ is the default (see U') ar:u’ modifier ignored since D' is the default (seeU’) CXXLD libbitcoinconsensus.la make[3]: Leaving directory ‘/home/patrick/bitcoin/src/univalue’ CXXLD bitcoind CXXLD bitcoin-cli CXXLD bitcoin-tx CXXLD test/test_bitcoin CXXLD bench/bench_bitcoin /usr/bin/ar: u' modifier ignored sinceD’ is the default (see `U’) make check-TESTS check-local make[3]: Entering directory ‘/home/patrick/bitcoin/src’ Running test/bitcoin-util-test.py… make[4]: Entering directory ‘/home/patrick/bitcoin/src/secp256k1’ CC src/tests-tests.o CCLD tests make check-TESTS make[5]: Entering directory ‘/home/patrick/bitcoin/src/secp256k1’ make[6]: Entering directory ‘/home/patrick/bitcoin/src/secp256k1’ make[4]: Entering directory ‘/home/patrick/bitcoin/src’ make[5]: Entering directory ‘/home/patrick/bitcoin/src/secp256k1’ make[5]: Leaving directory ‘/home/patrick/bitcoin/src/secp256k1’

    PASS: test/test_bitcoin

    Testsuite summary for Bitcoin Core 0.12.99

    TOTAL: 1

    PASS: 1

    SKIP: 0

    XFAIL: 0

    FAIL: 0

    XPASS: 0

    ERROR: 0

    make[4]: Leaving directory ‘/home/patrick/bitcoin/src’

    PASS: tests

    Testsuite summary for libsecp256k1 0.1

    TOTAL: 1

    PASS: 1

    SKIP: 0

    XFAIL: 0

    FAIL: 0

    XPASS: 0

    ERROR: 0

    make[6]: Leaving directory ‘/home/patrick/bitcoin/src/secp256k1’ make[5]: Leaving directory ‘/home/patrick/bitcoin/src/secp256k1’ make[4]: Leaving directory ‘/home/patrick/bitcoin/src/secp256k1’ make[4]: Entering directory ‘/home/patrick/bitcoin/src/univalue’ CXX test/test_unitester-unitester.o CXXLD test/unitester make check-TESTS make[5]: Entering directory ‘/home/patrick/bitcoin/src/univalue’ make[6]: Entering directory ‘/home/patrick/bitcoin/src/univalue’

    PASS: test/unitester

    Testsuite summary for univalue 1.0.1

    TOTAL: 1

    PASS: 1

    SKIP: 0

    XFAIL: 0

    FAIL: 0

    XPASS: 0

    ERROR: 0

    make[6]: Leaving directory ‘/home/patrick/bitcoin/src/univalue’ make[5]: Leaving directory ‘/home/patrick/bitcoin/src/univalue’ make[4]: Leaving directory ‘/home/patrick/bitcoin/src/univalue’ make[3]: Leaving directory ‘/home/patrick/bitcoin/src’ make[2]: Leaving directory ‘/home/patrick/bitcoin/src’ make[1]: Leaving directory ‘/home/patrick/bitcoin/src’ make[1]: Entering directory ‘/home/patrick/bitcoin’ make check-local make[2]: Entering directory ‘/home/patrick/bitcoin’ make[2]: Nothing to be done for ‘check-local’. make[2]: Leaving directory ‘/home/patrick/bitcoin’ make[1]: Leaving directory ‘/home/patrick/bitcoin’ ………. walletbackup.py: INFO: Initializing test directory /tmp/test3eddpxx9 Unexpected exception caught during testing: Exception(‘bitcoind exited with status 1 during initialization’,) Stopping nodes

    stderr: Error: Unable to bind to 0.0.0.0:11280 on this computer. Bitcoin Core is probably already running. Error: Failed to listen on any port. Use -listen=0 if you want this. File “/home/patrick/bitcoin/qa/rpc-tests/test_framework/test_framework.py”, line 136, in main self.setup_network() File “/home/patrick/bitcoin/qa/rpc-tests/walletbackup.py”, line 52, in setup_network self.nodes = start_nodes(4, self.options.tmpdir, extra_args) File “/home/patrick/bitcoin/qa/rpc-tests/test_framework/util.py”, line 314, in start_nodes rpcs.append(start_node(i, dirname, extra_args[i], rpchost, binary=binary[i])) File “/home/patrick/bitcoin/qa/rpc-tests/test_framework/util.py”, line 295, in start_node wait_for_bitcoind_start(bitcoind_processes[i], url, i) File “/home/patrick/bitcoin/qa/rpc-tests/test_framework/util.py”, line 172, in wait_for_bitcoind_start raise Exception(‘bitcoind exited with status %i during initialization’ % process.returncode) Traceback (most recent call last): File “/home/patrick/bitcoin/qa/rpc-tests/walletbackup.py”, line 200, in WalletBackupTest().main() File “/home/patrick/bitcoin/qa/rpc-tests/test_framework/test_framework.py”, line 159, in main stop_nodes(self.nodes) AttributeError: ‘WalletBackupTest’ object has no attribute ’nodes’

    Pass: False, Duration: 5 s

    ………………………. receivedby.py: Initializing test directory /tmp/test6x2hmw1_ Stopping nodes Cleaning up Tests successful

    Pass: True, Duration: 14 s

    . mempool_resurrect_test.py: Initializing test directory /tmp/testrk_k4ule Stopping nodes Cleaning up Tests successful

    Pass: True, Duration: 1 s

    …….. txn_doublespend.py –mineblock: Initializing test directory /tmp/test1ve1cpea Stopping nodes Cleaning up Tests successful

    Pass: True, Duration: 4 s

    …… txn_clone.py: Initializing test directory /tmp/testv5kw97ui Stopping nodes Cleaning up Tests successful

    Pass: True, Duration: 3 s

    …. bip68-112-113-p2p.py: Initializing test directory /tmp/testu6cjezm_ MiniNode: Connecting to Bitcoin Node IP # 127.0.0.1:11272 Test 1: PASS [143] Test 2: PASS [287] Test 3: PASS [431] Test 4: PASS [571] Test 5: PASS [574] Test 6: PASS [575] Test 7: PASS [575] Test 8: PASS [575] Test 9: PASS [575] Test 10: PASS [575] Test 11: PASS [576] Test 12: PASS [576] Test 13: PASS [579] Test 14: PASS [580] Test 15: PASS [580] Test 16: PASS [579] Test 17: PASS [579] Test 18: PASS [579] Test 19: PASS [579] Test 20: PASS [579] Test 21: PASS [579] Test 22: PASS [579] Test 23: PASS [579] Test 24: PASS [580] Test 25: PASS [581] Test 26: PASS [580] Test 27: PASS [580] Test 28: PASS [580] Test 29: PASS [580] Test 30: PASS [581] Test 31: PASS [582] Test 32: PASS [581] Test 33: PASS [582] Test 34: PASS [581] Test 35: PASS [581] Test 36: PASS [581] Test 37: PASS [581] Test 38: PASS [581] Test 39: PASS [581] Test 40: PASS [581] Test 41: PASS [581] Test 42: PASS [581] Test 43: PASS [581] Test 44: PASS [581] Test 45: PASS [581] Test 46: PASS [581] Test 47: PASS [581] Test 48: PASS [581] Test 49: PASS [581] Test 50: PASS [581] Test 51: PASS [581] Test 52: PASS [581] Test 53: PASS [581] Test 54: PASS [581] Test 55: PASS [581] Test 56: PASS [581] Test 57: PASS [581] Test 58: PASS [581] Test 59: PASS [581] Test 60: PASS [581] Test 61: PASS [581] Test 62: PASS [581] Test 63: PASS [581] Test 64: PASS [581] Test 65: PASS [581] Test 66: PASS [581] Test 67: PASS [581] Test 68: PASS [581] Test 69: PASS [581] Test 70: PASS [581] Test 71: PASS [581] Test 72: PASS [581] Test 73: PASS [581] Test 74: PASS [581] Test 75: PASS [581] Test 76: PASS [581] Test 77: PASS [581] Test 78: PASS [581] Test 79: PASS [581] Test 80: PASS [581] Test 81: PASS [581] Test 82: PASS [581] Test 83: PASS [582] Test 84: PASS [581] Test 85: PASS [581] Test 86: PASS [581] Test 87: PASS [581] Test 88: PASS [581] Test 89: PASS [581] Test 90: PASS [581] Test 91: PASS [581] Test 92: PASS [581] Test 93: PASS [581] Test 94: PASS [581] Test 95: PASS [581] Test 96: PASS [581] Test 97: PASS [581] Test 98: PASS [581] Test 99: PASS [581] Test 100: PASS [581] Test 101: PASS [581] Test 102: PASS [581] Test 103: PASS [581] Test 104: PASS [581] Test 105: PASS [581] Test 106: PASS [581] Test 107: PASS [581] Test 108: PASS [581] Test 109: PASS [581] Test 110: PASS [581] Test 111: PASS [581] Test 112: PASS [581] Test 113: PASS [581] Test 114: PASS [581] Test 115: PASS [581] Test 116: PASS [581] Test 117: PASS [581] Test 118: PASS [581] Test 119: PASS [581] Test 120: PASS [581] Test 121: PASS [581] Test 122: PASS [581] Test 123: PASS [581] Test 124: PASS [582] Test 125: PASS [582] Stopping nodes Cleaning up Tests successful

    Pass: True, Duration: 31 s

    ……. getchaintips.py: Initializing test directory /tmp/test25fmm5mv Stopping nodes Cleaning up Tests successful

    Pass: True, Duration: 6 s

    ……… listtransactions.py: Initializing test directory /tmp/testbnu_izob Stopping nodes Cleaning up Tests successful

    Pass: True, Duration: 40 s

    . wallet.py: Initializing test directory /tmp/testrhno2a0p Mining blocks… check -rescan check -reindex check -zapwallettxes=1 check -zapwallettxes=2 check -salvagewallet Stopping nodes Cleaning up Tests successful

    Pass: True, Duration: 41 s

    mempool_spendcoinbase.py: Initializing test directory /tmp/testf7vkfgiy Stopping nodes Cleaning up Tests successful

    Pass: True, Duration: 1 s

    ….. mempool_limit.py: Initializing test directory /tmp/test_9nhlapb Stopping nodes Cleaning up Tests successful

    Pass: True, Duration: 3 s

    …. httpbasics.py: Initializing test directory /tmp/testk13ngtep Stopping nodes Cleaning up Tests successful

    Pass: True, Duration: 2 s

    ….. rawtransactions.py: Initializing test directory /tmp/test9hzg445k Stopping nodes Cleaning up Tests successful

    Pass: True, Duration: 19 s

    multi_rpc.py: Initializing test directory /tmp/test4l5l7y24 Stopping nodes Cleaning up Tests successful

    Pass: True, Duration: 3 s

    rest.py: Initializing test directory /tmp/testzq6ooq2g Mining blocks… Stopping nodes Cleaning up Tests successful

    Pass: True, Duration: 16 s

    … proxy_test.py: Initializing test directory /tmp/testt4iuqvg0 Proxy: Socks5Command(1,3,bytearray(b'15.61.23.23’),1234,None,None) Proxy: Socks5Command(1,3,bytearray(b'1233:3432:2434:2343:3234:2345:6546:4534’),5443,None,None) Proxy: Socks5Command(1,3,bytearray(b’bitcoinostk4e4re.onion’),8333,None,None) Proxy: Socks5Command(1,3,bytearray(b’node.noumenon’),8333,None,None) Proxy: Socks5Command(1,3,bytearray(b'15.61.23.23’),1234,None,None) Proxy: Socks5Command(1,3,bytearray(b'1233:3432:2434:2343:3234:2345:6546:4534’),5443,None,None) Proxy: Socks5Command(1,3,bytearray(b’bitcoinostk4e4re.onion’),8333,None,None) Proxy: Socks5Command(1,3,bytearray(b’node.noumenon’),8333,None,None) Proxy: Socks5Command(1,3,bytearray(b'15.61.23.23’),1234,bytearray(b'91632771’),bytearray(b'1889679809’)) Proxy: Socks5Command(1,3,bytearray(b'1233:3432:2434:2343:3234:2345:6546:4534’),5443,bytearray(b'3842137544’),bytearray(b'3256031132’)) Proxy: Socks5Command(1,3,bytearray(b’bitcoinostk4e4re.onion’),8333,bytearray(b'1761911779’),bytearray(b'489223532’)) Proxy: Socks5Command(1,3,bytearray(b’node.noumenon’),8333,bytearray(b'2692793790’),bytearray(b'2737472863’)) Proxy: Socks5Command(1,3,bytearray(b'15.61.23.23’),1234,None,None) Proxy: Socks5Command(1,3,bytearray(b'1233:3432:2434:2343:3234:2345:6546:4534’),5443,None,None) Proxy: Socks5Command(1,3,bytearray(b’node.noumenon’),8333,None,None) Stopping nodes Cleaning up Tests successful

    Pass: True, Duration: 2 s

    mempool_reorg.py: Initializing test directory /tmp/testd_tiby62 Stopping nodes Cleaning up Tests successful

    Pass: True, Duration: 12 s

    . signrawtransactions.py: Initializing test directory /tmp/test4ce27ihk Stopping nodes Cleaning up Tests successful

    Pass: True, Duration: 1 s

    .. merkle_blocks.py: Initializing test directory /tmp/testqrcolbzp Mining blocks… Stopping nodes Cleaning up Tests successful

    Pass: True, Duration: 5 s

    ……… reindex.py: Initializing test directory /tmp/testy6zy0rl7 Success Stopping nodes Cleaning up Tests successful

    Pass: True, Duration: 5 s

    . decodescript.py: Initializing test directory /tmp/testkrcf4m7x Stopping nodes Cleaning up Tests successful

    Pass: True, Duration: 1 s

    . zapwallettxes.py: Initializing test directory /tmp/testz2krsm_v Mining blocks… Stopping nodes Cleaning up Tests successful

    Pass: True, Duration: 13 s

    .. blockchain.py: Initializing test directory /tmp/testhhfux66f Stopping nodes Cleaning up Tests successful

    Pass: True, Duration: 1 s

    . disablewallet.py: Initializing test directory /tmp/test68176mdt Stopping nodes Cleaning up Tests successful

    Pass: True, Duration: 1 s

    ….. nodehandling.py: Initializing test directory /tmp/test8st4odr7 Stopping nodes Cleaning up Tests successful

    Pass: True, Duration: 14 s

    …… p2p-fullblocktest.py: Initializing test directory /tmp/testq13ph56e MiniNode: Connecting to Bitcoin Node IP # 127.0.0.1:11088 Test 1: PASS [1] Test 2: PASS [100] Test 3: PASS [101] Test 4: PASS [102] Test 5: PASS [102] Test 6: PASS [103] Test 7: PASS [103] Test 8: PASS [104] Test 9: PASS [104] Test 10: PASS [104] Test 11: PASS [104] Test 12: PASS [104] Test 13: PASS [104] Test 14: PASS [104] Test 15: PASS [104] Test 16: PASS [105] Test 17: PASS [106] Test 18: PASS [106] Test 19: PASS [106] Test 20: PASS [106] Test 21: PASS [106] Test 22: PASS [106] Test 23: PASS [106] Test 24: PASS [106] Test 25: PASS [107] Test 26: PASS [107] Test 27: PASS [107] Test 28: PASS [107] Test 29: PASS [107] Test 30: PASS [107] Test 31: PASS [107] Test 32: PASS [108] Stopping nodes Cleaning up Tests successful

    Pass: True, Duration: 10 s

    ….. prioritise_transaction.py: Initializing test directory /tmp/test9edcl3wt Assert that prioritised transaction was mined Assert that de-prioritised transaction is still in mempool Assert that prioritised free transaction is accepted to mempool Stopping nodes Cleaning up Tests successful

    Pass: True, Duration: 3 s

    keypool.py: Initializing test directory /tmp/testrmlmeviu Stopping nodes Cleaning up Tests successful

    Pass: True, Duration: 7 s

    ……. invalidblockrequest.py: Initializing test directory /tmp/test798zl5ve MiniNode: Connecting to Bitcoin Node IP # 127.0.0.1:11040 Test 1: PASS [1] Test 2: PASS [101] Test 3: PASS [102] Test 4: PASS [102] Stopping nodes Cleaning up Tests successful

    Pass: True, Duration: 4 s

    invalidtxrequest.py: Initializing test directory /tmp/testsem70rgo MiniNode: Connecting to Bitcoin Node IP # 127.0.0.1:11032 Test 1: PASS [1] Test 2: PASS [101] Test 3: PASS [101] Stopping nodes Cleaning up Tests successful

    Pass: True, Duration: 4 s

    ……… sendheaders.py: MiniNode: Connecting to Bitcoin Node IP # 127.0.0.1:11064 MiniNode: Connecting to Bitcoin Node IP # 127.0.0.1:11064 Part 1: headers don’t start before sendheaders message… Part 1: success! Part 2: announce blocks with headers after sendheaders message… Part 2: success! Part 3: headers announcements can stop after large reorg, and resume after headers/inv from peer… Part 3: success! Part 4: Testing direct fetch behavior… Part 4: success! Stopping nodes Cleaning up Tests successful

    Pass: True, Duration: 19 s

    …… p2p-versionbits-warning.py: MiniNode: Connecting to Bitcoin Node IP # 127.0.0.1:11016 Stopping nodes Cleaning up Tests successful

    Pass: True, Duration: 8 s

    importprunedfunds.py: Initializing test directory /tmp/testwq7qxv5y Mining blocks… Stopping nodes Cleaning up Tests successful

    Pass: True, Duration: 4 s

    signmessages.py: Initializing test directory /tmp/testhmwbmoih Stopping nodes Cleaning up Tests successful

    Pass: True, Duration: 1 s

    ……. abandonconflict.py: Initializing test directory /tmp/testr8vo3zcy If balance has not declined after invalidateblock then out of mempool wallet tx which is no longer conflicted has not resumed causing its inputs to be seen as spent. See Issue #7315 2489.99988500 -> 2489.99988500 ? Stopping nodes Cleaning up Tests successful

    Pass: True, Duration: 14 s

    …………… fundrawtransaction.py: Initializing test directory /tmp/testdhu38v5z Mining blocks… Stopping nodes Cleaning up Tests successful

    Pass: True, Duration: 48 s

    TEST | PASSED | DURATION

    walletbackup.py | False | 5 s receivedby.py | True | 14 s mempool_resurrect_test.py | True | 1 s txn_doublespend.py –mineblock | True | 4 s txn_clone.py | True | 3 s bip68-112-113-p2p.py | True | 31 s getchaintips.py | True | 6 s listtransactions.py | True | 40 s wallet.py | True | 41 s mempool_spendcoinbase.py | True | 1 s mempool_limit.py | True | 3 s httpbasics.py | True | 2 s rawtransactions.py | True | 19 s multi_rpc.py | True | 3 s rest.py | True | 16 s proxy_test.py | True | 2 s mempool_reorg.py | True | 12 s signrawtransactions.py | True | 1 s merkle_blocks.py | True | 5 s reindex.py | True | 5 s decodescript.py | True | 1 s zapwallettxes.py | True | 13 s blockchain.py | True | 1 s disablewallet.py | True | 1 s nodehandling.py | True | 14 s p2p-fullblocktest.py | True | 10 s prioritise_transaction.py | True | 3 s keypool.py | True | 7 s invalidblockrequest.py | True | 4 s invalidtxrequest.py | True | 4 s sendheaders.py | True | 19 s p2p-versionbits-warning.py | True | 8 s importprunedfunds.py | True | 4 s signmessages.py | True | 1 s abandonconflict.py | True | 14 s fundrawtransaction.py | True | 48 s

    ALL | False | 366 s (accumulated)

    Runtime: 102 s

  2. jonasschnelli added the label Tests on May 12, 2016
  3. MarcoFalke commented at 9:27 am on May 12, 2016: member

    Are you running other nodes locally atm?

    Also, make sure to stop zombie regtest nodes from previous runs of the rpc test suite.

    Edit: The failure from above log is Error: Unable to bind to 0.0.0.0:11280 on this computer. Bitcoin Core is probably already running.

  4. MarcoFalke renamed this:
    CI Tests Fail on Master but Travis Shows as Passing
    WalletBackupTest Fails on Master but Travis Shows as Passing
    on May 14, 2016
  5. MarcoFalke commented at 6:32 am on May 15, 2016: member
    Could you let us know if killing all bitcoinds does or does not fix the problem?
  6. MarcoFalke commented at 6:34 am on May 15, 2016: member
    Closing per #8051 (comment)
  7. MarcoFalke closed this on May 15, 2016

  8. DrahtBot locked this on Sep 8, 2021

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2024-10-05 01:12 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me