| 789 | 0s | 0% | dirname ./ci/test/00_setup_env.sh |
| 790 | 0s | 0% | cd ./ci/test/../../ |
| 791 | 0s | 0% | pwd |
| 792 | 0s | 0% | BASE_READ_ONLY_DIR=/home/admin/actions-runner/_work/bitcoin/bitcoin |
| 793 | 0s | 0% | export BASE_READ_ONLY_DIR |
| 794 | 0s | 0% | export BASE_ROOT_DIR=/home/admin/actions-runner/_work/_temp |
| 795 | 0s | 0% | BASE_ROOT_DIR=/home/admin/actions-runner/_work/_temp |
| 796 | 0s | 0% | export DEPENDS_DIR=/home/admin/actions-runner/_work/_temp/depends |
| 797 | 0s | 0% | DEPENDS_DIR=/home/admin/actions-runner/_work/_temp/depends |
| 798 | 0s | 0% | export BASE_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch |
| 799 | 0s | 0% | BASE_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch |
| 800 | 0s | 0% | export BINS_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/bins/ |
| 801 | 0s | 0% | BINS_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/bins/ |
| 802 | 0s | 0% | echo 'Setting specific values in env' |
| 804 | 0s | 0% | '[' -n ./ci/test/00_setup_env_native_tsan.sh ']' |
| 805 | 0s | 0% | set -o errexit |
| 806 | 0s | 0% | source ./ci/test/00_setup_env_native_tsan.sh |
| 807 | 0s | 0% | export LC_ALL=C.UTF-8 |
| 808 | 0s | 0% | LC_ALL=C.UTF-8 |
| 809 | 0s | 0% | export CONTAINER_NAME=ci_native_tsan |
| 810 | 0s | 0% | CONTAINER_NAME=ci_native_tsan |
| 811 | 0s | 0% | export CI_IMAGE_NAME_TAG=docker.io/ubuntu:24.04 |
| 812 | 0s | 0% | CI_IMAGE_NAME_TAG=docker.io/ubuntu:24.04 |
| 813 | 0s | 0% | export 'PACKAGES=clang-18 llvm-18 libclang-rt-18-dev libc++abi-18-dev libc++-18-dev python3-zmq' |
| 814 | 0s | 0% | PACKAGES='clang-18 llvm-18 libclang-rt-18-dev libc++abi-18-dev libc++-18-dev python3-zmq' |
| 815 | 0s | 0% | export 'DEP_OPTS=CC=clang-18 CXX='\''clang++-18 -stdlib=libc++'\''' |
| 816 | 0s | 0% | DEP_OPTS='CC=clang-18 CXX='\''clang++-18 -stdlib=libc++'\''' |
| 817 | 0s | 0% | export GOAL=install |
| 818 | 0s | 0% | GOAL=install |
| 819 | 0s | 0% | export 'BITCOIN_CONFIG=--enable-zmq CPPFLAGS='\''-DARENA_DEBUG -DDEBUG_LOCKORDER -DDEBUG_LOCKCONTENTION -D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES'\'' --with-sanitizers=thread' |
| 820 | 0s | 0% | BITCOIN_CONFIG='--enable-zmq CPPFLAGS='\''-DARENA_DEBUG -DDEBUG_LOCKORDER -DDEBUG_LOCKCONTENTION -D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES'\'' --with-sanitizers=thread' |
| 821 | 0s | 0% | echo 'Fallback to default values in env (if not yet set)' |
| 822 | 0s | 0% | command -v nproc |
| 824 | 0s | 0% | nproc |
| 825 | 0s | 0% | export MAKEJOBS=-j8 |
| 826 | 0s | 0% | MAKEJOBS=-j8 |
| 827 | 0s | 0% | export USE_BUSY_BOX=false |
| 828 | 0s | 0% | USE_BUSY_BOX=false |
| 829 | 0s | 0% | export RUN_UNIT_TESTS=true |
| 830 | 0s | 0% | RUN_UNIT_TESTS=true |
| 831 | 0s | 0% | export RUN_FUNCTIONAL_TESTS=true |
| 832 | 0s | 0% | RUN_FUNCTIONAL_TESTS=true |
| 833 | 0s | 0% | export RUN_TIDY=false |
| 834 | 0s | 0% | RUN_TIDY=false |
| 835 | 0s | 0% | export TEST_RUNNER_TIMEOUT_FACTOR=40 |
| 836 | 0s | 0% | TEST_RUNNER_TIMEOUT_FACTOR=40 |
| 837 | 0s | 0% | export RUN_FUZZ_TESTS=false |
| 838 | 0s | 0% | RUN_FUZZ_TESTS=false |
| 839 | 0s | 0% | export BOOST_TEST_RANDOM=1 |
| 840 | 0s | 0% | BOOST_TEST_RANDOM=1 |
| 841 | 0s | 0% | export DEBIAN_FRONTEND=noninteractive |
| 842 | 0s | 0% | DEBIAN_FRONTEND=noninteractive |
| 843 | 0s | 0% | export CCACHE_MAXSIZE=100M |
| 844 | 0s | 0% | CCACHE_MAXSIZE=100M |
| 845 | 0s | 0% | export CCACHE_TEMPDIR=/tmp/.ccache-temp |
| 846 | 0s | 0% | CCACHE_TEMPDIR=/tmp/.ccache-temp |
| 847 | 0s | 0% | export CCACHE_COMPRESS=1 |
| 848 | 0s | 0% | CCACHE_COMPRESS=1 |
| 849 | 0s | 0% | export CCACHE_DIR=/home/admin/actions-runner/_work/_temp/ccache_dir |
| 850 | 0s | 0% | CCACHE_DIR=/home/admin/actions-runner/_work/_temp/ccache_dir |
| 851 | 0s | 0% | export BASE_OUTDIR=/home/admin/actions-runner/_work/_temp/ci/scratch/out |
| 852 | 0s | 0% | BASE_OUTDIR=/home/admin/actions-runner/_work/_temp/ci/scratch/out |
| 853 | 0s | 0% | export BASE_BUILD_DIR=/home/admin/actions-runner/_work/_temp/build |
| 854 | 0s | 0% | BASE_BUILD_DIR=/home/admin/actions-runner/_work/_temp/build |
| 855 | 0s | 0% | export PREVIOUS_RELEASES_DIR=/home/admin/actions-runner/_work/_temp/previous_releases |
| 856 | 0s | 0% | PREVIOUS_RELEASES_DIR=/home/admin/actions-runner/_work/_temp/previous_releases |
| 857 | 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' |
| 858 | 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' |
| 859 | 0s | 0% | export GOAL=install |
| 860 | 0s | 0% | GOAL=install |
| 861 | 0s | 0% | export DIR_QA_ASSETS=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets |
| 862 | 0s | 0% | DIR_QA_ASSETS=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets |
| 863 | 0s | 0% | export 'CI_RETRY_EXE=retry --' |
| 864 | 0s | 0% | CI_RETRY_EXE='retry --' |
| 865 | 0s | 0% | set -o errexit |
| 866 | 0s | 0% | ./ci/test/02_run_container.sh |
| 867 | 0s | 0% | '[' -z '' ']' |
| 868 | 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]' |
| 869 | 0s | 0% | tee /tmp/env-admin-ci_native_tsan |
| 996 | 0s | 0% | docker run --rm docker.io/ubuntu:24.04 bash -c 'env | grep --extended-regexp '\''^(HOME|PATH|USER)='\''' |
| 997 | 4s | 0% | tee --append /tmp/env-admin-ci_native_tsan |
| 1008 | 0s | 0% | echo 'Creating docker.io/ubuntu:24.04 container to run in' |
| 1010 | 5s | 0% | docker buildx build --file /home/admin/actions-runner/_work/bitcoin/bitcoin/ci/test_imagefile --build-arg CI_IMAGE_NAME_TAG=docker.io/ubuntu:24.04 --build-arg FILE_ENV=./ci/test/00_setup_env_native_tsan.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_tsan --load --tag=ci_native_tsan /home/admin/actions-runner/_work/bitcoin/bitcoin |
| 1060 | 0s | 0% | dirname ./ci/test/00_setup_env.sh |
| 1061 | 0s | 0% | cd ./ci/test/../../ |
| 1062 | 0s | 0% | pwd |
| 1063 | 0s | 0% | BASE_READ_ONLY_DIR=/ci_container_base |
| 1064 | 0s | 0% | export BASE_READ_ONLY_DIR |
| 1065 | 0s | 0% | export BASE_ROOT_DIR=/home/admin/actions-runner/_work/_temp |
| 1066 | 0s | 0% | BASE_ROOT_DIR=/home/admin/actions-runner/_work/_temp |
| 1067 | 0s | 0% | export DEPENDS_DIR=/home/admin/actions-runner/_work/_temp/depends |
| 1068 | 0s | 0% | DEPENDS_DIR=/home/admin/actions-runner/_work/_temp/depends |
| 1069 | 0s | 0% | export BASE_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch |
| 1070 | 0s | 0% | BASE_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch |
| 1071 | 0s | 0% | export BINS_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/bins/ |
| 1072 | 0s | 0% | BINS_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/bins/ |
| 1073 | 0s | 0% | echo 'Setting specific values in env' |
| 1075 | 0s | 0% | '[' -n ./ci/test/00_setup_env_native_tsan.sh ']' |
| 1076 | 0s | 0% | set -o errexit |
| 1077 | 0s | 0% | source ./ci/test/00_setup_env_native_tsan.sh |
| 1078 | 0s | 0% | export LC_ALL=C.UTF-8 |
| 1079 | 0s | 0% | LC_ALL=C.UTF-8 |
| 1080 | 0s | 0% | export CONTAINER_NAME=ci_native_tsan |
| 1081 | 0s | 0% | CONTAINER_NAME=ci_native_tsan |
| 1082 | 0s | 0% | export CI_IMAGE_NAME_TAG=docker.io/ubuntu:24.04 |
| 1083 | 0s | 0% | CI_IMAGE_NAME_TAG=docker.io/ubuntu:24.04 |
| 1084 | 0s | 0% | export 'PACKAGES=clang-18 llvm-18 libclang-rt-18-dev libc++abi-18-dev libc++-18-dev python3-zmq' |
| 1086 | 0s | 0% | PACKAGES='clang-18 llvm-18 libclang-rt-18-dev libc++abi-18-dev libc++-18-dev python3-zmq' |
| 1087 | 0s | 0% | export 'DEP_OPTS=CC=clang-18 CXX='\''clang++-18 -stdlib=libc++'\''' |
| 1088 | 0s | 0% | DEP_OPTS='CC=clang-18 CXX='\''clang++-18 -stdlib=libc++'\''' |
| 1089 | 0s | 0% | export GOAL=install |
| 1090 | 0s | 0% | GOAL=install |
| 1091 | 0s | 0% | export 'BITCOIN_CONFIG=--enable-zmq CPPFLAGS='\''-DARENA_DEBUG -DDEBUG_LOCKORDER -DDEBUG_LOCKCONTENTION -D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES'\'' --with-sanitizers=thread' |
| 1092 | 0s | 0% | BITCOIN_CONFIG='--enable-zmq CPPFLAGS='\''-DARENA_DEBUG -DDEBUG_LOCKORDER -DDEBUG_LOCKCONTENTION -D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES'\'' --with-sanitizers=thread' |
| 1093 | 0s | 0% | echo 'Fallback to default values in env (if not yet set)' |
| 1094 | 0s | 0% | command -v nproc |
| 1095 | 0s | 0% | nproc |
| 1096 | 0s | 0% | export MAKEJOBS=-j8 |
| 1097 | 0s | 0% | MAKEJOBS=-j8 |
| 1098 | 0s | 0% | export USE_BUSY_BOX=false |
| 1099 | 0s | 0% | USE_BUSY_BOX=false |
| 1100 | 0s | 0% | export RUN_UNIT_TESTS=true |
| 1101 | 0s | 0% | RUN_UNIT_TESTS=true |
| 1102 | 0s | 0% | export RUN_FUNCTIONAL_TESTS=true |
| 1103 | 0s | 0% | RUN_FUNCTIONAL_TESTS=true |
| 1104 | 0s | 0% | export RUN_TIDY=false |
| 1105 | 0s | 0% | RUN_TIDY=false |
| 1106 | 0s | 0% | export TEST_RUNNER_TIMEOUT_FACTOR=40 |
| 1107 | 0s | 0% | TEST_RUNNER_TIMEOUT_FACTOR=40 |
| 1108 | 0s | 0% | export RUN_FUZZ_TESTS=false |
| 1109 | 0s | 0% | RUN_FUZZ_TESTS=false |
| 1110 | 0s | 0% | export BOOST_TEST_RANDOM=1 |
| 1111 | 0s | 0% | BOOST_TEST_RANDOM=1 |
| 1112 | 0s | 0% | export DEBIAN_FRONTEND=noninteractive |
| 1113 | 0s | 0% | DEBIAN_FRONTEND=noninteractive |
| 1114 | 0s | 0% | export CCACHE_MAXSIZE=100M |
| 1115 | 0s | 0% | CCACHE_MAXSIZE=100M |
| 1116 | 0s | 0% | export CCACHE_TEMPDIR=/tmp/.ccache-temp |
| 1117 | 0s | 0% | CCACHE_TEMPDIR=/tmp/.ccache-temp |
| 1118 | 0s | 0% | export CCACHE_COMPRESS=1 |
| 1119 | 0s | 0% | CCACHE_COMPRESS=1 |
| 1120 | 0s | 0% | export CCACHE_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/.ccache |
| 1121 | 0s | 0% | CCACHE_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/.ccache |
| 1122 | 0s | 0% | export BASE_OUTDIR=/home/admin/actions-runner/_work/_temp/ci/scratch/out |
| 1123 | 0s | 0% | BASE_OUTDIR=/home/admin/actions-runner/_work/_temp/ci/scratch/out |
| 1124 | 0s | 0% | export BASE_BUILD_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/build |
| 1125 | 0s | 0% | BASE_BUILD_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/build |
| 1126 | 0s | 0% | export PREVIOUS_RELEASES_DIR=/home/admin/actions-runner/_work/_temp/prev_releases |
| 1127 | 0s | 0% | PREVIOUS_RELEASES_DIR=/home/admin/actions-runner/_work/_temp/prev_releases |
| 1128 | 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' |
| 1129 | 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' |
| 1130 | 0s | 0% | export GOAL=install |
| 1131 | 0s | 0% | GOAL=install |
| 1132 | 0s | 0% | export DIR_QA_ASSETS=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets |
| 1133 | 0s | 0% | DIR_QA_ASSETS=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets |
| 1134 | 0s | 0% | export 'CI_RETRY_EXE=retry --' |
| 1135 | 0s | 0% | CI_RETRY_EXE='retry --' |
| 1136 | 0s | 0% | ./ci/test/01_base_install.sh |
| 1137 | 0s | 0% | CFG_DONE=ci.base-install-done |
| 1138 | 0s | 0% | git config --global ci.base-install-done |
| 1140 | 0s | 0% | '[' '' == true ']' |
| 1141 | 0s | 0% | '[' -n '' ']' |
| 1142 | 0s | 0% | [[ docker.io/ubuntu:24.04 == *centos* ]] |
| 1143 | 0s | 0% | '[' '' '!=' macos ']' |
| 1144 | 0s | 0% | [[ -n '' ]] |
| 1145 | 2s | 0% | retry -- apt-get update |
| 1166 | 0s | 0% | retry -- bash -c 'apt-get install --no-install-recommends --no-upgrade -y clang-18 llvm-18 libclang-rt-18-dev libc++abi-18-dev libc++-18-dev python3-zmq build-essential libtool autotools-dev automake pkg-config bsdmainutils curl ca-certificates ccache python3 rsync git procps bison e2fsprogs cmake' |
| 1175 | 0s | 0% | g++-13 g++-13-x86-64-linux-gnu g++-x86-64-linux-gnu gcc |
| 1223 | 7s | 1% | g++-13 |
| 1342 | 5s | 0% | amd64 4:13.2.0-7ubuntu1 [1100 B] |
| 1775 | 4s | 0% | (4:13.2.0-7ubuntu1) ... |
| 2124 | 0s | 0% | (4:13.2.0-7ubuntu1) ... |
| 2125 | 0s | 0% | to provide /usr/bin/c++ (c++) in auto mode |
| 2134 | 0s | 0% | '[' -n '' ']' |
| 2135 | 0s | 0% | [[ '' == \t\r\u\e ]] |
| 2136 | 0s | 0% | [[ false == \t\r\u\e ]] |
| 2137 | 0s | 0% | mkdir -p /home/admin/actions-runner/_work/_temp/depends/SDKs /home/admin/actions-runner/_work/_temp/depends/sdk-sources |
| 2138 | 0s | 0% | OSX_SDK_BASENAME=Xcode---extracted-SDK-with-libcxx-headers |
| 2139 | 0s | 0% | '[' -n '' ']' |
| 2140 | 24s | 4% | git config --global ci.base-install-done true |
| 2157 | 0s | 0% | docker volume create ci_native_tsan_ccache |
| 2159 | 0s | 0% | docker volume create ci_native_tsan_depends |
| 2161 | 0s | 0% | docker volume create ci_native_tsan_depends_sources |
| 2163 | 0s | 0% | docker volume create ci_native_tsan_previous_releases |
| 2165 | 0s | 0% | CI_CCACHE_MOUNT=type=volume,src=ci_native_tsan_ccache,dst=/home/admin/actions-runner/_work/_temp/ccache_dir |
| 2166 | 0s | 0% | CI_DEPENDS_MOUNT=type=volume,src=ci_native_tsan_depends,dst=/home/admin/actions-runner/_work/_temp/depends/built |
| 2167 | 0s | 0% | CI_DEPENDS_SOURCES_MOUNT=type=volume,src=ci_native_tsan_depends_sources,dst=/home/admin/actions-runner/_work/_temp/depends/sources |
| 2168 | 0s | 0% | CI_PREVIOUS_RELEASES_MOUNT=type=volume,src=ci_native_tsan_previous_releases,dst=/home/admin/actions-runner/_work/_temp/previous_releases |
| 2169 | 0s | 0% | '[' '' ']' |
| 2170 | 0s | 0% | docker network create --ipv6 --subnet 1111:1111::/112 ci-ip6net |
| 2172 | 0s | 0% | '[' -n '' ']' |
| 2174 | 0s | 0% | echo 'Prune all dangling bitcoin-ci-test images' |
| 2175 | 0s | 0% | docker image prune --force --filter label=bitcoin-ci-test |
| 2177 | 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_tsan_ccache,dst=/home/admin/actions-runner/_work/_temp/ccache_dir --mount type=volume,src=ci_native_tsan_depends,dst=/home/admin/actions-runner/_work/_temp/depends/built --mount type=volume,src=ci_native_tsan_depends_sources,dst=/home/admin/actions-runner/_work/_temp/depends/sources --mount type=volume,src=ci_native_tsan_previous_releases,dst=/home/admin/actions-runner/_work/_temp/previous_releases --env-file /tmp/env-admin-ci_native_tsan --name ci_native_tsan --network ci-ip6net ci_native_tsan |
| 2178 | 0s | 0% | CI_CONTAINER_ID=3be13f4a1a9ea65ae58d115b506f310b58b49c076337a822ebd3614d09aed075 |
| 2179 | 0s | 0% | export CI_CONTAINER_ID |
| 2180 | 0s | 0% | export 'CI_EXEC_CMD_PREFIX=docker exec 3be13f4a1a9ea65ae58d115b506f310b58b49c076337a822ebd3614d09aed075' |
| 2181 | 0s | 0% | CI_EXEC_CMD_PREFIX='docker exec 3be13f4a1a9ea65ae58d115b506f310b58b49c076337a822ebd3614d09aed075' |
| 2182 | 0s | 0% | '[' '' == macos ']' |
| 2183 | 0s | 0% | export -f CI_EXEC |
| 2184 | 0s | 0% | CI_EXEC rsync --archive --stats --human-readable /home/admin/actions-runner/_work/bitcoin/bitcoin/ /home/admin/actions-runner/_work/_temp |
| 2185 | 0s | 0% | docker exec 3be13f4a1a9ea65ae58d115b506f310b58b49c076337a822ebd3614d09aed075 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' |
| 2203 | 0s | 0% | CI_EXEC /home/admin/actions-runner/_work/_temp/ci/test/01_base_install.sh |
| 2204 | 0s | 0% | docker exec 3be13f4a1a9ea65ae58d115b506f310b58b49c076337a822ebd3614d09aed075 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' |
| 2205 | 0s | 0% | CFG_DONE=ci.base-install-done |
| 2206 | 0s | 0% | git config --global ci.base-install-done |
| 2207 | 0s | 0% | '[' true == true ']' |
| 2208 | 0s | 0% | echo 'Skip base install' |
| 2209 | 0s | 0% | exit 0 |
| 2211 | 0s | 0% | CI_EXEC git config --global --add safe.directory '"*"' |
| 2212 | 0s | 0% | docker exec 3be13f4a1a9ea65ae58d115b506f310b58b49c076337a822ebd3614d09aed075 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 "*"' |
| 2213 | 0s | 0% | CI_EXEC mkdir -p /home/admin/actions-runner/_work/_temp/ci/scratch/bins/ |
| 2214 | 0s | 0% | docker exec 3be13f4a1a9ea65ae58d115b506f310b58b49c076337a822ebd3614d09aed075 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/' |
| 2215 | 0s | 0% | CI_EXEC /home/admin/actions-runner/_work/_temp/ci/test/03_test_script.sh |
| 2216 | 0s | 0% | docker exec 3be13f4a1a9ea65ae58d115b506f310b58b49c076337a822ebd3614d09aed075 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' |
| 2217 | 0s | 0% | export ASAN_OPTIONS=detect_leaks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1 |
| 2218 | 0s | 0% | ASAN_OPTIONS=detect_leaks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1 |
| 2219 | 0s | 0% | export LSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/lsan |
| 2220 | 0s | 0% | LSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/lsan |
| 2221 | 0s | 0% | export TSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/tsan:halt_on_error=1 |
| 2222 | 0s | 0% | TSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/tsan:halt_on_error=1 |
| 2223 | 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 |
| 2224 | 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 |
| 2225 | 0s | 0% | '[' '' == macos ']' |
| 2226 | 0s | 0% | free -m -h |
| 2230 | 0s | 0% | nproc |
| 2231 | 0s | 0% | echo 'Number of CPUs (nproc): 8' |
| 2233 | 0s | 0% | uname --kernel-name --kernel-release |
| 2234 | 0s | 0% | echo 'System info: Linux 6.14.0-37-generic' |
| 2235 | 0s | 0% | lscpu |
| 2251 | 0s | 0% | echo 'Free disk space:' |
| 2252 | 0s | 0% | df -h |
| 2283 | 0s | 0% | [[ ci_native_tsan == \c\i\_\n\a\t\i\v\e\_\a\s\a\n ]] |
| 2284 | 0s | 0% | /home/admin/actions-runner/_work/_temp/depends/config.guess |
| 2293 | 0s | 0% | export HOST=x86_64-pc-linux-gnu |
| 2294 | 0s | 0% | HOST=x86_64-pc-linux-gnu |
| 2295 | 0s | 0% | tee /dev/fd/63 |
| 2296 | 0s | 0% | patch -p1 |
| 2298 | 0s | 0% | b/src/leveldb/db/db_impl.cc |
| 2308 | 0s | 0% | 1].Add(stats); |
| 2309 | 0s | 0% | '[' false = true ']' |
| 2310 | 0s | 0% | '[' true = true ']' |
| 2311 | 0s | 0% | export DIR_UNIT_TEST_DATA=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets/unit_test_data/ |
| 2312 | 0s | 0% | DIR_UNIT_TEST_DATA=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets/unit_test_data/ |
| 2313 | 0s | 0% | '[' '!' -d /home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets/unit_test_data/ ']' |
| 2314 | 0s | 0% | mkdir -p /home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets/unit_test_data/ |
| 2316 | 1s | 0% | retry -- curl --location --fail https://github.com/bitcoin-core/qa-assets/raw/main/unit_test_data/script_assets_test.json -o /home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets/unit_test_data//script_assets_test.json |
| 2326 | 0s | 0% | '[' false = true ']' |
| 2327 | 0s | 0% | '[' '' == macos ']' |
| 2328 | 0s | 0% | echo |
| 2329 | 0s | 0% | '[' -z '' ']' |
| 2330 | 0s | 0% | [[ docker.io/ubuntu:24.04 == *centos* ]] |
| 2331 | 0s | 0% | SHELL_OPTS=CONFIG_SHELL= |
| 2332 | 5m35s | 57% | bash -c 'CONFIG_SHELL= make -j8 -C depends HOST=x86_64-pc-linux-gnu CC=clang-18 CXX='\''clang++-18 -stdlib=libc++'\'' LOG=1' |
| 2802 | 0s | 0% | '[' '' = true ']' |
| 2803 | 0s | 0% | BITCOIN_CONFIG_ALL=--disable-dependency-tracking |
| 2804 | 0s | 0% | '[' -z '' ']' |
| 2805 | 0s | 0% | BITCOIN_CONFIG_ALL='--disable-dependency-tracking CONFIG_SITE=/home/admin/actions-runner/_work/_temp/depends/x86_64-pc-linux-gnu/share/config.site' |
| 2806 | 0s | 0% | '[' -z '' ']' |
| 2807 | 0s | 0% | BITCOIN_CONFIG_ALL='--disable-dependency-tracking CONFIG_SITE=/home/admin/actions-runner/_work/_temp/depends/x86_64-pc-linux-gnu/share/config.site --enable-werror' |
| 2808 | 0s | 0% | ccache --zero-stats |
| 2810 | 0s | 0% | PRINT_CCACHE_STATISTICS='ccache --version | head -n 1 && ccache --show-stats' |
| 2811 | 0s | 0% | BITCOIN_CONFIG_ALL='--disable-dependency-tracking CONFIG_SITE=/home/admin/actions-runner/_work/_temp/depends/x86_64-pc-linux-gnu/share/config.site --enable-werror --enable-external-signer --prefix=/home/admin/actions-runner/_work/_temp/ci/scratch/out' |
| 2812 | 0s | 0% | '[' -n '' ']' |
| 2813 | 7s | 1% | ./autogen.sh |
| 2845 | 0s | 0% | mkdir -p /home/admin/actions-runner/_work/_temp/build |
| 2846 | 0s | 0% | cd /home/admin/actions-runner/_work/_temp/build |
| 2847 | 0s | 0% | bash -c '/home/admin/actions-runner/_work/_temp/configure --cache-file=config.cache --disable-dependency-tracking CONFIG_SITE=/home/admin/actions-runner/_work/_temp/depends/x86_64-pc-linux-gnu/share/config.site --enable-werror --enable-external-signer --prefix=/home/admin/actions-runner/_work/_temp/ci/scratch/out --enable-zmq CPPFLAGS='\''-DARENA_DEBUG -DDEBUG_LOCKORDER -DDEBUG_LOCKCONTENTION -D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES'\'' --with-sanitizers=thread' |
| 2864 | 0s | 0% | compiler works... yes |
| 2865 | 0s | 0% | compiler default output file name... a.out |
| 2870 | 0s | 0% | accepts -g... yes |
| 2871 | 0s | 0% | option to enable C++11 features... unsupported |
| 2872 | 0s | 0% | option to enable C++98 features... none needed |
| 2875 | 0s | 0% | supports C++20 features with -std=c++20... yes |
| 2876 | 0s | 0% | -std=c++20 |
| 2878 | 0s | 0% | -std=c++20 accepts -g... yes |
| 2879 | 1s | 0% | -std=c++20... none |
| 2944 | 0s | 0% | preprocessor... clang++-18 -stdlib=libc++ -std=c++20 -E |
| 2945 | 0s | 0% | -std=c++20... /usr/bin/ld -m elf_x86_64 |
| 2947 | 0s | 0% | -std=c++20 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes |
| 2948 | 0s | 0% | -std=c++20 option to produce PIC... -fPIC -DPIC |
| 2949 | 0s | 0% | -std=c++20 PIC flag -fPIC -DPIC works... yes |
| 2950 | 0s | 0% | -std=c++20 static flag -static works... yes |
| 2951 | 0s | 0% | -std=c++20 supports -c -o file.o... yes |
| 2952 | 0s | 0% | -std=c++20 supports -c -o file.o... (cached) yes |
| 2953 | 0s | 0% | -std=c++20 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes |
| 2976 | 0s | 0% | compiler accepts -Werror... yes |
| 2978 | 0s | 0% | compiler accepts -fsanitize=thread... yes |
| 2980 | 0s | 0% | compiler accepts -Wall... yes |
| 2981 | 0s | 0% | compiler accepts -Wextra... yes |
| 2982 | 0s | 0% | compiler accepts -Wgnu... yes |
| 2983 | 0s | 0% | compiler accepts -Wformat -Wformat-security... yes |
| 2984 | 0s | 0% | compiler accepts -Wvla... yes |
| 2985 | 0s | 0% | compiler accepts -Wshadow-field... yes |
| 2986 | 0s | 0% | compiler accepts -Wthread-safety... yes |
| 2987 | 0s | 0% | compiler accepts -Wloop-analysis... yes |
| 2988 | 0s | 0% | compiler accepts -Wredundant-decls... yes |
| 2989 | 0s | 0% | compiler accepts -Wunused-member-function... yes |
| 2990 | 0s | 0% | compiler accepts -Wdate-time... yes |
| 2991 | 0s | 0% | compiler accepts -Wconditional-uninitialized... yes |
| 2992 | 0s | 0% | compiler accepts -Wduplicated-branches... no |
| 2993 | 0s | 0% | compiler accepts -Wduplicated-cond... no |
| 2994 | 0s | 0% | compiler accepts -Wlogical-op... no |
| 2995 | 0s | 0% | compiler accepts -Woverloaded-virtual... yes |
| 2996 | 0s | 0% | compiler accepts -Wsuggest-override... yes |
| 2997 | 0s | 0% | compiler accepts -Wimplicit-fallthrough... yes |
| 2998 | 0s | 0% | compiler accepts -Wunreachable-code... yes |
| 2999 | 0s | 0% | compiler accepts -Wdocumentation... yes |
| 3000 | 0s | 0% | compiler accepts -Wself-assign... yes |
| 3001 | 0s | 0% | compiler accepts -Wundef... yes |
| 3002 | 0s | 0% | compiler accepts -Wunused-parameter... yes |
| 3003 | 0s | 0% | compiler accepts -fno-extended-identifiers... no |
| 3004 | 0s | 0% | compiler accepts -fstack-reuse=none... no |
| 3005 | 0s | 0% | compiler accepts -msse4.2... yes |
| 3006 | 0s | 0% | compiler accepts -msse4.1... yes |
| 3007 | 0s | 0% | compiler accepts -mavx -mavx2... yes |
| 3008 | 0s | 0% | compiler accepts -msse4 -msha... yes |
| 3009 | 0s | 0% | compiler accepts -mpclmul... yes |
| 3014 | 0s | 0% | compiler accepts -march=armv8-a+crc+crypto... no |
| 3015 | 1s | 0% | compiler accepts -march=armv8-a+crypto... no |
| 3029 | 0s | 0% | -std=c++20 options needed to detect all undeclared functions... none needed |
| 3032 | 0s | 0% | compiler accepts -fPIC... yes |
| 3033 | 0s | 0% | compiler accepts -Wstack-protector... yes |
| 3034 | 0s | 0% | compiler accepts -fstack-protector-all... yes |
| 3035 | 0s | 0% | compiler accepts -fcf-protection=full... yes |
| 3036 | 0s | 0% | compiler accepts -fstack-clash-protection... yes |
| 3037 | 0s | 0% | preprocessor accepts -D_FORTIFY_SOURCE=3... yes |
| 3038 | 6s | 1% | preprocessor accepts -U_FORTIFY_SOURCE... yes |
| 3117 | 0s | 0% | headers... default |
| 3135 | 2s | 0% | preprocessor accepts -DBOOST_NO_CXX98_FUNCTION_BASE... no |
| 3340 | 0s | 0% | -std=c++20 |
| 3346 | 2s | 0% | make distdir VERSION=x86_64-pc-linux-gnu |
| 3410 | 0s | 0% | cd /home/admin/actions-runner/_work/_temp/build/bitcoin-x86_64-pc-linux-gnu |
| 3411 | 0s | 0% | bash -c './configure --cache-file=../config.cache --disable-dependency-tracking CONFIG_SITE=/home/admin/actions-runner/_work/_temp/depends/x86_64-pc-linux-gnu/share/config.site --enable-werror --enable-external-signer --prefix=/home/admin/actions-runner/_work/_temp/ci/scratch/out --enable-zmq CPPFLAGS='\''-DARENA_DEBUG -DDEBUG_LOCKORDER -DDEBUG_LOCKCONTENTION -D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES'\'' --with-sanitizers=thread' |
| 3427 | 0s | 0% | compiler works... yes |
| 3428 | 0s | 0% | compiler default output file name... a.out |
| 3433 | 0s | 0% | accepts -g... (cached) yes |
| 3434 | 0s | 0% | option to enable C++11 features... (cached) unsupported |
| 3435 | 0s | 0% | option to enable C++98 features... (cached) none needed |
| 3438 | 0s | 0% | supports C++20 features with -std=c++20... (cached) yes |
| 3439 | 0s | 0% | -std=c++20 |
| 3441 | 0s | 0% | -std=c++20 accepts -g... (cached) yes |
| 3442 | 0s | 0% | -std=c++20... (cached) none |
| 3507 | 0s | 0% | preprocessor... (cached) clang++-18 -stdlib=libc++ -std=c++20 -E |
| 3508 | 0s | 0% | -std=c++20... (cached) /usr/bin/ld -m elf_x86_64 |
| 3510 | 0s | 0% | -std=c++20 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes |
| 3511 | 0s | 0% | -std=c++20 option to produce PIC... (cached) -fPIC -DPIC |
| 3512 | 0s | 0% | -std=c++20 PIC flag -fPIC -DPIC works... (cached) yes |
| 3513 | 0s | 0% | -std=c++20 static flag -static works... (cached) yes |
| 3514 | 0s | 0% | -std=c++20 supports -c -o file.o... (cached) yes |
| 3515 | 0s | 0% | -std=c++20 supports -c -o file.o... (cached) yes |
| 3516 | 0s | 0% | -std=c++20 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes |
| 3536 | 0s | 0% | compiler accepts -Werror... (cached) yes |
| 3538 | 0s | 0% | compiler accepts -fsanitize=thread... (cached) yes |
| 3540 | 0s | 0% | compiler accepts -Wall... (cached) yes |
| 3541 | 0s | 0% | compiler accepts -Wextra... (cached) yes |
| 3542 | 0s | 0% | compiler accepts -Wgnu... (cached) yes |
| 3543 | 0s | 0% | compiler accepts -Wformat -Wformat-security... (cached) yes |
| 3544 | 0s | 0% | compiler accepts -Wvla... (cached) yes |
| 3545 | 0s | 0% | compiler accepts -Wshadow-field... (cached) yes |
| 3546 | 0s | 0% | compiler accepts -Wthread-safety... (cached) yes |
| 3547 | 0s | 0% | compiler accepts -Wloop-analysis... (cached) yes |
| 3548 | 0s | 0% | compiler accepts -Wredundant-decls... (cached) yes |
| 3549 | 0s | 0% | compiler accepts -Wunused-member-function... (cached) yes |
| 3550 | 0s | 0% | compiler accepts -Wdate-time... (cached) yes |
| 3551 | 0s | 0% | compiler accepts -Wconditional-uninitialized... (cached) yes |
| 3552 | 0s | 0% | compiler accepts -Wduplicated-branches... (cached) no |
| 3553 | 0s | 0% | compiler accepts -Wduplicated-cond... (cached) no |
| 3554 | 0s | 0% | compiler accepts -Wlogical-op... (cached) no |
| 3555 | 0s | 0% | compiler accepts -Woverloaded-virtual... (cached) yes |
| 3556 | 0s | 0% | compiler accepts -Wsuggest-override... (cached) yes |
| 3557 | 0s | 0% | compiler accepts -Wimplicit-fallthrough... (cached) yes |
| 3558 | 0s | 0% | compiler accepts -Wunreachable-code... (cached) yes |
| 3559 | 0s | 0% | compiler accepts -Wdocumentation... (cached) yes |
| 3560 | 0s | 0% | compiler accepts -Wself-assign... (cached) yes |
| 3561 | 0s | 0% | compiler accepts -Wundef... (cached) yes |
| 3562 | 0s | 0% | compiler accepts -Wunused-parameter... (cached) yes |
| 3563 | 0s | 0% | compiler accepts -fno-extended-identifiers... (cached) no |
| 3564 | 0s | 0% | compiler accepts -fstack-reuse=none... (cached) no |
| 3565 | 0s | 0% | compiler accepts -msse4.2... (cached) yes |
| 3566 | 0s | 0% | compiler accepts -msse4.1... (cached) yes |
| 3567 | 0s | 0% | compiler accepts -mavx -mavx2... (cached) yes |
| 3568 | 0s | 0% | compiler accepts -msse4 -msha... (cached) yes |
| 3569 | 0s | 0% | compiler accepts -mpclmul... (cached) yes |
| 3574 | 0s | 0% | compiler accepts -march=armv8-a+crc+crypto... (cached) no |
| 3575 | 0s | 0% | compiler accepts -march=armv8-a+crypto... (cached) no |
| 3589 | 0s | 0% | -std=c++20 options needed to detect all undeclared functions... (cached) none needed |
| 3592 | 0s | 0% | compiler accepts -fPIC... (cached) yes |
| 3593 | 0s | 0% | compiler accepts -Wstack-protector... (cached) yes |
| 3594 | 0s | 0% | compiler accepts -fstack-protector-all... (cached) yes |
| 3595 | 0s | 0% | compiler accepts -fcf-protection=full... (cached) yes |
| 3596 | 0s | 0% | compiler accepts -fstack-clash-protection... (cached) yes |
| 3597 | 0s | 0% | preprocessor accepts -D_FORTIFY_SOURCE=3... (cached) yes |
| 3598 | 5s | 0% | preprocessor accepts -U_FORTIFY_SOURCE... (cached) yes |
| 3665 | 0s | 0% | headers... default |
| 3683 | 2s | 0% | preprocessor accepts -DBOOST_NO_CXX98_FUNCTION_BASE... (cached) no |
| 3875 | 0s | 0% | -std=c++20 |
| 3881 | 0s | 0% | [[ false == \t\r\u\e ]] |
| 3882 | 2m0s | 20% | bash -c ' make -j8 install' |