Task 62020072881

[28.x] Backports

2026-01-30 16:40:52 completed more_28_x_backports f6e5ec5d81cc1db85d80942f0f6b5f557b0bb67b


Commands that took longer than 1 second (total 33m22s)
linedurationpercentagecommand
7890s0%dirname ./ci/test/00_setup_env.sh
7900s0%cd ./ci/test/../../
7910s0%pwd
7920s0%BASE_READ_ONLY_DIR=/home/admin/actions-runner/_work/bitcoin/bitcoin
7930s0%export BASE_READ_ONLY_DIR
7940s0%export BASE_ROOT_DIR=/home/admin/actions-runner/_work/_temp
7950s0%BASE_ROOT_DIR=/home/admin/actions-runner/_work/_temp
7960s0%export DEPENDS_DIR=/home/admin/actions-runner/_work/_temp/depends
7970s0%DEPENDS_DIR=/home/admin/actions-runner/_work/_temp/depends
7980s0%export BASE_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch
7990s0%BASE_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch
8000s0%export BINS_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/bins/
8010s0%BINS_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/bins/
8020s0%echo 'Setting specific values in env'
8030s0%'[' -n ./ci/test/00_setup_env_native_tsan.sh ']'
8040s0%set -o errexit
8050s0%source ./ci/test/00_setup_env_native_tsan.sh
8060s0%export LC_ALL=C.UTF-8
8070s0%LC_ALL=C.UTF-8
8080s0%export CONTAINER_NAME=ci_native_tsan
8090s0%CONTAINER_NAME=ci_native_tsan
8100s0%export CI_IMAGE_NAME_TAG=docker.io/ubuntu:24.04
8110s0%CI_IMAGE_NAME_TAG=docker.io/ubuntu:24.04
8120s0%export 'PACKAGES=clang-18 llvm-18 libclang-rt-18-dev libc++abi-18-dev libc++-18-dev python3-zmq'
8130s0%PACKAGES='clang-18 llvm-18 libclang-rt-18-dev libc++abi-18-dev libc++-18-dev python3-zmq'
8140s0%export 'DEP_OPTS=CC=clang-18 CXX='\''clang++-18 -stdlib=libc++'\'''
8150s0%DEP_OPTS='CC=clang-18 CXX='\''clang++-18 -stdlib=libc++'\'''
8160s0%export GOAL=install
8170s0%GOAL=install
8180s0%export 'BITCOIN_CONFIG=--enable-zmq CPPFLAGS='\''-DARENA_DEBUG -DDEBUG_LOCKORDER -DDEBUG_LOCKCONTENTION -D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES'\'' --with-sanitizers=thread'
8190s0%BITCOIN_CONFIG='--enable-zmq CPPFLAGS='\''-DARENA_DEBUG -DDEBUG_LOCKORDER -DDEBUG_LOCKCONTENTION -D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES'\'' --with-sanitizers=thread'
8200s0%echo 'Fallback to default values in env (if not yet set)'
8230s0%command -v nproc
8240s0%nproc
8250s0%export MAKEJOBS=-j8
8260s0%MAKEJOBS=-j8
8270s0%export USE_BUSY_BOX=false
8280s0%USE_BUSY_BOX=false
8290s0%export RUN_UNIT_TESTS=true
8300s0%RUN_UNIT_TESTS=true
8310s0%export RUN_FUNCTIONAL_TESTS=true
8320s0%RUN_FUNCTIONAL_TESTS=true
8330s0%export RUN_TIDY=false
8340s0%RUN_TIDY=false
8350s0%export TEST_RUNNER_TIMEOUT_FACTOR=40
8360s0%TEST_RUNNER_TIMEOUT_FACTOR=40
8370s0%export RUN_FUZZ_TESTS=false
8380s0%RUN_FUZZ_TESTS=false
8390s0%export BOOST_TEST_RANDOM=1
8400s0%BOOST_TEST_RANDOM=1
8410s0%export DEBIAN_FRONTEND=noninteractive
8420s0%DEBIAN_FRONTEND=noninteractive
8430s0%export CCACHE_MAXSIZE=100M
8440s0%CCACHE_MAXSIZE=100M
8450s0%export CCACHE_TEMPDIR=/tmp/.ccache-temp
8460s0%CCACHE_TEMPDIR=/tmp/.ccache-temp
8470s0%export CCACHE_COMPRESS=1
8480s0%CCACHE_COMPRESS=1
8490s0%export CCACHE_DIR=/home/admin/actions-runner/_work/_temp/ccache_dir
8500s0%CCACHE_DIR=/home/admin/actions-runner/_work/_temp/ccache_dir
8510s0%export BASE_OUTDIR=/home/admin/actions-runner/_work/_temp/ci/scratch/out
8520s0%BASE_OUTDIR=/home/admin/actions-runner/_work/_temp/ci/scratch/out
8530s0%export BASE_BUILD_DIR=/home/admin/actions-runner/_work/_temp/build
8540s0%BASE_BUILD_DIR=/home/admin/actions-runner/_work/_temp/build
8550s0%export PREVIOUS_RELEASES_DIR=/home/admin/actions-runner/_work/_temp/previous_releases
8560s0%PREVIOUS_RELEASES_DIR=/home/admin/actions-runner/_work/_temp/previous_releases
8570s0%export 'CI_BASE_PACKAGES=build-essential libtool autotools-dev automake pkg-config bsdmainutils curl ca-certificates ccache python3 rsync git procps bison e2fsprogs cmake'
8580s0%CI_BASE_PACKAGES='build-essential libtool autotools-dev automake pkg-config bsdmainutils curl ca-certificates ccache python3 rsync git procps bison e2fsprogs cmake'
8590s0%export GOAL=install
8600s0%GOAL=install
8610s0%export DIR_QA_ASSETS=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets
8620s0%DIR_QA_ASSETS=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets
8630s0%export 'CI_RETRY_EXE=retry --'
8640s0%CI_RETRY_EXE='retry --'
8650s0%set -o errexit
8660s0%./ci/test/02_run_container.sh
8670s0%'[' -z '' ']'
8680s0%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]'
8690s0%tee /tmp/env-admin-ci_native_tsan
9960s0%docker run --rm docker.io/ubuntu:24.04 bash -c 'env | grep --extended-regexp '\''^(HOME|PATH|USER)='\'''
9973s0%tee --append /tmp/env-admin-ci_native_tsan
10080s0%echo 'Creating docker.io/ubuntu:24.04 container to run in'
10095s0%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
10550s0%dirname ./ci/test/00_setup_env.sh
10560s0%cd ./ci/test/../../
10570s0%pwd
10580s0%BASE_READ_ONLY_DIR=/ci_container_base
10590s0%export BASE_READ_ONLY_DIR
10600s0%export BASE_ROOT_DIR=/home/admin/actions-runner/_work/_temp
10610s0%BASE_ROOT_DIR=/home/admin/actions-runner/_work/_temp
10620s0%export DEPENDS_DIR=/home/admin/actions-runner/_work/_temp/depends
10630s0%DEPENDS_DIR=/home/admin/actions-runner/_work/_temp/depends
10640s0%export BASE_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch
10650s0%BASE_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch
10660s0%export BINS_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/bins/
10670s0%BINS_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/bins/
10680s0%echo 'Setting specific values in env'
10700s0%'[' -n ./ci/test/00_setup_env_native_tsan.sh ']'
10720s0%set -o errexit
10730s0%source ./ci/test/00_setup_env_native_tsan.sh
10740s0%export LC_ALL=C.UTF-8
10750s0%LC_ALL=C.UTF-8
10760s0%export CONTAINER_NAME=ci_native_tsan
10770s0%CONTAINER_NAME=ci_native_tsan
10780s0%export CI_IMAGE_NAME_TAG=docker.io/ubuntu:24.04
10790s0%CI_IMAGE_NAME_TAG=docker.io/ubuntu:24.04
10800s0%export 'PACKAGES=clang-18 llvm-18 libclang-rt-18-dev libc++abi-18-dev libc++-18-dev python3-zmq'
10810s0%PACKAGES='clang-18 llvm-18 libclang-rt-18-dev libc++abi-18-dev libc++-18-dev python3-zmq'
10820s0%export 'DEP_OPTS=CC=clang-18 CXX='\''clang++-18 -stdlib=libc++'\'''
10830s0%DEP_OPTS='CC=clang-18 CXX='\''clang++-18 -stdlib=libc++'\'''
10840s0%export GOAL=install
10850s0%GOAL=install
10860s0%export 'BITCOIN_CONFIG=--enable-zmq CPPFLAGS='\''-DARENA_DEBUG -DDEBUG_LOCKORDER -DDEBUG_LOCKCONTENTION -D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES'\'' --with-sanitizers=thread'
10870s0%BITCOIN_CONFIG='--enable-zmq CPPFLAGS='\''-DARENA_DEBUG -DDEBUG_LOCKORDER -DDEBUG_LOCKCONTENTION -D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES'\'' --with-sanitizers=thread'
10880s0%echo 'Fallback to default values in env (if not yet set)'
10890s0%command -v nproc
10900s0%nproc
10910s0%export MAKEJOBS=-j8
10920s0%MAKEJOBS=-j8
10930s0%export USE_BUSY_BOX=false
10940s0%USE_BUSY_BOX=false
10950s0%export RUN_UNIT_TESTS=true
10960s0%RUN_UNIT_TESTS=true
10970s0%export RUN_FUNCTIONAL_TESTS=true
10980s0%RUN_FUNCTIONAL_TESTS=true
10990s0%export RUN_TIDY=false
11000s0%RUN_TIDY=false
11010s0%export TEST_RUNNER_TIMEOUT_FACTOR=40
11020s0%TEST_RUNNER_TIMEOUT_FACTOR=40
11030s0%export RUN_FUZZ_TESTS=false
11040s0%RUN_FUZZ_TESTS=false
11050s0%export BOOST_TEST_RANDOM=1
11060s0%BOOST_TEST_RANDOM=1
11070s0%export DEBIAN_FRONTEND=noninteractive
11080s0%DEBIAN_FRONTEND=noninteractive
11090s0%export CCACHE_MAXSIZE=100M
11100s0%CCACHE_MAXSIZE=100M
11110s0%export CCACHE_TEMPDIR=/tmp/.ccache-temp
11120s0%CCACHE_TEMPDIR=/tmp/.ccache-temp
11130s0%export CCACHE_COMPRESS=1
11140s0%CCACHE_COMPRESS=1
11150s0%export CCACHE_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/.ccache
11160s0%CCACHE_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/.ccache
11170s0%export BASE_OUTDIR=/home/admin/actions-runner/_work/_temp/ci/scratch/out
11180s0%BASE_OUTDIR=/home/admin/actions-runner/_work/_temp/ci/scratch/out
11190s0%export BASE_BUILD_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/build
11200s0%BASE_BUILD_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/build
11210s0%export PREVIOUS_RELEASES_DIR=/home/admin/actions-runner/_work/_temp/prev_releases
11220s0%PREVIOUS_RELEASES_DIR=/home/admin/actions-runner/_work/_temp/prev_releases
11230s0%export 'CI_BASE_PACKAGES=build-essential libtool autotools-dev automake pkg-config bsdmainutils curl ca-certificates ccache python3 rsync git procps bison e2fsprogs cmake'
11240s0%CI_BASE_PACKAGES='build-essential libtool autotools-dev automake pkg-config bsdmainutils curl ca-certificates ccache python3 rsync git procps bison e2fsprogs cmake'
11250s0%export GOAL=install
11260s0%GOAL=install
11270s0%export DIR_QA_ASSETS=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets
11280s0%DIR_QA_ASSETS=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets
11290s0%export 'CI_RETRY_EXE=retry --'
11300s0%CI_RETRY_EXE='retry --'
11310s0%./ci/test/01_base_install.sh
11320s0%CFG_DONE=ci.base-install-done
11330s0%git config --global ci.base-install-done
11350s0%'[' '' == true ']'
11360s0%'[' -n '' ']'
11370s0%[[ docker.io/ubuntu:24.04 == *centos* ]]
11380s0%'[' '' '!=' macos ']'
11390s0%[[ -n '' ]]
11403s0%retry -- apt-get update
11610s0%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'
11700s0%g++-13 g++-13-x86-64-linux-gnu g++-x86-64-linux-gnu gcc
12186s0%g++-13
13375s0%amd64 4:13.2.0-7ubuntu1 [1100 B]
17705s0%(4:13.2.0-7ubuntu1) ...
21190s0%(4:13.2.0-7ubuntu1) ...
21200s0%to provide /usr/bin/c++ (c++) in auto mode
21290s0%'[' -n '' ']'
21300s0%[[ '' == \t\r\u\e ]]
21310s0%[[ false == \t\r\u\e ]]
21320s0%mkdir -p /home/admin/actions-runner/_work/_temp/depends/SDKs /home/admin/actions-runner/_work/_temp/depends/sdk-sources
21330s0%OSX_SDK_BASENAME=Xcode---extracted-SDK-with-libcxx-headers
21340s0%'[' -n '' ']'
213526s1%git config --global ci.base-install-done true
21530s0%docker volume create ci_native_tsan_ccache
21550s0%docker volume create ci_native_tsan_depends
21570s0%docker volume create ci_native_tsan_depends_sources
21590s0%docker volume create ci_native_tsan_previous_releases
21610s0%CI_CCACHE_MOUNT=type=volume,src=ci_native_tsan_ccache,dst=/home/admin/actions-runner/_work/_temp/ccache_dir
21620s0%CI_DEPENDS_MOUNT=type=volume,src=ci_native_tsan_depends,dst=/home/admin/actions-runner/_work/_temp/depends/built
21630s0%CI_DEPENDS_SOURCES_MOUNT=type=volume,src=ci_native_tsan_depends_sources,dst=/home/admin/actions-runner/_work/_temp/depends/sources
21640s0%CI_PREVIOUS_RELEASES_MOUNT=type=volume,src=ci_native_tsan_previous_releases,dst=/home/admin/actions-runner/_work/_temp/previous_releases
21650s0%'[' '' ']'
21660s0%docker network create --ipv6 --subnet 1111:1111::/112 ci-ip6net
21680s0%'[' -n '' ']'
21690s0%echo 'Prune all dangling bitcoin-ci-test images'
21710s0%docker image prune --force --filter label=bitcoin-ci-test
21730s0%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
21740s0%CI_CONTAINER_ID=ef11f08253c65686146739cb021cfc8b9b58d92167cdc164a686f9187937b9bc
21750s0%export CI_CONTAINER_ID
21760s0%export 'CI_EXEC_CMD_PREFIX=docker exec ef11f08253c65686146739cb021cfc8b9b58d92167cdc164a686f9187937b9bc'
21770s0%CI_EXEC_CMD_PREFIX='docker exec ef11f08253c65686146739cb021cfc8b9b58d92167cdc164a686f9187937b9bc'
21780s0%'[' '' == macos ']'
21790s0%export -f CI_EXEC
21800s0%CI_EXEC rsync --archive --stats --human-readable /home/admin/actions-runner/_work/bitcoin/bitcoin/ /home/admin/actions-runner/_work/_temp
21810s0%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'
21990s0%CI_EXEC /home/admin/actions-runner/_work/_temp/ci/test/01_base_install.sh
22000s0%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'
22010s0%CFG_DONE=ci.base-install-done
22020s0%git config --global ci.base-install-done
22030s0%'[' true == true ']'
22050s0%echo 'Skip base install'
22060s0%exit 0
22070s0%CI_EXEC git config --global --add safe.directory '"*"'
22080s0%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 "*"'
22090s0%CI_EXEC mkdir -p /home/admin/actions-runner/_work/_temp/ci/scratch/bins/
22100s0%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/'
22110s0%CI_EXEC /home/admin/actions-runner/_work/_temp/ci/test/03_test_script.sh
22120s0%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'
22130s0%export ASAN_OPTIONS=detect_leaks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1
22140s0%ASAN_OPTIONS=detect_leaks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1
22150s0%export LSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/lsan
22160s0%LSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/lsan
22170s0%export TSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/tsan:halt_on_error=1
22180s0%TSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/tsan:halt_on_error=1
22190s0%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
22200s0%UBSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/ubsan:print_stacktrace=1:halt_on_error=1:report_error_type=1
22210s0%'[' '' == macos ']'
22220s0%free -m -h
22260s0%nproc
22270s0%echo 'Number of CPUs (nproc): 8'
22290s0%uname --kernel-name --kernel-release
22300s0%echo 'System info: Linux 6.14.0-37-generic'
22310s0%lscpu
22760s0%echo 'Free disk space:'
22770s0%df -h
22780s0%[[ ci_native_tsan == \c\i\_\n\a\t\i\v\e\_\a\s\a\n ]]
22790s0%/home/admin/actions-runner/_work/_temp/depends/config.guess
22890s0%export HOST=x86_64-pc-linux-gnu
22900s0%HOST=x86_64-pc-linux-gnu
22910s0%tee /dev/fd/63
22920s0%patch -p1
22940s0%b/src/leveldb/db/db_impl.cc
23040s0%1].Add(stats);
23050s0%'[' false = true ']'
23060s0%'[' true = true ']'
23070s0%export DIR_UNIT_TEST_DATA=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets/unit_test_data/
23080s0%DIR_UNIT_TEST_DATA=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets/unit_test_data/
23090s0%'[' '!' -d /home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets/unit_test_data/ ']'
23100s0%mkdir -p /home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets/unit_test_data/
23120s0%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
23210s0%'[' false = true ']'
23220s0%'[' '' == macos ']'
23230s0%echo
23240s0%'[' -z '' ']'
23250s0%[[ docker.io/ubuntu:24.04 == *centos* ]]
23260s0%SHELL_OPTS=CONFIG_SHELL=
23275m49s17%bash -c 'CONFIG_SHELL= make -j8 -C depends HOST=x86_64-pc-linux-gnu CC=clang-18 CXX='\''clang++-18 -stdlib=libc++'\'' LOG=1'
27850s0%'[' '' = true ']'
27860s0%BITCOIN_CONFIG_ALL=--disable-dependency-tracking
27870s0%'[' -z '' ']'
27880s0%BITCOIN_CONFIG_ALL='--disable-dependency-tracking CONFIG_SITE=/home/admin/actions-runner/_work/_temp/depends/x86_64-pc-linux-gnu/share/config.site'
27890s0%'[' -z '' ']'
27900s0%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'
27910s0%ccache --zero-stats
27930s0%PRINT_CCACHE_STATISTICS='ccache --version | head -n 1 && ccache --show-stats'
27940s0%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'
27950s0%'[' -n '' ']'
27968s0%./autogen.sh
28280s0%mkdir -p /home/admin/actions-runner/_work/_temp/build
28290s0%cd /home/admin/actions-runner/_work/_temp/build
28300s0%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'
28470s0%compiler works... yes
28480s0%compiler default output file name... a.out
28530s0%accepts -g... yes
28540s0%option to enable C++11 features... unsupported
28550s0%option to enable C++98 features... none needed
28580s0%supports C++20 features with -std=c++20... yes
28590s0%-std=c++20
28610s0%-std=c++20 accepts -g... yes
28621s0%-std=c++20... none
29270s0%preprocessor... clang++-18 -stdlib=libc++ -std=c++20 -E
29280s0%-std=c++20... /usr/bin/ld -m elf_x86_64
29300s0%-std=c++20 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
29310s0%-std=c++20 option to produce PIC... -fPIC -DPIC
29320s0%-std=c++20 PIC flag -fPIC -DPIC works... yes
29330s0%-std=c++20 static flag -static works... yes
29340s0%-std=c++20 supports -c -o file.o... yes
29350s0%-std=c++20 supports -c -o file.o... (cached) yes
29360s0%-std=c++20 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
29590s0%compiler accepts -Werror... yes
29610s0%compiler accepts -fsanitize=thread... yes
29630s0%compiler accepts -Wall... yes
29640s0%compiler accepts -Wextra... yes
29650s0%compiler accepts -Wgnu... yes
29660s0%compiler accepts -Wformat -Wformat-security... yes
29670s0%compiler accepts -Wvla... yes
29680s0%compiler accepts -Wshadow-field... yes
29690s0%compiler accepts -Wthread-safety... yes
29700s0%compiler accepts -Wloop-analysis... yes
29710s0%compiler accepts -Wredundant-decls... yes
29720s0%compiler accepts -Wunused-member-function... yes
29730s0%compiler accepts -Wdate-time... yes
29740s0%compiler accepts -Wconditional-uninitialized... yes
29750s0%compiler accepts -Wduplicated-branches... no
29760s0%compiler accepts -Wduplicated-cond... no
29770s0%compiler accepts -Wlogical-op... no
29780s0%compiler accepts -Woverloaded-virtual... yes
29790s0%compiler accepts -Wsuggest-override... yes
29800s0%compiler accepts -Wimplicit-fallthrough... yes
29810s0%compiler accepts -Wunreachable-code... yes
29820s0%compiler accepts -Wdocumentation... yes
29830s0%compiler accepts -Wself-assign... yes
29840s0%compiler accepts -Wundef... yes
29850s0%compiler accepts -Wunused-parameter... yes
29860s0%compiler accepts -fno-extended-identifiers... no
29870s0%compiler accepts -fstack-reuse=none... no
29880s0%compiler accepts -msse4.2... yes
29890s0%compiler accepts -msse4.1... yes
29900s0%compiler accepts -mavx -mavx2... yes
29910s0%compiler accepts -msse4 -msha... yes
29920s0%compiler accepts -mpclmul... yes
29970s0%compiler accepts -march=armv8-a+crc+crypto... no
29981s0%compiler accepts -march=armv8-a+crypto... no
30120s0%-std=c++20 options needed to detect all undeclared functions... none needed
30150s0%compiler accepts -fPIC... yes
30160s0%compiler accepts -Wstack-protector... yes
30170s0%compiler accepts -fstack-protector-all... yes
30180s0%compiler accepts -fcf-protection=full... yes
30190s0%compiler accepts -fstack-clash-protection... yes
30200s0%preprocessor accepts -D_FORTIFY_SOURCE=3... yes
30217s0%preprocessor accepts -U_FORTIFY_SOURCE... yes
31000s0%headers... default
31182s0%preprocessor accepts -DBOOST_NO_CXX98_FUNCTION_BASE... no
33230s0%-std=c++20
33292s0%make distdir VERSION=x86_64-pc-linux-gnu
33930s0%cd /home/admin/actions-runner/_work/_temp/build/bitcoin-x86_64-pc-linux-gnu
33940s0%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'
34100s0%compiler works... yes
34110s0%compiler default output file name... a.out
34160s0%accepts -g... (cached) yes
34170s0%option to enable C++11 features... (cached) unsupported
34180s0%option to enable C++98 features... (cached) none needed
34210s0%supports C++20 features with -std=c++20... (cached) yes
34220s0%-std=c++20
34240s0%-std=c++20 accepts -g... (cached) yes
34250s0%-std=c++20... (cached) none
34900s0%preprocessor... (cached) clang++-18 -stdlib=libc++ -std=c++20 -E
34910s0%-std=c++20... (cached) /usr/bin/ld -m elf_x86_64
34930s0%-std=c++20 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
34940s0%-std=c++20 option to produce PIC... (cached) -fPIC -DPIC
34950s0%-std=c++20 PIC flag -fPIC -DPIC works... (cached) yes
34960s0%-std=c++20 static flag -static works... (cached) yes
34970s0%-std=c++20 supports -c -o file.o... (cached) yes
34980s0%-std=c++20 supports -c -o file.o... (cached) yes
34990s0%-std=c++20 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
35190s0%compiler accepts -Werror... (cached) yes
35210s0%compiler accepts -fsanitize=thread... (cached) yes
35230s0%compiler accepts -Wall... (cached) yes
35240s0%compiler accepts -Wextra... (cached) yes
35250s0%compiler accepts -Wgnu... (cached) yes
35260s0%compiler accepts -Wformat -Wformat-security... (cached) yes
35270s0%compiler accepts -Wvla... (cached) yes
35280s0%compiler accepts -Wshadow-field... (cached) yes
35290s0%compiler accepts -Wthread-safety... (cached) yes
35300s0%compiler accepts -Wloop-analysis... (cached) yes
35310s0%compiler accepts -Wredundant-decls... (cached) yes
35320s0%compiler accepts -Wunused-member-function... (cached) yes
35330s0%compiler accepts -Wdate-time... (cached) yes
35340s0%compiler accepts -Wconditional-uninitialized... (cached) yes
35350s0%compiler accepts -Wduplicated-branches... (cached) no
35360s0%compiler accepts -Wduplicated-cond... (cached) no
35370s0%compiler accepts -Wlogical-op... (cached) no
35380s0%compiler accepts -Woverloaded-virtual... (cached) yes
35390s0%compiler accepts -Wsuggest-override... (cached) yes
35400s0%compiler accepts -Wimplicit-fallthrough... (cached) yes
35410s0%compiler accepts -Wunreachable-code... (cached) yes
35420s0%compiler accepts -Wdocumentation... (cached) yes
35430s0%compiler accepts -Wself-assign... (cached) yes
35440s0%compiler accepts -Wundef... (cached) yes
35450s0%compiler accepts -Wunused-parameter... (cached) yes
35460s0%compiler accepts -fno-extended-identifiers... (cached) no
35470s0%compiler accepts -fstack-reuse=none... (cached) no
35480s0%compiler accepts -msse4.2... (cached) yes
35490s0%compiler accepts -msse4.1... (cached) yes
35500s0%compiler accepts -mavx -mavx2... (cached) yes
35510s0%compiler accepts -msse4 -msha... (cached) yes
35520s0%compiler accepts -mpclmul... (cached) yes
35570s0%compiler accepts -march=armv8-a+crc+crypto... (cached) no
35580s0%compiler accepts -march=armv8-a+crypto... (cached) no
35720s0%-std=c++20 options needed to detect all undeclared functions... (cached) none needed
35750s0%compiler accepts -fPIC... (cached) yes
35760s0%compiler accepts -Wstack-protector... (cached) yes
35770s0%compiler accepts -fstack-protector-all... (cached) yes
35780s0%compiler accepts -fcf-protection=full... (cached) yes
35790s0%compiler accepts -fstack-clash-protection... (cached) yes
35800s0%preprocessor accepts -D_FORTIFY_SOURCE=3... (cached) yes
35815s0%preprocessor accepts -U_FORTIFY_SOURCE... (cached) yes
36480s0%headers... default
36662s0%preprocessor accepts -DBOOST_NO_CXX98_FUNCTION_BASE... (cached) no
38580s0%-std=c++20
38640s0%[[ false == \t\r\u\e ]]
38655m11s15%bash -c ' make -j8 install'
49310s0%bash -c 'ccache --version | head -n 1 && ccache --show-stats'
49440s0%'[' true = true ']'
49450s0%ccache -s
49460s0%grep Hits:
49470s0%head -1
49480s0%sed 's/.*(\(.*\)%).*/\1/'
49490s0%hit_rate=' 0.64'
49500s0%'[' ' 0' -lt 75 ']'
49510s0%echo '::notice title=low ccache hitrate::Ccache hit-rate in ci_native_tsan was 0.64%'
49530s0%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/
49640s0%du -sh /home/admin/actions-runner/_work/_temp/previous_releases
49660s0%[[ x86_64-pc-linux-gnu = *-mingw32 ]]
49670s0%'[' -n '' ']'
49680s0%'[' true = true ']'
49690s0%DIR_UNIT_TEST_DATA=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets/unit_test_data/
49700s0%LD_LIBRARY_PATH=/home/admin/actions-runner/_work/_temp/depends/x86_64-pc-linux-gnu/lib
49718m52s26%make -j8 check VERBOSE=1
51800s0%'[' '' = true ']'
51810s0%'[' true = true ']'
51820s0%LD_LIBRARY_PATH=/home/admin/actions-runner/_work/_temp/depends/x86_64-pc-linux-gnu/lib
518310m58s32%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
61300s0%'[' false = true ']'
61310s0%'[' false = true ']'
61320s0%'[' -z '' ']'
61330s0%echo 'Stop and remove CI container by ID'
61346s0%docker container kill ef11f08253c65686146739cb021cfc8b9b58d92167cdc164a686f9187937b9bc
Tags
  • TSan, depends, gui
  • more_28_x_backports
  • COMPLETED