| 762 | 0s | 0% | dirname ./ci/test/00_setup_env.sh |
| 763 | 0s | 0% | cd ./ci/test/../../ |
| 764 | 0s | 0% | pwd |
| 765 | 0s | 0% | BASE_READ_ONLY_DIR=/home/admin/actions-runner/_work/bitcoin/bitcoin |
| 766 | 0s | 0% | export BASE_READ_ONLY_DIR |
| 767 | 0s | 0% | export BASE_ROOT_DIR=/home/admin/actions-runner/_work/_temp |
| 768 | 0s | 0% | BASE_ROOT_DIR=/home/admin/actions-runner/_work/_temp |
| 769 | 0s | 0% | export DEPENDS_DIR=/home/admin/actions-runner/_work/_temp/depends |
| 770 | 0s | 0% | DEPENDS_DIR=/home/admin/actions-runner/_work/_temp/depends |
| 771 | 0s | 0% | export BASE_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch |
| 772 | 0s | 0% | BASE_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch |
| 773 | 0s | 0% | export BINS_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/bins/ |
| 774 | 0s | 0% | BINS_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/bins/ |
| 775 | 0s | 0% | echo 'Setting specific values in env' |
| 776 | 0s | 0% | '[' -n ./ci/test/00_setup_env_native_tidy.sh ']' |
| 777 | 0s | 0% | set -o errexit |
| 778 | 0s | 0% | source ./ci/test/00_setup_env_native_tidy.sh |
| 779 | 0s | 0% | export LC_ALL=C.UTF-8 |
| 780 | 0s | 0% | LC_ALL=C.UTF-8 |
| 781 | 0s | 0% | export CI_IMAGE_NAME_TAG=docker.io/ubuntu:24.04 |
| 782 | 0s | 0% | CI_IMAGE_NAME_TAG=docker.io/ubuntu:24.04 |
| 783 | 0s | 0% | export CONTAINER_NAME=ci_native_tidy |
| 784 | 0s | 0% | CONTAINER_NAME=ci_native_tidy |
| 785 | 0s | 0% | export TIDY_LLVM_V=18 |
| 786 | 0s | 0% | TIDY_LLVM_V=18 |
| 787 | 0s | 0% | export 'PACKAGES=clang-18 libclang-18-dev llvm-18-dev libomp-18-dev clang-tidy-18 jq bear libevent-dev libboost-dev libminiupnpc-dev libnatpmp-dev libzmq3-dev systemtap-sdt-dev qtbase5-dev qttools5-dev qttools5-dev-tools libqrencode-dev libsqlite3-dev libdb++-dev' |
| 788 | 0s | 0% | PACKAGES='clang-18 libclang-18-dev llvm-18-dev libomp-18-dev clang-tidy-18 jq bear libevent-dev libboost-dev libminiupnpc-dev libnatpmp-dev libzmq3-dev systemtap-sdt-dev qtbase5-dev qttools5-dev qttools5-dev-tools libqrencode-dev libsqlite3-dev libdb++-dev' |
| 789 | 0s | 0% | export NO_DEPENDS=1 |
| 790 | 0s | 0% | NO_DEPENDS=1 |
| 791 | 0s | 0% | export RUN_UNIT_TESTS=false |
| 792 | 0s | 0% | RUN_UNIT_TESTS=false |
| 793 | 0s | 0% | export RUN_FUNCTIONAL_TESTS=false |
| 794 | 0s | 0% | RUN_FUNCTIONAL_TESTS=false |
| 795 | 0s | 0% | export RUN_FUZZ_TESTS=false |
| 796 | 0s | 0% | RUN_FUZZ_TESTS=false |
| 797 | 0s | 0% | export RUN_TIDY=true |
| 798 | 0s | 0% | RUN_TIDY=true |
| 799 | 0s | 0% | export GOAL=install |
| 800 | 0s | 0% | GOAL=install |
| 801 | 0s | 0% | export 'BITCOIN_CONFIG=CC=clang-18 CXX=clang++-18 --with-incompatible-bdb --disable-hardening CFLAGS='\''-O0 -g0'\'' CXXFLAGS='\''-O0 -g0'\''' |
| 802 | 0s | 0% | BITCOIN_CONFIG='CC=clang-18 CXX=clang++-18 --with-incompatible-bdb --disable-hardening CFLAGS='\''-O0 -g0'\'' CXXFLAGS='\''-O0 -g0'\''' |
| 803 | 0s | 0% | export CCACHE_MAXSIZE=200M |
| 804 | 0s | 0% | CCACHE_MAXSIZE=200M |
| 805 | 0s | 0% | echo 'Fallback to default values in env (if not yet set)' |
| 808 | 0s | 0% | command -v nproc |
| 809 | 0s | 0% | nproc |
| 810 | 0s | 0% | export MAKEJOBS=-j8 |
| 811 | 0s | 0% | MAKEJOBS=-j8 |
| 812 | 0s | 0% | export USE_BUSY_BOX=false |
| 813 | 0s | 0% | USE_BUSY_BOX=false |
| 814 | 0s | 0% | export RUN_UNIT_TESTS=false |
| 815 | 0s | 0% | RUN_UNIT_TESTS=false |
| 816 | 0s | 0% | export RUN_FUNCTIONAL_TESTS=false |
| 817 | 0s | 0% | RUN_FUNCTIONAL_TESTS=false |
| 818 | 0s | 0% | export RUN_TIDY=true |
| 819 | 0s | 0% | RUN_TIDY=true |
| 820 | 0s | 0% | export TEST_RUNNER_TIMEOUT_FACTOR=40 |
| 821 | 0s | 0% | TEST_RUNNER_TIMEOUT_FACTOR=40 |
| 822 | 0s | 0% | export RUN_FUZZ_TESTS=false |
| 823 | 0s | 0% | RUN_FUZZ_TESTS=false |
| 824 | 0s | 0% | export BOOST_TEST_RANDOM=1 |
| 825 | 0s | 0% | BOOST_TEST_RANDOM=1 |
| 826 | 0s | 0% | export DEBIAN_FRONTEND=noninteractive |
| 827 | 0s | 0% | DEBIAN_FRONTEND=noninteractive |
| 828 | 0s | 0% | export CCACHE_MAXSIZE=200M |
| 829 | 0s | 0% | CCACHE_MAXSIZE=200M |
| 830 | 0s | 0% | export CCACHE_TEMPDIR=/tmp/.ccache-temp |
| 831 | 0s | 0% | CCACHE_TEMPDIR=/tmp/.ccache-temp |
| 832 | 0s | 0% | export CCACHE_COMPRESS=1 |
| 833 | 0s | 0% | CCACHE_COMPRESS=1 |
| 834 | 0s | 0% | export CCACHE_DIR=/home/admin/actions-runner/_work/_temp/ccache_dir |
| 835 | 0s | 0% | CCACHE_DIR=/home/admin/actions-runner/_work/_temp/ccache_dir |
| 836 | 0s | 0% | export BASE_OUTDIR=/home/admin/actions-runner/_work/_temp/ci/scratch/out |
| 837 | 0s | 0% | BASE_OUTDIR=/home/admin/actions-runner/_work/_temp/ci/scratch/out |
| 838 | 0s | 0% | export BASE_BUILD_DIR=/home/admin/actions-runner/_work/_temp/build |
| 839 | 0s | 0% | BASE_BUILD_DIR=/home/admin/actions-runner/_work/_temp/build |
| 840 | 0s | 0% | export PREVIOUS_RELEASES_DIR=/home/admin/actions-runner/_work/_temp/previous_releases |
| 841 | 0s | 0% | PREVIOUS_RELEASES_DIR=/home/admin/actions-runner/_work/_temp/previous_releases |
| 842 | 0s | 0% | export 'CI_BASE_PACKAGES=build-essential libtool autotools-dev automake pkg-config bsdmainutils curl ca-certificates ccache python3 rsync git procps bison e2fsprogs cmake' |
| 843 | 0s | 0% | CI_BASE_PACKAGES='build-essential libtool autotools-dev automake pkg-config bsdmainutils curl ca-certificates ccache python3 rsync git procps bison e2fsprogs cmake' |
| 844 | 0s | 0% | export GOAL=install |
| 845 | 0s | 0% | GOAL=install |
| 846 | 0s | 0% | export DIR_QA_ASSETS=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets |
| 847 | 0s | 0% | DIR_QA_ASSETS=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets |
| 848 | 0s | 0% | export 'CI_RETRY_EXE=retry --' |
| 849 | 0s | 0% | CI_RETRY_EXE='retry --' |
| 850 | 0s | 0% | set -o errexit |
| 851 | 0s | 0% | ./ci/test/02_run_container.sh |
| 852 | 0s | 0% | '[' -z '' ']' |
| 853 | 0s | 0% | python3 -c 'import os; [print(f"{key}={value}") for key, value in os.environ.items() if "\n" not in value and "HOME" != key and "PATH" != key and "USER" != key]' |
| 854 | 0s | 0% | tee /tmp/env-admin-ci_native_tidy |
| 982 | 0s | 0% | docker run --rm docker.io/ubuntu:24.04 bash -c 'env | grep --extended-regexp '\''^(HOME|PATH|USER)='\''' |
| 983 | 3s | 0% | tee --append /tmp/env-admin-ci_native_tidy |
| 994 | 0s | 0% | echo 'Creating docker.io/ubuntu:24.04 container to run in' |
| 996 | 6s | 0% | docker buildx build --file /home/admin/actions-runner/_work/bitcoin/bitcoin/ci/test_imagefile --build-arg CI_IMAGE_NAME_TAG=docker.io/ubuntu:24.04 --build-arg FILE_ENV=./ci/test/00_setup_env_native_tidy.sh --build-arg BASE_ROOT_DIR=/home/admin/actions-runner/_work/_temp --label=bitcoin-ci-test --cache-from type=gha,url=http://127.0.0.1:12321/,url_v2=http://127.0.0.1:12321/,scope=ci_native_tidy --load --tag=ci_native_tidy /home/admin/actions-runner/_work/bitcoin/bitcoin |
| 1049 | 0s | 0% | dirname ./ci/test/00_setup_env.sh |
| 1050 | 0s | 0% | cd ./ci/test/../../ |
| 1051 | 0s | 0% | pwd |
| 1052 | 0s | 0% | BASE_READ_ONLY_DIR=/ci_container_base |
| 1053 | 0s | 0% | export BASE_READ_ONLY_DIR |
| 1054 | 0s | 0% | export BASE_ROOT_DIR=/home/admin/actions-runner/_work/_temp |
| 1055 | 0s | 0% | BASE_ROOT_DIR=/home/admin/actions-runner/_work/_temp |
| 1056 | 0s | 0% | export DEPENDS_DIR=/home/admin/actions-runner/_work/_temp/depends |
| 1057 | 0s | 0% | DEPENDS_DIR=/home/admin/actions-runner/_work/_temp/depends |
| 1058 | 0s | 0% | export BASE_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch |
| 1059 | 0s | 0% | BASE_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch |
| 1060 | 0s | 0% | export BINS_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/bins/ |
| 1061 | 0s | 0% | BINS_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/bins/ |
| 1062 | 0s | 0% | echo 'Setting specific values in env' |
| 1064 | 0s | 0% | '[' -n ./ci/test/00_setup_env_native_tidy.sh ']' |
| 1065 | 0s | 0% | set -o errexit |
| 1066 | 0s | 0% | source ./ci/test/00_setup_env_native_tidy.sh |
| 1067 | 0s | 0% | export LC_ALL=C.UTF-8 |
| 1068 | 0s | 0% | LC_ALL=C.UTF-8 |
| 1069 | 0s | 0% | export CI_IMAGE_NAME_TAG=docker.io/ubuntu:24.04 |
| 1070 | 0s | 0% | CI_IMAGE_NAME_TAG=docker.io/ubuntu:24.04 |
| 1071 | 0s | 0% | export CONTAINER_NAME=ci_native_tidy |
| 1072 | 0s | 0% | CONTAINER_NAME=ci_native_tidy |
| 1073 | 0s | 0% | export TIDY_LLVM_V=18 |
| 1074 | 0s | 0% | TIDY_LLVM_V=18 |
| 1075 | 0s | 0% | export 'PACKAGES=clang-18 libclang-18-dev llvm-18-dev libomp-18-dev clang-tidy-18 jq bear libevent-dev libboost-dev libminiupnpc-dev libnatpmp-dev libzmq3-dev systemtap-sdt-dev qtbase5-dev qttools5-dev qttools5-dev-tools libqrencode-dev libsqlite3-dev libdb++-dev' |
| 1076 | 0s | 0% | PACKAGES='clang-18 libclang-18-dev llvm-18-dev libomp-18-dev clang-tidy-18 jq bear libevent-dev libboost-dev libminiupnpc-dev libnatpmp-dev libzmq3-dev systemtap-sdt-dev qtbase5-dev qttools5-dev qttools5-dev-tools libqrencode-dev libsqlite3-dev libdb++-dev' |
| 1077 | 0s | 0% | export NO_DEPENDS=1 |
| 1078 | 0s | 0% | NO_DEPENDS=1 |
| 1079 | 0s | 0% | export RUN_UNIT_TESTS=false |
| 1080 | 0s | 0% | RUN_UNIT_TESTS=false |
| 1081 | 0s | 0% | export RUN_FUNCTIONAL_TESTS=false |
| 1082 | 0s | 0% | RUN_FUNCTIONAL_TESTS=false |
| 1083 | 0s | 0% | export RUN_FUZZ_TESTS=false |
| 1084 | 0s | 0% | RUN_FUZZ_TESTS=false |
| 1085 | 0s | 0% | export RUN_TIDY=true |
| 1086 | 0s | 0% | RUN_TIDY=true |
| 1087 | 0s | 0% | export GOAL=install |
| 1088 | 0s | 0% | GOAL=install |
| 1089 | 0s | 0% | export 'BITCOIN_CONFIG=CC=clang-18 CXX=clang++-18 --with-incompatible-bdb --disable-hardening CFLAGS='\''-O0 -g0'\'' CXXFLAGS='\''-O0 -g0'\''' |
| 1090 | 0s | 0% | BITCOIN_CONFIG='CC=clang-18 CXX=clang++-18 --with-incompatible-bdb --disable-hardening CFLAGS='\''-O0 -g0'\'' CXXFLAGS='\''-O0 -g0'\''' |
| 1091 | 0s | 0% | export CCACHE_MAXSIZE=200M |
| 1092 | 0s | 0% | CCACHE_MAXSIZE=200M |
| 1094 | 0s | 0% | echo 'Fallback to default values in env (if not yet set)' |
| 1095 | 0s | 0% | command -v nproc |
| 1096 | 0s | 0% | nproc |
| 1097 | 0s | 0% | export MAKEJOBS=-j8 |
| 1098 | 0s | 0% | MAKEJOBS=-j8 |
| 1099 | 0s | 0% | export USE_BUSY_BOX=false |
| 1100 | 0s | 0% | USE_BUSY_BOX=false |
| 1101 | 0s | 0% | export RUN_UNIT_TESTS=false |
| 1102 | 0s | 0% | RUN_UNIT_TESTS=false |
| 1103 | 0s | 0% | export RUN_FUNCTIONAL_TESTS=false |
| 1104 | 0s | 0% | RUN_FUNCTIONAL_TESTS=false |
| 1105 | 0s | 0% | export RUN_TIDY=true |
| 1106 | 0s | 0% | RUN_TIDY=true |
| 1107 | 0s | 0% | export TEST_RUNNER_TIMEOUT_FACTOR=40 |
| 1108 | 0s | 0% | TEST_RUNNER_TIMEOUT_FACTOR=40 |
| 1109 | 0s | 0% | export RUN_FUZZ_TESTS=false |
| 1110 | 0s | 0% | RUN_FUZZ_TESTS=false |
| 1111 | 0s | 0% | export BOOST_TEST_RANDOM=1 |
| 1112 | 0s | 0% | BOOST_TEST_RANDOM=1 |
| 1113 | 0s | 0% | export DEBIAN_FRONTEND=noninteractive |
| 1114 | 0s | 0% | DEBIAN_FRONTEND=noninteractive |
| 1115 | 0s | 0% | export CCACHE_MAXSIZE=200M |
| 1116 | 0s | 0% | CCACHE_MAXSIZE=200M |
| 1117 | 0s | 0% | export CCACHE_TEMPDIR=/tmp/.ccache-temp |
| 1118 | 0s | 0% | CCACHE_TEMPDIR=/tmp/.ccache-temp |
| 1119 | 0s | 0% | export CCACHE_COMPRESS=1 |
| 1120 | 0s | 0% | CCACHE_COMPRESS=1 |
| 1121 | 0s | 0% | export CCACHE_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/.ccache |
| 1122 | 0s | 0% | CCACHE_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/.ccache |
| 1123 | 0s | 0% | export BASE_OUTDIR=/home/admin/actions-runner/_work/_temp/ci/scratch/out |
| 1124 | 0s | 0% | BASE_OUTDIR=/home/admin/actions-runner/_work/_temp/ci/scratch/out |
| 1125 | 0s | 0% | export BASE_BUILD_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/build |
| 1126 | 0s | 0% | BASE_BUILD_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/build |
| 1127 | 0s | 0% | export PREVIOUS_RELEASES_DIR=/home/admin/actions-runner/_work/_temp/prev_releases |
| 1128 | 0s | 0% | PREVIOUS_RELEASES_DIR=/home/admin/actions-runner/_work/_temp/prev_releases |
| 1129 | 0s | 0% | export 'CI_BASE_PACKAGES=build-essential libtool autotools-dev automake pkg-config bsdmainutils curl ca-certificates ccache python3 rsync git procps bison e2fsprogs cmake' |
| 1130 | 0s | 0% | CI_BASE_PACKAGES='build-essential libtool autotools-dev automake pkg-config bsdmainutils curl ca-certificates ccache python3 rsync git procps bison e2fsprogs cmake' |
| 1131 | 0s | 0% | export GOAL=install |
| 1132 | 0s | 0% | GOAL=install |
| 1133 | 0s | 0% | export DIR_QA_ASSETS=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets |
| 1134 | 0s | 0% | DIR_QA_ASSETS=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets |
| 1135 | 0s | 0% | export 'CI_RETRY_EXE=retry --' |
| 1136 | 0s | 0% | CI_RETRY_EXE='retry --' |
| 1137 | 0s | 0% | ./ci/test/01_base_install.sh |
| 1138 | 0s | 0% | CFG_DONE=ci.base-install-done |
| 1139 | 0s | 0% | git config --global ci.base-install-done |
| 1141 | 0s | 0% | '[' '' == true ']' |
| 1142 | 0s | 0% | '[' -n '' ']' |
| 1143 | 0s | 0% | [[ docker.io/ubuntu:24.04 == *centos* ]] |
| 1144 | 0s | 0% | '[' '' '!=' macos ']' |
| 1145 | 0s | 0% | [[ -n '' ]] |
| 1146 | 1s | 0% | retry -- apt-get update |
| 1167 | 0s | 0% | retry -- bash -c 'apt-get install --no-install-recommends --no-upgrade -y clang-18 libclang-18-dev llvm-18-dev libomp-18-dev clang-tidy-18 jq bear libevent-dev libboost-dev libminiupnpc-dev libnatpmp-dev libzmq3-dev systemtap-sdt-dev qtbase5-dev qttools5-dev qttools5-dev-tools libqrencode-dev libsqlite3-dev libdb++-dev build-essential libtool autotools-dev automake pkg-config bsdmainutils curl ca-certificates ccache python3 rsync git procps bison e2fsprogs cmake' |
| 1177 | 0s | 0% | g++-13 |
| 1285 | 8s | 0% | g++-13 g++-13-x86-64-linux-gnu |
| 1563 | 11s | 0% | amd64 4:13.2.0-7ubuntu1 [1100 B] |
| 2436 | 17s | 1% | (4:13.2.0-7ubuntu1) ... |
| 3198 | 0s | 0% | (4:13.2.0-7ubuntu1) ... |
| 3199 | 0s | 0% | to provide /usr/bin/c++ (c++) in auto mode |
| 3229 | 0s | 0% | '[' -n '' ']' |
| 3230 | 0s | 0% | [[ '' == \t\r\u\e ]] |
| 3231 | 0s | 0% | [[ true == \t\r\u\e ]] |
| 3232 | 0s | 0% | retry -- git clone --depth=1 https://github.com/include-what-you-use/include-what-you-use -b clang_18 /include-what-you-use |
| 3234 | 0s | 0% | cmake -B /iwyu-build/ -G 'Unix Makefiles' -DCMAKE_PREFIX_PATH=/usr/lib/llvm-18 -S /include-what-you-use |
| 3245 | 2s | 0% | - skipped |
| 3341 | 0s | 0% | nproc |
| 3342 | 19s | 1% | make -C /iwyu-build/ install -j8 |
| 3641 | 0s | 0% | mkdir -p /home/admin/actions-runner/_work/_temp/depends/SDKs /home/admin/actions-runner/_work/_temp/depends/sdk-sources |
| 3642 | 0s | 0% | OSX_SDK_BASENAME=Xcode---extracted-SDK-with-libcxx-headers |
| 3643 | 0s | 0% | '[' -n '' ']' |
| 3644 | 1m3s | 5% | git config --global ci.base-install-done true |
| 3661 | 0s | 0% | docker volume create ci_native_tidy_ccache |
| 3663 | 0s | 0% | docker volume create ci_native_tidy_depends |
| 3665 | 0s | 0% | docker volume create ci_native_tidy_depends_sources |
| 3667 | 0s | 0% | docker volume create ci_native_tidy_previous_releases |
| 3669 | 0s | 0% | CI_CCACHE_MOUNT=type=volume,src=ci_native_tidy_ccache,dst=/home/admin/actions-runner/_work/_temp/ccache_dir |
| 3670 | 0s | 0% | CI_DEPENDS_MOUNT=type=volume,src=ci_native_tidy_depends,dst=/home/admin/actions-runner/_work/_temp/depends/built |
| 3671 | 0s | 0% | CI_DEPENDS_SOURCES_MOUNT=type=volume,src=ci_native_tidy_depends_sources,dst=/home/admin/actions-runner/_work/_temp/depends/sources |
| 3672 | 0s | 0% | CI_PREVIOUS_RELEASES_MOUNT=type=volume,src=ci_native_tidy_previous_releases,dst=/home/admin/actions-runner/_work/_temp/previous_releases |
| 3673 | 0s | 0% | '[' '' ']' |
| 3674 | 0s | 0% | docker network create --ipv6 --subnet 1111:1111::/112 ci-ip6net |
| 3676 | 0s | 0% | '[' -n '' ']' |
| 3678 | 0s | 0% | echo 'Prune all dangling bitcoin-ci-test images' |
| 3679 | 0s | 0% | docker image prune --force --filter label=bitcoin-ci-test |
| 3681 | 1s | 0% | docker run --cap-add LINUX_IMMUTABLE --rm --interactive --detach --tty --mount type=bind,src=/home/admin/actions-runner/_work/bitcoin/bitcoin,dst=/home/admin/actions-runner/_work/bitcoin/bitcoin,readonly --mount type=volume,src=ci_native_tidy_ccache,dst=/home/admin/actions-runner/_work/_temp/ccache_dir --mount type=volume,src=ci_native_tidy_depends,dst=/home/admin/actions-runner/_work/_temp/depends/built --mount type=volume,src=ci_native_tidy_depends_sources,dst=/home/admin/actions-runner/_work/_temp/depends/sources --mount type=volume,src=ci_native_tidy_previous_releases,dst=/home/admin/actions-runner/_work/_temp/previous_releases --env-file /tmp/env-admin-ci_native_tidy --name ci_native_tidy --network ci-ip6net ci_native_tidy |
| 3682 | 0s | 0% | CI_CONTAINER_ID=4ff7b27afe767a0dc12a1857d0f476428d30b6af5fcd8af322d138f7ceb676f8 |
| 3683 | 0s | 0% | export CI_CONTAINER_ID |
| 3684 | 0s | 0% | export 'CI_EXEC_CMD_PREFIX=docker exec 4ff7b27afe767a0dc12a1857d0f476428d30b6af5fcd8af322d138f7ceb676f8' |
| 3685 | 0s | 0% | CI_EXEC_CMD_PREFIX='docker exec 4ff7b27afe767a0dc12a1857d0f476428d30b6af5fcd8af322d138f7ceb676f8' |
| 3686 | 0s | 0% | '[' '' == macos ']' |
| 3687 | 0s | 0% | export -f CI_EXEC |
| 3688 | 0s | 0% | CI_EXEC rsync --archive --stats --human-readable /home/admin/actions-runner/_work/bitcoin/bitcoin/ /home/admin/actions-runner/_work/_temp |
| 3689 | 0s | 0% | docker exec 4ff7b27afe767a0dc12a1857d0f476428d30b6af5fcd8af322d138f7ceb676f8 bash -c 'export PATH="/path_with space:/home/admin/actions-runner/_work/_temp/ci/scratch/bins/:/home/admin/actions-runner/_work/_temp/ci/retry:$PATH" && cd "/home/admin/actions-runner/_work/_temp" && rsync --archive --stats --human-readable /home/admin/actions-runner/_work/bitcoin/bitcoin/ /home/admin/actions-runner/_work/_temp' |
| 3707 | 0s | 0% | CI_EXEC /home/admin/actions-runner/_work/_temp/ci/test/01_base_install.sh |
| 3708 | 0s | 0% | docker exec 4ff7b27afe767a0dc12a1857d0f476428d30b6af5fcd8af322d138f7ceb676f8 bash -c 'export PATH="/path_with space:/home/admin/actions-runner/_work/_temp/ci/scratch/bins/:/home/admin/actions-runner/_work/_temp/ci/retry:$PATH" && cd "/home/admin/actions-runner/_work/_temp" && /home/admin/actions-runner/_work/_temp/ci/test/01_base_install.sh' |
| 3709 | 0s | 0% | CFG_DONE=ci.base-install-done |
| 3710 | 0s | 0% | git config --global ci.base-install-done |
| 3711 | 0s | 0% | '[' true == true ']' |
| 3713 | 0s | 0% | echo 'Skip base install' |
| 3714 | 0s | 0% | exit 0 |
| 3715 | 0s | 0% | CI_EXEC git config --global --add safe.directory '"*"' |
| 3716 | 0s | 0% | docker exec 4ff7b27afe767a0dc12a1857d0f476428d30b6af5fcd8af322d138f7ceb676f8 bash -c 'export PATH="/path_with space:/home/admin/actions-runner/_work/_temp/ci/scratch/bins/:/home/admin/actions-runner/_work/_temp/ci/retry:$PATH" && cd "/home/admin/actions-runner/_work/_temp" && git config --global --add safe.directory "*"' |
| 3717 | 0s | 0% | CI_EXEC mkdir -p /home/admin/actions-runner/_work/_temp/ci/scratch/bins/ |
| 3718 | 0s | 0% | docker exec 4ff7b27afe767a0dc12a1857d0f476428d30b6af5fcd8af322d138f7ceb676f8 bash -c 'export PATH="/path_with space:/home/admin/actions-runner/_work/_temp/ci/scratch/bins/:/home/admin/actions-runner/_work/_temp/ci/retry:$PATH" && cd "/home/admin/actions-runner/_work/_temp" && mkdir -p /home/admin/actions-runner/_work/_temp/ci/scratch/bins/' |
| 3719 | 0s | 0% | CI_EXEC /home/admin/actions-runner/_work/_temp/ci/test/03_test_script.sh |
| 3720 | 0s | 0% | docker exec 4ff7b27afe767a0dc12a1857d0f476428d30b6af5fcd8af322d138f7ceb676f8 bash -c 'export PATH="/path_with space:/home/admin/actions-runner/_work/_temp/ci/scratch/bins/:/home/admin/actions-runner/_work/_temp/ci/retry:$PATH" && cd "/home/admin/actions-runner/_work/_temp" && /home/admin/actions-runner/_work/_temp/ci/test/03_test_script.sh' |
| 3721 | 0s | 0% | export ASAN_OPTIONS=detect_leaks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1 |
| 3722 | 0s | 0% | ASAN_OPTIONS=detect_leaks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1 |
| 3723 | 0s | 0% | export LSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/lsan |
| 3724 | 0s | 0% | LSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/lsan |
| 3725 | 0s | 0% | export TSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/tsan:halt_on_error=1 |
| 3726 | 0s | 0% | TSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/tsan:halt_on_error=1 |
| 3727 | 0s | 0% | export UBSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/ubsan:print_stacktrace=1:halt_on_error=1:report_error_type=1 |
| 3728 | 0s | 0% | UBSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/ubsan:print_stacktrace=1:halt_on_error=1:report_error_type=1 |
| 3729 | 0s | 0% | '[' '' == macos ']' |
| 3730 | 0s | 0% | free -m -h |
| 3734 | 0s | 0% | nproc |
| 3735 | 0s | 0% | echo 'Number of CPUs (nproc): 8' |
| 3737 | 0s | 0% | uname --kernel-name --kernel-release |
| 3738 | 0s | 0% | echo 'System info: Linux 6.14.0-37-generic' |
| 3740 | 0s | 0% | lscpu |
| 3751 | 0s | 0% | echo 'Free disk space:' |
| 3752 | 0s | 0% | df -h |
| 3787 | 0s | 0% | [[ ci_native_tidy == \c\i\_\n\a\t\i\v\e\_\a\s\a\n ]] |
| 3796 | 0s | 0% | /home/admin/actions-runner/_work/_temp/depends/config.guess |
| 3797 | 0s | 0% | export HOST=x86_64-pc-linux-gnu |
| 3798 | 0s | 0% | HOST=x86_64-pc-linux-gnu |
| 3799 | 0s | 0% | tee /dev/fd/63 |
| 3800 | 0s | 0% | patch -p1 |
| 3802 | 0s | 0% | b/src/leveldb/db/db_impl.cc |
| 3812 | 0s | 0% | 1].Add(stats); |
| 3813 | 0s | 0% | '[' false = true ']' |
| 3814 | 0s | 0% | '[' false = true ']' |
| 3815 | 0s | 0% | '[' '' = true ']' |
| 3816 | 0s | 0% | '[' false = true ']' |
| 3817 | 0s | 0% | '[' '' == macos ']' |
| 3818 | 0s | 0% | echo |
| 3820 | 0s | 0% | '[' -z 1 ']' |
| 3821 | 0s | 0% | '[' '' = true ']' |
| 3822 | 0s | 0% | BITCOIN_CONFIG_ALL=--disable-dependency-tracking |
| 3823 | 0s | 0% | '[' -z 1 ']' |
| 3824 | 0s | 0% | '[' -z '' ']' |
| 3825 | 0s | 0% | BITCOIN_CONFIG_ALL='--disable-dependency-tracking --enable-werror' |
| 3826 | 0s | 0% | ccache --zero-stats |
| 3828 | 0s | 0% | PRINT_CCACHE_STATISTICS='ccache --version | head -n 1 && ccache --show-stats' |
| 3829 | 0s | 0% | BITCOIN_CONFIG_ALL='--disable-dependency-tracking --enable-werror --enable-external-signer --prefix=/home/admin/actions-runner/_work/_temp/ci/scratch/out' |
| 3830 | 0s | 0% | '[' -n '' ']' |
| 3831 | 7s | 0% | ./autogen.sh |
| 3863 | 0s | 0% | mkdir -p /home/admin/actions-runner/_work/_temp/build |
| 3864 | 0s | 0% | cd /home/admin/actions-runner/_work/_temp/build |
| 3865 | 0s | 0% | bash -c '/home/admin/actions-runner/_work/_temp/configure --cache-file=config.cache --disable-dependency-tracking --enable-werror --enable-external-signer --prefix=/home/admin/actions-runner/_work/_temp/ci/scratch/out CC=clang-18 CXX=clang++-18 --with-incompatible-bdb --disable-hardening CFLAGS='\''-O0 -g0'\'' CXXFLAGS='\''-O0 -g0'\''' |
| 3880 | 0s | 0% | compiler works... yes |
| 3881 | 1s | 0% | compiler default output file name... a.out |
| 3954 | 0s | 0% | preprocessor... clang++-18 -std=c++20 -E |
| 3982 | 0s | 0% | compiler accepts -Werror... yes |
| 3984 | 0s | 0% | compiler accepts -Wall... yes |
| 3985 | 0s | 0% | compiler accepts -Wextra... yes |
| 3986 | 0s | 0% | compiler accepts -Wgnu... yes |
| 3987 | 0s | 0% | compiler accepts -Wformat -Wformat-security... yes |
| 3988 | 0s | 0% | compiler accepts -Wvla... yes |
| 3989 | 0s | 0% | compiler accepts -Wshadow-field... yes |
| 3990 | 0s | 0% | compiler accepts -Wthread-safety... yes |
| 3991 | 0s | 0% | compiler accepts -Wloop-analysis... yes |
| 3992 | 0s | 0% | compiler accepts -Wredundant-decls... yes |
| 3993 | 0s | 0% | compiler accepts -Wunused-member-function... yes |
| 3994 | 0s | 0% | compiler accepts -Wdate-time... yes |
| 3995 | 0s | 0% | compiler accepts -Wconditional-uninitialized... yes |
| 3996 | 0s | 0% | compiler accepts -Wduplicated-branches... no |
| 3997 | 0s | 0% | compiler accepts -Wduplicated-cond... no |
| 3998 | 0s | 0% | compiler accepts -Wlogical-op... no |
| 3999 | 0s | 0% | compiler accepts -Woverloaded-virtual... yes |
| 4000 | 0s | 0% | compiler accepts -Wsuggest-override... yes |
| 4001 | 0s | 0% | compiler accepts -Wimplicit-fallthrough... yes |
| 4002 | 0s | 0% | compiler accepts -Wunreachable-code... yes |
| 4003 | 0s | 0% | compiler accepts -Wdocumentation... yes |
| 4004 | 0s | 0% | compiler accepts -Wself-assign... yes |
| 4005 | 0s | 0% | compiler accepts -Wundef... yes |
| 4006 | 0s | 0% | compiler accepts -Wunused-parameter... yes |
| 4007 | 0s | 0% | compiler accepts -fno-extended-identifiers... no |
| 4008 | 0s | 0% | compiler accepts -fstack-reuse=none... no |
| 4009 | 0s | 0% | compiler accepts -msse4.2... yes |
| 4010 | 0s | 0% | compiler accepts -msse4.1... yes |
| 4011 | 0s | 0% | compiler accepts -mavx -mavx2... yes |
| 4012 | 0s | 0% | compiler accepts -msse4 -msha... yes |
| 4013 | 0s | 0% | compiler accepts -mpclmul... yes |
| 4018 | 0s | 0% | compiler accepts -march=armv8-a+crc+crypto... no |
| 4019 | 1s | 0% | compiler accepts -march=armv8-a+crypto... no |
| 4036 | 2s | 0% | compiler accepts -fPIC... yes |
| 4095 | 0s | 0% | headers... default |
| 4110 | 2s | 0% | preprocessor accepts -DBOOST_NO_CXX98_FUNCTION_BASE... yes |
| 4314 | 2s | 0% | make distdir VERSION=x86_64-pc-linux-gnu |
| 4378 | 0s | 0% | cd /home/admin/actions-runner/_work/_temp/build/bitcoin-x86_64-pc-linux-gnu |
| 4379 | 0s | 0% | bash -c './configure --cache-file=../config.cache --disable-dependency-tracking --enable-werror --enable-external-signer --prefix=/home/admin/actions-runner/_work/_temp/ci/scratch/out CC=clang-18 CXX=clang++-18 --with-incompatible-bdb --disable-hardening CFLAGS='\''-O0 -g0'\'' CXXFLAGS='\''-O0 -g0'\''' |
| 4393 | 0s | 0% | compiler works... yes |
| 4394 | 0s | 0% | compiler default output file name... a.out |
| 4467 | 0s | 0% | preprocessor... (cached) clang++-18 -std=c++20 -E |
| 4492 | 0s | 0% | compiler accepts -Werror... (cached) yes |
| 4494 | 0s | 0% | compiler accepts -Wall... (cached) yes |
| 4495 | 0s | 0% | compiler accepts -Wextra... (cached) yes |
| 4496 | 0s | 0% | compiler accepts -Wgnu... (cached) yes |
| 4497 | 0s | 0% | compiler accepts -Wformat -Wformat-security... (cached) yes |
| 4498 | 0s | 0% | compiler accepts -Wvla... (cached) yes |
| 4499 | 0s | 0% | compiler accepts -Wshadow-field... (cached) yes |
| 4500 | 0s | 0% | compiler accepts -Wthread-safety... (cached) yes |
| 4501 | 0s | 0% | compiler accepts -Wloop-analysis... (cached) yes |
| 4502 | 0s | 0% | compiler accepts -Wredundant-decls... (cached) yes |
| 4503 | 0s | 0% | compiler accepts -Wunused-member-function... (cached) yes |
| 4504 | 0s | 0% | compiler accepts -Wdate-time... (cached) yes |
| 4505 | 0s | 0% | compiler accepts -Wconditional-uninitialized... (cached) yes |
| 4506 | 0s | 0% | compiler accepts -Wduplicated-branches... (cached) no |
| 4507 | 0s | 0% | compiler accepts -Wduplicated-cond... (cached) no |
| 4508 | 0s | 0% | compiler accepts -Wlogical-op... (cached) no |
| 4509 | 0s | 0% | compiler accepts -Woverloaded-virtual... (cached) yes |
| 4510 | 0s | 0% | compiler accepts -Wsuggest-override... (cached) yes |
| 4511 | 0s | 0% | compiler accepts -Wimplicit-fallthrough... (cached) yes |
| 4512 | 0s | 0% | compiler accepts -Wunreachable-code... (cached) yes |
| 4513 | 0s | 0% | compiler accepts -Wdocumentation... (cached) yes |
| 4514 | 0s | 0% | compiler accepts -Wself-assign... (cached) yes |
| 4515 | 0s | 0% | compiler accepts -Wundef... (cached) yes |
| 4516 | 0s | 0% | compiler accepts -Wunused-parameter... (cached) yes |
| 4517 | 0s | 0% | compiler accepts -fno-extended-identifiers... (cached) no |
| 4518 | 0s | 0% | compiler accepts -fstack-reuse=none... (cached) no |
| 4519 | 0s | 0% | compiler accepts -msse4.2... (cached) yes |
| 4520 | 0s | 0% | compiler accepts -msse4.1... (cached) yes |
| 4521 | 0s | 0% | compiler accepts -mavx -mavx2... (cached) yes |
| 4522 | 0s | 0% | compiler accepts -msse4 -msha... (cached) yes |
| 4523 | 0s | 0% | compiler accepts -mpclmul... (cached) yes |
| 4528 | 0s | 0% | compiler accepts -march=armv8-a+crc+crypto... (cached) no |
| 4529 | 0s | 0% | compiler accepts -march=armv8-a+crypto... (cached) no |
| 4546 | 1s | 0% | compiler accepts -fPIC... (cached) yes |
| 4594 | 0s | 0% | headers... default |
| 4608 | 2s | 0% | preprocessor accepts -DBOOST_NO_CXX98_FUNCTION_BASE... (cached) yes |
| 4801 | 0s | 0% | [[ true == \t\r\u\e ]] |
| 4802 | 0s | 0% | MAYBE_BEAR='bear --config src/.bear-tidy-config' |
| 4803 | 0s | 0% | MAYBE_TOKEN=-- |
| 4804 | 3m33s | 18% | bash -c 'bear --config src/.bear-tidy-config -- make -j8 install' |
| 5870 | 0s | 0% | bash -c 'ccache --version | head -n 1 && ccache --show-stats' |
| 5882 | 0s | 0% | '[' true = true ']' |
| 5883 | 0s | 0% | ccache -s |
| 5884 | 0s | 0% | grep Hits: |
| 5885 | 0s | 0% | head -1 |
| 5886 | 0s | 0% | sed 's/.*(\(.*\)%).*/\1/' |
| 5887 | 0s | 0% | hit_rate=' 0.64' |
| 5889 | 0s | 0% | '[' ' 0' -lt 75 ']' |
| 5890 | 0s | 0% | echo '::notice title=low ccache hitrate::Ccache hit-rate in ci_native_tidy was 0.64%' |
| 5891 | 0s | 0% | du -sh /home/admin/actions-runner/_work/_temp/depends/SDKs/ /home/admin/actions-runner/_work/_temp/depends/builders/ /home/admin/actions-runner/_work/_temp/depends/built/ /home/admin/actions-runner/_work/_temp/depends/hosts/ /home/admin/actions-runner/_work/_temp/depends/packages/ /home/admin/actions-runner/_work/_temp/depends/patches/ /home/admin/actions-runner/_work/_temp/depends/sdk-sources/ /home/admin/actions-runner/_work/_temp/depends/sources/ |
| 5892 | 0s | 0% | du -sh /home/admin/actions-runner/_work/_temp/previous_releases |
| 5902 | 0s | 0% | [[ x86_64-pc-linux-gnu = *-mingw32 ]] |
| 5903 | 0s | 0% | '[' -n '' ']' |
| 5904 | 0s | 0% | '[' false = true ']' |
| 5905 | 0s | 0% | '[' '' = true ']' |
| 5906 | 0s | 0% | '[' false = true ']' |
| 5907 | 0s | 0% | '[' true = true ']' |
| 5908 | 0s | 0% | cmake -B /tidy-build -DLLVM_DIR=/usr/lib/llvm-18/cmake -DCMAKE_BUILD_TYPE=Release -S /home/admin/actions-runner/_work/_temp/contrib/devtools/bitcoin-tidy |
| 5912 | 0s | 0% | - skipped |
| 5920 | 5s | 0% | cmake --build /tidy-build -j8 |
| 5926 | 0s | 0% | cmake --build /tidy-build --target bitcoin-tidy-tests -j8 |
| 5980 | 0s | 0% | set -eo pipefail |
| 5981 | 0s | 0% | cd /home/admin/actions-runner/_work/_temp/build/bitcoin-x86_64-pc-linux-gnu/src/ |
| 5982 | 0s | 0% | run-clang-tidy-18 -quiet -load=/tidy-build/libbitcoin-tidy.so -j8 |
| 5983 | 4m22s | 22% | tee tmp.tidy-out.txt |
| 7405 | 0s | 0% | jq 'map(select(.file | test("src/qt/qrc_.*\\.cpp$|/moc_.*\\.cpp$") | not))' ../compile_commands.json |
| 7406 | 0s | 0% | mv tmp.json ../compile_commands.json |
| 7407 | 0s | 0% | cd /home/admin/actions-runner/_work/_temp/build/bitcoin-x86_64-pc-linux-gnu/ |
| 7408 | 0s | 0% | python3 /include-what-you-use/iwyu_tool.py -p . -j8 -- -Xiwyu --cxx17ns -Xiwyu --mapping_file=/home/admin/actions-runner/_work/_temp/build/bitcoin-x86_64-pc-linux-gnu/contrib/devtools/iwyu/bitcoin.core.imp -Xiwyu --max_line_length=160 |
| 7409 | 7m41s | 39% | tee /tmp/iwyu_ci.out |
| 39442 | 0s | 0% | cd /home/admin/actions-runner/_work/_temp/src |
| 39443 | 1s | 0% | python3 /include-what-you-use/fix_includes.py --nosafe_headers |
| 40398 | 0s | 0% | git --no-pager diff |
| 40402 | 0s | 0% | b/src/addrdb.cpp |
| 40450 | 0s | 0% | b/src/addresstype.cpp |
| 40475 | 0s | 0% | b/src/addresstype.h |
| 40491 | 0s | 0% | b/src/addrman.cpp |
| 40531 | 0s | 0% | b/src/addrman.h |
| 40558 | 0s | 0% | b/src/banman.cpp |
| 40586 | 0s | 0% | b/src/banman.h |
| 40612 | 0s | 0% | b/src/base58.cpp |
| 40637 | 0s | 0% | b/src/base58.h |
| 40655 | 0s | 0% | b/src/bech32.cpp |
| 40674 | 0s | 0% | b/src/bech32.h |
| 40689 | 0s | 0% | b/src/bench/addrman.cpp |
| 40711 | 0s | 0% | b/src/bench/base58.cpp |
| 40731 | 0s | 0% | b/src/bench/bech32.cpp |
| 40748 | 0s | 0% | b/src/bench/bench.cpp |
| 40777 | 0s | 0% | b/src/bench/bench.h |
| 40800 | 0s | 0% | b/src/bench/bench_bitcoin.cpp |
| 40828 | 0s | 0% | b/src/bench/bip324_ecdh.cpp |
| 40848 | 0s | 0% | b/src/bench/block_assemble.cpp |
| 40880 | 0s | 0% | b/src/bench/ccoins_caching.cpp |
| 40900 | 0s | 0% | b/src/bench/chacha20.cpp |
| 40916 | 0s | 0% | b/src/bench/checkblock.cpp |
| 40944 | 0s | 0% | b/src/bench/checkblockindex.cpp |
| 40956 | 0s | 0% | b/src/bench/checkqueue.cpp |
| 40974 | 0s | 0% | b/src/bench/cluster_linearize.cpp |
| 40992 | 0s | 0% | b/src/bench/coin_selection.cpp |
| 41019 | 0s | 0% | b/src/bench/crypto_hash.cpp |
| 41038 | 0s | 0% | b/src/bench/data.cpp |
| 41056 | 0s | 0% | b/src/bench/descriptors.cpp |
| 41079 | 0s | 0% | b/src/bench/disconnected_transactions.cpp |
| 41102 | 0s | 0% | b/src/bench/duplicate_inputs.cpp |
| 41129 | 0s | 0% | b/src/bench/ellswift.cpp |
| 41149 | 0s | 0% | b/src/bench/gcs_filter.cpp |
| 41165 | 0s | 0% | b/src/bench/hashpadding.cpp |
| 41182 | 0s | 0% | b/src/bench/index_blockfilter.cpp |
| 41217 | 0s | 0% | b/src/bench/load_external.cpp |
| 41245 | 0s | 0% | b/src/bench/lockedpool.cpp |
| 41261 | 0s | 0% | b/src/bench/logging.cpp |
| 41275 | 0s | 0% | b/src/bench/mempool_eviction.cpp |
| 41300 | 0s | 0% | b/src/bench/mempool_stress.cpp |
| 41330 | 0s | 0% | b/src/bench/merkle_root.cpp |
| 41346 | 0s | 0% | b/src/bench/peer_eviction.cpp |
| 41369 | 0s | 0% | b/src/bench/poly1305.cpp |
| 41385 | 0s | 0% | b/src/bench/pool.cpp |
| 41402 | 0s | 0% | b/src/bench/prevector.cpp |
| 41418 | 0s | 0% | b/src/bench/random.cpp |
| 41434 | 0s | 0% | b/src/bench/readblock.cpp |
| 41462 | 0s | 0% | b/src/bench/rollingbloom.cpp |
| 41479 | 0s | 0% | b/src/bench/rpc_blockchain.cpp |
| 41509 | 0s | 0% | b/src/bench/rpc_mempool.cpp |
| 41535 | 0s | 0% | b/src/bench/sign_transaction.cpp |
| 41552 | 0s | 0% | b/src/bench/strencodings.cpp |
| 41566 | 0s | 0% | b/src/bench/verify_script.cpp |
| 41590 | 0s | 0% | b/src/bench/wallet_balance.cpp |
| 41623 | 0s | 0% | b/src/bench/wallet_create.cpp |
| 41654 | 0s | 0% | b/src/bench/wallet_create_tx.cpp |
| 41697 | 0s | 0% | b/src/bench/wallet_ismine.cpp |
| 41732 | 0s | 0% | b/src/bench/wallet_loading.cpp |
| 41769 | 0s | 0% | b/src/bench/xor.cpp |
| 41789 | 0s | 0% | b/src/bip324.cpp |
| 41815 | 0s | 0% | b/src/bitcoin-cli.cpp |
| 41872 | 0s | 0% | b/src/bitcoin-tx.cpp |
| 41915 | 0s | 0% | b/src/bitcoin-util.cpp |
| 41956 | 0s | 0% | b/src/bitcoin-wallet.cpp |
| 41994 | 0s | 0% | b/src/bitcoind.cpp |
| 42034 | 0s | 0% | b/src/blockencodings.cpp |
| 42062 | 0s | 0% | b/src/blockencodings.h |
| 42089 | 0s | 0% | b/src/blockfilter.cpp |
| 42124 | 0s | 0% | b/src/chain.cpp |
| 42142 | 0s | 0% | b/src/chain.h |
| 42172 | 0s | 0% | b/src/chainparams.cpp |
| 42199 | 0s | 0% | b/src/chainparams.h |
| 42217 | 0s | 0% | b/src/chainparamsbase.cpp |
| 42233 | 0s | 0% | b/src/chainparamsbase.h |
| 42252 | 0s | 0% | b/src/checkqueue.h |
| 42269 | 0s | 0% | b/src/clientversion.cpp |
| 42304 | 0s | 0% | b/src/cluster_linearize.h |
| 42335 | 0s | 0% | b/src/coins.cpp |
| 42363 | 0s | 0% | b/src/coins.h |
| 42407 | 0s | 0% | b/src/common/args.cpp |
| 42435 | 0s | 0% | b/src/common/args.h |
| 42458 | 0s | 0% | b/src/common/bloom.cpp |
| 42482 | 0s | 0% | b/src/common/bloom.h |
| 42501 | 0s | 0% | b/src/common/config.cpp |
| 42533 | 0s | 0% | b/src/common/init.cpp |
| 42546 | 0s | 0% | b/src/common/interfaces.cpp |
| 42563 | 0s | 0% | b/src/common/messages.cpp |
| 42591 | 0s | 0% | b/src/common/messages.h |
| 42616 | 0s | 0% | b/src/common/run_command.cpp |
| 42635 | 0s | 0% | b/src/common/settings.cpp |
| 42654 | 0s | 0% | b/src/common/settings.h |
| 42673 | 0s | 0% | b/src/common/signmessage.cpp |
| 42695 | 0s | 0% | b/src/common/system.cpp |
| 42713 | 0s | 0% | b/src/common/url.cpp |
| 42726 | 0s | 0% | b/src/compressor.cpp |
| 42744 | 0s | 0% | b/src/compressor.h |
| 42763 | 0s | 0% | b/src/consensus/merkle.cpp |
| 42783 | 0s | 0% | b/src/consensus/tx_check.cpp |
| 42805 | 0s | 0% | b/src/consensus/tx_verify.cpp |
| 42829 | 0s | 0% | b/src/consensus/tx_verify.h |
| 42844 | 0s | 0% | b/src/core_read.cpp |
| 42883 | 0s | 0% | b/src/core_write.cpp |
| 42919 | 0s | 0% | b/src/crypto/chacha20.cpp |
| 42935 | 0s | 0% | b/src/crypto/chacha20.h |
| 42952 | 0s | 0% | b/src/crypto/hex_base.cpp |
| 42971 | 0s | 0% | b/src/crypto/hkdf_sha256_32.cpp |
| 42987 | 0s | 0% | b/src/crypto/hkdf_sha256_32.h |
| 43003 | 0s | 0% | b/src/crypto/hmac_sha256.cpp |
| 43019 | 0s | 0% | b/src/crypto/hmac_sha256.h |
| 43033 | 0s | 0% | b/src/crypto/hmac_sha512.cpp |
| 43049 | 0s | 0% | b/src/crypto/hmac_sha512.h |
| 43063 | 0s | 0% | b/src/crypto/muhash.cpp |
| 43086 | 0s | 0% | b/src/crypto/muhash.h |
| 43104 | 0s | 0% | b/src/crypto/poly1305.cpp |
| 43118 | 0s | 0% | b/src/crypto/poly1305.h |
| 43135 | 0s | 0% | b/src/crypto/sha256_sse41.cpp |
| 43153 | 0s | 0% | b/src/crypto/sha256_x86_shani.cpp |
| 43170 | 0s | 0% | b/src/crypto/sha3.cpp |
| 43190 | 0s | 0% | b/src/crypto/sha3.h |
| 43208 | 0s | 0% | b/src/crypto/siphash.cpp |
| 43226 | 0s | 0% | b/src/crypto/siphash.h |
| 43241 | 0s | 0% | b/src/cuckoocache.h |
| 43254 | 0s | 0% | b/src/dbwrapper.cpp |
| 43300 | 0s | 0% | b/src/dbwrapper.h |
| 43325 | 0s | 0% | b/src/deploymentinfo.h |
| 43341 | 0s | 0% | b/src/deploymentstatus.cpp |
| 43356 | 0s | 0% | b/src/deploymentstatus.h |
| 43373 | 0s | 0% | b/src/external_signer.cpp |
| 43406 | 0s | 0% | b/src/external_signer.h |
| 43420 | 0s | 0% | b/src/flatfile.cpp |
| 43441 | 0s | 0% | b/src/flatfile.h |
| 43458 | 0s | 0% | b/src/hash.cpp |
| 43476 | 0s | 0% | b/src/hash.h |
| 43498 | 0s | 0% | b/src/headerssync.cpp |
| 43524 | 0s | 0% | b/src/headerssync.h |
| 43552 | 0s | 0% | b/src/httprpc.cpp |
| 43592 | 0s | 0% | b/src/httpserver.cpp |
| 43656 | 0s | 0% | headers) */ |
| 43661 | 0s | 0% | b/src/httpserver.h |
| 43684 | 0s | 0% | b/src/i2p.cpp |
| 43725 | 0s | 0% | b/src/i2p.h |
| 43754 | 0s | 0% | b/src/index/base.cpp |
| 43789 | 0s | 0% | b/src/index/base.h |
| 43823 | 0s | 0% | b/src/index/blockfilterindex.cpp |
| 43863 | 0s | 0% | b/src/index/blockfilterindex.h |
| 43896 | 0s | 0% | b/src/index/coinstatsindex.cpp |
| 43924 | 0s | 0% | b/src/index/coinstatsindex.h |
| 43947 | 0s | 0% | b/src/index/txindex.cpp |
| 43980 | 0s | 0% | b/src/index/txindex.h |
| 43998 | 0s | 0% | b/src/init.cpp |
| 44077 | 0s | 0% | b/src/init/common.cpp |
| 44099 | 0s | 0% | b/src/kernel/chain.cpp |
| 44112 | 0s | 0% | b/src/kernel/chainparams.cpp |
| 44141 | 0s | 0% | b/src/kernel/chainparams.h |
| 44155 | 0s | 0% | b/src/kernel/checks.cpp |
| 44173 | 0s | 0% | b/src/kernel/coinstats.cpp |
| 44208 | 0s | 0% | b/src/kernel/coinstats.h |
| 44232 | 0s | 0% | b/src/kernel/disconnected_transactions.h |
| 44252 | 0s | 0% | b/src/key.cpp |
| 44282 | 0s | 0% | b/src/key.h |
| 44308 | 0s | 0% | b/src/key_io.cpp |
| 44343 | 0s | 0% | b/src/key_io.h |
| 44362 | 0s | 0% | b/src/leveldb/db/db_impl.cc |
| 44372 | 0s | 0% | 1].Add(stats); |
| 44376 | 0s | 0% | b/src/logging.cpp |
| 44398 | 0s | 0% | b/src/logging.h |
| 44420 | 0s | 0% | b/src/mapport.cpp |
| 44466 | 0s | 0% | b/src/merkleblock.cpp |
| 44487 | 0s | 0% | b/src/merkleblock.h |
| 44510 | 0s | 0% | b/src/minisketch/include/minisketch.h |
| 44531 | 0s | 0% | b/src/net.cpp |
| 44601 | 0s | 0% | b/src/net.h |
| 44667 | 0s | 0% | b/src/net_permissions.cpp |
| 44687 | 0s | 0% | b/src/net_permissions.h |
| 44708 | 0s | 0% | b/src/net_processing.cpp |
| 44791 | 0s | 0% | per_header * (expected number of headers) */ |
| 44795 | 0s | 0% | b/src/net_processing.h |
| 44828 | 0s | 0% | b/src/net_types.cpp |
| 44846 | 0s | 0% | b/src/netaddress.cpp |
| 44878 | 0s | 0% | b/src/netaddress.h |
| 44903 | 0s | 0% | b/src/netbase.cpp |
| 44940 | 0s | 0% | b/src/netbase.h |
| 44969 | 0s | 0% | b/src/netgroup.cpp |
| 44991 | 0s | 0% | b/src/netgroup.h |
| 45010 | 0s | 0% | b/src/node/blockmanager_args.cpp |
| 45031 | 0s | 0% | b/src/node/blockstorage.cpp |
| 45068 | 0s | 0% | b/src/node/blockstorage.h |
| 45096 | 0s | 0% | b/src/node/caches.cpp |
| 45112 | 0s | 0% | b/src/node/chainstate.cpp |
| 45150 | 0s | 0% | b/src/node/chainstatemanager_args.cpp |
| 45176 | 0s | 0% | b/src/node/coin.cpp |
| 45198 | 0s | 0% | b/src/node/coins_view_args.cpp |
| 45213 | 0s | 0% | b/src/node/database_args.cpp |
| 45228 | 0s | 0% | b/src/node/eviction.cpp |
| 45253 | 0s | 0% | b/src/node/eviction.h |
| 45276 | 0s | 0% | b/src/node/interface_ui.cpp |
| 45303 | 0s | 0% | b/src/node/interfaces.cpp |
| 45382 | 0s | 0% | b/src/node/kernel_notifications.cpp |
| 45417 | 0s | 0% | b/src/node/mempool_args.cpp |
| 45445 | 0s | 0% | b/src/node/mempool_args.h |
| 45458 | 0s | 0% | b/src/node/mempool_persist.cpp |
| 45491 | 0s | 0% | b/src/node/mempool_persist_args.cpp |
| 45506 | 0s | 0% | b/src/node/miner.cpp |
| 45553 | 0s | 0% | b/src/node/miner.h |
| 45603 | 0s | 0% | b/src/node/mini_miner.cpp |
| 45629 | 0s | 0% | b/src/node/mini_miner.h |
| 45651 | 0s | 0% | b/src/node/minisketchwrapper.cpp |
| 45677 | 0s | 0% | b/src/node/peerman_args.cpp |
| 45694 | 0s | 0% | b/src/node/psbt.cpp |
| 45718 | 0s | 0% | b/src/node/psbt.h |
| 45739 | 0s | 0% | b/src/node/timeoffsets.cpp |
| 45759 | 0s | 0% | b/src/node/transaction.cpp |
| 45793 | 0s | 0% | b/src/node/transaction.h |
| 45818 | 0s | 0% | b/src/node/txreconciliation.cpp |
| 45845 | 0s | 0% | b/src/node/txreconciliation.h |
| 45869 | 0s | 0% | b/src/node/utxo_snapshot.h |
| 45901 | 0s | 0% | b/src/node/warnings.cpp |
| 45921 | 0s | 0% | b/src/noui.cpp |
| 45945 | 0s | 0% | b/src/outputtype.cpp |
| 45972 | 0s | 0% | b/src/outputtype.h |
| 45994 | 0s | 0% | b/src/policy/feerate.h |
| 46011 | 0s | 0% | b/src/policy/fees.cpp |
| 46044 | 0s | 0% | b/src/policy/fees.h |
| 46075 | 0s | 0% | b/src/policy/fees_args.cpp |
| 46091 | 0s | 0% | b/src/policy/packages.cpp |
| 46117 | 0s | 0% | b/src/policy/packages.h |
| 46136 | 0s | 0% | b/src/policy/policy.h |
| 46157 | 0s | 0% | b/src/policy/rbf.cpp |
| 46191 | 0s | 0% | b/src/policy/rbf.h |
| 46211 | 0s | 0% | b/src/policy/truc_policy.cpp |
| 46241 | 0s | 0% | b/src/policy/truc_policy.h |
| 46264 | 0s | 0% | b/src/pow.cpp |
| 46283 | 0s | 0% | b/src/pow.h |
| 46304 | 0s | 0% | b/src/prevector.h |
| 46326 | 0s | 0% | b/src/primitives/block.cpp |
| 46345 | 0s | 0% | b/src/primitives/block.h |
| 46360 | 0s | 0% | b/src/primitives/transaction.cpp |
| 46387 | 0s | 0% | b/src/primitives/transaction.h |
| 46409 | 0s | 0% | b/src/protocol.cpp |
| 46428 | 0s | 0% | b/src/protocol.h |
| 46453 | 0s | 0% | b/src/psbt.cpp |
| 46479 | 0s | 0% | b/src/psbt.h |
| 46525 | 0s | 0% | b/src/pubkey.cpp |
| 46550 | 0s | 0% | b/src/pubkey.h |
| 46569 | 0s | 0% | b/src/qt/addressbookpage.cpp |
| 46619 | 0s | 0% | b/src/qt/addressbookpage.h |
| 46652 | 0s | 0% | b/src/qt/addresstablemodel.cpp |
| 46689 | 0s | 0% | b/src/qt/addresstablemodel.h |
| 46721 | 0s | 0% | b/src/qt/askpassphrasedialog.cpp |
| 46762 | 0s | 0% | b/src/qt/askpassphrasedialog.h |
| 46784 | 0s | 0% | b/src/qt/bantablemodel.cpp |
| 46815 | 0s | 0% | b/src/qt/bantablemodel.h |
| 46844 | 0s | 0% | b/src/qt/bitcoin.cpp |
| 46944 | 0s | 0% | b/src/qt/bitcoin.h |
| 46987 | 0s | 0% | b/src/qt/bitcoinaddressvalidator.cpp |
| 47004 | 0s | 0% | b/src/qt/bitcoinaddressvalidator.h |
| 47021 | 0s | 0% | b/src/qt/bitcoinamountfield.cpp |
| 47066 | 0s | 0% | b/src/qt/bitcoinamountfield.h |
| 47091 | 0s | 0% | b/src/qt/bitcoingui.cpp |
| 47212 | 0s | 0% | b/src/qt/bitcoingui.h |
| 47285 | 0s | 0% | b/src/qt/bitcoinunits.cpp |
| 47305 | 0s | 0% | b/src/qt/bitcoinunits.h |
| 47332 | 0s | 0% | b/src/qt/clientmodel.cpp |
| 47379 | 0s | 0% | b/src/qt/clientmodel.h |
| 47428 | 0s | 0% | b/src/qt/coincontroldialog.cpp |
| 47503 | 0s | 0% | b/src/qt/coincontroldialog.h |
| 47540 | 0s | 0% | b/src/qt/coincontroltreewidget.cpp |
| 47556 | 0s | 0% | b/src/qt/coincontroltreewidget.h |
| 47576 | 0s | 0% | b/src/qt/createwalletdialog.cpp |
| 47604 | 0s | 0% | b/src/qt/createwalletdialog.h |
| 47632 | 0s | 0% | b/src/qt/csvmodelwriter.cpp |
| 47652 | 0s | 0% | b/src/qt/csvmodelwriter.h |
| 47676 | 0s | 0% | b/src/qt/editaddressdialog.cpp |
| 47703 | 0s | 0% | b/src/qt/editaddressdialog.h |
| 47731 | 0s | 0% | b/src/qt/guiutil.cpp |
| 47862 | 0s | 0% | b/src/qt/guiutil.h |
| 47933 | 0s | 0% | b/src/qt/initexecutor.cpp |
| 47960 | 0s | 0% | b/src/qt/initexecutor.h |
| 47989 | 0s | 0% | b/src/qt/intro.cpp |
| 48043 | 0s | 0% | b/src/qt/intro.h |
| 48075 | 0s | 0% | b/src/qt/main.cpp |
| 48094 | 0s | 0% | b/src/qt/modaloverlay.cpp |
| 48132 | 0s | 0% | b/src/qt/modaloverlay.h |
| 48157 | 0s | 0% | b/src/qt/networkstyle.cpp |
| 48182 | 0s | 0% | b/src/qt/networkstyle.h |
| 48203 | 0s | 0% | b/src/qt/notificator.cpp |
| 48247 | 0s | 0% | b/src/qt/notificator.h |
| 48267 | 0s | 0% | b/src/qt/openuridialog.cpp |
| 48295 | 0s | 0% | b/src/qt/openuridialog.h |
| 48315 | 0s | 0% | b/src/qt/optionsdialog.cpp |
| 48387 | 0s | 0% | b/src/qt/optionsdialog.h |
| 48416 | 0s | 0% | b/src/qt/optionsmodel.cpp |
| 48472 | 0s | 0% | b/src/qt/optionsmodel.h |
| 48505 | 0s | 0% | b/src/qt/overviewpage.cpp |
| 48562 | 0s | 0% | b/src/qt/overviewpage.h |
| 48601 | 0s | 0% | b/src/qt/paymentserver.cpp |
| 48659 | 0s | 0% | b/src/qt/paymentserver.h |
| 48700 | 0s | 0% | b/src/qt/peertablemodel.cpp |
| 48729 | 0s | 0% | b/src/qt/peertablemodel.h |
| 48767 | 0s | 0% | b/src/qt/peertablesortproxy.cpp |
| 48792 | 0s | 0% | b/src/qt/peertablesortproxy.h |
| 48814 | 0s | 0% | b/src/qt/platformstyle.cpp |
| 48837 | 0s | 0% | b/src/qt/platformstyle.h |
| 48855 | 0s | 0% | b/src/qt/psbtoperationsdialog.cpp |
| 48911 | 0s | 0% | b/src/qt/psbtoperationsdialog.h |
| 48937 | 0s | 0% | b/src/qt/qrimagewidget.cpp |
| 48981 | 0s | 0% | b/src/qt/qrimagewidget.h |
| 49012 | 0s | 0% | b/src/qt/qvalidatedlineedit.cpp |
| 49031 | 0s | 0% | b/src/qt/qvalidatedlineedit.h |
| 49051 | 0s | 0% | b/src/qt/qvaluecombobox.cpp |
| 49066 | 0s | 0% | b/src/qt/qvaluecombobox.h |
| 49087 | 0s | 0% | b/src/qt/receivecoinsdialog.cpp |
| 49147 | 0s | 0% | b/src/qt/receivecoinsdialog.h |
| 49188 | 0s | 0% | b/src/qt/receiverequestdialog.cpp |
| 49219 | 0s | 0% | b/src/qt/receiverequestdialog.h |
| 49239 | 0s | 0% | b/src/qt/recentrequeststablemodel.cpp |
| 49274 | 0s | 0% | b/src/qt/recentrequeststablemodel.h |
| 49305 | 0s | 0% | b/src/qt/rpcconsole.cpp |
| 49423 | 0s | 0% | b/src/qt/rpcconsole.h |
| 49484 | 0s | 0% | b/src/qt/sendcoinsdialog.cpp |
| 49583 | 0s | 0% | b/src/qt/sendcoinsdialog.h |
| 49635 | 0s | 0% | b/src/qt/sendcoinsentry.cpp |
| 49673 | 0s | 0% | b/src/qt/sendcoinsentry.h |
| 49695 | 0s | 0% | b/src/qt/signverifymessagedialog.cpp |
| 49741 | 0s | 0% | b/src/qt/signverifymessagedialog.h |
| 49762 | 0s | 0% | b/src/qt/splashscreen.cpp |
| 49815 | 0s | 0% | b/src/qt/splashscreen.h |
| 49841 | 0s | 0% | b/src/qt/test/addressbooktests.cpp |
| 49898 | 0s | 0% | b/src/qt/test/addressbooktests.h |
| 49914 | 0s | 0% | b/src/qt/test/apptests.cpp |
| 49962 | 0s | 0% | b/src/qt/test/apptests.h |
| 49977 | 0s | 0% | b/src/qt/test/optiontests.cpp |
| 50017 | 0s | 0% | b/src/qt/test/optiontests.h |
| 50038 | 0s | 0% | b/src/qt/test/rpcnestedtests.cpp |
| 50066 | 0s | 0% | b/src/qt/test/rpcnestedtests.h |
| 50082 | 0s | 0% | b/src/qt/test/test_main.cpp |
| 50127 | 0s | 0% | b/src/qt/test/uritests.cpp |
| 50146 | 0s | 0% | b/src/qt/test/uritests.h |
| 50162 | 0s | 0% | b/src/qt/test/util.cpp |
| 50192 | 0s | 0% | b/src/qt/test/wallettests.cpp |
| 50299 | 0s | 0% | b/src/qt/test/wallettests.h |
| 50315 | 0s | 0% | b/src/qt/trafficgraphwidget.cpp |
| 50339 | 0s | 0% | b/src/qt/trafficgraphwidget.h |
| 50369 | 0s | 0% | b/src/qt/transactiondesc.cpp |
| 50413 | 0s | 0% | b/src/qt/transactiondesc.h |
| 50437 | 0s | 0% | b/src/qt/transactiondescdialog.cpp |
| 50457 | 0s | 0% | b/src/qt/transactiondescdialog.h |
| 50484 | 0s | 0% | b/src/qt/transactionfilterproxy.cpp |
| 50510 | 0s | 0% | b/src/qt/transactionfilterproxy.h |
| 50535 | 0s | 0% | b/src/qt/transactionoverviewwidget.cpp |
| 50553 | 0s | 0% | b/src/qt/transactionoverviewwidget.h |
| 50578 | 0s | 0% | b/src/qt/transactionrecord.cpp |
| 50610 | 0s | 0% | b/src/qt/transactionrecord.h |
| 50633 | 0s | 0% | b/src/qt/transactiontablemodel.cpp |
| 50691 | 0s | 0% | b/src/qt/transactiontablemodel.h |
| 50716 | 0s | 0% | b/src/qt/transactionview.cpp |
| 50800 | 0s | 0% | b/src/qt/transactionview.h |
| 50841 | 0s | 0% | b/src/qt/utilitydialog.cpp |
| 50896 | 0s | 0% | b/src/qt/utilitydialog.h |
| 50922 | 0s | 0% | b/src/qt/walletcontroller.cpp |
| 50981 | 0s | 0% | b/src/qt/walletcontroller.h |
| 51034 | 0s | 0% | b/src/qt/walletframe.cpp |
| 51089 | 0s | 0% | b/src/qt/walletframe.h |
| 51120 | 0s | 0% | b/src/qt/walletmodel.cpp |
| 51189 | 0s | 0% | b/src/qt/walletmodel.h |
| 51245 | 0s | 0% | b/src/qt/walletmodeltransaction.cpp |
| 51264 | 0s | 0% | b/src/qt/walletmodeltransaction.h |
| 51287 | 0s | 0% | b/src/qt/walletview.cpp |
| 51333 | 0s | 0% | b/src/qt/walletview.h |
| 51364 | 0s | 0% | b/src/random.cpp |
| 51405 | 0s | 0% | b/src/random.h |
| 51427 | 0s | 0% | b/src/randomenv.cpp |
| 51482 | 0s | 0% | b/src/randomenv.h |
| 51495 | 0s | 0% | b/src/rest.cpp |
| 51551 | 0s | 0% | b/src/rpc/blockchain.cpp |
| 51626 | 0s | 0% | b/src/rpc/blockchain.h |
| 51657 | 0s | 0% | b/src/rpc/client.cpp |
| 51681 | 0s | 0% | b/src/rpc/client.h |
| 51698 | 0s | 0% | b/src/rpc/external_signer.cpp |
| 51725 | 0s | 0% | b/src/rpc/fees.cpp |
| 51745 | 0s | 0% | b/src/rpc/mempool.cpp |
| 51811 | 0s | 0% | b/src/rpc/mining.cpp |
| 51876 | 0s | 0% | b/src/rpc/mining.h |
| 51889 | 0s | 0% | b/src/rpc/net.cpp |
| 51944 | 0s | 0% | b/src/rpc/node.cpp |
| 51984 | 0s | 0% | b/src/rpc/output_script.cpp |
| 52009 | 0s | 0% | b/src/rpc/rawtransaction.cpp |
| 52081 | 0s | 0% | b/src/rpc/rawtransaction_util.cpp |
| 52116 | 0s | 0% | b/src/rpc/rawtransaction_util.h |
| 52131 | 0s | 0% | b/src/rpc/request.cpp |
| 52161 | 0s | 0% | b/src/rpc/request.h |
| 52181 | 0s | 0% | b/src/rpc/server.cpp |
| 52231 | 0s | 0% | b/src/rpc/server.h |
| 52255 | 0s | 0% | b/src/rpc/server_util.cpp |
| 52279 | 0s | 0% | b/src/rpc/signmessage.cpp |
| 52293 | 0s | 0% | b/src/rpc/txoutproof.cpp |
| 52325 | 0s | 0% | b/src/rpc/util.cpp |
| 52362 | 0s | 0% | b/src/rpc/util.h |
| 52412 | 0s | 0% | b/src/scheduler.cpp |
| 52433 | 0s | 0% | b/src/scheduler.h |
| 52447 | 0s | 0% | b/src/script/descriptor.cpp |
| 52497 | 0s | 0% | b/src/script/descriptor.h |
| 52526 | 0s | 0% | b/src/script/interpreter.cpp |
| 52556 | 0s | 0% | b/src/script/interpreter.h |
| 52575 | 0s | 0% | b/src/script/script.cpp |
| 52597 | 0s | 0% | b/src/script/script.h |
| 52618 | 0s | 0% | b/src/script/sigcache.h |
| 52641 | 0s | 0% | b/src/script/sign.cpp |
| 52674 | 0s | 0% | b/src/script/sign.h |
| 52714 | 0s | 0% | b/src/script/signingprovider.cpp |
| 52738 | 0s | 0% | b/src/script/signingprovider.h |
| 52762 | 0s | 0% | b/src/script/solver.cpp |
| 52775 | 0s | 0% | b/src/signet.cpp |
| 52813 | 0s | 0% | b/src/signet.h |
| 52835 | 0s | 0% | b/src/span.h |
| 52852 | 0s | 0% | b/src/streams.h |
| 52881 | 0s | 0% | b/src/support/lockedpool.cpp |
| 52893 | 0s | 0% | b/src/sync.cpp |
| 52919 | 0s | 0% | b/src/sync.h |
| 52937 | 0s | 0% | b/src/test/addrman_tests.cpp |
| 52998 | 0s | 0% | b/src/test/allocator_tests.cpp |
| 53040 | 0s | 0% | b/src/test/amount_tests.cpp |
| 53075 | 0s | 0% | b/src/test/argsman_tests.cpp |
| 53139 | 0s | 0% | b/src/test/arith_uint256_tests.cpp |
| 53183 | 0s | 0% | b/src/test/banman_tests.cpp |
| 53226 | 0s | 0% | b/src/test/base32_tests.cpp |
| 53262 | 0s | 0% | b/src/test/base58_tests.cpp |
| 53308 | 0s | 0% | b/src/test/base64_tests.cpp |
| 53346 | 0s | 0% | b/src/test/bech32_tests.cpp |
| 53382 | 0s | 0% | b/src/test/bip324_tests.cpp |
| 53410 | 0s | 0% | b/src/test/bip32_tests.cpp |
| 53446 | 0s | 0% | b/src/test/blockchain_tests.cpp |
| 53496 | 0s | 0% | b/src/test/blockencodings_tests.cpp |
| 53546 | 0s | 0% | b/src/test/blockfilter_index_tests.cpp |
| 53600 | 0s | 0% | b/src/test/blockfilter_tests.cpp |
| 53650 | 0s | 0% | b/src/test/blockmanager_tests.cpp |
| 53701 | 0s | 0% | b/src/test/bloom_tests.cpp |
| 53756 | 0s | 0% | b/src/test/bswap_tests.cpp |
| 53779 | 0s | 0% | b/src/test/checkqueue_tests.cpp |
| 53830 | 0s | 0% | b/src/test/cluster_linearize_tests.cpp |
| 53868 | 0s | 0% | b/src/test/coins_tests.cpp |
| 53934 | 0s | 0% | b/src/test/coinscachepair_tests.cpp |
| 53969 | 0s | 0% | b/src/test/coinstatsindex_tests.cpp |
| 54006 | 0s | 0% | b/src/test/common_url_tests.cpp |
| 54040 | 0s | 0% | b/src/test/compilerbug_tests.cpp |
| 54061 | 0s | 0% | b/src/test/compress_tests.cpp |
| 54105 | 0s | 0% | b/src/test/crypto_tests.cpp |
| 54150 | 0s | 0% | b/src/test/cuckoocache_tests.cpp |
| 54198 | 0s | 0% | b/src/test/dbwrapper_tests.cpp |
| 54237 | 0s | 0% | b/src/test/denialofservice_tests.cpp |
| 54294 | 0s | 0% | b/src/test/descriptor_tests.cpp |
| 54351 | 0s | 0% | b/src/test/disconnected_transactions.cpp |
| 54393 | 0s | 0% | b/src/test/feefrac_tests.cpp |
| 54418 | 0s | 0% | b/src/test/flatfile_tests.cpp |
| 54461 | 0s | 0% | b/src/test/fs_tests.cpp |
| 54495 | 0s | 0% | b/src/test/fuzz/addition_overflow.cpp |
| 54515 | 0s | 0% | b/src/test/fuzz/addrman.cpp |
| 54562 | 0s | 0% | b/src/test/fuzz/asmap.cpp |
| 54582 | 0s | 0% | b/src/test/fuzz/asmap_direct.cpp |
| 54605 | 0s | 0% | b/src/test/fuzz/autofile.cpp |
| 54622 | 0s | 0% | b/src/test/fuzz/banman.cpp |
| 54655 | 0s | 0% | b/src/test/fuzz/base_encode_decode.cpp |
| 54679 | 0s | 0% | b/src/test/fuzz/bech32.cpp |
| 54697 | 0s | 0% | b/src/test/fuzz/bip324.cpp |
| 54716 | 0s | 0% | b/src/test/fuzz/bitdeque.cpp |
| 54739 | 0s | 0% | b/src/test/fuzz/bitset.cpp |
| 54761 | 0s | 0% | b/src/test/fuzz/block.cpp |
| 54796 | 0s | 0% | b/src/test/fuzz/block_header.cpp |
| 54813 | 0s | 0% | b/src/test/fuzz/block_index.cpp |
| 54840 | 0s | 0% | b/src/test/fuzz/blockfilter.cpp |
| 54856 | 0s | 0% | b/src/test/fuzz/bloom_filter.cpp |
| 54875 | 0s | 0% | b/src/test/fuzz/buffered_file.cpp |
| 54893 | 0s | 0% | b/src/test/fuzz/chain.cpp |
| 54913 | 0s | 0% | b/src/test/fuzz/checkqueue.cpp |
| 54930 | 0s | 0% | b/src/test/fuzz/cluster_linearize.cpp |
| 54952 | 0s | 0% | b/src/test/fuzz/coins_view.cpp |
| 54976 | 0s | 0% | b/src/test/fuzz/coinscache_sim.cpp |
| 55002 | 0s | 0% | b/src/test/fuzz/connman.cpp |
| 55039 | 0s | 0% | b/src/test/fuzz/crypto.cpp |
| 55058 | 0s | 0% | b/src/test/fuzz/crypto_chacha20.cpp |
| 55078 | 0s | 0% | b/src/test/fuzz/crypto_chacha20poly1305.cpp |
| 55092 | 0s | 0% | b/src/test/fuzz/crypto_diff_fuzz_chacha20.cpp |
| 55111 | 0s | 0% | b/src/test/fuzz/crypto_hkdf_hmac_sha256_l32.cpp |
| 55125 | 0s | 0% | b/src/test/fuzz/crypto_poly1305.cpp |
| 55144 | 0s | 0% | b/src/test/fuzz/cuckoocache.cpp |
| 55165 | 0s | 0% | b/src/test/fuzz/decode_tx.cpp |
| 55183 | 0s | 0% | b/src/test/fuzz/descriptor_parse.cpp |
| 55211 | 0s | 0% | b/src/test/fuzz/deserialize.cpp |
| 55268 | 0s | 0% | b/src/test/fuzz/eval_script.cpp |
| 55289 | 0s | 0% | b/src/test/fuzz/fee_rate.cpp |
| 55306 | 0s | 0% | b/src/test/fuzz/feefrac.cpp |
| 55325 | 0s | 0% | b/src/test/fuzz/feeratediagram.cpp |
| 55351 | 0s | 0% | b/src/test/fuzz/fees.cpp |
| 55369 | 0s | 0% | b/src/test/fuzz/flatfile.cpp |
| 55386 | 0s | 0% | b/src/test/fuzz/float.cpp |
| 55403 | 0s | 0% | b/src/test/fuzz/fuzz.cpp |
| 55438 | 0s | 0% | b/src/test/fuzz/golomb_rice.cpp |
| 55462 | 0s | 0% | b/src/test/fuzz/headerssync.cpp |
| 55485 | 0s | 0% | b/src/test/fuzz/hex.cpp |
| 55512 | 0s | 0% | b/src/test/fuzz/http_request.cpp |
| 55536 | 0s | 0% | b/src/test/fuzz/i2p.cpp |
| 55566 | 0s | 0% | b/src/test/fuzz/integer.cpp |
| 55615 | 0s | 0% | b/src/test/fuzz/key.cpp |
| 55645 | 0s | 0% | b/src/test/fuzz/key_io.cpp |
| 55665 | 0s | 0% | b/src/test/fuzz/kitchen_sink.cpp |
| 55685 | 0s | 0% | b/src/test/fuzz/load_external_block_file.cpp |
| 55712 | 0s | 0% | b/src/test/fuzz/locale.cpp |
| 55731 | 0s | 0% | b/src/test/fuzz/merkleblock.cpp |
| 55752 | 0s | 0% | b/src/test/fuzz/message.cpp |
| 55775 | 0s | 0% | b/src/test/fuzz/mini_miner.cpp |
| 55820 | 0s | 0% | b/src/test/fuzz/miniscript.cpp |
| 55865 | 0s | 0% | b/src/test/fuzz/minisketch.cpp |
| 55886 | 0s | 0% | b/src/test/fuzz/muhash.cpp |
| 55904 | 0s | 0% | b/src/test/fuzz/multiplication_overflow.cpp |
| 55920 | 0s | 0% | b/src/test/fuzz/net.cpp |
| 55959 | 0s | 0% | b/src/test/fuzz/net_permissions.cpp |
| 55985 | 0s | 0% | b/src/test/fuzz/netaddress.cpp |
| 56000 | 0s | 0% | b/src/test/fuzz/netbase_dns_lookup.cpp |
| 56017 | 0s | 0% | b/src/test/fuzz/node_eviction.cpp |
| 56045 | 0s | 0% | b/src/test/fuzz/p2p_handshake.cpp |
| 56085 | 0s | 0% | b/src/test/fuzz/p2p_transport_serialization.cpp |
| 56119 | 0s | 0% | b/src/test/fuzz/package_eval.cpp |
| 56168 | 0s | 0% | b/src/test/fuzz/parse_hd_keypath.cpp |
| 56183 | 0s | 0% | b/src/test/fuzz/parse_numbers.cpp |
| 56197 | 0s | 0% | b/src/test/fuzz/parse_script.cpp |
| 56210 | 0s | 0% | b/src/test/fuzz/parse_univalue.cpp |
| 56233 | 0s | 0% | b/src/test/fuzz/partially_downloaded_block.cpp |
| 56267 | 0s | 0% | b/src/test/fuzz/policy_estimator.cpp |
| 56286 | 0s | 0% | b/src/test/fuzz/policy_estimator_io.cpp |
| 56300 | 0s | 0% | b/src/test/fuzz/poolresource.cpp |
| 56318 | 0s | 0% | b/src/test/fuzz/pow.cpp |
| 56342 | 0s | 0% | b/src/test/fuzz/prevector.cpp |
| 56362 | 0s | 0% | b/src/test/fuzz/primitives_transaction.cpp |
| 56381 | 0s | 0% | b/src/test/fuzz/process_message.cpp |
| 56404 | 0s | 0% | b/src/test/fuzz/process_messages.cpp |
| 56425 | 0s | 0% | b/src/test/fuzz/protocol.cpp |
| 56441 | 0s | 0% | b/src/test/fuzz/psbt.cpp |
| 56469 | 0s | 0% | b/src/test/fuzz/random.cpp |
| 56485 | 0s | 0% | b/src/test/fuzz/rbf.cpp |
| 56525 | 0s | 0% | b/src/test/fuzz/rolling_bloom_filter.cpp |
| 56545 | 0s | 0% | b/src/test/fuzz/rpc.cpp |
| 56569 | 0s | 0% | b/src/test/fuzz/script.cpp |
| 56612 | 0s | 0% | b/src/test/fuzz/script_assets_test_minimizer.cpp |
| 56646 | 0s | 0% | b/src/test/fuzz/script_descriptor_cache.cpp |
| 56663 | 0s | 0% | b/src/test/fuzz/script_flags.cpp |
| 56682 | 0s | 0% | b/src/test/fuzz/script_format.cpp |
| 56694 | 0s | 0% | b/src/test/fuzz/script_interpreter.cpp |
| 56713 | 0s | 0% | b/src/test/fuzz/script_ops.cpp |
| 56729 | 0s | 0% | b/src/test/fuzz/script_parsing.cpp |
| 56744 | 0s | 0% | b/src/test/fuzz/script_sigcache.cpp |
| 56760 | 0s | 0% | b/src/test/fuzz/script_sign.cpp |
| 56786 | 0s | 0% | b/src/test/fuzz/scriptnum_ops.cpp |
| 56802 | 0s | 0% | b/src/test/fuzz/secp256k1_ec_seckey_import_export_der.cpp |
| 56816 | 0s | 0% | b/src/test/fuzz/secp256k1_ecdsa_signature_parse_der_lax.cpp |
| 56829 | 0s | 0% | b/src/test/fuzz/signature_checker.cpp |
| 56857 | 0s | 0% | b/src/test/fuzz/signet.cpp |
| 56884 | 0s | 0% | b/src/test/fuzz/socks5.cpp |
| 56911 | 0s | 0% | b/src/test/fuzz/span.cpp |
| 56929 | 0s | 0% | b/src/test/fuzz/string.cpp |
| 56947 | 0s | 0% | b/src/test/fuzz/strprintf.cpp |
| 56964 | 0s | 0% | b/src/test/fuzz/system.cpp |
| 56989 | 0s | 0% | b/src/test/fuzz/timeoffsets.cpp |
| 57003 | 0s | 0% | b/src/test/fuzz/torcontrol.cpp |
| 57019 | 0s | 0% | b/src/test/fuzz/transaction.cpp |
| 57050 | 0s | 0% | b/src/test/fuzz/tx_in.cpp |
| 57065 | 0s | 0% | b/src/test/fuzz/tx_out.cpp |
| 57087 | 0s | 0% | b/src/test/fuzz/tx_pool.cpp |
| 57137 | 0s | 0% | b/src/test/fuzz/txorphan.cpp |
| 57166 | 0s | 0% | b/src/test/fuzz/txrequest.cpp |
| 57201 | 0s | 0% | b/src/test/fuzz/util.cpp |
| 57228 | 0s | 0% | b/src/test/fuzz/util.h |
| 57266 | 0s | 0% | b/src/test/fuzz/util/descriptor.cpp |
| 57290 | 0s | 0% | b/src/test/fuzz/util/descriptor.h |
| 57312 | 0s | 0% | b/src/test/fuzz/util/mempool.cpp |
| 57328 | 0s | 0% | b/src/test/fuzz/util/net.cpp |
| 57361 | 0s | 0% | b/src/test/fuzz/util/net.h |
| 57394 | 0s | 0% | b/src/test/fuzz/utxo_total_supply.cpp |
| 57434 | 0s | 0% | b/src/test/fuzz/validation_load_mempool.cpp |
| 57462 | 0s | 0% | b/src/test/fuzz/vecdeque.cpp |
| 57491 | 0s | 0% | b/src/test/fuzz/versionbits.cpp |
| 57518 | 0s | 0% | b/src/test/getarg_tests.cpp |
| 57566 | 0s | 0% | b/src/test/hash_tests.cpp |
| 57613 | 0s | 0% | b/src/test/headers_sync_chainwork_tests.cpp |
| 57654 | 0s | 0% | b/src/test/httpserver_tests.cpp |
| 57689 | 0s | 0% | b/src/test/i2p_tests.cpp |
| 57730 | 0s | 0% | b/src/test/interfaces_tests.cpp |
| 57779 | 0s | 0% | b/src/test/key_io_tests.cpp |
| 57829 | 0s | 0% | b/src/test/key_tests.cpp |
| 57885 | 0s | 0% | b/src/test/logging_tests.cpp |
| 57926 | 0s | 0% | b/src/test/main.cpp |
| 57949 | 0s | 0% | b/src/test/mempool_tests.cpp |
| 58007 | 0s | 0% | b/src/test/merkle_tests.cpp |
| 58049 | 0s | 0% | b/src/test/merkleblock_tests.cpp |
| 58087 | 0s | 0% | b/src/test/miner_tests.cpp |
| 58146 | 0s | 0% | b/src/test/miniminer_tests.cpp |
| 58203 | 0s | 0% | b/src/test/miniscript_tests.cpp |
| 58269 | 0s | 0% | b/src/test/minisketch_tests.cpp |
| 58309 | 0s | 0% | b/src/test/multisig_tests.cpp |
| 58353 | 0s | 0% | b/src/test/net_peer_connection_tests.cpp |
| 58403 | 0s | 0% | b/src/test/net_peer_eviction_tests.cpp |
| 58451 | 0s | 0% | b/src/test/net_tests.cpp |
| 58521 | 0s | 0% | b/src/test/netbase_tests.cpp |
| 58564 | 0s | 0% | b/src/test/node_warnings_tests.cpp |
| 58590 | 0s | 0% | b/src/test/orphanage_tests.cpp |
| 58649 | 0s | 0% | b/src/test/peerman_tests.cpp |
| 58683 | 0s | 0% | b/src/test/pmt_tests.cpp |
| 58717 | 0s | 0% | b/src/test/policy_fee_tests.cpp |
| 58754 | 0s | 0% | b/src/test/policyestimator_tests.cpp |
| 58788 | 0s | 0% | b/src/test/pool_tests.cpp |
| 58822 | 0s | 0% | b/src/test/pow_tests.cpp |
| 58862 | 0s | 0% | b/src/test/prevector_tests.cpp |
| 58898 | 0s | 0% | b/src/test/raii_event_tests.cpp |
| 58930 | 0s | 0% | b/src/test/random_tests.cpp |
| 58978 | 0s | 0% | b/src/test/rbf_tests.cpp |
| 59042 | 0s | 0% | b/src/test/rest_tests.cpp |
| 59074 | 0s | 0% | b/src/test/result_tests.cpp |
| 59112 | 0s | 0% | b/src/test/reverselock_tests.cpp |
| 59137 | 0s | 0% | b/src/test/rpc_tests.cpp |
| 59194 | 0s | 0% | b/src/test/sanity_tests.cpp |
| 59216 | 0s | 0% | b/src/test/scheduler_tests.cpp |
| 59258 | 0s | 0% | b/src/test/script_p2sh_tests.cpp |
| 59312 | 0s | 0% | b/src/test/script_parse_tests.cpp |
| 59348 | 0s | 0% | b/src/test/script_segwit_tests.cpp |
| 59382 | 0s | 0% | b/src/test/script_standard_tests.cpp |
| 59437 | 0s | 0% | b/src/test/script_tests.cpp |
| 59508 | 0s | 0% | b/src/test/scriptnum_tests.cpp |
| 59536 | 0s | 0% | b/src/test/serfloat_tests.cpp |
| 59577 | 0s | 0% | b/src/test/serialize_tests.cpp |
| 59625 | 0s | 0% | b/src/test/settings_tests.cpp |
| 59682 | 0s | 0% | b/src/test/sighash_tests.cpp |
| 59725 | 0s | 0% | b/src/test/sigopcount_tests.cpp |
| 59761 | 0s | 0% | b/src/test/skiplist_tests.cpp |
| 59803 | 0s | 0% | b/src/test/sock_tests.cpp |
| 59848 | 0s | 0% | b/src/test/span_tests.cpp |
| 59871 | 0s | 0% | b/src/test/streams_tests.cpp |
| 59914 | 0s | 0% | b/src/test/sync_tests.cpp |
| 59948 | 0s | 0% | b/src/test/system_tests.cpp |
| 59989 | 0s | 0% | b/src/test/timeoffsets_tests.cpp |
| 60012 | 0s | 0% | b/src/test/torcontrol_tests.cpp |
| 60043 | 0s | 0% | b/src/test/transaction_tests.cpp |
| 60121 | 0s | 0% | b/src/test/translation_tests.cpp |
| 60152 | 0s | 0% | b/src/test/txindex_tests.cpp |
| 60185 | 0s | 0% | b/src/test/txpackage_tests.cpp |
| 60248 | 0s | 0% | b/src/test/txreconciliation_tests.cpp |
| 60284 | 0s | 0% | b/src/test/txrequest_tests.cpp |
| 60336 | 0s | 0% | b/src/test/txvalidation_tests.cpp |
| 60393 | 0s | 0% | b/src/test/txvalidationcache_tests.cpp |
| 60444 | 0s | 0% | b/src/test/uint256_tests.cpp |
| 60490 | 0s | 0% | b/src/test/util/blockfilter.cpp |
| 60512 | 0s | 0% | b/src/test/util/blockfilter.h |
| 60529 | 0s | 0% | b/src/test/util/coins.cpp |
| 60547 | 0s | 0% | b/src/test/util/logging.cpp |
| 60565 | 0s | 0% | b/src/test/util/mining.cpp |
| 60594 | 0s | 0% | b/src/test/util/mining.h |
| 60615 | 0s | 0% | b/src/test/util/net.cpp |
| 60642 | 0s | 0% | b/src/test/util/net.h |
| 60674 | 0s | 0% | b/src/test/util/script.h |
| 60689 | 0s | 0% | b/src/test/util/setup_common.cpp |
| 60764 | 0s | 0% | '[' false = true ']' |
| 60765 | 0s | 0% | '[' -z '' ']' |
| 60766 | 0s | 0% | echo 'Stop and remove CI container by ID' |
| 60767 | 0s | 0% | docker container kill 4ff7b27afe767a0dc12a1857d0f476428d30b6af5fcd8af322d138f7ceb676f8 |
| 60790 | 0s | 0% | b/src/test/util/setup_common.h |
| 60845 | 0s | 0% | b/src/test/util/str.cpp |
| 60858 | 0s | 0% | b/src/test/util/str.h |
| 60870 | 0s | 0% | b/src/test/util/transaction_utils.cpp |
| 60889 | 0s | 0% | b/src/test/util/transaction_utils.h |
| 60911 | 0s | 0% | b/src/test/util/txmempool.cpp |
| 60944 | 0s | 0% | b/src/test/util/txmempool.h |
| 60961 | 0s | 0% | b/src/test/util/validation.cpp |
| 60982 | 0s | 0% | b/src/test/util/validation.h |
| 60999 | 0s | 0% | b/src/test/util_tests.cpp |
| 61078 | 0s | 0% | b/src/test/util_threadnames_tests.cpp |
| 61116 | 0s | 0% | b/src/test/validation_block_tests.cpp |
| 61177 | 0s | 0% | b/src/test/validation_chainstate_tests.cpp |
| 61227 | 0s | 0% | b/src/test/validation_chainstatemanager_tests.cpp |
| 61289 | 0s | 0% | b/src/test/validation_flush_tests.cpp |
| 61328 | 0s | 0% | b/src/test/validation_tests.cpp |
| 61382 | 0s | 0% | b/src/test/validationinterface_tests.cpp |
| 61416 | 0s | 0% | b/src/test/versionbits_tests.cpp |
| 61454 | 0s | 0% | 600 * nHeight; } |
| 61458 | 0s | 0% | b/src/torcontrol.cpp |
| 61501 | 0s | 0% | b/src/txdb.cpp |
| 61524 | 0s | 0% | b/src/txmempool.cpp |
| 61577 | 0s | 0% | b/src/txmempool.h |
| 61630 | 0s | 0% | b/src/txorphanage.cpp |
| 61656 | 0s | 0% | b/src/txorphanage.h |
| 61677 | 0s | 0% | b/src/txrequest.cpp |
| 61721 | 0s | 0% | b/src/txrequest.h |
| 61751 | 0s | 0% | b/src/uint256.cpp |
| 61767 | 0s | 0% | b/src/uint256.h |
| 61787 | 0s | 0% | b/src/univalue/lib/univalue.cpp |
| 61802 | 0s | 0% | b/src/univalue/lib/univalue_get.cpp |
| 61819 | 0s | 0% | b/src/univalue/lib/univalue_write.cpp |
| 61832 | 0s | 0% | b/src/univalue/test/object.cpp |
| 61848 | 0s | 0% | b/src/util/asmap.cpp |
| 61867 | 0s | 0% | b/src/util/batchpriority.cpp |
| 61880 | 0s | 0% | b/src/util/bytevectorhash.cpp |
| 61896 | 0s | 0% | b/src/util/chaintype.h |
| 61908 | 0s | 0% | b/src/util/feefrac.cpp |
| 61926 | 0s | 0% | b/src/util/feefrac.h |
| 61943 | 0s | 0% | b/src/util/fs.cpp |
| 61964 | 0s | 0% | b/src/util/fs.h |
| 61983 | 0s | 0% | b/src/util/fs_helpers.cpp |
| 62004 | 0s | 0% | b/src/util/fs_helpers.h |
| 62022 | 0s | 0% | b/src/util/rbf.cpp |
| 62036 | 0s | 0% | b/src/util/readwritefile.cpp |
| 62053 | 0s | 0% | b/src/util/readwritefile.h |
| 62066 | 0s | 0% | b/src/util/signalinterrupt.h |
| 62078 | 0s | 0% | b/src/util/sock.cpp |
| 62109 | 0s | 0% | b/src/util/sock.h |
| 62133 | 0s | 0% | b/src/util/strencodings.cpp |
| 62158 | 0s | 0% | b/src/util/strencodings.h |
| 62179 | 0s | 0% | b/src/util/string.h |
| 62200 | 0s | 0% | b/src/util/thread.cpp |
| 62220 | 0s | 0% | b/src/util/thread.h |
| 62233 | 0s | 0% | b/src/util/threadinterrupt.h |
| 62246 | 0s | 0% | b/src/util/threadnames.cpp |
| 62263 | 0s | 0% | b/src/util/time.cpp |
| 62285 | 0s | 0% | b/src/util/time.h |
| 62301 | 0s | 0% | b/src/util/tokenpipe.cpp |
| 62323 | 0s | 0% | b/src/validation.cpp |
| 62411 | 0s | 0% | b/src/validation.h |
| 62488 | 0s | 0% | b/src/validationinterface.cpp |
| 62522 | 0s | 0% | b/src/validationinterface.h |
| 62554 | 0s | 0% | b/src/versionbits.cpp |
| 62568 | 0s | 0% | b/src/versionbits.h |
| 62585 | 0s | 0% | b/src/wallet/bdb.cpp |
| 62629 | 0s | 0% | b/src/wallet/bdb.h |
| 62667 | 0s | 0% | b/src/wallet/coincontrol.cpp |
| 62686 | 0s | 0% | b/src/wallet/coincontrol.h |
| 62716 | 0s | 0% | b/src/wallet/coinselection.cpp |
| 62750 | 0s | 0% | b/src/wallet/coinselection.h |
| 62784 | 0s | 0% | b/src/wallet/crypter.cpp |
| 62809 | 0s | 0% | b/src/wallet/crypter.h |
| 62828 | 0s | 0% | b/src/wallet/db.cpp |
| 62847 | 0s | 0% | b/src/wallet/db.h |
| 62874 | 0s | 0% | b/src/wallet/dump.cpp |
| 62909 | 0s | 0% | b/src/wallet/external_signer_scriptpubkeyman.cpp |
| 62950 | 0s | 0% | b/src/wallet/external_signer_scriptpubkeyman.h |
| 62980 | 0s | 0% | b/src/wallet/feebumper.cpp |
| 63026 | 0s | 0% | b/src/wallet/feebumper.h |
| 63057 | 0s | 0% | b/src/wallet/fees.cpp |
| 63078 | 0s | 0% | b/src/wallet/init.cpp |
| 63118 | 0s | 0% | b/src/wallet/interfaces.cpp |
| 63190 | 0s | 0% | b/src/wallet/load.cpp |
| 63229 | 0s | 0% | b/src/wallet/load.h |
| 63249 | 0s | 0% | b/src/wallet/migrate.cpp |
| 63272 | 0s | 0% | b/src/wallet/migrate.h |
| 63297 | 0s | 0% | b/src/wallet/receive.cpp |
| 63328 | 0s | 0% | b/src/wallet/receive.h |
| 63358 | 0s | 0% | b/src/wallet/rpc/addresses.cpp |
| 63410 | 0s | 0% | b/src/wallet/rpc/backup.cpp |
| 63476 | 0s | 0% | b/src/wallet/rpc/coins.cpp |
| 63520 | 0s | 0% | b/src/wallet/rpc/encrypt.cpp |
| 63546 | 0s | 0% | b/src/wallet/rpc/signmessage.cpp |
| 63567 | 0s | 0% | b/src/wallet/rpc/spend.cpp |
| 63619 | 0s | 0% | b/src/wallet/rpc/transactions.cpp |
| 63661 | 0s | 0% | b/src/wallet/rpc/util.cpp |
| 63707 | 0s | 0% | b/src/wallet/rpc/util.h |
| 63733 | 0s | 0% | b/src/wallet/rpc/wallet.cpp |
| 63797 | 0s | 0% | b/src/wallet/salvage.cpp |
| 63830 | 0s | 0% | b/src/wallet/salvage.h |
| 63844 | 0s | 0% | b/src/wallet/scriptpubkeyman.cpp |
| 63886 | 0s | 0% | b/src/wallet/scriptpubkeyman.h |
| 63969 | 0s | 0% | b/src/wallet/spend.cpp |
| 64031 | 0s | 0% | b/src/wallet/spend.h |
| 64070 | 0s | 0% | b/src/wallet/sqlite.cpp |
| 64104 | 0s | 0% | b/src/wallet/sqlite.h |
| 64131 | 0s | 0% | b/src/wallet/test/coinselector_tests.cpp |
| 64201 | 0s | 0% | b/src/wallet/test/db_tests.cpp |
| 64263 | 0s | 0% | b/src/wallet/test/feebumper_tests.cpp |
| 64300 | 0s | 0% | b/src/wallet/test/fuzz/coincontrol.cpp |
| 64318 | 0s | 0% | b/src/wallet/test/fuzz/coinselection.cpp |
| 64349 | 0s | 0% | b/src/wallet/test/fuzz/crypter.cpp |
| 64370 | 0s | 0% | b/src/wallet/test/fuzz/fees.cpp |
| 64390 | 0s | 0% | b/src/wallet/test/fuzz/notifications.cpp |
| 64429 | 0s | 0% | b/src/wallet/test/fuzz/parse_iso8601.cpp |
| 64445 | 0s | 0% | b/src/wallet/test/fuzz/scriptpubkeyman.cpp |
| 64478 | 0s | 0% | b/src/wallet/test/fuzz/wallet_bdb_parser.cpp |
| 64514 | 0s | 0% | b/src/wallet/test/group_outputs_tests.cpp |
| 64572 | 0s | 0% | b/src/wallet/test/init_test_fixture.cpp |
| 64596 | 0s | 0% | b/src/wallet/test/init_test_fixture.h |
| 64624 | 0s | 0% | b/src/wallet/test/init_tests.cpp |
| 64666 | 0s | 0% | b/src/wallet/test/ismine_tests.cpp |
| 64724 | 0s | 0% | b/src/wallet/test/psbt_wallet_tests.cpp |
| 64785 | 0s | 0% | b/src/wallet/test/rpc_util_tests.cpp |
| 64816 | 0s | 0% | b/src/wallet/test/scriptpubkeyman_tests.cpp |
| 64844 | 0s | 0% | b/src/wallet/test/spend_tests.cpp |
| 64900 | 0s | 0% | b/src/wallet/test/util.cpp |
| 64942 | 0s | 0% | b/src/wallet/test/util.h |
| 64980 | 0s | 0% | b/src/wallet/test/wallet_crypto_tests.cpp |
| 65010 | 0s | 0% | b/src/wallet/test/wallet_test_fixture.cpp |
| 65031 | 0s | 0% | b/src/wallet/test/wallet_test_fixture.h |
| 65057 | 0s | 0% | b/src/wallet/test/wallet_tests.cpp |
| 65170 | 0s | 0% | b/src/wallet/test/wallet_transaction_tests.cpp |
| 65205 | 0s | 0% | b/src/wallet/test/walletdb_tests.cpp |
| 65251 | 0s | 0% | b/src/wallet/test/walletload_tests.cpp |
| 65309 | 0s | 0% | b/src/wallet/transaction.cpp |
| 65328 | 0s | 0% | b/src/wallet/transaction.h |
| 65348 | 0s | 0% | b/src/wallet/wallet.cpp |
| 65419 | 0s | 0% | b/src/wallet/wallet.h |
| 65475 | 0s | 0% | b/src/wallet/walletdb.cpp |
| 65535 | 0s | 0% | b/src/wallet/walletdb.h |
| 65581 | 0s | 0% | b/src/wallet/wallettool.cpp |
| 65620 | 0s | 0% | b/src/wallet/walletutil.cpp |
| 65647 | 0s | 0% | b/src/wallet/walletutil.h |
| 65670 | 0s | 0% | b/src/zmq/zmqnotificationinterface.cpp |
| 65704 | 0s | 0% | b/src/zmq/zmqnotificationinterface.h |
| 65725 | 0s | 0% | b/src/zmq/zmqpublishnotifier.cpp |
| 65768 | 0s | 0% | b/src/zmq/zmqpublishnotifier.h |
| 65785 | 9s | 0% | b/src/zmq/zmqrpc.cpp |