| 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' |
| 975 | 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 |
| 1021 | 0s | 0% | dirname ./ci/test/00_setup_env.sh |
| 1022 | 0s | 0% | cd ./ci/test/../../ |
| 1023 | 0s | 0% | pwd |
| 1024 | 0s | 0% | BASE_READ_ONLY_DIR=/ci_container_base |
| 1025 | 0s | 0% | export BASE_READ_ONLY_DIR |
| 1026 | 0s | 0% | export BASE_ROOT_DIR=/home/admin/actions-runner/_work/_temp |
| 1027 | 0s | 0% | BASE_ROOT_DIR=/home/admin/actions-runner/_work/_temp |
| 1028 | 0s | 0% | export DEPENDS_DIR=/home/admin/actions-runner/_work/_temp/depends |
| 1029 | 0s | 0% | DEPENDS_DIR=/home/admin/actions-runner/_work/_temp/depends |
| 1030 | 0s | 0% | export BASE_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch |
| 1031 | 0s | 0% | BASE_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch |
| 1032 | 0s | 0% | export BINS_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/bins/ |
| 1033 | 0s | 0% | BINS_SCRATCH_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/bins/ |
| 1034 | 0s | 0% | echo 'Setting specific values in env' |
| 1036 | 0s | 0% | '[' -n ./ci/test/00_setup_env_i686_multiprocess.sh ']' |
| 1037 | 0s | 0% | set -o errexit |
| 1038 | 0s | 0% | source ./ci/test/00_setup_env_i686_multiprocess.sh |
| 1039 | 0s | 0% | export LC_ALL=C.UTF-8 |
| 1040 | 0s | 0% | LC_ALL=C.UTF-8 |
| 1041 | 0s | 0% | export HOST=i686-pc-linux-gnu |
| 1042 | 0s | 0% | HOST=i686-pc-linux-gnu |
| 1043 | 0s | 0% | export CONTAINER_NAME=ci_i686_multiprocess |
| 1044 | 0s | 0% | CONTAINER_NAME=ci_i686_multiprocess |
| 1045 | 0s | 0% | export CI_IMAGE_NAME_TAG=docker.io/amd64/ubuntu:24.04 |
| 1046 | 0s | 0% | CI_IMAGE_NAME_TAG=docker.io/amd64/ubuntu:24.04 |
| 1047 | 0s | 0% | export 'PACKAGES=llvm clang g++-multilib' |
| 1048 | 0s | 0% | PACKAGES='llvm clang g++-multilib' |
| 1049 | 0s | 0% | export 'DEP_OPTS=DEBUG=1 MULTIPROCESS=1' |
| 1050 | 0s | 0% | DEP_OPTS='DEBUG=1 MULTIPROCESS=1' |
| 1051 | 0s | 0% | export GOAL=install |
| 1052 | 0s | 0% | GOAL=install |
| 1053 | 0s | 0% | export TEST_RUNNER_EXTRA=--v2transport |
| 1054 | 0s | 0% | TEST_RUNNER_EXTRA=--v2transport |
| 1055 | 0s | 0% | export 'BITCOIN_CONFIG=--enable-debug CC='\''clang -m32'\'' CXX='\''clang++ -m32'\'' CPPFLAGS='\''-DBOOST_MULTI_INDEX_ENABLE_SAFE_MODE'\'' CXXFLAGS='\''-Wno-error=documentation'\''' |
| 1056 | 0s | 0% | BITCOIN_CONFIG='--enable-debug CC='\''clang -m32'\'' CXX='\''clang++ -m32'\'' CPPFLAGS='\''-DBOOST_MULTI_INDEX_ENABLE_SAFE_MODE'\'' CXXFLAGS='\''-Wno-error=documentation'\''' |
| 1058 | 0s | 0% | export BITCOIND=bitcoin-node |
| 1059 | 0s | 0% | BITCOIND=bitcoin-node |
| 1060 | 0s | 0% | echo 'Fallback to default values in env (if not yet set)' |
| 1061 | 0s | 0% | command -v nproc |
| 1062 | 0s | 0% | nproc |
| 1063 | 0s | 0% | export MAKEJOBS=-j8 |
| 1064 | 0s | 0% | MAKEJOBS=-j8 |
| 1065 | 0s | 0% | export USE_BUSY_BOX=false |
| 1066 | 0s | 0% | USE_BUSY_BOX=false |
| 1067 | 0s | 0% | export RUN_UNIT_TESTS=true |
| 1068 | 0s | 0% | RUN_UNIT_TESTS=true |
| 1069 | 0s | 0% | export RUN_FUNCTIONAL_TESTS=true |
| 1070 | 0s | 0% | RUN_FUNCTIONAL_TESTS=true |
| 1071 | 0s | 0% | export RUN_TIDY=false |
| 1072 | 0s | 0% | RUN_TIDY=false |
| 1073 | 0s | 0% | export TEST_RUNNER_TIMEOUT_FACTOR=40 |
| 1074 | 0s | 0% | TEST_RUNNER_TIMEOUT_FACTOR=40 |
| 1075 | 0s | 0% | export RUN_FUZZ_TESTS=false |
| 1076 | 0s | 0% | RUN_FUZZ_TESTS=false |
| 1077 | 0s | 0% | export BOOST_TEST_RANDOM=1 |
| 1078 | 0s | 0% | BOOST_TEST_RANDOM=1 |
| 1079 | 0s | 0% | export DEBIAN_FRONTEND=noninteractive |
| 1080 | 0s | 0% | DEBIAN_FRONTEND=noninteractive |
| 1081 | 0s | 0% | export CCACHE_MAXSIZE=100M |
| 1082 | 0s | 0% | CCACHE_MAXSIZE=100M |
| 1083 | 0s | 0% | export CCACHE_TEMPDIR=/tmp/.ccache-temp |
| 1084 | 0s | 0% | CCACHE_TEMPDIR=/tmp/.ccache-temp |
| 1085 | 0s | 0% | export CCACHE_COMPRESS=1 |
| 1086 | 0s | 0% | CCACHE_COMPRESS=1 |
| 1087 | 0s | 0% | export CCACHE_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/.ccache |
| 1088 | 0s | 0% | CCACHE_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/.ccache |
| 1089 | 0s | 0% | export BASE_OUTDIR=/home/admin/actions-runner/_work/_temp/ci/scratch/out |
| 1090 | 0s | 0% | BASE_OUTDIR=/home/admin/actions-runner/_work/_temp/ci/scratch/out |
| 1091 | 0s | 0% | export BASE_BUILD_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/build |
| 1092 | 0s | 0% | BASE_BUILD_DIR=/home/admin/actions-runner/_work/_temp/ci/scratch/build |
| 1093 | 0s | 0% | export PREVIOUS_RELEASES_DIR=/home/admin/actions-runner/_work/_temp/prev_releases |
| 1094 | 0s | 0% | PREVIOUS_RELEASES_DIR=/home/admin/actions-runner/_work/_temp/prev_releases |
| 1095 | 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' |
| 1096 | 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' |
| 1097 | 0s | 0% | export GOAL=install |
| 1098 | 0s | 0% | GOAL=install |
| 1099 | 0s | 0% | export DIR_QA_ASSETS=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets |
| 1100 | 0s | 0% | DIR_QA_ASSETS=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets |
| 1101 | 0s | 0% | export 'CI_RETRY_EXE=retry --' |
| 1102 | 0s | 0% | CI_RETRY_EXE='retry --' |
| 1103 | 0s | 0% | ./ci/test/01_base_install.sh |
| 1104 | 0s | 0% | CFG_DONE=ci.base-install-done |
| 1105 | 0s | 0% | git config --global ci.base-install-done |
| 1107 | 0s | 0% | '[' '' == true ']' |
| 1108 | 0s | 0% | '[' -n '' ']' |
| 1109 | 0s | 0% | [[ docker.io/amd64/ubuntu:24.04 == *centos* ]] |
| 1110 | 0s | 0% | '[' '' '!=' macos ']' |
| 1111 | 0s | 0% | [[ -n '' ]] |
| 1112 | 3s | 0% | retry -- apt-get update |
| 1133 | 1s | 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' |
| 1142 | 0s | 0% | g++-13 g++-13-multilib |
| 1191 | 1s | 0% | g++-13 |
| 1311 | 10s | 0% | amd64 4:13.2.0-7ubuntu1 [1100 B] |
| 1753 | 5s | 0% | (4:13.2.0-7ubuntu1) ... |
| 2159 | 0s | 0% | (4:13.2.0-7ubuntu1) ... |
| 2160 | 0s | 0% | to provide /usr/bin/c++ (c++) in auto mode |
| 2170 | 0s | 0% | '[' -n '' ']' |
| 2171 | 0s | 0% | [[ '' == \t\r\u\e ]] |
| 2172 | 0s | 0% | [[ false == \t\r\u\e ]] |
| 2173 | 0s | 0% | mkdir -p /home/admin/actions-runner/_work/_temp/depends/SDKs /home/admin/actions-runner/_work/_temp/depends/sdk-sources |
| 2174 | 0s | 0% | OSX_SDK_BASENAME=Xcode---extracted-SDK-with-libcxx-headers |
| 2175 | 0s | 0% | '[' -n '' ']' |
| 2176 | 28s | 1% | git config --global ci.base-install-done true |
| 2193 | 0s | 0% | docker volume create ci_i686_multiprocess_ccache |
| 2195 | 0s | 0% | docker volume create ci_i686_multiprocess_depends |
| 2197 | 0s | 0% | docker volume create ci_i686_multiprocess_depends_sources |
| 2199 | 0s | 0% | docker volume create ci_i686_multiprocess_previous_releases |
| 2201 | 0s | 0% | CI_CCACHE_MOUNT=type=volume,src=ci_i686_multiprocess_ccache,dst=/home/admin/actions-runner/_work/_temp/ccache_dir |
| 2202 | 0s | 0% | CI_DEPENDS_MOUNT=type=volume,src=ci_i686_multiprocess_depends,dst=/home/admin/actions-runner/_work/_temp/depends/built |
| 2203 | 0s | 0% | CI_DEPENDS_SOURCES_MOUNT=type=volume,src=ci_i686_multiprocess_depends_sources,dst=/home/admin/actions-runner/_work/_temp/depends/sources |
| 2204 | 0s | 0% | CI_PREVIOUS_RELEASES_MOUNT=type=volume,src=ci_i686_multiprocess_previous_releases,dst=/home/admin/actions-runner/_work/_temp/previous_releases |
| 2205 | 0s | 0% | '[' '' ']' |
| 2206 | 0s | 0% | docker network create --ipv6 --subnet 1111:1111::/112 ci-ip6net |
| 2208 | 0s | 0% | '[' -n '' ']' |
| 2210 | 0s | 0% | echo 'Prune all dangling bitcoin-ci-test images' |
| 2211 | 0s | 0% | docker image prune --force --filter label=bitcoin-ci-test |
| 2213 | 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 |
| 2214 | 0s | 0% | CI_CONTAINER_ID=a851308eeef334aae7dee0288ad16cae94c8d2dd1362ea98545e7b5f2022b22a |
| 2215 | 0s | 0% | export CI_CONTAINER_ID |
| 2216 | 0s | 0% | export 'CI_EXEC_CMD_PREFIX=docker exec a851308eeef334aae7dee0288ad16cae94c8d2dd1362ea98545e7b5f2022b22a' |
| 2217 | 0s | 0% | CI_EXEC_CMD_PREFIX='docker exec a851308eeef334aae7dee0288ad16cae94c8d2dd1362ea98545e7b5f2022b22a' |
| 2218 | 0s | 0% | '[' '' == macos ']' |
| 2219 | 0s | 0% | export -f CI_EXEC |
| 2220 | 0s | 0% | CI_EXEC rsync --archive --stats --human-readable /home/admin/actions-runner/_work/bitcoin/bitcoin/ /home/admin/actions-runner/_work/_temp |
| 2221 | 0s | 0% | docker exec a851308eeef334aae7dee0288ad16cae94c8d2dd1362ea98545e7b5f2022b22a 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' |
| 2239 | 0s | 0% | CI_EXEC /home/admin/actions-runner/_work/_temp/ci/test/01_base_install.sh |
| 2240 | 0s | 0% | docker exec a851308eeef334aae7dee0288ad16cae94c8d2dd1362ea98545e7b5f2022b22a 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' |
| 2241 | 0s | 0% | CFG_DONE=ci.base-install-done |
| 2242 | 0s | 0% | git config --global ci.base-install-done |
| 2243 | 0s | 0% | '[' true == true ']' |
| 2245 | 0s | 0% | echo 'Skip base install' |
| 2246 | 0s | 0% | exit 0 |
| 2247 | 0s | 0% | CI_EXEC git config --global --add safe.directory '"*"' |
| 2248 | 0s | 0% | docker exec a851308eeef334aae7dee0288ad16cae94c8d2dd1362ea98545e7b5f2022b22a 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 "*"' |
| 2249 | 0s | 0% | CI_EXEC mkdir -p /home/admin/actions-runner/_work/_temp/ci/scratch/bins/ |
| 2250 | 0s | 0% | docker exec a851308eeef334aae7dee0288ad16cae94c8d2dd1362ea98545e7b5f2022b22a 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/' |
| 2251 | 0s | 0% | CI_EXEC /home/admin/actions-runner/_work/_temp/ci/test/03_test_script.sh |
| 2252 | 0s | 0% | docker exec a851308eeef334aae7dee0288ad16cae94c8d2dd1362ea98545e7b5f2022b22a 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' |
| 2253 | 0s | 0% | export ASAN_OPTIONS=detect_leaks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1 |
| 2254 | 0s | 0% | ASAN_OPTIONS=detect_leaks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1 |
| 2255 | 0s | 0% | export LSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/lsan |
| 2256 | 0s | 0% | LSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/lsan |
| 2257 | 0s | 0% | export TSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/tsan:halt_on_error=1 |
| 2258 | 0s | 0% | TSAN_OPTIONS=suppressions=/home/admin/actions-runner/_work/_temp/test/sanitizer_suppressions/tsan:halt_on_error=1 |
| 2259 | 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 |
| 2260 | 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 |
| 2261 | 0s | 0% | '[' '' == macos ']' |
| 2262 | 0s | 0% | free -m -h |
| 2266 | 0s | 0% | nproc |
| 2267 | 0s | 0% | echo 'Number of CPUs (nproc): 8' |
| 2269 | 0s | 0% | uname --kernel-name --kernel-release |
| 2270 | 0s | 0% | echo 'System info: Linux 6.14.0-37-generic' |
| 2271 | 0s | 0% | lscpu |
| 2284 | 0s | 0% | echo 'Free disk space:' |
| 2285 | 0s | 0% | df -h |
| 2319 | 0s | 0% | [[ ci_i686_multiprocess == \c\i\_\n\a\t\i\v\e\_\a\s\a\n ]] |
| 2320 | 0s | 0% | export HOST=i686-pc-linux-gnu |
| 2321 | 0s | 0% | HOST=i686-pc-linux-gnu |
| 2330 | 0s | 0% | tee /dev/fd/63 |
| 2331 | 0s | 0% | patch -p1 |
| 2333 | 0s | 0% | b/src/leveldb/db/db_impl.cc |
| 2343 | 0s | 0% | 1].Add(stats); |
| 2344 | 0s | 0% | '[' false = true ']' |
| 2345 | 0s | 0% | '[' true = true ']' |
| 2346 | 0s | 0% | export DIR_UNIT_TEST_DATA=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets/unit_test_data/ |
| 2347 | 0s | 0% | DIR_UNIT_TEST_DATA=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets/unit_test_data/ |
| 2348 | 0s | 0% | '[' '!' -d /home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets/unit_test_data/ ']' |
| 2349 | 0s | 0% | mkdir -p /home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets/unit_test_data/ |
| 2351 | 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 |
| 2361 | 0s | 0% | '[' false = true ']' |
| 2362 | 0s | 0% | '[' '' == macos ']' |
| 2363 | 0s | 0% | echo |
| 2364 | 0s | 0% | '[' -z '' ']' |
| 2365 | 0s | 0% | [[ docker.io/amd64/ubuntu:24.04 == *centos* ]] |
| 2366 | 0s | 0% | SHELL_OPTS=CONFIG_SHELL= |
| 2367 | 7m25s | 24% | bash -c 'CONFIG_SHELL= make -j8 -C depends HOST=i686-pc-linux-gnu DEBUG=1 MULTIPROCESS=1 LOG=1' |
| 3184 | 0s | 0% | '[' '' = true ']' |
| 3185 | 0s | 0% | BITCOIN_CONFIG_ALL=--disable-dependency-tracking |
| 3186 | 0s | 0% | '[' -z '' ']' |
| 3187 | 0s | 0% | BITCOIN_CONFIG_ALL='--disable-dependency-tracking CONFIG_SITE=/home/admin/actions-runner/_work/_temp/depends/i686-pc-linux-gnu/share/config.site' |
| 3188 | 0s | 0% | '[' -z '' ']' |
| 3189 | 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' |
| 3190 | 0s | 0% | ccache --zero-stats |
| 3192 | 0s | 0% | PRINT_CCACHE_STATISTICS='ccache --version | head -n 1 && ccache --show-stats' |
| 3193 | 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' |
| 3194 | 0s | 0% | '[' -n '' ']' |
| 3195 | 7s | 0% | ./autogen.sh |
| 3227 | 0s | 0% | mkdir -p /home/admin/actions-runner/_work/_temp/build |
| 3228 | 0s | 0% | cd /home/admin/actions-runner/_work/_temp/build |
| 3229 | 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'\''' |
| 3246 | 0s | 0% | compiler works... yes |
| 3247 | 0s | 0% | compiler default output file name... a.out |
| 3252 | 0s | 0% | -m32 accepts -g... yes |
| 3253 | 0s | 0% | -m32 option to enable C++11 features... unsupported |
| 3254 | 0s | 0% | -m32 option to enable C++98 features... none needed |
| 3256 | 0s | 0% | -m32... none |
| 3257 | 0s | 0% | -m32 supports C++20 features with -std=c++20... yes |
| 3258 | 0s | 0% | -m32 -std=c++20 |
| 3260 | 0s | 0% | -m32 -std=c++20 accepts -g... yes |
| 3261 | 1s | 0% | -m32 -std=c++20... none |
| 3326 | 0s | 0% | preprocessor... clang++ -m32 -std=c++20 -E |
| 3327 | 0s | 0% | -m32 -std=c++20... /usr/bin/ld |
| 3329 | 0s | 0% | -m32 -std=c++20 linker (/usr/bin/ld) supports shared libraries... yes |
| 3330 | 0s | 0% | -m32 -std=c++20 option to produce PIC... -fPIC -DPIC |
| 3331 | 0s | 0% | -m32 -std=c++20 PIC flag -fPIC -DPIC works... yes |
| 3332 | 0s | 0% | -m32 -std=c++20 static flag -static works... yes |
| 3333 | 0s | 0% | -m32 -std=c++20 supports -c -o file.o... yes |
| 3334 | 0s | 0% | -m32 -std=c++20 supports -c -o file.o... (cached) yes |
| 3335 | 0s | 0% | -m32 -std=c++20 linker (/usr/bin/ld) supports shared libraries... yes |
| 3358 | 0s | 0% | compiler accepts -Werror... yes |
| 3360 | 0s | 0% | compiler accepts -O0... yes |
| 3361 | 0s | 0% | compiler accepts -g3... yes |
| 3362 | 0s | 0% | preprocessor accepts -DDEBUG... yes |
| 3363 | 0s | 0% | preprocessor accepts -DDEBUG_LOCKORDER... yes |
| 3364 | 0s | 0% | preprocessor accepts -DDEBUG_LOCKCONTENTION... yes |
| 3365 | 0s | 0% | preprocessor accepts -DRPC_DOC_CHECK... yes |
| 3366 | 0s | 0% | preprocessor accepts -DABORT_ON_FAILED_ASSUME... yes |
| 3367 | 0s | 0% | compiler accepts -ftrapv... yes |
| 3368 | 0s | 0% | compiler accepts -Wall... yes |
| 3369 | 0s | 0% | compiler accepts -Wextra... yes |
| 3370 | 0s | 0% | compiler accepts -Wgnu... yes |
| 3371 | 0s | 0% | compiler accepts -Wformat -Wformat-security... yes |
| 3372 | 0s | 0% | compiler accepts -Wvla... yes |
| 3373 | 0s | 0% | compiler accepts -Wshadow-field... yes |
| 3374 | 0s | 0% | compiler accepts -Wthread-safety... yes |
| 3375 | 0s | 0% | compiler accepts -Wloop-analysis... yes |
| 3376 | 0s | 0% | compiler accepts -Wredundant-decls... yes |
| 3377 | 0s | 0% | compiler accepts -Wunused-member-function... yes |
| 3378 | 0s | 0% | compiler accepts -Wdate-time... yes |
| 3379 | 0s | 0% | compiler accepts -Wconditional-uninitialized... yes |
| 3380 | 0s | 0% | compiler accepts -Wduplicated-branches... no |
| 3381 | 0s | 0% | compiler accepts -Wduplicated-cond... no |
| 3382 | 0s | 0% | compiler accepts -Wlogical-op... no |
| 3383 | 0s | 0% | compiler accepts -Woverloaded-virtual... yes |
| 3384 | 0s | 0% | compiler accepts -Wsuggest-override... yes |
| 3385 | 0s | 0% | compiler accepts -Wimplicit-fallthrough... yes |
| 3386 | 0s | 0% | compiler accepts -Wunreachable-code... yes |
| 3387 | 0s | 0% | compiler accepts -Wdocumentation... yes |
| 3388 | 0s | 0% | compiler accepts -Wself-assign... yes |
| 3389 | 0s | 0% | compiler accepts -Wundef... yes |
| 3390 | 0s | 0% | compiler accepts -Wunused-parameter... yes |
| 3391 | 0s | 0% | compiler accepts -fno-extended-identifiers... no |
| 3392 | 0s | 0% | compiler accepts -fstack-reuse=none... no |
| 3393 | 0s | 0% | compiler accepts -msse4.2... yes |
| 3394 | 0s | 0% | compiler accepts -msse4.1... yes |
| 3395 | 0s | 0% | compiler accepts -mavx -mavx2... yes |
| 3396 | 0s | 0% | compiler accepts -msse4 -msha... yes |
| 3397 | 0s | 0% | compiler accepts -mpclmul... yes |
| 3402 | 0s | 0% | compiler accepts -march=armv8-a+crc+crypto... no |
| 3403 | 2s | 0% | compiler accepts -march=armv8-a+crypto... no |
| 3418 | 0s | 0% | -m32 -std=c++20 options needed to detect all undeclared functions... none needed |
| 3421 | 0s | 0% | compiler accepts -fPIC... yes |
| 3422 | 0s | 0% | compiler accepts -Wstack-protector... yes |
| 3423 | 0s | 0% | compiler accepts -fstack-protector-all... yes |
| 3424 | 0s | 0% | compiler accepts -fcf-protection=full... yes |
| 3425 | 8s | 0% | compiler accepts -fstack-clash-protection... yes |
| 3504 | 0s | 0% | headers... default |
| 3520 | 1s | 0% | preprocessor accepts -DBOOST_NO_CXX98_FUNCTION_BASE... no |
| 3570 | 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 |
| 3725 | 0s | 0% | -m32 -std=c++20 |
| 3731 | 2s | 0% | make distdir VERSION=i686-pc-linux-gnu |
| 3795 | 0s | 0% | cd /home/admin/actions-runner/_work/_temp/build/bitcoin-i686-pc-linux-gnu |
| 3796 | 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'\''' |
| 3812 | 0s | 0% | compiler works... yes |
| 3813 | 0s | 0% | compiler default output file name... a.out |
| 3818 | 0s | 0% | -m32 accepts -g... (cached) yes |
| 3819 | 0s | 0% | -m32 option to enable C++11 features... (cached) unsupported |
| 3820 | 0s | 0% | -m32 option to enable C++98 features... (cached) none needed |
| 3822 | 0s | 0% | -m32... (cached) none |
| 3823 | 0s | 0% | -m32 supports C++20 features with -std=c++20... (cached) yes |
| 3824 | 0s | 0% | -m32 -std=c++20 |
| 3826 | 0s | 0% | -m32 -std=c++20 accepts -g... (cached) yes |
| 3827 | 0s | 0% | -m32 -std=c++20... (cached) none |
| 3892 | 0s | 0% | preprocessor... (cached) clang++ -m32 -std=c++20 -E |
| 3893 | 0s | 0% | -m32 -std=c++20... (cached) /usr/bin/ld |
| 3895 | 0s | 0% | -m32 -std=c++20 linker (/usr/bin/ld) supports shared libraries... yes |
| 3896 | 0s | 0% | -m32 -std=c++20 option to produce PIC... (cached) -fPIC -DPIC |
| 3897 | 0s | 0% | -m32 -std=c++20 PIC flag -fPIC -DPIC works... (cached) yes |
| 3898 | 0s | 0% | -m32 -std=c++20 static flag -static works... (cached) yes |
| 3899 | 0s | 0% | -m32 -std=c++20 supports -c -o file.o... (cached) yes |
| 3900 | 0s | 0% | -m32 -std=c++20 supports -c -o file.o... (cached) yes |
| 3901 | 0s | 0% | -m32 -std=c++20 linker (/usr/bin/ld) supports shared libraries... yes |
| 3921 | 0s | 0% | compiler accepts -Werror... (cached) yes |
| 3923 | 0s | 0% | compiler accepts -O0... (cached) yes |
| 3924 | 0s | 0% | compiler accepts -g3... (cached) yes |
| 3925 | 0s | 0% | preprocessor accepts -DDEBUG... (cached) yes |
| 3926 | 0s | 0% | preprocessor accepts -DDEBUG_LOCKORDER... (cached) yes |
| 3927 | 0s | 0% | preprocessor accepts -DDEBUG_LOCKCONTENTION... (cached) yes |
| 3928 | 0s | 0% | preprocessor accepts -DRPC_DOC_CHECK... (cached) yes |
| 3929 | 0s | 0% | preprocessor accepts -DABORT_ON_FAILED_ASSUME... (cached) yes |
| 3930 | 0s | 0% | compiler accepts -ftrapv... (cached) yes |
| 3931 | 0s | 0% | compiler accepts -Wall... (cached) yes |
| 3932 | 0s | 0% | compiler accepts -Wextra... (cached) yes |
| 3933 | 0s | 0% | compiler accepts -Wgnu... (cached) yes |
| 3934 | 0s | 0% | compiler accepts -Wformat -Wformat-security... (cached) yes |
| 3935 | 0s | 0% | compiler accepts -Wvla... (cached) yes |
| 3936 | 0s | 0% | compiler accepts -Wshadow-field... (cached) yes |
| 3937 | 0s | 0% | compiler accepts -Wthread-safety... (cached) yes |
| 3938 | 0s | 0% | compiler accepts -Wloop-analysis... (cached) yes |
| 3939 | 0s | 0% | compiler accepts -Wredundant-decls... (cached) yes |
| 3940 | 0s | 0% | compiler accepts -Wunused-member-function... (cached) yes |
| 3941 | 0s | 0% | compiler accepts -Wdate-time... (cached) yes |
| 3942 | 0s | 0% | compiler accepts -Wconditional-uninitialized... (cached) yes |
| 3943 | 0s | 0% | compiler accepts -Wduplicated-branches... (cached) no |
| 3944 | 0s | 0% | compiler accepts -Wduplicated-cond... (cached) no |
| 3945 | 0s | 0% | compiler accepts -Wlogical-op... (cached) no |
| 3946 | 0s | 0% | compiler accepts -Woverloaded-virtual... (cached) yes |
| 3947 | 0s | 0% | compiler accepts -Wsuggest-override... (cached) yes |
| 3948 | 0s | 0% | compiler accepts -Wimplicit-fallthrough... (cached) yes |
| 3949 | 0s | 0% | compiler accepts -Wunreachable-code... (cached) yes |
| 3950 | 0s | 0% | compiler accepts -Wdocumentation... (cached) yes |
| 3951 | 0s | 0% | compiler accepts -Wself-assign... (cached) yes |
| 3952 | 0s | 0% | compiler accepts -Wundef... (cached) yes |
| 3953 | 0s | 0% | compiler accepts -Wunused-parameter... (cached) yes |
| 3954 | 0s | 0% | compiler accepts -fno-extended-identifiers... (cached) no |
| 3955 | 0s | 0% | compiler accepts -fstack-reuse=none... (cached) no |
| 3956 | 0s | 0% | compiler accepts -msse4.2... (cached) yes |
| 3957 | 0s | 0% | compiler accepts -msse4.1... (cached) yes |
| 3958 | 0s | 0% | compiler accepts -mavx -mavx2... (cached) yes |
| 3959 | 0s | 0% | compiler accepts -msse4 -msha... (cached) yes |
| 3960 | 0s | 0% | compiler accepts -mpclmul... (cached) yes |
| 3965 | 0s | 0% | compiler accepts -march=armv8-a+crc+crypto... (cached) no |
| 3966 | 1s | 0% | compiler accepts -march=armv8-a+crypto... (cached) no |
| 3981 | 0s | 0% | -m32 -std=c++20 options needed to detect all undeclared functions... (cached) none needed |
| 3984 | 0s | 0% | compiler accepts -fPIC... (cached) yes |
| 3985 | 0s | 0% | compiler accepts -Wstack-protector... (cached) yes |
| 3986 | 0s | 0% | compiler accepts -fstack-protector-all... (cached) yes |
| 3987 | 0s | 0% | compiler accepts -fcf-protection=full... (cached) yes |
| 3988 | 8s | 0% | compiler accepts -fstack-clash-protection... (cached) yes |
| 4055 | 0s | 0% | headers... default |
| 4071 | 0s | 0% | preprocessor accepts -DBOOST_NO_CXX98_FUNCTION_BASE... (cached) no |
| 4109 | 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=. |
| 4263 | 0s | 0% | -m32 -std=c++20 |
| 4269 | 0s | 0% | [[ false == \t\r\u\e ]] |
| 4270 | 4m58s | 16% | bash -c ' make -j8 install' |
| 5364 | 0s | 0% | bash -c 'ccache --version | head -n 1 && ccache --show-stats' |
| 5377 | 0s | 0% | '[' true = true ']' |
| 5378 | 0s | 0% | ccache -s |
| 5379 | 0s | 0% | grep Hits: |
| 5380 | 0s | 0% | head -1 |
| 5381 | 0s | 0% | sed 's/.*(\(.*\)%).*/\1/' |
| 5382 | 0s | 0% | hit_rate=' 0.88' |
| 5383 | 0s | 0% | '[' ' 0' -lt 75 ']' |
| 5384 | 0s | 0% | echo '::notice title=low ccache hitrate::Ccache hit-rate in ci_i686_multiprocess was 0.88%' |
| 5386 | 0s | 0% | du -sh /home/admin/actions-runner/_work/_temp/depends/SDKs/ /home/admin/actions-runner/_work/_temp/depends/builders/ /home/admin/actions-runner/_work/_temp/depends/built/ /home/admin/actions-runner/_work/_temp/depends/hosts/ /home/admin/actions-runner/_work/_temp/depends/i686-pc-linux-gnu/ /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/ |
| 5397 | 0s | 0% | du -sh /home/admin/actions-runner/_work/_temp/previous_releases |
| 5399 | 0s | 0% | [[ i686-pc-linux-gnu = *-mingw32 ]] |
| 5400 | 0s | 0% | '[' -n '' ']' |
| 5401 | 0s | 0% | '[' true = true ']' |
| 5402 | 0s | 0% | DIR_UNIT_TEST_DATA=/home/admin/actions-runner/_work/_temp/ci/scratch/qa-assets/unit_test_data/ |
| 5403 | 0s | 0% | LD_LIBRARY_PATH=/home/admin/actions-runner/_work/_temp/depends/i686-pc-linux-gnu/lib |
| 5404 | 5m14s | 17% | make -j8 check VERBOSE=1 |
| 5614 | 0s | 0% | '[' '' = true ']' |
| 5615 | 0s | 0% | '[' true = true ']' |
| 5616 | 0s | 0% | LD_LIBRARY_PATH=/home/admin/actions-runner/_work/_temp/depends/i686-pc-linux-gnu/lib |
| 5617 | 9m52s | 33% | test/functional/test_runner.py --ci -j8 --tmpdirprefix /home/admin/actions-runner/_work/_temp/ci/scratch/test_runner/ --ansi --combinedlogslen=99999999 --timeout-factor=40 --v2transport --quiet --failfast |
| 6447 | 0s | 0% | '[' false = true ']' |
| 6448 | 0s | 0% | '[' false = true ']' |
| 6567 | 0s | 0% | '[' -z '' ']' |
| 6568 | 0s | 0% | echo 'Stop and remove CI container by ID' |
| 6569 | 7s | 0% | docker container kill a851308eeef334aae7dee0288ad16cae94c8d2dd1362ea98545e7b5f2022b22a |