| 762 | 0s | 0% | dirname ./ci/test/00_setup_env.sh |
| 763 | 0s | 0% | cd ./ci/test/../../ |
| 764 | 0s | 0% | pwd |
| 765 | 0s | 0% | BASE_READ_ONLY_DIR=/home/admin/actions-runner/_work/bitcoin/bitcoin |
| 766 | 0s | 0% | export BASE_READ_ONLY_DIR |
| 767 | 0s | 0% | export BASE_ROOT_DIR=/home/admin/actions-runner/_work/_temp |
| 768 | 0s | 0% | BASE_ROOT_DIR=/home/admin/actions-runner/_work/_temp |
| 769 | 0s | 0% | export DEPENDS_DIR=/home/admin/actions-runner/_work/_temp/depends |
| 770 | 0s | 0% | DEPENDS_DIR=/home/admin/actions-runner/_work/_temp/depends |
| 771 | 0s | 0% | export BASE_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch |
| 772 | 0s | 0% | BASE_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch |
| 773 | 0s | 0% | export BINS_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/bins/ |
| 774 | 0s | 0% | BINS_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/bins/ |
| 775 | 0s | 0% | echo 'Setting specific values in env' |
| 776 | 0s | 0% | '[' -n ./ci/test/00_setup_env_native_tidy.sh ']' |
| 777 | 0s | 0% | set -o errexit |
| 778 | 0s | 0% | source ./ci/test/00_setup_env_native_tidy.sh |
| 779 | 0s | 0% | export LC_ALL=C.UTF-8 |
| 780 | 0s | 0% | LC_ALL=C.UTF-8 |
| 781 | 0s | 0% | export CI_IMAGE_NAME_TAG=docker.io/ubuntu:24.04 |
| 782 | 0s | 0% | CI_IMAGE_NAME_TAG=docker.io/ubuntu:24.04 |
| 784 | 0s | 0% | export CONTAINER_NAME=ci_native_tidy |
| 785 | 0s | 0% | CONTAINER_NAME=ci_native_tidy |
| 786 | 0s | 0% | export TIDY_LLVM_V=18 |
| 787 | 0s | 0% | TIDY_LLVM_V=18 |
| 788 | 0s | 0% | export 'PACKAGES=clang-18 libclang-18-dev llvm-18-dev libomp-18-dev clang-tidy-18 jq bear libevent-dev libboost-dev libminiupnpc-dev libnatpmp-dev libzmq3-dev systemtap-sdt-dev qtbase5-dev qttools5-dev qttools5-dev-tools libqrencode-dev libsqlite3-dev libdb++-dev' |
| 789 | 0s | 0% | PACKAGES='clang-18 libclang-18-dev llvm-18-dev libomp-18-dev clang-tidy-18 jq bear libevent-dev libboost-dev libminiupnpc-dev libnatpmp-dev libzmq3-dev systemtap-sdt-dev qtbase5-dev qttools5-dev qttools5-dev-tools libqrencode-dev libsqlite3-dev libdb++-dev' |
| 790 | 0s | 0% | export NO_DEPENDS=1 |
| 791 | 0s | 0% | NO_DEPENDS=1 |
| 792 | 0s | 0% | export RUN_UNIT_TESTS=false |
| 793 | 0s | 0% | RUN_UNIT_TESTS=false |
| 794 | 0s | 0% | export RUN_FUNCTIONAL_TESTS=false |
| 795 | 0s | 0% | RUN_FUNCTIONAL_TESTS=false |
| 796 | 0s | 0% | export RUN_FUZZ_TESTS=false |
| 797 | 0s | 0% | RUN_FUZZ_TESTS=false |
| 798 | 0s | 0% | export RUN_TIDY=true |
| 799 | 0s | 0% | RUN_TIDY=true |
| 800 | 0s | 0% | export GOAL=install |
| 801 | 0s | 0% | GOAL=install |
| 802 | 0s | 0% | export 'BITCOIN_CONFIG=CC=clang-18 CXX=clang++-18 --with-incompatible-bdb --disable-hardening CFLAGS='\''-O0 -g0'\'' CXXFLAGS='\''-O0 -g0'\''' |
| 803 | 0s | 0% | BITCOIN_CONFIG='CC=clang-18 CXX=clang++-18 --with-incompatible-bdb --disable-hardening CFLAGS='\''-O0 -g0'\'' CXXFLAGS='\''-O0 -g0'\''' |
| 804 | 0s | 0% | export CCACHE_MAXSIZE=200M |
| 805 | 0s | 0% | CCACHE_MAXSIZE=200M |
| 806 | 0s | 0% | echo 'Fallback to default values in env (if not yet set)' |
| 808 | 0s | 0% | command -v nproc |
| 809 | 0s | 0% | nproc |
| 810 | 0s | 0% | export MAKEJOBS=-j8 |
| 811 | 0s | 0% | MAKEJOBS=-j8 |
| 812 | 0s | 0% | export USE_BUSY_BOX=false |
| 813 | 0s | 0% | USE_BUSY_BOX=false |
| 814 | 0s | 0% | export RUN_UNIT_TESTS=false |
| 815 | 0s | 0% | RUN_UNIT_TESTS=false |
| 816 | 0s | 0% | export RUN_FUNCTIONAL_TESTS=false |
| 817 | 0s | 0% | RUN_FUNCTIONAL_TESTS=false |
| 818 | 0s | 0% | export RUN_TIDY=true |
| 819 | 0s | 0% | RUN_TIDY=true |
| 820 | 0s | 0% | export TEST_RUNNER_TIMEOUT_FACTOR=40 |
| 821 | 0s | 0% | TEST_RUNNER_TIMEOUT_FACTOR=40 |
| 822 | 0s | 0% | export RUN_FUZZ_TESTS=false |
| 823 | 0s | 0% | RUN_FUZZ_TESTS=false |
| 824 | 0s | 0% | export BOOST_TEST_RANDOM=1 |
| 825 | 0s | 0% | BOOST_TEST_RANDOM=1 |
| 826 | 0s | 0% | export DEBIAN_FRONTEND=noninteractive |
| 827 | 0s | 0% | DEBIAN_FRONTEND=noninteractive |
| 828 | 0s | 0% | export CCACHE_MAXSIZE=200M |
| 829 | 0s | 0% | CCACHE_MAXSIZE=200M |
| 830 | 0s | 0% | export CCACHE_TEMPDIR=/tmp/.ccache-temp |
| 831 | 0s | 0% | CCACHE_TEMPDIR=/tmp/.ccache-temp |
| 832 | 0s | 0% | export CCACHE_COMPRESS=1 |
| 833 | 0s | 0% | CCACHE_COMPRESS=1 |
| 834 | 0s | 0% | export CCACHE_DIR=/home/admin/actions-runner/_work/_temp/ccache_dir |
| 835 | 0s | 0% | CCACHE_DIR=/home/admin/actions-runner/_work/_temp/ccache_dir |
| 836 | 0s | 0% | export BASE_OUTDIR=/home/admin/actions-runner/_work/_temp/ci/scratch/out |
| 837 | 0s | 0% | BASE_OUTDIR=/home/admin/actions-runner/_work/_temp/ci/scratch/out |
| 838 | 0s | 0% | export BASE_BUILD_DIR=/home/admin/actions-runner/_work/_temp/build |
| 839 | 0s | 0% | BASE_BUILD_DIR=/home/admin/actions-runner/_work/_temp/build |
| 840 | 0s | 0% | export PREVIOUS_RELEASES_DIR=/home/admin/actions-runner/_work/_temp/previous_releases |
| 841 | 0s | 0% | PREVIOUS_RELEASES_DIR=/home/admin/actions-runner/_work/_temp/previous_releases |
| 842 | 0s | 0% | export 'CI_BASE_PACKAGES=build-essential libtool autotools-dev automake pkg-config bsdmainutils curl ca-certificates ccache python3 rsync git procps bison e2fsprogs cmake' |
| 843 | 0s | 0% | CI_BASE_PACKAGES='build-essential libtool autotools-dev automake pkg-config bsdmainutils curl ca-certificates ccache python3 rsync git procps bison e2fsprogs cmake' |
| 844 | 0s | 0% | export GOAL=install |
| 845 | 0s | 0% | GOAL=install |
| 846 | 0s | 0% | export DIR_QA_ASSETS=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets |
| 847 | 0s | 0% | DIR_QA_ASSETS=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets |
| 848 | 0s | 0% | export 'CI_RETRY_EXE=retry --' |
| 849 | 0s | 0% | CI_RETRY_EXE='retry --' |
| 850 | 0s | 0% | set -o errexit |
| 851 | 0s | 0% | ./ci/test/02_run_container.sh |
| 852 | 0s | 0% | '[' -z '' ']' |
| 853 | 0s | 0% | python3 -c 'import os; [print(f"{key}={value}") for key, value in os.environ.items() if "\n" not in value and "HOME" != key and "PATH" != key and "USER" != key]' |
| 854 | 0s | 0% | tee /tmp/env-admin-ci_native_tidy |
| 982 | 0s | 0% | docker run --rm docker.io/ubuntu:24.04 bash -c 'env | grep --extended-regexp '\''^(HOME|PATH|USER)='\''' |
| 983 | 4s | 0% | tee --append /tmp/env-admin-ci_native_tidy |
| 994 | 0s | 0% | echo 'Creating docker.io/ubuntu:24.04 container to run in' |
| 996 | 5s | 1% | docker buildx build --file /home/admin/actions-runner/_work/bitcoin/bitcoin/ci/test_imagefile --build-arg CI_IMAGE_NAME_TAG=docker.io/ubuntu:24.04 --build-arg FILE_ENV=./ci/test/00_setup_env_native_tidy.sh --build-arg BASE_ROOT_DIR=/home/admin/actions-runner/_work/_temp --label=bitcoin-ci-test --cache-from type=gha,url=http://127.0.0.1:12321/,url_v2=http://127.0.0.1:12321/,scope=ci_native_tidy --load --tag=ci_native_tidy /home/admin/actions-runner/_work/bitcoin/bitcoin |
| 1044 | 0s | 0% | dirname ./ci/test/00_setup_env.sh |
| 1045 | 0s | 0% | cd ./ci/test/../../ |
| 1046 | 0s | 0% | pwd |
| 1047 | 0s | 0% | BASE_READ_ONLY_DIR=/ci_container_base |
| 1048 | 0s | 0% | export BASE_READ_ONLY_DIR |
| 1049 | 0s | 0% | export BASE_ROOT_DIR=/home/admin/actions-runner/_work/_temp |
| 1050 | 0s | 0% | BASE_ROOT_DIR=/home/admin/actions-runner/_work/_temp |
| 1051 | 0s | 0% | export DEPENDS_DIR=/home/admin/actions-runner/_work/_temp/depends |
| 1052 | 0s | 0% | DEPENDS_DIR=/home/admin/actions-runner/_work/_temp/depends |
| 1053 | 0s | 0% | export BASE_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch |
| 1054 | 0s | 0% | BASE_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch |
| 1055 | 0s | 0% | export BINS_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/bins/ |
| 1056 | 0s | 0% | BINS_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/bins/ |
| 1057 | 0s | 0% | echo 'Setting specific values in env' |
| 1058 | 0s | 0% | '[' -n ./ci/test/00_setup_env_native_tidy.sh ']' |
| 1059 | 0s | 0% | set -o errexit |
| 1061 | 0s | 0% | source ./ci/test/00_setup_env_native_tidy.sh |
| 1062 | 0s | 0% | export LC_ALL=C.UTF-8 |
| 1063 | 0s | 0% | LC_ALL=C.UTF-8 |
| 1064 | 0s | 0% | export CI_IMAGE_NAME_TAG=docker.io/ubuntu:24.04 |
| 1065 | 0s | 0% | CI_IMAGE_NAME_TAG=docker.io/ubuntu:24.04 |
| 1066 | 0s | 0% | export CONTAINER_NAME=ci_native_tidy |
| 1067 | 0s | 0% | CONTAINER_NAME=ci_native_tidy |
| 1068 | 0s | 0% | export TIDY_LLVM_V=18 |
| 1069 | 0s | 0% | TIDY_LLVM_V=18 |
| 1070 | 0s | 0% | export 'PACKAGES=clang-18 libclang-18-dev llvm-18-dev libomp-18-dev clang-tidy-18 jq bear libevent-dev libboost-dev libminiupnpc-dev libnatpmp-dev libzmq3-dev systemtap-sdt-dev qtbase5-dev qttools5-dev qttools5-dev-tools libqrencode-dev libsqlite3-dev libdb++-dev' |
| 1071 | 0s | 0% | PACKAGES='clang-18 libclang-18-dev llvm-18-dev libomp-18-dev clang-tidy-18 jq bear libevent-dev libboost-dev libminiupnpc-dev libnatpmp-dev libzmq3-dev systemtap-sdt-dev qtbase5-dev qttools5-dev qttools5-dev-tools libqrencode-dev libsqlite3-dev libdb++-dev' |
| 1072 | 0s | 0% | export NO_DEPENDS=1 |
| 1073 | 0s | 0% | NO_DEPENDS=1 |
| 1074 | 0s | 0% | export RUN_UNIT_TESTS=false |
| 1075 | 0s | 0% | RUN_UNIT_TESTS=false |
| 1076 | 0s | 0% | export RUN_FUNCTIONAL_TESTS=false |
| 1077 | 0s | 0% | RUN_FUNCTIONAL_TESTS=false |
| 1078 | 0s | 0% | export RUN_FUZZ_TESTS=false |
| 1079 | 0s | 0% | RUN_FUZZ_TESTS=false |
| 1080 | 0s | 0% | export RUN_TIDY=true |
| 1081 | 0s | 0% | RUN_TIDY=true |
| 1082 | 0s | 0% | export GOAL=install |
| 1083 | 0s | 0% | GOAL=install |
| 1084 | 0s | 0% | export 'BITCOIN_CONFIG=CC=clang-18 CXX=clang++-18 --with-incompatible-bdb --disable-hardening CFLAGS='\''-O0 -g0'\'' CXXFLAGS='\''-O0 -g0'\''' |
| 1085 | 0s | 0% | BITCOIN_CONFIG='CC=clang-18 CXX=clang++-18 --with-incompatible-bdb --disable-hardening CFLAGS='\''-O0 -g0'\'' CXXFLAGS='\''-O0 -g0'\''' |
| 1086 | 0s | 0% | export CCACHE_MAXSIZE=200M |
| 1087 | 0s | 0% | CCACHE_MAXSIZE=200M |
| 1089 | 0s | 0% | echo 'Fallback to default values in env (if not yet set)' |
| 1090 | 0s | 0% | command -v nproc |
| 1091 | 0s | 0% | nproc |
| 1092 | 0s | 0% | export MAKEJOBS=-j8 |
| 1093 | 0s | 0% | MAKEJOBS=-j8 |
| 1094 | 0s | 0% | export USE_BUSY_BOX=false |
| 1095 | 0s | 0% | USE_BUSY_BOX=false |
| 1096 | 0s | 0% | export RUN_UNIT_TESTS=false |
| 1097 | 0s | 0% | RUN_UNIT_TESTS=false |
| 1098 | 0s | 0% | export RUN_FUNCTIONAL_TESTS=false |
| 1099 | 0s | 0% | RUN_FUNCTIONAL_TESTS=false |
| 1100 | 0s | 0% | export RUN_TIDY=true |
| 1101 | 0s | 0% | RUN_TIDY=true |
| 1102 | 0s | 0% | export TEST_RUNNER_TIMEOUT_FACTOR=40 |
| 1103 | 0s | 0% | TEST_RUNNER_TIMEOUT_FACTOR=40 |
| 1104 | 0s | 0% | export RUN_FUZZ_TESTS=false |
| 1105 | 0s | 0% | RUN_FUZZ_TESTS=false |
| 1106 | 0s | 0% | export BOOST_TEST_RANDOM=1 |
| 1107 | 0s | 0% | BOOST_TEST_RANDOM=1 |
| 1108 | 0s | 0% | export DEBIAN_FRONTEND=noninteractive |
| 1109 | 0s | 0% | DEBIAN_FRONTEND=noninteractive |
| 1110 | 0s | 0% | export CCACHE_MAXSIZE=200M |
| 1111 | 0s | 0% | CCACHE_MAXSIZE=200M |
| 1112 | 0s | 0% | export CCACHE_TEMPDIR=/tmp/.ccache-temp |
| 1113 | 0s | 0% | CCACHE_TEMPDIR=/tmp/.ccache-temp |
| 1114 | 0s | 0% | export CCACHE_COMPRESS=1 |
| 1115 | 0s | 0% | CCACHE_COMPRESS=1 |
| 1116 | 0s | 0% | export CCACHE_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/.ccache |
| 1117 | 0s | 0% | CCACHE_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/.ccache |
| 1118 | 0s | 0% | export BASE_OUTDIR=/home/admin/actions-runner/_work/_temp/ci/scratch/out |
| 1119 | 0s | 0% | BASE_OUTDIR=/home/admin/actions-runner/_work/_temp/ci/scratch/out |
| 1120 | 0s | 0% | export BASE_BUILD_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/build |
| 1121 | 0s | 0% | BASE_BUILD_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/build |
| 1122 | 0s | 0% | export PREVIOUS_RELEASES_DIR=/home/admin/actions-runner/_work/_temp/prev_releases |
| 1123 | 0s | 0% | PREVIOUS_RELEASES_DIR=/home/admin/actions-runner/_work/_temp/prev_releases |
| 1124 | 0s | 0% | export 'CI_BASE_PACKAGES=build-essential libtool autotools-dev automake pkg-config bsdmainutils curl ca-certificates ccache python3 rsync git procps bison e2fsprogs cmake' |
| 1125 | 0s | 0% | CI_BASE_PACKAGES='build-essential libtool autotools-dev automake pkg-config bsdmainutils curl ca-certificates ccache python3 rsync git procps bison e2fsprogs cmake' |
| 1126 | 0s | 0% | export GOAL=install |
| 1127 | 0s | 0% | GOAL=install |
| 1128 | 0s | 0% | export DIR_QA_ASSETS=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets |
| 1129 | 0s | 0% | DIR_QA_ASSETS=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets |
| 1130 | 0s | 0% | export 'CI_RETRY_EXE=retry --' |
| 1131 | 0s | 0% | CI_RETRY_EXE='retry --' |
| 1132 | 0s | 0% | ./ci/test/01_base_install.sh |
| 1133 | 0s | 0% | CFG_DONE=ci.base-install-done |
| 1134 | 0s | 0% | git config --global ci.base-install-done |
| 1136 | 0s | 0% | '[' '' == true ']' |
| 1137 | 0s | 0% | '[' -n '' ']' |
| 1138 | 0s | 0% | [[ docker.io/ubuntu:24.04 == *centos* ]] |
| 1139 | 0s | 0% | '[' '' '!=' macos ']' |
| 1140 | 0s | 0% | [[ -n '' ]] |
| 1141 | 3s | 0% | retry -- apt-get update |
| 1162 | 0s | 0% | retry -- bash -c 'apt-get install --no-install-recommends --no-upgrade -y clang-18 libclang-18-dev llvm-18-dev libomp-18-dev clang-tidy-18 jq bear libevent-dev libboost-dev libminiupnpc-dev libnatpmp-dev libzmq3-dev systemtap-sdt-dev qtbase5-dev qttools5-dev qttools5-dev-tools libqrencode-dev libsqlite3-dev libdb++-dev build-essential libtool autotools-dev automake pkg-config bsdmainutils curl ca-certificates ccache python3 rsync git procps bison e2fsprogs cmake' |
| 1172 | 0s | 0% | g++-13 |
| 1280 | 10s | 2% | g++-13 g++-13-x86-64-linux-gnu |
| 1558 | 26s | 6% | amd64 4:13.2.0-7ubuntu1 [1100 B] |
| 2431 | 17s | 4% | (4:13.2.0-7ubuntu1) ... |
| 3193 | 0s | 0% | (4:13.2.0-7ubuntu1) ... |
| 3194 | 0s | 0% | to provide /usr/bin/c++ (c++) in auto mode |
| 3224 | 0s | 0% | '[' -n '' ']' |
| 3225 | 0s | 0% | [[ '' == \t\r\u\e ]] |
| 3226 | 0s | 0% | [[ true == \t\r\u\e ]] |
| 3227 | 0s | 0% | retry -- git clone --depth=1 https://github.com/include-what-you-use/include-what-you-use -b clang_18 /include-what-you-use |
| 3229 | 0s | 0% | cmake -B /iwyu-build/ -G 'Unix Makefiles' -DCMAKE_PREFIX_PATH=/usr/lib/llvm-18 -S /include-what-you-use |
| 3240 | 2s | 0% | - skipped |
| 3336 | 0s | 0% | nproc |
| 3337 | 20s | 4% | make -C /iwyu-build/ install -j8 |
| 3636 | 0s | 0% | mkdir -p /home/admin/actions-runner/_work/_temp/depends/SDKs /home/admin/actions-runner/_work/_temp/depends/sdk-sources |
| 3637 | 0s | 0% | OSX_SDK_BASENAME=Xcode---extracted-SDK-with-libcxx-headers |
| 3638 | 0s | 0% | '[' -n '' ']' |
| 3639 | 1m1s | 15% | git config --global ci.base-install-done true |
| 3656 | 0s | 0% | docker volume create ci_native_tidy_ccache |
| 3658 | 0s | 0% | docker volume create ci_native_tidy_depends |
| 3660 | 0s | 0% | docker volume create ci_native_tidy_depends_sources |
| 3662 | 0s | 0% | docker volume create ci_native_tidy_previous_releases |
| 3664 | 0s | 0% | CI_CCACHE_MOUNT=type=volume,src=ci_native_tidy_ccache,dst=/home/admin/actions-runner/_work/_temp/ccache_dir |
| 3665 | 0s | 0% | CI_DEPENDS_MOUNT=type=volume,src=ci_native_tidy_depends,dst=/home/admin/actions-runner/_work/_temp/depends/built |
| 3666 | 0s | 0% | CI_DEPENDS_SOURCES_MOUNT=type=volume,src=ci_native_tidy_depends_sources,dst=/home/admin/actions-runner/_work/_temp/depends/sources |
| 3667 | 0s | 0% | CI_PREVIOUS_RELEASES_MOUNT=type=volume,src=ci_native_tidy_previous_releases,dst=/home/admin/actions-runner/_work/_temp/previous_releases |
| 3668 | 0s | 0% | '[' '' ']' |
| 3669 | 0s | 0% | docker network create --ipv6 --subnet 1111:1111::/112 ci-ip6net |
| 3671 | 0s | 0% | '[' -n '' ']' |
| 3673 | 0s | 0% | echo 'Prune all dangling bitcoin-ci-test images' |
| 3674 | 0s | 0% | docker image prune --force --filter label=bitcoin-ci-test |
| 3676 | 0s | 0% | docker run --cap-add LINUX_IMMUTABLE --rm --interactive --detach --tty --mount type=bind,src=/home/admin/actions-runner/_work/bitcoin/bitcoin,dst=/home/admin/actions-runner/_work/bitcoin/bitcoin,readonly --mount type=volume,src=ci_native_tidy_ccache,dst=/home/admin/actions-runner/_work/_temp/ccache_dir --mount type=volume,src=ci_native_tidy_depends,dst=/home/admin/actions-runner/_work/_temp/depends/built --mount type=volume,src=ci_native_tidy_depends_sources,dst=/home/admin/actions-runner/_work/_temp/depends/sources --mount type=volume,src=ci_native_tidy_previous_releases,dst=/home/admin/actions-runner/_work/_temp/previous_releases --env-file /tmp/env-admin-ci_native_tidy --name ci_native_tidy --network ci-ip6net ci_native_tidy |
| 3677 | 0s | 0% | CI_CONTAINER_ID=9985d36572a314fad41d2909004f0012732dc188f27e2d03593d594d6ecadc8e |
| 3678 | 0s | 0% | export CI_CONTAINER_ID |
| 3679 | 0s | 0% | export 'CI_EXEC_CMD_PREFIX=docker exec 9985d36572a314fad41d2909004f0012732dc188f27e2d03593d594d6ecadc8e' |
| 3680 | 0s | 0% | CI_EXEC_CMD_PREFIX='docker exec 9985d36572a314fad41d2909004f0012732dc188f27e2d03593d594d6ecadc8e' |
| 3681 | 0s | 0% | '[' '' == macos ']' |
| 3682 | 0s | 0% | export -f CI_EXEC |
| 3683 | 0s | 0% | CI_EXEC rsync --archive --stats --human-readable /home/admin/actions-runner/_work/bitcoin/bitcoin/ /home/admin/actions-runner/_work/_temp |
| 3684 | 0s | 0% | docker exec 9985d36572a314fad41d2909004f0012732dc188f27e2d03593d594d6ecadc8e bash -c 'export PATH="/path_with space:/home/admin/actions-runner/_work/_temp/ci/scratch/bins/:/home/admin/actions-runner/_work/_temp/ci/retry:$PATH" && cd "/home/admin/actions-runner/_work/_temp" && rsync --archive --stats --human-readable /home/admin/actions-runner/_work/bitcoin/bitcoin/ /home/admin/actions-runner/_work/_temp' |
| 3702 | 0s | 0% | CI_EXEC /home/admin/actions-runner/_work/_temp/ci/test/01_base_install.sh |
| 3703 | 0s | 0% | docker exec 9985d36572a314fad41d2909004f0012732dc188f27e2d03593d594d6ecadc8e bash -c 'export PATH="/path_with space:/home/admin/actions-runner/_work/_temp/ci/scratch/bins/:/home/admin/actions-runner/_work/_temp/ci/retry:$PATH" && cd "/home/admin/actions-runner/_work/_temp" && /home/admin/actions-runner/_work/_temp/ci/test/01_base_install.sh' |
| 3704 | 0s | 0% | CFG_DONE=ci.base-install-done |
| 3705 | 0s | 0% | git config --global ci.base-install-done |
| 3706 | 0s | 0% | '[' true == true ']' |
| 3707 | 0s | 0% | echo 'Skip base install' |
| 3708 | 0s | 0% | exit 0 |
| 3710 | 0s | 0% | CI_EXEC git config --global --add safe.directory '"*"' |
| 3711 | 0s | 0% | docker exec 9985d36572a314fad41d2909004f0012732dc188f27e2d03593d594d6ecadc8e bash -c 'export PATH="/path_with space:/home/admin/actions-runner/_work/_temp/ci/scratch/bins/:/home/admin/actions-runner/_work/_temp/ci/retry:$PATH" && cd "/home/admin/actions-runner/_work/_temp" && git config --global --add safe.directory "*"' |
| 3712 | 0s | 0% | CI_EXEC mkdir -p /home/admin/actions-runner/_work/_temp/ci/scratch/bins/ |
| 3713 | 0s | 0% | docker exec 9985d36572a314fad41d2909004f0012732dc188f27e2d03593d594d6ecadc8e bash -c 'export PATH="/path_with space:/home/admin/actions-runner/_work/_temp/ci/scratch/bins/:/home/admin/actions-runner/_work/_temp/ci/retry:$PATH" && cd "/home/admin/actions-runner/_work/_temp" && mkdir -p /home/admin/actions-runner/_work/_temp/ci/scratch/bins/' |
| 3714 | 0s | 0% | CI_EXEC /home/admin/actions-runner/_work/_temp/ci/test/03_test_script.sh |
| 3715 | 0s | 0% | docker exec 9985d36572a314fad41d2909004f0012732dc188f27e2d03593d594d6ecadc8e bash -c 'export PATH="/path_with space:/home/admin/actions-runner/_work/_temp/ci/scratch/bins/:/home/admin/actions-runner/_work/_temp/ci/retry:$PATH" && cd "/home/admin/actions-runner/_work/_temp" && /home/admin/actions-runner/_work/_temp/ci/test/03_test_script.sh' |
| 3716 | 0s | 0% | export ASAN_OPTIONS=detect_leaks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1 |
| 3717 | 0s | 0% | ASAN_OPTIONS=detect_leaks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1 |
| 3718 | 0s | 0% | export LSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/lsan |
| 3719 | 0s | 0% | LSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/lsan |
| 3720 | 0s | 0% | export TSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/tsan:halt_on_error=1 |
| 3721 | 0s | 0% | TSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/tsan:halt_on_error=1 |
| 3722 | 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 |
| 3723 | 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 |
| 3724 | 0s | 0% | '[' '' == macos ']' |
| 3725 | 0s | 0% | free -m -h |
| 3729 | 0s | 0% | nproc |
| 3730 | 0s | 0% | echo 'Number of CPUs (nproc): 8' |
| 3732 | 0s | 0% | uname --kernel-name --kernel-release |
| 3733 | 0s | 0% | echo 'System info: Linux 6.14.0-37-generic' |
| 3734 | 0s | 0% | lscpu |
| 3779 | 0s | 0% | echo 'Free disk space:' |
| 3780 | 0s | 0% | df -h |
| 3781 | 0s | 0% | [[ ci_native_tidy == \c\i\_\n\a\t\i\v\e\_\a\s\a\n ]] |
| 3791 | 0s | 0% | /home/admin/actions-runner/_work/_temp/depends/config.guess |
| 3792 | 0s | 0% | export HOST=x86_64-pc-linux-gnu |
| 3793 | 0s | 0% | HOST=x86_64-pc-linux-gnu |
| 3794 | 0s | 0% | tee /dev/fd/63 |
| 3795 | 0s | 0% | patch -p1 |
| 3797 | 0s | 0% | b/src/leveldb/db/db_impl.cc |
| 3807 | 0s | 0% | 1].Add(stats); |
| 3808 | 0s | 0% | '[' false = true ']' |
| 3809 | 0s | 0% | '[' false = true ']' |
| 3810 | 0s | 0% | '[' '' = true ']' |
| 3811 | 0s | 0% | '[' false = true ']' |
| 3812 | 0s | 0% | '[' '' == macos ']' |
| 3813 | 0s | 0% | echo |
| 3814 | 0s | 0% | '[' -z 1 ']' |
| 3815 | 0s | 0% | '[' '' = true ']' |
| 3816 | 0s | 0% | BITCOIN_CONFIG_ALL=--disable-dependency-tracking |
| 3817 | 0s | 0% | '[' -z 1 ']' |
| 3818 | 0s | 0% | '[' -z '' ']' |
| 3819 | 0s | 0% | BITCOIN_CONFIG_ALL='--disable-dependency-tracking --enable-werror' |
| 3820 | 0s | 0% | ccache --zero-stats |
| 3823 | 0s | 0% | PRINT_CCACHE_STATISTICS='ccache --version | head -n 1 && ccache --show-stats' |
| 3824 | 0s | 0% | BITCOIN_CONFIG_ALL='--disable-dependency-tracking --enable-werror --enable-external-signer --prefix=/home/admin/actions-runner/_work/_temp/ci/scratch/out' |
| 3825 | 0s | 0% | '[' -n '' ']' |
| 3826 | 7s | 1% | ./autogen.sh |
| 3858 | 0s | 0% | mkdir -p /home/admin/actions-runner/_work/_temp/build |
| 3859 | 0s | 0% | cd /home/admin/actions-runner/_work/_temp/build |
| 3860 | 0s | 0% | bash -c '/home/admin/actions-runner/_work/_temp/configure --cache-file=config.cache --disable-dependency-tracking --enable-werror --enable-external-signer --prefix=/home/admin/actions-runner/_work/_temp/ci/scratch/out CC=clang-18 CXX=clang++-18 --with-incompatible-bdb --disable-hardening CFLAGS='\''-O0 -g0'\'' CXXFLAGS='\''-O0 -g0'\''' |
| 3875 | 0s | 0% | compiler works... yes |
| 3876 | 1s | 0% | compiler default output file name... a.out |
| 3949 | 0s | 0% | preprocessor... clang++-18 -std=c++20 -E |
| 3977 | 0s | 0% | compiler accepts -Werror... yes |
| 3979 | 0s | 0% | compiler accepts -Wall... yes |
| 3980 | 0s | 0% | compiler accepts -Wextra... yes |
| 3981 | 0s | 0% | compiler accepts -Wgnu... yes |
| 3982 | 0s | 0% | compiler accepts -Wformat -Wformat-security... yes |
| 3983 | 0s | 0% | compiler accepts -Wvla... yes |
| 3984 | 0s | 0% | compiler accepts -Wshadow-field... yes |
| 3985 | 0s | 0% | compiler accepts -Wthread-safety... yes |
| 3986 | 0s | 0% | compiler accepts -Wloop-analysis... yes |
| 3987 | 0s | 0% | compiler accepts -Wredundant-decls... yes |
| 3988 | 0s | 0% | compiler accepts -Wunused-member-function... yes |
| 3989 | 0s | 0% | compiler accepts -Wdate-time... yes |
| 3990 | 0s | 0% | compiler accepts -Wconditional-uninitialized... yes |
| 3991 | 0s | 0% | compiler accepts -Wduplicated-branches... no |
| 3992 | 0s | 0% | compiler accepts -Wduplicated-cond... no |
| 3993 | 0s | 0% | compiler accepts -Wlogical-op... no |
| 3994 | 0s | 0% | compiler accepts -Woverloaded-virtual... yes |
| 3995 | 0s | 0% | compiler accepts -Wsuggest-override... yes |
| 3996 | 0s | 0% | compiler accepts -Wimplicit-fallthrough... yes |
| 3997 | 0s | 0% | compiler accepts -Wunreachable-code... yes |
| 3998 | 0s | 0% | compiler accepts -Wdocumentation... yes |
| 3999 | 0s | 0% | compiler accepts -Wself-assign... yes |
| 4000 | 0s | 0% | compiler accepts -Wundef... yes |
| 4001 | 0s | 0% | compiler accepts -Wunused-parameter... yes |
| 4002 | 0s | 0% | compiler accepts -fno-extended-identifiers... no |
| 4003 | 0s | 0% | compiler accepts -fstack-reuse=none... no |
| 4004 | 0s | 0% | compiler accepts -msse4.2... yes |
| 4005 | 0s | 0% | compiler accepts -msse4.1... yes |
| 4006 | 0s | 0% | compiler accepts -mavx -mavx2... yes |
| 4007 | 0s | 0% | compiler accepts -msse4 -msha... yes |
| 4008 | 0s | 0% | compiler accepts -mpclmul... yes |
| 4013 | 0s | 0% | compiler accepts -march=armv8-a+crc+crypto... no |
| 4014 | 1s | 0% | compiler accepts -march=armv8-a+crypto... no |
| 4031 | 2s | 0% | compiler accepts -fPIC... yes |
| 4091 | 0s | 0% | headers... default |
| 4105 | 2s | 0% | preprocessor accepts -DBOOST_NO_CXX98_FUNCTION_BASE... yes |
| 4309 | 2s | 0% | make distdir VERSION=x86_64-pc-linux-gnu |
| 4373 | 0s | 0% | cd /home/admin/actions-runner/_work/_temp/build/bitcoin-x86_64-pc-linux-gnu |
| 4374 | 0s | 0% | bash -c './configure --cache-file=../config.cache --disable-dependency-tracking --enable-werror --enable-external-signer --prefix=/home/admin/actions-runner/_work/_temp/ci/scratch/out CC=clang-18 CXX=clang++-18 --with-incompatible-bdb --disable-hardening CFLAGS='\''-O0 -g0'\'' CXXFLAGS='\''-O0 -g0'\''' |
| 4388 | 0s | 0% | compiler works... yes |
| 4389 | 0s | 0% | compiler default output file name... a.out |
| 4462 | 0s | 0% | preprocessor... (cached) clang++-18 -std=c++20 -E |
| 4487 | 0s | 0% | compiler accepts -Werror... (cached) yes |
| 4489 | 0s | 0% | compiler accepts -Wall... (cached) yes |
| 4490 | 0s | 0% | compiler accepts -Wextra... (cached) yes |
| 4491 | 0s | 0% | compiler accepts -Wgnu... (cached) yes |
| 4492 | 0s | 0% | compiler accepts -Wformat -Wformat-security... (cached) yes |
| 4493 | 0s | 0% | compiler accepts -Wvla... (cached) yes |
| 4494 | 0s | 0% | compiler accepts -Wshadow-field... (cached) yes |
| 4495 | 0s | 0% | compiler accepts -Wthread-safety... (cached) yes |
| 4496 | 0s | 0% | compiler accepts -Wloop-analysis... (cached) yes |
| 4497 | 0s | 0% | compiler accepts -Wredundant-decls... (cached) yes |
| 4498 | 0s | 0% | compiler accepts -Wunused-member-function... (cached) yes |
| 4499 | 0s | 0% | compiler accepts -Wdate-time... (cached) yes |
| 4500 | 0s | 0% | compiler accepts -Wconditional-uninitialized... (cached) yes |
| 4501 | 0s | 0% | compiler accepts -Wduplicated-branches... (cached) no |
| 4502 | 0s | 0% | compiler accepts -Wduplicated-cond... (cached) no |
| 4503 | 0s | 0% | compiler accepts -Wlogical-op... (cached) no |
| 4504 | 0s | 0% | compiler accepts -Woverloaded-virtual... (cached) yes |
| 4505 | 0s | 0% | compiler accepts -Wsuggest-override... (cached) yes |
| 4506 | 0s | 0% | compiler accepts -Wimplicit-fallthrough... (cached) yes |
| 4507 | 0s | 0% | compiler accepts -Wunreachable-code... (cached) yes |
| 4508 | 0s | 0% | compiler accepts -Wdocumentation... (cached) yes |
| 4509 | 0s | 0% | compiler accepts -Wself-assign... (cached) yes |
| 4510 | 0s | 0% | compiler accepts -Wundef... (cached) yes |
| 4511 | 0s | 0% | compiler accepts -Wunused-parameter... (cached) yes |
| 4512 | 0s | 0% | compiler accepts -fno-extended-identifiers... (cached) no |
| 4513 | 0s | 0% | compiler accepts -fstack-reuse=none... (cached) no |
| 4514 | 0s | 0% | compiler accepts -msse4.2... (cached) yes |
| 4515 | 0s | 0% | compiler accepts -msse4.1... (cached) yes |
| 4516 | 0s | 0% | compiler accepts -mavx -mavx2... (cached) yes |
| 4517 | 0s | 0% | compiler accepts -msse4 -msha... (cached) yes |
| 4518 | 0s | 0% | compiler accepts -mpclmul... (cached) yes |
| 4523 | 0s | 0% | compiler accepts -march=armv8-a+crc+crypto... (cached) no |
| 4524 | 0s | 0% | compiler accepts -march=armv8-a+crypto... (cached) no |
| 4541 | 1s | 0% | compiler accepts -fPIC... (cached) yes |
| 4589 | 0s | 0% | headers... default |
| 4603 | 2s | 0% | preprocessor accepts -DBOOST_NO_CXX98_FUNCTION_BASE... (cached) yes |
| 4796 | 0s | 0% | [[ true == \t\r\u\e ]] |
| 4797 | 0s | 0% | MAYBE_BEAR='bear --config src/.bear-tidy-config' |
| 4798 | 0s | 0% | MAYBE_TOKEN=-- |
| 4799 | 3m0s | 44% | bash -c 'bear --config src/.bear-tidy-config -- make -j8 install' |