| 803 | 0s | 0% | dirname ./ci/test/00_setup_env.sh |
| 804 | 0s | 0% | cd ./ci/test/../../ |
| 805 | 0s | 0% | pwd |
| 806 | 0s | 0% | BASE_READ_ONLY_DIR=/home/admin/actions-runner/_work/bitcoin/bitcoin |
| 807 | 0s | 0% | export BASE_READ_ONLY_DIR |
| 808 | 0s | 0% | export BASE_ROOT_DIR=/home/admin/actions-runner/_work/_temp |
| 809 | 0s | 0% | BASE_ROOT_DIR=/home/admin/actions-runner/_work/_temp |
| 810 | 0s | 0% | export DEPENDS_DIR=/home/admin/actions-runner/_work/_temp/depends |
| 811 | 0s | 0% | DEPENDS_DIR=/home/admin/actions-runner/_work/_temp/depends |
| 812 | 0s | 0% | export BASE_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch |
| 813 | 0s | 0% | BASE_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch |
| 814 | 0s | 0% | echo 'Setting specific values in env' |
| 815 | 0s | 0% | '[' -n ./ci/test/00_setup_env_native_iwyu.sh ']' |
| 816 | 0s | 0% | set -o errexit |
| 817 | 0s | 0% | source ./ci/test/00_setup_env_native_iwyu.sh |
| 818 | 0s | 0% | export LC_ALL=C.UTF-8 |
| 819 | 0s | 0% | LC_ALL=C.UTF-8 |
| 821 | 0s | 0% | export CI_IMAGE_NAME_TAG=mirror.gcr.io/debian:trixie |
| 822 | 0s | 0% | CI_IMAGE_NAME_TAG=mirror.gcr.io/debian:trixie |
| 823 | 0s | 0% | export CONTAINER_NAME=ci_native_iwyu |
| 824 | 0s | 0% | CONTAINER_NAME=ci_native_iwyu |
| 825 | 0s | 0% | export TIDY_LLVM_V=21 |
| 826 | 0s | 0% | TIDY_LLVM_V=21 |
| 827 | 0s | 0% | export APT_LLVM_V=21 |
| 828 | 0s | 0% | APT_LLVM_V=21 |
| 829 | 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' |
| 830 | 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' |
| 831 | 0s | 0% | export NO_DEPENDS=1 |
| 832 | 0s | 0% | NO_DEPENDS=1 |
| 833 | 0s | 0% | export RUN_UNIT_TESTS=false |
| 834 | 0s | 0% | RUN_UNIT_TESTS=false |
| 835 | 0s | 0% | export RUN_FUNCTIONAL_TESTS=false |
| 836 | 0s | 0% | RUN_FUNCTIONAL_TESTS=false |
| 837 | 0s | 0% | export RUN_FUZZ_TESTS=false |
| 838 | 0s | 0% | RUN_FUZZ_TESTS=false |
| 839 | 0s | 0% | export RUN_CHECK_DEPS=false |
| 840 | 0s | 0% | RUN_CHECK_DEPS=false |
| 841 | 0s | 0% | export RUN_IWYU=true |
| 842 | 0s | 0% | RUN_IWYU=true |
| 843 | 0s | 0% | export GOAL=codegen |
| 844 | 0s | 0% | GOAL=codegen |
| 845 | 0s | 0% | export 'BITCOIN_CONFIG= --preset dev-mode -DBUILD_GUI=OFF -DCMAKE_C_COMPILER=clang-21 -DCMAKE_CXX_COMPILER=clang++-21 ' |
| 846 | 0s | 0% | BITCOIN_CONFIG=' --preset dev-mode -DBUILD_GUI=OFF -DCMAKE_C_COMPILER=clang-21 -DCMAKE_CXX_COMPILER=clang++-21 ' |
| 847 | 0s | 0% | echo 'Fallback to default values in env (if not yet set)' |
| 849 | 0s | 0% | command -v nproc |
| 850 | 0s | 0% | nproc |
| 851 | 0s | 0% | export MAKEJOBS=-j8 |
| 852 | 0s | 0% | MAKEJOBS=-j8 |
| 853 | 0s | 0% | export RUN_UNIT_TESTS=false |
| 854 | 0s | 0% | RUN_UNIT_TESTS=false |
| 855 | 0s | 0% | export RUN_FUNCTIONAL_TESTS=false |
| 856 | 0s | 0% | RUN_FUNCTIONAL_TESTS=false |
| 857 | 0s | 0% | export RUN_TIDY=false |
| 858 | 0s | 0% | RUN_TIDY=false |
| 859 | 0s | 0% | export TEST_RUNNER_TIMEOUT_FACTOR=40 |
| 860 | 0s | 0% | TEST_RUNNER_TIMEOUT_FACTOR=40 |
| 861 | 0s | 0% | export RUN_FUZZ_TESTS=false |
| 862 | 0s | 0% | RUN_FUZZ_TESTS=false |
| 863 | 0s | 0% | export BOOST_TEST_RANDOM=1 |
| 864 | 0s | 0% | BOOST_TEST_RANDOM=1 |
| 865 | 0s | 0% | export DEBIAN_FRONTEND=noninteractive |
| 866 | 0s | 0% | DEBIAN_FRONTEND=noninteractive |
| 867 | 0s | 0% | export CCACHE_MAXSIZE=500M |
| 868 | 0s | 0% | CCACHE_MAXSIZE=500M |
| 869 | 0s | 0% | export CCACHE_TEMPDIR=/tmp/.ccache-temp |
| 870 | 0s | 0% | CCACHE_TEMPDIR=/tmp/.ccache-temp |
| 871 | 0s | 0% | export CCACHE_COMPRESS=1 |
| 872 | 0s | 0% | CCACHE_COMPRESS=1 |
| 873 | 0s | 0% | export CCACHE_DIR=/home/admin/actions-runner/_work/_temp/ccache_dir |
| 874 | 0s | 0% | CCACHE_DIR=/home/admin/actions-runner/_work/_temp/ccache_dir |
| 875 | 0s | 0% | export BASE_OUTDIR=/home/admin/actions-runner/_work/_temp/ci/scratch/out |
| 876 | 0s | 0% | BASE_OUTDIR=/home/admin/actions-runner/_work/_temp/ci/scratch/out |
| 877 | 0s | 0% | export PREVIOUS_RELEASES_DIR=/home/admin/actions-runner/_work/_temp/previous_releases |
| 878 | 0s | 0% | PREVIOUS_RELEASES_DIR=/home/admin/actions-runner/_work/_temp/previous_releases |
| 879 | 0s | 0% | export 'CI_BASE_PACKAGES=build-essential pkgconf curl ca-certificates ccache python3-dev rsync git procps bison e2fsprogs cmake ninja-build' |
| 880 | 0s | 0% | CI_BASE_PACKAGES='build-essential pkgconf curl ca-certificates ccache python3-dev rsync git procps bison e2fsprogs cmake ninja-build' |
| 881 | 0s | 0% | export GOAL=codegen |
| 882 | 0s | 0% | GOAL=codegen |
| 883 | 0s | 0% | export DIR_QA_ASSETS=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets |
| 884 | 0s | 0% | DIR_QA_ASSETS=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets |
| 885 | 0s | 0% | export CI_RETRY_EXE=retry |
| 886 | 0s | 0% | CI_RETRY_EXE=retry |
| 887 | 0s | 0% | export CI_IMAGE_PLATFORM=linux |
| 888 | 0s | 0% | CI_IMAGE_PLATFORM=linux |
| 889 | 0s | 0% | set -o errexit |
| 890 | 0s | 0% | ./ci/test/02_run_container.py |
| 892 | 0s | 0% | bash -c 'grep export ./ci/test/00_setup_env*.sh' |
| 893 | 0s | 0% | cat /tmp/env-admin-ci_native_iwyu |
| 930 | 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 --cache-to type=gha,url=http://127.0.0.1:12321/,url_v2=http://127.0.0.1:12321/,mode=max,ignore-error=true,scope=ci_native_iwyu --load /home/admin/actions-runner/_work/bitcoin/bitcoin |
| 1002 | 0s | 0% | dirname ./ci/test/00_setup_env.sh |
| 1003 | 0s | 0% | cd ./ci/test/../../ |
| 1004 | 0s | 0% | pwd |
| 1005 | 0s | 0% | BASE_READ_ONLY_DIR=/ci_container_base |
| 1006 | 0s | 0% | export BASE_READ_ONLY_DIR |
| 1007 | 0s | 0% | export BASE_ROOT_DIR=/home/admin/actions-runner/_work/_temp |
| 1008 | 0s | 0% | BASE_ROOT_DIR=/home/admin/actions-runner/_work/_temp |
| 1009 | 0s | 0% | export DEPENDS_DIR=/home/admin/actions-runner/_work/_temp/depends |
| 1010 | 0s | 0% | DEPENDS_DIR=/home/admin/actions-runner/_work/_temp/depends |
| 1012 | 0s | 0% | export BASE_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch |
| 1013 | 0s | 0% | BASE_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch |
| 1014 | 0s | 0% | echo 'Setting specific values in env' |
| 1015 | 0s | 0% | '[' -n ./ci/test/00_setup_env_native_iwyu.sh ']' |
| 1016 | 0s | 0% | set -o errexit |
| 1017 | 0s | 0% | source ./ci/test/00_setup_env_native_iwyu.sh |
| 1018 | 0s | 0% | export LC_ALL=C.UTF-8 |
| 1019 | 0s | 0% | LC_ALL=C.UTF-8 |
| 1020 | 0s | 0% | export CI_IMAGE_NAME_TAG=mirror.gcr.io/debian:trixie |
| 1021 | 0s | 0% | CI_IMAGE_NAME_TAG=mirror.gcr.io/debian:trixie |
| 1022 | 0s | 0% | export CONTAINER_NAME=ci_native_iwyu |
| 1023 | 0s | 0% | CONTAINER_NAME=ci_native_iwyu |
| 1024 | 0s | 0% | export TIDY_LLVM_V=21 |
| 1025 | 0s | 0% | TIDY_LLVM_V=21 |
| 1026 | 0s | 0% | export APT_LLVM_V=21 |
| 1027 | 0s | 0% | APT_LLVM_V=21 |
| 1028 | 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' |
| 1029 | 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' |
| 1030 | 0s | 0% | export NO_DEPENDS=1 |
| 1031 | 0s | 0% | NO_DEPENDS=1 |
| 1032 | 0s | 0% | export RUN_UNIT_TESTS=false |
| 1033 | 0s | 0% | RUN_UNIT_TESTS=false |
| 1034 | 0s | 0% | export RUN_FUNCTIONAL_TESTS=false |
| 1035 | 0s | 0% | RUN_FUNCTIONAL_TESTS=false |
| 1036 | 0s | 0% | export RUN_FUZZ_TESTS=false |
| 1037 | 0s | 0% | RUN_FUZZ_TESTS=false |
| 1038 | 0s | 0% | export RUN_CHECK_DEPS=false |
| 1040 | 0s | 0% | RUN_CHECK_DEPS=false |
| 1041 | 0s | 0% | export RUN_IWYU=true |
| 1042 | 0s | 0% | RUN_IWYU=true |
| 1043 | 0s | 0% | export GOAL=codegen |
| 1044 | 0s | 0% | GOAL=codegen |
| 1045 | 0s | 0% | export 'BITCOIN_CONFIG= --preset dev-mode -DBUILD_GUI=OFF -DCMAKE_C_COMPILER=clang-21 -DCMAKE_CXX_COMPILER=clang++-21 ' |
| 1046 | 0s | 0% | BITCOIN_CONFIG=' --preset dev-mode -DBUILD_GUI=OFF -DCMAKE_C_COMPILER=clang-21 -DCMAKE_CXX_COMPILER=clang++-21 ' |
| 1047 | 0s | 0% | echo 'Fallback to default values in env (if not yet set)' |
| 1048 | 0s | 0% | command -v nproc |
| 1049 | 0s | 0% | nproc |
| 1050 | 0s | 0% | export MAKEJOBS=-j8 |
| 1051 | 0s | 0% | MAKEJOBS=-j8 |
| 1052 | 0s | 0% | export RUN_UNIT_TESTS=false |
| 1053 | 0s | 0% | RUN_UNIT_TESTS=false |
| 1054 | 0s | 0% | export RUN_FUNCTIONAL_TESTS=false |
| 1055 | 0s | 0% | RUN_FUNCTIONAL_TESTS=false |
| 1056 | 0s | 0% | export RUN_TIDY=false |
| 1057 | 0s | 0% | RUN_TIDY=false |
| 1058 | 0s | 0% | export TEST_RUNNER_TIMEOUT_FACTOR=40 |
| 1059 | 0s | 0% | TEST_RUNNER_TIMEOUT_FACTOR=40 |
| 1060 | 0s | 0% | export RUN_FUZZ_TESTS=false |
| 1061 | 0s | 0% | RUN_FUZZ_TESTS=false |
| 1062 | 0s | 0% | export BOOST_TEST_RANDOM=1 |
| 1063 | 0s | 0% | BOOST_TEST_RANDOM=1 |
| 1064 | 0s | 0% | export DEBIAN_FRONTEND=noninteractive |
| 1065 | 0s | 0% | DEBIAN_FRONTEND=noninteractive |
| 1066 | 0s | 0% | export CCACHE_MAXSIZE=500M |
| 1067 | 0s | 0% | CCACHE_MAXSIZE=500M |
| 1068 | 0s | 0% | export CCACHE_TEMPDIR=/tmp/.ccache-temp |
| 1069 | 0s | 0% | CCACHE_TEMPDIR=/tmp/.ccache-temp |
| 1070 | 0s | 0% | export CCACHE_COMPRESS=1 |
| 1071 | 0s | 0% | CCACHE_COMPRESS=1 |
| 1072 | 0s | 0% | export CCACHE_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/ccache |
| 1073 | 0s | 0% | CCACHE_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/ccache |
| 1074 | 0s | 0% | export BASE_OUTDIR=/home/admin/actions-runner/_work/_temp/ci/scratch/out |
| 1075 | 0s | 0% | BASE_OUTDIR=/home/admin/actions-runner/_work/_temp/ci/scratch/out |
| 1076 | 0s | 0% | export PREVIOUS_RELEASES_DIR=/home/admin/actions-runner/_work/_temp/prev_releases |
| 1077 | 0s | 0% | PREVIOUS_RELEASES_DIR=/home/admin/actions-runner/_work/_temp/prev_releases |
| 1078 | 0s | 0% | export 'CI_BASE_PACKAGES=build-essential pkgconf curl ca-certificates ccache python3-dev rsync git procps bison e2fsprogs cmake ninja-build' |
| 1079 | 0s | 0% | CI_BASE_PACKAGES='build-essential pkgconf curl ca-certificates ccache python3-dev rsync git procps bison e2fsprogs cmake ninja-build' |
| 1080 | 0s | 0% | export GOAL=codegen |
| 1081 | 0s | 0% | GOAL=codegen |
| 1082 | 0s | 0% | export DIR_QA_ASSETS=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets |
| 1083 | 0s | 0% | DIR_QA_ASSETS=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets |
| 1084 | 0s | 0% | export CI_RETRY_EXE=retry |
| 1085 | 0s | 0% | CI_RETRY_EXE=retry |
| 1086 | 0s | 0% | export CI_IMAGE_PLATFORM=linux |
| 1087 | 0s | 0% | CI_IMAGE_PLATFORM=linux |
| 1088 | 0s | 0% | ./ci/test/01_base_install.sh |
| 1089 | 0s | 0% | CFG_DONE=/home/admin/actions-runner/_work/_temp/ci.base-install-done |
| 1090 | 0s | 0% | cat /home/admin/actions-runner/_work/_temp/ci.base-install-done |
| 1092 | 0s | 0% | true |
| 1093 | 0s | 0% | '[' '' == done ']' |
| 1094 | 0s | 0% | nproc |
| 1095 | 0s | 0% | MAKEJOBS=-j8 |
| 1096 | 0s | 0% | '[' -n '' ']' |
| 1097 | 0s | 0% | '[' -n 21 ']' |
| 1098 | 1s | 0% | retry apt-get update |
| 1107 | 3s | 0% | retry apt-get install curl -y |
| 1368 | 0s | 0% | curl https://apt.llvm.org/llvm-snapshot.gpg.key |
| 1369 | 0s | 0% | tee /etc/apt/trusted.gpg.d/apt.llvm.org.asc |
| 1427 | 0s | 0% | source /etc/os-release |
| 1428 | 0s | 0% | PRETTY_NAME='Debian GNU/Linux 13 (trixie)' |
| 1429 | 0s | 0% | NAME='Debian GNU/Linux' |
| 1430 | 0s | 0% | VERSION_ID=13 |
| 1431 | 0s | 0% | VERSION='13 (trixie)' |
| 1432 | 0s | 0% | VERSION_CODENAME=trixie |
| 1433 | 0s | 0% | DEBIAN_VERSION_FULL=13.3 |
| 1434 | 0s | 0% | ID=debian |
| 1435 | 0s | 0% | HOME_URL=https://www.debian.org/ |
| 1436 | 0s | 0% | SUPPORT_URL=https://www.debian.org/support |
| 1437 | 0s | 0% | BUG_REPORT_URL=https://bugs.debian.org/ |
| 1438 | 0s | 0% | echo 'deb http://apt.llvm.org/trixie/ llvm-toolchain-trixie-21 main' |
| 1439 | 0s | 0% | [[ mirror.gcr.io/debian:trixie == *alpine* ]] |
| 1440 | 0s | 0% | '[' '' '!=' macos ']' |
| 1441 | 0s | 0% | [[ -n '' ]] |
| 1442 | 0s | 0% | retry apt-get update |
| 1451 | 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 |
| 1462 | 0s | 0% | g++-14 g++-14-x86-64-linux-gnu |
| 1556 | 2s | 0% | g++-14 |
| 1784 | 14s | 1% | amd64 4:14.2.0-1 [1344 B] |
| 2513 | 13s | 1% | (4:14.2.0-1) ... |
| 3211 | 0s | 0% | (4:14.2.0-1) ... |
| 3212 | 0s | 0% | to provide /usr/bin/c++ (c++) in auto mode |
| 3236 | 0s | 0% | '[' -n 21 ']' |
| 3237 | 0s | 0% | update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-21 100 |
| 3238 | 0s | 0% | (clang++) in auto mode |
| 3239 | 0s | 0% | update-alternatives --install /usr/bin/clang clang /usr/bin/clang-21 100 |
| 3241 | 0s | 0% | update-alternatives --install /usr/bin/llvm-symbolizer llvm-symbolizer /usr/bin/llvm-symbolizer-21 100 |
| 3243 | 0s | 0% | '[' -n '' ']' |
| 3244 | 0s | 0% | [[ -n '' ]] |
| 3245 | 0s | 0% | [[ true == true ]] |
| 3246 | 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 |
| 3248 | 0s | 0% | cd /include-what-you-use |
| 3249 | 0s | 0% | patch -p1 |
| 3252 | 0s | 0% | cmake -B /iwyu-build/ -G 'Unix Makefiles' -DCMAKE_PREFIX_PATH=/usr/lib/llvm-21 -S /include-what-you-use |
| 3263 | 0s | 0% | - skipped |
| 3310 | 19s | 2% | make -C /iwyu-build/ install -j8 |
| 3365 | 0s | 0% | mkdir -p /home/admin/actions-runner/_work/_temp/depends/SDKs /home/admin/actions-runner/_work/_temp/depends/sdk-sources |
| 3366 | 0s | 0% | OSX_SDK_BASENAME=Xcode---extracted-SDK-with-libcxx-headers |
| 3367 | 0s | 0% | '[' -n '' ']' |
| 3368 | 1m37s | 13% | echo -n done |
| 3396 | 0s | 0% | docker volume create ci_native_iwyu_ccache |
| 3398 | 0s | 0% | docker volume create ci_native_iwyu_depends |
| 3400 | 0s | 0% | docker volume create ci_native_iwyu_depends_sources |
| 3402 | 0s | 0% | docker volume create ci_native_iwyu_previous_releases |
| 3404 | 0s | 0% | docker network create --ipv6 --subnet 1111:1111::/112 ci-ip6net |
| 3407 | 0s | 0% | docker image prune --force --filter label=bitcoin-ci-test |
| 3409 | 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 |
| 3410 | 0s | 0% | docker exec 3c80d11b36fe0465442d6d7571883bf6df965b1118bf48af0252b5fa9231d8e3 rsync --recursive --perms --stats --human-readable /home/admin/actions-runner/_work/bitcoin/bitcoin/ /home/admin/actions-runner/_work/_temp |
| 3428 | 0s | 0% | docker exec 3c80d11b36fe0465442d6d7571883bf6df965b1118bf48af0252b5fa9231d8e3 /home/admin/actions-runner/_work/_temp/ci/test/01_base_install.sh |
| 3429 | 0s | 0% | CFG_DONE=/home/admin/actions-runner/_work/_temp/ci.base-install-done |
| 3430 | 0s | 0% | cat /home/admin/actions-runner/_work/_temp/ci.base-install-done |
| 3431 | 0s | 0% | '[' done == done ']' |
| 3432 | 0s | 0% | echo 'Skip base install' |
| 3433 | 0s | 0% | exit 0 |
| 3435 | 0s | 0% | docker exec 3c80d11b36fe0465442d6d7571883bf6df965b1118bf48af0252b5fa9231d8e3 /home/admin/actions-runner/_work/_temp/ci/test/03_test_script.sh |
| 3436 | 0s | 0% | cd /home/admin/actions-runner/_work/_temp |
| 3437 | 0s | 0% | export 'PATH=/path_with space:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' |
| 3438 | 0s | 0% | PATH='/path_with space:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' |
| 3439 | 0s | 0% | export ASAN_OPTIONS=detect_leaks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1 |
| 3440 | 0s | 0% | ASAN_OPTIONS=detect_leaks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1 |
| 3441 | 0s | 0% | export LSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/lsan |
| 3442 | 0s | 0% | LSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/lsan |
| 3443 | 0s | 0% | export TSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/tsan:halt_on_error=1:second_deadlock_stack=1 |
| 3444 | 0s | 0% | TSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/tsan:halt_on_error=1:second_deadlock_stack=1 |
| 3445 | 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 |
| 3446 | 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 |
| 3447 | 0s | 0% | nproc |
| 3448 | 0s | 0% | echo 'Number of available processing units: 8' |
| 3450 | 0s | 0% | '[' '' == macos ']' |
| 3451 | 0s | 0% | free -m -h |
| 3455 | 0s | 0% | uname --kernel-name --kernel-release |
| 3456 | 0s | 0% | echo 'System info: Linux 6.14.0-37-generic' |
| 3457 | 0s | 0% | lscpu |
| 3480 | 0s | 0% | echo 'Free disk space:' |
| 3481 | 0s | 0% | df -h |
| 3505 | 0s | 0% | [[ ci_native_iwyu == \c\i\_\n\a\t\i\v\e\_\a\s\a\n ]] |
| 3514 | 0s | 0% | /home/admin/actions-runner/_work/_temp/depends/config.guess |
| 3515 | 0s | 0% | export HOST=x86_64-pc-linux-gnu |
| 3516 | 0s | 0% | HOST=x86_64-pc-linux-gnu |
| 3517 | 0s | 0% | echo '=== BEGIN env ===' |
| 3518 | 0s | 0% | env |
| 3528 | 0s | 0% | echo '=== END env ===' |
| 3529 | 0s | 0% | [[ true != true ]] |
| 3530 | 0s | 0% | '[' false = true ']' |
| 3531 | 0s | 0% | '[' false = true ']' |
| 3532 | 0s | 0% | '[' '' == macos ']' |
| 3533 | 0s | 0% | echo |
| 3575 | 0s | 0% | '[' -z 1 ']' |
| 3576 | 0s | 0% | '[' '' = true ']' |
| 3577 | 0s | 0% | BITCOIN_CONFIG_ALL='-DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON' |
| 3578 | 0s | 0% | '[' -z 1 ']' |
| 3579 | 0s | 0% | '[' -z '' ']' |
| 3580 | 0s | 0% | BITCOIN_CONFIG_ALL='-DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON -DWERROR=ON' |
| 3581 | 0s | 0% | ccache --zero-stats |
| 3583 | 0s | 0% | PRINT_CCACHE_STATISTICS='ccache --version | head -n 1 && ccache --show-stats' |
| 3584 | 0s | 0% | BASE_BUILD_DIR=/home/admin/actions-runner/_work/_temp/build |
| 3585 | 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' |
| 3586 | 0s | 0% | [[ true == true ]] |
| 3587 | 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' |
| 3588 | 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 )' |
| 3589 | 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) |
| 3590 | 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 |
| 3920 | 0s | 0% | compiler .......................... Clang 21.1.8, /usr/bin/clang++-21 |
| 3923 | 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 |
| 3937 | 0s | 0% | [[ codegen != all ]] |
| 3938 | 0s | 0% | [[ codegen != codegen ]] |
| 3939 | 0s | 0% | cmake --build /home/admin/actions-runner/_work/_temp/build -j8 --target codegen |
| 4028 | 0s | 0% | bash -c 'ccache --version | head -n 1 && ccache --show-stats' |
| 4032 | 0s | 0% | ccache --show-stats |
| 4033 | 0s | 0% | grep Hits: |
| 4034 | 0s | 0% | head -1 |
| 4035 | 0s | 0% | sed 's/.*(\(.*\)%).*/\1/' |
| 4036 | 0s | 0% | hit_rate= |
| 4037 | 0s | 0% | '[' '' -lt 75 ']' |
| 4039 | 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/ |
| 4048 | 0s | 0% | du -sh /home/admin/actions-runner/_work/_temp/previous_releases |
| 4050 | 0s | 0% | '[' -n '' ']' |
| 4051 | 0s | 0% | '[' -n '' ']' |
| 4052 | 0s | 0% | '[' false = true ']' |
| 4053 | 0s | 0% | '[' false = true ']' |
| 4054 | 0s | 0% | '[' false = true ']' |
| 4055 | 0s | 0% | '[' false = true ']' |
| 4056 | 0s | 0% | [[ true == true ]] |
| 4057 | 0s | 0% | FILES_WITH_ENFORCED_IWYU='/src/((crypto|index|kernel|primitives|zmq)/.*\.cpp|node/blockstorage.cpp|node/utxo_snapshot.cpp|core_io.cpp|signet.cpp)' |
| 4058 | 0s | 0% | jq --arg patterns '/src/((crypto|index|kernel|primitives|zmq)/.*\.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 |
| 4059 | 0s | 0% | jq --arg patterns '/src/((crypto|index|kernel|primitives|zmq)/.*\.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 |
| 4060 | 0s | 0% | cd /home/admin/actions-runner/_work/_temp |
| 4061 | 0s | 0% | run_iwyu compile_commands_iwyu_errors.json |
| 4062 | 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 |
| 4063 | 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' |
| 4064 | 21s | 2% | tee /tmp/iwyu_ci.out |
| 4517 | 0s | 0% | python3 /include-what-you-use/fix_includes.py --nosafe_headers |
| 4603 | 0s | 0% | git diff -U0 |
| 4604 | 0s | 0% | ./contrib/devtools/clang-format-diff.py -binary=clang-format-21 -p1 -i -v |
| 4605 | 0s | 0% | git --no-pager diff --exit-code |
| 4606 | 0s | 0% | run_iwyu compile_commands_iwyu_warnings.json |
| 4607 | 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 |
| 4608 | 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' |
| 4609 | 7m47s | 66% | tee /tmp/iwyu_ci.out |
| 38380 | 1s | 0% | python3 /include-what-you-use/fix_includes.py --nosafe_headers |
| 39193 | 0s | 0% | git diff -U0 |
| 39194 | 12s | 1% | ./contrib/devtools/clang-format-diff.py -binary=clang-format-21 -p1 -i -v |
| 39852 | 0s | 0% | git --no-pager diff |
| 39856 | 0s | 0% | b/src/addrdb.cpp |
| 39900 | 0s | 0% | b/src/addresstype.cpp |
| 39914 | 0s | 0% | b/src/addresstype.h |
| 39927 | 0s | 0% | b/src/addrman.cpp |
| 39964 | 0s | 0% | b/src/addrman.h |
| 39994 | 0s | 0% | b/src/arith_uint256.h |
| 40006 | 0s | 0% | b/src/banman.cpp |
| 40032 | 0s | 0% | b/src/banman.h |
| 40059 | 0s | 0% | b/src/base58.cpp |
| 40074 | 0s | 0% | b/src/base58.h |
| 40088 | 0s | 0% | b/src/bech32.cpp |
| 40104 | 0s | 0% | b/src/bech32.h |
| 40119 | 0s | 0% | b/src/bench/addrman.cpp |
| 40146 | 0s | 0% | b/src/bench/base58.cpp |
| 40159 | 0s | 0% | b/src/bench/bech32.cpp |
| 40175 | 0s | 0% | b/src/bench/bench_bitcoin.cpp |
| 40202 | 0s | 0% | b/src/bench/bip324_ecdh.cpp |
| 40215 | 0s | 0% | b/src/bench/block_assemble.cpp |
| 40227 | 0s | 0% | b/src/bench/blockencodings.cpp |
| 40264 | 0s | 0% | b/src/bench/ccoins_caching.cpp |
| 40277 | 0s | 0% | b/src/bench/chacha20.cpp |
| 40299 | 0s | 0% | b/src/bench/checkblock.cpp |
| 40321 | 0s | 0% | b/src/bench/checkblockindex.cpp |
| 40333 | 0s | 0% | b/src/bench/checkqueue.cpp |
| 40358 | 0s | 0% | b/src/bench/cluster_linearize.cpp |
| 40386 | 0s | 0% | b/src/bench/coin_selection.cpp |
| 40398 | 0s | 0% | b/src/bench/connectblock.cpp |
| 40433 | 0s | 0% | b/src/bench/crypto_hash.cpp |
| 40451 | 0s | 0% | b/src/bench/disconnected_transactions.cpp |
| 40475 | 0s | 0% | b/src/bench/ellswift.cpp |
| 40488 | 0s | 0% | b/src/bench/examples.cpp |
| 40503 | 0s | 0% | b/src/bench/gcs_filter.cpp |
| 40515 | 0s | 0% | b/src/bench/hashpadding.cpp |
| 40528 | 0s | 0% | b/src/bench/index_blockfilter.cpp |
| 40549 | 0s | 0% | b/src/bench/load_external.cpp |
| 40572 | 0s | 0% | b/src/bench/lockedpool.cpp |
| 40591 | 0s | 0% | b/src/bench/logging.cpp |
| 40611 | 0s | 0% | b/src/bench/mempool_ephemeral_spends.cpp |
| 40640 | 0s | 0% | b/src/bench/mempool_eviction.cpp |
| 40658 | 0s | 0% | b/src/bench/mempool_stress.cpp |
| 40685 | 0s | 0% | b/src/bench/merkle_root.cpp |
| 40699 | 0s | 0% | b/src/bench/nanobench.h |
| 40808 | 0s | 0% | b/src/bench/obfuscation.cpp |
| 40828 | 0s | 0% | b/src/bench/parse_hex.cpp |
| 40841 | 0s | 0% | b/src/bench/peer_eviction.cpp |
| 40853 | 0s | 0% | b/src/bench/poly1305.cpp |
| 40874 | 0s | 0% | b/src/bench/pool.cpp |
| 40894 | 0s | 0% | b/src/bench/prevector.cpp |
| 40907 | 0s | 0% | b/src/bench/random.cpp |
| 40928 | 0s | 0% | b/src/bench/readwriteblock.cpp |
| 40952 | 0s | 0% | b/src/bench/rollingbloom.cpp |
| 40968 | 0s | 0% | b/src/bench/rpc_blockchain.cpp |
| 40997 | 0s | 0% | b/src/bench/rpc_mempool.cpp |
| 41015 | 0s | 0% | b/src/bench/sign_transaction.cpp |
| 41040 | 0s | 0% | b/src/bench/streams_findbyte.cpp |
| 41057 | 0s | 0% | b/src/bench/strencodings.cpp |
| 41075 | 0s | 0% | b/src/bench/txgraph.cpp |
| 41101 | 0s | 0% | b/src/bench/txorphanage.cpp |
| 41139 | 0s | 0% | b/src/bench/util_time.cpp |
| 41155 | 0s | 0% | b/src/bench/verify_script.cpp |
| 41169 | 0s | 0% | b/src/bench/wallet_create.cpp |
| 41189 | 0s | 0% | b/src/bench/wallet_create_tx.cpp |
| 41209 | 0s | 0% | b/src/bench/wallet_ismine.cpp |
| 41233 | 0s | 0% | b/src/bench/wallet_loading.cpp |
| 41245 | 0s | 0% | b/src/bench/wallet_migration.cpp |
| 41288 | 0s | 0% | b/src/bip324.cpp |
| 41311 | 0s | 0% | b/src/bip324.h |
| 41336 | 0s | 0% | b/src/bitcoin-chainstate.cpp |
| 41364 | 0s | 0% | b/src/bitcoin-cli.cpp |
| 41424 | 0s | 0% | b/src/bitcoin-tx.cpp |
| 41479 | 0s | 0% | b/src/bitcoin-util.cpp |
| 41523 | 0s | 0% | b/src/bitcoin-wallet.cpp |
| 41552 | 0s | 0% | b/src/bitcoin.cpp |
| 41580 | 0s | 0% | b/src/bitcoind.cpp |
| 41623 | 0s | 0% | b/src/blockencodings.cpp |
| 41655 | 0s | 0% | b/src/blockencodings.h |
| 41685 | 0s | 0% | b/src/blockfilter.cpp |
| 41724 | 0s | 0% | b/src/chain.cpp |
| 41743 | 0s | 0% | b/src/chain.h |
| 41771 | 0s | 0% | b/src/chainparams.cpp |
| 41790 | 0s | 0% | b/src/chainparams.h |
| 41806 | 0s | 0% | b/src/chainparamsbase.cpp |
| 41822 | 0s | 0% | b/src/chainparamsbase.h |
| 41841 | 0s | 0% | b/src/checkqueue.h |
| 41858 | 0s | 0% | b/src/cluster_linearize.h |
| 41895 | 0s | 0% | b/src/coins.cpp |
| 41914 | 0s | 0% | b/src/coins.h |
| 41958 | 0s | 0% | b/src/common/args.cpp |
| 41978 | 0s | 0% | b/src/common/args.h |
| 41994 | 0s | 0% | b/src/common/bloom.cpp |
| 42008 | 0s | 0% | b/src/common/bloom.h |
| 42023 | 0s | 0% | b/src/common/config.cpp |
| 42054 | 0s | 0% | b/src/common/init.cpp |
| 42067 | 0s | 0% | b/src/common/interfaces.cpp |
| 42082 | 0s | 0% | b/src/common/messages.cpp |
| 42097 | 0s | 0% | b/src/common/messages.h |
| 42122 | 0s | 0% | b/src/common/netif.cpp |
| 42147 | 0s | 0% | b/src/common/netif.h |
| 42159 | 0s | 0% | b/src/common/pcp.cpp |
| 42198 | 0s | 0% | b/src/common/pcp.h |
| 42220 | 0s | 0% | b/src/common/run_command.cpp |
| 42236 | 0s | 0% | b/src/common/settings.cpp |
| 42255 | 0s | 0% | b/src/common/settings.h |
| 42276 | 0s | 0% | b/src/common/signmessage.cpp |
| 42297 | 0s | 0% | b/src/common/system.cpp |
| 42328 | 0s | 0% | b/src/common/system.h |
| 42345 | 0s | 0% | b/src/common/url.cpp |
| 42357 | 0s | 0% | b/src/compressor.cpp |
| 42371 | 0s | 0% | b/src/compressor.h |
| 42392 | 0s | 0% | b/src/consensus/merkle.cpp |
| 42413 | 0s | 0% | b/src/consensus/merkle.h |
| 42432 | 0s | 0% | b/src/consensus/tx_check.cpp |
| 42455 | 0s | 0% | b/src/consensus/tx_verify.cpp |
| 42475 | 0s | 0% | b/src/consensus/tx_verify.h |
| 42488 | 0s | 0% | b/src/cuckoocache.h |
| 42500 | 0s | 0% | b/src/dbwrapper.cpp |
| 42547 | 0s | 0% | b/src/dbwrapper.h |
| 42578 | 0s | 0% | b/src/deploymentstatus.cpp |
| 42593 | 0s | 0% | b/src/deploymentstatus.h |
| 42609 | 0s | 0% | b/src/external_signer.cpp |
| 42638 | 0s | 0% | b/src/external_signer.h |
| 42652 | 0s | 0% | b/src/flatfile.cpp |
| 42675 | 0s | 0% | b/src/flatfile.h |
| 42695 | 0s | 0% | b/src/hash.cpp |
| 42710 | 0s | 0% | b/src/hash.h |
| 42733 | 0s | 0% | b/src/headerssync.cpp |
| 42760 | 0s | 0% | b/src/headerssync.h |
| 42791 | 0s | 0% | b/src/httprpc.cpp |
| 42834 | 0s | 0% | b/src/httpserver.cpp |
| 42898 | 0s | 0% | b/src/httpserver.h |
| 42926 | 0s | 0% | b/src/i2p.cpp |
| 42969 | 0s | 0% | b/src/i2p.h |
| 42991 | 0s | 0% | b/src/init.cpp |
| 43107 | 0s | 0% | b/src/init/bitcoin-node.cpp |
| 43119 | 0s | 0% | b/src/init/common.cpp |
| 43134 | 0s | 0% | b/src/ipc/interfaces.cpp |
| 43171 | 0s | 0% | b/src/ipc/libmultiprocess/include/mp/util.h |
| 43189 | 0s | 0% | b/src/ipc/libmultiprocess/src/mp/gen.cpp |
| 43234 | 0s | 0% | b/src/ipc/process.cpp |
| 43272 | 0s | 0% | b/src/ipc/process.h |
| 43289 | 0s | 0% | b/src/ipc/test/ipc_tests.cpp |
| 43329 | 0s | 0% | b/src/key.cpp |
| 43354 | 0s | 0% | b/src/key.h |
| 43388 | 0s | 0% | b/src/key_io.cpp |
| 43416 | 0s | 0% | b/src/key_io.h |
| 43435 | 0s | 0% | b/src/logging.cpp |
| 43459 | 0s | 0% | b/src/logging.h |
| 43493 | 0s | 0% | b/src/mapport.cpp |
| 43531 | 0s | 0% | b/src/merkleblock.cpp |
| 43550 | 0s | 0% | b/src/merkleblock.h |
| 43574 | 0s | 0% | b/src/minisketch/include/minisketch.h |
| 43596 | 0s | 0% | b/src/musig.cpp |
| 43618 | 0s | 0% | b/src/musig.h |
| 43637 | 0s | 0% | b/src/net.cpp |
| 43698 | 0s | 0% | b/src/net.h |
| 43777 | 0s | 0% | b/src/net_permissions.cpp |
| 43800 | 0s | 0% | b/src/net_permissions.h |
| 43821 | 0s | 0% | b/src/net_processing.cpp |
| 43849 | 0s | 0% | b/src/net_processing.h |
| 43877 | 0s | 0% | b/src/net_types.cpp |
| 43892 | 0s | 0% | b/src/netaddress.cpp |
| 43918 | 0s | 0% | b/src/netaddress.h |
| 43938 | 0s | 0% | b/src/netbase.cpp |
| 43973 | 0s | 0% | b/src/netbase.h |
| 44001 | 0s | 0% | b/src/netgroup.cpp |
| 44020 | 0s | 0% | b/src/netgroup.h |
| 44040 | 0s | 0% | b/src/node/abort.cpp |
| 44058 | 0s | 0% | b/src/node/blockmanager_args.cpp |
| 44079 | 0s | 0% | b/src/node/caches.cpp |
| 44101 | 0s | 0% | b/src/node/chainstate.cpp |
| 44132 | 0s | 0% | b/src/node/chainstate.h |
| 44144 | 0s | 0% | b/src/node/chainstatemanager_args.cpp |
| 44170 | 0s | 0% | b/src/node/coin.cpp |
| 44193 | 0s | 0% | b/src/node/coins_view_args.cpp |
| 44207 | 0s | 0% | b/src/node/database_args.cpp |
| 44221 | 0s | 0% | b/src/node/eviction.cpp |
| 44244 | 0s | 0% | b/src/node/eviction.h |
| 44266 | 0s | 0% | b/src/node/interface_ui.cpp |
| 44298 | 0s | 0% | b/src/node/interfaces.cpp |
| 44398 | 0s | 0% | b/src/node/kernel_notifications.cpp |
| 44427 | 0s | 0% | b/src/node/kernel_notifications.h |
| 44462 | 0s | 0% | b/src/node/mempool_args.cpp |
| 44493 | 0s | 0% | b/src/node/mempool_args.h |
| 44506 | 0s | 0% | b/src/node/mempool_persist.cpp |
| 44546 | 0s | 0% | b/src/node/mempool_persist_args.cpp |
| 44560 | 0s | 0% | b/src/node/miner.cpp |
| 44611 | 0s | 0% | b/src/node/miner.h |
| 44661 | 0s | 0% | b/src/node/mini_miner.cpp |
| 44690 | 0s | 0% | b/src/node/mini_miner.h |
| 44709 | 0s | 0% | b/src/node/minisketchwrapper.cpp |
| 44733 | 0s | 0% | b/src/node/peerman_args.cpp |
| 44748 | 0s | 0% | b/src/node/psbt.cpp |
| 44779 | 0s | 0% | b/src/node/psbt.h |
| 44800 | 0s | 0% | b/src/node/timeoffsets.cpp |
| 44830 | 0s | 0% | b/src/node/transaction.cpp |
| 44865 | 0s | 0% | b/src/node/transaction.h |
| 44890 | 0s | 0% | b/src/node/txdownloadman_impl.cpp |
| 44919 | 0s | 0% | b/src/node/txdownloadman_impl.h |
| 44956 | 0s | 0% | b/src/node/txorphanage.cpp |
| 44995 | 0s | 0% | b/src/node/txorphanage.h |
| 45021 | 0s | 0% | b/src/node/txreconciliation.cpp |
| 45044 | 0s | 0% | b/src/node/txreconciliation.h |
| 45068 | 0s | 0% | b/src/node/warnings.cpp |
| 45086 | 0s | 0% | b/src/noui.cpp |
| 45108 | 0s | 0% | b/src/outputtype.cpp |
| 45131 | 0s | 0% | b/src/outputtype.h |
| 45152 | 0s | 0% | b/src/policy/ephemeral_policy.cpp |
| 45180 | 0s | 0% | b/src/policy/ephemeral_policy.h |
| 45193 | 0s | 0% | b/src/policy/feerate.cpp |
| 45210 | 0s | 0% | b/src/policy/feerate.h |
| 45227 | 0s | 0% | b/src/policy/fees/block_policy_estimator.cpp |
| 45261 | 0s | 0% | b/src/policy/fees/block_policy_estimator.h |
| 45291 | 0s | 0% | b/src/policy/packages.cpp |
| 45318 | 0s | 0% | b/src/policy/packages.h |
| 45334 | 0s | 0% | b/src/policy/policy.cpp |
| 45350 | 0s | 0% | b/src/policy/policy.h |
| 45373 | 0s | 0% | b/src/policy/rbf.cpp |
| 45403 | 0s | 0% | b/src/policy/rbf.h |
| 45427 | 0s | 0% | b/src/policy/truc_policy.cpp |
| 45452 | 0s | 0% | b/src/policy/truc_policy.h |
| 45478 | 0s | 0% | b/src/pow.cpp |
| 45496 | 0s | 0% | b/src/pow.h |
| 45519 | 0s | 0% | b/src/prevector.h |
| 45537 | 0s | 0% | signed type. |
| 45541 | 0s | 0% | b/src/private_broadcast.cpp |
| 45558 | 0s | 0% | b/src/private_broadcast.h |
| 45576 | 0s | 0% | b/src/protocol.cpp |
| 45593 | 0s | 0% | b/src/protocol.h |
| 45616 | 0s | 0% | b/src/psbt.cpp |
| 45637 | 0s | 0% | b/src/psbt.h |
| 45692 | 0s | 0% | b/src/pubkey.cpp |
| 45713 | 0s | 0% | b/src/pubkey.h |
| 45734 | 0s | 0% | b/src/random.cpp |
| 45767 | 0s | 0% | b/src/random.h |
| 45787 | 0s | 0% | b/src/randomenv.cpp |
| 45832 | 0s | 0% | b/src/randomenv.h |
| 45845 | 0s | 0% | b/src/rest.cpp |
| 45905 | 0s | 0% | b/src/rpc/blockchain.cpp |
| 46012 | 0s | 0% | b/src/rpc/blockchain.h |
| 46044 | 0s | 0% | b/src/rpc/client.cpp |
| 46070 | 0s | 0% | b/src/rpc/client.h |
| 46089 | 0s | 0% | b/src/rpc/external_signer.cpp |
| 46115 | 0s | 0% | b/src/rpc/fees.cpp |
| 46136 | 0s | 0% | b/src/rpc/mempool.cpp |
| 46212 | 0s | 0% | b/src/rpc/mining.cpp |
| 46299 | 0s | 0% | b/src/rpc/mining.h |
| 46312 | 0s | 0% | b/src/rpc/net.cpp |
| 46373 | 0s | 0% | b/src/rpc/node.cpp |
| 46417 | 0s | 0% | b/src/rpc/output_script.cpp |
| 46451 | 0s | 0% | b/src/rpc/rawtransaction.cpp |
| 46538 | 0s | 0% | b/src/rpc/rawtransaction_util.cpp |
| 46574 | 0s | 0% | b/src/rpc/rawtransaction_util.h |
| 46593 | 0s | 0% | b/src/rpc/request.cpp |
| 46620 | 0s | 0% | b/src/rpc/request.h |
| 46642 | 0s | 0% | b/src/rpc/server.cpp |
| 46678 | 0s | 0% | b/src/rpc/server.h |
| 46702 | 0s | 0% | b/src/rpc/server_util.cpp |
| 46734 | 0s | 0% | b/src/rpc/server_util.h |
| 46758 | 0s | 0% | b/src/rpc/signmessage.cpp |
| 46779 | 0s | 0% | b/src/rpc/txoutproof.cpp |
| 46819 | 0s | 0% | b/src/rpc/util.cpp |
| 46857 | 0s | 0% | b/src/rpc/util.h |
| 46907 | 0s | 0% | b/src/scheduler.cpp |
| 46924 | 0s | 0% | b/src/scheduler.h |
| 46938 | 0s | 0% | b/src/script/descriptor.cpp |
| 46993 | 0s | 0% | b/src/script/descriptor.h |
| 47023 | 0s | 0% | b/src/script/interpreter.cpp |
| 47046 | 0s | 0% | b/src/script/interpreter.h |
| 47077 | 0s | 0% | b/src/script/miniscript.cpp |
| 47103 | 0s | 0% | b/src/script/miniscript.h |
| 47154 | 0s | 0% | b/src/script/parsing.cpp |
| 47168 | 0s | 0% | b/src/script/parsing.h |
| 47182 | 0s | 0% | b/src/script/script.cpp |
| 47194 | 0s | 0% | b/src/script/script.h |
| 47209 | 0s | 0% | b/src/script/sigcache.cpp |
| 47226 | 0s | 0% | b/src/script/sigcache.h |
| 47244 | 0s | 0% | b/src/script/sign.cpp |
| 47281 | 0s | 0% | b/src/script/sign.h |
| 47322 | 0s | 0% | b/src/script/signingprovider.cpp |
| 47345 | 0s | 0% | b/src/script/signingprovider.h |
| 47378 | 0s | 0% | b/src/script/solver.cpp |
| 47392 | 0s | 0% | b/src/script/solver.h |
| 47409 | 0s | 0% | b/src/span.h |
| 47421 | 0s | 0% | b/src/streams.cpp |
| 47437 | 0s | 0% | b/src/streams.h |
| 47471 | 0s | 0% | b/src/sync.cpp |
| 47497 | 0s | 0% | b/src/sync.h |
| 47513 | 0s | 0% | b/src/test/addrman_tests.cpp |
| 47578 | 0s | 0% | b/src/test/allocator_tests.cpp |
| 47621 | 0s | 0% | b/src/test/amount_tests.cpp |
| 47657 | 0s | 0% | b/src/test/argsman_tests.cpp |
| 47727 | 0s | 0% | b/src/test/arith_uint256_tests.cpp |
| 47769 | 0s | 0% | b/src/test/banman_tests.cpp |
| 47812 | 0s | 0% | b/src/test/base32_tests.cpp |
| 47849 | 0s | 0% | b/src/test/base58_tests.cpp |
| 47898 | 0s | 0% | b/src/test/base64_tests.cpp |
| 47938 | 0s | 0% | b/src/test/bech32_tests.cpp |
| 47973 | 0s | 0% | b/src/test/bip324_tests.cpp |
| 48010 | 0s | 0% | b/src/test/bip328_tests.cpp |
| 48044 | 0s | 0% | b/src/test/bip32_tests.cpp |
| 48079 | 0s | 0% | b/src/test/blockchain_tests.cpp |
| 48131 | 0s | 0% | b/src/test/blockencodings_tests.cpp |
| 48190 | 0s | 0% | b/src/test/blockfilter_index_tests.cpp |
| 48256 | 0s | 0% | b/src/test/blockfilter_tests.cpp |
| 48309 | 0s | 0% | b/src/test/blockmanager_tests.cpp |
| 48373 | 0s | 0% | b/src/test/bloom_tests.cpp |
| 48429 | 0s | 0% | b/src/test/bswap_tests.cpp |
| 48452 | 0s | 0% | b/src/test/caches_tests.cpp |
| 48475 | 0s | 0% | b/src/test/chain_tests.cpp |
| 48514 | 0s | 0% | b/src/test/chainstate_write_tests.cpp |
| 48555 | 0s | 0% | b/src/test/checkqueue_tests.cpp |
| 48604 | 0s | 0% | b/src/test/cluster_linearize_tests.cpp |
| 48656 | 0s | 0% | b/src/test/coins_tests.cpp |
| 48730 | 0s | 0% | b/src/test/coinscachepair_tests.cpp |
| 48765 | 0s | 0% | b/src/test/coinstatsindex_tests.cpp |
| 48811 | 0s | 0% | b/src/test/common_url_tests.cpp |
| 48844 | 0s | 0% | b/src/test/compress_tests.cpp |
| 48891 | 0s | 0% | b/src/test/crypto_tests.cpp |
| 48955 | 0s | 0% | b/src/test/cuckoocache_tests.cpp |
| 48996 | 0s | 0% | b/src/test/dbwrapper_tests.cpp |
| 49048 | 0s | 0% | b/src/test/denialofservice_tests.cpp |
| 49109 | 0s | 0% | b/src/test/descriptor_tests.cpp |
| 49175 | 0s | 0% | b/src/test/disconnected_transactions.cpp |
| 49219 | 0s | 0% | b/src/test/feefrac_tests.cpp |
| 49254 | 0s | 0% | b/src/test/feerounder_tests.cpp |
| 49289 | 0s | 0% | b/src/test/flatfile_tests.cpp |
| 49333 | 0s | 0% | b/src/test/fs_tests.cpp |
| 49366 | 0s | 0% | b/src/test/fuzz/addition_overflow.cpp |
| 49386 | 0s | 0% | b/src/test/fuzz/addrman.cpp |
| 49435 | 0s | 0% | b/src/test/fuzz/asmap.cpp |
| 49458 | 0s | 0% | b/src/test/fuzz/asmap_direct.cpp |
| 49483 | 0s | 0% | b/src/test/fuzz/autofile.cpp |
| 49508 | 0s | 0% | b/src/test/fuzz/banman.cpp |
| 49542 | 0s | 0% | b/src/test/fuzz/base_encode_decode.cpp |
| 49572 | 0s | 0% | b/src/test/fuzz/bech32.cpp |
| 49593 | 0s | 0% | b/src/test/fuzz/bip324.cpp |
| 49617 | 0s | 0% | b/src/test/fuzz/bitdeque.cpp |
| 49644 | 0s | 0% | b/src/test/fuzz/bitset.cpp |
| 49667 | 0s | 0% | b/src/test/fuzz/block.cpp |
| 49706 | 0s | 0% | b/src/test/fuzz/block_header.cpp |
| 49723 | 0s | 0% | b/src/test/fuzz/block_index.cpp |
| 49756 | 0s | 0% | b/src/test/fuzz/block_index_tree.cpp |
| 49796 | 0s | 0% | b/src/test/fuzz/blockfilter.cpp |
| 49818 | 0s | 0% | b/src/test/fuzz/bloom_filter.cpp |
| 49830 | 0s | 0% | b/src/test/fuzz/buffered_file.cpp |
| 49855 | 0s | 0% | b/src/test/fuzz/chain.cpp |
| 49870 | 0s | 0% | b/src/test/fuzz/checkqueue.cpp |
| 49885 | 0s | 0% | b/src/test/fuzz/cluster_linearize.cpp |
| 49910 | 0s | 0% | b/src/test/fuzz/coins_view.cpp |
| 49946 | 0s | 0% | b/src/test/fuzz/coinscache_sim.cpp |
| 49975 | 0s | 0% | b/src/test/fuzz/connman.cpp |
| 50022 | 0s | 0% | b/src/test/fuzz/crypto.cpp |
| 50042 | 0s | 0% | b/src/test/fuzz/crypto_chacha20.cpp |
| 50064 | 0s | 0% | b/src/test/fuzz/crypto_chacha20poly1305.cpp |
| 50084 | 0s | 0% | b/src/test/fuzz/crypto_diff_fuzz_chacha20.cpp |
| 50104 | 0s | 0% | b/src/test/fuzz/crypto_poly1305.cpp |
| 50120 | 0s | 0% | b/src/test/fuzz/cuckoocache.cpp |
| 50142 | 0s | 0% | b/src/test/fuzz/decode_tx.cpp |
| 50162 | 0s | 0% | b/src/test/fuzz/descriptor_parse.cpp |
| 50192 | 0s | 0% | b/src/test/fuzz/deserialize.cpp |
| 50255 | 0s | 0% | b/src/test/fuzz/difference_formatter.cpp |
| 50276 | 0s | 0% | b/src/test/fuzz/eval_script.cpp |
| 50297 | 0s | 0% | b/src/test/fuzz/fee_rate.cpp |
| 50314 | 0s | 0% | b/src/test/fuzz/feefrac.cpp |
| 50343 | 0s | 0% | b/src/test/fuzz/feeratediagram.cpp |
| 50371 | 0s | 0% | b/src/test/fuzz/fees.cpp |
| 50393 | 0s | 0% | b/src/test/fuzz/flatfile.cpp |
| 50410 | 0s | 0% | b/src/test/fuzz/float.cpp |
| 50424 | 0s | 0% | b/src/test/fuzz/fuzz.cpp |
| 50462 | 0s | 0% | b/src/test/fuzz/golomb_rice.cpp |
| 50491 | 0s | 0% | b/src/test/fuzz/headerssync.cpp |
| 50527 | 0s | 0% | b/src/test/fuzz/hex.cpp |
| 50553 | 0s | 0% | b/src/test/fuzz/http_request.cpp |
| 50587 | 0s | 0% | b/src/test/fuzz/i2p.cpp |
| 50623 | 0s | 0% | b/src/test/fuzz/integer.cpp |
| 50681 | 0s | 0% | b/src/test/fuzz/key.cpp |
| 50729 | 0s | 0% | b/src/test/fuzz/key_io.cpp |
| 50754 | 0s | 0% | b/src/test/fuzz/kitchen_sink.cpp |
| 50778 | 0s | 0% | b/src/test/fuzz/load_external_block_file.cpp |
| 50806 | 0s | 0% | b/src/test/fuzz/locale.cpp |
| 50832 | 0s | 0% | b/src/test/fuzz/merkle.cpp |
| 50861 | 0s | 0% | b/src/test/fuzz/merkleblock.cpp |
| 50884 | 0s | 0% | b/src/test/fuzz/message.cpp |
| 50913 | 0s | 0% | b/src/test/fuzz/mini_miner.cpp |
| 50962 | 0s | 0% | b/src/test/fuzz/miniscript.cpp |
| 51014 | 0s | 0% | b/src/test/fuzz/minisketch.cpp |
| 51036 | 0s | 0% | b/src/test/fuzz/muhash.cpp |
| 51064 | 0s | 0% | b/src/test/fuzz/multiplication_overflow.cpp |
| 51079 | 0s | 0% | b/src/test/fuzz/net.cpp |
| 51120 | 0s | 0% | b/src/test/fuzz/net_permissions.cpp |
| 51146 | 0s | 0% | b/src/test/fuzz/netaddress.cpp |
| 51161 | 0s | 0% | b/src/test/fuzz/netbase_dns_lookup.cpp |
| 51175 | 0s | 0% | b/src/test/fuzz/node_eviction.cpp |
| 51201 | 0s | 0% | b/src/test/fuzz/overflow.cpp |
| 51221 | 0s | 0% | b/src/test/fuzz/p2p_handshake.cpp |
| 51258 | 0s | 0% | b/src/test/fuzz/p2p_headers_presync.cpp |
| 51309 | 0s | 0% | b/src/test/fuzz/p2p_transport_serialization.cpp |
| 51350 | 0s | 0% | b/src/test/fuzz/package_eval.cpp |
| 51409 | 0s | 0% | b/src/test/fuzz/parse_hd_keypath.cpp |
| 51421 | 0s | 0% | b/src/test/fuzz/parse_iso8601.cpp |
| 51435 | 0s | 0% | b/src/test/fuzz/parse_script.cpp |
| 51449 | 0s | 0% | b/src/test/fuzz/parse_univalue.cpp |
| 51470 | 0s | 0% | b/src/test/fuzz/partially_downloaded_block.cpp |
| 51510 | 0s | 0% | b/src/test/fuzz/pcp.cpp |
| 51544 | 0s | 0% | b/src/test/fuzz/policy_estimator.cpp |
| 51561 | 0s | 0% | b/src/test/fuzz/policy_estimator_io.cpp |
| 51573 | 0s | 0% | b/src/test/fuzz/poolresource.cpp |
| 51598 | 0s | 0% | b/src/test/fuzz/pow.cpp |
| 51633 | 0s | 0% | b/src/test/fuzz/prevector.cpp |
| 51652 | 0s | 0% | b/src/test/fuzz/primitives_transaction.cpp |
| 51674 | 0s | 0% | b/src/test/fuzz/process_message.cpp |
| 51721 | 0s | 0% | b/src/test/fuzz/process_messages.cpp |
| 51761 | 0s | 0% | b/src/test/fuzz/protocol.cpp |
| 51777 | 0s | 0% | b/src/test/fuzz/psbt.cpp |
| 51802 | 0s | 0% | b/src/test/fuzz/random.cpp |
| 51817 | 0s | 0% | b/src/test/fuzz/rbf.cpp |
| 51863 | 0s | 0% | b/src/test/fuzz/rolling_bloom_filter.cpp |
| 51879 | 0s | 0% | b/src/test/fuzz/rpc.cpp |
| 51929 | 0s | 0% | b/src/test/fuzz/script.cpp |
| 51976 | 0s | 0% | b/src/test/fuzz/script_assets_test_minimizer.cpp |
| 52009 | 0s | 0% | b/src/test/fuzz/script_descriptor_cache.cpp |
| 52026 | 0s | 0% | b/src/test/fuzz/script_flags.cpp |
| 52038 | 0s | 0% | b/src/test/fuzz/script_format.cpp |
| 52052 | 0s | 0% | b/src/test/fuzz/script_interpreter.cpp |
| 52074 | 0s | 0% | b/src/test/fuzz/script_ops.cpp |
| 52088 | 0s | 0% | b/src/test/fuzz/script_parsing.cpp |
| 52104 | 0s | 0% | b/src/test/fuzz/script_sigcache.cpp |
| 52128 | 0s | 0% | b/src/test/fuzz/script_sign.cpp |
| 52163 | 0s | 0% | b/src/test/fuzz/scriptnum_ops.cpp |
| 52178 | 0s | 0% | b/src/test/fuzz/secp256k1_ec_seckey_import_export_der.cpp |
| 52191 | 0s | 0% | b/src/test/fuzz/secp256k1_ecdsa_signature_parse_der_lax.cpp |
| 52203 | 0s | 0% | b/src/test/fuzz/signature_checker.cpp |
| 52225 | 0s | 0% | b/src/test/fuzz/signet.cpp |
| 52256 | 0s | 0% | b/src/test/fuzz/socks5.cpp |
| 52283 | 0s | 0% | b/src/test/fuzz/span.cpp |
| 52301 | 0s | 0% | b/src/test/fuzz/strprintf.cpp |
| 52317 | 0s | 0% | b/src/test/fuzz/system.cpp |
| 52341 | 0s | 0% | b/src/test/fuzz/timeoffsets.cpp |
| 52362 | 0s | 0% | b/src/test/fuzz/torcontrol.cpp |
| 52384 | 0s | 0% | b/src/test/fuzz/transaction.cpp |
| 52426 | 0s | 0% | b/src/test/fuzz/tx_in.cpp |
| 52440 | 0s | 0% | b/src/test/fuzz/tx_out.cpp |
| 52463 | 0s | 0% | b/src/test/fuzz/tx_pool.cpp |
| 52521 | 0s | 0% | b/src/test/fuzz/txdownloadman.cpp |
| 52580 | 0s | 0% | b/src/test/fuzz/txgraph.cpp |
| 52621 | 0s | 0% | b/src/test/fuzz/txorphan.cpp |
| 52662 | 0s | 0% | b/src/test/fuzz/txrequest.cpp |
| 52697 | 0s | 0% | b/src/test/fuzz/util.cpp |
| 52726 | 0s | 0% | b/src/test/fuzz/util.h |
| 52768 | 0s | 0% | b/src/test/fuzz/util/check_globals.cpp |
| 52784 | 0s | 0% | b/src/test/fuzz/util/check_globals.h |
| 52802 | 0s | 0% | b/src/test/fuzz/util/descriptor.cpp |
| 52814 | 0s | 0% | b/src/test/fuzz/util/mempool.cpp |
| 52840 | 0s | 0% | b/src/test/fuzz/util/mempool.h |
| 52854 | 0s | 0% | b/src/test/fuzz/util/net.cpp |
| 52888 | 0s | 0% | b/src/test/fuzz/util/net.h |
| 52932 | 0s | 0% | b/src/test/fuzz/util/threadinterrupt.cpp |
| 52950 | 0s | 0% | b/src/test/fuzz/util/threadinterrupt.h |
| 52968 | 0s | 0% | b/src/test/fuzz/utxo_snapshot.cpp |
| 53010 | 0s | 0% | b/src/test/fuzz/utxo_total_supply.cpp |
| 53054 | 0s | 0% | b/src/test/fuzz/validation_load_mempool.cpp |
| 53088 | 0s | 0% | b/src/test/fuzz/vecdeque.cpp |
| 53120 | 0s | 0% | b/src/test/fuzz/versionbits.cpp |
| 53155 | 0s | 0% | b/src/test/getarg_tests.cpp |
| 53207 | 0s | 0% | b/src/test/hash_tests.cpp |
| 53254 | 0s | 0% | b/src/test/headers_sync_chainwork_tests.cpp |
| 53309 | 0s | 0% | b/src/test/httpserver_tests.cpp |
| 53344 | 0s | 0% | b/src/test/i2p_tests.cpp |
| 53387 | 0s | 0% | b/src/test/interfaces_tests.cpp |
| 53437 | 0s | 0% | b/src/test/kernel/test_kernel.cpp |
| 53499 | 0s | 0% | b/src/test/key_io_tests.cpp |
| 53556 | 0s | 0% | b/src/test/key_tests.cpp |
| 53620 | 0s | 0% | b/src/test/logging_tests.cpp |
| 53681 | 0s | 0% | b/src/test/main.cpp |
| 53705 | 0s | 0% | b/src/test/mempool_tests.cpp |
| 53756 | 0s | 0% | b/src/test/merkle_tests.cpp |
| 53801 | 0s | 0% | b/src/test/merkleblock_tests.cpp |
| 53839 | 0s | 0% | b/src/test/miner_tests.cpp |
| 53915 | 0s | 0% | b/src/test/miniminer_tests.cpp |
| 53976 | 0s | 0% | b/src/test/miniscript_tests.cpp |
| 54050 | 0s | 0% | b/src/test/minisketch_tests.cpp |
| 54089 | 0s | 0% | b/src/test/multisig_tests.cpp |
| 54139 | 0s | 0% | b/src/test/net_peer_connection_tests.cpp |
| 54193 | 0s | 0% | b/src/test/net_peer_eviction_tests.cpp |
| 54240 | 0s | 0% | b/src/test/net_tests.cpp |
| 54321 | 0s | 0% | b/src/test/netbase_tests.cpp |
| 54377 | 0s | 0% | b/src/test/node_init_tests.cpp |
| 54411 | 0s | 0% | b/src/test/node_warnings_tests.cpp |
| 54440 | 0s | 0% | b/src/test/orphanage_tests.cpp |
| 54505 | 0s | 0% | b/src/test/pcp_tests.cpp |
| 54558 | 0s | 0% | b/src/test/peerman_tests.cpp |
| 54599 | 0s | 0% | b/src/test/pmt_tests.cpp |
| 54637 | 0s | 0% | b/src/test/policyestimator_tests.cpp |
| 54680 | 0s | 0% | b/src/test/pool_tests.cpp |
| 54720 | 0s | 0% | b/src/test/pow_tests.cpp |
| 54768 | 0s | 0% | b/src/test/prevector_tests.cpp |
| 54804 | 0s | 0% | b/src/test/private_broadcast_tests.cpp |
| 54847 | 0s | 0% | b/src/test/raii_event_tests.cpp |
| 54880 | 0s | 0% | b/src/test/random_tests.cpp |
| 54929 | 0s | 0% | b/src/test/rbf_tests.cpp |
| 54992 | 0s | 0% | b/src/test/rest_tests.cpp |
| 55022 | 0s | 0% | b/src/test/result_tests.cpp |
| 55063 | 0s | 0% | b/src/test/reverselock_tests.cpp |
| 55088 | 0s | 0% | b/src/test/rpc_tests.cpp |
| 55150 | 0s | 0% | b/src/test/sanity_tests.cpp |
| 55171 | 0s | 0% | b/src/test/scheduler_tests.cpp |
| 55210 | 0s | 0% | b/src/test/script_assets_tests.cpp |
| 55254 | 0s | 0% | b/src/test/script_p2sh_tests.cpp |
| 55315 | 0s | 0% | b/src/test/script_parse_tests.cpp |
| 55358 | 0s | 0% | b/src/test/script_segwit_tests.cpp |
| 55394 | 0s | 0% | b/src/test/script_standard_tests.cpp |
| 55453 | 0s | 0% | b/src/test/script_tests.cpp |
| 55542 | 0s | 0% | b/src/test/scriptnum_tests.cpp |
| 55571 | 0s | 0% | b/src/test/serfloat_tests.cpp |
| 55616 | 0s | 0% | b/src/test/serialize_tests.cpp |
| 55671 | 0s | 0% | b/src/test/settings_tests.cpp |
| 55730 | 0s | 0% | b/src/test/sighash_tests.cpp |
| 55790 | 0s | 0% | b/src/test/sigopcount_tests.cpp |
| 55834 | 0s | 0% | b/src/test/skiplist_tests.cpp |
| 55882 | 0s | 0% | b/src/test/sock_tests.cpp |
| 55927 | 0s | 0% | b/src/test/span_tests.cpp |
| 55954 | 0s | 0% | b/src/test/streams_tests.cpp |
| 56013 | 0s | 0% | b/src/test/sync_tests.cpp |
| 56047 | 0s | 0% | b/src/test/system_ram_tests.cpp |
| 56081 | 0s | 0% | b/src/test/system_tests.cpp |
| 56128 | 0s | 0% | b/src/test/testnet4_miner_tests.cpp |
| 56174 | 0s | 0% | b/src/test/timeoffsets_tests.cpp |
| 56195 | 0s | 0% | b/src/test/torcontrol_tests.cpp |
| 56225 | 0s | 0% | b/src/test/transaction_tests.cpp |
| 56316 | 0s | 0% | b/src/test/translation_tests.cpp |
| 56348 | 0s | 0% | b/src/test/txdownload_tests.cpp |
| 56414 | 0s | 0% | b/src/test/txgraph_tests.cpp |
| 56458 | 0s | 0% | b/src/test/txindex_tests.cpp |
| 56491 | 0s | 0% | b/src/test/txpackage_tests.cpp |
| 56560 | 0s | 0% | b/src/test/txreconciliation_tests.cpp |
| 56597 | 0s | 0% | b/src/test/txrequest_tests.cpp |
| 56655 | 0s | 0% | b/src/test/txvalidation_tests.cpp |
| 56718 | 0s | 0% | b/src/test/txvalidationcache_tests.cpp |
| 56772 | 0s | 0% | b/src/test/uint256_tests.cpp |
| 56814 | 0s | 0% | b/src/test/util/blockfilter.cpp |
| 56831 | 0s | 0% | b/src/test/util/blockfilter.h |
| 56848 | 0s | 0% | b/src/test/util/coins.cpp |
| 56863 | 0s | 0% | b/src/test/util/logging.cpp |
| 56875 | 0s | 0% | b/src/test/util/mining.cpp |
| 56910 | 0s | 0% | b/src/test/util/mining.h |
| 56931 | 0s | 0% | b/src/test/util/net.cpp |
| 56965 | 0s | 0% | b/src/test/util/net.h |
| 57010 | 0s | 0% | b/src/test/util/random.cpp |
| 57023 | 0s | 0% | b/src/test/util/random.h |
| 57038 | 0s | 0% | b/src/test/util/script.h |
| 57054 | 0s | 0% | b/src/test/util/setup_common.cpp |
| 57153 | 0s | 0% | b/src/test/util/setup_common.h |
| 57213 | 0s | 0% | b/src/test/util/str.cpp |
| 57226 | 0s | 0% | b/src/test/util/str.h |
| 57238 | 0s | 0% | b/src/test/util/transaction_utils.cpp |
| 57264 | 0s | 0% | b/src/test/util/transaction_utils.h |
| 57289 | 0s | 0% | b/src/test/util/txmempool.cpp |
| 57331 | 0s | 0% | b/src/test/util/txmempool.h |
| 57354 | 0s | 0% | b/src/test/util/validation.cpp |
| 57381 | 0s | 0% | b/src/test/util/validation.h |
| 57408 | 0s | 0% | b/src/test/util_check_tests.cpp |
| 57434 | 0s | 0% | b/src/test/util_expected_tests.cpp |
| 57467 | 0s | 0% | b/src/test/util_string_tests.cpp |
| 57515 | 0s | 0% | b/src/test/util_tests.cpp |
| 57609 | 0s | 0% | b/src/test/util_threadnames_tests.cpp |
| 57647 | 0s | 0% | b/src/test/util_trace_tests.cpp |
| 57673 | 0s | 0% | b/src/test/validation_block_tests.cpp |
| 57735 | 0s | 0% | b/src/test/validation_chainstate_tests.cpp |
| 57791 | 0s | 0% | b/src/test/validation_chainstatemanager_tests.cpp |
| 57875 | 0s | 0% | b/src/test/validation_flush_tests.cpp |
| 57919 | 0s | 0% | b/src/test/validation_tests.cpp |
| 57976 | 0s | 0% | b/src/test/validationinterface_tests.cpp |
| 58010 | 0s | 0% | b/src/test/versionbits_tests.cpp |
| 58052 | 0s | 0% | 600 * nHeight; } |
| 58056 | 0s | 0% | b/src/torcontrol.cpp |
| 58109 | 0s | 0% | b/src/txdb.cpp |
| 58131 | 0s | 0% | b/src/txdb.h |
| 58152 | 0s | 0% | b/src/txgraph.cpp |
| 58180 | 0s | 0% | b/src/txgraph.h |
| 58205 | 0s | 0% | b/src/txmempool.cpp |
| 58241 | 0s | 0% | b/src/txmempool.h |
| 58310 | 0s | 0% | b/src/txrequest.cpp |
| 58346 | 0s | 0% | b/src/txrequest.h |
| 58379 | 0s | 0% | b/src/uint256.cpp |
| 58392 | 0s | 0% | b/src/uint256.h |
| 58414 | 0s | 0% | b/src/univalue/lib/univalue.cpp |
| 58429 | 0s | 0% | b/src/univalue/lib/univalue_get.cpp |
| 58446 | 0s | 0% | b/src/univalue/lib/univalue_read.cpp |
| 58460 | 0s | 0% | b/src/univalue/lib/univalue_write.cpp |
| 58473 | 0s | 0% | b/src/univalue/test/object.cpp |
| 58489 | 0s | 0% | b/src/univalue/test/unitester.cpp |
| 58512 | 0s | 0% | b/src/util/asmap.cpp |
| 58535 | 0s | 0% | b/src/util/batchpriority.cpp |
| 58553 | 0s | 0% | b/src/util/bip32.cpp |
| 58573 | 0s | 0% | b/src/util/bytevectorhash.cpp |
| 58591 | 0s | 0% | b/src/util/chaintype.h |
| 58603 | 0s | 0% | b/src/util/check.h |
| 58615 | 0s | 0% | b/src/util/exec.cpp |
| 58632 | 0s | 0% | b/src/util/expected.h |
| 58645 | 0s | 0% | b/src/util/feefrac.cpp |
| 58661 | 0s | 0% | b/src/util/feefrac.h |
| 58680 | 0s | 0% | b/src/util/fs.cpp |
| 58701 | 0s | 0% | b/src/util/fs.h |
| 58723 | 0s | 0% | b/src/util/fs_helpers.cpp |
| 58743 | 0s | 0% | b/src/util/fs_helpers.h |
| 58755 | 0s | 0% | b/src/util/hasher.cpp |
| 58767 | 0s | 0% | b/src/util/hasher.h |
| 58785 | 0s | 0% | b/src/util/rbf.cpp |
| 58798 | 0s | 0% | b/src/util/readwritefile.cpp |
| 58815 | 0s | 0% | b/src/util/readwritefile.h |
| 58828 | 0s | 0% | b/src/util/signalinterrupt.h |
| 58840 | 0s | 0% | b/src/util/sock.cpp |
| 58872 | 0s | 0% | b/src/util/sock.h |
| 58896 | 0s | 0% | b/src/util/strencodings.cpp |
| 58915 | 0s | 0% | b/src/util/strencodings.h |
| 58939 | 0s | 0% | b/src/util/string.cpp |
| 58954 | 0s | 0% | b/src/util/string.h |
| 58976 | 0s | 0% | b/src/util/thread.cpp |
| 58996 | 0s | 0% | b/src/util/thread.h |
| 59009 | 0s | 0% | b/src/util/threadinterrupt.h |
| 59022 | 0s | 0% | b/src/util/threadnames.cpp |
| 59038 | 0s | 0% | b/src/util/time.cpp |
| 59060 | 0s | 0% | b/src/util/time.h |
| 59076 | 0s | 0% | b/src/util/tokenpipe.cpp |
| 59104 | 0s | 0% | b/src/validation.cpp |
| 59194 | 0s | 0% | b/src/validation.h |
| 59264 | 0s | 0% | b/src/validationinterface.cpp |
| 59284 | 0s | 0% | b/src/versionbits.cpp |
| 59306 | 0s | 0% | b/src/versionbits.h |
| 59328 | 0s | 0% | b/src/wallet/coincontrol.cpp |
| 59344 | 0s | 0% | b/src/wallet/coincontrol.h |
| 59373 | 0s | 0% | b/src/wallet/coinselection.cpp |
| 59404 | 0s | 0% | b/src/wallet/coinselection.h |
| 59438 | 0s | 0% | b/src/wallet/crypter.cpp |
| 59458 | 0s | 0% | b/src/wallet/crypter.h |
| 59478 | 0s | 0% | b/src/wallet/db.cpp |
| 59500 | 0s | 0% | b/src/wallet/db.h |
| 59527 | 0s | 0% | b/src/wallet/dump.cpp |
| 59558 | 0s | 0% | b/src/wallet/external_signer_scriptpubkeyman.cpp |
| 59602 | 0s | 0% | b/src/wallet/external_signer_scriptpubkeyman.h |
| 59630 | 0s | 0% | b/src/wallet/feebumper.cpp |
| 59675 | 0s | 0% | b/src/wallet/feebumper.h |
| 59706 | 0s | 0% | b/src/wallet/fees.cpp |
| 59728 | 0s | 0% | b/src/wallet/init.cpp |
| 59767 | 0s | 0% | b/src/wallet/interfaces.cpp |
| 59851 | 0s | 0% | b/src/wallet/load.cpp |
| 59891 | 0s | 0% | b/src/wallet/load.h |
| 59911 | 0s | 0% | b/src/wallet/migrate.cpp |
| 59940 | 0s | 0% | b/src/wallet/migrate.h |
| 59965 | 0s | 0% | b/src/wallet/receive.cpp |
| 59998 | 0s | 0% | b/src/wallet/receive.h |
| 60028 | 0s | 0% | b/src/wallet/rpc/addresses.cpp |
| 60084 | 0s | 0% | b/src/wallet/rpc/backup.cpp |
| 60153 | 0s | 0% | b/src/wallet/rpc/coins.cpp |
| 60209 | 0s | 0% | b/src/wallet/rpc/encrypt.cpp |
| 60238 | 0s | 0% | b/src/wallet/rpc/signmessage.cpp |
| 60264 | 0s | 0% | b/src/wallet/rpc/spend.cpp |
| 60340 | 0s | 0% | b/src/wallet/rpc/transactions.cpp |
| 60400 | 0s | 0% | b/src/wallet/rpc/util.cpp |
| 60434 | 0s | 0% | b/src/wallet/rpc/util.h |
| 60458 | 0s | 0% | b/src/wallet/rpc/wallet.cpp |
| 60523 | 0s | 0% | b/src/wallet/rpc/wallet.h |
| 60536 | 0s | 0% | b/src/wallet/scriptpubkeyman.cpp |
| 60584 | 0s | 0% | b/src/wallet/scriptpubkeyman.h |
| 60600 | 0s | 0% | '[' false = true ']' |
| 60658 | 0s | 0% | b/src/wallet/spend.cpp |
| 60722 | 0s | 0% | b/src/wallet/spend.h |
| 60765 | 0s | 0% | b/src/wallet/sqlite.cpp |
| 60793 | 0s | 0% | b/src/wallet/sqlite.h |
| 60817 | 0s | 0% | b/src/wallet/test/coinselection_tests.cpp |
| 60857 | 0s | 0% | b/src/wallet/test/coinselector_tests.cpp |
| 60931 | 0s | 0% | b/src/wallet/test/db_tests.cpp |
| 60982 | 0s | 0% | b/src/wallet/test/feebumper_tests.cpp |
| 61024 | 0s | 0% | b/src/wallet/test/fuzz/coincontrol.cpp |
| 61050 | 0s | 0% | b/src/wallet/test/fuzz/coinselection.cpp |
| 61088 | 0s | 0% | b/src/wallet/test/fuzz/crypter.cpp |
| 61118 | 0s | 0% | b/src/wallet/test/fuzz/fees.cpp |
| 61160 | 0s | 0% | b/src/wallet/test/fuzz/scriptpubkeyman.cpp |
| 61214 | 0s | 0% | b/src/wallet/test/fuzz/spend.cpp |
| 61263 | 0s | 0% | b/src/wallet/test/fuzz/wallet_bdb_parser.cpp |
| 61295 | 0s | 0% | b/src/wallet/test/group_outputs_tests.cpp |
| 61355 | 0s | 0% | b/src/wallet/test/init_test_fixture.cpp |
| 61380 | 0s | 0% | b/src/wallet/test/init_test_fixture.h |
| 61408 | 0s | 0% | b/src/wallet/test/init_tests.cpp |
| 61452 | 0s | 0% | b/src/wallet/test/ismine_tests.cpp |
| 61508 | 0s | 0% | b/src/wallet/test/psbt_wallet_tests.cpp |
| 61572 | 0s | 0% | b/src/wallet/test/scriptpubkeyman_tests.cpp |
| 61612 | 0s | 0% | b/src/wallet/test/spend_tests.cpp |
| 61671 | 0s | 0% | b/src/wallet/test/util.cpp |
| 61712 | 0s | 0% | b/src/wallet/test/util.h |
| 61750 | 0s | 0% | b/src/wallet/test/wallet_crypto_tests.cpp |
| 61799 | 0s | 0% | b/src/wallet/test/wallet_rpc_tests.cpp |
| 61829 | 0s | 0% | b/src/wallet/test/wallet_test_fixture.cpp |
| 61852 | 0s | 0% | b/src/wallet/test/wallet_test_fixture.h |
| 61878 | 0s | 0% | b/src/wallet/test/wallet_tests.cpp |
| 61995 | 0s | 0% | b/src/wallet/test/wallet_transaction_tests.cpp |
| 62032 | 0s | 0% | b/src/wallet/test/walletdb_tests.cpp |
| 62063 | 0s | 0% | b/src/wallet/test/walletload_tests.cpp |
| 62113 | 0s | 0% | b/src/wallet/transaction.cpp |
| 62125 | 0s | 0% | b/src/wallet/transaction.h |
| 62148 | 0s | 0% | b/src/wallet/wallet.cpp |
| 62225 | 0s | 0% | b/src/wallet/wallet.h |
| 62328 | 0s | 0% | b/src/wallet/walletdb.cpp |
| 62389 | 0s | 0% | b/src/wallet/walletdb.h |
| 62433 | 0s | 0% | b/src/wallet/wallettool.cpp |
| 62467 | 0s | 0% | b/src/wallet/walletutil.cpp |
| 62485 | 0s | 0% | b/src/wallet/walletutil.h |
| 62509 | 7s | 0% | docker container kill 3c80d11b36fe0465442d6d7571883bf6df965b1118bf48af0252b5fa9231d8e3 |