| 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_i686_multiprocess.sh ']' |
| 761 | 0s | 0% | set -o errexit |
| 762 | 0s | 0% | source ./ci/test/00_setup_env_i686_multiprocess.sh |
| 763 | 0s | 0% | export LC_ALL=C.UTF-8 |
| 764 | 0s | 0% | LC_ALL=C.UTF-8 |
| 765 | 0s | 0% | export HOST=i686-pc-linux-gnu |
| 766 | 0s | 0% | HOST=i686-pc-linux-gnu |
| 767 | 0s | 0% | export CONTAINER_NAME=ci_i686_multiprocess |
| 768 | 0s | 0% | CONTAINER_NAME=ci_i686_multiprocess |
| 769 | 0s | 0% | export CI_IMAGE_NAME_TAG=docker.io/amd64/ubuntu:24.04 |
| 770 | 0s | 0% | CI_IMAGE_NAME_TAG=docker.io/amd64/ubuntu:24.04 |
| 771 | 0s | 0% | export 'PACKAGES=llvm clang g++-multilib' |
| 772 | 0s | 0% | PACKAGES='llvm clang g++-multilib' |
| 773 | 0s | 0% | export 'DEP_OPTS=DEBUG=1 MULTIPROCESS=1' |
| 774 | 0s | 0% | DEP_OPTS='DEBUG=1 MULTIPROCESS=1' |
| 775 | 0s | 0% | export GOAL=install |
| 776 | 0s | 0% | GOAL=install |
| 777 | 0s | 0% | export TEST_RUNNER_EXTRA=--v2transport |
| 778 | 0s | 0% | TEST_RUNNER_EXTRA=--v2transport |
| 779 | 0s | 0% | export 'BITCOIN_CONFIG=--enable-debug CC='\''clang -m32'\'' CXX='\''clang++ -m32'\'' CPPFLAGS='\''-DBOOST_MULTI_INDEX_ENABLE_SAFE_MODE'\'' CXXFLAGS='\''-Wno-error=documentation'\''' |
| 780 | 0s | 0% | BITCOIN_CONFIG='--enable-debug CC='\''clang -m32'\'' CXX='\''clang++ -m32'\'' CPPFLAGS='\''-DBOOST_MULTI_INDEX_ENABLE_SAFE_MODE'\'' CXXFLAGS='\''-Wno-error=documentation'\''' |
| 781 | 0s | 0% | export BITCOIND=bitcoin-node |
| 782 | 0s | 0% | BITCOIND=bitcoin-node |
| 783 | 0s | 0% | echo 'Fallback to default values in env (if not yet set)' |
| 786 | 0s | 0% | command -v nproc |
| 787 | 0s | 0% | nproc |
| 788 | 0s | 0% | export MAKEJOBS=-j8 |
| 789 | 0s | 0% | MAKEJOBS=-j8 |
| 790 | 0s | 0% | export USE_BUSY_BOX=false |
| 791 | 0s | 0% | USE_BUSY_BOX=false |
| 792 | 0s | 0% | export RUN_UNIT_TESTS=true |
| 793 | 0s | 0% | RUN_UNIT_TESTS=true |
| 794 | 0s | 0% | export RUN_FUNCTIONAL_TESTS=true |
| 795 | 0s | 0% | RUN_FUNCTIONAL_TESTS=true |
| 796 | 0s | 0% | export RUN_TIDY=false |
| 797 | 0s | 0% | RUN_TIDY=false |
| 798 | 0s | 0% | export TEST_RUNNER_TIMEOUT_FACTOR=40 |
| 799 | 0s | 0% | TEST_RUNNER_TIMEOUT_FACTOR=40 |
| 800 | 0s | 0% | export RUN_FUZZ_TESTS=false |
| 801 | 0s | 0% | RUN_FUZZ_TESTS=false |
| 802 | 0s | 0% | export BOOST_TEST_RANDOM=1 |
| 803 | 0s | 0% | BOOST_TEST_RANDOM=1 |
| 804 | 0s | 0% | export DEBIAN_FRONTEND=noninteractive |
| 805 | 0s | 0% | DEBIAN_FRONTEND=noninteractive |
| 806 | 0s | 0% | export CCACHE_MAXSIZE=100M |
| 807 | 0s | 0% | CCACHE_MAXSIZE=100M |
| 808 | 0s | 0% | export CCACHE_TEMPDIR=/tmp/.ccache-temp |
| 809 | 0s | 0% | CCACHE_TEMPDIR=/tmp/.ccache-temp |
| 810 | 0s | 0% | export CCACHE_COMPRESS=1 |
| 811 | 0s | 0% | CCACHE_COMPRESS=1 |
| 812 | 0s | 0% | export CCACHE_DIR=/home/admin/actions-runner/_work/_temp/ccache_dir |
| 813 | 0s | 0% | CCACHE_DIR=/home/admin/actions-runner/_work/_temp/ccache_dir |
| 814 | 0s | 0% | export BASE_OUTDIR=/home/admin/actions-runner/_work/_temp/ci/scratch/out |
| 815 | 0s | 0% | BASE_OUTDIR=/home/admin/actions-runner/_work/_temp/ci/scratch/out |
| 816 | 0s | 0% | export BASE_BUILD_DIR=/home/admin/actions-runner/_work/_temp/build |
| 817 | 0s | 0% | BASE_BUILD_DIR=/home/admin/actions-runner/_work/_temp/build |
| 818 | 0s | 0% | export PREVIOUS_RELEASES_DIR=/home/admin/actions-runner/_work/_temp/previous_releases |
| 819 | 0s | 0% | PREVIOUS_RELEASES_DIR=/home/admin/actions-runner/_work/_temp/previous_releases |
| 820 | 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' |
| 821 | 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' |
| 822 | 0s | 0% | export GOAL=install |
| 823 | 0s | 0% | GOAL=install |
| 824 | 0s | 0% | export DIR_QA_ASSETS=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets |
| 825 | 0s | 0% | DIR_QA_ASSETS=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets |
| 826 | 0s | 0% | export 'CI_RETRY_EXE=retry --' |
| 827 | 0s | 0% | CI_RETRY_EXE='retry --' |
| 828 | 0s | 0% | set -o errexit |
| 829 | 0s | 0% | ./ci/test/02_run_container.sh |
| 830 | 0s | 0% | '[' -z '' ']' |
| 831 | 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]' |
| 832 | 0s | 0% | tee /tmp/env-admin-ci_i686_multiprocess |
| 915 | 0s | 0% | -m32' CPPFLAGS='-DBOOST_MULTI_INDEX_ENABLE_SAFE_MODE' CXXFLAGS='-Wno-error=documentation' |
| 962 | 0s | 0% | docker run --rm docker.io/amd64/ubuntu:24.04 bash -c 'env | grep --extended-regexp '\''^(HOME|PATH|USER)='\''' |
| 963 | 3s | 0% | tee --append /tmp/env-admin-ci_i686_multiprocess |
| 974 | 0s | 0% | echo 'Creating docker.io/amd64/ubuntu:24.04 container to run in' |
| 976 | 4s | 0% | docker buildx build --file /home/admin/actions-runner/_work/bitcoin/bitcoin/ci/test_imagefile --build-arg CI_IMAGE_NAME_TAG=docker.io/amd64/ubuntu:24.04 --build-arg FILE_ENV=./ci/test/00_setup_env_i686_multiprocess.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_i686_multiprocess --load --tag=ci_i686_multiprocess /home/admin/actions-runner/_work/bitcoin/bitcoin |
| 1020 | 0s | 0% | dirname ./ci/test/00_setup_env.sh |
| 1021 | 0s | 0% | cd ./ci/test/../../ |
| 1022 | 0s | 0% | pwd |
| 1023 | 0s | 0% | BASE_READ_ONLY_DIR=/ci_container_base |
| 1024 | 0s | 0% | export BASE_READ_ONLY_DIR |
| 1025 | 0s | 0% | export BASE_ROOT_DIR=/home/admin/actions-runner/_work/_temp |
| 1026 | 0s | 0% | BASE_ROOT_DIR=/home/admin/actions-runner/_work/_temp |
| 1027 | 0s | 0% | export DEPENDS_DIR=/home/admin/actions-runner/_work/_temp/depends |
| 1028 | 0s | 0% | DEPENDS_DIR=/home/admin/actions-runner/_work/_temp/depends |
| 1029 | 0s | 0% | export BASE_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch |
| 1030 | 0s | 0% | BASE_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch |
| 1031 | 0s | 0% | export BINS_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/bins/ |
| 1032 | 0s | 0% | BINS_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/bins/ |
| 1033 | 0s | 0% | echo 'Setting specific values in env' |
| 1035 | 0s | 0% | '[' -n ./ci/test/00_setup_env_i686_multiprocess.sh ']' |
| 1036 | 0s | 0% | set -o errexit |
| 1037 | 0s | 0% | source ./ci/test/00_setup_env_i686_multiprocess.sh |
| 1038 | 0s | 0% | export LC_ALL=C.UTF-8 |
| 1039 | 0s | 0% | LC_ALL=C.UTF-8 |
| 1040 | 0s | 0% | export HOST=i686-pc-linux-gnu |
| 1041 | 0s | 0% | HOST=i686-pc-linux-gnu |
| 1042 | 0s | 0% | export CONTAINER_NAME=ci_i686_multiprocess |
| 1043 | 0s | 0% | CONTAINER_NAME=ci_i686_multiprocess |
| 1044 | 0s | 0% | export CI_IMAGE_NAME_TAG=docker.io/amd64/ubuntu:24.04 |
| 1045 | 0s | 0% | CI_IMAGE_NAME_TAG=docker.io/amd64/ubuntu:24.04 |
| 1046 | 0s | 0% | export 'PACKAGES=llvm clang g++-multilib' |
| 1047 | 0s | 0% | PACKAGES='llvm clang g++-multilib' |
| 1048 | 0s | 0% | export 'DEP_OPTS=DEBUG=1 MULTIPROCESS=1' |
| 1049 | 0s | 0% | DEP_OPTS='DEBUG=1 MULTIPROCESS=1' |
| 1050 | 0s | 0% | export GOAL=install |
| 1051 | 0s | 0% | GOAL=install |
| 1052 | 0s | 0% | export TEST_RUNNER_EXTRA=--v2transport |
| 1053 | 0s | 0% | TEST_RUNNER_EXTRA=--v2transport |
| 1054 | 0s | 0% | export 'BITCOIN_CONFIG=--enable-debug CC='\''clang -m32'\'' CXX='\''clang++ -m32'\'' CPPFLAGS='\''-DBOOST_MULTI_INDEX_ENABLE_SAFE_MODE'\'' CXXFLAGS='\''-Wno-error=documentation'\''' |
| 1055 | 0s | 0% | BITCOIN_CONFIG='--enable-debug CC='\''clang -m32'\'' CXX='\''clang++ -m32'\'' CPPFLAGS='\''-DBOOST_MULTI_INDEX_ENABLE_SAFE_MODE'\'' CXXFLAGS='\''-Wno-error=documentation'\''' |
| 1056 | 0s | 0% | export BITCOIND=bitcoin-node |
| 1057 | 0s | 0% | BITCOIND=bitcoin-node |
| 1059 | 0s | 0% | echo 'Fallback to default values in env (if not yet set)' |
| 1060 | 0s | 0% | command -v nproc |
| 1061 | 0s | 0% | nproc |
| 1062 | 0s | 0% | export MAKEJOBS=-j8 |
| 1063 | 0s | 0% | MAKEJOBS=-j8 |
| 1064 | 0s | 0% | export USE_BUSY_BOX=false |
| 1065 | 0s | 0% | USE_BUSY_BOX=false |
| 1066 | 0s | 0% | export RUN_UNIT_TESTS=true |
| 1067 | 0s | 0% | RUN_UNIT_TESTS=true |
| 1068 | 0s | 0% | export RUN_FUNCTIONAL_TESTS=true |
| 1069 | 0s | 0% | RUN_FUNCTIONAL_TESTS=true |
| 1070 | 0s | 0% | export RUN_TIDY=false |
| 1071 | 0s | 0% | RUN_TIDY=false |
| 1072 | 0s | 0% | export TEST_RUNNER_TIMEOUT_FACTOR=40 |
| 1073 | 0s | 0% | TEST_RUNNER_TIMEOUT_FACTOR=40 |
| 1074 | 0s | 0% | export RUN_FUZZ_TESTS=false |
| 1075 | 0s | 0% | RUN_FUZZ_TESTS=false |
| 1076 | 0s | 0% | export BOOST_TEST_RANDOM=1 |
| 1077 | 0s | 0% | BOOST_TEST_RANDOM=1 |
| 1078 | 0s | 0% | export DEBIAN_FRONTEND=noninteractive |
| 1079 | 0s | 0% | DEBIAN_FRONTEND=noninteractive |
| 1080 | 0s | 0% | export CCACHE_MAXSIZE=100M |
| 1081 | 0s | 0% | CCACHE_MAXSIZE=100M |
| 1082 | 0s | 0% | export CCACHE_TEMPDIR=/tmp/.ccache-temp |
| 1083 | 0s | 0% | CCACHE_TEMPDIR=/tmp/.ccache-temp |
| 1084 | 0s | 0% | export CCACHE_COMPRESS=1 |
| 1085 | 0s | 0% | CCACHE_COMPRESS=1 |
| 1086 | 0s | 0% | export CCACHE_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/.ccache |
| 1087 | 0s | 0% | CCACHE_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/.ccache |
| 1088 | 0s | 0% | export BASE_OUTDIR=/home/admin/actions-runner/_work/_temp/ci/scratch/out |
| 1089 | 0s | 0% | BASE_OUTDIR=/home/admin/actions-runner/_work/_temp/ci/scratch/out |
| 1090 | 0s | 0% | export BASE_BUILD_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/build |
| 1091 | 0s | 0% | BASE_BUILD_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/build |
| 1092 | 0s | 0% | export PREVIOUS_RELEASES_DIR=/home/admin/actions-runner/_work/_temp/prev_releases |
| 1093 | 0s | 0% | PREVIOUS_RELEASES_DIR=/home/admin/actions-runner/_work/_temp/prev_releases |
| 1094 | 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' |
| 1095 | 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' |
| 1096 | 0s | 0% | export GOAL=install |
| 1097 | 0s | 0% | GOAL=install |
| 1098 | 0s | 0% | export DIR_QA_ASSETS=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets |
| 1099 | 0s | 0% | DIR_QA_ASSETS=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets |
| 1100 | 0s | 0% | export 'CI_RETRY_EXE=retry --' |
| 1101 | 0s | 0% | CI_RETRY_EXE='retry --' |
| 1102 | 0s | 0% | ./ci/test/01_base_install.sh |
| 1103 | 0s | 0% | CFG_DONE=ci.base-install-done |
| 1104 | 0s | 0% | git config --global ci.base-install-done |
| 1106 | 0s | 0% | '[' '' == true ']' |
| 1107 | 0s | 0% | '[' -n '' ']' |
| 1108 | 0s | 0% | [[ docker.io/amd64/ubuntu:24.04 == *centos* ]] |
| 1109 | 0s | 0% | '[' '' '!=' macos ']' |
| 1110 | 0s | 0% | [[ -n '' ]] |
| 1111 | 2s | 0% | retry -- apt-get update |
| 1132 | 0s | 0% | retry -- bash -c 'apt-get install --no-install-recommends --no-upgrade -y llvm clang g++-multilib build-essential libtool autotools-dev automake pkg-config bsdmainutils curl ca-certificates ccache python3 rsync git procps bison e2fsprogs cmake' |
| 1141 | 0s | 0% | g++-13 g++-13-multilib |
| 1190 | 4s | 0% | g++-13 |
| 1310 | 5s | 0% | amd64 4:13.2.0-7ubuntu1 [1100 B] |
| 1752 | 5s | 0% | (4:13.2.0-7ubuntu1) ... |
| 2158 | 0s | 0% | (4:13.2.0-7ubuntu1) ... |
| 2159 | 0s | 0% | to provide /usr/bin/c++ (c++) in auto mode |
| 2169 | 0s | 0% | '[' -n '' ']' |
| 2170 | 0s | 0% | [[ '' == \t\r\u\e ]] |
| 2171 | 0s | 0% | [[ false == \t\r\u\e ]] |
| 2172 | 0s | 0% | mkdir -p /home/admin/actions-runner/_work/_temp/depends/SDKs /home/admin/actions-runner/_work/_temp/depends/sdk-sources |
| 2173 | 0s | 0% | OSX_SDK_BASENAME=Xcode---extracted-SDK-with-libcxx-headers |
| 2174 | 0s | 0% | '[' -n '' ']' |
| 2175 | 26s | 3% | git config --global ci.base-install-done true |
| 2192 | 0s | 0% | docker volume create ci_i686_multiprocess_ccache |
| 2194 | 0s | 0% | docker volume create ci_i686_multiprocess_depends |
| 2196 | 0s | 0% | docker volume create ci_i686_multiprocess_depends_sources |
| 2198 | 0s | 0% | docker volume create ci_i686_multiprocess_previous_releases |
| 2200 | 0s | 0% | CI_CCACHE_MOUNT=type=volume,src=ci_i686_multiprocess_ccache,dst=/home/admin/actions-runner/_work/_temp/ccache_dir |
| 2201 | 0s | 0% | CI_DEPENDS_MOUNT=type=volume,src=ci_i686_multiprocess_depends,dst=/home/admin/actions-runner/_work/_temp/depends/built |
| 2202 | 0s | 0% | CI_DEPENDS_SOURCES_MOUNT=type=volume,src=ci_i686_multiprocess_depends_sources,dst=/home/admin/actions-runner/_work/_temp/depends/sources |
| 2203 | 0s | 0% | CI_PREVIOUS_RELEASES_MOUNT=type=volume,src=ci_i686_multiprocess_previous_releases,dst=/home/admin/actions-runner/_work/_temp/previous_releases |
| 2204 | 0s | 0% | '[' '' ']' |
| 2205 | 0s | 0% | docker network create --ipv6 --subnet 1111:1111::/112 ci-ip6net |
| 2207 | 0s | 0% | '[' -n '' ']' |
| 2208 | 0s | 0% | echo 'Prune all dangling bitcoin-ci-test images' |
| 2209 | 0s | 0% | docker image prune --force --filter label=bitcoin-ci-test |
| 2212 | 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_i686_multiprocess_ccache,dst=/home/admin/actions-runner/_work/_temp/ccache_dir --mount type=volume,src=ci_i686_multiprocess_depends,dst=/home/admin/actions-runner/_work/_temp/depends/built --mount type=volume,src=ci_i686_multiprocess_depends_sources,dst=/home/admin/actions-runner/_work/_temp/depends/sources --mount type=volume,src=ci_i686_multiprocess_previous_releases,dst=/home/admin/actions-runner/_work/_temp/previous_releases --env-file /tmp/env-admin-ci_i686_multiprocess --name ci_i686_multiprocess --network ci-ip6net ci_i686_multiprocess |
| 2213 | 0s | 0% | CI_CONTAINER_ID=aa498c24132999a7544b73e137a379183dd73ba99ebdd7b28621841f5f18946b |
| 2214 | 0s | 0% | export CI_CONTAINER_ID |
| 2215 | 0s | 0% | export 'CI_EXEC_CMD_PREFIX=docker exec aa498c24132999a7544b73e137a379183dd73ba99ebdd7b28621841f5f18946b' |
| 2216 | 0s | 0% | CI_EXEC_CMD_PREFIX='docker exec aa498c24132999a7544b73e137a379183dd73ba99ebdd7b28621841f5f18946b' |
| 2217 | 0s | 0% | '[' '' == macos ']' |
| 2218 | 0s | 0% | export -f CI_EXEC |
| 2219 | 0s | 0% | CI_EXEC rsync --archive --stats --human-readable /home/admin/actions-runner/_work/bitcoin/bitcoin/ /home/admin/actions-runner/_work/_temp |
| 2220 | 0s | 0% | docker exec aa498c24132999a7544b73e137a379183dd73ba99ebdd7b28621841f5f18946b 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' |
| 2238 | 0s | 0% | CI_EXEC /home/admin/actions-runner/_work/_temp/ci/test/01_base_install.sh |
| 2239 | 0s | 0% | docker exec aa498c24132999a7544b73e137a379183dd73ba99ebdd7b28621841f5f18946b 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' |
| 2240 | 0s | 0% | CFG_DONE=ci.base-install-done |
| 2241 | 0s | 0% | git config --global ci.base-install-done |
| 2242 | 0s | 0% | '[' true == true ']' |
| 2244 | 0s | 0% | echo 'Skip base install' |
| 2245 | 0s | 0% | exit 0 |
| 2246 | 0s | 0% | CI_EXEC git config --global --add safe.directory '"*"' |
| 2247 | 0s | 0% | docker exec aa498c24132999a7544b73e137a379183dd73ba99ebdd7b28621841f5f18946b 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 "*"' |
| 2248 | 0s | 0% | CI_EXEC mkdir -p /home/admin/actions-runner/_work/_temp/ci/scratch/bins/ |
| 2249 | 0s | 0% | docker exec aa498c24132999a7544b73e137a379183dd73ba99ebdd7b28621841f5f18946b 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/' |
| 2250 | 0s | 0% | CI_EXEC /home/admin/actions-runner/_work/_temp/ci/test/03_test_script.sh |
| 2251 | 0s | 0% | docker exec aa498c24132999a7544b73e137a379183dd73ba99ebdd7b28621841f5f18946b 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' |
| 2252 | 0s | 0% | export ASAN_OPTIONS=detect_leaks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1 |
| 2253 | 0s | 0% | ASAN_OPTIONS=detect_leaks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1 |
| 2254 | 0s | 0% | export LSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/lsan |
| 2255 | 0s | 0% | LSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/lsan |
| 2256 | 0s | 0% | export TSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/tsan:halt_on_error=1 |
| 2257 | 0s | 0% | TSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/tsan:halt_on_error=1 |
| 2258 | 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 |
| 2259 | 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 |
| 2260 | 0s | 0% | '[' '' == macos ']' |
| 2261 | 0s | 0% | free -m -h |
| 2265 | 0s | 0% | nproc |
| 2266 | 0s | 0% | echo 'Number of CPUs (nproc): 8' |
| 2268 | 0s | 0% | uname --kernel-name --kernel-release |
| 2269 | 0s | 0% | echo 'System info: Linux 6.14.0-37-generic' |
| 2270 | 0s | 0% | lscpu |
| 2315 | 0s | 0% | echo 'Free disk space:' |
| 2316 | 0s | 0% | df -h |
| 2326 | 0s | 0% | [[ ci_i686_multiprocess == \c\i\_\n\a\t\i\v\e\_\a\s\a\n ]] |
| 2327 | 0s | 0% | export HOST=i686-pc-linux-gnu |
| 2328 | 0s | 0% | HOST=i686-pc-linux-gnu |
| 2329 | 0s | 0% | tee /dev/fd/63 |
| 2330 | 0s | 0% | patch -p1 |
| 2332 | 0s | 0% | b/src/leveldb/db/db_impl.cc |
| 2342 | 0s | 0% | 1].Add(stats); |
| 2343 | 0s | 0% | '[' false = true ']' |
| 2344 | 0s | 0% | '[' true = true ']' |
| 2345 | 0s | 0% | export DIR_UNIT_TEST_DATA=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets/unit_test_data/ |
| 2346 | 0s | 0% | DIR_UNIT_TEST_DATA=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets/unit_test_data/ |
| 2347 | 0s | 0% | '[' '!' -d /home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets/unit_test_data/ ']' |
| 2348 | 0s | 0% | mkdir -p /home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets/unit_test_data/ |
| 2350 | 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 |
| 2359 | 0s | 0% | '[' false = true ']' |
| 2360 | 0s | 0% | '[' '' == macos ']' |
| 2361 | 0s | 0% | echo |
| 2362 | 0s | 0% | '[' -z '' ']' |
| 2363 | 0s | 0% | [[ docker.io/amd64/ubuntu:24.04 == *centos* ]] |
| 2364 | 0s | 0% | SHELL_OPTS=CONFIG_SHELL= |
| 2365 | 7m27s | 67% | bash -c 'CONFIG_SHELL= make -j8 -C depends HOST=i686-pc-linux-gnu DEBUG=1 MULTIPROCESS=1 LOG=1' |
| 3173 | 0s | 0% | '[' '' = true ']' |
| 3174 | 0s | 0% | BITCOIN_CONFIG_ALL=--disable-dependency-tracking |
| 3175 | 0s | 0% | '[' -z '' ']' |
| 3176 | 0s | 0% | BITCOIN_CONFIG_ALL='--disable-dependency-tracking CONFIG_SITE=/home/admin/actions-runner/_work/_temp/depends/i686-pc-linux-gnu/share/config.site' |
| 3177 | 0s | 0% | '[' -z '' ']' |
| 3178 | 0s | 0% | BITCOIN_CONFIG_ALL='--disable-dependency-tracking CONFIG_SITE=/home/admin/actions-runner/_work/_temp/depends/i686-pc-linux-gnu/share/config.site --enable-werror' |
| 3179 | 0s | 0% | ccache --zero-stats |
| 3181 | 0s | 0% | PRINT_CCACHE_STATISTICS='ccache --version | head -n 1 && ccache --show-stats' |
| 3182 | 0s | 0% | BITCOIN_CONFIG_ALL='--disable-dependency-tracking CONFIG_SITE=/home/admin/actions-runner/_work/_temp/depends/i686-pc-linux-gnu/share/config.site --enable-werror --enable-external-signer --prefix=/home/admin/actions-runner/_work/_temp/ci/scratch/out' |
| 3183 | 0s | 0% | '[' -n '' ']' |
| 3184 | 8s | 1% | ./autogen.sh |
| 3216 | 0s | 0% | mkdir -p /home/admin/actions-runner/_work/_temp/build |
| 3217 | 0s | 0% | cd /home/admin/actions-runner/_work/_temp/build |
| 3218 | 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/i686-pc-linux-gnu/share/config.site --enable-werror --enable-external-signer --prefix=/home/admin/actions-runner/_work/_temp/ci/scratch/out --enable-debug CC='\''clang -m32'\'' CXX='\''clang++ -m32'\'' CPPFLAGS='\''-DBOOST_MULTI_INDEX_ENABLE_SAFE_MODE'\'' CXXFLAGS='\''-Wno-error=documentation'\''' |
| 3235 | 0s | 0% | compiler works... yes |
| 3236 | 0s | 0% | compiler default output file name... a.out |
| 3241 | 0s | 0% | -m32 accepts -g... yes |
| 3242 | 0s | 0% | -m32 option to enable C++11 features... unsupported |
| 3243 | 0s | 0% | -m32 option to enable C++98 features... none needed |
| 3245 | 0s | 0% | -m32... none |
| 3246 | 0s | 0% | -m32 supports C++20 features with -std=c++20... yes |
| 3247 | 0s | 0% | -m32 -std=c++20 |
| 3249 | 0s | 0% | -m32 -std=c++20 accepts -g... yes |
| 3250 | 1s | 0% | -m32 -std=c++20... none |
| 3315 | 0s | 0% | preprocessor... clang++ -m32 -std=c++20 -E |
| 3316 | 0s | 0% | -m32 -std=c++20... /usr/bin/ld |
| 3318 | 0s | 0% | -m32 -std=c++20 linker (/usr/bin/ld) supports shared libraries... yes |
| 3319 | 0s | 0% | -m32 -std=c++20 option to produce PIC... -fPIC -DPIC |
| 3320 | 0s | 0% | -m32 -std=c++20 PIC flag -fPIC -DPIC works... yes |
| 3321 | 0s | 0% | -m32 -std=c++20 static flag -static works... yes |
| 3322 | 0s | 0% | -m32 -std=c++20 supports -c -o file.o... yes |
| 3323 | 0s | 0% | -m32 -std=c++20 supports -c -o file.o... (cached) yes |
| 3324 | 0s | 0% | -m32 -std=c++20 linker (/usr/bin/ld) supports shared libraries... yes |
| 3347 | 0s | 0% | compiler accepts -Werror... yes |
| 3349 | 0s | 0% | compiler accepts -O0... yes |
| 3350 | 0s | 0% | compiler accepts -g3... yes |
| 3351 | 0s | 0% | preprocessor accepts -DDEBUG... yes |
| 3352 | 0s | 0% | preprocessor accepts -DDEBUG_LOCKORDER... yes |
| 3353 | 0s | 0% | preprocessor accepts -DDEBUG_LOCKCONTENTION... yes |
| 3354 | 0s | 0% | preprocessor accepts -DRPC_DOC_CHECK... yes |
| 3355 | 0s | 0% | preprocessor accepts -DABORT_ON_FAILED_ASSUME... yes |
| 3356 | 0s | 0% | compiler accepts -ftrapv... yes |
| 3357 | 0s | 0% | compiler accepts -Wall... yes |
| 3358 | 0s | 0% | compiler accepts -Wextra... yes |
| 3359 | 0s | 0% | compiler accepts -Wgnu... yes |
| 3360 | 0s | 0% | compiler accepts -Wformat -Wformat-security... yes |
| 3361 | 0s | 0% | compiler accepts -Wvla... yes |
| 3362 | 0s | 0% | compiler accepts -Wshadow-field... yes |
| 3363 | 0s | 0% | compiler accepts -Wthread-safety... yes |
| 3364 | 0s | 0% | compiler accepts -Wloop-analysis... yes |
| 3365 | 0s | 0% | compiler accepts -Wredundant-decls... yes |
| 3366 | 0s | 0% | compiler accepts -Wunused-member-function... yes |
| 3367 | 0s | 0% | compiler accepts -Wdate-time... yes |
| 3368 | 0s | 0% | compiler accepts -Wconditional-uninitialized... yes |
| 3369 | 0s | 0% | compiler accepts -Wduplicated-branches... no |
| 3370 | 0s | 0% | compiler accepts -Wduplicated-cond... no |
| 3371 | 0s | 0% | compiler accepts -Wlogical-op... no |
| 3372 | 0s | 0% | compiler accepts -Woverloaded-virtual... yes |
| 3373 | 0s | 0% | compiler accepts -Wsuggest-override... yes |
| 3374 | 0s | 0% | compiler accepts -Wimplicit-fallthrough... yes |
| 3375 | 0s | 0% | compiler accepts -Wunreachable-code... yes |
| 3376 | 0s | 0% | compiler accepts -Wdocumentation... yes |
| 3377 | 0s | 0% | compiler accepts -Wself-assign... yes |
| 3378 | 0s | 0% | compiler accepts -Wundef... yes |
| 3379 | 0s | 0% | compiler accepts -Wunused-parameter... yes |
| 3380 | 0s | 0% | compiler accepts -fno-extended-identifiers... no |
| 3381 | 0s | 0% | compiler accepts -fstack-reuse=none... no |
| 3382 | 0s | 0% | compiler accepts -msse4.2... yes |
| 3383 | 0s | 0% | compiler accepts -msse4.1... yes |
| 3384 | 0s | 0% | compiler accepts -mavx -mavx2... yes |
| 3385 | 0s | 0% | compiler accepts -msse4 -msha... yes |
| 3386 | 0s | 0% | compiler accepts -mpclmul... yes |
| 3391 | 0s | 0% | compiler accepts -march=armv8-a+crc+crypto... no |
| 3392 | 2s | 0% | compiler accepts -march=armv8-a+crypto... no |
| 3407 | 0s | 0% | -m32 -std=c++20 options needed to detect all undeclared functions... none needed |
| 3410 | 0s | 0% | compiler accepts -fPIC... yes |
| 3411 | 0s | 0% | compiler accepts -Wstack-protector... yes |
| 3412 | 0s | 0% | compiler accepts -fstack-protector-all... yes |
| 3413 | 0s | 0% | compiler accepts -fcf-protection=full... yes |
| 3414 | 9s | 1% | compiler accepts -fstack-clash-protection... yes |
| 3493 | 0s | 0% | headers... default |
| 3509 | 1s | 0% | preprocessor accepts -DBOOST_NO_CXX98_FUNCTION_BASE... no |
| 3559 | 1s | 0% | -m32' 'CPPFLAGS=-DBOOST_MULTI_INDEX_ENABLE_SAFE_MODE' 'CXXFLAGS=-Wno-error=documentation' '--disable-shared' '--with-pic' '--enable-benchmark=no' '--enable-module-recovery' '--disable-module-ecdh' --cache-file=../../config.cache --srcdir=/home/admin/actions-runner/_work/_temp/src/secp256k1 |
| 3714 | 0s | 0% | -m32 -std=c++20 |
| 3720 | 2s | 0% | make distdir VERSION=i686-pc-linux-gnu |
| 3784 | 0s | 0% | cd /home/admin/actions-runner/_work/_temp/build/bitcoin-i686-pc-linux-gnu |
| 3785 | 0s | 0% | bash -c './configure --cache-file=../config.cache --disable-dependency-tracking CONFIG_SITE=/home/admin/actions-runner/_work/_temp/depends/i686-pc-linux-gnu/share/config.site --enable-werror --enable-external-signer --prefix=/home/admin/actions-runner/_work/_temp/ci/scratch/out --enable-debug CC='\''clang -m32'\'' CXX='\''clang++ -m32'\'' CPPFLAGS='\''-DBOOST_MULTI_INDEX_ENABLE_SAFE_MODE'\'' CXXFLAGS='\''-Wno-error=documentation'\''' |
| 3801 | 0s | 0% | compiler works... yes |
| 3802 | 0s | 0% | compiler default output file name... a.out |
| 3807 | 0s | 0% | -m32 accepts -g... (cached) yes |
| 3808 | 0s | 0% | -m32 option to enable C++11 features... (cached) unsupported |
| 3809 | 0s | 0% | -m32 option to enable C++98 features... (cached) none needed |
| 3811 | 0s | 0% | -m32... (cached) none |
| 3812 | 0s | 0% | -m32 supports C++20 features with -std=c++20... (cached) yes |
| 3813 | 0s | 0% | -m32 -std=c++20 |
| 3815 | 0s | 0% | -m32 -std=c++20 accepts -g... (cached) yes |
| 3816 | 0s | 0% | -m32 -std=c++20... (cached) none |
| 3881 | 0s | 0% | preprocessor... (cached) clang++ -m32 -std=c++20 -E |
| 3882 | 0s | 0% | -m32 -std=c++20... (cached) /usr/bin/ld |
| 3884 | 0s | 0% | -m32 -std=c++20 linker (/usr/bin/ld) supports shared libraries... yes |
| 3885 | 0s | 0% | -m32 -std=c++20 option to produce PIC... (cached) -fPIC -DPIC |
| 3886 | 0s | 0% | -m32 -std=c++20 PIC flag -fPIC -DPIC works... (cached) yes |
| 3887 | 0s | 0% | -m32 -std=c++20 static flag -static works... (cached) yes |
| 3888 | 0s | 0% | -m32 -std=c++20 supports -c -o file.o... (cached) yes |
| 3889 | 0s | 0% | -m32 -std=c++20 supports -c -o file.o... (cached) yes |
| 3890 | 0s | 0% | -m32 -std=c++20 linker (/usr/bin/ld) supports shared libraries... yes |
| 3910 | 0s | 0% | compiler accepts -Werror... (cached) yes |
| 3912 | 0s | 0% | compiler accepts -O0... (cached) yes |
| 3913 | 0s | 0% | compiler accepts -g3... (cached) yes |
| 3914 | 0s | 0% | preprocessor accepts -DDEBUG... (cached) yes |
| 3915 | 0s | 0% | preprocessor accepts -DDEBUG_LOCKORDER... (cached) yes |
| 3916 | 0s | 0% | preprocessor accepts -DDEBUG_LOCKCONTENTION... (cached) yes |
| 3917 | 0s | 0% | preprocessor accepts -DRPC_DOC_CHECK... (cached) yes |
| 3918 | 0s | 0% | preprocessor accepts -DABORT_ON_FAILED_ASSUME... (cached) yes |
| 3919 | 0s | 0% | compiler accepts -ftrapv... (cached) yes |
| 3920 | 0s | 0% | compiler accepts -Wall... (cached) yes |
| 3921 | 0s | 0% | compiler accepts -Wextra... (cached) yes |
| 3922 | 0s | 0% | compiler accepts -Wgnu... (cached) yes |
| 3923 | 0s | 0% | compiler accepts -Wformat -Wformat-security... (cached) yes |
| 3924 | 0s | 0% | compiler accepts -Wvla... (cached) yes |
| 3925 | 0s | 0% | compiler accepts -Wshadow-field... (cached) yes |
| 3926 | 0s | 0% | compiler accepts -Wthread-safety... (cached) yes |
| 3927 | 0s | 0% | compiler accepts -Wloop-analysis... (cached) yes |
| 3928 | 0s | 0% | compiler accepts -Wredundant-decls... (cached) yes |
| 3929 | 0s | 0% | compiler accepts -Wunused-member-function... (cached) yes |
| 3930 | 0s | 0% | compiler accepts -Wdate-time... (cached) yes |
| 3931 | 0s | 0% | compiler accepts -Wconditional-uninitialized... (cached) yes |
| 3932 | 0s | 0% | compiler accepts -Wduplicated-branches... (cached) no |
| 3933 | 0s | 0% | compiler accepts -Wduplicated-cond... (cached) no |
| 3934 | 0s | 0% | compiler accepts -Wlogical-op... (cached) no |
| 3935 | 0s | 0% | compiler accepts -Woverloaded-virtual... (cached) yes |
| 3936 | 0s | 0% | compiler accepts -Wsuggest-override... (cached) yes |
| 3937 | 0s | 0% | compiler accepts -Wimplicit-fallthrough... (cached) yes |
| 3938 | 0s | 0% | compiler accepts -Wunreachable-code... (cached) yes |
| 3939 | 0s | 0% | compiler accepts -Wdocumentation... (cached) yes |
| 3940 | 0s | 0% | compiler accepts -Wself-assign... (cached) yes |
| 3941 | 0s | 0% | compiler accepts -Wundef... (cached) yes |
| 3942 | 0s | 0% | compiler accepts -Wunused-parameter... (cached) yes |
| 3943 | 0s | 0% | compiler accepts -fno-extended-identifiers... (cached) no |
| 3944 | 0s | 0% | compiler accepts -fstack-reuse=none... (cached) no |
| 3945 | 0s | 0% | compiler accepts -msse4.2... (cached) yes |
| 3946 | 0s | 0% | compiler accepts -msse4.1... (cached) yes |
| 3947 | 0s | 0% | compiler accepts -mavx -mavx2... (cached) yes |
| 3948 | 0s | 0% | compiler accepts -msse4 -msha... (cached) yes |
| 3949 | 0s | 0% | compiler accepts -mpclmul... (cached) yes |
| 3954 | 0s | 0% | compiler accepts -march=armv8-a+crc+crypto... (cached) no |
| 3955 | 1s | 0% | compiler accepts -march=armv8-a+crypto... (cached) no |
| 3970 | 0s | 0% | -m32 -std=c++20 options needed to detect all undeclared functions... (cached) none needed |
| 3973 | 0s | 0% | compiler accepts -fPIC... (cached) yes |
| 3974 | 0s | 0% | compiler accepts -Wstack-protector... (cached) yes |
| 3975 | 0s | 0% | compiler accepts -fstack-protector-all... (cached) yes |
| 3976 | 0s | 0% | compiler accepts -fcf-protection=full... (cached) yes |
| 3977 | 7s | 1% | compiler accepts -fstack-clash-protection... (cached) yes |
| 4044 | 0s | 0% | headers... default |
| 4060 | 0s | 0% | preprocessor accepts -DBOOST_NO_CXX98_FUNCTION_BASE... (cached) no |
| 4098 | 1s | 0% | -m32' 'CPPFLAGS=-DBOOST_MULTI_INDEX_ENABLE_SAFE_MODE' 'CXXFLAGS=-Wno-error=documentation' '--disable-shared' '--with-pic' '--enable-benchmark=no' '--enable-module-recovery' '--disable-module-ecdh' --cache-file=../../../config.cache --srcdir=. |
| 4252 | 0s | 0% | -m32 -std=c++20 |
| 4258 | 0s | 0% | [[ false == \t\r\u\e ]] |
| 4259 | 1m31s | 13% | bash -c ' make -j8 install' |