| 746 | 0s | 0% | dirname ./ci/test/00_setup_env.sh |
| 747 | 0s | 0% | cd ./ci/test/../../ |
| 748 | 0s | 0% | pwd |
| 749 | 0s | 0% | BASE_READ_ONLY_DIR=/home/admin/actions-runner/_work/bitcoin/bitcoin |
| 750 | 0s | 0% | export BASE_READ_ONLY_DIR |
| 751 | 0s | 0% | export BASE_ROOT_DIR=/home/admin/actions-runner/_work/_temp |
| 752 | 0s | 0% | BASE_ROOT_DIR=/home/admin/actions-runner/_work/_temp |
| 753 | 0s | 0% | export DEPENDS_DIR=/home/admin/actions-runner/_work/_temp/depends |
| 754 | 0s | 0% | DEPENDS_DIR=/home/admin/actions-runner/_work/_temp/depends |
| 755 | 0s | 0% | export BASE_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch |
| 756 | 0s | 0% | BASE_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch |
| 757 | 0s | 0% | export BINS_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/bins/ |
| 758 | 0s | 0% | BINS_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/bins/ |
| 759 | 0s | 0% | echo 'Setting specific values in env' |
| 760 | 0s | 0% | '[' -n ./ci/test/00_setup_env_native_nowallet_libbitcoinkernel.sh ']' |
| 761 | 0s | 0% | set -o errexit |
| 763 | 0s | 0% | source ./ci/test/00_setup_env_native_nowallet_libbitcoinkernel.sh |
| 764 | 0s | 0% | export LC_ALL=C.UTF-8 |
| 765 | 0s | 0% | LC_ALL=C.UTF-8 |
| 766 | 0s | 0% | export CONTAINER_NAME=ci_native_nowallet_libbitcoinkernel |
| 767 | 0s | 0% | CONTAINER_NAME=ci_native_nowallet_libbitcoinkernel |
| 768 | 0s | 0% | export CI_IMAGE_NAME_TAG=docker.io/debian:bullseye |
| 769 | 0s | 0% | CI_IMAGE_NAME_TAG=docker.io/debian:bullseye |
| 770 | 0s | 0% | export 'PACKAGES=python3-zmq clang-16 llvm-16 libc++abi-16-dev libc++-16-dev' |
| 771 | 0s | 0% | PACKAGES='python3-zmq clang-16 llvm-16 libc++abi-16-dev libc++-16-dev' |
| 772 | 0s | 0% | export 'DEP_OPTS=NO_WALLET=1 CC=clang-16 CXX='\''clang++-16 -stdlib=libc++'\''' |
| 773 | 0s | 0% | DEP_OPTS='NO_WALLET=1 CC=clang-16 CXX='\''clang++-16 -stdlib=libc++'\''' |
| 774 | 0s | 0% | export GOAL=install |
| 775 | 0s | 0% | GOAL=install |
| 776 | 0s | 0% | export 'BITCOIN_CONFIG=--enable-reduce-exports --enable-experimental-util-chainstate --with-experimental-kernel-lib --enable-shared' |
| 777 | 0s | 0% | BITCOIN_CONFIG='--enable-reduce-exports --enable-experimental-util-chainstate --with-experimental-kernel-lib --enable-shared' |
| 778 | 0s | 0% | echo 'Fallback to default values in env (if not yet set)' |
| 779 | 0s | 0% | command -v nproc |
| 780 | 0s | 0% | nproc |
| 782 | 0s | 0% | export MAKEJOBS=-j4 |
| 783 | 0s | 0% | MAKEJOBS=-j4 |
| 784 | 0s | 0% | export USE_BUSY_BOX=false |
| 785 | 0s | 0% | USE_BUSY_BOX=false |
| 786 | 0s | 0% | export RUN_UNIT_TESTS=true |
| 787 | 0s | 0% | RUN_UNIT_TESTS=true |
| 788 | 0s | 0% | export RUN_FUNCTIONAL_TESTS=true |
| 789 | 0s | 0% | RUN_FUNCTIONAL_TESTS=true |
| 790 | 0s | 0% | export RUN_TIDY=false |
| 791 | 0s | 0% | RUN_TIDY=false |
| 792 | 0s | 0% | export TEST_RUNNER_TIMEOUT_FACTOR=40 |
| 793 | 0s | 0% | TEST_RUNNER_TIMEOUT_FACTOR=40 |
| 794 | 0s | 0% | export RUN_FUZZ_TESTS=false |
| 795 | 0s | 0% | RUN_FUZZ_TESTS=false |
| 796 | 0s | 0% | export BOOST_TEST_RANDOM=1 |
| 797 | 0s | 0% | BOOST_TEST_RANDOM=1 |
| 798 | 0s | 0% | export DEBIAN_FRONTEND=noninteractive |
| 799 | 0s | 0% | DEBIAN_FRONTEND=noninteractive |
| 800 | 0s | 0% | export CCACHE_MAXSIZE=100M |
| 801 | 0s | 0% | CCACHE_MAXSIZE=100M |
| 802 | 0s | 0% | export CCACHE_TEMPDIR=/tmp/.ccache-temp |
| 803 | 0s | 0% | CCACHE_TEMPDIR=/tmp/.ccache-temp |
| 804 | 0s | 0% | export CCACHE_COMPRESS=1 |
| 805 | 0s | 0% | CCACHE_COMPRESS=1 |
| 806 | 0s | 0% | export CCACHE_DIR=/home/admin/actions-runner/_work/_temp/ccache_dir |
| 807 | 0s | 0% | CCACHE_DIR=/home/admin/actions-runner/_work/_temp/ccache_dir |
| 808 | 0s | 0% | export BASE_OUTDIR=/home/admin/actions-runner/_work/_temp/ci/scratch/out |
| 809 | 0s | 0% | BASE_OUTDIR=/home/admin/actions-runner/_work/_temp/ci/scratch/out |
| 810 | 0s | 0% | export BASE_BUILD_DIR=/home/admin/actions-runner/_work/_temp/build |
| 811 | 0s | 0% | BASE_BUILD_DIR=/home/admin/actions-runner/_work/_temp/build |
| 812 | 0s | 0% | export PREVIOUS_RELEASES_DIR=/home/admin/actions-runner/_work/_temp/previous_releases |
| 813 | 0s | 0% | PREVIOUS_RELEASES_DIR=/home/admin/actions-runner/_work/_temp/previous_releases |
| 814 | 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' |
| 815 | 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' |
| 816 | 0s | 0% | export GOAL=install |
| 817 | 0s | 0% | GOAL=install |
| 818 | 0s | 0% | export DIR_QA_ASSETS=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets |
| 819 | 0s | 0% | DIR_QA_ASSETS=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets |
| 820 | 0s | 0% | export 'CI_RETRY_EXE=retry --' |
| 821 | 0s | 0% | CI_RETRY_EXE='retry --' |
| 822 | 0s | 0% | set -o errexit |
| 823 | 0s | 0% | ./ci/test/02_run_container.sh |
| 824 | 0s | 0% | '[' -z '' ']' |
| 825 | 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]' |
| 826 | 0s | 0% | tee /tmp/env-admin-ci_native_nowallet_libbitcoinkernel |
| 953 | 0s | 0% | docker run --rm docker.io/debian:bullseye bash -c 'env | grep --extended-regexp '\''^(HOME|PATH|USER)='\''' |
| 954 | 4s | 0% | tee --append /tmp/env-admin-ci_native_nowallet_libbitcoinkernel |
| 965 | 0s | 0% | echo 'Creating docker.io/debian:bullseye container to run in' |
| 966 | 5s | 0% | docker buildx build --file /home/admin/actions-runner/_work/bitcoin/bitcoin/ci/test_imagefile --build-arg CI_IMAGE_NAME_TAG=docker.io/debian:bullseye --build-arg FILE_ENV=./ci/test/00_setup_env_native_nowallet_libbitcoinkernel.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_nowallet_libbitcoinkernel --load --tag=ci_native_nowallet_libbitcoinkernel /home/admin/actions-runner/_work/bitcoin/bitcoin |
| 1017 | 0s | 0% | dirname ./ci/test/00_setup_env.sh |
| 1018 | 0s | 0% | cd ./ci/test/../../ |
| 1019 | 0s | 0% | pwd |
| 1020 | 0s | 0% | BASE_READ_ONLY_DIR=/ci_container_base |
| 1021 | 0s | 0% | export BASE_READ_ONLY_DIR |
| 1022 | 0s | 0% | export BASE_ROOT_DIR=/home/admin/actions-runner/_work/_temp |
| 1023 | 0s | 0% | BASE_ROOT_DIR=/home/admin/actions-runner/_work/_temp |
| 1024 | 0s | 0% | export DEPENDS_DIR=/home/admin/actions-runner/_work/_temp/depends |
| 1025 | 0s | 0% | DEPENDS_DIR=/home/admin/actions-runner/_work/_temp/depends |
| 1027 | 0s | 0% | export BASE_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch |
| 1028 | 0s | 0% | BASE_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch |
| 1029 | 0s | 0% | export BINS_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/bins/ |
| 1030 | 0s | 0% | BINS_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/bins/ |
| 1031 | 0s | 0% | echo 'Setting specific values in env' |
| 1032 | 0s | 0% | '[' -n ./ci/test/00_setup_env_native_nowallet_libbitcoinkernel.sh ']' |
| 1033 | 0s | 0% | set -o errexit |
| 1034 | 0s | 0% | source ./ci/test/00_setup_env_native_nowallet_libbitcoinkernel.sh |
| 1035 | 0s | 0% | export LC_ALL=C.UTF-8 |
| 1036 | 0s | 0% | LC_ALL=C.UTF-8 |
| 1037 | 0s | 0% | export CONTAINER_NAME=ci_native_nowallet_libbitcoinkernel |
| 1038 | 0s | 0% | CONTAINER_NAME=ci_native_nowallet_libbitcoinkernel |
| 1039 | 0s | 0% | export CI_IMAGE_NAME_TAG=docker.io/debian:bullseye |
| 1040 | 0s | 0% | CI_IMAGE_NAME_TAG=docker.io/debian:bullseye |
| 1042 | 0s | 0% | export 'PACKAGES=python3-zmq clang-16 llvm-16 libc++abi-16-dev libc++-16-dev' |
| 1043 | 0s | 0% | PACKAGES='python3-zmq clang-16 llvm-16 libc++abi-16-dev libc++-16-dev' |
| 1044 | 0s | 0% | export 'DEP_OPTS=NO_WALLET=1 CC=clang-16 CXX='\''clang++-16 -stdlib=libc++'\''' |
| 1045 | 0s | 0% | DEP_OPTS='NO_WALLET=1 CC=clang-16 CXX='\''clang++-16 -stdlib=libc++'\''' |
| 1046 | 0s | 0% | export GOAL=install |
| 1047 | 0s | 0% | GOAL=install |
| 1048 | 0s | 0% | export 'BITCOIN_CONFIG=--enable-reduce-exports --enable-experimental-util-chainstate --with-experimental-kernel-lib --enable-shared' |
| 1049 | 0s | 0% | BITCOIN_CONFIG='--enable-reduce-exports --enable-experimental-util-chainstate --with-experimental-kernel-lib --enable-shared' |
| 1050 | 0s | 0% | echo 'Fallback to default values in env (if not yet set)' |
| 1051 | 0s | 0% | command -v nproc |
| 1052 | 0s | 0% | nproc |
| 1053 | 0s | 0% | export MAKEJOBS=-j4 |
| 1054 | 0s | 0% | MAKEJOBS=-j4 |
| 1055 | 0s | 0% | export USE_BUSY_BOX=false |
| 1056 | 0s | 0% | USE_BUSY_BOX=false |
| 1057 | 0s | 0% | export RUN_UNIT_TESTS=true |
| 1058 | 0s | 0% | RUN_UNIT_TESTS=true |
| 1059 | 0s | 0% | export RUN_FUNCTIONAL_TESTS=true |
| 1060 | 0s | 0% | RUN_FUNCTIONAL_TESTS=true |
| 1061 | 0s | 0% | export RUN_TIDY=false |
| 1062 | 0s | 0% | RUN_TIDY=false |
| 1063 | 0s | 0% | export TEST_RUNNER_TIMEOUT_FACTOR=40 |
| 1064 | 0s | 0% | TEST_RUNNER_TIMEOUT_FACTOR=40 |
| 1065 | 0s | 0% | export RUN_FUZZ_TESTS=false |
| 1066 | 0s | 0% | RUN_FUZZ_TESTS=false |
| 1067 | 0s | 0% | export BOOST_TEST_RANDOM=1 |
| 1068 | 0s | 0% | BOOST_TEST_RANDOM=1 |
| 1069 | 0s | 0% | export DEBIAN_FRONTEND=noninteractive |
| 1070 | 0s | 0% | DEBIAN_FRONTEND=noninteractive |
| 1071 | 0s | 0% | export CCACHE_MAXSIZE=100M |
| 1072 | 0s | 0% | CCACHE_MAXSIZE=100M |
| 1073 | 0s | 0% | export CCACHE_TEMPDIR=/tmp/.ccache-temp |
| 1074 | 0s | 0% | CCACHE_TEMPDIR=/tmp/.ccache-temp |
| 1075 | 0s | 0% | export CCACHE_COMPRESS=1 |
| 1076 | 0s | 0% | CCACHE_COMPRESS=1 |
| 1077 | 0s | 0% | export CCACHE_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/.ccache |
| 1078 | 0s | 0% | CCACHE_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/.ccache |
| 1079 | 0s | 0% | export BASE_OUTDIR=/home/admin/actions-runner/_work/_temp/ci/scratch/out |
| 1080 | 0s | 0% | BASE_OUTDIR=/home/admin/actions-runner/_work/_temp/ci/scratch/out |
| 1081 | 0s | 0% | export BASE_BUILD_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/build |
| 1082 | 0s | 0% | BASE_BUILD_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/build |
| 1083 | 0s | 0% | export PREVIOUS_RELEASES_DIR=/home/admin/actions-runner/_work/_temp/prev_releases |
| 1084 | 0s | 0% | PREVIOUS_RELEASES_DIR=/home/admin/actions-runner/_work/_temp/prev_releases |
| 1085 | 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' |
| 1086 | 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' |
| 1087 | 0s | 0% | export GOAL=install |
| 1088 | 0s | 0% | GOAL=install |
| 1089 | 0s | 0% | export DIR_QA_ASSETS=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets |
| 1090 | 0s | 0% | DIR_QA_ASSETS=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets |
| 1091 | 0s | 0% | export 'CI_RETRY_EXE=retry --' |
| 1092 | 0s | 0% | CI_RETRY_EXE='retry --' |
| 1093 | 0s | 0% | ./ci/test/01_base_install.sh |
| 1094 | 0s | 0% | CFG_DONE=ci.base-install-done |
| 1095 | 0s | 0% | git config --global ci.base-install-done |
| 1097 | 0s | 0% | '[' '' == true ']' |
| 1098 | 0s | 0% | '[' -n '' ']' |
| 1099 | 0s | 0% | [[ docker.io/debian:bullseye == *centos* ]] |
| 1100 | 0s | 0% | '[' '' '!=' macos ']' |
| 1101 | 0s | 0% | [[ -n '' ]] |
| 1102 | 1s | 0% | retry -- apt-get update |
| 1111 | 0s | 0% | retry -- bash -c 'apt-get install --no-install-recommends --no-upgrade -y python3-zmq clang-16 llvm-16 libc++abi-16-dev libc++-16-dev build-essential libtool autotools-dev automake pkg-config bsdmainutils curl ca-certificates ccache python3 rsync git procps bison e2fsprogs cmake' |
| 1119 | 0s | 0% | g++-10 gcc gcc-10 git-man |
| 1159 | 0s | 0% | g++-10 gcc gcc-10 git git-man libarchive13 libasan6 |
| 1251 | 7s | 1% | amd64 4:10.2.1-1 [1644 B] |
| 1597 | 8s | 1% | (4:10.2.1-1) ... |
| 1906 | 0s | 0% | (4:10.2.1-1) ... |
| 1907 | 0s | 0% | to provide /usr/bin/c++ (c++) in auto mode |
| 1915 | 0s | 0% | '[' -n '' ']' |
| 1916 | 0s | 0% | [[ '' == \t\r\u\e ]] |
| 1917 | 0s | 0% | [[ false == \t\r\u\e ]] |
| 1918 | 0s | 0% | mkdir -p /home/admin/actions-runner/_work/_temp/depends/SDKs /home/admin/actions-runner/_work/_temp/depends/sdk-sources |
| 1919 | 0s | 0% | OSX_SDK_BASENAME=Xcode---extracted-SDK-with-libcxx-headers |
| 1920 | 0s | 0% | '[' -n '' ']' |
| 1921 | 24s | 3% | git config --global ci.base-install-done true |
| 1938 | 0s | 0% | docker volume create ci_native_nowallet_libbitcoinkernel_ccache |
| 1940 | 0s | 0% | docker volume create ci_native_nowallet_libbitcoinkernel_depends |
| 1942 | 0s | 0% | docker volume create ci_native_nowallet_libbitcoinkernel_depends_sources |
| 1944 | 0s | 0% | docker volume create ci_native_nowallet_libbitcoinkernel_previous_releases |
| 1946 | 0s | 0% | CI_CCACHE_MOUNT=type=volume,src=ci_native_nowallet_libbitcoinkernel_ccache,dst=/home/admin/actions-runner/_work/_temp/ccache_dir |
| 1947 | 0s | 0% | CI_DEPENDS_MOUNT=type=volume,src=ci_native_nowallet_libbitcoinkernel_depends,dst=/home/admin/actions-runner/_work/_temp/depends/built |
| 1948 | 0s | 0% | CI_DEPENDS_SOURCES_MOUNT=type=volume,src=ci_native_nowallet_libbitcoinkernel_depends_sources,dst=/home/admin/actions-runner/_work/_temp/depends/sources |
| 1949 | 0s | 0% | CI_PREVIOUS_RELEASES_MOUNT=type=volume,src=ci_native_nowallet_libbitcoinkernel_previous_releases,dst=/home/admin/actions-runner/_work/_temp/previous_releases |
| 1950 | 0s | 0% | '[' '' ']' |
| 1951 | 0s | 0% | docker network create --ipv6 --subnet 1111:1111::/112 ci-ip6net |
| 1953 | 0s | 0% | '[' -n '' ']' |
| 1954 | 0s | 0% | echo 'Prune all dangling bitcoin-ci-test images' |
| 1956 | 0s | 0% | docker image prune --force --filter label=bitcoin-ci-test |
| 1958 | 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_nowallet_libbitcoinkernel_ccache,dst=/home/admin/actions-runner/_work/_temp/ccache_dir --mount type=volume,src=ci_native_nowallet_libbitcoinkernel_depends,dst=/home/admin/actions-runner/_work/_temp/depends/built --mount type=volume,src=ci_native_nowallet_libbitcoinkernel_depends_sources,dst=/home/admin/actions-runner/_work/_temp/depends/sources --mount type=volume,src=ci_native_nowallet_libbitcoinkernel_previous_releases,dst=/home/admin/actions-runner/_work/_temp/previous_releases --env-file /tmp/env-admin-ci_native_nowallet_libbitcoinkernel --name ci_native_nowallet_libbitcoinkernel --network ci-ip6net ci_native_nowallet_libbitcoinkernel |
| 1959 | 0s | 0% | CI_CONTAINER_ID=5c00aa396270b78653b682f32bc67359d7599f0346834c1f6c770821f164c985 |
| 1960 | 0s | 0% | export CI_CONTAINER_ID |
| 1961 | 0s | 0% | export 'CI_EXEC_CMD_PREFIX=docker exec 5c00aa396270b78653b682f32bc67359d7599f0346834c1f6c770821f164c985' |
| 1962 | 0s | 0% | CI_EXEC_CMD_PREFIX='docker exec 5c00aa396270b78653b682f32bc67359d7599f0346834c1f6c770821f164c985' |
| 1963 | 0s | 0% | '[' '' == macos ']' |
| 1964 | 0s | 0% | export -f CI_EXEC |
| 1965 | 0s | 0% | CI_EXEC rsync --archive --stats --human-readable /home/admin/actions-runner/_work/bitcoin/bitcoin/ /home/admin/actions-runner/_work/_temp |
| 1966 | 0s | 0% | docker exec 5c00aa396270b78653b682f32bc67359d7599f0346834c1f6c770821f164c985 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' |
| 1984 | 0s | 0% | CI_EXEC /home/admin/actions-runner/_work/_temp/ci/test/01_base_install.sh |
| 1985 | 0s | 0% | docker exec 5c00aa396270b78653b682f32bc67359d7599f0346834c1f6c770821f164c985 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' |
| 1986 | 0s | 0% | CFG_DONE=ci.base-install-done |
| 1987 | 0s | 0% | git config --global ci.base-install-done |
| 1988 | 0s | 0% | '[' true == true ']' |
| 1989 | 0s | 0% | echo 'Skip base install' |
| 1990 | 0s | 0% | exit 0 |
| 1992 | 0s | 0% | CI_EXEC git config --global --add safe.directory '"*"' |
| 1993 | 0s | 0% | docker exec 5c00aa396270b78653b682f32bc67359d7599f0346834c1f6c770821f164c985 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 "*"' |
| 1994 | 0s | 0% | CI_EXEC mkdir -p /home/admin/actions-runner/_work/_temp/ci/scratch/bins/ |
| 1995 | 0s | 0% | docker exec 5c00aa396270b78653b682f32bc67359d7599f0346834c1f6c770821f164c985 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/' |
| 1996 | 0s | 0% | CI_EXEC /home/admin/actions-runner/_work/_temp/ci/test/03_test_script.sh |
| 1997 | 0s | 0% | docker exec 5c00aa396270b78653b682f32bc67359d7599f0346834c1f6c770821f164c985 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' |
| 1998 | 0s | 0% | export ASAN_OPTIONS=detect_leaks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1 |
| 1999 | 0s | 0% | ASAN_OPTIONS=detect_leaks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1 |
| 2000 | 0s | 0% | export LSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/lsan |
| 2001 | 0s | 0% | LSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/lsan |
| 2002 | 0s | 0% | export TSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/tsan:halt_on_error=1 |
| 2003 | 0s | 0% | TSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/tsan:halt_on_error=1 |
| 2004 | 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 |
| 2005 | 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 |
| 2006 | 0s | 0% | '[' '' == macos ']' |
| 2007 | 0s | 0% | free -m -h |
| 2008 | 0s | 0% | nproc |
| 2012 | 0s | 0% | echo 'Number of CPUs (nproc): 4' |
| 2014 | 0s | 0% | uname --kernel-name --kernel-release |
| 2015 | 0s | 0% | echo 'System info: Linux 6.14.0-37-generic' |
| 2017 | 0s | 0% | lscpu |
| 2062 | 0s | 0% | echo 'Free disk space:' |
| 2063 | 0s | 0% | df -h |
| 2064 | 0s | 0% | [[ ci_native_nowallet_libbitcoinkernel == \c\i\_\n\a\t\i\v\e\_\a\s\a\n ]] |
| 2065 | 0s | 0% | /home/admin/actions-runner/_work/_temp/depends/config.guess |
| 2075 | 0s | 0% | export HOST=x86_64-pc-linux-gnu |
| 2076 | 0s | 0% | HOST=x86_64-pc-linux-gnu |
| 2077 | 0s | 0% | tee /dev/fd/63 |
| 2078 | 0s | 0% | patch -p1 |
| 2080 | 0s | 0% | b/src/leveldb/db/db_impl.cc |
| 2090 | 0s | 0% | 1].Add(stats); |
| 2091 | 0s | 0% | '[' false = true ']' |
| 2092 | 0s | 0% | '[' true = true ']' |
| 2093 | 0s | 0% | export DIR_UNIT_TEST_DATA=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets/unit_test_data/ |
| 2094 | 0s | 0% | DIR_UNIT_TEST_DATA=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets/unit_test_data/ |
| 2095 | 0s | 0% | '[' '!' -d /home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets/unit_test_data/ ']' |
| 2096 | 0s | 0% | mkdir -p /home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets/unit_test_data/ |
| 2098 | 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 |
| 2107 | 0s | 0% | '[' false = true ']' |
| 2108 | 0s | 0% | '[' '' == macos ']' |
| 2109 | 0s | 0% | echo |
| 2110 | 0s | 0% | '[' -z '' ']' |
| 2111 | 0s | 0% | [[ docker.io/debian:bullseye == *centos* ]] |
| 2112 | 0s | 0% | SHELL_OPTS=CONFIG_SHELL= |
| 2113 | 7m54s | 70% | bash -c 'CONFIG_SHELL= make -j4 -C depends HOST=x86_64-pc-linux-gnu NO_WALLET=1 CC=clang-16 CXX='\''clang++-16 -stdlib=libc++'\'' LOG=1' |
| 2585 | 0s | 0% | '[' '' = true ']' |
| 2586 | 0s | 0% | BITCOIN_CONFIG_ALL=--disable-dependency-tracking |
| 2587 | 0s | 0% | '[' -z '' ']' |
| 2588 | 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' |
| 2589 | 0s | 0% | '[' -z '' ']' |
| 2590 | 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' |
| 2591 | 0s | 0% | ccache --zero-stats |
| 2593 | 0s | 0% | PRINT_CCACHE_STATISTICS='ccache --version | head -n 1 && ccache --show-stats' |
| 2594 | 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' |
| 2595 | 0s | 0% | '[' -n '' ']' |
| 2596 | 7s | 1% | ./autogen.sh |
| 2628 | 0s | 0% | mkdir -p /home/admin/actions-runner/_work/_temp/build |
| 2629 | 0s | 0% | cd /home/admin/actions-runner/_work/_temp/build |
| 2630 | 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-reduce-exports --enable-experimental-util-chainstate --with-experimental-kernel-lib --enable-shared' |
| 2647 | 0s | 0% | compiler works... yes |
| 2648 | 0s | 0% | compiler default output file name... a.out |
| 2652 | 0s | 0% | compiler... yes |
| 2653 | 0s | 0% | accepts -g... yes |
| 2656 | 0s | 0% | supports C++20 features with -std=c++20... yes |
| 2657 | 0s | 0% | -std=c++20 |
| 2658 | 0s | 0% | compiler... yes |
| 2659 | 0s | 0% | -std=c++20 accepts -g... yes |
| 2660 | 1s | 0% | -std=c++20... none |
| 2725 | 0s | 0% | preprocessor... clang++-16 -stdlib=libc++ -std=c++20 -E |
| 2726 | 0s | 0% | -std=c++20... /usr/bin/ld -m elf_x86_64 |
| 2728 | 0s | 0% | -std=c++20 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes |
| 2729 | 0s | 0% | -std=c++20 option to produce PIC... -fPIC -DPIC |
| 2730 | 0s | 0% | -std=c++20 PIC flag -fPIC -DPIC works... yes |
| 2731 | 0s | 0% | -std=c++20 static flag -static works... yes |
| 2732 | 0s | 0% | -std=c++20 supports -c -o file.o... yes |
| 2733 | 0s | 0% | -std=c++20 supports -c -o file.o... (cached) yes |
| 2734 | 0s | 0% | -std=c++20 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes |
| 2754 | 0s | 0% | compiler accepts -Werror... yes |
| 2756 | 0s | 0% | compiler accepts -Wall... yes |
| 2757 | 0s | 0% | compiler accepts -Wextra... yes |
| 2758 | 0s | 0% | compiler accepts -Wgnu... yes |
| 2759 | 0s | 0% | compiler accepts -Wformat -Wformat-security... yes |
| 2760 | 0s | 0% | compiler accepts -Wvla... yes |
| 2761 | 0s | 0% | compiler accepts -Wshadow-field... yes |
| 2762 | 0s | 0% | compiler accepts -Wthread-safety... yes |
| 2763 | 0s | 0% | compiler accepts -Wloop-analysis... yes |
| 2764 | 0s | 0% | compiler accepts -Wredundant-decls... yes |
| 2765 | 0s | 0% | compiler accepts -Wunused-member-function... yes |
| 2766 | 0s | 0% | compiler accepts -Wdate-time... yes |
| 2767 | 0s | 0% | compiler accepts -Wconditional-uninitialized... yes |
| 2768 | 0s | 0% | compiler accepts -Wduplicated-branches... no |
| 2769 | 0s | 0% | compiler accepts -Wduplicated-cond... no |
| 2770 | 0s | 0% | compiler accepts -Wlogical-op... no |
| 2771 | 0s | 0% | compiler accepts -Woverloaded-virtual... yes |
| 2772 | 0s | 0% | compiler accepts -Wsuggest-override... yes |
| 2773 | 0s | 0% | compiler accepts -Wimplicit-fallthrough... yes |
| 2774 | 0s | 0% | compiler accepts -Wunreachable-code... yes |
| 2775 | 0s | 0% | compiler accepts -Wdocumentation... yes |
| 2776 | 0s | 0% | compiler accepts -Wself-assign... yes |
| 2777 | 0s | 0% | compiler accepts -Wundef... yes |
| 2778 | 0s | 0% | compiler accepts -Wunused-parameter... yes |
| 2779 | 0s | 0% | compiler accepts -fno-extended-identifiers... no |
| 2780 | 0s | 0% | compiler accepts -fstack-reuse=none... no |
| 2781 | 0s | 0% | compiler accepts -msse4.2... yes |
| 2782 | 0s | 0% | compiler accepts -msse4.1... yes |
| 2783 | 0s | 0% | compiler accepts -mavx -mavx2... yes |
| 2784 | 0s | 0% | compiler accepts -msse4 -msha... yes |
| 2785 | 0s | 0% | compiler accepts -mpclmul... yes |
| 2790 | 0s | 0% | compiler accepts -march=armv8-a+crc+crypto... no |
| 2791 | 1s | 0% | compiler accepts -march=armv8-a+crypto... no |
| 2807 | 0s | 0% | compiler accepts -fPIC... yes |
| 2808 | 0s | 0% | compiler accepts -Wstack-protector... yes |
| 2809 | 0s | 0% | compiler accepts -fstack-protector-all... yes |
| 2810 | 0s | 0% | compiler accepts -fcf-protection=full... yes |
| 2811 | 0s | 0% | compiler accepts -fstack-clash-protection... yes |
| 2812 | 0s | 0% | preprocessor accepts -D_FORTIFY_SOURCE=3... yes |
| 2813 | 6s | 0% | preprocessor accepts -U_FORTIFY_SOURCE... yes |
| 2924 | 0s | 0% | preprocessor accepts -DBOOST_NO_CXX98_FUNCTION_BASE... no |
| 2925 | 2s | 0% | compiler accepts -fvisibility=hidden... yes |
| 3130 | 0s | 0% | -std=c++20 |
| 3136 | 2s | 0% | make distdir VERSION=x86_64-pc-linux-gnu |
| 3200 | 0s | 0% | cd /home/admin/actions-runner/_work/_temp/build/bitcoin-x86_64-pc-linux-gnu |
| 3201 | 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-reduce-exports --enable-experimental-util-chainstate --with-experimental-kernel-lib --enable-shared' |
| 3217 | 0s | 0% | compiler works... yes |
| 3218 | 0s | 0% | compiler default output file name... a.out |
| 3222 | 0s | 0% | compiler... (cached) yes |
| 3223 | 0s | 0% | accepts -g... (cached) yes |
| 3226 | 0s | 0% | supports C++20 features with -std=c++20... (cached) yes |
| 3227 | 0s | 0% | -std=c++20 |
| 3228 | 0s | 0% | compiler... (cached) yes |
| 3229 | 0s | 0% | -std=c++20 accepts -g... (cached) yes |
| 3230 | 0s | 0% | -std=c++20... (cached) none |
| 3295 | 0s | 0% | preprocessor... (cached) clang++-16 -stdlib=libc++ -std=c++20 -E |
| 3296 | 0s | 0% | -std=c++20... (cached) /usr/bin/ld -m elf_x86_64 |
| 3298 | 0s | 0% | -std=c++20 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes |
| 3299 | 0s | 0% | -std=c++20 option to produce PIC... (cached) -fPIC -DPIC |
| 3300 | 0s | 0% | -std=c++20 PIC flag -fPIC -DPIC works... (cached) yes |
| 3301 | 0s | 0% | -std=c++20 static flag -static works... (cached) yes |
| 3302 | 0s | 0% | -std=c++20 supports -c -o file.o... (cached) yes |
| 3303 | 0s | 0% | -std=c++20 supports -c -o file.o... (cached) yes |
| 3304 | 0s | 0% | -std=c++20 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes |
| 3324 | 0s | 0% | compiler accepts -Werror... (cached) yes |
| 3326 | 0s | 0% | compiler accepts -Wall... (cached) yes |
| 3327 | 0s | 0% | compiler accepts -Wextra... (cached) yes |
| 3328 | 0s | 0% | compiler accepts -Wgnu... (cached) yes |
| 3329 | 0s | 0% | compiler accepts -Wformat -Wformat-security... (cached) yes |
| 3330 | 0s | 0% | compiler accepts -Wvla... (cached) yes |
| 3331 | 0s | 0% | compiler accepts -Wshadow-field... (cached) yes |
| 3332 | 0s | 0% | compiler accepts -Wthread-safety... (cached) yes |
| 3333 | 0s | 0% | compiler accepts -Wloop-analysis... (cached) yes |
| 3334 | 0s | 0% | compiler accepts -Wredundant-decls... (cached) yes |
| 3335 | 0s | 0% | compiler accepts -Wunused-member-function... (cached) yes |
| 3336 | 0s | 0% | compiler accepts -Wdate-time... (cached) yes |
| 3337 | 0s | 0% | compiler accepts -Wconditional-uninitialized... (cached) yes |
| 3338 | 0s | 0% | compiler accepts -Wduplicated-branches... (cached) no |
| 3339 | 0s | 0% | compiler accepts -Wduplicated-cond... (cached) no |
| 3340 | 0s | 0% | compiler accepts -Wlogical-op... (cached) no |
| 3341 | 0s | 0% | compiler accepts -Woverloaded-virtual... (cached) yes |
| 3342 | 0s | 0% | compiler accepts -Wsuggest-override... (cached) yes |
| 3343 | 0s | 0% | compiler accepts -Wimplicit-fallthrough... (cached) yes |
| 3344 | 0s | 0% | compiler accepts -Wunreachable-code... (cached) yes |
| 3345 | 0s | 0% | compiler accepts -Wdocumentation... (cached) yes |
| 3346 | 0s | 0% | compiler accepts -Wself-assign... (cached) yes |
| 3347 | 0s | 0% | compiler accepts -Wundef... (cached) yes |
| 3348 | 0s | 0% | compiler accepts -Wunused-parameter... (cached) yes |
| 3349 | 0s | 0% | compiler accepts -fno-extended-identifiers... (cached) no |
| 3350 | 0s | 0% | compiler accepts -fstack-reuse=none... (cached) no |
| 3351 | 0s | 0% | compiler accepts -msse4.2... (cached) yes |
| 3352 | 0s | 0% | compiler accepts -msse4.1... (cached) yes |
| 3353 | 0s | 0% | compiler accepts -mavx -mavx2... (cached) yes |
| 3354 | 0s | 0% | compiler accepts -msse4 -msha... (cached) yes |
| 3355 | 0s | 0% | compiler accepts -mpclmul... (cached) yes |
| 3360 | 0s | 0% | compiler accepts -march=armv8-a+crc+crypto... (cached) no |
| 3361 | 0s | 0% | compiler accepts -march=armv8-a+crypto... (cached) no |
| 3377 | 0s | 0% | compiler accepts -fPIC... (cached) yes |
| 3378 | 0s | 0% | compiler accepts -Wstack-protector... (cached) yes |
| 3379 | 0s | 0% | compiler accepts -fstack-protector-all... (cached) yes |
| 3380 | 0s | 0% | compiler accepts -fcf-protection=full... (cached) yes |
| 3381 | 0s | 0% | compiler accepts -fstack-clash-protection... (cached) yes |
| 3382 | 0s | 0% | preprocessor accepts -D_FORTIFY_SOURCE=3... (cached) yes |
| 3383 | 4s | 0% | preprocessor accepts -U_FORTIFY_SOURCE... (cached) yes |
| 3464 | 0s | 0% | preprocessor accepts -DBOOST_NO_CXX98_FUNCTION_BASE... (cached) no |
| 3465 | 2s | 0% | compiler accepts -fvisibility=hidden... (cached) yes |
| 3657 | 0s | 0% | -std=c++20 |
| 3663 | 0s | 0% | [[ false == \t\r\u\e ]] |
| 3664 | 1m35s | 14% | bash -c ' make -j4 install' |