| 821 | 0s | 0% | dirname ./ci/test/00_setup_env.sh |
| 822 | 0s | 0% | cd ./ci/test/../../ |
| 823 | 0s | 0% | pwd |
| 824 | 0s | 0% | BASE_READ_ONLY_DIR=/home/admin/actions-runner/_work/bitcoin/bitcoin |
| 825 | 0s | 0% | export BASE_READ_ONLY_DIR |
| 826 | 0s | 0% | export BASE_ROOT_DIR=/home/admin/actions-runner/_work/_temp |
| 827 | 0s | 0% | BASE_ROOT_DIR=/home/admin/actions-runner/_work/_temp |
| 828 | 0s | 0% | export DEPENDS_DIR=/home/admin/actions-runner/_work/_temp/depends |
| 829 | 0s | 0% | DEPENDS_DIR=/home/admin/actions-runner/_work/_temp/depends |
| 830 | 0s | 0% | export BASE_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch |
| 831 | 0s | 0% | BASE_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch |
| 832 | 0s | 0% | echo 'Setting specific values in env' |
| 833 | 0s | 0% | '[' -n ./ci/test/00_setup_env_native_iwyu.sh ']' |
| 834 | 0s | 0% | set -o errexit |
| 835 | 0s | 0% | source ./ci/test/00_setup_env_native_iwyu.sh |
| 836 | 0s | 0% | export LC_ALL=C.UTF-8 |
| 837 | 0s | 0% | LC_ALL=C.UTF-8 |
| 838 | 0s | 0% | export CI_IMAGE_NAME_TAG=mirror.gcr.io/debian:trixie |
| 839 | 0s | 0% | CI_IMAGE_NAME_TAG=mirror.gcr.io/debian:trixie |
| 840 | 0s | 0% | export CONTAINER_NAME=ci_native_iwyu |
| 841 | 0s | 0% | CONTAINER_NAME=ci_native_iwyu |
| 842 | 0s | 0% | export TIDY_LLVM_V=21 |
| 843 | 0s | 0% | TIDY_LLVM_V=21 |
| 844 | 0s | 0% | export APT_LLVM_V=21 |
| 845 | 0s | 0% | APT_LLVM_V=21 |
| 846 | 0s | 0% | export 'PACKAGES=clang-21 clang-format-21 libclang-21-dev llvm-21-dev jq libevent-dev libboost-dev libzmq3-dev systemtap-sdt-dev qt6-base-dev qt6-tools-dev qt6-l10n-tools libqrencode-dev libsqlite3-dev libcapnp-dev capnproto' |
| 847 | 0s | 0% | PACKAGES='clang-21 clang-format-21 libclang-21-dev llvm-21-dev jq libevent-dev libboost-dev libzmq3-dev systemtap-sdt-dev qt6-base-dev qt6-tools-dev qt6-l10n-tools libqrencode-dev libsqlite3-dev libcapnp-dev capnproto' |
| 848 | 0s | 0% | export NO_DEPENDS=1 |
| 849 | 0s | 0% | NO_DEPENDS=1 |
| 850 | 0s | 0% | export RUN_UNIT_TESTS=false |
| 851 | 0s | 0% | RUN_UNIT_TESTS=false |
| 852 | 0s | 0% | export RUN_FUNCTIONAL_TESTS=false |
| 853 | 0s | 0% | RUN_FUNCTIONAL_TESTS=false |
| 854 | 0s | 0% | export RUN_FUZZ_TESTS=false |
| 855 | 0s | 0% | RUN_FUZZ_TESTS=false |
| 856 | 0s | 0% | export RUN_CHECK_DEPS=false |
| 857 | 0s | 0% | RUN_CHECK_DEPS=false |
| 858 | 0s | 0% | export RUN_IWYU=true |
| 859 | 0s | 0% | RUN_IWYU=true |
| 860 | 0s | 0% | export GOAL=codegen |
| 861 | 0s | 0% | GOAL=codegen |
| 862 | 0s | 0% | export 'BITCOIN_CONFIG= --preset dev-mode -DBUILD_GUI=OFF -DCMAKE_C_COMPILER=clang-21 -DCMAKE_CXX_COMPILER=clang++-21 ' |
| 863 | 0s | 0% | BITCOIN_CONFIG=' --preset dev-mode -DBUILD_GUI=OFF -DCMAKE_C_COMPILER=clang-21 -DCMAKE_CXX_COMPILER=clang++-21 ' |
| 865 | 0s | 0% | echo 'Fallback to default values in env (if not yet set)' |
| 866 | 0s | 0% | command -v nproc |
| 867 | 0s | 0% | nproc |
| 869 | 0s | 0% | export MAKEJOBS=-j8 |
| 870 | 0s | 0% | MAKEJOBS=-j8 |
| 871 | 0s | 0% | export RUN_UNIT_TESTS=false |
| 872 | 0s | 0% | RUN_UNIT_TESTS=false |
| 873 | 0s | 0% | export RUN_FUNCTIONAL_TESTS=false |
| 874 | 0s | 0% | RUN_FUNCTIONAL_TESTS=false |
| 875 | 0s | 0% | export RUN_TIDY=false |
| 876 | 0s | 0% | RUN_TIDY=false |
| 877 | 0s | 0% | export TEST_RUNNER_TIMEOUT_FACTOR=40 |
| 878 | 0s | 0% | TEST_RUNNER_TIMEOUT_FACTOR=40 |
| 879 | 0s | 0% | export RUN_FUZZ_TESTS=false |
| 880 | 0s | 0% | RUN_FUZZ_TESTS=false |
| 881 | 0s | 0% | export BOOST_TEST_RANDOM=1 |
| 882 | 0s | 0% | BOOST_TEST_RANDOM=1 |
| 883 | 0s | 0% | export DEBIAN_FRONTEND=noninteractive |
| 884 | 0s | 0% | DEBIAN_FRONTEND=noninteractive |
| 885 | 0s | 0% | export CCACHE_MAXSIZE=500M |
| 886 | 0s | 0% | CCACHE_MAXSIZE=500M |
| 887 | 0s | 0% | export CCACHE_TEMPDIR=/tmp/.ccache-temp |
| 888 | 0s | 0% | CCACHE_TEMPDIR=/tmp/.ccache-temp |
| 889 | 0s | 0% | export CCACHE_COMPRESS=1 |
| 890 | 0s | 0% | CCACHE_COMPRESS=1 |
| 891 | 0s | 0% | export CCACHE_DIR=/home/admin/actions-runner/_work/_temp/ccache_dir |
| 892 | 0s | 0% | CCACHE_DIR=/home/admin/actions-runner/_work/_temp/ccache_dir |
| 893 | 0s | 0% | export BASE_OUTDIR=/home/admin/actions-runner/_work/_temp/ci/scratch/out |
| 894 | 0s | 0% | BASE_OUTDIR=/home/admin/actions-runner/_work/_temp/ci/scratch/out |
| 895 | 0s | 0% | export PREVIOUS_RELEASES_DIR=/home/admin/actions-runner/_work/_temp/previous_releases |
| 896 | 0s | 0% | PREVIOUS_RELEASES_DIR=/home/admin/actions-runner/_work/_temp/previous_releases |
| 897 | 0s | 0% | export 'CI_BASE_PACKAGES=build-essential pkgconf curl ca-certificates ccache python3-dev rsync git procps bison e2fsprogs cmake ninja-build' |
| 898 | 0s | 0% | CI_BASE_PACKAGES='build-essential pkgconf curl ca-certificates ccache python3-dev rsync git procps bison e2fsprogs cmake ninja-build' |
| 899 | 0s | 0% | export GOAL=codegen |
| 900 | 0s | 0% | GOAL=codegen |
| 901 | 0s | 0% | export DIR_QA_ASSETS=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets |
| 902 | 0s | 0% | DIR_QA_ASSETS=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets |
| 903 | 0s | 0% | export CI_RETRY_EXE=retry |
| 904 | 0s | 0% | CI_RETRY_EXE=retry |
| 905 | 0s | 0% | export CI_IMAGE_PLATFORM=linux |
| 906 | 0s | 0% | CI_IMAGE_PLATFORM=linux |
| 907 | 0s | 0% | set -o errexit |
| 908 | 0s | 0% | ./ci/test/02_run_container.py |
| 910 | 0s | 0% | bash -c 'grep export ./ci/test/00_setup_env*.sh' |
| 911 | 0s | 0% | cat /tmp/env-admin-ci_native_iwyu |
| 948 | 8s | 1% | docker buildx build --file=/home/admin/actions-runner/_work/bitcoin/bitcoin/ci/test_imagefile --build-arg=CI_IMAGE_NAME_TAG=mirror.gcr.io/debian:trixie --build-arg=FILE_ENV=./ci/test/00_setup_env_native_iwyu.sh --build-arg=BASE_ROOT_DIR=/home/admin/actions-runner/_work/_temp --platform=linux --label=bitcoin-ci-test --tag=ci_native_iwyu --cache-from type=gha,url=http://127.0.0.1:12321/,url_v2=http://127.0.0.1:12321/,scope=ci_native_iwyu --load /home/admin/actions-runner/_work/bitcoin/bitcoin |
| 1020 | 0s | 0% | dirname ./ci/test/00_setup_env.sh |
| 1021 | 0s | 0% | cd ./ci/test/../../ |
| 1022 | 0s | 0% | pwd |
| 1023 | 0s | 0% | BASE_READ_ONLY_DIR=/ci_container_base |
| 1024 | 0s | 0% | export BASE_READ_ONLY_DIR |
| 1025 | 0s | 0% | export BASE_ROOT_DIR=/home/admin/actions-runner/_work/_temp |
| 1026 | 0s | 0% | BASE_ROOT_DIR=/home/admin/actions-runner/_work/_temp |
| 1027 | 0s | 0% | export DEPENDS_DIR=/home/admin/actions-runner/_work/_temp/depends |
| 1028 | 0s | 0% | DEPENDS_DIR=/home/admin/actions-runner/_work/_temp/depends |
| 1029 | 0s | 0% | export BASE_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch |
| 1030 | 0s | 0% | BASE_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch |
| 1031 | 0s | 0% | echo 'Setting specific values in env' |
| 1033 | 0s | 0% | '[' -n ./ci/test/00_setup_env_native_iwyu.sh ']' |
| 1034 | 0s | 0% | set -o errexit |
| 1035 | 0s | 0% | source ./ci/test/00_setup_env_native_iwyu.sh |
| 1036 | 0s | 0% | export LC_ALL=C.UTF-8 |
| 1037 | 0s | 0% | LC_ALL=C.UTF-8 |
| 1038 | 0s | 0% | export CI_IMAGE_NAME_TAG=mirror.gcr.io/debian:trixie |
| 1039 | 0s | 0% | CI_IMAGE_NAME_TAG=mirror.gcr.io/debian:trixie |
| 1040 | 0s | 0% | export CONTAINER_NAME=ci_native_iwyu |
| 1041 | 0s | 0% | CONTAINER_NAME=ci_native_iwyu |
| 1042 | 0s | 0% | export TIDY_LLVM_V=21 |
| 1043 | 0s | 0% | TIDY_LLVM_V=21 |
| 1044 | 0s | 0% | export APT_LLVM_V=21 |
| 1045 | 0s | 0% | APT_LLVM_V=21 |
| 1046 | 0s | 0% | export 'PACKAGES=clang-21 clang-format-21 libclang-21-dev llvm-21-dev jq libevent-dev libboost-dev libzmq3-dev systemtap-sdt-dev qt6-base-dev qt6-tools-dev qt6-l10n-tools libqrencode-dev libsqlite3-dev libcapnp-dev capnproto' |
| 1047 | 0s | 0% | PACKAGES='clang-21 clang-format-21 libclang-21-dev llvm-21-dev jq libevent-dev libboost-dev libzmq3-dev systemtap-sdt-dev qt6-base-dev qt6-tools-dev qt6-l10n-tools libqrencode-dev libsqlite3-dev libcapnp-dev capnproto' |
| 1048 | 0s | 0% | export NO_DEPENDS=1 |
| 1049 | 0s | 0% | NO_DEPENDS=1 |
| 1050 | 0s | 0% | export RUN_UNIT_TESTS=false |
| 1051 | 0s | 0% | RUN_UNIT_TESTS=false |
| 1052 | 0s | 0% | export RUN_FUNCTIONAL_TESTS=false |
| 1053 | 0s | 0% | RUN_FUNCTIONAL_TESTS=false |
| 1054 | 0s | 0% | export RUN_FUZZ_TESTS=false |
| 1055 | 0s | 0% | RUN_FUZZ_TESTS=false |
| 1056 | 0s | 0% | export RUN_CHECK_DEPS=false |
| 1057 | 0s | 0% | RUN_CHECK_DEPS=false |
| 1058 | 0s | 0% | export RUN_IWYU=true |
| 1059 | 0s | 0% | RUN_IWYU=true |
| 1060 | 0s | 0% | export GOAL=codegen |
| 1061 | 0s | 0% | GOAL=codegen |
| 1062 | 0s | 0% | export 'BITCOIN_CONFIG= --preset dev-mode -DBUILD_GUI=OFF -DCMAKE_C_COMPILER=clang-21 -DCMAKE_CXX_COMPILER=clang++-21 ' |
| 1063 | 0s | 0% | BITCOIN_CONFIG=' --preset dev-mode -DBUILD_GUI=OFF -DCMAKE_C_COMPILER=clang-21 -DCMAKE_CXX_COMPILER=clang++-21 ' |
| 1064 | 0s | 0% | echo 'Fallback to default values in env (if not yet set)' |
| 1066 | 0s | 0% | command -v nproc |
| 1067 | 0s | 0% | nproc |
| 1068 | 0s | 0% | export MAKEJOBS=-j8 |
| 1069 | 0s | 0% | MAKEJOBS=-j8 |
| 1070 | 0s | 0% | export RUN_UNIT_TESTS=false |
| 1071 | 0s | 0% | RUN_UNIT_TESTS=false |
| 1072 | 0s | 0% | export RUN_FUNCTIONAL_TESTS=false |
| 1073 | 0s | 0% | RUN_FUNCTIONAL_TESTS=false |
| 1074 | 0s | 0% | export RUN_TIDY=false |
| 1075 | 0s | 0% | RUN_TIDY=false |
| 1076 | 0s | 0% | export TEST_RUNNER_TIMEOUT_FACTOR=40 |
| 1077 | 0s | 0% | TEST_RUNNER_TIMEOUT_FACTOR=40 |
| 1078 | 0s | 0% | export RUN_FUZZ_TESTS=false |
| 1079 | 0s | 0% | RUN_FUZZ_TESTS=false |
| 1080 | 0s | 0% | export BOOST_TEST_RANDOM=1 |
| 1081 | 0s | 0% | BOOST_TEST_RANDOM=1 |
| 1082 | 0s | 0% | export DEBIAN_FRONTEND=noninteractive |
| 1083 | 0s | 0% | DEBIAN_FRONTEND=noninteractive |
| 1084 | 0s | 0% | export CCACHE_MAXSIZE=500M |
| 1085 | 0s | 0% | CCACHE_MAXSIZE=500M |
| 1086 | 0s | 0% | export CCACHE_TEMPDIR=/tmp/.ccache-temp |
| 1087 | 0s | 0% | CCACHE_TEMPDIR=/tmp/.ccache-temp |
| 1088 | 0s | 0% | export CCACHE_COMPRESS=1 |
| 1089 | 0s | 0% | CCACHE_COMPRESS=1 |
| 1090 | 0s | 0% | export CCACHE_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/ccache |
| 1091 | 0s | 0% | CCACHE_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/ccache |
| 1092 | 0s | 0% | export BASE_OUTDIR=/home/admin/actions-runner/_work/_temp/ci/scratch/out |
| 1093 | 0s | 0% | BASE_OUTDIR=/home/admin/actions-runner/_work/_temp/ci/scratch/out |
| 1094 | 0s | 0% | export PREVIOUS_RELEASES_DIR=/home/admin/actions-runner/_work/_temp/prev_releases |
| 1095 | 0s | 0% | PREVIOUS_RELEASES_DIR=/home/admin/actions-runner/_work/_temp/prev_releases |
| 1096 | 0s | 0% | export 'CI_BASE_PACKAGES=build-essential pkgconf curl ca-certificates ccache python3-dev rsync git procps bison e2fsprogs cmake ninja-build' |
| 1097 | 0s | 0% | CI_BASE_PACKAGES='build-essential pkgconf curl ca-certificates ccache python3-dev rsync git procps bison e2fsprogs cmake ninja-build' |
| 1098 | 0s | 0% | export GOAL=codegen |
| 1099 | 0s | 0% | GOAL=codegen |
| 1100 | 0s | 0% | export DIR_QA_ASSETS=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets |
| 1101 | 0s | 0% | DIR_QA_ASSETS=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets |
| 1102 | 0s | 0% | export CI_RETRY_EXE=retry |
| 1103 | 0s | 0% | CI_RETRY_EXE=retry |
| 1104 | 0s | 0% | export CI_IMAGE_PLATFORM=linux |
| 1105 | 0s | 0% | CI_IMAGE_PLATFORM=linux |
| 1106 | 0s | 0% | ./ci/test/01_base_install.sh |
| 1107 | 0s | 0% | CFG_DONE=/home/admin/actions-runner/_work/_temp/ci.base-install-done |
| 1108 | 0s | 0% | cat /home/admin/actions-runner/_work/_temp/ci.base-install-done |
| 1110 | 0s | 0% | true |
| 1111 | 0s | 0% | '[' '' == done ']' |
| 1112 | 0s | 0% | nproc |
| 1113 | 0s | 0% | MAKEJOBS=-j8 |
| 1114 | 0s | 0% | '[' -n '' ']' |
| 1115 | 0s | 0% | '[' -n 21 ']' |
| 1116 | 1s | 0% | retry apt-get update |
| 1125 | 4s | 0% | retry apt-get install curl -y |
| 1386 | 0s | 0% | curl https://apt.llvm.org/llvm-snapshot.gpg.key |
| 1387 | 0s | 0% | tee /etc/apt/trusted.gpg.d/apt.llvm.org.asc |
| 1445 | 0s | 0% | source /etc/os-release |
| 1446 | 0s | 0% | PRETTY_NAME='Debian GNU/Linux 13 (trixie)' |
| 1447 | 0s | 0% | NAME='Debian GNU/Linux' |
| 1448 | 0s | 0% | VERSION_ID=13 |
| 1449 | 0s | 0% | VERSION='13 (trixie)' |
| 1450 | 0s | 0% | VERSION_CODENAME=trixie |
| 1451 | 0s | 0% | DEBIAN_VERSION_FULL=13.3 |
| 1452 | 0s | 0% | ID=debian |
| 1453 | 0s | 0% | HOME_URL=https://www.debian.org/ |
| 1454 | 0s | 0% | SUPPORT_URL=https://www.debian.org/support |
| 1455 | 0s | 0% | BUG_REPORT_URL=https://bugs.debian.org/ |
| 1456 | 0s | 0% | echo 'deb http://apt.llvm.org/trixie/ llvm-toolchain-trixie-21 main' |
| 1457 | 0s | 0% | [[ mirror.gcr.io/debian:trixie == *alpine* ]] |
| 1458 | 0s | 0% | '[' '' '!=' macos ']' |
| 1459 | 0s | 0% | [[ -n '' ]] |
| 1460 | 1s | 0% | retry apt-get update |
| 1469 | 0s | 0% | retry apt-get install --no-install-recommends --no-upgrade -y clang-21 clang-format-21 libclang-21-dev llvm-21-dev jq libevent-dev libboost-dev libzmq3-dev systemtap-sdt-dev qt6-base-dev qt6-tools-dev qt6-l10n-tools libqrencode-dev libsqlite3-dev libcapnp-dev capnproto build-essential pkgconf curl ca-certificates ccache python3-dev rsync git procps bison e2fsprogs cmake ninja-build |
| 1480 | 0s | 0% | g++-14 g++-14-x86-64-linux-gnu |
| 1574 | 2s | 0% | g++-14 |
| 1797 | 15s | 2% | amd64 4:14.2.0-1 [1344 B] |
| 2531 | 13s | 1% | (4:14.2.0-1) ... |
| 3229 | 0s | 0% | (4:14.2.0-1) ... |
| 3230 | 0s | 0% | to provide /usr/bin/c++ (c++) in auto mode |
| 3254 | 0s | 0% | '[' -n 21 ']' |
| 3255 | 0s | 0% | update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-21 100 |
| 3256 | 0s | 0% | (clang++) in auto mode |
| 3257 | 0s | 0% | update-alternatives --install /usr/bin/clang clang /usr/bin/clang-21 100 |
| 3259 | 0s | 0% | update-alternatives --install /usr/bin/llvm-symbolizer llvm-symbolizer /usr/bin/llvm-symbolizer-21 100 |
| 3261 | 0s | 0% | '[' -n '' ']' |
| 3262 | 0s | 0% | [[ -n '' ]] |
| 3263 | 0s | 0% | [[ true == true ]] |
| 3264 | 1s | 0% | retry git clone --depth=1 https://github.com/include-what-you-use/include-what-you-use -b clang_21 /include-what-you-use |
| 3266 | 0s | 0% | cd /include-what-you-use |
| 3267 | 0s | 0% | patch -p1 |
| 3270 | 0s | 0% | cmake -B /iwyu-build/ -G 'Unix Makefiles' -DCMAKE_PREFIX_PATH=/usr/lib/llvm-21 -S /include-what-you-use |
| 3281 | 1s | 0% | - skipped |
| 3328 | 20s | 2% | make -C /iwyu-build/ install -j8 |
| 3383 | 0s | 0% | mkdir -p /home/admin/actions-runner/_work/_temp/depends/SDKs /home/admin/actions-runner/_work/_temp/depends/sdk-sources |
| 3384 | 0s | 0% | OSX_SDK_BASENAME=Xcode---extracted-SDK-with-libcxx-headers |
| 3385 | 0s | 0% | '[' -n '' ']' |
| 3386 | 57s | 8% | echo -n done |
| 3403 | 0s | 0% | docker volume create ci_native_iwyu_ccache |
| 3405 | 0s | 0% | docker volume create ci_native_iwyu_depends |
| 3407 | 0s | 0% | docker volume create ci_native_iwyu_depends_sources |
| 3409 | 0s | 0% | docker volume create ci_native_iwyu_previous_releases |
| 3411 | 0s | 0% | docker network create --ipv6 --subnet 1111:1111::/112 ci-ip6net |
| 3414 | 0s | 0% | docker image prune --force --filter label=bitcoin-ci-test |
| 3416 | 0s | 0% | docker run --rm --interactive --detach --tty --cap-add=LINUX_IMMUTABLE --mount=type=bind,src=/home/admin/actions-runner/_work/bitcoin/bitcoin,dst=/home/admin/actions-runner/_work/bitcoin/bitcoin,readonly --mount=type=bind,src=/home/admin/actions-runner/_work/_temp/ccache_dir,dst=/home/admin/actions-runner/_work/_temp/ccache_dir --mount=type=bind,src=/home/admin/actions-runner/_work/_temp/depends/built,dst=/home/admin/actions-runner/_work/_temp/depends/built --mount=type=bind,src=/home/admin/actions-runner/_work/_temp/depends/sources,dst=/home/admin/actions-runner/_work/_temp/depends/sources --mount=type=bind,src=/home/admin/actions-runner/_work/_temp/previous_releases,dst=/home/admin/actions-runner/_work/_temp/previous_releases --mount=type=bind,src=/home/admin/actions-runner/_work/_temp/build,dst=/home/admin/actions-runner/_work/_temp/build --env-file=/tmp/env-admin-ci_native_iwyu --name=ci_native_iwyu --network=ci-ip6net --platform=linux ci_native_iwyu |
| 3417 | 0s | 0% | docker exec f7fb565e9e458c94c313612a05731c357b24a0a63220ec36cee27e09775645ed rsync --recursive --perms --stats --human-readable /home/admin/actions-runner/_work/bitcoin/bitcoin/ /home/admin/actions-runner/_work/_temp |
| 3435 | 0s | 0% | docker exec f7fb565e9e458c94c313612a05731c357b24a0a63220ec36cee27e09775645ed /home/admin/actions-runner/_work/_temp/ci/test/01_base_install.sh |
| 3436 | 0s | 0% | CFG_DONE=/home/admin/actions-runner/_work/_temp/ci.base-install-done |
| 3437 | 0s | 0% | cat /home/admin/actions-runner/_work/_temp/ci.base-install-done |
| 3438 | 0s | 0% | '[' done == done ']' |
| 3439 | 0s | 0% | echo 'Skip base install' |
| 3441 | 0s | 0% | exit 0 |
| 3442 | 0s | 0% | docker exec f7fb565e9e458c94c313612a05731c357b24a0a63220ec36cee27e09775645ed /home/admin/actions-runner/_work/_temp/ci/test/03_test_script.sh |
| 3443 | 0s | 0% | cd /home/admin/actions-runner/_work/_temp |
| 3444 | 0s | 0% | export 'PATH=/path_with space:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' |
| 3445 | 0s | 0% | PATH='/path_with space:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' |
| 3446 | 0s | 0% | export ASAN_OPTIONS=detect_leaks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1 |
| 3447 | 0s | 0% | ASAN_OPTIONS=detect_leaks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1 |
| 3448 | 0s | 0% | export LSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/lsan |
| 3449 | 0s | 0% | LSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/lsan |
| 3450 | 0s | 0% | export TSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/tsan:halt_on_error=1:second_deadlock_stack=1 |
| 3451 | 0s | 0% | TSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/tsan:halt_on_error=1:second_deadlock_stack=1 |
| 3452 | 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 |
| 3453 | 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 |
| 3454 | 0s | 0% | nproc |
| 3455 | 0s | 0% | echo 'Number of available processing units: 8' |
| 3457 | 0s | 0% | '[' '' == macos ']' |
| 3458 | 0s | 0% | free -m -h |
| 3462 | 0s | 0% | uname --kernel-name --kernel-release |
| 3463 | 0s | 0% | echo 'System info: Linux 6.14.0-37-generic' |
| 3464 | 0s | 0% | lscpu |
| 3479 | 0s | 0% | echo 'Free disk space:' |
| 3480 | 0s | 0% | df -h |
| 3512 | 0s | 0% | [[ ci_native_iwyu == \c\i\_\n\a\t\i\v\e\_\a\s\a\n ]] |
| 3513 | 0s | 0% | /home/admin/actions-runner/_work/_temp/depends/config.guess |
| 3522 | 0s | 0% | export HOST=x86_64-pc-linux-gnu |
| 3524 | 0s | 0% | HOST=x86_64-pc-linux-gnu |
| 3525 | 0s | 0% | echo '=== BEGIN env ===' |
| 3526 | 0s | 0% | env |
| 3553 | 0s | 0% | echo '=== END env ===' |
| 3554 | 0s | 0% | [[ true != true ]] |
| 3555 | 0s | 0% | '[' false = true ']' |
| 3556 | 0s | 0% | '[' false = true ']' |
| 3557 | 0s | 0% | '[' '' == macos ']' |
| 3558 | 0s | 0% | echo |
| 3582 | 0s | 0% | '[' -z 1 ']' |
| 3583 | 0s | 0% | '[' '' = true ']' |
| 3584 | 0s | 0% | BITCOIN_CONFIG_ALL='-DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON' |
| 3585 | 0s | 0% | '[' -z 1 ']' |
| 3586 | 0s | 0% | '[' -z '' ']' |
| 3587 | 0s | 0% | BITCOIN_CONFIG_ALL='-DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON -DWERROR=ON' |
| 3588 | 0s | 0% | ccache --zero-stats |
| 3590 | 0s | 0% | PRINT_CCACHE_STATISTICS='ccache --version | head -n 1 && ccache --show-stats' |
| 3591 | 0s | 0% | BASE_BUILD_DIR=/home/admin/actions-runner/_work/_temp/build |
| 3592 | 0s | 0% | BITCOIN_CONFIG_ALL='-DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON -DWERROR=ON -DCMAKE_INSTALL_PREFIX=/home/admin/actions-runner/_work/_temp/ci/scratch/out -Werror=dev' |
| 3593 | 0s | 0% | [[ true == true ]] |
| 3594 | 0s | 0% | BITCOIN_CONFIG_ALL='-DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON -DWERROR=ON -DCMAKE_INSTALL_PREFIX=/home/admin/actions-runner/_work/_temp/ci/scratch/out -Werror=dev -DCMAKE_EXPORT_COMPILE_COMMANDS=ON' |
| 3595 | 0s | 0% | eval 'CMAKE_ARGS=(-DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON -DWERROR=ON -DCMAKE_INSTALL_PREFIX=/home/admin/actions-runner/_work/_temp/ci/scratch/out -Werror=dev -DCMAKE_EXPORT_COMPILE_COMMANDS=ON --preset dev-mode -DBUILD_GUI=OFF -DCMAKE_C_COMPILER=clang-21 -DCMAKE_CXX_COMPILER=clang++-21 )' |
| 3596 | 0s | 0% | CMAKE_ARGS=(-DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON -DWERROR=ON -DCMAKE_INSTALL_PREFIX=/home/admin/actions-runner/_work/_temp/ci/scratch/out -Werror=dev -DCMAKE_EXPORT_COMPILE_COMMANDS=ON --preset dev-mode -DBUILD_GUI=OFF -DCMAKE_C_COMPILER=clang-21 -DCMAKE_CXX_COMPILER=clang++-21) |
| 3597 | 11s | 1% | cmake -S /home/admin/actions-runner/_work/_temp -B /home/admin/actions-runner/_work/_temp/build -DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON -DWERROR=ON -DCMAKE_INSTALL_PREFIX=/home/admin/actions-runner/_work/_temp/ci/scratch/out -Werror=dev -DCMAKE_EXPORT_COMPILE_COMMANDS=ON --preset dev-mode -DBUILD_GUI=OFF -DCMAKE_C_COMPILER=clang-21 -DCMAKE_CXX_COMPILER=clang++-21 |
| 3927 | 0s | 0% | compiler .......................... Clang 21.1.8, /usr/bin/clang++-21 |
| 3930 | 0s | 0% | compiler flags .................... -O2 -g -std=c++20 -fPIC -fmacro-prefix-map=/home/admin/actions-runner/_work/_temp/src=. -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -Wstack-protector -fstack-protector-all -fcf-protection=full -fstack-clash-protection -Werror -Wall -Wextra -Wgnu -Wformat -Wformat-security -Wvla -Wshadow-field -Wthread-safety -Wthread-safety-pointer -Wloop-analysis -Wredundant-decls -Wunused-member-function -Wdate-time -Wconditional-uninitialized -Woverloaded-virtual -Wsuggest-override -Wimplicit-fallthrough -Wunreachable-code -Wdocumentation -Wself-assign -Wundef -Wno-unused-parameter |
| 3944 | 0s | 0% | [[ codegen != all ]] |
| 3945 | 0s | 0% | [[ codegen != codegen ]] |
| 3946 | 0s | 0% | cmake --build /home/admin/actions-runner/_work/_temp/build -j8 --target codegen |
| 4035 | 0s | 0% | bash -c 'ccache --version | head -n 1 && ccache --show-stats' |
| 4039 | 0s | 0% | ccache --show-stats |
| 4040 | 0s | 0% | grep Hits: |
| 4041 | 0s | 0% | head -1 |
| 4042 | 0s | 0% | sed 's/.*(\(.*\)%).*/\1/' |
| 4043 | 0s | 0% | hit_rate= |
| 4044 | 0s | 0% | '[' '' -lt 75 ']' |
| 4046 | 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/ |
| 4055 | 0s | 0% | du -sh /home/admin/actions-runner/_work/_temp/previous_releases |
| 4057 | 0s | 0% | '[' -n '' ']' |
| 4058 | 0s | 0% | '[' -n '' ']' |
| 4059 | 0s | 0% | '[' false = true ']' |
| 4060 | 0s | 0% | '[' false = true ']' |
| 4061 | 0s | 0% | '[' false = true ']' |
| 4062 | 0s | 0% | '[' false = true ']' |
| 4063 | 0s | 0% | [[ true == true ]] |
| 4064 | 0s | 0% | FILES_WITH_ENFORCED_IWYU='/src/((crypto|index|kernel|primitives)/.*\.cpp|node/blockstorage.cpp|node/utxo_snapshot.cpp|core_io.cpp|signet.cpp)' |
| 4065 | 0s | 0% | jq --arg patterns '/src/((crypto|index|kernel|primitives)/.*\.cpp|node/blockstorage.cpp|node/utxo_snapshot.cpp|core_io.cpp|signet.cpp)' 'map(select(.file | test($patterns)))' /home/admin/actions-runner/_work/_temp/build/compile_commands.json |
| 4066 | 0s | 0% | jq --arg patterns '/src/((crypto|index|kernel|primitives)/.*\.cpp|node/blockstorage.cpp|node/utxo_snapshot.cpp|core_io.cpp|signet.cpp)' 'map(select(.file | test($patterns) | not))' /home/admin/actions-runner/_work/_temp/build/compile_commands.json |
| 4067 | 0s | 0% | cd /home/admin/actions-runner/_work/_temp |
| 4068 | 0s | 0% | run_iwyu compile_commands_iwyu_errors.json |
| 4069 | 0s | 0% | mv /home/admin/actions-runner/_work/_temp/build/compile_commands_iwyu_errors.json /home/admin/actions-runner/_work/_temp/build/compile_commands.json |
| 4070 | 0s | 0% | python3 /include-what-you-use/iwyu_tool.py -p /home/admin/actions-runner/_work/_temp/build -j8 -- -Xiwyu --cxx17ns -Xiwyu --mapping_file=/home/admin/actions-runner/_work/_temp/contrib/devtools/iwyu/bitcoin.core.imp -Xiwyu --max_line_length=160 -Xiwyu '--check_also=*/primitives/*.h' |
| 4071 | 20s | 2% | tee /tmp/iwyu_ci.out |
| 4486 | 0s | 0% | python3 /include-what-you-use/fix_includes.py --nosafe_headers |
| 4562 | 0s | 0% | git diff -U0 |
| 4563 | 0s | 0% | ./contrib/devtools/clang-format-diff.py -binary=clang-format-21 -p1 -i -v |
| 4564 | 0s | 0% | git --no-pager diff --exit-code |
| 4565 | 0s | 0% | run_iwyu compile_commands_iwyu_warnings.json |
| 4566 | 0s | 0% | mv /home/admin/actions-runner/_work/_temp/build/compile_commands_iwyu_warnings.json /home/admin/actions-runner/_work/_temp/build/compile_commands.json |
| 4567 | 0s | 0% | python3 /include-what-you-use/iwyu_tool.py -p /home/admin/actions-runner/_work/_temp/build -j8 -- -Xiwyu --cxx17ns -Xiwyu --mapping_file=/home/admin/actions-runner/_work/_temp/contrib/devtools/iwyu/bitcoin.core.imp -Xiwyu --max_line_length=160 -Xiwyu '--check_also=*/primitives/*.h' |
| 4568 | 7m45s | 69% | tee /tmp/iwyu_ci.out |
| 38513 | 1s | 0% | python3 /include-what-you-use/fix_includes.py --nosafe_headers |
| 39336 | 0s | 0% | git diff -U0 |
| 39337 | 10s | 1% | ./contrib/devtools/clang-format-diff.py -binary=clang-format-21 -p1 -i -v |
| 40001 | 0s | 0% | git --no-pager diff |
| 40005 | 0s | 0% | b/src/addrdb.cpp |
| 40049 | 0s | 0% | b/src/addresstype.cpp |
| 40063 | 0s | 0% | b/src/addresstype.h |
| 40076 | 0s | 0% | b/src/addrman.cpp |
| 40113 | 0s | 0% | b/src/addrman.h |
| 40143 | 0s | 0% | b/src/arith_uint256.h |
| 40155 | 0s | 0% | b/src/banman.cpp |
| 40181 | 0s | 0% | b/src/banman.h |
| 40208 | 0s | 0% | b/src/base58.cpp |
| 40223 | 0s | 0% | b/src/base58.h |
| 40237 | 0s | 0% | b/src/bech32.cpp |
| 40253 | 0s | 0% | b/src/bech32.h |
| 40268 | 0s | 0% | b/src/bench/addrman.cpp |
| 40295 | 0s | 0% | b/src/bench/base58.cpp |
| 40308 | 0s | 0% | b/src/bench/bech32.cpp |
| 40324 | 0s | 0% | b/src/bench/bench_bitcoin.cpp |
| 40351 | 0s | 0% | b/src/bench/bip324_ecdh.cpp |
| 40364 | 0s | 0% | b/src/bench/block_assemble.cpp |
| 40376 | 0s | 0% | b/src/bench/blockencodings.cpp |
| 40413 | 0s | 0% | b/src/bench/ccoins_caching.cpp |
| 40426 | 0s | 0% | b/src/bench/chacha20.cpp |
| 40448 | 0s | 0% | b/src/bench/checkblock.cpp |
| 40470 | 0s | 0% | b/src/bench/checkblockindex.cpp |
| 40482 | 0s | 0% | b/src/bench/checkqueue.cpp |
| 40507 | 0s | 0% | b/src/bench/cluster_linearize.cpp |
| 40535 | 0s | 0% | b/src/bench/coin_selection.cpp |
| 40547 | 0s | 0% | b/src/bench/connectblock.cpp |
| 40582 | 0s | 0% | b/src/bench/crypto_hash.cpp |
| 40600 | 0s | 0% | b/src/bench/disconnected_transactions.cpp |
| 40624 | 0s | 0% | b/src/bench/ellswift.cpp |
| 40637 | 0s | 0% | b/src/bench/examples.cpp |
| 40652 | 0s | 0% | b/src/bench/gcs_filter.cpp |
| 40664 | 0s | 0% | b/src/bench/hashpadding.cpp |
| 40677 | 0s | 0% | b/src/bench/index_blockfilter.cpp |
| 40698 | 0s | 0% | b/src/bench/load_external.cpp |
| 40721 | 0s | 0% | b/src/bench/lockedpool.cpp |
| 40740 | 0s | 0% | b/src/bench/logging.cpp |
| 40760 | 0s | 0% | b/src/bench/mempool_ephemeral_spends.cpp |
| 40789 | 0s | 0% | b/src/bench/mempool_eviction.cpp |
| 40807 | 0s | 0% | b/src/bench/mempool_stress.cpp |
| 40834 | 0s | 0% | b/src/bench/merkle_root.cpp |
| 40848 | 0s | 0% | b/src/bench/nanobench.h |
| 40957 | 0s | 0% | b/src/bench/obfuscation.cpp |
| 40977 | 0s | 0% | b/src/bench/parse_hex.cpp |
| 40990 | 0s | 0% | b/src/bench/peer_eviction.cpp |
| 41002 | 0s | 0% | b/src/bench/poly1305.cpp |
| 41023 | 0s | 0% | b/src/bench/pool.cpp |
| 41043 | 0s | 0% | b/src/bench/prevector.cpp |
| 41056 | 0s | 0% | b/src/bench/random.cpp |
| 41077 | 0s | 0% | b/src/bench/readwriteblock.cpp |
| 41101 | 0s | 0% | b/src/bench/rollingbloom.cpp |
| 41117 | 0s | 0% | b/src/bench/rpc_blockchain.cpp |
| 41146 | 0s | 0% | b/src/bench/rpc_mempool.cpp |
| 41164 | 0s | 0% | b/src/bench/sign_transaction.cpp |
| 41189 | 0s | 0% | b/src/bench/streams_findbyte.cpp |
| 41206 | 0s | 0% | b/src/bench/strencodings.cpp |
| 41224 | 0s | 0% | b/src/bench/txgraph.cpp |
| 41250 | 0s | 0% | b/src/bench/txorphanage.cpp |
| 41288 | 0s | 0% | b/src/bench/util_time.cpp |
| 41304 | 0s | 0% | b/src/bench/verify_script.cpp |
| 41318 | 0s | 0% | b/src/bench/wallet_create.cpp |
| 41338 | 0s | 0% | b/src/bench/wallet_create_tx.cpp |
| 41358 | 0s | 0% | b/src/bench/wallet_ismine.cpp |
| 41382 | 0s | 0% | b/src/bench/wallet_loading.cpp |
| 41394 | 0s | 0% | b/src/bench/wallet_migration.cpp |
| 41437 | 0s | 0% | b/src/bip324.cpp |
| 41460 | 0s | 0% | b/src/bip324.h |
| 41485 | 0s | 0% | b/src/bitcoin-chainstate.cpp |
| 41513 | 0s | 0% | b/src/bitcoin-cli.cpp |
| 41573 | 0s | 0% | b/src/bitcoin-tx.cpp |
| 41628 | 0s | 0% | b/src/bitcoin-util.cpp |
| 41672 | 0s | 0% | b/src/bitcoin-wallet.cpp |
| 41701 | 0s | 0% | b/src/bitcoin.cpp |
| 41729 | 0s | 0% | b/src/bitcoind.cpp |
| 41772 | 0s | 0% | b/src/blockencodings.cpp |
| 41804 | 0s | 0% | b/src/blockencodings.h |
| 41834 | 0s | 0% | b/src/blockfilter.cpp |
| 41873 | 0s | 0% | b/src/chain.cpp |
| 41892 | 0s | 0% | b/src/chain.h |
| 41920 | 0s | 0% | b/src/chainparams.cpp |
| 41939 | 0s | 0% | b/src/chainparams.h |
| 41955 | 0s | 0% | b/src/chainparamsbase.cpp |
| 41971 | 0s | 0% | b/src/chainparamsbase.h |
| 41990 | 0s | 0% | b/src/checkqueue.h |
| 42007 | 0s | 0% | b/src/cluster_linearize.h |
| 42044 | 0s | 0% | b/src/coins.cpp |
| 42063 | 0s | 0% | b/src/coins.h |
| 42107 | 0s | 0% | b/src/common/args.cpp |
| 42127 | 0s | 0% | b/src/common/args.h |
| 42143 | 0s | 0% | b/src/common/bloom.cpp |
| 42157 | 0s | 0% | b/src/common/bloom.h |
| 42172 | 0s | 0% | b/src/common/config.cpp |
| 42203 | 0s | 0% | b/src/common/init.cpp |
| 42216 | 0s | 0% | b/src/common/interfaces.cpp |
| 42231 | 0s | 0% | b/src/common/messages.cpp |
| 42246 | 0s | 0% | b/src/common/messages.h |
| 42271 | 0s | 0% | b/src/common/netif.cpp |
| 42296 | 0s | 0% | b/src/common/netif.h |
| 42308 | 0s | 0% | b/src/common/pcp.cpp |
| 42347 | 0s | 0% | b/src/common/pcp.h |
| 42369 | 0s | 0% | b/src/common/run_command.cpp |
| 42385 | 0s | 0% | b/src/common/settings.cpp |
| 42404 | 0s | 0% | b/src/common/settings.h |
| 42425 | 0s | 0% | b/src/common/signmessage.cpp |
| 42446 | 0s | 0% | b/src/common/system.cpp |
| 42477 | 0s | 0% | b/src/common/system.h |
| 42494 | 0s | 0% | b/src/common/url.cpp |
| 42506 | 0s | 0% | b/src/compressor.cpp |
| 42520 | 0s | 0% | b/src/compressor.h |
| 42541 | 0s | 0% | b/src/consensus/merkle.cpp |
| 42562 | 0s | 0% | b/src/consensus/merkle.h |
| 42581 | 0s | 0% | b/src/consensus/tx_check.cpp |
| 42604 | 0s | 0% | b/src/consensus/tx_verify.cpp |
| 42624 | 0s | 0% | b/src/consensus/tx_verify.h |
| 42637 | 0s | 0% | b/src/cuckoocache.h |
| 42649 | 0s | 0% | b/src/dbwrapper.cpp |
| 42696 | 0s | 0% | b/src/dbwrapper.h |
| 42727 | 0s | 0% | b/src/deploymentstatus.cpp |
| 42742 | 0s | 0% | b/src/deploymentstatus.h |
| 42758 | 0s | 0% | b/src/external_signer.cpp |
| 42787 | 0s | 0% | b/src/external_signer.h |
| 42801 | 0s | 0% | b/src/flatfile.cpp |
| 42824 | 0s | 0% | b/src/flatfile.h |
| 42844 | 0s | 0% | b/src/hash.cpp |
| 42859 | 0s | 0% | b/src/hash.h |
| 42882 | 0s | 0% | b/src/headerssync.cpp |
| 42909 | 0s | 0% | b/src/headerssync.h |
| 42940 | 0s | 0% | b/src/httprpc.cpp |
| 42983 | 0s | 0% | b/src/httpserver.cpp |
| 43047 | 0s | 0% | b/src/httpserver.h |
| 43075 | 0s | 0% | b/src/i2p.cpp |
| 43118 | 0s | 0% | b/src/i2p.h |
| 43140 | 0s | 0% | b/src/init.cpp |
| 43256 | 0s | 0% | b/src/init/bitcoin-node.cpp |
| 43268 | 0s | 0% | b/src/init/common.cpp |
| 43283 | 0s | 0% | b/src/ipc/interfaces.cpp |
| 43320 | 0s | 0% | b/src/ipc/libmultiprocess/include/mp/util.h |
| 43338 | 0s | 0% | b/src/ipc/libmultiprocess/src/mp/gen.cpp |
| 43383 | 0s | 0% | b/src/ipc/process.cpp |
| 43421 | 0s | 0% | b/src/ipc/process.h |
| 43438 | 0s | 0% | b/src/ipc/test/ipc_tests.cpp |
| 43478 | 0s | 0% | b/src/key.cpp |
| 43503 | 0s | 0% | b/src/key.h |
| 43537 | 0s | 0% | b/src/key_io.cpp |
| 43565 | 0s | 0% | b/src/key_io.h |
| 43584 | 0s | 0% | b/src/logging.cpp |
| 43608 | 0s | 0% | b/src/logging.h |
| 43642 | 0s | 0% | b/src/mapport.cpp |
| 43680 | 0s | 0% | b/src/merkleblock.cpp |
| 43699 | 0s | 0% | b/src/merkleblock.h |
| 43723 | 0s | 0% | b/src/minisketch/include/minisketch.h |
| 43745 | 0s | 0% | b/src/musig.cpp |
| 43767 | 0s | 0% | b/src/musig.h |
| 43786 | 0s | 0% | b/src/net.cpp |
| 43847 | 0s | 0% | b/src/net.h |
| 43926 | 0s | 0% | b/src/net_permissions.cpp |
| 43949 | 0s | 0% | b/src/net_permissions.h |
| 43970 | 0s | 0% | b/src/net_processing.cpp |
| 43998 | 0s | 0% | b/src/net_processing.h |
| 44026 | 0s | 0% | b/src/net_types.cpp |
| 44041 | 0s | 0% | b/src/netaddress.cpp |
| 44067 | 0s | 0% | b/src/netaddress.h |
| 44087 | 0s | 0% | b/src/netbase.cpp |
| 44122 | 0s | 0% | b/src/netbase.h |
| 44150 | 0s | 0% | b/src/netgroup.cpp |
| 44169 | 0s | 0% | b/src/netgroup.h |
| 44189 | 0s | 0% | b/src/node/abort.cpp |
| 44207 | 0s | 0% | b/src/node/blockmanager_args.cpp |
| 44228 | 0s | 0% | b/src/node/caches.cpp |
| 44250 | 0s | 0% | b/src/node/chainstate.cpp |
| 44281 | 0s | 0% | b/src/node/chainstate.h |
| 44293 | 0s | 0% | b/src/node/chainstatemanager_args.cpp |
| 44319 | 0s | 0% | b/src/node/coin.cpp |
| 44342 | 0s | 0% | b/src/node/coins_view_args.cpp |
| 44356 | 0s | 0% | b/src/node/database_args.cpp |
| 44370 | 0s | 0% | b/src/node/eviction.cpp |
| 44393 | 0s | 0% | b/src/node/eviction.h |
| 44415 | 0s | 0% | b/src/node/interface_ui.cpp |
| 44447 | 0s | 0% | b/src/node/interfaces.cpp |
| 44547 | 0s | 0% | b/src/node/kernel_notifications.cpp |
| 44576 | 0s | 0% | b/src/node/kernel_notifications.h |
| 44611 | 0s | 0% | b/src/node/mempool_args.cpp |
| 44642 | 0s | 0% | b/src/node/mempool_args.h |
| 44655 | 0s | 0% | b/src/node/mempool_persist.cpp |
| 44695 | 0s | 0% | b/src/node/mempool_persist_args.cpp |
| 44709 | 0s | 0% | b/src/node/miner.cpp |
| 44760 | 0s | 0% | b/src/node/miner.h |
| 44810 | 0s | 0% | b/src/node/mini_miner.cpp |
| 44839 | 0s | 0% | b/src/node/mini_miner.h |
| 44858 | 0s | 0% | b/src/node/minisketchwrapper.cpp |
| 44882 | 0s | 0% | b/src/node/peerman_args.cpp |
| 44897 | 0s | 0% | b/src/node/psbt.cpp |
| 44928 | 0s | 0% | b/src/node/psbt.h |
| 44949 | 0s | 0% | b/src/node/timeoffsets.cpp |
| 44979 | 0s | 0% | b/src/node/transaction.cpp |
| 45014 | 0s | 0% | b/src/node/transaction.h |
| 45039 | 0s | 0% | b/src/node/txdownloadman_impl.cpp |
| 45068 | 0s | 0% | b/src/node/txdownloadman_impl.h |
| 45105 | 0s | 0% | b/src/node/txorphanage.cpp |
| 45144 | 0s | 0% | b/src/node/txorphanage.h |
| 45170 | 0s | 0% | b/src/node/txreconciliation.cpp |
| 45193 | 0s | 0% | b/src/node/txreconciliation.h |
| 45217 | 0s | 0% | b/src/node/warnings.cpp |
| 45235 | 0s | 0% | b/src/noui.cpp |
| 45257 | 0s | 0% | b/src/outputtype.cpp |
| 45280 | 0s | 0% | b/src/outputtype.h |
| 45301 | 0s | 0% | b/src/policy/ephemeral_policy.cpp |
| 45329 | 0s | 0% | b/src/policy/ephemeral_policy.h |
| 45342 | 0s | 0% | b/src/policy/feerate.cpp |
| 45359 | 0s | 0% | b/src/policy/feerate.h |
| 45376 | 0s | 0% | b/src/policy/fees/block_policy_estimator.cpp |
| 45410 | 0s | 0% | b/src/policy/fees/block_policy_estimator.h |
| 45440 | 0s | 0% | b/src/policy/packages.cpp |
| 45467 | 0s | 0% | b/src/policy/packages.h |
| 45483 | 0s | 0% | b/src/policy/policy.cpp |
| 45499 | 0s | 0% | b/src/policy/policy.h |
| 45522 | 0s | 0% | b/src/policy/rbf.cpp |
| 45552 | 0s | 0% | b/src/policy/rbf.h |
| 45576 | 0s | 0% | b/src/policy/truc_policy.cpp |
| 45601 | 0s | 0% | b/src/policy/truc_policy.h |
| 45627 | 0s | 0% | b/src/pow.cpp |
| 45645 | 0s | 0% | b/src/pow.h |
| 45668 | 0s | 0% | b/src/prevector.h |
| 45686 | 0s | 0% | signed type. |
| 45690 | 0s | 0% | b/src/private_broadcast.cpp |
| 45707 | 0s | 0% | b/src/private_broadcast.h |
| 45725 | 0s | 0% | b/src/protocol.cpp |
| 45742 | 0s | 0% | b/src/protocol.h |
| 45765 | 0s | 0% | b/src/psbt.cpp |
| 45786 | 0s | 0% | b/src/psbt.h |
| 45841 | 0s | 0% | b/src/pubkey.cpp |
| 45862 | 0s | 0% | b/src/pubkey.h |
| 45883 | 0s | 0% | b/src/random.cpp |
| 45916 | 0s | 0% | b/src/random.h |
| 45936 | 0s | 0% | b/src/randomenv.cpp |
| 45981 | 0s | 0% | b/src/randomenv.h |
| 45994 | 0s | 0% | b/src/rest.cpp |
| 46054 | 0s | 0% | b/src/rpc/blockchain.cpp |
| 46161 | 0s | 0% | b/src/rpc/blockchain.h |
| 46193 | 0s | 0% | b/src/rpc/client.cpp |
| 46219 | 0s | 0% | b/src/rpc/client.h |
| 46238 | 0s | 0% | b/src/rpc/external_signer.cpp |
| 46264 | 0s | 0% | b/src/rpc/fees.cpp |
| 46285 | 0s | 0% | b/src/rpc/mempool.cpp |
| 46361 | 0s | 0% | b/src/rpc/mining.cpp |
| 46448 | 0s | 0% | b/src/rpc/mining.h |
| 46461 | 0s | 0% | b/src/rpc/net.cpp |
| 46522 | 0s | 0% | b/src/rpc/node.cpp |
| 46566 | 0s | 0% | b/src/rpc/output_script.cpp |
| 46600 | 0s | 0% | b/src/rpc/rawtransaction.cpp |
| 46687 | 0s | 0% | b/src/rpc/rawtransaction_util.cpp |
| 46723 | 0s | 0% | b/src/rpc/rawtransaction_util.h |
| 46742 | 0s | 0% | b/src/rpc/request.cpp |
| 46769 | 0s | 0% | b/src/rpc/request.h |
| 46791 | 0s | 0% | b/src/rpc/server.cpp |
| 46827 | 0s | 0% | b/src/rpc/server.h |
| 46851 | 0s | 0% | b/src/rpc/server_util.cpp |
| 46883 | 0s | 0% | b/src/rpc/server_util.h |
| 46907 | 0s | 0% | b/src/rpc/signmessage.cpp |
| 46928 | 0s | 0% | b/src/rpc/txoutproof.cpp |
| 46968 | 0s | 0% | b/src/rpc/util.cpp |
| 47006 | 0s | 0% | b/src/rpc/util.h |
| 47056 | 0s | 0% | b/src/scheduler.cpp |
| 47073 | 0s | 0% | b/src/scheduler.h |
| 47087 | 0s | 0% | b/src/script/descriptor.cpp |
| 47142 | 0s | 0% | b/src/script/descriptor.h |
| 47172 | 0s | 0% | b/src/script/interpreter.cpp |
| 47195 | 0s | 0% | b/src/script/interpreter.h |
| 47226 | 0s | 0% | b/src/script/miniscript.cpp |
| 47252 | 0s | 0% | b/src/script/miniscript.h |
| 47303 | 0s | 0% | b/src/script/parsing.cpp |
| 47317 | 0s | 0% | b/src/script/parsing.h |
| 47331 | 0s | 0% | b/src/script/script.cpp |
| 47343 | 0s | 0% | b/src/script/script.h |
| 47358 | 0s | 0% | b/src/script/sigcache.cpp |
| 47375 | 0s | 0% | b/src/script/sigcache.h |
| 47393 | 0s | 0% | b/src/script/sign.cpp |
| 47430 | 0s | 0% | b/src/script/sign.h |
| 47471 | 0s | 0% | b/src/script/signingprovider.cpp |
| 47494 | 0s | 0% | b/src/script/signingprovider.h |
| 47527 | 0s | 0% | b/src/script/solver.cpp |
| 47541 | 0s | 0% | b/src/script/solver.h |
| 47558 | 0s | 0% | b/src/span.h |
| 47570 | 0s | 0% | b/src/streams.cpp |
| 47586 | 0s | 0% | b/src/streams.h |
| 47620 | 0s | 0% | b/src/sync.cpp |
| 47646 | 0s | 0% | b/src/sync.h |
| 47662 | 0s | 0% | b/src/test/addrman_tests.cpp |
| 47727 | 0s | 0% | b/src/test/allocator_tests.cpp |
| 47770 | 0s | 0% | b/src/test/amount_tests.cpp |
| 47806 | 0s | 0% | b/src/test/argsman_tests.cpp |
| 47876 | 0s | 0% | b/src/test/arith_uint256_tests.cpp |
| 47918 | 0s | 0% | b/src/test/banman_tests.cpp |
| 47961 | 0s | 0% | b/src/test/base32_tests.cpp |
| 47998 | 0s | 0% | b/src/test/base58_tests.cpp |
| 48047 | 0s | 0% | b/src/test/base64_tests.cpp |
| 48087 | 0s | 0% | b/src/test/bech32_tests.cpp |
| 48122 | 0s | 0% | b/src/test/bip324_tests.cpp |
| 48159 | 0s | 0% | b/src/test/bip328_tests.cpp |
| 48193 | 0s | 0% | b/src/test/bip32_tests.cpp |
| 48228 | 0s | 0% | b/src/test/blockchain_tests.cpp |
| 48280 | 0s | 0% | b/src/test/blockencodings_tests.cpp |
| 48339 | 0s | 0% | b/src/test/blockfilter_index_tests.cpp |
| 48405 | 0s | 0% | b/src/test/blockfilter_tests.cpp |
| 48458 | 0s | 0% | b/src/test/blockmanager_tests.cpp |
| 48522 | 0s | 0% | b/src/test/bloom_tests.cpp |
| 48578 | 0s | 0% | b/src/test/bswap_tests.cpp |
| 48601 | 0s | 0% | b/src/test/caches_tests.cpp |
| 48624 | 0s | 0% | b/src/test/chain_tests.cpp |
| 48663 | 0s | 0% | b/src/test/chainstate_write_tests.cpp |
| 48704 | 0s | 0% | b/src/test/checkqueue_tests.cpp |
| 48753 | 0s | 0% | b/src/test/cluster_linearize_tests.cpp |
| 48805 | 0s | 0% | b/src/test/coins_tests.cpp |
| 48879 | 0s | 0% | b/src/test/coinscachepair_tests.cpp |
| 48914 | 0s | 0% | b/src/test/coinstatsindex_tests.cpp |
| 48960 | 0s | 0% | b/src/test/common_url_tests.cpp |
| 48993 | 0s | 0% | b/src/test/compress_tests.cpp |
| 49040 | 0s | 0% | b/src/test/crypto_tests.cpp |
| 49104 | 0s | 0% | b/src/test/cuckoocache_tests.cpp |
| 49145 | 0s | 0% | b/src/test/dbwrapper_tests.cpp |
| 49197 | 0s | 0% | b/src/test/denialofservice_tests.cpp |
| 49258 | 0s | 0% | b/src/test/descriptor_tests.cpp |
| 49324 | 0s | 0% | b/src/test/disconnected_transactions.cpp |
| 49368 | 0s | 0% | b/src/test/feefrac_tests.cpp |
| 49403 | 0s | 0% | b/src/test/feerounder_tests.cpp |
| 49438 | 0s | 0% | b/src/test/flatfile_tests.cpp |
| 49482 | 0s | 0% | b/src/test/fs_tests.cpp |
| 49515 | 0s | 0% | b/src/test/fuzz/addition_overflow.cpp |
| 49535 | 0s | 0% | b/src/test/fuzz/addrman.cpp |
| 49584 | 0s | 0% | b/src/test/fuzz/asmap.cpp |
| 49607 | 0s | 0% | b/src/test/fuzz/asmap_direct.cpp |
| 49632 | 0s | 0% | b/src/test/fuzz/autofile.cpp |
| 49657 | 0s | 0% | b/src/test/fuzz/banman.cpp |
| 49691 | 0s | 0% | b/src/test/fuzz/base_encode_decode.cpp |
| 49721 | 0s | 0% | b/src/test/fuzz/bech32.cpp |
| 49742 | 0s | 0% | b/src/test/fuzz/bip324.cpp |
| 49766 | 0s | 0% | b/src/test/fuzz/bitdeque.cpp |
| 49793 | 0s | 0% | b/src/test/fuzz/bitset.cpp |
| 49816 | 0s | 0% | b/src/test/fuzz/block.cpp |
| 49855 | 0s | 0% | b/src/test/fuzz/block_header.cpp |
| 49872 | 0s | 0% | b/src/test/fuzz/block_index.cpp |
| 49905 | 0s | 0% | b/src/test/fuzz/block_index_tree.cpp |
| 49945 | 0s | 0% | b/src/test/fuzz/blockfilter.cpp |
| 49967 | 0s | 0% | b/src/test/fuzz/bloom_filter.cpp |
| 49979 | 0s | 0% | b/src/test/fuzz/buffered_file.cpp |
| 50004 | 0s | 0% | b/src/test/fuzz/chain.cpp |
| 50019 | 0s | 0% | b/src/test/fuzz/checkqueue.cpp |
| 50034 | 0s | 0% | b/src/test/fuzz/cluster_linearize.cpp |
| 50059 | 0s | 0% | b/src/test/fuzz/coins_view.cpp |
| 50095 | 0s | 0% | b/src/test/fuzz/coinscache_sim.cpp |
| 50124 | 0s | 0% | b/src/test/fuzz/connman.cpp |
| 50171 | 0s | 0% | b/src/test/fuzz/crypto.cpp |
| 50191 | 0s | 0% | b/src/test/fuzz/crypto_chacha20.cpp |
| 50213 | 0s | 0% | b/src/test/fuzz/crypto_chacha20poly1305.cpp |
| 50233 | 0s | 0% | b/src/test/fuzz/crypto_diff_fuzz_chacha20.cpp |
| 50253 | 0s | 0% | b/src/test/fuzz/crypto_poly1305.cpp |
| 50269 | 0s | 0% | b/src/test/fuzz/cuckoocache.cpp |
| 50291 | 0s | 0% | b/src/test/fuzz/decode_tx.cpp |
| 50311 | 0s | 0% | b/src/test/fuzz/descriptor_parse.cpp |
| 50341 | 0s | 0% | b/src/test/fuzz/deserialize.cpp |
| 50404 | 0s | 0% | b/src/test/fuzz/difference_formatter.cpp |
| 50425 | 0s | 0% | b/src/test/fuzz/eval_script.cpp |
| 50446 | 0s | 0% | b/src/test/fuzz/fee_rate.cpp |
| 50463 | 0s | 0% | b/src/test/fuzz/feefrac.cpp |
| 50492 | 0s | 0% | b/src/test/fuzz/feeratediagram.cpp |
| 50520 | 0s | 0% | b/src/test/fuzz/fees.cpp |
| 50542 | 0s | 0% | b/src/test/fuzz/flatfile.cpp |
| 50559 | 0s | 0% | b/src/test/fuzz/float.cpp |
| 50573 | 0s | 0% | b/src/test/fuzz/fuzz.cpp |
| 50611 | 0s | 0% | b/src/test/fuzz/golomb_rice.cpp |
| 50640 | 0s | 0% | b/src/test/fuzz/headerssync.cpp |
| 50676 | 0s | 0% | b/src/test/fuzz/hex.cpp |
| 50702 | 0s | 0% | b/src/test/fuzz/http_request.cpp |
| 50736 | 0s | 0% | b/src/test/fuzz/i2p.cpp |
| 50772 | 0s | 0% | b/src/test/fuzz/integer.cpp |
| 50830 | 0s | 0% | b/src/test/fuzz/key.cpp |
| 50878 | 0s | 0% | b/src/test/fuzz/key_io.cpp |
| 50903 | 0s | 0% | b/src/test/fuzz/kitchen_sink.cpp |
| 50927 | 0s | 0% | b/src/test/fuzz/load_external_block_file.cpp |
| 50955 | 0s | 0% | b/src/test/fuzz/locale.cpp |
| 50981 | 0s | 0% | b/src/test/fuzz/merkle.cpp |
| 51010 | 0s | 0% | b/src/test/fuzz/merkleblock.cpp |
| 51033 | 0s | 0% | b/src/test/fuzz/message.cpp |
| 51062 | 0s | 0% | b/src/test/fuzz/mini_miner.cpp |
| 51111 | 0s | 0% | b/src/test/fuzz/miniscript.cpp |
| 51163 | 0s | 0% | b/src/test/fuzz/minisketch.cpp |
| 51185 | 0s | 0% | b/src/test/fuzz/muhash.cpp |
| 51213 | 0s | 0% | b/src/test/fuzz/multiplication_overflow.cpp |
| 51228 | 0s | 0% | b/src/test/fuzz/net.cpp |
| 51269 | 0s | 0% | b/src/test/fuzz/net_permissions.cpp |
| 51295 | 0s | 0% | b/src/test/fuzz/netaddress.cpp |
| 51310 | 0s | 0% | b/src/test/fuzz/netbase_dns_lookup.cpp |
| 51324 | 0s | 0% | b/src/test/fuzz/node_eviction.cpp |
| 51350 | 0s | 0% | b/src/test/fuzz/overflow.cpp |
| 51370 | 0s | 0% | b/src/test/fuzz/p2p_handshake.cpp |
| 51407 | 0s | 0% | b/src/test/fuzz/p2p_headers_presync.cpp |
| 51458 | 0s | 0% | b/src/test/fuzz/p2p_transport_serialization.cpp |
| 51499 | 0s | 0% | b/src/test/fuzz/package_eval.cpp |
| 51558 | 0s | 0% | b/src/test/fuzz/parse_hd_keypath.cpp |
| 51570 | 0s | 0% | b/src/test/fuzz/parse_iso8601.cpp |
| 51584 | 0s | 0% | b/src/test/fuzz/parse_script.cpp |
| 51598 | 0s | 0% | b/src/test/fuzz/parse_univalue.cpp |
| 51619 | 0s | 0% | b/src/test/fuzz/partially_downloaded_block.cpp |
| 51659 | 0s | 0% | b/src/test/fuzz/pcp.cpp |
| 51693 | 0s | 0% | b/src/test/fuzz/policy_estimator.cpp |
| 51710 | 0s | 0% | b/src/test/fuzz/policy_estimator_io.cpp |
| 51722 | 0s | 0% | b/src/test/fuzz/poolresource.cpp |
| 51747 | 0s | 0% | b/src/test/fuzz/pow.cpp |
| 51782 | 0s | 0% | b/src/test/fuzz/prevector.cpp |
| 51801 | 0s | 0% | b/src/test/fuzz/primitives_transaction.cpp |
| 51823 | 0s | 0% | b/src/test/fuzz/process_message.cpp |
| 51870 | 0s | 0% | b/src/test/fuzz/process_messages.cpp |
| 51910 | 0s | 0% | b/src/test/fuzz/protocol.cpp |
| 51926 | 0s | 0% | b/src/test/fuzz/psbt.cpp |
| 51951 | 0s | 0% | b/src/test/fuzz/random.cpp |
| 51966 | 0s | 0% | b/src/test/fuzz/rbf.cpp |
| 52012 | 0s | 0% | b/src/test/fuzz/rolling_bloom_filter.cpp |
| 52028 | 0s | 0% | b/src/test/fuzz/rpc.cpp |
| 52078 | 0s | 0% | b/src/test/fuzz/script.cpp |
| 52125 | 0s | 0% | b/src/test/fuzz/script_assets_test_minimizer.cpp |
| 52158 | 0s | 0% | b/src/test/fuzz/script_descriptor_cache.cpp |
| 52175 | 0s | 0% | b/src/test/fuzz/script_flags.cpp |
| 52187 | 0s | 0% | b/src/test/fuzz/script_format.cpp |
| 52201 | 0s | 0% | b/src/test/fuzz/script_interpreter.cpp |
| 52223 | 0s | 0% | b/src/test/fuzz/script_ops.cpp |
| 52237 | 0s | 0% | b/src/test/fuzz/script_parsing.cpp |
| 52253 | 0s | 0% | b/src/test/fuzz/script_sigcache.cpp |
| 52277 | 0s | 0% | b/src/test/fuzz/script_sign.cpp |
| 52312 | 0s | 0% | b/src/test/fuzz/scriptnum_ops.cpp |
| 52327 | 0s | 0% | b/src/test/fuzz/secp256k1_ec_seckey_import_export_der.cpp |
| 52340 | 0s | 0% | b/src/test/fuzz/secp256k1_ecdsa_signature_parse_der_lax.cpp |
| 52352 | 0s | 0% | b/src/test/fuzz/signature_checker.cpp |
| 52374 | 0s | 0% | b/src/test/fuzz/signet.cpp |
| 52405 | 0s | 0% | b/src/test/fuzz/socks5.cpp |
| 52432 | 0s | 0% | b/src/test/fuzz/span.cpp |
| 52450 | 0s | 0% | b/src/test/fuzz/strprintf.cpp |
| 52466 | 0s | 0% | b/src/test/fuzz/system.cpp |
| 52490 | 0s | 0% | b/src/test/fuzz/timeoffsets.cpp |
| 52511 | 0s | 0% | b/src/test/fuzz/torcontrol.cpp |
| 52533 | 0s | 0% | b/src/test/fuzz/transaction.cpp |
| 52575 | 0s | 0% | b/src/test/fuzz/tx_in.cpp |
| 52589 | 0s | 0% | b/src/test/fuzz/tx_out.cpp |
| 52612 | 0s | 0% | b/src/test/fuzz/tx_pool.cpp |
| 52670 | 0s | 0% | b/src/test/fuzz/txdownloadman.cpp |
| 52729 | 0s | 0% | b/src/test/fuzz/txgraph.cpp |
| 52770 | 0s | 0% | b/src/test/fuzz/txorphan.cpp |
| 52811 | 0s | 0% | b/src/test/fuzz/txrequest.cpp |
| 52846 | 0s | 0% | b/src/test/fuzz/util.cpp |
| 52875 | 0s | 0% | b/src/test/fuzz/util.h |
| 52917 | 0s | 0% | b/src/test/fuzz/util/check_globals.cpp |
| 52933 | 0s | 0% | b/src/test/fuzz/util/check_globals.h |
| 52951 | 0s | 0% | b/src/test/fuzz/util/descriptor.cpp |
| 52963 | 0s | 0% | b/src/test/fuzz/util/mempool.cpp |
| 52989 | 0s | 0% | b/src/test/fuzz/util/mempool.h |
| 53003 | 0s | 0% | b/src/test/fuzz/util/net.cpp |
| 53037 | 0s | 0% | b/src/test/fuzz/util/net.h |
| 53081 | 0s | 0% | b/src/test/fuzz/util/threadinterrupt.cpp |
| 53099 | 0s | 0% | b/src/test/fuzz/util/threadinterrupt.h |
| 53117 | 0s | 0% | b/src/test/fuzz/utxo_snapshot.cpp |
| 53159 | 0s | 0% | b/src/test/fuzz/utxo_total_supply.cpp |
| 53203 | 0s | 0% | b/src/test/fuzz/validation_load_mempool.cpp |
| 53237 | 0s | 0% | b/src/test/fuzz/vecdeque.cpp |
| 53269 | 0s | 0% | b/src/test/fuzz/versionbits.cpp |
| 53304 | 0s | 0% | b/src/test/getarg_tests.cpp |
| 53356 | 0s | 0% | b/src/test/hash_tests.cpp |
| 53403 | 0s | 0% | b/src/test/headers_sync_chainwork_tests.cpp |
| 53458 | 0s | 0% | b/src/test/httpserver_tests.cpp |
| 53493 | 0s | 0% | b/src/test/i2p_tests.cpp |
| 53536 | 0s | 0% | b/src/test/interfaces_tests.cpp |
| 53586 | 0s | 0% | b/src/test/kernel/test_kernel.cpp |
| 53648 | 0s | 0% | b/src/test/key_io_tests.cpp |
| 53705 | 0s | 0% | b/src/test/key_tests.cpp |
| 53769 | 0s | 0% | b/src/test/logging_tests.cpp |
| 53830 | 0s | 0% | b/src/test/main.cpp |
| 53854 | 0s | 0% | b/src/test/mempool_tests.cpp |
| 53905 | 0s | 0% | b/src/test/merkle_tests.cpp |
| 53950 | 0s | 0% | b/src/test/merkleblock_tests.cpp |
| 53988 | 0s | 0% | b/src/test/miner_tests.cpp |
| 54064 | 0s | 0% | b/src/test/miniminer_tests.cpp |
| 54125 | 0s | 0% | b/src/test/miniscript_tests.cpp |
| 54199 | 0s | 0% | b/src/test/minisketch_tests.cpp |
| 54238 | 0s | 0% | b/src/test/multisig_tests.cpp |
| 54288 | 0s | 0% | b/src/test/net_peer_connection_tests.cpp |
| 54342 | 0s | 0% | b/src/test/net_peer_eviction_tests.cpp |
| 54389 | 0s | 0% | b/src/test/net_tests.cpp |
| 54470 | 0s | 0% | b/src/test/netbase_tests.cpp |
| 54526 | 0s | 0% | b/src/test/node_init_tests.cpp |
| 54560 | 0s | 0% | b/src/test/node_warnings_tests.cpp |
| 54589 | 0s | 0% | b/src/test/orphanage_tests.cpp |
| 54654 | 0s | 0% | b/src/test/pcp_tests.cpp |
| 54707 | 0s | 0% | b/src/test/peerman_tests.cpp |
| 54748 | 0s | 0% | b/src/test/pmt_tests.cpp |
| 54786 | 0s | 0% | b/src/test/policyestimator_tests.cpp |
| 54829 | 0s | 0% | b/src/test/pool_tests.cpp |
| 54869 | 0s | 0% | b/src/test/pow_tests.cpp |
| 54917 | 0s | 0% | b/src/test/prevector_tests.cpp |
| 54953 | 0s | 0% | b/src/test/private_broadcast_tests.cpp |
| 54996 | 0s | 0% | b/src/test/raii_event_tests.cpp |
| 55029 | 0s | 0% | b/src/test/random_tests.cpp |
| 55078 | 0s | 0% | b/src/test/rbf_tests.cpp |
| 55141 | 0s | 0% | b/src/test/rest_tests.cpp |
| 55171 | 0s | 0% | b/src/test/result_tests.cpp |
| 55212 | 0s | 0% | b/src/test/reverselock_tests.cpp |
| 55237 | 0s | 0% | b/src/test/rpc_tests.cpp |
| 55299 | 0s | 0% | b/src/test/sanity_tests.cpp |
| 55320 | 0s | 0% | b/src/test/scheduler_tests.cpp |
| 55359 | 0s | 0% | b/src/test/script_assets_tests.cpp |
| 55403 | 0s | 0% | b/src/test/script_p2sh_tests.cpp |
| 55464 | 0s | 0% | b/src/test/script_parse_tests.cpp |
| 55507 | 0s | 0% | b/src/test/script_segwit_tests.cpp |
| 55543 | 0s | 0% | b/src/test/script_standard_tests.cpp |
| 55602 | 0s | 0% | b/src/test/script_tests.cpp |
| 55691 | 0s | 0% | b/src/test/scriptnum_tests.cpp |
| 55720 | 0s | 0% | b/src/test/serfloat_tests.cpp |
| 55765 | 0s | 0% | b/src/test/serialize_tests.cpp |
| 55820 | 0s | 0% | b/src/test/settings_tests.cpp |
| 55879 | 0s | 0% | b/src/test/sighash_tests.cpp |
| 55939 | 0s | 0% | b/src/test/sigopcount_tests.cpp |
| 55983 | 0s | 0% | b/src/test/skiplist_tests.cpp |
| 56031 | 0s | 0% | b/src/test/sock_tests.cpp |
| 56076 | 0s | 0% | b/src/test/span_tests.cpp |
| 56103 | 0s | 0% | b/src/test/streams_tests.cpp |
| 56162 | 0s | 0% | b/src/test/sync_tests.cpp |
| 56196 | 0s | 0% | b/src/test/system_ram_tests.cpp |
| 56230 | 0s | 0% | b/src/test/system_tests.cpp |
| 56277 | 0s | 0% | b/src/test/testnet4_miner_tests.cpp |
| 56323 | 0s | 0% | b/src/test/timeoffsets_tests.cpp |
| 56344 | 0s | 0% | b/src/test/torcontrol_tests.cpp |
| 56374 | 0s | 0% | b/src/test/transaction_tests.cpp |
| 56465 | 0s | 0% | b/src/test/translation_tests.cpp |
| 56497 | 0s | 0% | b/src/test/txdownload_tests.cpp |
| 56563 | 0s | 0% | b/src/test/txgraph_tests.cpp |
| 56607 | 0s | 0% | b/src/test/txindex_tests.cpp |
| 56640 | 0s | 0% | b/src/test/txpackage_tests.cpp |
| 56709 | 0s | 0% | b/src/test/txreconciliation_tests.cpp |
| 56746 | 0s | 0% | b/src/test/txrequest_tests.cpp |
| 56804 | 0s | 0% | b/src/test/txvalidation_tests.cpp |
| 56867 | 0s | 0% | b/src/test/txvalidationcache_tests.cpp |
| 56921 | 0s | 0% | b/src/test/uint256_tests.cpp |
| 56963 | 0s | 0% | b/src/test/util/blockfilter.cpp |
| 56980 | 0s | 0% | b/src/test/util/blockfilter.h |
| 56997 | 0s | 0% | b/src/test/util/coins.cpp |
| 57012 | 0s | 0% | b/src/test/util/logging.cpp |
| 57024 | 0s | 0% | b/src/test/util/mining.cpp |
| 57059 | 0s | 0% | b/src/test/util/mining.h |
| 57080 | 0s | 0% | b/src/test/util/net.cpp |
| 57114 | 0s | 0% | b/src/test/util/net.h |
| 57159 | 0s | 0% | b/src/test/util/random.cpp |
| 57172 | 0s | 0% | b/src/test/util/random.h |
| 57187 | 0s | 0% | b/src/test/util/script.h |
| 57203 | 0s | 0% | b/src/test/util/setup_common.cpp |
| 57302 | 0s | 0% | b/src/test/util/setup_common.h |
| 57362 | 0s | 0% | b/src/test/util/str.cpp |
| 57375 | 0s | 0% | b/src/test/util/str.h |
| 57387 | 0s | 0% | b/src/test/util/transaction_utils.cpp |
| 57413 | 0s | 0% | b/src/test/util/transaction_utils.h |
| 57438 | 0s | 0% | b/src/test/util/txmempool.cpp |
| 57480 | 0s | 0% | b/src/test/util/txmempool.h |
| 57503 | 0s | 0% | b/src/test/util/validation.cpp |
| 57530 | 0s | 0% | b/src/test/util/validation.h |
| 57557 | 0s | 0% | b/src/test/util_check_tests.cpp |
| 57583 | 0s | 0% | b/src/test/util_expected_tests.cpp |
| 57616 | 0s | 0% | b/src/test/util_string_tests.cpp |
| 57664 | 0s | 0% | b/src/test/util_tests.cpp |
| 57758 | 0s | 0% | b/src/test/util_threadnames_tests.cpp |
| 57796 | 0s | 0% | b/src/test/util_trace_tests.cpp |
| 57822 | 0s | 0% | b/src/test/validation_block_tests.cpp |
| 57884 | 0s | 0% | b/src/test/validation_chainstate_tests.cpp |
| 57940 | 0s | 0% | b/src/test/validation_chainstatemanager_tests.cpp |
| 58024 | 0s | 0% | b/src/test/validation_flush_tests.cpp |
| 58068 | 0s | 0% | b/src/test/validation_tests.cpp |
| 58125 | 0s | 0% | b/src/test/validationinterface_tests.cpp |
| 58159 | 0s | 0% | b/src/test/versionbits_tests.cpp |
| 58201 | 0s | 0% | 600 * nHeight; } |
| 58205 | 0s | 0% | b/src/torcontrol.cpp |
| 58258 | 0s | 0% | b/src/txdb.cpp |
| 58280 | 0s | 0% | b/src/txdb.h |
| 58301 | 0s | 0% | b/src/txgraph.cpp |
| 58329 | 0s | 0% | b/src/txgraph.h |
| 58354 | 0s | 0% | b/src/txmempool.cpp |
| 58390 | 0s | 0% | b/src/txmempool.h |
| 58459 | 0s | 0% | b/src/txrequest.cpp |
| 58495 | 0s | 0% | b/src/txrequest.h |
| 58528 | 0s | 0% | b/src/uint256.cpp |
| 58541 | 0s | 0% | b/src/uint256.h |
| 58563 | 0s | 0% | b/src/univalue/lib/univalue.cpp |
| 58578 | 0s | 0% | b/src/univalue/lib/univalue_get.cpp |
| 58595 | 0s | 0% | b/src/univalue/lib/univalue_read.cpp |
| 58609 | 0s | 0% | b/src/univalue/lib/univalue_write.cpp |
| 58622 | 0s | 0% | b/src/univalue/test/object.cpp |
| 58638 | 0s | 0% | b/src/univalue/test/unitester.cpp |
| 58661 | 0s | 0% | b/src/util/asmap.cpp |
| 58684 | 0s | 0% | b/src/util/batchpriority.cpp |
| 58702 | 0s | 0% | b/src/util/bip32.cpp |
| 58722 | 0s | 0% | b/src/util/bytevectorhash.cpp |
| 58740 | 0s | 0% | b/src/util/chaintype.h |
| 58752 | 0s | 0% | b/src/util/check.h |
| 58764 | 0s | 0% | b/src/util/exec.cpp |
| 58781 | 0s | 0% | b/src/util/expected.h |
| 58794 | 0s | 0% | b/src/util/feefrac.cpp |
| 58810 | 0s | 0% | b/src/util/feefrac.h |
| 58829 | 0s | 0% | b/src/util/fs.cpp |
| 58850 | 0s | 0% | b/src/util/fs.h |
| 58872 | 0s | 0% | b/src/util/fs_helpers.cpp |
| 58892 | 0s | 0% | b/src/util/fs_helpers.h |
| 58904 | 0s | 0% | b/src/util/hasher.cpp |
| 58916 | 0s | 0% | b/src/util/hasher.h |
| 58933 | 0s | 0% | '[' false = true ']' |
| 58935 | 0s | 0% | b/src/util/rbf.cpp |
| 58948 | 0s | 0% | b/src/util/readwritefile.cpp |
| 58965 | 0s | 0% | b/src/util/readwritefile.h |
| 58978 | 0s | 0% | b/src/util/signalinterrupt.h |
| 58990 | 0s | 0% | b/src/util/sock.cpp |
| 59022 | 0s | 0% | b/src/util/sock.h |
| 59046 | 0s | 0% | b/src/util/strencodings.cpp |
| 59065 | 0s | 0% | b/src/util/strencodings.h |
| 59089 | 0s | 0% | b/src/util/string.cpp |
| 59104 | 0s | 0% | b/src/util/string.h |
| 59126 | 0s | 0% | b/src/util/thread.cpp |
| 59146 | 0s | 0% | b/src/util/thread.h |
| 59159 | 0s | 0% | b/src/util/threadinterrupt.h |
| 59172 | 0s | 0% | b/src/util/threadnames.cpp |
| 59188 | 0s | 0% | b/src/util/time.cpp |
| 59210 | 0s | 0% | b/src/util/time.h |
| 59226 | 0s | 0% | b/src/util/tokenpipe.cpp |
| 59254 | 0s | 0% | b/src/validation.cpp |
| 59344 | 0s | 0% | b/src/validation.h |
| 59414 | 0s | 0% | b/src/validationinterface.cpp |
| 59434 | 0s | 0% | b/src/versionbits.cpp |
| 59456 | 0s | 0% | b/src/versionbits.h |
| 59478 | 0s | 0% | b/src/wallet/coincontrol.cpp |
| 59494 | 0s | 0% | b/src/wallet/coincontrol.h |
| 59523 | 0s | 0% | b/src/wallet/coinselection.cpp |
| 59554 | 0s | 0% | b/src/wallet/coinselection.h |
| 59588 | 0s | 0% | b/src/wallet/crypter.cpp |
| 59608 | 0s | 0% | b/src/wallet/crypter.h |
| 59628 | 0s | 0% | b/src/wallet/db.cpp |
| 59650 | 0s | 0% | b/src/wallet/db.h |
| 59677 | 0s | 0% | b/src/wallet/dump.cpp |
| 59708 | 0s | 0% | b/src/wallet/external_signer_scriptpubkeyman.cpp |
| 59752 | 0s | 0% | b/src/wallet/external_signer_scriptpubkeyman.h |
| 59780 | 0s | 0% | b/src/wallet/feebumper.cpp |
| 59825 | 0s | 0% | b/src/wallet/feebumper.h |
| 59856 | 0s | 0% | b/src/wallet/fees.cpp |
| 59878 | 0s | 0% | b/src/wallet/init.cpp |
| 59917 | 0s | 0% | b/src/wallet/interfaces.cpp |
| 60001 | 0s | 0% | b/src/wallet/load.cpp |
| 60041 | 0s | 0% | b/src/wallet/load.h |
| 60061 | 0s | 0% | b/src/wallet/migrate.cpp |
| 60090 | 0s | 0% | b/src/wallet/migrate.h |
| 60115 | 0s | 0% | b/src/wallet/receive.cpp |
| 60148 | 0s | 0% | b/src/wallet/receive.h |
| 60178 | 0s | 0% | b/src/wallet/rpc/addresses.cpp |
| 60234 | 0s | 0% | b/src/wallet/rpc/backup.cpp |
| 60303 | 0s | 0% | b/src/wallet/rpc/coins.cpp |
| 60359 | 0s | 0% | b/src/wallet/rpc/encrypt.cpp |
| 60388 | 0s | 0% | b/src/wallet/rpc/signmessage.cpp |
| 60414 | 0s | 0% | b/src/wallet/rpc/spend.cpp |
| 60490 | 0s | 0% | b/src/wallet/rpc/transactions.cpp |
| 60550 | 0s | 0% | b/src/wallet/rpc/util.cpp |
| 60584 | 0s | 0% | b/src/wallet/rpc/util.h |
| 60608 | 0s | 0% | b/src/wallet/rpc/wallet.cpp |
| 60673 | 0s | 0% | b/src/wallet/rpc/wallet.h |
| 60686 | 0s | 0% | b/src/wallet/scriptpubkeyman.cpp |
| 60734 | 0s | 0% | b/src/wallet/scriptpubkeyman.h |
| 60807 | 0s | 0% | b/src/wallet/spend.cpp |
| 60871 | 0s | 0% | b/src/wallet/spend.h |
| 60914 | 0s | 0% | b/src/wallet/sqlite.cpp |
| 60942 | 0s | 0% | b/src/wallet/sqlite.h |
| 60966 | 0s | 0% | b/src/wallet/test/coinselection_tests.cpp |
| 61006 | 0s | 0% | b/src/wallet/test/coinselector_tests.cpp |
| 61080 | 0s | 0% | b/src/wallet/test/db_tests.cpp |
| 61131 | 0s | 0% | b/src/wallet/test/feebumper_tests.cpp |
| 61173 | 0s | 0% | b/src/wallet/test/fuzz/coincontrol.cpp |
| 61199 | 0s | 0% | b/src/wallet/test/fuzz/coinselection.cpp |
| 61237 | 0s | 0% | b/src/wallet/test/fuzz/crypter.cpp |
| 61267 | 0s | 0% | b/src/wallet/test/fuzz/fees.cpp |
| 61309 | 0s | 0% | b/src/wallet/test/fuzz/scriptpubkeyman.cpp |
| 61363 | 0s | 0% | b/src/wallet/test/fuzz/spend.cpp |
| 61412 | 0s | 0% | b/src/wallet/test/fuzz/wallet_bdb_parser.cpp |
| 61444 | 0s | 0% | b/src/wallet/test/group_outputs_tests.cpp |
| 61504 | 0s | 0% | b/src/wallet/test/init_test_fixture.cpp |
| 61529 | 0s | 0% | b/src/wallet/test/init_test_fixture.h |
| 61557 | 0s | 0% | b/src/wallet/test/init_tests.cpp |
| 61601 | 0s | 0% | b/src/wallet/test/ismine_tests.cpp |
| 61657 | 0s | 0% | b/src/wallet/test/psbt_wallet_tests.cpp |
| 61721 | 0s | 0% | b/src/wallet/test/scriptpubkeyman_tests.cpp |
| 61761 | 0s | 0% | b/src/wallet/test/spend_tests.cpp |
| 61820 | 0s | 0% | b/src/wallet/test/util.cpp |
| 61861 | 0s | 0% | b/src/wallet/test/util.h |
| 61899 | 0s | 0% | b/src/wallet/test/wallet_crypto_tests.cpp |
| 61948 | 0s | 0% | b/src/wallet/test/wallet_rpc_tests.cpp |
| 61978 | 0s | 0% | b/src/wallet/test/wallet_test_fixture.cpp |
| 62001 | 0s | 0% | b/src/wallet/test/wallet_test_fixture.h |
| 62027 | 0s | 0% | b/src/wallet/test/wallet_tests.cpp |
| 62144 | 0s | 0% | b/src/wallet/test/wallet_transaction_tests.cpp |
| 62181 | 0s | 0% | b/src/wallet/test/walletdb_tests.cpp |
| 62212 | 0s | 0% | b/src/wallet/test/walletload_tests.cpp |
| 62262 | 0s | 0% | b/src/wallet/transaction.cpp |
| 62274 | 0s | 0% | b/src/wallet/transaction.h |
| 62297 | 0s | 0% | b/src/wallet/wallet.cpp |
| 62374 | 0s | 0% | b/src/wallet/wallet.h |
| 62477 | 0s | 0% | b/src/wallet/walletdb.cpp |
| 62538 | 0s | 0% | b/src/wallet/walletdb.h |
| 62582 | 0s | 0% | b/src/wallet/wallettool.cpp |
| 62616 | 0s | 0% | b/src/wallet/walletutil.cpp |
| 62634 | 0s | 0% | b/src/wallet/walletutil.h |
| 62660 | 0s | 0% | b/src/zmq/zmqnotificationinterface.cpp |
| 62681 | 0s | 0% | b/src/zmq/zmqnotificationinterface.h |
| 62703 | 0s | 0% | b/src/zmq/zmqpublishnotifier.cpp |
| 62750 | 0s | 0% | b/src/zmq/zmqpublishnotifier.h |
| 62766 | 0s | 0% | b/src/zmq/zmqrpc.cpp |
| 62788 | 0s | 0% | b/src/zmq/zmqutil.cpp |
| 62798 | 8s | 1% | docker container kill f7fb565e9e458c94c313612a05731c357b24a0a63220ec36cee27e09775645ed |