| 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 ']' |
| 835 | 0s | 0% | set -o errexit |
| 836 | 0s | 0% | source ./ci/test/00_setup_env_native_iwyu.sh |
| 837 | 0s | 0% | export LC_ALL=C.UTF-8 |
| 838 | 0s | 0% | LC_ALL=C.UTF-8 |
| 839 | 0s | 0% | export CI_IMAGE_NAME_TAG=mirror.gcr.io/debian:trixie |
| 840 | 0s | 0% | CI_IMAGE_NAME_TAG=mirror.gcr.io/debian:trixie |
| 841 | 0s | 0% | export CONTAINER_NAME=ci_native_iwyu |
| 842 | 0s | 0% | CONTAINER_NAME=ci_native_iwyu |
| 843 | 0s | 0% | export TIDY_LLVM_V=21 |
| 844 | 0s | 0% | TIDY_LLVM_V=21 |
| 845 | 0s | 0% | export APT_LLVM_V=21 |
| 846 | 0s | 0% | APT_LLVM_V=21 |
| 847 | 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' |
| 848 | 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' |
| 849 | 0s | 0% | export NO_DEPENDS=1 |
| 850 | 0s | 0% | NO_DEPENDS=1 |
| 851 | 0s | 0% | export RUN_UNIT_TESTS=false |
| 852 | 0s | 0% | RUN_UNIT_TESTS=false |
| 853 | 0s | 0% | export RUN_FUNCTIONAL_TESTS=false |
| 854 | 0s | 0% | RUN_FUNCTIONAL_TESTS=false |
| 855 | 0s | 0% | export RUN_FUZZ_TESTS=false |
| 856 | 0s | 0% | RUN_FUZZ_TESTS=false |
| 857 | 0s | 0% | export RUN_CHECK_DEPS=false |
| 858 | 0s | 0% | RUN_CHECK_DEPS=false |
| 859 | 0s | 0% | export RUN_IWYU=true |
| 860 | 0s | 0% | RUN_IWYU=true |
| 861 | 0s | 0% | export GOAL=codegen |
| 862 | 0s | 0% | GOAL=codegen |
| 863 | 0s | 0% | export 'BITCOIN_CONFIG= --preset dev-mode -DBUILD_GUI=OFF -DCMAKE_C_COMPILER=clang-21 -DCMAKE_CXX_COMPILER=clang++-21 ' |
| 864 | 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)' |
| 867 | 0s | 0% | command -v nproc |
| 868 | 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 |
| 1061 | 0s | 0% | export GOAL=codegen |
| 1062 | 0s | 0% | GOAL=codegen |
| 1063 | 0s | 0% | export 'BITCOIN_CONFIG= --preset dev-mode -DBUILD_GUI=OFF -DCMAKE_C_COMPILER=clang-21 -DCMAKE_CXX_COMPILER=clang++-21 ' |
| 1064 | 0s | 0% | BITCOIN_CONFIG=' --preset dev-mode -DBUILD_GUI=OFF -DCMAKE_C_COMPILER=clang-21 -DCMAKE_CXX_COMPILER=clang++-21 ' |
| 1065 | 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 | 0s | 0% | retry apt-get update |
| 1125 | 3s | 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 |
| 1446 | 0s | 0% | source /etc/os-release |
| 1447 | 0s | 0% | PRETTY_NAME='Debian GNU/Linux 13 (trixie)' |
| 1448 | 0s | 0% | NAME='Debian GNU/Linux' |
| 1449 | 0s | 0% | VERSION_ID=13 |
| 1450 | 0s | 0% | VERSION='13 (trixie)' |
| 1451 | 0s | 0% | VERSION_CODENAME=trixie |
| 1452 | 0s | 0% | DEBIAN_VERSION_FULL=13.3 |
| 1453 | 0s | 0% | ID=debian |
| 1454 | 0s | 0% | HOME_URL=https://www.debian.org/ |
| 1455 | 0s | 0% | SUPPORT_URL=https://www.debian.org/support |
| 1456 | 0s | 0% | BUG_REPORT_URL=https://bugs.debian.org/ |
| 1457 | 0s | 0% | echo 'deb http://apt.llvm.org/trixie/ llvm-toolchain-trixie-21 main' |
| 1458 | 0s | 0% | [[ mirror.gcr.io/debian:trixie == *alpine* ]] |
| 1459 | 0s | 0% | '[' '' '!=' macos ']' |
| 1460 | 0s | 0% | [[ -n '' ]] |
| 1461 | 0s | 0% | retry apt-get update |
| 1470 | 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 |
| 1481 | 0s | 0% | g++-14 g++-14-x86-64-linux-gnu |
| 1575 | 2s | 0% | g++-14 |
| 1800 | 41s | 5% | amd64 4:14.2.0-1 [1344 B] |
| 2532 | 13s | 1% | (4:14.2.0-1) ... |
| 3230 | 0s | 0% | (4:14.2.0-1) ... |
| 3231 | 0s | 0% | to provide /usr/bin/c++ (c++) in auto mode |
| 3255 | 0s | 0% | '[' -n 21 ']' |
| 3256 | 0s | 0% | update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-21 100 |
| 3257 | 0s | 0% | (clang++) in auto mode |
| 3258 | 0s | 0% | update-alternatives --install /usr/bin/clang clang /usr/bin/clang-21 100 |
| 3260 | 0s | 0% | update-alternatives --install /usr/bin/llvm-symbolizer llvm-symbolizer /usr/bin/llvm-symbolizer-21 100 |
| 3262 | 0s | 0% | '[' -n '' ']' |
| 3263 | 0s | 0% | [[ -n '' ]] |
| 3264 | 0s | 0% | [[ true == true ]] |
| 3265 | 0s | 0% | retry git clone --depth=1 https://github.com/include-what-you-use/include-what-you-use -b clang_21 /include-what-you-use |
| 3267 | 0s | 0% | cd /include-what-you-use |
| 3268 | 0s | 0% | patch -p1 |
| 3271 | 0s | 0% | cmake -B /iwyu-build/ -G 'Unix Makefiles' -DCMAKE_PREFIX_PATH=/usr/lib/llvm-21 -S /include-what-you-use |
| 3282 | 1s | 0% | - skipped |
| 3329 | 19s | 2% | make -C /iwyu-build/ install -j8 |
| 3384 | 0s | 0% | mkdir -p /home/admin/actions-runner/_work/_temp/depends/SDKs /home/admin/actions-runner/_work/_temp/depends/sdk-sources |
| 3385 | 0s | 0% | OSX_SDK_BASENAME=Xcode---extracted-SDK-with-libcxx-headers |
| 3386 | 0s | 0% | '[' -n '' ']' |
| 3387 | 57s | 8% | echo -n done |
| 3404 | 0s | 0% | docker volume create ci_native_iwyu_ccache |
| 3406 | 0s | 0% | docker volume create ci_native_iwyu_depends |
| 3408 | 0s | 0% | docker volume create ci_native_iwyu_depends_sources |
| 3410 | 0s | 0% | docker volume create ci_native_iwyu_previous_releases |
| 3412 | 0s | 0% | docker network create --ipv6 --subnet 1111:1111::/112 ci-ip6net |
| 3415 | 0s | 0% | docker image prune --force --filter label=bitcoin-ci-test |
| 3417 | 1s | 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 |
| 3418 | 0s | 0% | docker exec 346edd1487942247ac5704572cdae9e4e0662c08bf6b1b53d223c46c579d0c95 rsync --recursive --perms --stats --human-readable /home/admin/actions-runner/_work/bitcoin/bitcoin/ /home/admin/actions-runner/_work/_temp |
| 3436 | 0s | 0% | docker exec 346edd1487942247ac5704572cdae9e4e0662c08bf6b1b53d223c46c579d0c95 /home/admin/actions-runner/_work/_temp/ci/test/01_base_install.sh |
| 3437 | 0s | 0% | CFG_DONE=/home/admin/actions-runner/_work/_temp/ci.base-install-done |
| 3438 | 0s | 0% | cat /home/admin/actions-runner/_work/_temp/ci.base-install-done |
| 3439 | 0s | 0% | '[' done == done ']' |
| 3441 | 0s | 0% | echo 'Skip base install' |
| 3442 | 0s | 0% | exit 0 |
| 3443 | 0s | 0% | docker exec 346edd1487942247ac5704572cdae9e4e0662c08bf6b1b53d223c46c579d0c95 /home/admin/actions-runner/_work/_temp/ci/test/03_test_script.sh |
| 3444 | 0s | 0% | cd /home/admin/actions-runner/_work/_temp |
| 3445 | 0s | 0% | export 'PATH=/path_with space:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' |
| 3446 | 0s | 0% | PATH='/path_with space:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' |
| 3447 | 0s | 0% | export ASAN_OPTIONS=detect_leaks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1 |
| 3448 | 0s | 0% | ASAN_OPTIONS=detect_leaks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1 |
| 3449 | 0s | 0% | export LSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/lsan |
| 3450 | 0s | 0% | LSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/lsan |
| 3451 | 0s | 0% | export TSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/tsan:halt_on_error=1:second_deadlock_stack=1 |
| 3452 | 0s | 0% | TSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/tsan:halt_on_error=1:second_deadlock_stack=1 |
| 3453 | 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 |
| 3454 | 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 |
| 3455 | 0s | 0% | nproc |
| 3456 | 0s | 0% | echo 'Number of available processing units: 8' |
| 3457 | 0s | 0% | '[' '' == macos ']' |
| 3458 | 0s | 0% | free -m -h |
| 3463 | 0s | 0% | uname --kernel-name --kernel-release |
| 3464 | 0s | 0% | echo 'System info: Linux 6.14.0-37-generic' |
| 3465 | 0s | 0% | lscpu |
| 3477 | 0s | 0% | echo 'Free disk space:' |
| 3478 | 0s | 0% | df -h |
| 3513 | 0s | 0% | [[ ci_native_iwyu == \c\i\_\n\a\t\i\v\e\_\a\s\a\n ]] |
| 3522 | 0s | 0% | /home/admin/actions-runner/_work/_temp/depends/config.guess |
| 3523 | 0s | 0% | export HOST=x86_64-pc-linux-gnu |
| 3525 | 0s | 0% | HOST=x86_64-pc-linux-gnu |
| 3526 | 0s | 0% | echo '=== BEGIN env ===' |
| 3527 | 0s | 0% | env |
| 3576 | 0s | 0% | echo '=== END env ===' |
| 3577 | 0s | 0% | [[ true != true ]] |
| 3578 | 0s | 0% | '[' false = true ']' |
| 3579 | 0s | 0% | '[' false = true ']' |
| 3580 | 0s | 0% | '[' '' == macos ']' |
| 3581 | 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 |
| 3591 | 0s | 0% | PRINT_CCACHE_STATISTICS='ccache --version | head -n 1 && ccache --show-stats' |
| 3592 | 0s | 0% | BASE_BUILD_DIR=/home/admin/actions-runner/_work/_temp/build |
| 3593 | 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' |
| 3594 | 0s | 0% | [[ true == true ]] |
| 3595 | 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' |
| 3596 | 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 )' |
| 3597 | 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) |
| 3598 | 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 |
| 3928 | 0s | 0% | compiler .......................... Clang 21.1.8, /usr/bin/clang++-21 |
| 3931 | 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 |
| 3945 | 0s | 0% | [[ codegen != all ]] |
| 3946 | 0s | 0% | [[ codegen != codegen ]] |
| 3947 | 0s | 0% | cmake --build /home/admin/actions-runner/_work/_temp/build -j8 --target codegen |
| 4036 | 0s | 0% | bash -c 'ccache --version | head -n 1 && ccache --show-stats' |
| 4040 | 0s | 0% | ccache --show-stats |
| 4041 | 0s | 0% | grep Hits: |
| 4042 | 0s | 0% | head -1 |
| 4043 | 0s | 0% | sed 's/.*(\(.*\)%).*/\1/' |
| 4044 | 0s | 0% | hit_rate= |
| 4045 | 0s | 0% | '[' '' -lt 75 ']' |
| 4047 | 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/ |
| 4056 | 0s | 0% | du -sh /home/admin/actions-runner/_work/_temp/previous_releases |
| 4058 | 0s | 0% | '[' -n '' ']' |
| 4059 | 0s | 0% | '[' -n '' ']' |
| 4060 | 0s | 0% | '[' false = true ']' |
| 4061 | 0s | 0% | '[' false = true ']' |
| 4062 | 0s | 0% | '[' false = true ']' |
| 4063 | 0s | 0% | '[' false = true ']' |
| 4064 | 0s | 0% | [[ true == true ]] |
| 4065 | 0s | 0% | FILES_WITH_ENFORCED_IWYU='/src/((crypto|index|kernel|primitives)/.*\.cpp|node/blockstorage.cpp|node/utxo_snapshot.cpp|core_io.cpp|signet.cpp)' |
| 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)))' /home/admin/actions-runner/_work/_temp/build/compile_commands.json |
| 4067 | 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 |
| 4068 | 0s | 0% | cd /home/admin/actions-runner/_work/_temp |
| 4069 | 0s | 0% | run_iwyu compile_commands_iwyu_errors.json |
| 4070 | 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 |
| 4071 | 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' |
| 4072 | 20s | 2% | tee /tmp/iwyu_ci.out |
| 4478 | 0s | 0% | python3 /include-what-you-use/fix_includes.py --nosafe_headers |
| 4554 | 0s | 0% | git diff -U0 |
| 4555 | 0s | 0% | ./contrib/devtools/clang-format-diff.py -binary=clang-format-21 -p1 -i -v |
| 4556 | 0s | 0% | git --no-pager diff --exit-code |
| 4557 | 0s | 0% | run_iwyu compile_commands_iwyu_warnings.json |
| 4558 | 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 |
| 4559 | 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' |
| 4560 | 7m41s | 67% | tee /tmp/iwyu_ci.out |
| 38505 | 1s | 0% | python3 /include-what-you-use/fix_includes.py --nosafe_headers |
| 39328 | 0s | 0% | git diff -U0 |
| 39329 | 10s | 1% | ./contrib/devtools/clang-format-diff.py -binary=clang-format-21 -p1 -i -v |
| 39993 | 0s | 0% | git --no-pager diff |
| 39997 | 0s | 0% | b/src/addrdb.cpp |
| 40041 | 0s | 0% | b/src/addresstype.cpp |
| 40055 | 0s | 0% | b/src/addresstype.h |
| 40068 | 0s | 0% | b/src/addrman.cpp |
| 40105 | 0s | 0% | b/src/addrman.h |
| 40135 | 0s | 0% | b/src/arith_uint256.h |
| 40147 | 0s | 0% | b/src/banman.cpp |
| 40173 | 0s | 0% | b/src/banman.h |
| 40200 | 0s | 0% | b/src/base58.cpp |
| 40215 | 0s | 0% | b/src/base58.h |
| 40229 | 0s | 0% | b/src/bech32.cpp |
| 40245 | 0s | 0% | b/src/bech32.h |
| 40260 | 0s | 0% | b/src/bench/addrman.cpp |
| 40287 | 0s | 0% | b/src/bench/base58.cpp |
| 40300 | 0s | 0% | b/src/bench/bech32.cpp |
| 40316 | 0s | 0% | b/src/bench/bench_bitcoin.cpp |
| 40343 | 0s | 0% | b/src/bench/bip324_ecdh.cpp |
| 40356 | 0s | 0% | b/src/bench/block_assemble.cpp |
| 40368 | 0s | 0% | b/src/bench/blockencodings.cpp |
| 40405 | 0s | 0% | b/src/bench/ccoins_caching.cpp |
| 40418 | 0s | 0% | b/src/bench/chacha20.cpp |
| 40440 | 0s | 0% | b/src/bench/checkblock.cpp |
| 40462 | 0s | 0% | b/src/bench/checkblockindex.cpp |
| 40474 | 0s | 0% | b/src/bench/checkqueue.cpp |
| 40499 | 0s | 0% | b/src/bench/cluster_linearize.cpp |
| 40527 | 0s | 0% | b/src/bench/coin_selection.cpp |
| 40539 | 0s | 0% | b/src/bench/connectblock.cpp |
| 40574 | 0s | 0% | b/src/bench/crypto_hash.cpp |
| 40592 | 0s | 0% | b/src/bench/disconnected_transactions.cpp |
| 40616 | 0s | 0% | b/src/bench/ellswift.cpp |
| 40629 | 0s | 0% | b/src/bench/examples.cpp |
| 40644 | 0s | 0% | b/src/bench/gcs_filter.cpp |
| 40656 | 0s | 0% | b/src/bench/hashpadding.cpp |
| 40669 | 0s | 0% | b/src/bench/index_blockfilter.cpp |
| 40690 | 0s | 0% | b/src/bench/load_external.cpp |
| 40713 | 0s | 0% | b/src/bench/lockedpool.cpp |
| 40732 | 0s | 0% | b/src/bench/logging.cpp |
| 40752 | 0s | 0% | b/src/bench/mempool_ephemeral_spends.cpp |
| 40781 | 0s | 0% | b/src/bench/mempool_eviction.cpp |
| 40799 | 0s | 0% | b/src/bench/mempool_stress.cpp |
| 40826 | 0s | 0% | b/src/bench/merkle_root.cpp |
| 40840 | 0s | 0% | b/src/bench/nanobench.h |
| 40949 | 0s | 0% | b/src/bench/obfuscation.cpp |
| 40969 | 0s | 0% | b/src/bench/parse_hex.cpp |
| 40982 | 0s | 0% | b/src/bench/peer_eviction.cpp |
| 40994 | 0s | 0% | b/src/bench/poly1305.cpp |
| 41015 | 0s | 0% | b/src/bench/pool.cpp |
| 41035 | 0s | 0% | b/src/bench/prevector.cpp |
| 41048 | 0s | 0% | b/src/bench/random.cpp |
| 41069 | 0s | 0% | b/src/bench/readwriteblock.cpp |
| 41093 | 0s | 0% | b/src/bench/rollingbloom.cpp |
| 41109 | 0s | 0% | b/src/bench/rpc_blockchain.cpp |
| 41138 | 0s | 0% | b/src/bench/rpc_mempool.cpp |
| 41156 | 0s | 0% | b/src/bench/sign_transaction.cpp |
| 41181 | 0s | 0% | b/src/bench/streams_findbyte.cpp |
| 41198 | 0s | 0% | b/src/bench/strencodings.cpp |
| 41216 | 0s | 0% | b/src/bench/txgraph.cpp |
| 41242 | 0s | 0% | b/src/bench/txorphanage.cpp |
| 41280 | 0s | 0% | b/src/bench/util_time.cpp |
| 41296 | 0s | 0% | b/src/bench/verify_script.cpp |
| 41310 | 0s | 0% | b/src/bench/wallet_create.cpp |
| 41330 | 0s | 0% | b/src/bench/wallet_create_tx.cpp |
| 41350 | 0s | 0% | b/src/bench/wallet_ismine.cpp |
| 41374 | 0s | 0% | b/src/bench/wallet_loading.cpp |
| 41386 | 0s | 0% | b/src/bench/wallet_migration.cpp |
| 41429 | 0s | 0% | b/src/bip324.cpp |
| 41452 | 0s | 0% | b/src/bip324.h |
| 41477 | 0s | 0% | b/src/bitcoin-chainstate.cpp |
| 41505 | 0s | 0% | b/src/bitcoin-cli.cpp |
| 41565 | 0s | 0% | b/src/bitcoin-tx.cpp |
| 41620 | 0s | 0% | b/src/bitcoin-util.cpp |
| 41664 | 0s | 0% | b/src/bitcoin-wallet.cpp |
| 41693 | 0s | 0% | b/src/bitcoin.cpp |
| 41721 | 0s | 0% | b/src/bitcoind.cpp |
| 41764 | 0s | 0% | b/src/blockencodings.cpp |
| 41796 | 0s | 0% | b/src/blockencodings.h |
| 41826 | 0s | 0% | b/src/blockfilter.cpp |
| 41865 | 0s | 0% | b/src/chain.cpp |
| 41884 | 0s | 0% | b/src/chain.h |
| 41912 | 0s | 0% | b/src/chainparams.cpp |
| 41931 | 0s | 0% | b/src/chainparams.h |
| 41947 | 0s | 0% | b/src/chainparamsbase.cpp |
| 41963 | 0s | 0% | b/src/chainparamsbase.h |
| 41982 | 0s | 0% | b/src/checkqueue.h |
| 41999 | 0s | 0% | b/src/cluster_linearize.h |
| 42036 | 0s | 0% | b/src/coins.cpp |
| 42055 | 0s | 0% | b/src/coins.h |
| 42099 | 0s | 0% | b/src/common/args.cpp |
| 42119 | 0s | 0% | b/src/common/args.h |
| 42135 | 0s | 0% | b/src/common/bloom.cpp |
| 42149 | 0s | 0% | b/src/common/bloom.h |
| 42164 | 0s | 0% | b/src/common/config.cpp |
| 42195 | 0s | 0% | b/src/common/init.cpp |
| 42208 | 0s | 0% | b/src/common/interfaces.cpp |
| 42223 | 0s | 0% | b/src/common/messages.cpp |
| 42238 | 0s | 0% | b/src/common/messages.h |
| 42263 | 0s | 0% | b/src/common/netif.cpp |
| 42288 | 0s | 0% | b/src/common/netif.h |
| 42300 | 0s | 0% | b/src/common/pcp.cpp |
| 42339 | 0s | 0% | b/src/common/pcp.h |
| 42361 | 0s | 0% | b/src/common/run_command.cpp |
| 42377 | 0s | 0% | b/src/common/settings.cpp |
| 42396 | 0s | 0% | b/src/common/settings.h |
| 42417 | 0s | 0% | b/src/common/signmessage.cpp |
| 42438 | 0s | 0% | b/src/common/system.cpp |
| 42469 | 0s | 0% | b/src/common/system.h |
| 42486 | 0s | 0% | b/src/common/url.cpp |
| 42498 | 0s | 0% | b/src/compressor.cpp |
| 42512 | 0s | 0% | b/src/compressor.h |
| 42533 | 0s | 0% | b/src/consensus/merkle.cpp |
| 42554 | 0s | 0% | b/src/consensus/merkle.h |
| 42573 | 0s | 0% | b/src/consensus/tx_check.cpp |
| 42596 | 0s | 0% | b/src/consensus/tx_verify.cpp |
| 42616 | 0s | 0% | b/src/consensus/tx_verify.h |
| 42629 | 0s | 0% | b/src/cuckoocache.h |
| 42641 | 0s | 0% | b/src/dbwrapper.cpp |
| 42688 | 0s | 0% | b/src/dbwrapper.h |
| 42719 | 0s | 0% | b/src/deploymentstatus.cpp |
| 42734 | 0s | 0% | b/src/deploymentstatus.h |
| 42750 | 0s | 0% | b/src/external_signer.cpp |
| 42779 | 0s | 0% | b/src/external_signer.h |
| 42793 | 0s | 0% | b/src/flatfile.cpp |
| 42816 | 0s | 0% | b/src/flatfile.h |
| 42836 | 0s | 0% | b/src/hash.cpp |
| 42851 | 0s | 0% | b/src/hash.h |
| 42874 | 0s | 0% | b/src/headerssync.cpp |
| 42901 | 0s | 0% | b/src/headerssync.h |
| 42932 | 0s | 0% | b/src/httprpc.cpp |
| 42975 | 0s | 0% | b/src/httpserver.cpp |
| 43039 | 0s | 0% | b/src/httpserver.h |
| 43067 | 0s | 0% | b/src/i2p.cpp |
| 43110 | 0s | 0% | b/src/i2p.h |
| 43132 | 0s | 0% | b/src/init.cpp |
| 43248 | 0s | 0% | b/src/init/bitcoin-node.cpp |
| 43260 | 0s | 0% | b/src/init/common.cpp |
| 43275 | 0s | 0% | b/src/ipc/interfaces.cpp |
| 43312 | 0s | 0% | b/src/ipc/libmultiprocess/include/mp/util.h |
| 43330 | 0s | 0% | b/src/ipc/libmultiprocess/src/mp/gen.cpp |
| 43375 | 0s | 0% | b/src/ipc/process.cpp |
| 43413 | 0s | 0% | b/src/ipc/process.h |
| 43430 | 0s | 0% | b/src/ipc/test/ipc_tests.cpp |
| 43470 | 0s | 0% | b/src/key.cpp |
| 43495 | 0s | 0% | b/src/key.h |
| 43529 | 0s | 0% | b/src/key_io.cpp |
| 43557 | 0s | 0% | b/src/key_io.h |
| 43576 | 0s | 0% | b/src/logging.cpp |
| 43600 | 0s | 0% | b/src/logging.h |
| 43634 | 0s | 0% | b/src/mapport.cpp |
| 43672 | 0s | 0% | b/src/merkleblock.cpp |
| 43691 | 0s | 0% | b/src/merkleblock.h |
| 43715 | 0s | 0% | b/src/minisketch/include/minisketch.h |
| 43737 | 0s | 0% | b/src/musig.cpp |
| 43759 | 0s | 0% | b/src/musig.h |
| 43778 | 0s | 0% | b/src/net.cpp |
| 43839 | 0s | 0% | b/src/net.h |
| 43918 | 0s | 0% | b/src/net_permissions.cpp |
| 43941 | 0s | 0% | b/src/net_permissions.h |
| 43962 | 0s | 0% | b/src/net_processing.cpp |
| 43990 | 0s | 0% | b/src/net_processing.h |
| 44018 | 0s | 0% | b/src/net_types.cpp |
| 44033 | 0s | 0% | b/src/netaddress.cpp |
| 44059 | 0s | 0% | b/src/netaddress.h |
| 44079 | 0s | 0% | b/src/netbase.cpp |
| 44114 | 0s | 0% | b/src/netbase.h |
| 44142 | 0s | 0% | b/src/netgroup.cpp |
| 44161 | 0s | 0% | b/src/netgroup.h |
| 44181 | 0s | 0% | b/src/node/abort.cpp |
| 44199 | 0s | 0% | b/src/node/blockmanager_args.cpp |
| 44220 | 0s | 0% | b/src/node/caches.cpp |
| 44242 | 0s | 0% | b/src/node/chainstate.cpp |
| 44273 | 0s | 0% | b/src/node/chainstate.h |
| 44285 | 0s | 0% | b/src/node/chainstatemanager_args.cpp |
| 44311 | 0s | 0% | b/src/node/coin.cpp |
| 44334 | 0s | 0% | b/src/node/coins_view_args.cpp |
| 44348 | 0s | 0% | b/src/node/database_args.cpp |
| 44362 | 0s | 0% | b/src/node/eviction.cpp |
| 44385 | 0s | 0% | b/src/node/eviction.h |
| 44407 | 0s | 0% | b/src/node/interface_ui.cpp |
| 44439 | 0s | 0% | b/src/node/interfaces.cpp |
| 44539 | 0s | 0% | b/src/node/kernel_notifications.cpp |
| 44568 | 0s | 0% | b/src/node/kernel_notifications.h |
| 44603 | 0s | 0% | b/src/node/mempool_args.cpp |
| 44634 | 0s | 0% | b/src/node/mempool_args.h |
| 44647 | 0s | 0% | b/src/node/mempool_persist.cpp |
| 44687 | 0s | 0% | b/src/node/mempool_persist_args.cpp |
| 44701 | 0s | 0% | b/src/node/miner.cpp |
| 44752 | 0s | 0% | b/src/node/miner.h |
| 44802 | 0s | 0% | b/src/node/mini_miner.cpp |
| 44831 | 0s | 0% | b/src/node/mini_miner.h |
| 44850 | 0s | 0% | b/src/node/minisketchwrapper.cpp |
| 44874 | 0s | 0% | b/src/node/peerman_args.cpp |
| 44889 | 0s | 0% | b/src/node/psbt.cpp |
| 44920 | 0s | 0% | b/src/node/psbt.h |
| 44941 | 0s | 0% | b/src/node/timeoffsets.cpp |
| 44971 | 0s | 0% | b/src/node/transaction.cpp |
| 45006 | 0s | 0% | b/src/node/transaction.h |
| 45031 | 0s | 0% | b/src/node/txdownloadman_impl.cpp |
| 45060 | 0s | 0% | b/src/node/txdownloadman_impl.h |
| 45097 | 0s | 0% | b/src/node/txorphanage.cpp |
| 45136 | 0s | 0% | b/src/node/txorphanage.h |
| 45162 | 0s | 0% | b/src/node/txreconciliation.cpp |
| 45185 | 0s | 0% | b/src/node/txreconciliation.h |
| 45209 | 0s | 0% | b/src/node/warnings.cpp |
| 45227 | 0s | 0% | b/src/noui.cpp |
| 45249 | 0s | 0% | b/src/outputtype.cpp |
| 45272 | 0s | 0% | b/src/outputtype.h |
| 45293 | 0s | 0% | b/src/policy/ephemeral_policy.cpp |
| 45321 | 0s | 0% | b/src/policy/ephemeral_policy.h |
| 45334 | 0s | 0% | b/src/policy/feerate.cpp |
| 45351 | 0s | 0% | b/src/policy/feerate.h |
| 45368 | 0s | 0% | b/src/policy/fees/block_policy_estimator.cpp |
| 45402 | 0s | 0% | b/src/policy/fees/block_policy_estimator.h |
| 45432 | 0s | 0% | b/src/policy/packages.cpp |
| 45459 | 0s | 0% | b/src/policy/packages.h |
| 45475 | 0s | 0% | b/src/policy/policy.cpp |
| 45491 | 0s | 0% | b/src/policy/policy.h |
| 45514 | 0s | 0% | b/src/policy/rbf.cpp |
| 45544 | 0s | 0% | b/src/policy/rbf.h |
| 45568 | 0s | 0% | b/src/policy/truc_policy.cpp |
| 45593 | 0s | 0% | b/src/policy/truc_policy.h |
| 45619 | 0s | 0% | b/src/pow.cpp |
| 45637 | 0s | 0% | b/src/pow.h |
| 45660 | 0s | 0% | b/src/prevector.h |
| 45678 | 0s | 0% | signed type. |
| 45682 | 0s | 0% | b/src/private_broadcast.cpp |
| 45699 | 0s | 0% | b/src/private_broadcast.h |
| 45717 | 0s | 0% | b/src/protocol.cpp |
| 45734 | 0s | 0% | b/src/protocol.h |
| 45757 | 0s | 0% | b/src/psbt.cpp |
| 45778 | 0s | 0% | b/src/psbt.h |
| 45833 | 0s | 0% | b/src/pubkey.cpp |
| 45854 | 0s | 0% | b/src/pubkey.h |
| 45875 | 0s | 0% | b/src/random.cpp |
| 45908 | 0s | 0% | b/src/random.h |
| 45928 | 0s | 0% | b/src/randomenv.cpp |
| 45973 | 0s | 0% | b/src/randomenv.h |
| 45986 | 0s | 0% | b/src/rest.cpp |
| 46046 | 0s | 0% | b/src/rpc/blockchain.cpp |
| 46153 | 0s | 0% | b/src/rpc/blockchain.h |
| 46185 | 0s | 0% | b/src/rpc/client.cpp |
| 46211 | 0s | 0% | b/src/rpc/client.h |
| 46230 | 0s | 0% | b/src/rpc/external_signer.cpp |
| 46256 | 0s | 0% | b/src/rpc/fees.cpp |
| 46277 | 0s | 0% | b/src/rpc/mempool.cpp |
| 46353 | 0s | 0% | b/src/rpc/mining.cpp |
| 46440 | 0s | 0% | b/src/rpc/mining.h |
| 46453 | 0s | 0% | b/src/rpc/net.cpp |
| 46514 | 0s | 0% | b/src/rpc/node.cpp |
| 46558 | 0s | 0% | b/src/rpc/output_script.cpp |
| 46592 | 0s | 0% | b/src/rpc/rawtransaction.cpp |
| 46679 | 0s | 0% | b/src/rpc/rawtransaction_util.cpp |
| 46715 | 0s | 0% | b/src/rpc/rawtransaction_util.h |
| 46734 | 0s | 0% | b/src/rpc/request.cpp |
| 46761 | 0s | 0% | b/src/rpc/request.h |
| 46783 | 0s | 0% | b/src/rpc/server.cpp |
| 46819 | 0s | 0% | b/src/rpc/server.h |
| 46843 | 0s | 0% | b/src/rpc/server_util.cpp |
| 46875 | 0s | 0% | b/src/rpc/server_util.h |
| 46899 | 0s | 0% | b/src/rpc/signmessage.cpp |
| 46920 | 0s | 0% | b/src/rpc/txoutproof.cpp |
| 46960 | 0s | 0% | b/src/rpc/util.cpp |
| 46998 | 0s | 0% | b/src/rpc/util.h |
| 47048 | 0s | 0% | b/src/scheduler.cpp |
| 47065 | 0s | 0% | b/src/scheduler.h |
| 47079 | 0s | 0% | b/src/script/descriptor.cpp |
| 47134 | 0s | 0% | b/src/script/descriptor.h |
| 47164 | 0s | 0% | b/src/script/interpreter.cpp |
| 47187 | 0s | 0% | b/src/script/interpreter.h |
| 47218 | 0s | 0% | b/src/script/miniscript.cpp |
| 47244 | 0s | 0% | b/src/script/miniscript.h |
| 47295 | 0s | 0% | b/src/script/parsing.cpp |
| 47309 | 0s | 0% | b/src/script/parsing.h |
| 47323 | 0s | 0% | b/src/script/script.cpp |
| 47335 | 0s | 0% | b/src/script/script.h |
| 47350 | 0s | 0% | b/src/script/sigcache.cpp |
| 47367 | 0s | 0% | b/src/script/sigcache.h |
| 47385 | 0s | 0% | b/src/script/sign.cpp |
| 47422 | 0s | 0% | b/src/script/sign.h |
| 47463 | 0s | 0% | b/src/script/signingprovider.cpp |
| 47486 | 0s | 0% | b/src/script/signingprovider.h |
| 47519 | 0s | 0% | b/src/script/solver.cpp |
| 47533 | 0s | 0% | b/src/script/solver.h |
| 47550 | 0s | 0% | b/src/span.h |
| 47562 | 0s | 0% | b/src/streams.cpp |
| 47578 | 0s | 0% | b/src/streams.h |
| 47612 | 0s | 0% | b/src/sync.cpp |
| 47638 | 0s | 0% | b/src/sync.h |
| 47654 | 0s | 0% | b/src/test/addrman_tests.cpp |
| 47719 | 0s | 0% | b/src/test/allocator_tests.cpp |
| 47762 | 0s | 0% | b/src/test/amount_tests.cpp |
| 47798 | 0s | 0% | b/src/test/argsman_tests.cpp |
| 47868 | 0s | 0% | b/src/test/arith_uint256_tests.cpp |
| 47910 | 0s | 0% | b/src/test/banman_tests.cpp |
| 47953 | 0s | 0% | b/src/test/base32_tests.cpp |
| 47990 | 0s | 0% | b/src/test/base58_tests.cpp |
| 48039 | 0s | 0% | b/src/test/base64_tests.cpp |
| 48079 | 0s | 0% | b/src/test/bech32_tests.cpp |
| 48114 | 0s | 0% | b/src/test/bip324_tests.cpp |
| 48151 | 0s | 0% | b/src/test/bip328_tests.cpp |
| 48185 | 0s | 0% | b/src/test/bip32_tests.cpp |
| 48220 | 0s | 0% | b/src/test/blockchain_tests.cpp |
| 48272 | 0s | 0% | b/src/test/blockencodings_tests.cpp |
| 48331 | 0s | 0% | b/src/test/blockfilter_index_tests.cpp |
| 48397 | 0s | 0% | b/src/test/blockfilter_tests.cpp |
| 48450 | 0s | 0% | b/src/test/blockmanager_tests.cpp |
| 48514 | 0s | 0% | b/src/test/bloom_tests.cpp |
| 48570 | 0s | 0% | b/src/test/bswap_tests.cpp |
| 48593 | 0s | 0% | b/src/test/caches_tests.cpp |
| 48616 | 0s | 0% | b/src/test/chain_tests.cpp |
| 48655 | 0s | 0% | b/src/test/chainstate_write_tests.cpp |
| 48696 | 0s | 0% | b/src/test/checkqueue_tests.cpp |
| 48745 | 0s | 0% | b/src/test/cluster_linearize_tests.cpp |
| 48797 | 0s | 0% | b/src/test/coins_tests.cpp |
| 48871 | 0s | 0% | b/src/test/coinscachepair_tests.cpp |
| 48906 | 0s | 0% | b/src/test/coinstatsindex_tests.cpp |
| 48952 | 0s | 0% | b/src/test/common_url_tests.cpp |
| 48985 | 0s | 0% | b/src/test/compress_tests.cpp |
| 49032 | 0s | 0% | b/src/test/crypto_tests.cpp |
| 49096 | 0s | 0% | b/src/test/cuckoocache_tests.cpp |
| 49137 | 0s | 0% | b/src/test/dbwrapper_tests.cpp |
| 49189 | 0s | 0% | b/src/test/denialofservice_tests.cpp |
| 49250 | 0s | 0% | b/src/test/descriptor_tests.cpp |
| 49316 | 0s | 0% | b/src/test/disconnected_transactions.cpp |
| 49360 | 0s | 0% | b/src/test/feefrac_tests.cpp |
| 49395 | 0s | 0% | b/src/test/feerounder_tests.cpp |
| 49430 | 0s | 0% | b/src/test/flatfile_tests.cpp |
| 49474 | 0s | 0% | b/src/test/fs_tests.cpp |
| 49507 | 0s | 0% | b/src/test/fuzz/addition_overflow.cpp |
| 49527 | 0s | 0% | b/src/test/fuzz/addrman.cpp |
| 49576 | 0s | 0% | b/src/test/fuzz/asmap.cpp |
| 49599 | 0s | 0% | b/src/test/fuzz/asmap_direct.cpp |
| 49624 | 0s | 0% | b/src/test/fuzz/autofile.cpp |
| 49649 | 0s | 0% | b/src/test/fuzz/banman.cpp |
| 49683 | 0s | 0% | b/src/test/fuzz/base_encode_decode.cpp |
| 49713 | 0s | 0% | b/src/test/fuzz/bech32.cpp |
| 49734 | 0s | 0% | b/src/test/fuzz/bip324.cpp |
| 49758 | 0s | 0% | b/src/test/fuzz/bitdeque.cpp |
| 49785 | 0s | 0% | b/src/test/fuzz/bitset.cpp |
| 49808 | 0s | 0% | b/src/test/fuzz/block.cpp |
| 49847 | 0s | 0% | b/src/test/fuzz/block_header.cpp |
| 49864 | 0s | 0% | b/src/test/fuzz/block_index.cpp |
| 49897 | 0s | 0% | b/src/test/fuzz/block_index_tree.cpp |
| 49937 | 0s | 0% | b/src/test/fuzz/blockfilter.cpp |
| 49959 | 0s | 0% | b/src/test/fuzz/bloom_filter.cpp |
| 49971 | 0s | 0% | b/src/test/fuzz/buffered_file.cpp |
| 49996 | 0s | 0% | b/src/test/fuzz/chain.cpp |
| 50011 | 0s | 0% | b/src/test/fuzz/checkqueue.cpp |
| 50026 | 0s | 0% | b/src/test/fuzz/cluster_linearize.cpp |
| 50051 | 0s | 0% | b/src/test/fuzz/coins_view.cpp |
| 50087 | 0s | 0% | b/src/test/fuzz/coinscache_sim.cpp |
| 50116 | 0s | 0% | b/src/test/fuzz/connman.cpp |
| 50163 | 0s | 0% | b/src/test/fuzz/crypto.cpp |
| 50183 | 0s | 0% | b/src/test/fuzz/crypto_chacha20.cpp |
| 50205 | 0s | 0% | b/src/test/fuzz/crypto_chacha20poly1305.cpp |
| 50225 | 0s | 0% | b/src/test/fuzz/crypto_diff_fuzz_chacha20.cpp |
| 50245 | 0s | 0% | b/src/test/fuzz/crypto_poly1305.cpp |
| 50261 | 0s | 0% | b/src/test/fuzz/cuckoocache.cpp |
| 50283 | 0s | 0% | b/src/test/fuzz/decode_tx.cpp |
| 50303 | 0s | 0% | b/src/test/fuzz/descriptor_parse.cpp |
| 50333 | 0s | 0% | b/src/test/fuzz/deserialize.cpp |
| 50396 | 0s | 0% | b/src/test/fuzz/difference_formatter.cpp |
| 50417 | 0s | 0% | b/src/test/fuzz/eval_script.cpp |
| 50438 | 0s | 0% | b/src/test/fuzz/fee_rate.cpp |
| 50455 | 0s | 0% | b/src/test/fuzz/feefrac.cpp |
| 50484 | 0s | 0% | b/src/test/fuzz/feeratediagram.cpp |
| 50512 | 0s | 0% | b/src/test/fuzz/fees.cpp |
| 50534 | 0s | 0% | b/src/test/fuzz/flatfile.cpp |
| 50551 | 0s | 0% | b/src/test/fuzz/float.cpp |
| 50565 | 0s | 0% | b/src/test/fuzz/fuzz.cpp |
| 50603 | 0s | 0% | b/src/test/fuzz/golomb_rice.cpp |
| 50632 | 0s | 0% | b/src/test/fuzz/headerssync.cpp |
| 50668 | 0s | 0% | b/src/test/fuzz/hex.cpp |
| 50694 | 0s | 0% | b/src/test/fuzz/http_request.cpp |
| 50728 | 0s | 0% | b/src/test/fuzz/i2p.cpp |
| 50764 | 0s | 0% | b/src/test/fuzz/integer.cpp |
| 50822 | 0s | 0% | b/src/test/fuzz/key.cpp |
| 50870 | 0s | 0% | b/src/test/fuzz/key_io.cpp |
| 50895 | 0s | 0% | b/src/test/fuzz/kitchen_sink.cpp |
| 50919 | 0s | 0% | b/src/test/fuzz/load_external_block_file.cpp |
| 50947 | 0s | 0% | b/src/test/fuzz/locale.cpp |
| 50973 | 0s | 0% | b/src/test/fuzz/merkle.cpp |
| 51002 | 0s | 0% | b/src/test/fuzz/merkleblock.cpp |
| 51025 | 0s | 0% | b/src/test/fuzz/message.cpp |
| 51054 | 0s | 0% | b/src/test/fuzz/mini_miner.cpp |
| 51103 | 0s | 0% | b/src/test/fuzz/miniscript.cpp |
| 51155 | 0s | 0% | b/src/test/fuzz/minisketch.cpp |
| 51177 | 0s | 0% | b/src/test/fuzz/muhash.cpp |
| 51205 | 0s | 0% | b/src/test/fuzz/multiplication_overflow.cpp |
| 51220 | 0s | 0% | b/src/test/fuzz/net.cpp |
| 51261 | 0s | 0% | b/src/test/fuzz/net_permissions.cpp |
| 51287 | 0s | 0% | b/src/test/fuzz/netaddress.cpp |
| 51302 | 0s | 0% | b/src/test/fuzz/netbase_dns_lookup.cpp |
| 51316 | 0s | 0% | b/src/test/fuzz/node_eviction.cpp |
| 51342 | 0s | 0% | b/src/test/fuzz/overflow.cpp |
| 51362 | 0s | 0% | b/src/test/fuzz/p2p_handshake.cpp |
| 51399 | 0s | 0% | b/src/test/fuzz/p2p_headers_presync.cpp |
| 51450 | 0s | 0% | b/src/test/fuzz/p2p_transport_serialization.cpp |
| 51491 | 0s | 0% | b/src/test/fuzz/package_eval.cpp |
| 51550 | 0s | 0% | b/src/test/fuzz/parse_hd_keypath.cpp |
| 51562 | 0s | 0% | b/src/test/fuzz/parse_iso8601.cpp |
| 51576 | 0s | 0% | b/src/test/fuzz/parse_script.cpp |
| 51590 | 0s | 0% | b/src/test/fuzz/parse_univalue.cpp |
| 51611 | 0s | 0% | b/src/test/fuzz/partially_downloaded_block.cpp |
| 51651 | 0s | 0% | b/src/test/fuzz/pcp.cpp |
| 51685 | 0s | 0% | b/src/test/fuzz/policy_estimator.cpp |
| 51702 | 0s | 0% | b/src/test/fuzz/policy_estimator_io.cpp |
| 51714 | 0s | 0% | b/src/test/fuzz/poolresource.cpp |
| 51739 | 0s | 0% | b/src/test/fuzz/pow.cpp |
| 51774 | 0s | 0% | b/src/test/fuzz/prevector.cpp |
| 51793 | 0s | 0% | b/src/test/fuzz/primitives_transaction.cpp |
| 51815 | 0s | 0% | b/src/test/fuzz/process_message.cpp |
| 51862 | 0s | 0% | b/src/test/fuzz/process_messages.cpp |
| 51902 | 0s | 0% | b/src/test/fuzz/protocol.cpp |
| 51918 | 0s | 0% | b/src/test/fuzz/psbt.cpp |
| 51943 | 0s | 0% | b/src/test/fuzz/random.cpp |
| 51958 | 0s | 0% | b/src/test/fuzz/rbf.cpp |
| 52004 | 0s | 0% | b/src/test/fuzz/rolling_bloom_filter.cpp |
| 52020 | 0s | 0% | b/src/test/fuzz/rpc.cpp |
| 52070 | 0s | 0% | b/src/test/fuzz/script.cpp |
| 52117 | 0s | 0% | b/src/test/fuzz/script_assets_test_minimizer.cpp |
| 52150 | 0s | 0% | b/src/test/fuzz/script_descriptor_cache.cpp |
| 52167 | 0s | 0% | b/src/test/fuzz/script_flags.cpp |
| 52179 | 0s | 0% | b/src/test/fuzz/script_format.cpp |
| 52193 | 0s | 0% | b/src/test/fuzz/script_interpreter.cpp |
| 52215 | 0s | 0% | b/src/test/fuzz/script_ops.cpp |
| 52229 | 0s | 0% | b/src/test/fuzz/script_parsing.cpp |
| 52245 | 0s | 0% | b/src/test/fuzz/script_sigcache.cpp |
| 52269 | 0s | 0% | b/src/test/fuzz/script_sign.cpp |
| 52304 | 0s | 0% | b/src/test/fuzz/scriptnum_ops.cpp |
| 52319 | 0s | 0% | b/src/test/fuzz/secp256k1_ec_seckey_import_export_der.cpp |
| 52332 | 0s | 0% | b/src/test/fuzz/secp256k1_ecdsa_signature_parse_der_lax.cpp |
| 52344 | 0s | 0% | b/src/test/fuzz/signature_checker.cpp |
| 52366 | 0s | 0% | b/src/test/fuzz/signet.cpp |
| 52397 | 0s | 0% | b/src/test/fuzz/socks5.cpp |
| 52424 | 0s | 0% | b/src/test/fuzz/span.cpp |
| 52442 | 0s | 0% | b/src/test/fuzz/strprintf.cpp |
| 52458 | 0s | 0% | b/src/test/fuzz/system.cpp |
| 52482 | 0s | 0% | b/src/test/fuzz/timeoffsets.cpp |
| 52503 | 0s | 0% | b/src/test/fuzz/torcontrol.cpp |
| 52525 | 0s | 0% | b/src/test/fuzz/transaction.cpp |
| 52567 | 0s | 0% | b/src/test/fuzz/tx_in.cpp |
| 52581 | 0s | 0% | b/src/test/fuzz/tx_out.cpp |
| 52604 | 0s | 0% | b/src/test/fuzz/tx_pool.cpp |
| 52662 | 0s | 0% | b/src/test/fuzz/txdownloadman.cpp |
| 52721 | 0s | 0% | b/src/test/fuzz/txgraph.cpp |
| 52762 | 0s | 0% | b/src/test/fuzz/txorphan.cpp |
| 52803 | 0s | 0% | b/src/test/fuzz/txrequest.cpp |
| 52838 | 0s | 0% | b/src/test/fuzz/util.cpp |
| 52867 | 0s | 0% | b/src/test/fuzz/util.h |
| 52909 | 0s | 0% | b/src/test/fuzz/util/check_globals.cpp |
| 52925 | 0s | 0% | b/src/test/fuzz/util/check_globals.h |
| 52943 | 0s | 0% | b/src/test/fuzz/util/descriptor.cpp |
| 52955 | 0s | 0% | b/src/test/fuzz/util/mempool.cpp |
| 52981 | 0s | 0% | b/src/test/fuzz/util/mempool.h |
| 52995 | 0s | 0% | b/src/test/fuzz/util/net.cpp |
| 53029 | 0s | 0% | b/src/test/fuzz/util/net.h |
| 53073 | 0s | 0% | b/src/test/fuzz/util/threadinterrupt.cpp |
| 53091 | 0s | 0% | b/src/test/fuzz/util/threadinterrupt.h |
| 53109 | 0s | 0% | b/src/test/fuzz/utxo_snapshot.cpp |
| 53151 | 0s | 0% | b/src/test/fuzz/utxo_total_supply.cpp |
| 53195 | 0s | 0% | b/src/test/fuzz/validation_load_mempool.cpp |
| 53229 | 0s | 0% | b/src/test/fuzz/vecdeque.cpp |
| 53261 | 0s | 0% | b/src/test/fuzz/versionbits.cpp |
| 53296 | 0s | 0% | b/src/test/getarg_tests.cpp |
| 53348 | 0s | 0% | b/src/test/hash_tests.cpp |
| 53395 | 0s | 0% | b/src/test/headers_sync_chainwork_tests.cpp |
| 53450 | 0s | 0% | b/src/test/httpserver_tests.cpp |
| 53485 | 0s | 0% | b/src/test/i2p_tests.cpp |
| 53528 | 0s | 0% | b/src/test/interfaces_tests.cpp |
| 53578 | 0s | 0% | b/src/test/kernel/test_kernel.cpp |
| 53640 | 0s | 0% | b/src/test/key_io_tests.cpp |
| 53697 | 0s | 0% | b/src/test/key_tests.cpp |
| 53761 | 0s | 0% | b/src/test/logging_tests.cpp |
| 53822 | 0s | 0% | b/src/test/main.cpp |
| 53846 | 0s | 0% | b/src/test/mempool_tests.cpp |
| 53897 | 0s | 0% | b/src/test/merkle_tests.cpp |
| 53942 | 0s | 0% | b/src/test/merkleblock_tests.cpp |
| 53980 | 0s | 0% | b/src/test/miner_tests.cpp |
| 54056 | 0s | 0% | b/src/test/miniminer_tests.cpp |
| 54117 | 0s | 0% | b/src/test/miniscript_tests.cpp |
| 54191 | 0s | 0% | b/src/test/minisketch_tests.cpp |
| 54230 | 0s | 0% | b/src/test/multisig_tests.cpp |
| 54280 | 0s | 0% | b/src/test/net_peer_connection_tests.cpp |
| 54334 | 0s | 0% | b/src/test/net_peer_eviction_tests.cpp |
| 54381 | 0s | 0% | b/src/test/net_tests.cpp |
| 54462 | 0s | 0% | b/src/test/netbase_tests.cpp |
| 54518 | 0s | 0% | b/src/test/node_init_tests.cpp |
| 54552 | 0s | 0% | b/src/test/node_warnings_tests.cpp |
| 54581 | 0s | 0% | b/src/test/orphanage_tests.cpp |
| 54646 | 0s | 0% | b/src/test/pcp_tests.cpp |
| 54699 | 0s | 0% | b/src/test/peerman_tests.cpp |
| 54740 | 0s | 0% | b/src/test/pmt_tests.cpp |
| 54778 | 0s | 0% | b/src/test/policyestimator_tests.cpp |
| 54821 | 0s | 0% | b/src/test/pool_tests.cpp |
| 54861 | 0s | 0% | b/src/test/pow_tests.cpp |
| 54909 | 0s | 0% | b/src/test/prevector_tests.cpp |
| 54945 | 0s | 0% | b/src/test/private_broadcast_tests.cpp |
| 54988 | 0s | 0% | b/src/test/raii_event_tests.cpp |
| 55021 | 0s | 0% | b/src/test/random_tests.cpp |
| 55070 | 0s | 0% | b/src/test/rbf_tests.cpp |
| 55133 | 0s | 0% | b/src/test/rest_tests.cpp |
| 55163 | 0s | 0% | b/src/test/result_tests.cpp |
| 55204 | 0s | 0% | b/src/test/reverselock_tests.cpp |
| 55229 | 0s | 0% | b/src/test/rpc_tests.cpp |
| 55291 | 0s | 0% | b/src/test/sanity_tests.cpp |
| 55312 | 0s | 0% | b/src/test/scheduler_tests.cpp |
| 55351 | 0s | 0% | b/src/test/script_assets_tests.cpp |
| 55395 | 0s | 0% | b/src/test/script_p2sh_tests.cpp |
| 55456 | 0s | 0% | b/src/test/script_parse_tests.cpp |
| 55499 | 0s | 0% | b/src/test/script_segwit_tests.cpp |
| 55535 | 0s | 0% | b/src/test/script_standard_tests.cpp |
| 55594 | 0s | 0% | b/src/test/script_tests.cpp |
| 55683 | 0s | 0% | b/src/test/scriptnum_tests.cpp |
| 55712 | 0s | 0% | b/src/test/serfloat_tests.cpp |
| 55757 | 0s | 0% | b/src/test/serialize_tests.cpp |
| 55812 | 0s | 0% | b/src/test/settings_tests.cpp |
| 55871 | 0s | 0% | b/src/test/sighash_tests.cpp |
| 55931 | 0s | 0% | b/src/test/sigopcount_tests.cpp |
| 55975 | 0s | 0% | b/src/test/skiplist_tests.cpp |
| 56023 | 0s | 0% | b/src/test/sock_tests.cpp |
| 56068 | 0s | 0% | b/src/test/span_tests.cpp |
| 56095 | 0s | 0% | b/src/test/streams_tests.cpp |
| 56154 | 0s | 0% | b/src/test/sync_tests.cpp |
| 56188 | 0s | 0% | b/src/test/system_ram_tests.cpp |
| 56222 | 0s | 0% | b/src/test/system_tests.cpp |
| 56269 | 0s | 0% | b/src/test/testnet4_miner_tests.cpp |
| 56315 | 0s | 0% | b/src/test/timeoffsets_tests.cpp |
| 56336 | 0s | 0% | b/src/test/torcontrol_tests.cpp |
| 56366 | 0s | 0% | b/src/test/transaction_tests.cpp |
| 56457 | 0s | 0% | b/src/test/translation_tests.cpp |
| 56489 | 0s | 0% | b/src/test/txdownload_tests.cpp |
| 56555 | 0s | 0% | b/src/test/txgraph_tests.cpp |
| 56599 | 0s | 0% | b/src/test/txindex_tests.cpp |
| 56632 | 0s | 0% | b/src/test/txpackage_tests.cpp |
| 56701 | 0s | 0% | b/src/test/txreconciliation_tests.cpp |
| 56738 | 0s | 0% | b/src/test/txrequest_tests.cpp |
| 56796 | 0s | 0% | b/src/test/txvalidation_tests.cpp |
| 56859 | 0s | 0% | b/src/test/txvalidationcache_tests.cpp |
| 56913 | 0s | 0% | b/src/test/uint256_tests.cpp |
| 56955 | 0s | 0% | b/src/test/util/blockfilter.cpp |
| 56972 | 0s | 0% | b/src/test/util/blockfilter.h |
| 56989 | 0s | 0% | b/src/test/util/coins.cpp |
| 57004 | 0s | 0% | b/src/test/util/logging.cpp |
| 57016 | 0s | 0% | b/src/test/util/mining.cpp |
| 57051 | 0s | 0% | b/src/test/util/mining.h |
| 57072 | 0s | 0% | b/src/test/util/net.cpp |
| 57106 | 0s | 0% | b/src/test/util/net.h |
| 57151 | 0s | 0% | b/src/test/util/random.cpp |
| 57164 | 0s | 0% | b/src/test/util/random.h |
| 57179 | 0s | 0% | b/src/test/util/script.h |
| 57195 | 0s | 0% | b/src/test/util/setup_common.cpp |
| 57294 | 0s | 0% | b/src/test/util/setup_common.h |
| 57354 | 0s | 0% | b/src/test/util/str.cpp |
| 57367 | 0s | 0% | b/src/test/util/str.h |
| 57379 | 0s | 0% | b/src/test/util/transaction_utils.cpp |
| 57405 | 0s | 0% | b/src/test/util/transaction_utils.h |
| 57430 | 0s | 0% | b/src/test/util/txmempool.cpp |
| 57472 | 0s | 0% | b/src/test/util/txmempool.h |
| 57495 | 0s | 0% | b/src/test/util/validation.cpp |
| 57522 | 0s | 0% | b/src/test/util/validation.h |
| 57549 | 0s | 0% | b/src/test/util_check_tests.cpp |
| 57575 | 0s | 0% | b/src/test/util_expected_tests.cpp |
| 57608 | 0s | 0% | b/src/test/util_string_tests.cpp |
| 57656 | 0s | 0% | b/src/test/util_tests.cpp |
| 57750 | 0s | 0% | b/src/test/util_threadnames_tests.cpp |
| 57788 | 0s | 0% | b/src/test/util_trace_tests.cpp |
| 57814 | 0s | 0% | b/src/test/validation_block_tests.cpp |
| 57876 | 0s | 0% | b/src/test/validation_chainstate_tests.cpp |
| 57932 | 0s | 0% | b/src/test/validation_chainstatemanager_tests.cpp |
| 58016 | 0s | 0% | b/src/test/validation_flush_tests.cpp |
| 58060 | 0s | 0% | b/src/test/validation_tests.cpp |
| 58117 | 0s | 0% | b/src/test/validationinterface_tests.cpp |
| 58123 | 0s | 0% | '[' false = true ']' |
| 58152 | 0s | 0% | b/src/test/versionbits_tests.cpp |
| 58194 | 0s | 0% | 600 * nHeight; } |
| 58198 | 0s | 0% | b/src/torcontrol.cpp |
| 58251 | 0s | 0% | b/src/txdb.cpp |
| 58273 | 0s | 0% | b/src/txdb.h |
| 58294 | 0s | 0% | b/src/txgraph.cpp |
| 58322 | 0s | 0% | b/src/txgraph.h |
| 58347 | 0s | 0% | b/src/txmempool.cpp |
| 58383 | 0s | 0% | b/src/txmempool.h |
| 58452 | 0s | 0% | b/src/txrequest.cpp |
| 58488 | 0s | 0% | b/src/txrequest.h |
| 58521 | 0s | 0% | b/src/uint256.cpp |
| 58534 | 0s | 0% | b/src/uint256.h |
| 58556 | 0s | 0% | b/src/univalue/lib/univalue.cpp |
| 58571 | 0s | 0% | b/src/univalue/lib/univalue_get.cpp |
| 58588 | 0s | 0% | b/src/univalue/lib/univalue_read.cpp |
| 58602 | 0s | 0% | b/src/univalue/lib/univalue_write.cpp |
| 58615 | 0s | 0% | b/src/univalue/test/object.cpp |
| 58631 | 0s | 0% | b/src/univalue/test/unitester.cpp |
| 58654 | 0s | 0% | b/src/util/asmap.cpp |
| 58677 | 0s | 0% | b/src/util/batchpriority.cpp |
| 58695 | 0s | 0% | b/src/util/bip32.cpp |
| 58715 | 0s | 0% | b/src/util/bytevectorhash.cpp |
| 58733 | 0s | 0% | b/src/util/chaintype.h |
| 58745 | 0s | 0% | b/src/util/check.h |
| 58757 | 0s | 0% | b/src/util/exec.cpp |
| 58774 | 0s | 0% | b/src/util/expected.h |
| 58787 | 0s | 0% | b/src/util/feefrac.cpp |
| 58803 | 0s | 0% | b/src/util/feefrac.h |
| 58822 | 0s | 0% | b/src/util/fs.cpp |
| 58843 | 0s | 0% | b/src/util/fs.h |
| 58865 | 0s | 0% | b/src/util/fs_helpers.cpp |
| 58885 | 0s | 0% | b/src/util/fs_helpers.h |
| 58897 | 0s | 0% | b/src/util/hasher.cpp |
| 58909 | 0s | 0% | b/src/util/hasher.h |
| 58927 | 0s | 0% | b/src/util/rbf.cpp |
| 58940 | 0s | 0% | b/src/util/readwritefile.cpp |
| 58957 | 0s | 0% | b/src/util/readwritefile.h |
| 58970 | 0s | 0% | b/src/util/signalinterrupt.h |
| 58982 | 0s | 0% | b/src/util/sock.cpp |
| 59014 | 0s | 0% | b/src/util/sock.h |
| 59038 | 0s | 0% | b/src/util/strencodings.cpp |
| 59057 | 0s | 0% | b/src/util/strencodings.h |
| 59081 | 0s | 0% | b/src/util/string.cpp |
| 59096 | 0s | 0% | b/src/util/string.h |
| 59118 | 0s | 0% | b/src/util/thread.cpp |
| 59138 | 0s | 0% | b/src/util/thread.h |
| 59151 | 0s | 0% | b/src/util/threadinterrupt.h |
| 59164 | 0s | 0% | b/src/util/threadnames.cpp |
| 59180 | 0s | 0% | b/src/util/time.cpp |
| 59202 | 0s | 0% | b/src/util/time.h |
| 59218 | 0s | 0% | b/src/util/tokenpipe.cpp |
| 59246 | 0s | 0% | b/src/validation.cpp |
| 59336 | 0s | 0% | b/src/validation.h |
| 59406 | 0s | 0% | b/src/validationinterface.cpp |
| 59426 | 0s | 0% | b/src/versionbits.cpp |
| 59448 | 0s | 0% | b/src/versionbits.h |
| 59470 | 0s | 0% | b/src/wallet/coincontrol.cpp |
| 59486 | 0s | 0% | b/src/wallet/coincontrol.h |
| 59515 | 0s | 0% | b/src/wallet/coinselection.cpp |
| 59546 | 0s | 0% | b/src/wallet/coinselection.h |
| 59580 | 0s | 0% | b/src/wallet/crypter.cpp |
| 59600 | 0s | 0% | b/src/wallet/crypter.h |
| 59620 | 0s | 0% | b/src/wallet/db.cpp |
| 59642 | 0s | 0% | b/src/wallet/db.h |
| 59669 | 0s | 0% | b/src/wallet/dump.cpp |
| 59700 | 0s | 0% | b/src/wallet/external_signer_scriptpubkeyman.cpp |
| 59744 | 0s | 0% | b/src/wallet/external_signer_scriptpubkeyman.h |
| 59772 | 0s | 0% | b/src/wallet/feebumper.cpp |
| 59817 | 0s | 0% | b/src/wallet/feebumper.h |
| 59848 | 0s | 0% | b/src/wallet/fees.cpp |
| 59870 | 0s | 0% | b/src/wallet/init.cpp |
| 59909 | 0s | 0% | b/src/wallet/interfaces.cpp |
| 59993 | 0s | 0% | b/src/wallet/load.cpp |
| 60033 | 0s | 0% | b/src/wallet/load.h |
| 60053 | 0s | 0% | b/src/wallet/migrate.cpp |
| 60082 | 0s | 0% | b/src/wallet/migrate.h |
| 60107 | 0s | 0% | b/src/wallet/receive.cpp |
| 60140 | 0s | 0% | b/src/wallet/receive.h |
| 60170 | 0s | 0% | b/src/wallet/rpc/addresses.cpp |
| 60226 | 0s | 0% | b/src/wallet/rpc/backup.cpp |
| 60295 | 0s | 0% | b/src/wallet/rpc/coins.cpp |
| 60351 | 0s | 0% | b/src/wallet/rpc/encrypt.cpp |
| 60380 | 0s | 0% | b/src/wallet/rpc/signmessage.cpp |
| 60406 | 0s | 0% | b/src/wallet/rpc/spend.cpp |
| 60482 | 0s | 0% | b/src/wallet/rpc/transactions.cpp |
| 60542 | 0s | 0% | b/src/wallet/rpc/util.cpp |
| 60576 | 0s | 0% | b/src/wallet/rpc/util.h |
| 60600 | 0s | 0% | b/src/wallet/rpc/wallet.cpp |
| 60665 | 0s | 0% | b/src/wallet/rpc/wallet.h |
| 60678 | 0s | 0% | b/src/wallet/scriptpubkeyman.cpp |
| 60726 | 0s | 0% | b/src/wallet/scriptpubkeyman.h |
| 60799 | 0s | 0% | b/src/wallet/spend.cpp |
| 60863 | 0s | 0% | b/src/wallet/spend.h |
| 60906 | 0s | 0% | b/src/wallet/sqlite.cpp |
| 60934 | 0s | 0% | b/src/wallet/sqlite.h |
| 60958 | 0s | 0% | b/src/wallet/test/coinselection_tests.cpp |
| 60998 | 0s | 0% | b/src/wallet/test/coinselector_tests.cpp |
| 61072 | 0s | 0% | b/src/wallet/test/db_tests.cpp |
| 61123 | 0s | 0% | b/src/wallet/test/feebumper_tests.cpp |
| 61165 | 0s | 0% | b/src/wallet/test/fuzz/coincontrol.cpp |
| 61191 | 0s | 0% | b/src/wallet/test/fuzz/coinselection.cpp |
| 61229 | 0s | 0% | b/src/wallet/test/fuzz/crypter.cpp |
| 61259 | 0s | 0% | b/src/wallet/test/fuzz/fees.cpp |
| 61301 | 0s | 0% | b/src/wallet/test/fuzz/scriptpubkeyman.cpp |
| 61355 | 0s | 0% | b/src/wallet/test/fuzz/spend.cpp |
| 61404 | 0s | 0% | b/src/wallet/test/fuzz/wallet_bdb_parser.cpp |
| 61436 | 0s | 0% | b/src/wallet/test/group_outputs_tests.cpp |
| 61496 | 0s | 0% | b/src/wallet/test/init_test_fixture.cpp |
| 61521 | 0s | 0% | b/src/wallet/test/init_test_fixture.h |
| 61549 | 0s | 0% | b/src/wallet/test/init_tests.cpp |
| 61593 | 0s | 0% | b/src/wallet/test/ismine_tests.cpp |
| 61649 | 0s | 0% | b/src/wallet/test/psbt_wallet_tests.cpp |
| 61713 | 0s | 0% | b/src/wallet/test/scriptpubkeyman_tests.cpp |
| 61753 | 0s | 0% | b/src/wallet/test/spend_tests.cpp |
| 61812 | 0s | 0% | b/src/wallet/test/util.cpp |
| 61853 | 0s | 0% | b/src/wallet/test/util.h |
| 61891 | 0s | 0% | b/src/wallet/test/wallet_crypto_tests.cpp |
| 61940 | 0s | 0% | b/src/wallet/test/wallet_rpc_tests.cpp |
| 61970 | 0s | 0% | b/src/wallet/test/wallet_test_fixture.cpp |
| 61993 | 0s | 0% | b/src/wallet/test/wallet_test_fixture.h |
| 62019 | 0s | 0% | b/src/wallet/test/wallet_tests.cpp |
| 62136 | 0s | 0% | b/src/wallet/test/wallet_transaction_tests.cpp |
| 62173 | 0s | 0% | b/src/wallet/test/walletdb_tests.cpp |
| 62204 | 0s | 0% | b/src/wallet/test/walletload_tests.cpp |
| 62254 | 0s | 0% | b/src/wallet/transaction.cpp |
| 62266 | 0s | 0% | b/src/wallet/transaction.h |
| 62289 | 0s | 0% | b/src/wallet/wallet.cpp |
| 62366 | 0s | 0% | b/src/wallet/wallet.h |
| 62469 | 0s | 0% | b/src/wallet/walletdb.cpp |
| 62530 | 0s | 0% | b/src/wallet/walletdb.h |
| 62574 | 0s | 0% | b/src/wallet/wallettool.cpp |
| 62608 | 0s | 0% | b/src/wallet/walletutil.cpp |
| 62626 | 0s | 0% | b/src/wallet/walletutil.h |
| 62652 | 0s | 0% | b/src/zmq/zmqnotificationinterface.cpp |
| 62673 | 0s | 0% | b/src/zmq/zmqnotificationinterface.h |
| 62695 | 0s | 0% | b/src/zmq/zmqpublishnotifier.cpp |
| 62742 | 0s | 0% | b/src/zmq/zmqpublishnotifier.h |
| 62758 | 0s | 0% | b/src/zmq/zmqrpc.cpp |
| 62780 | 0s | 0% | b/src/zmq/zmqutil.cpp |
| 62790 | 7s | 1% | docker container kill 346edd1487942247ac5704572cdae9e4e0662c08bf6b1b53d223c46c579d0c95 |