Key Value
ID 5218
Status NotKilled
Start time 1/13/2023, 7:18:10 PM
End time 1/13/2023, 7:24:19 PM
File src/secp256k1/.cirrus.yml
Branch null
PR Number 26857

Patch:

--- original
+++ modified
@@ -366,7 +366,7 @@
   << : *LINUX_CONTAINER
   test_script:
     - g++ -Werror include/*.h
-    - clang -Werror -x c++-header include/*.h
+    - clang -Werror -x c---header include/*.h
     - /opt/msvc/bin/x64/cl.exe -c -WX -TP include/*.h

 task:

stdout


HEAD is now at 8915e4d9f Merge bitcoin/bitcoin#26824: build: fix configuring with only bitcoin-util
Your branch is behind 'origin/master' by 195 commits, and can be fast-forwarded.
  (use "git pull" to update your local branch)
Deleted branch 2023-01-opvault (was 8915e4d9f).
patching file src/secp256k1/.cirrus.yml
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash '/tmp/bitcoin/build-aux/missing' aclocal-1.16 -I build-aux/m4
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash '/tmp/bitcoin/build-aux/missing' autoconf
 cd . && /bin/bash /tmp/bitcoin/build-aux/missing automake-1.16 --foreign
/bin/bash ./config.status --recheck
running CONFIG_SHELL=/bin/bash /bin/bash ./configure --disable-fuzz --enable-fuzz-binary=no --with-gui=no --disable-zmq --disable-bench BDB_LIBS=-L/tmp/bitcoin/db4/lib -ldb_cxx-4.8 BDB_CFLAGS=-I/tmp/bitcoin/db4/include PYTHONPATH= --enable-module-schnorrsig --disable-shared --with-pic --enable-benchmark=no --enable-module-recovery --disable-module-ecdh --disable-shared --with-pic --enable-benchmark=no --enable-module-recovery --disable-module-ecdh --no-create --no-recursion
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-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... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
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 whether make supports the include directive... yes (GNU style)
checking dependency style of g++... gcc3
checking whether g++ supports C++17 features with -std=c++17... yes
checking whether std::filesystem can be used without link library... yes
checking whether we are using the GNU Objective C++ compiler... no
checking whether g++ -std=c++17 accepts -g... no
checking dependency style of g++ -std=c++17... gcc3
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... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /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-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-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... /bin/dd
checking how to truncate binary pipes... /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... yes
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 how to run the C++ preprocessor... g++ -std=c++17 -E
checking for ld used by g++ -std=c++17... /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++17 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ -std=c++17 option to produce PIC... -fPIC -DPIC
checking if g++ -std=c++17 PIC flag -fPIC -DPIC works... yes
checking if g++ -std=c++17 static flag -static works... yes
checking if g++ -std=c++17 supports -c -o file.o... yes
checking if g++ -std=c++17 supports -c -o file.o... (cached) yes
checking whether the g++ -std=c++17 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 gcov... /usr/bin/gcov
checking for llvm-cov... no
checking for lcov... no
checking for python3.6... no
checking for python3.7... no
checking for python3.8... no
checking for python3.9... /usr/bin/python3.9
checking for genhtml... no
checking for git... /usr/bin/git
checking for ccache... /usr/bin/ccache
checking for xgettext... no
checking for hexdump... /usr/bin/hexdump
checking for objcopy... /usr/bin/objcopy
checking for doxygen... no
checking whether C++ compiler accepts -Werror... yes
checking whether the linker accepts -Wl,--fatal-warnings... yes
checking whether C++ compiler accepts -Wall... yes
checking whether C++ compiler accepts -Wextra... yes
checking whether C++ compiler accepts -Wgnu... no
checking whether C++ compiler accepts -Wformat -Wformat-security... yes
checking whether C++ compiler accepts -Wvla... yes
checking whether C++ compiler accepts -Wshadow-field... no
checking whether C++ compiler accepts -Wthread-safety... no
checking whether C++ compiler accepts -Wloop-analysis... no
checking whether C++ compiler accepts -Wredundant-decls... yes
checking whether C++ compiler accepts -Wunused-member-function... no
checking whether C++ compiler accepts -Wdate-time... yes
checking whether C++ compiler accepts -Wconditional-uninitialized... no
checking whether C++ compiler accepts -Wduplicated-branches... yes
checking whether C++ compiler accepts -Wduplicated-cond... yes
checking whether C++ compiler accepts -Wlogical-op... yes
checking whether C++ compiler accepts -Woverloaded-virtual... yes
checking whether C++ compiler accepts -Wsuggest-override... yes
checking whether C++ compiler accepts -Wunreachable-code-loop-increment... no
checking whether C++ compiler accepts -Wimplicit-fallthrough... yes
checking whether C++ compiler accepts -Wunused-parameter... yes
checking whether C++ compiler accepts -Wself-assign... no
checking whether C++ compiler accepts -Wdeprecated-copy... yes
checking whether C++ compiler accepts -fno-extended-identifiers... yes
checking whether C++ compiler accepts -msse4.2... yes
checking whether C++ compiler accepts -msse4.1... yes
checking whether C++ compiler accepts -mavx -mavx2... yes
checking whether C++ compiler accepts -msse4 -msha... yes
checking whether C++ compiler accepts -mpclmul... yes
checking for SSE4.2 intrinsics... yes
checking for SSE4.1 intrinsics... yes
checking for AVX2 intrinsics... yes
checking for x86 SHA-NI intrinsics... yes
checking whether C++ compiler accepts -march=armv8-a+crc... no
checking whether C++ compiler accepts -march=armv8-a+crypto... no
checking for ARMv8 CRC32 intrinsics... no
checking for ARMv8 SHA-NI intrinsics... no
checking whether byte ordering is bigendian... no
checking whether gcc is Clang... no
checking whether pthreads work with "-pthread" and "-lpthread"... 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 whether std::atomic can be used without link library... 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 for library containing clock_gettime... none required
checking whether C++ compiler accepts -fPIC... yes
checking whether C++ compiler accepts -fstack-reuse=none... yes
checking whether C++ compiler accepts -Wstack-protector... yes
checking whether C++ compiler accepts -fstack-protector-all... yes
checking whether C++ compiler accepts -fcf-protection=full... yes
checking whether C++ compiler accepts -fstack-clash-protection... 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,--enable-reloc-section... no
checking whether the linker accepts -Wl,--dynamicbase... no
checking whether the linker accepts -Wl,--nxcompat... no
checking whether the linker accepts -Wl,--high-entropy-va... no
checking whether the linker accepts -Wl,-z,relro... yes
checking whether the linker accepts -Wl,-z,now... yes
checking whether the linker accepts -Wl,-z,separate-code... yes
checking whether the linker accepts -fPIE -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 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 sys/sysctl.h usability... yes
checking sys/sysctl.h presence... yes
checking for sys/sysctl.h... yes
checking vm/vm_param.h usability... no
checking vm/vm_param.h presence... no
checking for vm/vm_param.h... no
checking sys/vmmeter.h usability... no
checking sys/vmmeter.h presence... no
checking for sys/vmmeter.h... no
checking sys/resources.h usability... no
checking sys/resources.h presence... no
checking for sys/resources.h... no
checking whether getifaddrs is declared... yes
checking whether ifaddrs funcs can be used without link library... yes
checking whether freeifaddrs is declared... yes
checking whether ifaddrs funcs can be used without link library... yes
checking whether fork is declared... yes
checking whether setsid is declared... yes
checking whether pipe2 is declared... yes
checking for timingsafe_bcmp... no
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 __builtin_clzl... yes
checking for __builtin_clzll... yes
checking for getmemoryinfo... yes
checking for mallopt M_ARENA_MAX... yes
checking for posix_fallocate... yes
checking for default visibility attribute... yes
checking for dllexport attribute... no
checking for thread_local support... yes
checking for gmtime_r... yes
checking for Linux getrandom syscall... yes
checking for getentropy via random.h... yes
checking for sysctl... no
checking for sysctl KERN_ARND... no
checking for if type char equals int8_t... no
checking for fdatasync... yes
checking for F_FULLFSYNC... no
checking for O_CLOEXEC... yes
checking for __builtin_prefetch... yes
checking for _mm_prefetch... yes
checking for strong getauxval support in the system headers... yes
checking for std::system... yes
checking for ::_wsystem... no
checking whether to build Bitcoin Core GUI... no
checking for sqlite3 >= 3.7.17... yes
checking whether to build wallet with support for sqlite... yes
checking whether Userspace, Statically Defined Tracing tracepoints are supported... 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 natpmp.h usability... no
checking natpmp.h presence... no
checking for natpmp.h... no
checking for boostlib >= 1.64.0 (106400)... yes
checking whether Boost.Process can be used... yes
checking for seccomp-bpf (Linux x86-64)... yes
checking for libevent >= 2.1.8... yes
checking for libevent_pthreads >= 2.1.8... yes
checking if evhttp_connection_get_peer expects const char**... no
checking for libmultiprocess... no
checking whether to build bitcoind... yes
checking whether to build bitcoin-cli... yes
checking whether to build bitcoin-tx... yes
checking whether to build bitcoin-wallet... yes
checking whether to build bitcoin-util... yes
checking whether to build experimental bitcoin-chainstate... no
checking whether to build libraries... yes
checking if ccache should be used... yes
checking whether C compiler accepts -fdebug-prefix-map=A=B... yes
checking whether C preprocessor accepts -fmacro-prefix-map=A=B... yes
checking if wallet should be enabled... yes
checking whether to build with support for UPnP... no
checking whether to build with support for NAT-PMP... 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

Options used to compile and link:
  external signer = yes
  multiprocess    = no
  with experimental syscall sandbox support = yes
  with libs       = yes
  with wallet     = yes
    with sqlite   = yes
    with bdb      = yes
  with gui / qt   = no
  with zmq        = no
  with test       = yes
  with fuzz binary = no
  with bench      = no
  with upnp       = no
  with natpmp     = no
  use asm         = yes
  USDT tracing    = no
  sanitizers      = 
  debug enabled   = no
  gprof enabled   = no
  werror          = no
  LTO             = no

  target os       = linux-gnu
  build os        = linux-gnu

  CC              = /usr/bin/ccache gcc
  CFLAGS          = -pthread -g -O2
  CPPFLAGS        =  -fmacro-prefix-map=$(abs_top_srcdir)=.  -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -DHAVE_BUILD_INFO 
  CXX             = /usr/bin/ccache g++ -std=c++17
  CXXFLAGS        =   -fdebug-prefix-map=$(abs_top_srcdir)=.  -fstack-reuse=none -Wstack-protector -fstack-protector-all -fcf-protection=full -fstack-clash-protection  -Wall -Wextra -Wformat -Wformat-security -Wvla -Wredundant-decls -Wdate-time -Wduplicated-branches -Wduplicated-cond -Wlogical-op -Woverloaded-virtual -Wsuggest-override -Wimplicit-fallthrough  -Wno-unused-parameter -Wno-deprecated-copy    -fno-extended-identifiers -g -O2
  LDFLAGS         =  -lpthread  -Wl,-z,relro -Wl,-z,now -Wl,-z,separate-code -pie   
  AR              = /usr/bin/ar
  ARFLAGS         = cr

 /bin/bash ./config.status
config.status: creating libbitcoinconsensus.pc
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/man/Makefile
config.status: creating share/setup.nsi
config.status: creating share/qt/Info.plist
config.status: creating test/config.ini
config.status: creating contrib/devtools/split-debug.sh
config.status: creating src/config/bitcoin-config.h
config.status: src/config/bitcoin-config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
Making all in src
make[1]: Entering directory '/tmp/bitcoin/src'
make[2]: Entering directory '/tmp/bitcoin/src'
make[3]: Entering directory '/tmp/bitcoin'
(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash '/tmp/bitcoin/build-aux/missing' autoheader)
  CXX      node/libbitcoin_node_a-interface_ui.o
  CXX      libbitcoin_node_a-noui.o
  CXX      wallet/libbitcoin_wallet_a-context.o
rm -f src/config/stamp-h1
touch src/config/bitcoin-config.h.in
make[3]: Leaving directory '/tmp/bitcoin'
  CXX      libbitcoin_common_a-bech32.o
  CXX      common/libbitcoin_common_a-interfaces.o
  CXX      common/libbitcoin_common_a-url.o
  CXX      libbitcoin_util_a-fs.o
  CXX      support/libbitcoin_util_a-cleanse.o
  CXX      util/libbitcoin_util_a-bip32.o
  CXX      util/libbitcoin_util_a-error.o
  CXX      util/libbitcoin_util_a-moneystr.o
  CXX      util/libbitcoin_util_a-readwritefile.o
  CXX      util/libbitcoin_util_a-settings.o
  CXX      util/libbitcoin_util_a-threadinterrupt.o
  CXX      util/libbitcoin_util_a-serfloat.o
  CXX      util/libbitcoin_util_a-spanparsing.o
  CXX      util/libbitcoin_util_a-strencodings.o
  CXX      util/libbitcoin_util_a-string.o
  CXX      util/libbitcoin_consensus_a-strencodings.o
  CXX      script/libbitcoin_consensus_a-script_error.o
  CXX      crypto/libbitcoin_crypto_base_la-hkdf_sha256_32.lo
  CXX      crypto/libbitcoin_crypto_base_la-hmac_sha256.lo
  CXX      crypto/libbitcoin_crypto_base_la-hmac_sha512.lo
  CXX      crypto/libbitcoin_crypto_base_la-sha256_sse4.lo
  CXX      crypto/libbitcoin_crypto_x86_shani_la-sha256_x86_shani.lo
make[3]: Entering directory '/tmp/bitcoin/src/secp256k1'
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash '/tmp/bitcoin/src/secp256k1/build-aux/missing' aclocal-1.16 -I build-aux/m4
  CXX      compat/libbitcoin_cli_a-stdin.o
  CXX      test/util/libtest_util_a-logging.o
  CXX      univalue/test/object-object.o
  CXX      support/libbitcoinconsensus_la-cleanse.lo
  CXX      crypto/libbitcoinconsensus_la-hkdf_sha256_32.lo
  CXX      crypto/libbitcoinconsensus_la-hmac_sha256.lo
  CXX      crypto/libbitcoinconsensus_la-hmac_sha512.lo
  CXX      crypto/libbitcoinconsensus_la-sha256_sse4.lo
Generated test/data/script_tests.json.h
  CXX      script/libbitcoinconsensus_la-script_error.lo
  CXX      util/libbitcoinconsensus_la-strencodings.lo
make[3]: Entering directory '/tmp/bitcoin'
cd . && /bin/bash ./config.status src/config/bitcoin-config.h
  CXXLD    crypto/libbitcoin_crypto_x86_shani.la
  CXX      test/test_bitcoin-base32_tests.o
  CXX      test/test_bitcoin-base64_tests.o
  CXX      test/test_bitcoin-result_tests.o
  CXXLD    univalue/test/object
config.status: creating src/config/bitcoin-config.h
config.status: src/config/bitcoin-config.h is unchanged
make[3]: Leaving directory '/tmp/bitcoin'
make[3]: Entering directory '/tmp/bitcoin'
make[3]: Leaving directory '/tmp/bitcoin'
  CXX      bitcoind-bitcoind.o
  CXX      init/bitcoind-bitcoind.o
  CXX      libbitcoin_node_a-addrdb.o
  CXX      libbitcoin_node_a-addrman.o
  CXX      libbitcoin_node_a-banman.o
  CXX      libbitcoin_node_a-blockencodings.o
  CXX      libbitcoin_node_a-blockfilter.o
  CXX      libbitcoin_node_a-chain.o
  CXX      consensus/libbitcoin_node_a-tx_verify.o
  CXX      libbitcoin_node_a-dbwrapper.o
  CXX      libbitcoin_node_a-deploymentstatus.o
  CXX      libbitcoin_node_a-flatfile.o
  CXX      libbitcoin_node_a-headerssync.o
  CXX      libbitcoin_node_a-httprpc.o
  CXX      libbitcoin_node_a-httpserver.o
  CXX      libbitcoin_node_a-i2p.o
  CXX      index/libbitcoin_node_a-blockfilterindex.o
  CXX      index/libbitcoin_node_a-base.o
  CXX      index/libbitcoin_node_a-coinstatsindex.o
  CXX      index/libbitcoin_node_a-txindex.o
  CXX      libbitcoin_node_a-init.o
  CXX      kernel/libbitcoin_node_a-chain.o
  CXX      kernel/libbitcoin_node_a-checks.o
  CXX      kernel/libbitcoin_node_a-coinstats.o
  CXX      kernel/libbitcoin_node_a-context.o
  CXX      kernel/libbitcoin_node_a-mempool_persist.o
  CXX      libbitcoin_node_a-mapport.o
  CXX      libbitcoin_node_a-net.o
  CXX      libbitcoin_node_a-net_processing.o
  CXX      libbitcoin_node_a-netgroup.o
  CXX      node/libbitcoin_node_a-blockstorage.o
  CXX      node/libbitcoin_node_a-caches.o
  CXX      node/libbitcoin_node_a-chainstate.o
  CXX      node/libbitcoin_node_a-chainstatemanager_args.o
  CXX      node/libbitcoin_node_a-coin.o
  CXX      node/libbitcoin_node_a-context.o
  CXX      node/libbitcoin_node_a-eviction.o
  CXX      node/libbitcoin_node_a-interfaces.o
  CXX      node/libbitcoin_node_a-mempool_args.o
  CXX      node/libbitcoin_node_a-mempool_persist_args.o
  CXX      node/libbitcoin_node_a-miner.o
  CXX      node/libbitcoin_node_a-minisketchwrapper.o
  CXX      node/libbitcoin_node_a-psbt.o
  CXX      node/libbitcoin_node_a-transaction.o
  CXX      node/libbitcoin_node_a-txreconciliation.o
  CXX      node/libbitcoin_node_a-utxo_snapshot.o
  CXX      node/libbitcoin_node_a-validation_cache_args.o
  CXX      policy/libbitcoin_node_a-fees.o
  CXX      policy/libbitcoin_node_a-fees_args.o
  CXX      policy/libbitcoin_node_a-packages.o
  CXX      policy/libbitcoin_node_a-rbf.o
  CXX      policy/libbitcoin_node_a-settings.o
  CXX      libbitcoin_node_a-pow.o
  CXX      libbitcoin_node_a-rest.o
  CXX      rpc/libbitcoin_node_a-fees.o
  CXX      rpc/libbitcoin_node_a-mempool.o
  CXX      rpc/libbitcoin_node_a-blockchain.o
  CXX      rpc/libbitcoin_node_a-mining.o
  CXX      rpc/libbitcoin_node_a-net.o
  CXX      rpc/libbitcoin_node_a-node.o
  CXX      rpc/libbitcoin_node_a-output_script.o
  CXX      rpc/libbitcoin_node_a-rawtransaction.o
  CXX      rpc/libbitcoin_node_a-server.o
  CXX      rpc/libbitcoin_node_a-server_util.o
  CXX      rpc/libbitcoin_node_a-signmessage.o
  CXX      rpc/libbitcoin_node_a-txoutproof.o
  CXX      script/libbitcoin_node_a-sigcache.o
  CXX      libbitcoin_node_a-shutdown.o
  CXX      libbitcoin_node_a-signet.o
  CXX      libbitcoin_node_a-timedata.o
  CXX      libbitcoin_node_a-torcontrol.o
  CXX      libbitcoin_node_a-txdb.o
  CXX      libbitcoin_node_a-txmempool.o
  CXX      libbitcoin_node_a-txorphanage.o
  CXX      libbitcoin_node_a-txrequest.o
  CXX      libbitcoin_node_a-validation.o
  CXX      libbitcoin_node_a-validationinterface.o
  CXX      libbitcoin_node_a-versionbits.o
  CXX      wallet/libbitcoin_node_a-init.o
  CXX      wallet/libbitcoin_wallet_a-coincontrol.o
  CXX      wallet/libbitcoin_wallet_a-crypter.o
  CXX      wallet/libbitcoin_wallet_a-db.o
  CXX      wallet/libbitcoin_wallet_a-dump.o
  CXX      wallet/libbitcoin_wallet_a-external_signer_scriptpubkeyman.o
  CXX      wallet/libbitcoin_wallet_a-feebumper.o
  CXX      wallet/libbitcoin_wallet_a-fees.o
  CXX      wallet/libbitcoin_wallet_a-interfaces.o
  CXX      wallet/libbitcoin_wallet_a-load.o
  CXX      wallet/libbitcoin_wallet_a-receive.o
  CXX      wallet/rpc/libbitcoin_wallet_a-addresses.o
  CXX      wallet/rpc/libbitcoin_wallet_a-backup.o
  CXX      wallet/rpc/libbitcoin_wallet_a-coins.o
 cd . && /bin/bash /tmp/bitcoin/src/secp256k1/build-aux/missing automake-1.16 --foreign
  CXX      wallet/rpc/libbitcoin_wallet_a-encrypt.o
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash '/tmp/bitcoin/src/secp256k1/build-aux/missing' autoconf
  CXX      wallet/rpc/libbitcoin_wallet_a-spend.o
  CXX      wallet/rpc/libbitcoin_wallet_a-signmessage.o
  CXX      wallet/rpc/libbitcoin_wallet_a-transactions.o
  CXX      wallet/rpc/libbitcoin_wallet_a-util.o
  CXX      wallet/rpc/libbitcoin_wallet_a-wallet.o
  CXX      wallet/libbitcoin_wallet_a-scriptpubkeyman.o
  CXX      wallet/libbitcoin_wallet_a-spend.o
  CXX      wallet/libbitcoin_wallet_a-transaction.o
  CXX      wallet/libbitcoin_wallet_a-wallet.o
  CXX      wallet/libbitcoin_wallet_a-walletdb.o
  CXX      wallet/libbitcoin_wallet_a-walletutil.o
  CXX      wallet/libbitcoin_wallet_a-coinselection.o
  CXX      wallet/libbitcoin_wallet_a-sqlite.o
  CXX      wallet/libbitcoin_wallet_a-bdb.o
  CXX      wallet/libbitcoin_wallet_a-salvage.o
  CXX      libbitcoin_common_a-base58.o
  CXX      libbitcoin_common_a-chainparams.o
  CXX      libbitcoin_common_a-coins.o
  CXX      common/libbitcoin_common_a-bloom.o
  CXX      libbitcoin_common_a-compressor.o
  CXX      libbitcoin_common_a-core_read.o
  CXX      libbitcoin_common_a-core_write.o
  CXX      libbitcoin_common_a-deploymentinfo.o
  CXX      libbitcoin_common_a-external_signer.o
  CXX      init/libbitcoin_common_a-common.o
  CXX      libbitcoin_common_a-key.o
  CXX      libbitcoin_common_a-key_io.o
  CXX      libbitcoin_common_a-merkleblock.o
  CXX      libbitcoin_common_a-net_types.o
  CXX      libbitcoin_common_a-netaddress.o
  CXX      libbitcoin_common_a-netbase.o
  CXX      libbitcoin_common_a-net_permissions.o
  CXX      libbitcoin_common_a-outputtype.o
  CXX      policy/libbitcoin_common_a-feerate.o
  CXX      policy/libbitcoin_common_a-policy.o
  CXX      libbitcoin_common_a-protocol.o
/bin/bash ./config.status --recheck
  CXX      libbitcoin_common_a-psbt.o
  CXX      rpc/libbitcoin_common_a-rawtransaction_util.o
  CXX      rpc/libbitcoin_common_a-external_signer.o
  CXX      rpc/libbitcoin_common_a-util.o
  CXX      libbitcoin_common_a-scheduler.o
  CXX      script/libbitcoin_common_a-descriptor.o
  CXX      script/libbitcoin_common_a-miniscript.o
running CONFIG_SHELL=/bin/bash /bin/bash ./configure --disable-option-checking --prefix=/usr/local --disable-fuzz --enable-fuzz-binary=no --with-gui=no --disable-zmq --disable-bench BDB_LIBS=-L/tmp/bitcoin/db4/lib -ldb_cxx-4.8 BDB_CFLAGS=-I/tmp/bitcoin/db4/include --disable-shared --with-pic --enable-benchmark=no --enable-module-recovery --enable-module-schnorrsig --cache-file=/dev/null --srcdir=. --no-create --no-recursion
  CXX      script/libbitcoin_common_a-sign.o
  CXX      script/libbitcoin_common_a-signingprovider.o
  CXX      script/libbitcoin_common_a-standard.o
  CXX      libbitcoin_common_a-warnings.o
  CXX      support/libbitcoin_util_a-lockedpool.o
  CXX      libbitcoin_util_a-chainparamsbase.o
  CXX      libbitcoin_util_a-clientversion.o
  CXX      libbitcoin_util_a-logging.o
checking build system type...   CXX      libbitcoin_util_a-random.o
  CXX      libbitcoin_util_a-randomenv.o
  CXX      rpc/libbitcoin_util_a-request.o
  CXX      libbitcoin_util_a-sync.o
  CXX      util/libbitcoin_util_a-asmap.o
  CXX      util/libbitcoin_util_a-bytevectorhash.o
  CXX      util/libbitcoin_util_a-check.o
  CXX      util/libbitcoin_util_a-fees.o
  CXX      util/libbitcoin_util_a-getuniquepath.o
  CXX      util/libbitcoin_util_a-hasher.o
  CXX      util/libbitcoin_util_a-sock.o
  CXX      util/libbitcoin_util_a-system.o
x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install...   CXX      util/libbitcoin_util_a-message.o
  CXX      util/libbitcoin_util_a-rbf.o
/usr/bin/install -c
checking whether build environment is sane...   CXX      util/libbitcoin_util_a-thread.o
  CXX      util/libbitcoin_util_a-threadnames.o
yes
  CXX      util/libbitcoin_util_a-syscall_sandbox.o
  CXX      util/libbitcoin_util_a-time.o
  CXX      util/libbitcoin_util_a-tokenpipe.o
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk...   CXX      libbitcoin_consensus_a-arith_uint256.o
no
checking for mawk... mawk
checking whether make sets $(MAKE)...   CXX      consensus/libbitcoin_consensus_a-merkle.o
  CXX      consensus/libbitcoin_consensus_a-tx_check.o
yes
  CXX      libbitcoin_consensus_a-hash.o
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for gcc... gcc
  CXX      primitives/libbitcoin_consensus_a-block.o
  CXX      primitives/libbitcoin_consensus_a-transaction.o
  CXX      libbitcoin_consensus_a-pubkey.o
  CXX      script/libbitcoin_consensus_a-bitcoinconsensus.o
  CXX      script/libbitcoin_consensus_a-interpreter.o
  CXX      script/libbitcoin_consensus_a-script.o
  CXX      libbitcoin_consensus_a-uint256.o
  CXX      crypto/libbitcoin_crypto_base_la-chacha_poly_aead.lo
checking whether the C compiler works...   CXX      crypto/libbitcoin_crypto_base_la-chacha20.lo
  CXX      crypto/libbitcoin_crypto_base_la-poly1305.lo
  CXX      crypto/libbitcoin_crypto_base_la-muhash.lo
  CXX      crypto/libbitcoin_crypto_base_la-ripemd160.lo
  CXX      crypto/libbitcoin_crypto_base_la-sha1.lo
yes
checking for C compiler default output file name... a.out
checking for suffix of executables...   CXX      crypto/libbitcoin_crypto_base_la-sha256.lo
  CXX      crypto/libbitcoin_crypto_base_la-sha3.lo
  CXX      crypto/libbitcoin_crypto_base_la-sha512.lo

  CXX      crypto/libbitcoin_crypto_base_la-siphash.lo
checking whether we are cross compiling...   CXX      crypto/libbitcoin_crypto_sse41_la-sha256_sse41.lo
  CXX      crypto/libbitcoin_crypto_avx2_la-sha256_avx2.lo
no
checking for suffix of object files...   CXX      bitcoin_cli-bitcoin-cli.o
o
checking whether we are using the GNU C compiler...   CXX      rpc/libbitcoin_cli_a-client.o
  CXX      bitcoin_tx-bitcoin-tx.o
  CXX      bitcoin_wallet-bitcoin-wallet.o
  CXX      init/bitcoin_wallet-bitcoin-wallet.o
yes
checking whether gcc accepts -g...   CXX      wallet/libbitcoin_wallet_tool_a-wallettool.o
  CXX      bitcoin_util-bitcoin-util.o
yes
checking for gcc option to accept ISO C89...   CXX      test/test_bitcoin-main.o
  CXX      wallet/test/test_test_bitcoin-wallet_test_fixture.o
  CXX      wallet/test/test_test_bitcoin-init_test_fixture.o
  CXX      test/test_bitcoin-addrman_tests.o
  CXX      test/test_bitcoin-allocator_tests.o
  CXX      test/test_bitcoin-amount_tests.o
none needed
checking whether gcc understands -c and -o together...   CXX      test/test_bitcoin-argsman_tests.o
  CXX      test/test_bitcoin-arith_uint256_tests.o
yes
checking whether make supports the include directive...   CXX      test/test_bitcoin-banman_tests.o
yes (GNU style)
checking dependency style of gcc...   CXX      test/test_bitcoin-base58_tests.o
gcc3
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface...   CXX      test/test_bitcoin-bip32_tests.o
  CXX      test/test_bitcoin-blockchain_tests.o
ar
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
  CXX      test/test_bitcoin-blockencodings_tests.o
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...   CXX      test/test_bitcoin-blockfilter_index_tests.o
  CXX      test/test_bitcoin-blockfilter_tests.o
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments...   CXX      test/test_bitcoin-blockmanager_tests.o
1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-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 archiver @FILE support...   CXX      test/test_bitcoin-bloom_tests.o
  CXX      test/test_bitcoin-bswap_tests.o
  CXX      test/test_bitcoin-checkqueue_tests.o
  CXX      test/test_bitcoin-coins_tests.o
@
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object...   CXX      test/test_bitcoin-coinstatsindex_tests.o
  CXX      test/test_bitcoin-compress_tests.o
  CXX      test/test_bitcoin-crypto_tests.o
  CXX      test/test_bitcoin-cuckoocache_tests.o
  CXX      test/test_bitcoin-dbwrapper_tests.o
  CXX      test/test_bitcoin-denialofservice_tests.o
  CXX      test/test_bitcoin-descriptor_tests.o
ok
checking for sysroot... no
checking for a working dd...   CXX      test/test_bitcoin-flatfile_tests.o
/bin/dd
checking how to truncate binary pipes...   CXX      test/test_bitcoin-fs_tests.o
/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor...   CXX      test/test_bitcoin-getarg_tests.o
  CXX      test/test_bitcoin-hash_tests.o
  CXX      test/test_bitcoin-headers_sync_chainwork_tests.o
gcc -E
  CXX      test/test_bitcoin-httpserver_tests.o
checking for ANSI C header files...   CXX      test/test_bitcoin-i2p_tests.o
  CXX      test/test_bitcoin-interfaces_tests.o
  CXX      test/test_bitcoin-key_io_tests.o
  CXX      test/test_bitcoin-key_tests.o
  CXX      test/test_bitcoin-logging_tests.o
  CXX      test/test_bitcoin-mempool_tests.o
  CXX      test/test_bitcoin-merkle_tests.o
  CXX      test/test_bitcoin-merkleblock_tests.o
yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
  CXX      test/test_bitcoin-miner_tests.o
checking for memory.h...   CXX      test/test_bitcoin-miniscript_tests.o
  CXX      test/test_bitcoin-minisketch_tests.o
yes
  CXX      test/test_bitcoin-multisig_tests.o
checking for strings.h...   CXX      test/test_bitcoin-net_peer_eviction_tests.o
  CXX      test/test_bitcoin-net_tests.o
  CXX      test/test_bitcoin-netbase_tests.o
yes
checking for inttypes.h... yes
  CXX      test/test_bitcoin-orphanage_tests.o
checking for stdint.h...   CXX      test/test_bitcoin-pmt_tests.o
  CXX      test/test_bitcoin-policy_fee_tests.o
  CXX      test/test_bitcoin-policyestimator_tests.o
yes
checking for unistd.h...   CXX      test/test_bitcoin-pow_tests.o
  CXX      test/test_bitcoin-prevector_tests.o
yes
  CXX      test/test_bitcoin-raii_event_tests.o
  CXX      test/test_bitcoin-random_tests.o
checking for dlfcn.h...   CXX      test/test_bitcoin-rbf_tests.o
yes
checking for objdir... .libs
  CXX      test/test_bitcoin-rest_tests.o
  CXX      test/test_bitcoin-reverselock_tests.o
  CXX      test/test_bitcoin-rpc_tests.o
  CXX      test/test_bitcoin-sanity_tests.o
  CXX      test/test_bitcoin-scheduler_tests.o
  CXX      test/test_bitcoin-script_p2sh_tests.o
  CXX      test/test_bitcoin-script_parse_tests.o
  CXX      test/test_bitcoin-script_segwit_tests.o
  CXX      test/test_bitcoin-script_standard_tests.o
  CXX      test/test_bitcoin-script_tests.o
checking if gcc supports -fno-rtti -fno-exceptions...   CXX      test/test_bitcoin-scriptnum_tests.o
  CXX      test/test_bitcoin-serfloat_tests.o
no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works...   CXX      test/test_bitcoin-serialize_tests.o
yes
checking if gcc static flag -static works...   CXX      test/test_bitcoin-settings_tests.o
  CXX      test/test_bitcoin-sighash_tests.o
  CXX      test/test_bitcoin-sigopcount_tests.o
  CXX      test/test_bitcoin-skiplist_tests.o
  CXX      test/test_bitcoin-sock_tests.o
  CXX      test/test_bitcoin-streams_tests.o
yes
checking if gcc supports -c -o file.o...   CXX      test/test_bitcoin-sync_tests.o
  CXX      test/test_bitcoin-system_tests.o
  CXX      test/test_bitcoin-timedata_tests.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...   CXX      test/test_bitcoin-transaction_tests.o
  CXX      test/test_bitcoin-txindex_tests.o
  CXX      test/test_bitcoin-txpackage_tests.o
  CXX      test/test_bitcoin-txreconciliation_tests.o
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...   CXX      test/test_bitcoin-txrequest_tests.o
no
checking whether to build static libraries... yes
checking if gcc supports -Werror=unknown-warning-option...   CXX      test/test_bitcoin-txvalidation_tests.o
no
checking if gcc supports -std=c89 -pedantic -Wno-long-long -Wnested-externs -Wshadow -Wstrict-prototypes -Wundef...   CXX      test/test_bitcoin-txvalidationcache_tests.o
  CXX      test/test_bitcoin-uint256_tests.o
yes
checking if gcc supports -Wno-overlength-strings... yes
checking if gcc supports -Wall...   CXX      test/test_bitcoin-util_tests.o
yes
checking if gcc supports -Wno-unused-function... yes
checking if gcc supports -Wextra... yes
checking if gcc supports -Wcast-align...   CXX      test/test_bitcoin-util_threadnames_tests.o
  CXX      test/test_bitcoin-validation_block_tests.o
  CXX      test/test_bitcoin-validation_chainstate_tests.o
yes
checking if gcc supports -Wcast-align=strict...   CXX      test/test_bitcoin-validation_chainstatemanager_tests.o
  CXX      test/test_bitcoin-validation_flush_tests.o
yes
checking if gcc supports -Wconditional-uninitialized... no
checking if gcc supports -fvisibility=hidden...   CXX      test/test_bitcoin-validation_tests.o
  CXX      test/test_bitcoin-validationinterface_tests.o
yes
checking for valgrind support...   CXX      test/test_bitcoin-versionbits_tests.o

checking for x86_64 assembly availability...   CXX      wallet/test/test_test_bitcoin-feebumper_tests.o
  CXX      wallet/test/test_test_bitcoin-psbt_wallet_tests.o
yes
  CXX      wallet/test/test_test_bitcoin-spend_tests.o
checking that generated files are newer than configure... done
configure: creating ./config.status
  CXX      wallet/test/test_test_bitcoin-wallet_tests.o
  CXX      wallet/test/test_test_bitcoin-walletdb_tests.o
  CXX      wallet/test/test_test_bitcoin-wallet_crypto_tests.o
  CXX      wallet/test/test_test_bitcoin-coinselector_tests.o
  CXX      wallet/test/test_test_bitcoin-wallet_transaction_tests.o
  CXX      wallet/test/test_test_bitcoin-init_tests.o
  CXX      wallet/test/test_test_bitcoin-ismine_tests.o
  CXX      wallet/test/test_test_bitcoin-rpc_util_tests.o
  CXX      wallet/test/test_test_bitcoin-scriptpubkeyman_tests.o
  CXX      wallet/test/test_test_bitcoin-walletload_tests.o
  CXX      wallet/test/test_test_bitcoin-db_tests.o
  CXX      test/util/libtest_util_a-blockfilter.o
  CXX      test/util/libtest_util_a-mining.o
  CXX      test/util/libtest_util_a-net.o

Build Options:
  with external callbacks = no
  with benchmarks         = no
  with tests              = yes
  with coverage           = no
  with examples           = no
  module ecdh             = yes
  module recovery         = yes
  module extrakeys        = yes
  module schnorrsig       = yes

  asm                     = x86_64
  ecmult window size      = 15
  ecmult gen prec. bits   = 4

  valgrind                = no
  CC                      = gcc
  CPPFLAGS                =  
  SECP_CFLAGS             = -O2  -std=c89 -pedantic -Wno-long-long -Wnested-externs -Wshadow -Wstrict-prototypes -Wundef -Wno-overlength-strings -Wall -Wno-unused-function -Wextra -Wcast-align -Wcast-align=strict -fvisibility=hidden 
  CFLAGS                  = -g -O2
  LDFLAGS                 = 
  CXX      test/util/libtest_util_a-script.o
  CXX      test/util/libtest_util_a-setup_common.o
 /bin/bash ./config.status
  CXX      test/util/libtest_util_a-transaction_utils.o
  CXX      test/util/libtest_util_a-txmempool.o
  CXX      test/util/libtest_util_a-validation.o
  CXX      wallet/test/libtest_util_a-util.o
  CXX      crypto/libbitcoinconsensus_la-chacha_poly_aead.lo
  CXX      crypto/libbitcoinconsensus_la-chacha20.lo
  CXX      crypto/libbitcoinconsensus_la-poly1305.lo
  CXX      crypto/libbitcoinconsensus_la-muhash.lo
  CXX      crypto/libbitcoinconsensus_la-ripemd160.lo
  CXX      crypto/libbitcoinconsensus_la-sha1.lo
  CXX      crypto/libbitcoinconsensus_la-sha256.lo
  CXX      crypto/libbitcoinconsensus_la-sha3.lo
  CXX      crypto/libbitcoinconsensus_la-sha512.lo
  CXX      crypto/libbitcoinconsensus_la-siphash.lo
  CXX      libbitcoinconsensus_la-arith_uint256.lo
  CXX      consensus/libbitcoinconsensus_la-merkle.lo
  CXX      consensus/libbitcoinconsensus_la-tx_check.lo
  CXX      libbitcoinconsensus_la-hash.lo
  CXX      primitives/libbitcoinconsensus_la-block.lo
  CXX      primitives/libbitcoinconsensus_la-transaction.lo
  CXX      libbitcoinconsensus_la-pubkey.lo
  CXX      script/libbitcoinconsensus_la-bitcoinconsensus.lo
config.status: creating Makefile
config.status: creating libsecp256k1.pc
  CXX      script/libbitcoinconsensus_la-interpreter.lo
  CXX      script/libbitcoinconsensus_la-script.lo
config.status: creating src/libsecp256k1-config.h
  CXX      libbitcoinconsensus_la-uint256.lo
config.status: src/libsecp256k1-config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
  AR       libbitcoin_util.a
(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash '/tmp/bitcoin/src/secp256k1/build-aux/missing' autoheader)
  AR       libbitcoin_common.a
  AR       libbitcoin_wallet.a
  CXXLD    crypto/libbitcoin_crypto_base.la
  AR       libbitcoin_consensus.a
  AR       libbitcoin_node.a
  CXXLD    crypto/libbitcoin_crypto_sse41.la
rm -f src/stamp-h1
touch src/libsecp256k1-config.h.in
cd . && /bin/bash ./config.status src/libsecp256k1-config.h
  CXXLD    crypto/libbitcoin_crypto_avx2.la
  AR       libbitcoin_cli.a
  AR       libbitcoin_wallet_tool.a
  AR       libtest_util.a
config.status: creating src/libsecp256k1-config.h
config.status: src/libsecp256k1-config.h is unchanged
  CC       src/libsecp256k1_la-secp256k1.lo
  CC       src/libsecp256k1_precomputed_la-precomputed_ecmult.lo
  CC       src/libsecp256k1_precomputed_la-precomputed_ecmult_gen.lo
  CXXLD    bitcoin-cli
  CCLD     libsecp256k1_precomputed.la
  CCLD     libsecp256k1.la
make[3]: Leaving directory '/tmp/bitcoin/src/secp256k1'
  CXXLD    libbitcoinconsensus.la
  CXXLD    bitcoin-util
  CXXLD    bitcoin-tx
  CXXLD    bitcoin-wallet
  CXXLD    bitcoind
  CXXLD    test/test_bitcoin
make[2]: Leaving directory '/tmp/bitcoin/src'
make[1]: Leaving directory '/tmp/bitcoin/src'
Making all in doc/man
make[1]: Entering directory '/tmp/bitcoin/doc/man'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/tmp/bitcoin/doc/man'
make[1]: Entering directory '/tmp/bitcoin'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/tmp/bitcoin'
Making check in src
make[1]: Entering directory '/tmp/bitcoin/src'
make[2]: Entering directory '/tmp/bitcoin/src'
make[3]: Entering directory '/tmp/bitcoin'
make[3]: Leaving directory '/tmp/bitcoin'
make  check-TESTS check-local
make[3]: Entering directory '/tmp/bitcoin/src'
Running tests: addrman_tests from test/addrman_tests.cpp
Running tests: allocator_tests from test/allocator_tests.cpp
Running tests: argsman_tests from test/argsman_tests.cpp
Running tests: arith_uint256_tests from test/arith_uint256_tests.cpp
Running tests: base32_tests from test/base32_tests.cpp
Running tests: banman_tests from test/banman_tests.cpp
Running tests: amount_tests from test/amount_tests.cpp
Running tests: base58_tests from test/base58_tests.cpp
Running tests: bip32_tests from test/bip32_tests.cpp
Running tests: bech32_tests from test/bech32_tests.cpp
Running tests: base64_tests from test/base64_tests.cpp
Running tests: blockchain_tests from test/blockchain_tests.cpp
Running tests: blockencodings_tests from test/blockencodings_tests.cpp
Running tests: blockfilter_index_tests from test/blockfilter_index_tests.cpp
Running tests: blockfilter_tests from test/blockfilter_tests.cpp
Running tests: blockmanager_tests from test/blockmanager_tests.cpp
Running tests: bloom_tests from test/bloom_tests.cpp
Running tests: bswap_tests from test/bswap_tests.cpp
Running tests: checkqueue_tests from test/checkqueue_tests.cpp
Running tests: coins_tests from test/coins_tests.cpp
Running tests: coinstatsindex_tests from test/coinstatsindex_tests.cpp
Running tests: compress_tests from test/compress_tests.cpp
Running tests: compilerbug_tests from test/compilerbug_tests.cpp
Running tests: crypto_tests from test/crypto_tests.cpp
Running tests: cuckoocache_tests from test/cuckoocache_tests.cpp
Running tests: dbwrapper_tests from test/dbwrapper_tests.cpp
make[4]: Entering directory '/tmp/bitcoin/src'
Running tests: denialofservice_tests from test/denialofservice_tests.cpp
Running tests: descriptor_tests from test/descriptor_tests.cpp
Running tests: flatfile_tests from test/flatfile_tests.cpp
Running tests: fs_tests from test/fs_tests.cpp
Running tests: getarg_tests from test/getarg_tests.cpp
Running tests: hash_tests from test/hash_tests.cpp
Running tests: headers_sync_chainwork_tests from test/headers_sync_chainwork_tests.cpp
PASS: univalue/test/object
PASS: univalue/test/unitester
Running tests: httpserver_tests from test/httpserver_tests.cpp
Running tests: i2p_tests from test/i2p_tests.cpp
Running tests: interfaces_tests from test/interfaces_tests.cpp
Running tests: key_io_tests from test/key_io_tests.cpp
Running tests: key_tests from test/key_tests.cpp
Running tests: logging_tests from test/logging_tests.cpp
Running tests: mempool_tests from test/mempool_tests.cpp
Running tests: merkle_tests from test/merkle_tests.cpp
Running tests: merkleblock_tests from test/merkleblock_tests.cpp
Running tests: miner_tests from test/miner_tests.cpp
Running tests: miniscript_tests from test/miniscript_tests.cpp
Running tests: minisketch_tests from test/minisketch_tests.cpp
Running tests: multisig_tests from test/multisig_tests.cpp
Running tests: net_peer_eviction_tests from test/net_peer_eviction_tests.cpp
Running tests: netbase_tests from test/netbase_tests.cpp
Running tests: net_tests from test/net_tests.cpp
Running tests: orphanage_tests from test/orphanage_tests.cpp
Running tests: pmt_tests from test/pmt_tests.cpp
Running tests: policy_fee_tests from test/policy_fee_tests.cpp
Running tests: policyestimator_tests from test/policyestimator_tests.cpp
Running tests: pow_tests from test/pow_tests.cpp
Running tests: prevector_tests from test/prevector_tests.cpp
Running tests: raii_event_tests from test/raii_event_tests.cpp
Running tests: random_tests from test/random_tests.cpp
Running tests: rbf_tests from test/rbf_tests.cpp
Running tests: rest_tests from test/rest_tests.cpp
Running tests: result_tests from test/result_tests.cpp
Running tests: reverselock_tests from test/reverselock_tests.cpp
Running tests: rpc_tests from test/rpc_tests.cpp
Running tests: sanity_tests from test/sanity_tests.cpp
Running tests: scheduler_tests from test/scheduler_tests.cpp
Running tests: script_p2sh_tests from test/script_p2sh_tests.cpp
Running tests: script_parse_tests from test/script_parse_tests.cpp
Running tests: script_segwit_tests from test/script_segwit_tests.cpp
Running tests: script_standard_tests from test/script_standard_tests.cpp
Running tests: serfloat_tests from test/serfloat_tests.cpp
Running tests: scriptnum_tests from test/scriptnum_tests.cpp
Running tests: script_tests from test/script_tests.cpp
Running tests: serialize_tests from test/serialize_tests.cpp
Running tests: settings_tests from test/settings_tests.cpp
Running tests: sighash_tests from test/sighash_tests.cpp
PASS: minisketch/test
Running tests: sigopcount_tests from test/sigopcount_tests.cpp
============================================================================
Testsuite summary for Bitcoin Core 24.99.0
============================================================================
# TOTAL: 3
# PASS:  3
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[4]: Leaving directory '/tmp/bitcoin/src'
Running tests: skiplist_tests from test/skiplist_tests.cpp
Running tests: sock_tests from test/sock_tests.cpp
Running tests: streams_tests from test/streams_tests.cpp
Running tests: sync_tests from test/sync_tests.cpp
Running tests: system_tests from test/system_tests.cpp
Running tests: timedata_tests from test/timedata_tests.cpp
Running tests: torcontrol_tests from test/torcontrol_tests.cpp
Running tests: transaction_tests from test/transaction_tests.cpp
Running tests: txpackage_tests from test/txpackage_tests.cpp
Running tests: txindex_tests from test/txindex_tests.cpp
Running tests: txreconciliation_tests from test/txreconciliation_tests.cpp
Running tests: txrequest_tests from test/txrequest_tests.cpp
Running tests: txvalidation_tests from test/txvalidation_tests.cpp
Running tests: txvalidationcache_tests from test/txvalidationcache_tests.cpp
Running tests: uint256_tests from test/uint256_tests.cpp
Running tests: util_tests from test/util_tests.cpp
Running tests: util_threadnames_tests from test/util_threadnames_tests.cpp
Running tests: validation_block_tests from test/validation_block_tests.cpp
Running tests: validation_chainstate_tests from test/validation_chainstate_tests.cpp
Running tests: validation_chainstatemanager_tests from test/validation_chainstatemanager_tests.cpp
Running tests: validation_flush_tests from test/validation_flush_tests.cpp
Running tests: validation_tests from test/validation_tests.cpp
Running tests: validationinterface_tests from test/validationinterface_tests.cpp
Running tests: versionbits_tests from test/versionbits_tests.cpp
Running tests: feebumper_tests from wallet/test/feebumper_tests.cpp
Running tests: psbt_wallet_tests from wallet/test/psbt_wallet_tests.cpp
Running tests: spend_tests from wallet/test/spend_tests.cpp
Running tests: wallet_tests from wallet/test/wallet_tests.cpp
Running tests: walletdb_tests from wallet/test/walletdb_tests.cpp
Running tests: wallet_crypto_tests from wallet/test/wallet_crypto_tests.cpp
Running tests: wallet_transaction_tests from wallet/test/wallet_transaction_tests.cpp
Running tests: coinselector_tests from wallet/test/coinselector_tests.cpp
Running tests: init_tests from wallet/test/init_tests.cpp
Running tests: ismine_tests from wallet/test/ismine_tests.cpp
Running tests: wallet_util_tests from wallet/test/rpc_util_tests.cpp
Running tests: scriptpubkeyman_tests from wallet/test/scriptpubkeyman_tests.cpp
Running tests: walletload_tests from wallet/test/walletload_tests.cpp
Running tests: db_tests from wallet/test/db_tests.cpp
Running test/util/test_runner.py...
/usr/bin/python3.9 ../test/util/test_runner.py
Running test/util/rpcauth-test.py...
/usr/bin/python3.9 ../test/util/rpcauth-test.py
make[4]: Entering directory '/tmp/bitcoin/src/secp256k1'
make  check-am
make[5]: Entering directory '/tmp/bitcoin/src/secp256k1'
  CC       src/tests-tests.o
  CC       src/exhaustive_tests-tests_exhaustive.o
  CCLD     exhaustive_tests
  CCLD     tests
make  check-TESTS
make[6]: Entering directory '/tmp/bitcoin/src/secp256k1'
make[7]: Entering directory '/tmp/bitcoin/src/secp256k1'
PASS: exhaustive_tests
PASS: tests
============================================================================
Testsuite summary for libsecp256k1 0.2.0
============================================================================
# TOTAL: 2
# PASS:  2
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[7]: Leaving directory '/tmp/bitcoin/src/secp256k1'
make[6]: Leaving directory '/tmp/bitcoin/src/secp256k1'
make[5]: Leaving directory '/tmp/bitcoin/src/secp256k1'
make[4]: Leaving directory '/tmp/bitcoin/src/secp256k1'
make[3]: Leaving directory '/tmp/bitcoin/src'
make[2]: Leaving directory '/tmp/bitcoin/src'
make[1]: Leaving directory '/tmp/bitcoin/src'
Making check in doc/man
make[1]: Entering directory '/tmp/bitcoin/doc/man'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/tmp/bitcoin/doc/man'
make[1]: Entering directory '/tmp/bitcoin'
make[1]: Nothing to be done for 'check-am'.
make[1]: Leaving directory '/tmp/bitcoin'
Running Unit Tests for Test Framework Modules
Remaining jobs: [wallet_sendall.py --legacy-wallet, mempool_accept_wtxid.py, p2p_node_network_limited.py, p2p_permissions.py, feature_config_args.py, feature_settings.py, rpc_help.py, feature_dirsymlinks.py, feature_help.py, feature_shutdown.py, wallet_migration.py, p2p_ibd_txrelay.py]
Remaining jobs: [wallet_sendall.py --legacy-wallet, mempool_accept_wtxid.py, p2p_node_network_limited.py, p2p_permissions.py, feature_config_args.py, feature_settings.py, feature_dirsymlinks.py, feature_shutdown.py, wallet_migration.py, p2p_ibd_txrelay.py]
Remaining jobs: [wallet_sendall.py --legacy-wallet, mempool_accept_wtxid.py, p2p_node_network_limited.py, p2p_permissions.py, feature_config_args.py, feature_dirsymlinks.py, wallet_migration.py, p2p_ibd_txrelay.py]
Remaining jobs: [wallet_sendall.py --legacy-wallet, mempool_accept_wtxid.py, p2p_node_network_limited.py, p2p_permissions.py, feature_config_args.py, wallet_migration.py]
Remaining jobs: [wallet_sendall.py --legacy-wallet, mempool_accept_wtxid.py, p2p_permissions.py, feature_config_args.py, wallet_migration.py]
Remaining jobs: [wallet_sendall.py --legacy-wallet, p2p_permissions.py, feature_config_args.py, wallet_migration.py]
Remaining jobs: [wallet_sendall.py --legacy-wallet, feature_config_args.py, wallet_migration.py]
Remaining jobs: [feature_config_args.py, wallet_migration.py]
Remaining jobs: [feature_config_args.py]

TEST                                                   | STATUS    | DURATION

example_test.py                                        | ✓ Passed  | 3 s
feature_abortnode.py                                   | ✓ Passed  | 31 s
feature_addrman.py                                     | ✓ Passed  | 3 s
feature_anchors.py                                     | ✓ Passed  | 2 s
feature_asmap.py                                       | ✓ Passed  | 4 s
feature_assumevalid.py                                 | ✓ Passed  | 13 s
feature_bind_extra.py                                  | ✓ Passed  | 3 s
feature_bip68_sequence.py                              | ✓ Passed  | 17 s
feature_block.py                                       | ✓ Passed  | 95 s
feature_blocksdir.py                                   | ✓ Passed  | 1 s
feature_cltv.py                                        | ✓ Passed  | 2 s
feature_coinstatsindex.py                              | ✓ Passed  | 6 s
feature_config_args.py                                 | ✓ Passed  | 20 s
feature_csv_activation.py                              | ✓ Passed  | 20 s
feature_dersig.py                                      | ✓ Passed  | 1 s
feature_dirsymlinks.py                                 | ✓ Passed  | 2 s
feature_discover.py                                    | ✓ Passed  | 2 s
feature_fee_estimation.py                              | ✓ Passed  | 63 s
feature_filelock.py                                    | ✓ Passed  | 1 s
feature_help.py                                        | ✓ Passed  | 1 s
feature_includeconf.py                                 | ✓ Passed  | 2 s
feature_init.py                                        | ✓ Passed  | 9 s
feature_loadblock.py                                   | ✓ Passed  | 2 s
feature_logging.py                                     | ✓ Passed  | 4 s
feature_maxtipage.py                                   | ✓ Passed  | 6 s
feature_maxuploadtarget.py                             | ✓ Passed  | 63 s
feature_minchainwork.py                                | ✓ Passed  | 10 s
feature_notifications.py                               | ✓ Passed  | 12 s
feature_nulldummy.py                                   | ✓ Passed  | 1 s
feature_presegwit_node_upgrade.py                      | ✓ Passed  | 1 s
feature_proxy.py                                       | ✓ Passed  | 6 s
feature_rbf.py                                         | ✓ Passed  | 11 s
feature_reindex.py                                     | ✓ Passed  | 3 s
feature_segwit.py --descriptors                        | ✓ Passed  | 9 s
feature_segwit.py --legacy-wallet                      | ✓ Passed  | 24 s
feature_settings.py                                    | ✓ Passed  | 2 s
feature_shutdown.py                                    | ✓ Passed  | 1 s
feature_signet.py                                      | ✓ Passed  | 2 s
feature_startupnotify.py                               | ✓ Passed  | 1 s
feature_syscall_sandbox.py                             | ✓ Passed  | 1 s
feature_taproot.py                                     | ✓ Passed  | 75 s
feature_uacomment.py                                   | ✓ Passed  | 2 s
feature_utxo_set_hash.py                               | ✓ Passed  | 4 s
feature_vaults.py                                      | ✓ Passed  | 4 s
feature_versionbits_warning.py                         | ✓ Passed  | 4 s
interface_bitcoin_cli.py --descriptors                 | ✓ Passed  | 10 s
interface_bitcoin_cli.py --legacy-wallet               | ✓ Passed  | 15 s
interface_http.py                                      | ✓ Passed  | 1 s
interface_rest.py                                      | ✓ Passed  | 7 s
interface_rpc.py                                       | ✓ Passed  | 2 s
mempool_accept.py                                      | ✓ Passed  | 8 s
mempool_accept_wtxid.py                                | ✓ Passed  | 15 s
mempool_datacarrier.py                                 | ✓ Passed  | 1 s
mempool_expiry.py                                      | ✓ Passed  | 1 s
mempool_limit.py                                       | ✓ Passed  | 3 s
mempool_package_limits.py                              | ✓ Passed  | 4 s
mempool_package_onemore.py                             | ✓ Passed  | 3 s
mempool_packages.py                                    | ✓ Passed  | 9 s
mempool_persist.py --descriptors                       | ✓ Passed  | 22 s
mempool_reorg.py                                       | ✓ Passed  | 4 s
mempool_resurrect.py                                   | ✓ Passed  | 3 s
mempool_spend_coinbase.py                              | ✓ Passed  | 1 s
mempool_unbroadcast.py                                 | ✓ Passed  | 10 s
mempool_updatefromblock.py                             | ✓ Passed  | 48 s
mining_basic.py                                        | ✓ Passed  | 10 s
mining_getblocktemplate_longpoll.py                    | ✓ Passed  | 67 s
mining_prioritisetransaction.py                        | ✓ Passed  | 3 s
p2p_add_connections.py                                 | ✓ Passed  | 8 s
p2p_addr_relay.py                                      | ✓ Passed  | 20 s
p2p_addrfetch.py                                       | ✓ Passed  | 1 s
p2p_addrv2_relay.py                                    | ✓ Passed  | 1 s
p2p_block_sync.py                                      | ✓ Passed  | 2 s
p2p_blockfilters.py                                    | ✓ Passed  | 15 s
p2p_blocksonly.py                                      | ✓ Passed  | 12 s
p2p_compactblocks.py                                   | ✓ Passed  | 7 s
p2p_compactblocks_blocksonly.py                        | ✓ Passed  | 2 s
p2p_compactblocks_hb.py                                | ✓ Passed  | 14 s
p2p_disconnect_ban.py                                  | ✓ Passed  | 2 s
p2p_dns_seeds.py                                       | ✓ Passed  | 33 s
p2p_dos_header_tree.py                                 | ✓ Passed  | 2 s
p2p_eviction.py                                        | ✓ Passed  | 5 s
p2p_feefilter.py                                       | ✓ Passed  | 17 s
p2p_filter.py                                          | ✓ Passed  | 4 s
p2p_fingerprint.py                                     | ✓ Passed  | 1 s
p2p_getaddr_caching.py                                 | ✓ Passed  | 9 s
p2p_getdata.py                                         | ✓ Passed  | 1 s
p2p_headers_sync_with_minchainwork.py                  | ✓ Passed  | 22 s
p2p_i2p_ports.py                                       | ✓ Passed  | 3 s
p2p_i2p_sessions.py                                    | ✓ Passed  | 1 s
p2p_ibd_txrelay.py                                     | ✓ Passed  | 1 s
p2p_initial_headers_sync.py                            | ✓ Passed  | 1 s
p2p_invalid_block.py                                   | ✓ Passed  | 2 s
p2p_invalid_locator.py                                 | ✓ Passed  | 2 s
p2p_invalid_messages.py                                | ✓ Passed  | 18 s
p2p_invalid_tx.py                                      | ✓ Passed  | 9 s
p2p_leak.py                                            | ✓ Passed  | 6 s
p2p_leak_tx.py                                         | ✓ Passed  | 2 s
p2p_message_capture.py                                 | ✓ Passed  | 1 s
p2p_nobloomfilter_messages.py                          | ✓ Passed  | 2 s
p2p_node_network_limited.py                            | ✓ Passed  | 8 s
p2p_permissions.py                                     | ✓ Passed  | 10 s
p2p_ping.py                                            | ✓ Passed  | 1 s
p2p_segwit.py                                          | ✓ Passed  | 94 s
p2p_sendheaders.py                                     | ✓ Passed  | 17 s
p2p_sendtxrcncl.py                                     | ✓ Passed  | 6 s
p2p_timeouts.py                                        | ✓ Passed  | 1 s
p2p_tx_download.py                                     | ✓ Passed  | 29 s
p2p_tx_privacy.py                                      | ✓ Passed  | 4 s
p2p_unrequested_blocks.py                              | ✓ Passed  | 4 s
rpc_bind.py --ipv4                                     | ✓ Passed  | 4 s
rpc_bind.py --nonloopback                              | ✓ Passed  | 34 s
rpc_blockchain.py                                      | ✓ Passed  | 19 s
rpc_createmultisig.py                                  | ✓ Passed  | 6 s
rpc_decodescript.py                                    | ✓ Passed  | 1 s
rpc_deprecated.py                                      | ✓ Passed  | 1 s
rpc_deriveaddresses.py                                 | ✓ Passed  | 1 s
rpc_deriveaddresses.py --usecli                        | ✓ Passed  | 1 s
rpc_dumptxoutset.py                                    | ✓ Passed  | 1 s
rpc_estimatefee.py                                     | ✓ Passed  | 1 s
rpc_generate.py                                        | ✓ Passed  | 1 s
rpc_getblockfilter.py                                  | ✓ Passed  | 1 s
rpc_getblockfrompeer.py                                | ✓ Passed  | 3 s
rpc_getblockstats.py                                   | ✓ Passed  | 1 s
rpc_getchaintips.py                                    | ✓ Passed  | 8 s
rpc_getdescriptorinfo.py                               | ✓ Passed  | 1 s
rpc_help.py                                            | ✓ Passed  | 1 s
rpc_invalid_address_message.py                         | ✓ Passed  | 1 s
rpc_invalidateblock.py                                 | ✓ Passed  | 3 s
rpc_mempool_info.py                                    | ✓ Passed  | 1 s
rpc_misc.py                                            | ✓ Passed  | 7 s
rpc_named_arguments.py                                 | ✓ Passed  | 1 s
rpc_net.py                                             | ✓ Passed  | 14 s
rpc_packages.py                                        | ✓ Passed  | 3 s
rpc_preciousblock.py                                   | ✓ Passed  | 3 s
rpc_psbt.py --descriptors                              | ✓ Passed  | 24 s
rpc_psbt.py --legacy-wallet                            | ✓ Passed  | 41 s
rpc_rawtransaction.py --legacy-wallet                  | ✓ Passed  | 11 s
rpc_scanblocks.py                                      | ✓ Passed  | 2 s
rpc_scantxoutset.py                                    | ✓ Passed  | 7 s
rpc_setban.py                                          | ✓ Passed  | 3 s
rpc_signer.py                                          | ✓ Passed  | 1 s
rpc_signmessagewithprivkey.py                          | ✓ Passed  | 1 s
rpc_signrawtransactionwithkey.py                       | ✓ Passed  | 2 s
rpc_txoutproof.py                                      | ✓ Passed  | 1 s
rpc_uptime.py                                          | ✓ Passed  | 1 s
rpc_users.py                                           | ✓ Passed  | 6 s
rpc_whitelist.py                                       | ✓ Passed  | 2 s
tool_signet_miner.py --descriptors                     | ✓ Passed  | 2 s
tool_signet_miner.py --legacy-wallet                   | ✓ Passed  | 6 s
tool_wallet.py --descriptors                           | ✓ Passed  | 13 s
tool_wallet.py --legacy-wallet                         | ✓ Passed  | 17 s
wallet_abandonconflict.py --descriptors                | ✓ Passed  | 9 s
wallet_abandonconflict.py --legacy-wallet              | ✓ Passed  | 6 s
wallet_address_types.py --descriptors                  | ✓ Passed  | 16 s
wallet_address_types.py --legacy-wallet                | ✓ Passed  | 29 s
wallet_avoid_mixing_output_types.py --descriptors      | ✓ Passed  | 14 s
wallet_avoidreuse.py --descriptors                     | ✓ Passed  | 12 s
wallet_avoidreuse.py --legacy-wallet                   | ✓ Passed  | 42 s
wallet_backup.py --descriptors                         | ✓ Passed  | 28 s
wallet_backup.py --legacy-wallet                       | ✓ Passed  | 45 s
wallet_balance.py --descriptors                        | ✓ Passed  | 6 s
wallet_balance.py --legacy-wallet                      | ✓ Passed  | 6 s
wallet_basic.py --descriptors                          | ✓ Passed  | 33 s
wallet_basic.py --legacy-wallet                        | ✓ Passed  | 26 s
wallet_bumpfee.py --descriptors                        | ✓ Passed  | 32 s
wallet_bumpfee.py --legacy-wallet                      | ✓ Passed  | 41 s
wallet_coinbase_category.py --descriptors              | ✓ Passed  | 1 s
wallet_coinbase_category.py --legacy-wallet            | ✓ Passed  | 1 s
wallet_create_tx.py --descriptors                      | ✓ Passed  | 4 s
wallet_create_tx.py --legacy-wallet                    | ✓ Passed  | 13 s
wallet_createwallet.py --descriptors                   | ✓ Passed  | 4 s
wallet_createwallet.py --legacy-wallet                 | ✓ Passed  | 6 s
wallet_createwallet.py --usecli                        | ✓ Passed  | 6 s
wallet_crosschain.py                                   | ✓ Passed  | 1 s
wallet_descriptor.py --descriptors                     | ✓ Passed  | 4 s
wallet_disable.py                                      | ✓ Passed  | 1 s
wallet_dump.py --legacy-wallet                         | ✓ Passed  | 8 s
wallet_encryption.py --descriptors                     | ✓ Passed  | 5 s
wallet_encryption.py --legacy-wallet                   | ✓ Passed  | 5 s
wallet_fallbackfee.py --descriptors                    | ✓ Passed  | 1 s
wallet_fallbackfee.py --legacy-wallet                  | ✓ Passed  | 1 s
wallet_fast_rescan.py --descriptors                    | ✓ Passed  | 11 s
wallet_fundrawtransaction.py --descriptors             | ✓ Passed  | 29 s
wallet_fundrawtransaction.py --legacy-wallet           | ✓ Passed  | 48 s
wallet_groups.py --descriptors                         | ✓ Passed  | 42 s
wallet_groups.py --legacy-wallet                       | ✓ Passed  | 42 s
wallet_hd.py --descriptors                             | ✓ Passed  | 7 s
wallet_hd.py --legacy-wallet                           | ✓ Passed  | 9 s
wallet_implicitsegwit.py --legacy-wallet               | ✓ Passed  | 12 s
wallet_import_rescan.py --legacy-wallet                | ✓ Passed  | 55 s
wallet_import_with_label.py --legacy-wallet            | ✓ Passed  | 1 s
wallet_importdescriptors.py --descriptors              | ✓ Passed  | 15 s
wallet_importmulti.py --legacy-wallet                  | ✓ Passed  | 8 s
wallet_importprunedfunds.py --descriptors              | ✓ Passed  | 3 s
wallet_importprunedfunds.py --legacy-wallet            | ✓ Passed  | 4 s
wallet_keypool.py --descriptors                        | ✓ Passed  | 3 s
wallet_keypool.py --legacy-wallet                      | ✓ Passed  | 4 s
wallet_keypool_topup.py --descriptors                  | ✓ Passed  | 12 s
wallet_keypool_topup.py --legacy-wallet                | ✓ Passed  | 25 s
wallet_labels.py --descriptors                         | ✓ Passed  | 2 s
wallet_labels.py --legacy-wallet                       | ✓ Passed  | 9 s
wallet_listdescriptors.py --descriptors                | ✓ Passed  | 1 s
wallet_listreceivedby.py --descriptors                 | ✓ Passed  | 8 s
wallet_listreceivedby.py --legacy-wallet               | ✓ Passed  | 7 s
wallet_listsinceblock.py --descriptors                 | ✓ Passed  | 10 s
wallet_listsinceblock.py --legacy-wallet               | ✓ Passed  | 9 s
wallet_listtransactions.py --descriptors               | ✓ Passed  | 16 s
wallet_listtransactions.py --legacy-wallet             | ✓ Passed  | 26 s
wallet_migration.py                                    | ✓ Passed  | 12 s
wallet_miniscript.py --descriptors                     | ✓ Passed  | 1 s
wallet_multisig_descriptor_psbt.py --descriptors       | ✓ Passed  | 4 s
wallet_multiwallet.py --descriptors                    | ✓ Passed  | 39 s
wallet_multiwallet.py --legacy-wallet                  | ✓ Passed  | 43 s
wallet_multiwallet.py --usecli                         | ✓ Passed  | 9 s
wallet_orphanedreward.py                               | ✓ Passed  | 5 s
wallet_reorgsrestore.py                                | ✓ Passed  | 6 s
wallet_resendwallettransactions.py --descriptors       | ✓ Passed  | 4 s
wallet_resendwallettransactions.py --legacy-wallet     | ✓ Passed  | 2 s
wallet_send.py --descriptors                           | ✓ Passed  | 11 s
wallet_send.py --legacy-wallet                         | ✓ Passed  | 18 s
wallet_sendall.py --descriptors                        | ✓ Passed  | 5 s
wallet_sendall.py --legacy-wallet                      | ✓ Passed  | 29 s
wallet_signer.py --descriptors                         | ✓ Passed  | 3 s
wallet_signmessagewithaddress.py                       | ✓ Passed  | 1 s
wallet_signrawtransactionwithwallet.py --descriptors   | ✓ Passed  | 5 s
wallet_signrawtransactionwithwallet.py --legacy-wallet | ✓ Passed  | 4 s
wallet_simulaterawtx.py --descriptors                  | ✓ Passed  | 1 s
wallet_simulaterawtx.py --legacy-wallet                | ✓ Passed  | 2 s
wallet_startup.py                                      | ✓ Passed  | 2 s
wallet_taproot.py --descriptors                        | ✓ Passed  | 36 s
wallet_timelock.py                                     | ✓ Passed  | 1 s
wallet_transactiontime_rescan.py --descriptors         | ✓ Passed  | 8 s
wallet_transactiontime_rescan.py --legacy-wallet       | ✓ Passed  | 7 s
wallet_txn_clone.py                                    | ✓ Passed  | 2 s
wallet_txn_clone.py --mineblock                        | ✓ Passed  | 4 s
wallet_txn_clone.py --segwit                           | ✓ Passed  | 4 s
wallet_txn_doublespend.py --descriptors                | ✓ Passed  | 1 s
wallet_txn_doublespend.py --legacy-wallet              | ✓ Passed  | 3 s
wallet_txn_doublespend.py --mineblock                  | ✓ Passed  | 4 s
wallet_watchonly.py --legacy-wallet                    | ✓ Passed  | 2 s
wallet_watchonly.py --usecli --legacy-wallet           | ✓ Passed  | 3 s
feature_bind_port_discover.py                          | ○ Skipped | 0 s
feature_bind_port_externalip.py                        | ○ Skipped | 1 s
feature_txindex_compatibility.py                       | ○ Skipped | 0 s
feature_unsupported_utxo_db.py                         | ○ Skipped | 0 s
interface_usdt_coinselection.py                        | ○ Skipped | 0 s
interface_usdt_net.py                                  | ○ Skipped | 0 s
interface_usdt_utxocache.py                            | ○ Skipped | 1 s
interface_usdt_validation.py                           | ○ Skipped | 0 s
interface_zmq.py                                       | ○ Skipped | 0 s
mempool_compatibility.py                               | ○ Skipped | 0 s
rpc_bind.py --ipv6                                     | ○ Skipped | 0 s
wallet_backwards_compatibility.py --descriptors        | ○ Skipped | 1 s
wallet_backwards_compatibility.py --legacy-wallet      | ○ Skipped | 0 s
wallet_inactive_hdchains.py --legacy-wallet            | ○ Skipped | 0 s
wallet_upgradewallet.py --legacy-wallet                | ○ Skipped | 0 s

ALL                                                    | ✓ Passed  | 2562 s (accumulated) 
Runtime: 233 s

stderr


From https://github.com/bitcoin/bitcoin
 * branch                master     -> FETCH_HEAD
Switched to branch 'master'
From https://github.com/bitcoin/bitcoin
 * [new ref]             refs/pull/26857/head -> 2023-01-opvault
Switched to branch '2023-01-opvault'
fatal: No rebase in progress?
From https://github.com/bitcoin/bitcoin
 * branch                master     -> FETCH_HEAD
Rebasing (1/6)
Rebasing (2/6)
Rebasing (3/6)
Rebasing (4/6)
Rebasing (5/6)
Rebasing (6/6)

                                                                                
Successfully rebased and updated refs/heads/2023-01-opvault.
...
----------------------------------------------------------------------
Ran 3 tests in 0.002s

OK
Temporary test directory at /tmp/test_runner_₿_🏃_20230113_192024
..........
----------------------------------------------------------------------
Ran 10 tests in 0.779s

OK
1/256 - mempool_persist.py --descriptors passed, Duration: 22 s
2/256 - rpc_psbt.py --descriptors passed, Duration: 24 s
3/256 - wallet_fundrawtransaction.py --descriptors passed, Duration: 29 s
4/256 - rpc_psbt.py --legacy-wallet passed, Duration: 41 s
5/256 - wallet_fundrawtransaction.py --legacy-wallet passed, Duration: 48 s
6/256 - mempool_updatefromblock.py passed, Duration: 48 s
7/256 - wallet_bumpfee.py --descriptors passed, Duration: 32 s
8/256 - feature_maxuploadtarget.py passed, Duration: 63 s
9/256 - feature_fee_estimation.py passed, Duration: 63 s
10/256 - wallet_bumpfee.py --legacy-wallet passed, Duration: 41 s
11/256 - feature_segwit.py --descriptors passed, Duration: 9 s
12/256 - mining_getblocktemplate_longpoll.py passed, Duration: 67 s
13/256 - feature_segwit.py --legacy-wallet passed, Duration: 24 s
14/256 - feature_taproot.py passed, Duration: 75 s
15/256 - wallet_avoidreuse.py --descriptors passed, Duration: 12 s
16/256 - wallet_backup.py --descriptors passed, Duration: 28 s
17/256 - feature_maxtipage.py passed, Duration: 6 s
18/256 - wallet_import_rescan.py --legacy-wallet passed, Duration: 55 s
19/256 - wallet_backup.py --legacy-wallet passed, Duration: 45 s
20/256 - wallet_address_types.py --descriptors passed, Duration: 16 s
21/256 - p2p_tx_download.py passed, Duration: 29 s
22/256 - p2p_segwit.py passed, Duration: 94 s
23/256 - feature_block.py passed, Duration: 95 s
24/256 - feature_abortnode.py passed, Duration: 31 s
25/256 - wallet_multiwallet.py --usecli passed, Duration: 9 s
26/256 - wallet_address_types.py --legacy-wallet passed, Duration: 29 s
27/256 - wallet_basic.py --legacy-wallet passed, Duration: 26 s
28/256 - wallet_avoidreuse.py --legacy-wallet passed, Duration: 42 s
29/256 - rpc_packages.py passed, Duration: 3 s
30/256 - rpc_bind.py --ipv6 skipped (This test requires ipv6 support.)
31/256 - wallet_basic.py --descriptors passed, Duration: 33 s
32/256 - feature_assumevalid.py passed, Duration: 13 s
33/256 - p2p_blockfilters.py passed, Duration: 15 s
34/256 - rpc_bind.py --ipv4 passed, Duration: 4 s
35/256 - feature_bip68_sequence.py passed, Duration: 17 s
36/256 - p2p_dns_seeds.py passed, Duration: 33 s
37/256 - wallet_multiwallet.py --descriptors passed, Duration: 39 s
38/256 - wallet_multiwallet.py --legacy-wallet passed, Duration: 43 s
39/256 - p2p_feefilter.py passed, Duration: 17 s
40/256 - p2p_sendheaders.py passed, Duration: 17 s
41/256 - p2p_timeouts.py passed, Duration: 1 s
42/256 - rpc_signer.py passed, Duration: 1 s
43/256 - feature_csv_activation.py passed, Duration: 20 s
44/256 - p2p_headers_sync_with_minchainwork.py passed, Duration: 22 s
45/256 - rpc_createmultisig.py passed, Duration: 6 s
46/256 - wallet_taproot.py --descriptors passed, Duration: 36 s
47/256 - wallet_signer.py --descriptors passed, Duration: 3 s
48/256 - rpc_txoutproof.py passed, Duration: 1 s
49/256 - wallet_groups.py --legacy-wallet passed, Duration: 42 s
50/256 - mempool_limit.py passed, Duration: 3 s
51/256 - wallet_dump.py --legacy-wallet passed, Duration: 8 s
52/256 - wallet_groups.py --descriptors passed, Duration: 42 s
53/256 - wallet_listtransactions.py --descriptors passed, Duration: 16 s
54/256 - wallet_importmulti.py --legacy-wallet passed, Duration: 8 s
55/256 - feature_reindex.py passed, Duration: 3 s
56/256 - wallet_listreceivedby.py --legacy-wallet passed, Duration: 7 s
57/256 - wallet_abandonconflict.py --legacy-wallet passed, Duration: 6 s
58/256 - wallet_labels.py --descriptors passed, Duration: 2 s
59/256 - wallet_listtransactions.py --legacy-wallet passed, Duration: 26 s
60/256 - rpc_bind.py --nonloopback passed, Duration: 34 s
61/256 - wallet_listreceivedby.py --descriptors passed, Duration: 8 s
62/256 - p2p_invalid_messages.py passed, Duration: 18 s
63/256 - p2p_compactblocks_blocksonly.py passed, Duration: 2 s
64/256 - interface_zmq.py skipped (python3-zmq module not available.)
65/256 - rpc_invalid_address_message.py passed, Duration: 1 s
66/256 - wallet_abandonconflict.py --descriptors passed, Duration: 9 s
67/256 - feature_bind_extra.py passed, Duration: 3 s
68/256 - wallet_labels.py --legacy-wallet passed, Duration: 9 s
69/256 - mempool_resurrect.py passed, Duration: 3 s
70/256 - p2p_compactblocks.py passed, Duration: 7 s
71/256 - wallet_hd.py --descriptors passed, Duration: 7 s
72/256 - tool_signet_miner.py --descriptors passed, Duration: 2 s
73/256 - wallet_hd.py --legacy-wallet passed, Duration: 9 s
74/256 - wallet_txn_doublespend.py --mineblock passed, Duration: 4 s
75/256 - wallet_txn_clone.py passed, Duration: 2 s
76/256 - interface_bitcoin_cli.py --descriptors passed, Duration: 10 s
77/256 - tool_signet_miner.py --legacy-wallet passed, Duration: 6 s
78/256 - wallet_fast_rescan.py --descriptors passed, Duration: 11 s
79/256 - wallet_txn_clone.py --segwit passed, Duration: 4 s
80/256 - wallet_keypool_topup.py --descriptors passed, Duration: 12 s
81/256 - mempool_spend_coinbase.py passed, Duration: 1 s
82/256 - p2p_block_sync.py passed, Duration: 2 s
83/256 - rpc_misc.py passed, Duration: 7 s
84/256 - mempool_reorg.py passed, Duration: 4 s
85/256 - interface_bitcoin_cli.py --legacy-wallet passed, Duration: 15 s
86/256 - rpc_getchaintips.py passed, Duration: 8 s
87/256 - interface_rest.py passed, Duration: 7 s
88/256 - interface_http.py passed, Duration: 1 s
89/256 - tool_wallet.py --descriptors passed, Duration: 13 s
90/256 - wallet_watchonly.py --legacy-wallet passed, Duration: 2 s
91/256 - interface_usdt_coinselection.py skipped (bitcoind has not been built with USDT tracepoints enabled.)
92/256 - wallet_createwallet.py --legacy-wallet passed, Duration: 6 s
93/256 - wallet_createwallet.py --descriptors passed, Duration: 4 s
94/256 - interface_usdt_net.py skipped (bitcoind has not been built with USDT tracepoints enabled.)
95/256 - interface_usdt_validation.py skipped (bitcoind has not been built with USDT tracepoints enabled.)
96/256 - wallet_createwallet.py --usecli passed, Duration: 6 s
97/256 - interface_usdt_utxocache.py skipped (bitcoind has not been built with USDT tracepoints enabled.)
98/256 - wallet_watchonly.py --usecli --legacy-wallet passed, Duration: 3 s
99/256 - interface_rpc.py passed, Duration: 2 s
100/256 - feature_syscall_sandbox.py passed, Duration: 1 s
101/256 - rpc_whitelist.py passed, Duration: 2 s
102/256 - tool_wallet.py --legacy-wallet passed, Duration: 17 s
103/256 - rpc_signrawtransactionwithkey.py passed, Duration: 2 s
104/256 - wallet_reorgsrestore.py passed, Duration: 6 s
105/256 - p2p_addrv2_relay.py passed, Duration: 1 s
106/256 - wallet_signrawtransactionwithwallet.py --legacy-wallet passed, Duration: 4 s
107/256 - wallet_signrawtransactionwithwallet.py --descriptors passed, Duration: 5 s
108/256 - rpc_decodescript.py passed, Duration: 1 s
109/256 - feature_proxy.py passed, Duration: 6 s
110/256 - p2p_disconnect_ban.py passed, Duration: 2 s
111/256 - rpc_users.py passed, Duration: 6 s
112/256 - rpc_deprecated.py passed, Duration: 1 s
113/256 - wallet_keypool_topup.py --legacy-wallet passed, Duration: 25 s
114/256 - wallet_disable.py passed, Duration: 1 s
115/256 - wallet_avoid_mixing_output_types.py --descriptors passed, Duration: 14 s
116/256 - p2p_getdata.py passed, Duration: 1 s
117/256 - p2p_addrfetch.py passed, Duration: 1 s
118/256 - wallet_transactiontime_rescan.py --legacy-wallet passed, Duration: 7 s
119/256 - wallet_miniscript.py --descriptors passed, Duration: 1 s
120/256 - wallet_transactiontime_rescan.py --descriptors passed, Duration: 8 s
121/256 - wallet_keypool.py --descriptors passed, Duration: 3 s
122/256 - wallet_keypool.py --legacy-wallet passed, Duration: 4 s
123/256 - wallet_descriptor.py --descriptors passed, Duration: 4 s
124/256 - p2p_nobloomfilter_messages.py passed, Duration: 2 s
125/256 - rpc_rawtransaction.py --legacy-wallet passed, Duration: 11 s
126/256 - rpc_setban.py passed, Duration: 3 s
127/256 - p2p_filter.py passed, Duration: 4 s
128/256 - p2p_invalid_locator.py passed, Duration: 2 s
129/256 - p2p_invalid_block.py passed, Duration: 2 s
130/256 - mining_prioritisetransaction.py passed, Duration: 3 s
131/256 - wallet_backwards_compatibility.py --legacy-wallet skipped (previous releases not available or disabled)
132/256 - p2p_getaddr_caching.py passed, Duration: 9 s
133/256 - wallet_txn_doublespend.py --descriptors passed, Duration: 1 s
134/256 - example_test.py passed, Duration: 3 s
135/256 - wallet_backwards_compatibility.py --descriptors skipped (previous releases not available or disabled)
136/256 - wallet_txn_doublespend.py --legacy-wallet passed, Duration: 3 s
137/256 - p2p_compactblocks_hb.py passed, Duration: 14 s
138/256 - wallet_multisig_descriptor_psbt.py --descriptors passed, Duration: 4 s
139/256 - rpc_getblockfilter.py passed, Duration: 1 s
140/256 - wallet_txn_clone.py --mineblock passed, Duration: 4 s
141/256 - rpc_getblockfrompeer.py passed, Duration: 3 s
142/256 - rpc_invalidateblock.py passed, Duration: 3 s
143/256 - rpc_net.py passed, Duration: 14 s
144/256 - p2p_invalid_tx.py passed, Duration: 9 s
145/256 - feature_utxo_set_hash.py passed, Duration: 4 s
146/256 - p2p_blocksonly.py passed, Duration: 12 s
147/256 - mempool_package_onemore.py passed, Duration: 3 s
148/256 - mempool_package_limits.py passed, Duration: 4 s
149/256 - rpc_blockchain.py passed, Duration: 19 s
150/256 - feature_versionbits_warning.py passed, Duration: 4 s
151/256 - wallet_importprunedfunds.py --descriptors passed, Duration: 3 s
152/256 - rpc_preciousblock.py passed, Duration: 3 s
153/256 - p2p_leak_tx.py passed, Duration: 2 s
154/256 - wallet_signmessagewithaddress.py passed, Duration: 1 s
155/256 - wallet_importprunedfunds.py --legacy-wallet passed, Duration: 4 s
156/256 - rpc_signmessagewithprivkey.py passed, Duration: 1 s
157/256 - p2p_addr_relay.py passed, Duration: 20 s
158/256 - rpc_generate.py passed, Duration: 1 s
159/256 - feature_nulldummy.py passed, Duration: 1 s
160/256 - p2p_initial_headers_sync.py passed, Duration: 1 s
161/256 - wallet_upgradewallet.py --legacy-wallet skipped (previous releases not available or disabled)
162/256 - mempool_packages.py passed, Duration: 9 s
163/256 - mempool_expiry.py passed, Duration: 1 s
164/256 - wallet_import_with_label.py --legacy-wallet passed, Duration: 1 s
165/256 - wallet_crosschain.py passed, Duration: 1 s
166/256 - feature_notifications.py passed, Duration: 12 s
167/256 - p2p_eviction.py passed, Duration: 5 s
168/256 - feature_rbf.py passed, Duration: 11 s
169/256 - rpc_named_arguments.py passed, Duration: 1 s
170/256 - feature_startupnotify.py passed, Duration: 1 s
171/256 - feature_signet.py passed, Duration: 2 s
172/256 - wallet_simulaterawtx.py --descriptors passed, Duration: 1 s
173/256 - wallet_simulaterawtx.py --legacy-wallet passed, Duration: 2 s
174/256 - wallet_listdescriptors.py --descriptors passed, Duration: 1 s
175/256 - wallet_balance.py --legacy-wallet passed, Duration: 6 s
176/256 - wallet_balance.py --descriptors passed, Duration: 6 s
177/256 - feature_dersig.py passed, Duration: 1 s
178/256 - rpc_uptime.py passed, Duration: 1 s
179/256 - feature_cltv.py passed, Duration: 2 s
180/256 - mempool_accept.py passed, Duration: 8 s
181/256 - feature_discover.py passed, Duration: 2 s
182/256 - wallet_encryption.py --legacy-wallet passed, Duration: 5 s
183/256 - wallet_resendwallettransactions.py --legacy-wallet passed, Duration: 2 s
184/256 - wallet_fallbackfee.py --legacy-wallet passed, Duration: 1 s
185/256 - wallet_encryption.py --descriptors passed, Duration: 5 s
186/256 - p2p_leak.py passed, Duration: 6 s
187/256 - wallet_fallbackfee.py --descriptors passed, Duration: 1 s
188/256 - rpc_estimatefee.py passed, Duration: 1 s
189/256 - rpc_dumptxoutset.py passed, Duration: 1 s
190/256 - rpc_getblockstats.py passed, Duration: 1 s
191/256 - mining_basic.py passed, Duration: 10 s
192/256 - wallet_resendwallettransactions.py --descriptors passed, Duration: 4 s
193/256 - feature_bind_port_externalip.py skipped (To run this test make sure that 1.1.1.1 (a routable address) is assigned to one of the interfaces on this machine and rerun with --ihave1111)
194/256 - wallet_inactive_hdchains.py --legacy-wallet skipped (previous releases not available or disabled)
195/256 - wallet_listsinceblock.py --legacy-wallet passed, Duration: 9 s
196/256 - wallet_listsinceblock.py --descriptors passed, Duration: 10 s
197/256 - p2p_fingerprint.py passed, Duration: 1 s
198/256 - wallet_implicitsegwit.py --legacy-wallet passed, Duration: 12 s
199/256 - feature_uacomment.py passed, Duration: 2 s
200/256 - wallet_coinbase_category.py --legacy-wallet passed, Duration: 1 s
201/256 - wallet_importdescriptors.py --descriptors passed, Duration: 15 s
202/256 - wallet_create_tx.py --descriptors passed, Duration: 4 s
203/256 - wallet_coinbase_category.py --descriptors passed, Duration: 1 s
204/256 - feature_bind_port_discover.py skipped (To run this test make sure that 1.1.1.1 and 2.2.2.2 (routable addresses) are assigned to the interfaces on this machine and rerun with --ihave1111and2222)
205/256 - feature_filelock.py passed, Duration: 1 s
206/256 - wallet_sendall.py --descriptors passed, Duration: 5 s
207/256 - feature_loadblock.py passed, Duration: 2 s
208/256 - p2p_dos_header_tree.py passed, Duration: 2 s
209/256 - p2p_message_capture.py passed, Duration: 1 s
210/256 - feature_includeconf.py passed, Duration: 2 s
211/256 - mempool_compatibility.py skipped (previous releases not available or disabled)
212/256 - feature_minchainwork.py passed, Duration: 10 s
213/256 - p2p_unrequested_blocks.py passed, Duration: 4 s
214/256 - feature_addrman.py passed, Duration: 3 s
215/256 - rpc_deriveaddresses.py passed, Duration: 1 s
216/256 - feature_asmap.py passed, Duration: 4 s
217/256 - rpc_deriveaddresses.py --usecli passed, Duration: 1 s
218/256 - p2p_ping.py passed, Duration: 1 s
219/256 - wallet_send.py --descriptors passed, Duration: 11 s
220/256 - feature_init.py passed, Duration: 9 s
221/256 - p2p_add_connections.py passed, Duration: 8 s
222/256 - rpc_scanblocks.py passed, Duration: 2 s
223/256 - feature_txindex_compatibility.py skipped (previous releases not available or disabled)
224/256 - wallet_create_tx.py --legacy-wallet passed, Duration: 13 s
225/256 - feature_unsupported_utxo_db.py skipped (previous releases not available or disabled)
226/256 - p2p_tx_privacy.py passed, Duration: 4 s
227/256 - mempool_datacarrier.py passed, Duration: 1 s
228/256 - feature_vaults.py passed, Duration: 4 s
229/256 - feature_anchors.py passed, Duration: 2 s
230/256 - wallet_timelock.py passed, Duration: 1 s
231/256 - mempool_unbroadcast.py passed, Duration: 10 s
232/256 - feature_logging.py passed, Duration: 4 s
233/256 - p2p_sendtxrcncl.py passed, Duration: 6 s
234/256 - feature_blocksdir.py passed, Duration: 1 s
235/256 - wallet_send.py --legacy-wallet passed, Duration: 18 s
236/256 - rpc_scantxoutset.py passed, Duration: 7 s
237/256 - p2p_i2p_sessions.py passed, Duration: 1 s
238/256 - wallet_orphanedreward.py passed, Duration: 5 s
239/256 - wallet_startup.py passed, Duration: 2 s
240/256 - feature_coinstatsindex.py passed, Duration: 6 s
241/256 - p2p_i2p_ports.py passed, Duration: 3 s
242/256 - feature_presegwit_node_upgrade.py passed, Duration: 1 s
243/256 - rpc_getdescriptorinfo.py passed, Duration: 1 s
244/256 - rpc_mempool_info.py passed, Duration: 1 s
245/256 - rpc_help.py passed, Duration: 1 s
246/256 - feature_help.py passed, Duration: 1 s
247/256 - feature_settings.py passed, Duration: 2 s
248/256 - feature_shutdown.py passed, Duration: 1 s
249/256 - feature_dirsymlinks.py passed, Duration: 2 s
250/256 - p2p_ibd_txrelay.py passed, Duration: 1 s
251/256 - p2p_node_network_limited.py passed, Duration: 8 s
252/256 - mempool_accept_wtxid.py passed, Duration: 15 s
253/256 - p2p_permissions.py passed, Duration: 10 s
254/256 - wallet_sendall.py --legacy-wallet passed, Duration: 29 s
255/256 - wallet_migration.py passed, Duration: 12 s
256/256 - feature_config_args.py passed, Duration: 20 s