| 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' |
| 803 | 0s | 0% | '[' -n ./ci/test/00_setup_env_native_tsan.sh ']' |
| 804 | 0s | 0% | set -o errexit |
| 805 | 0s | 0% | source ./ci/test/00_setup_env_native_tsan.sh |
| 806 | 0s | 0% | export LC_ALL=C.UTF-8 |
| 807 | 0s | 0% | LC_ALL=C.UTF-8 |
| 808 | 0s | 0% | export CONTAINER_NAME=ci_native_tsan |
| 809 | 0s | 0% | CONTAINER_NAME=ci_native_tsan |
| 810 | 0s | 0% | export CI_IMAGE_NAME_TAG=docker.io/ubuntu:24.04 |
| 811 | 0s | 0% | CI_IMAGE_NAME_TAG=docker.io/ubuntu:24.04 |
| 812 | 0s | 0% | export 'PACKAGES=clang-18 llvm-18 libclang-rt-18-dev libc++abi-18-dev libc++-18-dev python3-zmq' |
| 813 | 0s | 0% | PACKAGES='clang-18 llvm-18 libclang-rt-18-dev libc++abi-18-dev libc++-18-dev python3-zmq' |
| 814 | 0s | 0% | export 'DEP_OPTS=CC=clang-18 CXX='\''clang++-18 -stdlib=libc++'\''' |
| 815 | 0s | 0% | DEP_OPTS='CC=clang-18 CXX='\''clang++-18 -stdlib=libc++'\''' |
| 816 | 0s | 0% | export GOAL=install |
| 817 | 0s | 0% | GOAL=install |
| 818 | 0s | 0% | export 'BITCOIN_CONFIG=--enable-zmq CPPFLAGS='\''-DARENA_DEBUG -DDEBUG_LOCKORDER -DDEBUG_LOCKCONTENTION -D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES'\'' --with-sanitizers=thread' |
| 819 | 0s | 0% | BITCOIN_CONFIG='--enable-zmq CPPFLAGS='\''-DARENA_DEBUG -DDEBUG_LOCKORDER -DDEBUG_LOCKCONTENTION -D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES'\'' --with-sanitizers=thread' |
| 820 | 0s | 0% | echo 'Fallback to default values in env (if not yet set)' |
| 823 | 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 | 3s | 0% | tee --append /tmp/env-admin-ci_native_tsan |
| 1008 | 0s | 0% | echo 'Creating docker.io/ubuntu:24.04 container to run in' |
| 1009 | 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 |
| 1055 | 0s | 0% | dirname ./ci/test/00_setup_env.sh |
| 1056 | 0s | 0% | cd ./ci/test/../../ |
| 1057 | 0s | 0% | pwd |
| 1058 | 0s | 0% | BASE_READ_ONLY_DIR=/ci_container_base |
| 1059 | 0s | 0% | export BASE_READ_ONLY_DIR |
| 1060 | 0s | 0% | export BASE_ROOT_DIR=/home/admin/actions-runner/_work/_temp |
| 1061 | 0s | 0% | BASE_ROOT_DIR=/home/admin/actions-runner/_work/_temp |
| 1062 | 0s | 0% | export DEPENDS_DIR=/home/admin/actions-runner/_work/_temp/depends |
| 1063 | 0s | 0% | DEPENDS_DIR=/home/admin/actions-runner/_work/_temp/depends |
| 1064 | 0s | 0% | export BASE_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch |
| 1065 | 0s | 0% | BASE_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch |
| 1066 | 0s | 0% | export BINS_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/bins/ |
| 1067 | 0s | 0% | BINS_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/bins/ |
| 1068 | 0s | 0% | echo 'Setting specific values in env' |
| 1070 | 0s | 0% | '[' -n ./ci/test/00_setup_env_native_tsan.sh ']' |
| 1072 | 0s | 0% | set -o errexit |
| 1073 | 0s | 0% | source ./ci/test/00_setup_env_native_tsan.sh |
| 1074 | 0s | 0% | export LC_ALL=C.UTF-8 |
| 1075 | 0s | 0% | LC_ALL=C.UTF-8 |
| 1076 | 0s | 0% | export CONTAINER_NAME=ci_native_tsan |
| 1077 | 0s | 0% | CONTAINER_NAME=ci_native_tsan |
| 1078 | 0s | 0% | export CI_IMAGE_NAME_TAG=docker.io/ubuntu:24.04 |
| 1079 | 0s | 0% | CI_IMAGE_NAME_TAG=docker.io/ubuntu:24.04 |
| 1080 | 0s | 0% | export 'PACKAGES=clang-18 llvm-18 libclang-rt-18-dev libc++abi-18-dev libc++-18-dev python3-zmq' |
| 1081 | 0s | 0% | PACKAGES='clang-18 llvm-18 libclang-rt-18-dev libc++abi-18-dev libc++-18-dev python3-zmq' |
| 1082 | 0s | 0% | export 'DEP_OPTS=CC=clang-18 CXX='\''clang++-18 -stdlib=libc++'\''' |
| 1083 | 0s | 0% | DEP_OPTS='CC=clang-18 CXX='\''clang++-18 -stdlib=libc++'\''' |
| 1084 | 0s | 0% | export GOAL=install |
| 1085 | 0s | 0% | GOAL=install |
| 1086 | 0s | 0% | export 'BITCOIN_CONFIG=--enable-zmq CPPFLAGS='\''-DARENA_DEBUG -DDEBUG_LOCKORDER -DDEBUG_LOCKCONTENTION -D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES'\'' --with-sanitizers=thread' |
| 1087 | 0s | 0% | BITCOIN_CONFIG='--enable-zmq CPPFLAGS='\''-DARENA_DEBUG -DDEBUG_LOCKORDER -DDEBUG_LOCKCONTENTION -D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES'\'' --with-sanitizers=thread' |
| 1088 | 0s | 0% | echo 'Fallback to default values in env (if not yet set)' |
| 1089 | 0s | 0% | command -v nproc |
| 1090 | 0s | 0% | nproc |
| 1091 | 0s | 0% | export MAKEJOBS=-j8 |
| 1092 | 0s | 0% | MAKEJOBS=-j8 |
| 1093 | 0s | 0% | export USE_BUSY_BOX=false |
| 1094 | 0s | 0% | USE_BUSY_BOX=false |
| 1095 | 0s | 0% | export RUN_UNIT_TESTS=true |
| 1096 | 0s | 0% | RUN_UNIT_TESTS=true |
| 1097 | 0s | 0% | export RUN_FUNCTIONAL_TESTS=true |
| 1098 | 0s | 0% | RUN_FUNCTIONAL_TESTS=true |
| 1099 | 0s | 0% | export RUN_TIDY=false |
| 1100 | 0s | 0% | RUN_TIDY=false |
| 1101 | 0s | 0% | export TEST_RUNNER_TIMEOUT_FACTOR=40 |
| 1102 | 0s | 0% | TEST_RUNNER_TIMEOUT_FACTOR=40 |
| 1103 | 0s | 0% | export RUN_FUZZ_TESTS=false |
| 1104 | 0s | 0% | RUN_FUZZ_TESTS=false |
| 1105 | 0s | 0% | export BOOST_TEST_RANDOM=1 |
| 1106 | 0s | 0% | BOOST_TEST_RANDOM=1 |
| 1107 | 0s | 0% | export DEBIAN_FRONTEND=noninteractive |
| 1108 | 0s | 0% | DEBIAN_FRONTEND=noninteractive |
| 1109 | 0s | 0% | export CCACHE_MAXSIZE=100M |
| 1110 | 0s | 0% | CCACHE_MAXSIZE=100M |
| 1111 | 0s | 0% | export CCACHE_TEMPDIR=/tmp/.ccache-temp |
| 1112 | 0s | 0% | CCACHE_TEMPDIR=/tmp/.ccache-temp |
| 1113 | 0s | 0% | export CCACHE_COMPRESS=1 |
| 1114 | 0s | 0% | CCACHE_COMPRESS=1 |
| 1115 | 0s | 0% | export CCACHE_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/.ccache |
| 1116 | 0s | 0% | CCACHE_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/.ccache |
| 1117 | 0s | 0% | export BASE_OUTDIR=/home/admin/actions-runner/_work/_temp/ci/scratch/out |
| 1118 | 0s | 0% | BASE_OUTDIR=/home/admin/actions-runner/_work/_temp/ci/scratch/out |
| 1119 | 0s | 0% | export BASE_BUILD_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/build |
| 1120 | 0s | 0% | BASE_BUILD_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/build |
| 1121 | 0s | 0% | export PREVIOUS_RELEASES_DIR=/home/admin/actions-runner/_work/_temp/prev_releases |
| 1122 | 0s | 0% | PREVIOUS_RELEASES_DIR=/home/admin/actions-runner/_work/_temp/prev_releases |
| 1123 | 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' |
| 1124 | 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' |
| 1125 | 0s | 0% | export GOAL=install |
| 1126 | 0s | 0% | GOAL=install |
| 1127 | 0s | 0% | export DIR_QA_ASSETS=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets |
| 1128 | 0s | 0% | DIR_QA_ASSETS=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets |
| 1129 | 0s | 0% | export 'CI_RETRY_EXE=retry --' |
| 1130 | 0s | 0% | CI_RETRY_EXE='retry --' |
| 1131 | 0s | 0% | ./ci/test/01_base_install.sh |
| 1132 | 0s | 0% | CFG_DONE=ci.base-install-done |
| 1133 | 0s | 0% | git config --global ci.base-install-done |
| 1135 | 0s | 0% | '[' '' == true ']' |
| 1136 | 0s | 0% | '[' -n '' ']' |
| 1137 | 0s | 0% | [[ docker.io/ubuntu:24.04 == *centos* ]] |
| 1138 | 0s | 0% | '[' '' '!=' macos ']' |
| 1139 | 0s | 0% | [[ -n '' ]] |
| 1140 | 3s | 0% | retry -- apt-get update |
| 1161 | 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' |
| 1170 | 0s | 0% | g++-13 g++-13-x86-64-linux-gnu g++-x86-64-linux-gnu gcc |
| 1218 | 6s | 0% | g++-13 |
| 1337 | 5s | 0% | amd64 4:13.2.0-7ubuntu1 [1100 B] |
| 1770 | 5s | 0% | (4:13.2.0-7ubuntu1) ... |
| 2119 | 0s | 0% | (4:13.2.0-7ubuntu1) ... |
| 2120 | 0s | 0% | to provide /usr/bin/c++ (c++) in auto mode |
| 2129 | 0s | 0% | '[' -n '' ']' |
| 2130 | 0s | 0% | [[ '' == \t\r\u\e ]] |
| 2131 | 0s | 0% | [[ false == \t\r\u\e ]] |
| 2132 | 0s | 0% | mkdir -p /home/admin/actions-runner/_work/_temp/depends/SDKs /home/admin/actions-runner/_work/_temp/depends/sdk-sources |
| 2133 | 0s | 0% | OSX_SDK_BASENAME=Xcode---extracted-SDK-with-libcxx-headers |
| 2134 | 0s | 0% | '[' -n '' ']' |
| 2135 | 26s | 1% | git config --global ci.base-install-done true |
| 2153 | 0s | 0% | docker volume create ci_native_tsan_ccache |
| 2155 | 0s | 0% | docker volume create ci_native_tsan_depends |
| 2157 | 0s | 0% | docker volume create ci_native_tsan_depends_sources |
| 2159 | 0s | 0% | docker volume create ci_native_tsan_previous_releases |
| 2161 | 0s | 0% | CI_CCACHE_MOUNT=type=volume,src=ci_native_tsan_ccache,dst=/home/admin/actions-runner/_work/_temp/ccache_dir |
| 2162 | 0s | 0% | CI_DEPENDS_MOUNT=type=volume,src=ci_native_tsan_depends,dst=/home/admin/actions-runner/_work/_temp/depends/built |
| 2163 | 0s | 0% | CI_DEPENDS_SOURCES_MOUNT=type=volume,src=ci_native_tsan_depends_sources,dst=/home/admin/actions-runner/_work/_temp/depends/sources |
| 2164 | 0s | 0% | CI_PREVIOUS_RELEASES_MOUNT=type=volume,src=ci_native_tsan_previous_releases,dst=/home/admin/actions-runner/_work/_temp/previous_releases |
| 2165 | 0s | 0% | '[' '' ']' |
| 2166 | 0s | 0% | docker network create --ipv6 --subnet 1111:1111::/112 ci-ip6net |
| 2168 | 0s | 0% | '[' -n '' ']' |
| 2169 | 0s | 0% | echo 'Prune all dangling bitcoin-ci-test images' |
| 2171 | 0s | 0% | docker image prune --force --filter label=bitcoin-ci-test |
| 2173 | 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 |
| 2174 | 0s | 0% | CI_CONTAINER_ID=ef11f08253c65686146739cb021cfc8b9b58d92167cdc164a686f9187937b9bc |
| 2175 | 0s | 0% | export CI_CONTAINER_ID |
| 2176 | 0s | 0% | export 'CI_EXEC_CMD_PREFIX=docker exec ef11f08253c65686146739cb021cfc8b9b58d92167cdc164a686f9187937b9bc' |
| 2177 | 0s | 0% | CI_EXEC_CMD_PREFIX='docker exec ef11f08253c65686146739cb021cfc8b9b58d92167cdc164a686f9187937b9bc' |
| 2178 | 0s | 0% | '[' '' == macos ']' |
| 2179 | 0s | 0% | export -f CI_EXEC |
| 2180 | 0s | 0% | CI_EXEC rsync --archive --stats --human-readable /home/admin/actions-runner/_work/bitcoin/bitcoin/ /home/admin/actions-runner/_work/_temp |
| 2181 | 0s | 0% | docker exec ef11f08253c65686146739cb021cfc8b9b58d92167cdc164a686f9187937b9bc 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' |
| 2199 | 0s | 0% | CI_EXEC /home/admin/actions-runner/_work/_temp/ci/test/01_base_install.sh |
| 2200 | 0s | 0% | docker exec ef11f08253c65686146739cb021cfc8b9b58d92167cdc164a686f9187937b9bc 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' |
| 2201 | 0s | 0% | CFG_DONE=ci.base-install-done |
| 2202 | 0s | 0% | git config --global ci.base-install-done |
| 2203 | 0s | 0% | '[' true == true ']' |
| 2205 | 0s | 0% | echo 'Skip base install' |
| 2206 | 0s | 0% | exit 0 |
| 2207 | 0s | 0% | CI_EXEC git config --global --add safe.directory '"*"' |
| 2208 | 0s | 0% | docker exec ef11f08253c65686146739cb021cfc8b9b58d92167cdc164a686f9187937b9bc 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 "*"' |
| 2209 | 0s | 0% | CI_EXEC mkdir -p /home/admin/actions-runner/_work/_temp/ci/scratch/bins/ |
| 2210 | 0s | 0% | docker exec ef11f08253c65686146739cb021cfc8b9b58d92167cdc164a686f9187937b9bc 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/' |
| 2211 | 0s | 0% | CI_EXEC /home/admin/actions-runner/_work/_temp/ci/test/03_test_script.sh |
| 2212 | 0s | 0% | docker exec ef11f08253c65686146739cb021cfc8b9b58d92167cdc164a686f9187937b9bc 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' |
| 2213 | 0s | 0% | export ASAN_OPTIONS=detect_leaks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1 |
| 2214 | 0s | 0% | ASAN_OPTIONS=detect_leaks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1 |
| 2215 | 0s | 0% | export LSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/lsan |
| 2216 | 0s | 0% | LSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/lsan |
| 2217 | 0s | 0% | export TSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/tsan:halt_on_error=1 |
| 2218 | 0s | 0% | TSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/tsan:halt_on_error=1 |
| 2219 | 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 |
| 2220 | 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 |
| 2221 | 0s | 0% | '[' '' == macos ']' |
| 2222 | 0s | 0% | free -m -h |
| 2226 | 0s | 0% | nproc |
| 2227 | 0s | 0% | echo 'Number of CPUs (nproc): 8' |
| 2229 | 0s | 0% | uname --kernel-name --kernel-release |
| 2230 | 0s | 0% | echo 'System info: Linux 6.14.0-37-generic' |
| 2231 | 0s | 0% | lscpu |
| 2276 | 0s | 0% | echo 'Free disk space:' |
| 2277 | 0s | 0% | df -h |
| 2278 | 0s | 0% | [[ ci_native_tsan == \c\i\_\n\a\t\i\v\e\_\a\s\a\n ]] |
| 2279 | 0s | 0% | /home/admin/actions-runner/_work/_temp/depends/config.guess |
| 2289 | 0s | 0% | export HOST=x86_64-pc-linux-gnu |
| 2290 | 0s | 0% | HOST=x86_64-pc-linux-gnu |
| 2291 | 0s | 0% | tee /dev/fd/63 |
| 2292 | 0s | 0% | patch -p1 |
| 2294 | 0s | 0% | b/src/leveldb/db/db_impl.cc |
| 2304 | 0s | 0% | 1].Add(stats); |
| 2305 | 0s | 0% | '[' false = true ']' |
| 2306 | 0s | 0% | '[' true = true ']' |
| 2307 | 0s | 0% | export DIR_UNIT_TEST_DATA=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets/unit_test_data/ |
| 2308 | 0s | 0% | DIR_UNIT_TEST_DATA=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets/unit_test_data/ |
| 2309 | 0s | 0% | '[' '!' -d /home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets/unit_test_data/ ']' |
| 2310 | 0s | 0% | mkdir -p /home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets/unit_test_data/ |
| 2312 | 0s | 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 |
| 2321 | 0s | 0% | '[' false = true ']' |
| 2322 | 0s | 0% | '[' '' == macos ']' |
| 2323 | 0s | 0% | echo |
| 2324 | 0s | 0% | '[' -z '' ']' |
| 2325 | 0s | 0% | [[ docker.io/ubuntu:24.04 == *centos* ]] |
| 2326 | 0s | 0% | SHELL_OPTS=CONFIG_SHELL= |
| 2327 | 5m49s | 17% | bash -c 'CONFIG_SHELL= make -j8 -C depends HOST=x86_64-pc-linux-gnu CC=clang-18 CXX='\''clang++-18 -stdlib=libc++'\'' LOG=1' |
| 2785 | 0s | 0% | '[' '' = true ']' |
| 2786 | 0s | 0% | BITCOIN_CONFIG_ALL=--disable-dependency-tracking |
| 2787 | 0s | 0% | '[' -z '' ']' |
| 2788 | 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' |
| 2789 | 0s | 0% | '[' -z '' ']' |
| 2790 | 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' |
| 2791 | 0s | 0% | ccache --zero-stats |
| 2793 | 0s | 0% | PRINT_CCACHE_STATISTICS='ccache --version | head -n 1 && ccache --show-stats' |
| 2794 | 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' |
| 2795 | 0s | 0% | '[' -n '' ']' |
| 2796 | 8s | 0% | ./autogen.sh |
| 2828 | 0s | 0% | mkdir -p /home/admin/actions-runner/_work/_temp/build |
| 2829 | 0s | 0% | cd /home/admin/actions-runner/_work/_temp/build |
| 2830 | 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' |
| 2847 | 0s | 0% | compiler works... yes |
| 2848 | 0s | 0% | compiler default output file name... a.out |
| 2853 | 0s | 0% | accepts -g... yes |
| 2854 | 0s | 0% | option to enable C++11 features... unsupported |
| 2855 | 0s | 0% | option to enable C++98 features... none needed |
| 2858 | 0s | 0% | supports C++20 features with -std=c++20... yes |
| 2859 | 0s | 0% | -std=c++20 |
| 2861 | 0s | 0% | -std=c++20 accepts -g... yes |
| 2862 | 1s | 0% | -std=c++20... none |
| 2927 | 0s | 0% | preprocessor... clang++-18 -stdlib=libc++ -std=c++20 -E |
| 2928 | 0s | 0% | -std=c++20... /usr/bin/ld -m elf_x86_64 |
| 2930 | 0s | 0% | -std=c++20 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes |
| 2931 | 0s | 0% | -std=c++20 option to produce PIC... -fPIC -DPIC |
| 2932 | 0s | 0% | -std=c++20 PIC flag -fPIC -DPIC works... yes |
| 2933 | 0s | 0% | -std=c++20 static flag -static works... yes |
| 2934 | 0s | 0% | -std=c++20 supports -c -o file.o... yes |
| 2935 | 0s | 0% | -std=c++20 supports -c -o file.o... (cached) yes |
| 2936 | 0s | 0% | -std=c++20 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes |
| 2959 | 0s | 0% | compiler accepts -Werror... yes |
| 2961 | 0s | 0% | compiler accepts -fsanitize=thread... yes |
| 2963 | 0s | 0% | compiler accepts -Wall... yes |
| 2964 | 0s | 0% | compiler accepts -Wextra... yes |
| 2965 | 0s | 0% | compiler accepts -Wgnu... yes |
| 2966 | 0s | 0% | compiler accepts -Wformat -Wformat-security... yes |
| 2967 | 0s | 0% | compiler accepts -Wvla... yes |
| 2968 | 0s | 0% | compiler accepts -Wshadow-field... yes |
| 2969 | 0s | 0% | compiler accepts -Wthread-safety... yes |
| 2970 | 0s | 0% | compiler accepts -Wloop-analysis... yes |
| 2971 | 0s | 0% | compiler accepts -Wredundant-decls... yes |
| 2972 | 0s | 0% | compiler accepts -Wunused-member-function... yes |
| 2973 | 0s | 0% | compiler accepts -Wdate-time... yes |
| 2974 | 0s | 0% | compiler accepts -Wconditional-uninitialized... yes |
| 2975 | 0s | 0% | compiler accepts -Wduplicated-branches... no |
| 2976 | 0s | 0% | compiler accepts -Wduplicated-cond... no |
| 2977 | 0s | 0% | compiler accepts -Wlogical-op... no |
| 2978 | 0s | 0% | compiler accepts -Woverloaded-virtual... yes |
| 2979 | 0s | 0% | compiler accepts -Wsuggest-override... yes |
| 2980 | 0s | 0% | compiler accepts -Wimplicit-fallthrough... yes |
| 2981 | 0s | 0% | compiler accepts -Wunreachable-code... yes |
| 2982 | 0s | 0% | compiler accepts -Wdocumentation... yes |
| 2983 | 0s | 0% | compiler accepts -Wself-assign... yes |
| 2984 | 0s | 0% | compiler accepts -Wundef... yes |
| 2985 | 0s | 0% | compiler accepts -Wunused-parameter... yes |
| 2986 | 0s | 0% | compiler accepts -fno-extended-identifiers... no |
| 2987 | 0s | 0% | compiler accepts -fstack-reuse=none... no |
| 2988 | 0s | 0% | compiler accepts -msse4.2... yes |
| 2989 | 0s | 0% | compiler accepts -msse4.1... yes |
| 2990 | 0s | 0% | compiler accepts -mavx -mavx2... yes |
| 2991 | 0s | 0% | compiler accepts -msse4 -msha... yes |
| 2992 | 0s | 0% | compiler accepts -mpclmul... yes |
| 2997 | 0s | 0% | compiler accepts -march=armv8-a+crc+crypto... no |
| 2998 | 1s | 0% | compiler accepts -march=armv8-a+crypto... no |
| 3012 | 0s | 0% | -std=c++20 options needed to detect all undeclared functions... none needed |
| 3015 | 0s | 0% | compiler accepts -fPIC... yes |
| 3016 | 0s | 0% | compiler accepts -Wstack-protector... yes |
| 3017 | 0s | 0% | compiler accepts -fstack-protector-all... yes |
| 3018 | 0s | 0% | compiler accepts -fcf-protection=full... yes |
| 3019 | 0s | 0% | compiler accepts -fstack-clash-protection... yes |
| 3020 | 0s | 0% | preprocessor accepts -D_FORTIFY_SOURCE=3... yes |
| 3021 | 7s | 0% | preprocessor accepts -U_FORTIFY_SOURCE... yes |
| 3100 | 0s | 0% | headers... default |
| 3118 | 2s | 0% | preprocessor accepts -DBOOST_NO_CXX98_FUNCTION_BASE... no |
| 3323 | 0s | 0% | -std=c++20 |
| 3329 | 2s | 0% | make distdir VERSION=x86_64-pc-linux-gnu |
| 3393 | 0s | 0% | cd /home/admin/actions-runner/_work/_temp/build/bitcoin-x86_64-pc-linux-gnu |
| 3394 | 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' |
| 3410 | 0s | 0% | compiler works... yes |
| 3411 | 0s | 0% | compiler default output file name... a.out |
| 3416 | 0s | 0% | accepts -g... (cached) yes |
| 3417 | 0s | 0% | option to enable C++11 features... (cached) unsupported |
| 3418 | 0s | 0% | option to enable C++98 features... (cached) none needed |
| 3421 | 0s | 0% | supports C++20 features with -std=c++20... (cached) yes |
| 3422 | 0s | 0% | -std=c++20 |
| 3424 | 0s | 0% | -std=c++20 accepts -g... (cached) yes |
| 3425 | 0s | 0% | -std=c++20... (cached) none |
| 3490 | 0s | 0% | preprocessor... (cached) clang++-18 -stdlib=libc++ -std=c++20 -E |
| 3491 | 0s | 0% | -std=c++20... (cached) /usr/bin/ld -m elf_x86_64 |
| 3493 | 0s | 0% | -std=c++20 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes |
| 3494 | 0s | 0% | -std=c++20 option to produce PIC... (cached) -fPIC -DPIC |
| 3495 | 0s | 0% | -std=c++20 PIC flag -fPIC -DPIC works... (cached) yes |
| 3496 | 0s | 0% | -std=c++20 static flag -static works... (cached) yes |
| 3497 | 0s | 0% | -std=c++20 supports -c -o file.o... (cached) yes |
| 3498 | 0s | 0% | -std=c++20 supports -c -o file.o... (cached) yes |
| 3499 | 0s | 0% | -std=c++20 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes |
| 3519 | 0s | 0% | compiler accepts -Werror... (cached) yes |
| 3521 | 0s | 0% | compiler accepts -fsanitize=thread... (cached) yes |
| 3523 | 0s | 0% | compiler accepts -Wall... (cached) yes |
| 3524 | 0s | 0% | compiler accepts -Wextra... (cached) yes |
| 3525 | 0s | 0% | compiler accepts -Wgnu... (cached) yes |
| 3526 | 0s | 0% | compiler accepts -Wformat -Wformat-security... (cached) yes |
| 3527 | 0s | 0% | compiler accepts -Wvla... (cached) yes |
| 3528 | 0s | 0% | compiler accepts -Wshadow-field... (cached) yes |
| 3529 | 0s | 0% | compiler accepts -Wthread-safety... (cached) yes |
| 3530 | 0s | 0% | compiler accepts -Wloop-analysis... (cached) yes |
| 3531 | 0s | 0% | compiler accepts -Wredundant-decls... (cached) yes |
| 3532 | 0s | 0% | compiler accepts -Wunused-member-function... (cached) yes |
| 3533 | 0s | 0% | compiler accepts -Wdate-time... (cached) yes |
| 3534 | 0s | 0% | compiler accepts -Wconditional-uninitialized... (cached) yes |
| 3535 | 0s | 0% | compiler accepts -Wduplicated-branches... (cached) no |
| 3536 | 0s | 0% | compiler accepts -Wduplicated-cond... (cached) no |
| 3537 | 0s | 0% | compiler accepts -Wlogical-op... (cached) no |
| 3538 | 0s | 0% | compiler accepts -Woverloaded-virtual... (cached) yes |
| 3539 | 0s | 0% | compiler accepts -Wsuggest-override... (cached) yes |
| 3540 | 0s | 0% | compiler accepts -Wimplicit-fallthrough... (cached) yes |
| 3541 | 0s | 0% | compiler accepts -Wunreachable-code... (cached) yes |
| 3542 | 0s | 0% | compiler accepts -Wdocumentation... (cached) yes |
| 3543 | 0s | 0% | compiler accepts -Wself-assign... (cached) yes |
| 3544 | 0s | 0% | compiler accepts -Wundef... (cached) yes |
| 3545 | 0s | 0% | compiler accepts -Wunused-parameter... (cached) yes |
| 3546 | 0s | 0% | compiler accepts -fno-extended-identifiers... (cached) no |
| 3547 | 0s | 0% | compiler accepts -fstack-reuse=none... (cached) no |
| 3548 | 0s | 0% | compiler accepts -msse4.2... (cached) yes |
| 3549 | 0s | 0% | compiler accepts -msse4.1... (cached) yes |
| 3550 | 0s | 0% | compiler accepts -mavx -mavx2... (cached) yes |
| 3551 | 0s | 0% | compiler accepts -msse4 -msha... (cached) yes |
| 3552 | 0s | 0% | compiler accepts -mpclmul... (cached) yes |
| 3557 | 0s | 0% | compiler accepts -march=armv8-a+crc+crypto... (cached) no |
| 3558 | 0s | 0% | compiler accepts -march=armv8-a+crypto... (cached) no |
| 3572 | 0s | 0% | -std=c++20 options needed to detect all undeclared functions... (cached) none needed |
| 3575 | 0s | 0% | compiler accepts -fPIC... (cached) yes |
| 3576 | 0s | 0% | compiler accepts -Wstack-protector... (cached) yes |
| 3577 | 0s | 0% | compiler accepts -fstack-protector-all... (cached) yes |
| 3578 | 0s | 0% | compiler accepts -fcf-protection=full... (cached) yes |
| 3579 | 0s | 0% | compiler accepts -fstack-clash-protection... (cached) yes |
| 3580 | 0s | 0% | preprocessor accepts -D_FORTIFY_SOURCE=3... (cached) yes |
| 3581 | 5s | 0% | preprocessor accepts -U_FORTIFY_SOURCE... (cached) yes |
| 3648 | 0s | 0% | headers... default |
| 3666 | 2s | 0% | preprocessor accepts -DBOOST_NO_CXX98_FUNCTION_BASE... (cached) no |
| 3858 | 0s | 0% | -std=c++20 |
| 3864 | 0s | 0% | [[ false == \t\r\u\e ]] |
| 3865 | 5m11s | 15% | bash -c ' make -j8 install' |
| 4931 | 0s | 0% | bash -c 'ccache --version | head -n 1 && ccache --show-stats' |
| 4944 | 0s | 0% | '[' true = true ']' |
| 4945 | 0s | 0% | ccache -s |
| 4946 | 0s | 0% | grep Hits: |
| 4947 | 0s | 0% | head -1 |
| 4948 | 0s | 0% | sed 's/.*(\(.*\)%).*/\1/' |
| 4949 | 0s | 0% | hit_rate=' 0.64' |
| 4950 | 0s | 0% | '[' ' 0' -lt 75 ']' |
| 4951 | 0s | 0% | echo '::notice title=low ccache hitrate::Ccache hit-rate in ci_native_tsan was 0.64%' |
| 4953 | 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/ /home/admin/actions-runner/_work/_temp/depends/work/ /home/admin/actions-runner/_work/_temp/depends/x86_64-pc-linux-gnu/ |
| 4964 | 0s | 0% | du -sh /home/admin/actions-runner/_work/_temp/previous_releases |
| 4966 | 0s | 0% | [[ x86_64-pc-linux-gnu = *-mingw32 ]] |
| 4967 | 0s | 0% | '[' -n '' ']' |
| 4968 | 0s | 0% | '[' true = true ']' |
| 4969 | 0s | 0% | DIR_UNIT_TEST_DATA=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets/unit_test_data/ |
| 4970 | 0s | 0% | LD_LIBRARY_PATH=/home/admin/actions-runner/_work/_temp/depends/x86_64-pc-linux-gnu/lib |
| 4971 | 8m52s | 26% | make -j8 check VERBOSE=1 |
| 5180 | 0s | 0% | '[' '' = true ']' |
| 5181 | 0s | 0% | '[' true = true ']' |
| 5182 | 0s | 0% | LD_LIBRARY_PATH=/home/admin/actions-runner/_work/_temp/depends/x86_64-pc-linux-gnu/lib |
| 5183 | 10m58s | 32% | test/functional/test_runner.py --ci -j8 --tmpdirprefix /home/admin/actions-runner/_work/_temp/ci/scratch/test_runner/ --ansi --combinedlogslen=99999999 --timeout-factor=40 --quiet --failfast |
| 6130 | 0s | 0% | '[' false = true ']' |
| 6131 | 0s | 0% | '[' false = true ']' |
| 6132 | 0s | 0% | '[' -z '' ']' |
| 6133 | 0s | 0% | echo 'Stop and remove CI container by ID' |
| 6134 | 6s | 0% | docker container kill ef11f08253c65686146739cb021cfc8b9b58d92167cdc164a686f9187937b9bc |