| 773 | 0s | 0% | dirname ./ci/test/00_setup_env.sh |
| 774 | 0s | 0% | cd ./ci/test/../../ |
| 775 | 0s | 0% | pwd |
| 776 | 0s | 0% | BASE_READ_ONLY_DIR=/home/runner/work/bitcoin/bitcoin |
| 777 | 0s | 0% | export BASE_READ_ONLY_DIR |
| 778 | 0s | 0% | export BASE_ROOT_DIR=/home/runner/work/_temp |
| 779 | 0s | 0% | BASE_ROOT_DIR=/home/runner/work/_temp |
| 780 | 0s | 0% | export DEPENDS_DIR=/home/runner/work/_temp/depends |
| 781 | 0s | 0% | DEPENDS_DIR=/home/runner/work/_temp/depends |
| 782 | 0s | 0% | export BASE_SCRATCH_DIR=/home/runner/work/_temp/ci/scratch |
| 783 | 0s | 0% | BASE_SCRATCH_DIR=/home/runner/work/_temp/ci/scratch |
| 784 | 0s | 0% | export BINS_SCRATCH_DIR=/home/runner/work/_temp/ci/scratch/bins/ |
| 785 | 0s | 0% | BINS_SCRATCH_DIR=/home/runner/work/_temp/ci/scratch/bins/ |
| 786 | 0s | 0% | echo 'Setting specific values in env' |
| 787 | 0s | 0% | '[' -n ./ci/test/00_setup_env_arm.sh ']' |
| 788 | 0s | 0% | set -o errexit |
| 790 | 0s | 0% | source ./ci/test/00_setup_env_arm.sh |
| 791 | 0s | 0% | export LC_ALL=C.UTF-8 |
| 792 | 0s | 0% | LC_ALL=C.UTF-8 |
| 793 | 0s | 0% | export HOST=arm-linux-gnueabihf |
| 794 | 0s | 0% | HOST=arm-linux-gnueabihf |
| 795 | 0s | 0% | export DPKG_ADD_ARCH=armhf |
| 796 | 0s | 0% | DPKG_ADD_ARCH=armhf |
| 797 | 0s | 0% | export 'PACKAGES=python3-zmq g++-arm-linux-gnueabihf busybox libc6:armhf libstdc++6:armhf libfontconfig1:armhf libxcb1:armhf' |
| 798 | 0s | 0% | PACKAGES='python3-zmq g++-arm-linux-gnueabihf busybox libc6:armhf libstdc++6:armhf libfontconfig1:armhf libxcb1:armhf' |
| 799 | 0s | 0% | export CONTAINER_NAME=ci_arm_linux |
| 800 | 0s | 0% | CONTAINER_NAME=ci_arm_linux |
| 801 | 0s | 0% | export CI_IMAGE_NAME_TAG=docker.io/arm64v8/debian:bookworm |
| 802 | 0s | 0% | CI_IMAGE_NAME_TAG=docker.io/arm64v8/debian:bookworm |
| 803 | 0s | 0% | export USE_BUSY_BOX=true |
| 804 | 0s | 0% | USE_BUSY_BOX=true |
| 805 | 0s | 0% | export RUN_UNIT_TESTS=true |
| 806 | 0s | 0% | RUN_UNIT_TESTS=true |
| 807 | 0s | 0% | export RUN_FUNCTIONAL_TESTS=false |
| 808 | 0s | 0% | RUN_FUNCTIONAL_TESTS=false |
| 809 | 0s | 0% | export GOAL=install |
| 810 | 0s | 0% | GOAL=install |
| 811 | 0s | 0% | export 'BITCOIN_CONFIG=--enable-reduce-exports CXXFLAGS='\''-Wno-psabi -Wno-error=maybe-uninitialized'\''' |
| 812 | 0s | 0% | BITCOIN_CONFIG='--enable-reduce-exports CXXFLAGS='\''-Wno-psabi -Wno-error=maybe-uninitialized'\''' |
| 813 | 0s | 0% | echo 'Fallback to default values in env (if not yet set)' |
| 814 | 0s | 0% | command -v nproc |
| 816 | 0s | 0% | nproc |
| 817 | 0s | 0% | export MAKEJOBS=-j4 |
| 818 | 0s | 0% | MAKEJOBS=-j4 |
| 819 | 0s | 0% | export USE_BUSY_BOX=true |
| 820 | 0s | 0% | USE_BUSY_BOX=true |
| 821 | 0s | 0% | export RUN_UNIT_TESTS=true |
| 822 | 0s | 0% | RUN_UNIT_TESTS=true |
| 823 | 0s | 0% | export RUN_FUNCTIONAL_TESTS=false |
| 824 | 0s | 0% | RUN_FUNCTIONAL_TESTS=false |
| 825 | 0s | 0% | export RUN_TIDY=false |
| 826 | 0s | 0% | RUN_TIDY=false |
| 827 | 0s | 0% | export TEST_RUNNER_TIMEOUT_FACTOR=40 |
| 828 | 0s | 0% | TEST_RUNNER_TIMEOUT_FACTOR=40 |
| 829 | 0s | 0% | export RUN_FUZZ_TESTS=false |
| 830 | 0s | 0% | RUN_FUZZ_TESTS=false |
| 831 | 0s | 0% | export BOOST_TEST_RANDOM=1 |
| 832 | 0s | 0% | BOOST_TEST_RANDOM=1 |
| 833 | 0s | 0% | export DEBIAN_FRONTEND=noninteractive |
| 834 | 0s | 0% | DEBIAN_FRONTEND=noninteractive |
| 835 | 0s | 0% | export CCACHE_MAXSIZE=100M |
| 836 | 0s | 0% | CCACHE_MAXSIZE=100M |
| 837 | 0s | 0% | export CCACHE_TEMPDIR=/tmp/.ccache-temp |
| 838 | 0s | 0% | CCACHE_TEMPDIR=/tmp/.ccache-temp |
| 839 | 0s | 0% | export CCACHE_COMPRESS=1 |
| 840 | 0s | 0% | CCACHE_COMPRESS=1 |
| 841 | 0s | 0% | export CCACHE_DIR=/home/runner/work/_temp/ccache_dir |
| 842 | 0s | 0% | CCACHE_DIR=/home/runner/work/_temp/ccache_dir |
| 843 | 0s | 0% | export BASE_OUTDIR=/home/runner/work/_temp/ci/scratch/out |
| 844 | 0s | 0% | BASE_OUTDIR=/home/runner/work/_temp/ci/scratch/out |
| 845 | 0s | 0% | export BASE_BUILD_DIR=/home/runner/work/_temp/build |
| 846 | 0s | 0% | BASE_BUILD_DIR=/home/runner/work/_temp/build |
| 847 | 0s | 0% | export PREVIOUS_RELEASES_DIR=/home/runner/work/_temp/previous_releases |
| 848 | 0s | 0% | PREVIOUS_RELEASES_DIR=/home/runner/work/_temp/previous_releases |
| 849 | 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' |
| 850 | 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' |
| 851 | 0s | 0% | export GOAL=install |
| 852 | 0s | 0% | GOAL=install |
| 853 | 0s | 0% | export DIR_QA_ASSETS=/home/runner/work/_temp/ci/scratch/qa-assets |
| 854 | 0s | 0% | DIR_QA_ASSETS=/home/runner/work/_temp/ci/scratch/qa-assets |
| 855 | 0s | 0% | export 'CI_RETRY_EXE=retry --' |
| 856 | 0s | 0% | CI_RETRY_EXE='retry --' |
| 857 | 0s | 0% | set -o errexit |
| 858 | 0s | 0% | ./ci/test/02_run_container.sh |
| 859 | 0s | 0% | '[' -z '' ']' |
| 860 | 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]' |
| 861 | 0s | 0% | tee /tmp/env-runner-ci_arm_linux |
| 1000 | 0s | 0% | docker run --rm docker.io/arm64v8/debian:bookworm bash -c 'env | grep --extended-regexp '\''^(HOME|PATH|USER)='\''' |
| 1001 | 4s | 0% | tee --append /tmp/env-runner-ci_arm_linux |
| 1012 | 0s | 0% | echo 'Creating docker.io/arm64v8/debian:bookworm container to run in' |
| 1014 | 3s | 0% | docker buildx build --file /home/runner/work/bitcoin/bitcoin/ci/test_imagefile --build-arg CI_IMAGE_NAME_TAG=docker.io/arm64v8/debian:bookworm --build-arg FILE_ENV=./ci/test/00_setup_env_arm.sh --build-arg BASE_ROOT_DIR=/home/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_arm_linux --load --tag=ci_arm_linux /home/runner/work/bitcoin/bitcoin |
| 1060 | 0s | 0% | dirname ./ci/test/00_setup_env.sh |
| 1061 | 0s | 0% | cd ./ci/test/../../ |
| 1062 | 0s | 0% | pwd |
| 1063 | 0s | 0% | BASE_READ_ONLY_DIR=/ci_container_base |
| 1065 | 0s | 0% | export BASE_READ_ONLY_DIR |
| 1066 | 0s | 0% | export BASE_ROOT_DIR=/home/runner/work/_temp |
| 1067 | 0s | 0% | BASE_ROOT_DIR=/home/runner/work/_temp |
| 1068 | 0s | 0% | export DEPENDS_DIR=/home/runner/work/_temp/depends |
| 1069 | 0s | 0% | DEPENDS_DIR=/home/runner/work/_temp/depends |
| 1070 | 0s | 0% | export BASE_SCRATCH_DIR=/home/runner/work/_temp/ci/scratch |
| 1071 | 0s | 0% | BASE_SCRATCH_DIR=/home/runner/work/_temp/ci/scratch |
| 1072 | 0s | 0% | export BINS_SCRATCH_DIR=/home/runner/work/_temp/ci/scratch/bins/ |
| 1073 | 0s | 0% | BINS_SCRATCH_DIR=/home/runner/work/_temp/ci/scratch/bins/ |
| 1074 | 0s | 0% | echo 'Setting specific values in env' |
| 1075 | 0s | 0% | '[' -n ./ci/test/00_setup_env_arm.sh ']' |
| 1076 | 0s | 0% | set -o errexit |
| 1077 | 0s | 0% | source ./ci/test/00_setup_env_arm.sh |
| 1078 | 0s | 0% | export LC_ALL=C.UTF-8 |
| 1080 | 0s | 0% | LC_ALL=C.UTF-8 |
| 1081 | 0s | 0% | export HOST=arm-linux-gnueabihf |
| 1082 | 0s | 0% | HOST=arm-linux-gnueabihf |
| 1083 | 0s | 0% | export DPKG_ADD_ARCH=armhf |
| 1084 | 0s | 0% | DPKG_ADD_ARCH=armhf |
| 1085 | 0s | 0% | export 'PACKAGES=python3-zmq g++-arm-linux-gnueabihf busybox libc6:armhf libstdc++6:armhf libfontconfig1:armhf libxcb1:armhf' |
| 1086 | 0s | 0% | PACKAGES='python3-zmq g++-arm-linux-gnueabihf busybox libc6:armhf libstdc++6:armhf libfontconfig1:armhf libxcb1:armhf' |
| 1087 | 0s | 0% | export CONTAINER_NAME=ci_arm_linux |
| 1088 | 0s | 0% | CONTAINER_NAME=ci_arm_linux |
| 1089 | 0s | 0% | export CI_IMAGE_NAME_TAG=docker.io/arm64v8/debian:bookworm |
| 1090 | 0s | 0% | CI_IMAGE_NAME_TAG=docker.io/arm64v8/debian:bookworm |
| 1091 | 0s | 0% | export USE_BUSY_BOX=true |
| 1092 | 0s | 0% | USE_BUSY_BOX=true |
| 1093 | 0s | 0% | export RUN_UNIT_TESTS=true |
| 1094 | 0s | 0% | RUN_UNIT_TESTS=true |
| 1095 | 0s | 0% | export RUN_FUNCTIONAL_TESTS=false |
| 1096 | 0s | 0% | RUN_FUNCTIONAL_TESTS=false |
| 1097 | 0s | 0% | export GOAL=install |
| 1098 | 0s | 0% | GOAL=install |
| 1099 | 0s | 0% | export 'BITCOIN_CONFIG=--enable-reduce-exports CXXFLAGS='\''-Wno-psabi -Wno-error=maybe-uninitialized'\''' |
| 1100 | 0s | 0% | BITCOIN_CONFIG='--enable-reduce-exports CXXFLAGS='\''-Wno-psabi -Wno-error=maybe-uninitialized'\''' |
| 1101 | 0s | 0% | echo 'Fallback to default values in env (if not yet set)' |
| 1102 | 0s | 0% | command -v nproc |
| 1103 | 0s | 0% | nproc |
| 1104 | 0s | 0% | export MAKEJOBS=-j4 |
| 1105 | 0s | 0% | MAKEJOBS=-j4 |
| 1106 | 0s | 0% | export USE_BUSY_BOX=true |
| 1107 | 0s | 0% | USE_BUSY_BOX=true |
| 1108 | 0s | 0% | export RUN_UNIT_TESTS=true |
| 1109 | 0s | 0% | RUN_UNIT_TESTS=true |
| 1110 | 0s | 0% | export RUN_FUNCTIONAL_TESTS=false |
| 1111 | 0s | 0% | RUN_FUNCTIONAL_TESTS=false |
| 1112 | 0s | 0% | export RUN_TIDY=false |
| 1113 | 0s | 0% | RUN_TIDY=false |
| 1114 | 0s | 0% | export TEST_RUNNER_TIMEOUT_FACTOR=40 |
| 1115 | 0s | 0% | TEST_RUNNER_TIMEOUT_FACTOR=40 |
| 1116 | 0s | 0% | export RUN_FUZZ_TESTS=false |
| 1117 | 0s | 0% | RUN_FUZZ_TESTS=false |
| 1118 | 0s | 0% | export BOOST_TEST_RANDOM=1 |
| 1119 | 0s | 0% | BOOST_TEST_RANDOM=1 |
| 1120 | 0s | 0% | export DEBIAN_FRONTEND=noninteractive |
| 1121 | 0s | 0% | DEBIAN_FRONTEND=noninteractive |
| 1122 | 0s | 0% | export CCACHE_MAXSIZE=100M |
| 1123 | 0s | 0% | CCACHE_MAXSIZE=100M |
| 1124 | 0s | 0% | export CCACHE_TEMPDIR=/tmp/.ccache-temp |
| 1125 | 0s | 0% | CCACHE_TEMPDIR=/tmp/.ccache-temp |
| 1126 | 0s | 0% | export CCACHE_COMPRESS=1 |
| 1127 | 0s | 0% | CCACHE_COMPRESS=1 |
| 1128 | 0s | 0% | export CCACHE_DIR=/home/runner/work/_temp/ci/scratch/.ccache |
| 1129 | 0s | 0% | CCACHE_DIR=/home/runner/work/_temp/ci/scratch/.ccache |
| 1130 | 0s | 0% | export BASE_OUTDIR=/home/runner/work/_temp/ci/scratch/out |
| 1131 | 0s | 0% | BASE_OUTDIR=/home/runner/work/_temp/ci/scratch/out |
| 1132 | 0s | 0% | export BASE_BUILD_DIR=/home/runner/work/_temp/ci/scratch/build |
| 1133 | 0s | 0% | BASE_BUILD_DIR=/home/runner/work/_temp/ci/scratch/build |
| 1134 | 0s | 0% | export PREVIOUS_RELEASES_DIR=/home/runner/work/_temp/prev_releases |
| 1135 | 0s | 0% | PREVIOUS_RELEASES_DIR=/home/runner/work/_temp/prev_releases |
| 1136 | 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' |
| 1137 | 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' |
| 1138 | 0s | 0% | export GOAL=install |
| 1139 | 0s | 0% | GOAL=install |
| 1140 | 0s | 0% | export DIR_QA_ASSETS=/home/runner/work/_temp/ci/scratch/qa-assets |
| 1141 | 0s | 0% | DIR_QA_ASSETS=/home/runner/work/_temp/ci/scratch/qa-assets |
| 1142 | 0s | 0% | export 'CI_RETRY_EXE=retry --' |
| 1143 | 0s | 0% | CI_RETRY_EXE='retry --' |
| 1144 | 0s | 0% | ./ci/test/01_base_install.sh |
| 1145 | 0s | 0% | CFG_DONE=ci.base-install-done |
| 1146 | 0s | 0% | git config --global ci.base-install-done |
| 1148 | 0s | 0% | '[' '' == true ']' |
| 1149 | 0s | 0% | '[' -n armhf ']' |
| 1150 | 0s | 0% | dpkg --add-architecture armhf |
| 1151 | 0s | 0% | [[ docker.io/arm64v8/debian:bookworm == *centos* ]] |
| 1152 | 0s | 0% | '[' '' '!=' macos ']' |
| 1153 | 0s | 0% | [[ -n '' ]] |
| 1154 | 2s | 0% | retry -- apt-get update |
| 1166 | 1s | 0% | retry -- bash -c 'apt-get install --no-install-recommends --no-upgrade -y python3-zmq g++-arm-linux-gnueabihf busybox libc6:armhf libstdc++6:armhf libfontconfig1:armhf libxcb1:armhf build-essential libtool autotools-dev automake pkg-config bsdmainutils curl ca-certificates ccache python3 rsync git procps bison e2fsprogs cmake' |
| 1176 | 0s | 0% | g++-12 g++-12-arm-linux-gnueabihf |
| 1227 | 0s | 0% | g++-12 |
| 1338 | 10s | 0% | arm64 4:12.2.0-3 [1336 B] |
| 1737 | 14s | 0% | (4:12.2.0-3) ... |
| 2127 | 0s | 0% | (4:12.2.0-3) ... |
| 2128 | 1s | 0% | to provide /usr/bin/c++ (c++) in auto mode |
| 2150 | 0s | 0% | '[' -n '' ']' |
| 2151 | 0s | 0% | [[ '' == \t\r\u\e ]] |
| 2152 | 0s | 0% | [[ false == \t\r\u\e ]] |
| 2153 | 0s | 0% | mkdir -p /home/runner/work/_temp/depends/SDKs /home/runner/work/_temp/depends/sdk-sources |
| 2154 | 0s | 0% | OSX_SDK_BASENAME=Xcode---extracted-SDK-with-libcxx-headers |
| 2155 | 0s | 0% | '[' -n '' ']' |
| 2156 | 40s | 2% | git config --global ci.base-install-done true |
| 2185 | 0s | 0% | docker volume create ci_arm_linux_ccache |
| 2187 | 0s | 0% | docker volume create ci_arm_linux_depends |
| 2189 | 0s | 0% | docker volume create ci_arm_linux_depends_sources |
| 2191 | 0s | 0% | docker volume create ci_arm_linux_previous_releases |
| 2193 | 0s | 0% | CI_CCACHE_MOUNT=type=volume,src=ci_arm_linux_ccache,dst=/home/runner/work/_temp/ccache_dir |
| 2194 | 0s | 0% | CI_DEPENDS_MOUNT=type=volume,src=ci_arm_linux_depends,dst=/home/runner/work/_temp/depends/built |
| 2195 | 0s | 0% | CI_DEPENDS_SOURCES_MOUNT=type=volume,src=ci_arm_linux_depends_sources,dst=/home/runner/work/_temp/depends/sources |
| 2196 | 0s | 0% | CI_PREVIOUS_RELEASES_MOUNT=type=volume,src=ci_arm_linux_previous_releases,dst=/home/runner/work/_temp/previous_releases |
| 2197 | 0s | 0% | '[' '' ']' |
| 2198 | 0s | 0% | docker network create --ipv6 --subnet 1111:1111::/112 ci-ip6net |
| 2200 | 0s | 0% | '[' -n '' ']' |
| 2201 | 0s | 0% | echo 'Prune all dangling bitcoin-ci-test images' |
| 2202 | 0s | 0% | docker image prune --force --filter label=bitcoin-ci-test |
| 2205 | 0s | 0% | docker run --cap-add LINUX_IMMUTABLE --rm --interactive --detach --tty --mount type=bind,src=/home/runner/work/bitcoin/bitcoin,dst=/home/runner/work/bitcoin/bitcoin,readonly --mount type=volume,src=ci_arm_linux_ccache,dst=/home/runner/work/_temp/ccache_dir --mount type=volume,src=ci_arm_linux_depends,dst=/home/runner/work/_temp/depends/built --mount type=volume,src=ci_arm_linux_depends_sources,dst=/home/runner/work/_temp/depends/sources --mount type=volume,src=ci_arm_linux_previous_releases,dst=/home/runner/work/_temp/previous_releases --env-file /tmp/env-runner-ci_arm_linux --name ci_arm_linux --network ci-ip6net ci_arm_linux |
| 2206 | 0s | 0% | CI_CONTAINER_ID=575a55cc33cec08efaa28cc34f7533a4f0f725f039467d898f7d54ed25fc6fe0 |
| 2207 | 0s | 0% | export CI_CONTAINER_ID |
| 2208 | 0s | 0% | export 'CI_EXEC_CMD_PREFIX=docker exec 575a55cc33cec08efaa28cc34f7533a4f0f725f039467d898f7d54ed25fc6fe0' |
| 2209 | 0s | 0% | CI_EXEC_CMD_PREFIX='docker exec 575a55cc33cec08efaa28cc34f7533a4f0f725f039467d898f7d54ed25fc6fe0' |
| 2210 | 0s | 0% | '[' '' == macos ']' |
| 2211 | 0s | 0% | export -f CI_EXEC |
| 2212 | 0s | 0% | CI_EXEC rsync --archive --stats --human-readable /home/runner/work/bitcoin/bitcoin/ /home/runner/work/_temp |
| 2213 | 0s | 0% | docker exec 575a55cc33cec08efaa28cc34f7533a4f0f725f039467d898f7d54ed25fc6fe0 bash -c 'export PATH="/path_with space:/home/runner/work/_temp/ci/scratch/bins/:/home/runner/work/_temp/ci/retry:$PATH" && cd "/home/runner/work/_temp" && rsync --archive --stats --human-readable /home/runner/work/bitcoin/bitcoin/ /home/runner/work/_temp' |
| 2231 | 0s | 0% | CI_EXEC /home/runner/work/_temp/ci/test/01_base_install.sh |
| 2232 | 0s | 0% | docker exec 575a55cc33cec08efaa28cc34f7533a4f0f725f039467d898f7d54ed25fc6fe0 bash -c 'export PATH="/path_with space:/home/runner/work/_temp/ci/scratch/bins/:/home/runner/work/_temp/ci/retry:$PATH" && cd "/home/runner/work/_temp" && /home/runner/work/_temp/ci/test/01_base_install.sh' |
| 2233 | 0s | 0% | CFG_DONE=ci.base-install-done |
| 2234 | 0s | 0% | git config --global ci.base-install-done |
| 2235 | 0s | 0% | '[' true == true ']' |
| 2236 | 0s | 0% | echo 'Skip base install' |
| 2237 | 0s | 0% | exit 0 |
| 2239 | 0s | 0% | CI_EXEC git config --global --add safe.directory '"*"' |
| 2240 | 0s | 0% | docker exec 575a55cc33cec08efaa28cc34f7533a4f0f725f039467d898f7d54ed25fc6fe0 bash -c 'export PATH="/path_with space:/home/runner/work/_temp/ci/scratch/bins/:/home/runner/work/_temp/ci/retry:$PATH" && cd "/home/runner/work/_temp" && git config --global --add safe.directory "*"' |
| 2241 | 0s | 0% | CI_EXEC mkdir -p /home/runner/work/_temp/ci/scratch/bins/ |
| 2242 | 0s | 0% | docker exec 575a55cc33cec08efaa28cc34f7533a4f0f725f039467d898f7d54ed25fc6fe0 bash -c 'export PATH="/path_with space:/home/runner/work/_temp/ci/scratch/bins/:/home/runner/work/_temp/ci/retry:$PATH" && cd "/home/runner/work/_temp" && mkdir -p /home/runner/work/_temp/ci/scratch/bins/' |
| 2243 | 0s | 0% | CI_EXEC /home/runner/work/_temp/ci/test/03_test_script.sh |
| 2244 | 0s | 0% | docker exec 575a55cc33cec08efaa28cc34f7533a4f0f725f039467d898f7d54ed25fc6fe0 bash -c 'export PATH="/path_with space:/home/runner/work/_temp/ci/scratch/bins/:/home/runner/work/_temp/ci/retry:$PATH" && cd "/home/runner/work/_temp" && /home/runner/work/_temp/ci/test/03_test_script.sh' |
| 2245 | 0s | 0% | export ASAN_OPTIONS=detect_leaks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1 |
| 2246 | 0s | 0% | ASAN_OPTIONS=detect_leaks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1 |
| 2247 | 0s | 0% | export LSAN_OPTIONS=suppressions=/home/runner/work/_temp/test/sanitizer_suppressions/lsan |
| 2248 | 0s | 0% | LSAN_OPTIONS=suppressions=/home/runner/work/_temp/test/sanitizer_suppressions/lsan |
| 2249 | 0s | 0% | export TSAN_OPTIONS=suppressions=/home/runner/work/_temp/test/sanitizer_suppressions/tsan:halt_on_error=1 |
| 2250 | 0s | 0% | TSAN_OPTIONS=suppressions=/home/runner/work/_temp/test/sanitizer_suppressions/tsan:halt_on_error=1 |
| 2251 | 0s | 0% | export UBSAN_OPTIONS=suppressions=/home/runner/work/_temp/test/sanitizer_suppressions/ubsan:print_stacktrace=1:halt_on_error=1:report_error_type=1 |
| 2252 | 0s | 0% | UBSAN_OPTIONS=suppressions=/home/runner/work/_temp/test/sanitizer_suppressions/ubsan:print_stacktrace=1:halt_on_error=1:report_error_type=1 |
| 2253 | 0s | 0% | '[' '' == macos ']' |
| 2254 | 0s | 0% | free -m -h |
| 2258 | 0s | 0% | nproc |
| 2259 | 0s | 0% | echo 'Number of CPUs (nproc): 4' |
| 2261 | 0s | 0% | uname --kernel-name --kernel-release |
| 2263 | 0s | 0% | echo 'System info: Linux 6.14.0-1014-azure' |
| 2264 | 0s | 0% | lscpu |
| 2266 | 0s | 0% | echo 'Free disk space:' |
| 2278 | 0s | 0% | df -h |
| 2306 | 0s | 0% | [[ ci_arm_linux == \c\i\_\n\a\t\i\v\e\_\a\s\a\n ]] |
| 2315 | 0s | 0% | export HOST=arm-linux-gnueabihf |
| 2316 | 0s | 0% | HOST=arm-linux-gnueabihf |
| 2317 | 0s | 0% | tee /dev/fd/63 |
| 2318 | 0s | 0% | patch -p1 |
| 2320 | 0s | 0% | b/src/leveldb/db/db_impl.cc |
| 2330 | 0s | 0% | 1].Add(stats); |
| 2331 | 0s | 0% | '[' false = true ']' |
| 2332 | 0s | 0% | '[' true = true ']' |
| 2333 | 0s | 0% | export DIR_UNIT_TEST_DATA=/home/runner/work/_temp/ci/scratch/qa-assets/unit_test_data/ |
| 2334 | 0s | 0% | DIR_UNIT_TEST_DATA=/home/runner/work/_temp/ci/scratch/qa-assets/unit_test_data/ |
| 2335 | 0s | 0% | '[' '!' -d /home/runner/work/_temp/ci/scratch/qa-assets/unit_test_data/ ']' |
| 2336 | 0s | 0% | mkdir -p /home/runner/work/_temp/ci/scratch/qa-assets/unit_test_data/ |
| 2337 | 1s | 0% | retry -- curl --location --fail https://github.com/bitcoin-core/qa-assets/raw/main/unit_test_data/script_assets_test.json -o /home/runner/work/_temp/ci/scratch/qa-assets/unit_test_data//script_assets_test.json |
| 2347 | 0s | 0% | '[' true = true ']' |
| 2348 | 0s | 0% | echo 'Setup to use BusyBox utils' |
| 2350 | 0s | 0% | busybox --list |
| 2351 | 0s | 0% | grep -v '^ar$' |
| 2352 | 0s | 0% | grep -v '^tar$' |
| 2353 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2354 | 0s | 0% | command -v busybox |
| 2355 | 0s | 0% | ln -s /usr/bin/busybox '/home/runner/work/_temp/ci/scratch/bins//[' |
| 2356 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2357 | 0s | 0% | command -v busybox |
| 2358 | 0s | 0% | ln -s /usr/bin/busybox '/home/runner/work/_temp/ci/scratch/bins//[[' |
| 2359 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2360 | 0s | 0% | command -v busybox |
| 2361 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//acpid |
| 2362 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2363 | 0s | 0% | command -v busybox |
| 2364 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//adjtimex |
| 2365 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2366 | 0s | 0% | command -v busybox |
| 2367 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//arch |
| 2368 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2369 | 0s | 0% | command -v busybox |
| 2370 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//arp |
| 2371 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2372 | 0s | 0% | command -v busybox |
| 2373 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//arping |
| 2374 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2375 | 0s | 0% | command -v busybox |
| 2376 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//ascii |
| 2377 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2378 | 0s | 0% | command -v busybox |
| 2379 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//ash |
| 2380 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2381 | 0s | 0% | command -v busybox |
| 2382 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//awk |
| 2383 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2384 | 0s | 0% | command -v busybox |
| 2385 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//base64 |
| 2386 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2387 | 0s | 0% | command -v busybox |
| 2388 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//basename |
| 2389 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2390 | 0s | 0% | command -v busybox |
| 2391 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//bc |
| 2392 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2393 | 0s | 0% | command -v busybox |
| 2394 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//blkdiscard |
| 2395 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2396 | 0s | 0% | command -v busybox |
| 2397 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//blkid |
| 2398 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2399 | 0s | 0% | command -v busybox |
| 2400 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//blockdev |
| 2401 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2402 | 0s | 0% | command -v busybox |
| 2403 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//brctl |
| 2404 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2405 | 0s | 0% | command -v busybox |
| 2406 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//bunzip2 |
| 2407 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2408 | 0s | 0% | command -v busybox |
| 2409 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//bzcat |
| 2410 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2411 | 0s | 0% | command -v busybox |
| 2412 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//bzip2 |
| 2413 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2414 | 0s | 0% | command -v busybox |
| 2415 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//cal |
| 2416 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2417 | 0s | 0% | command -v busybox |
| 2418 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//cat |
| 2419 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2420 | 0s | 0% | command -v busybox |
| 2421 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//chgrp |
| 2422 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2423 | 0s | 0% | command -v busybox |
| 2424 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//chmod |
| 2425 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2426 | 0s | 0% | command -v busybox |
| 2427 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//chown |
| 2428 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2429 | 0s | 0% | command -v busybox |
| 2430 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//chroot |
| 2431 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2432 | 0s | 0% | command -v busybox |
| 2433 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//chvt |
| 2434 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2435 | 0s | 0% | command -v busybox |
| 2436 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//clear |
| 2437 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2438 | 0s | 0% | command -v busybox |
| 2439 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//cmp |
| 2440 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2441 | 0s | 0% | command -v busybox |
| 2442 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//cp |
| 2443 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2444 | 0s | 0% | command -v busybox |
| 2445 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//cpio |
| 2446 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2447 | 0s | 0% | command -v busybox |
| 2448 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//crc32 |
| 2449 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2450 | 0s | 0% | command -v busybox |
| 2451 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//cttyhack |
| 2452 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2453 | 0s | 0% | command -v busybox |
| 2454 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//cut |
| 2455 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2456 | 0s | 0% | command -v busybox |
| 2457 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//date |
| 2458 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2459 | 0s | 0% | command -v busybox |
| 2460 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//dc |
| 2461 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2462 | 0s | 0% | command -v busybox |
| 2463 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//dd |
| 2464 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2465 | 0s | 0% | command -v busybox |
| 2466 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//deallocvt |
| 2467 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2468 | 0s | 0% | command -v busybox |
| 2469 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//depmod |
| 2470 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2471 | 0s | 0% | command -v busybox |
| 2472 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//devmem |
| 2473 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2474 | 0s | 0% | command -v busybox |
| 2475 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//df |
| 2476 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2477 | 0s | 0% | command -v busybox |
| 2478 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//diff |
| 2479 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2480 | 0s | 0% | command -v busybox |
| 2481 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//dirname |
| 2482 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2483 | 0s | 0% | command -v busybox |
| 2484 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//dmesg |
| 2485 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2486 | 0s | 0% | command -v busybox |
| 2487 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//dnsdomainname |
| 2488 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2489 | 0s | 0% | command -v busybox |
| 2490 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//dos2unix |
| 2491 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2492 | 0s | 0% | command -v busybox |
| 2493 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//du |
| 2494 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2495 | 0s | 0% | command -v busybox |
| 2496 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//dumpkmap |
| 2497 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2498 | 0s | 0% | command -v busybox |
| 2499 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//dumpleases |
| 2500 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2501 | 0s | 0% | command -v busybox |
| 2502 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//echo |
| 2503 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2504 | 0s | 0% | command -v busybox |
| 2505 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//egrep |
| 2506 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2507 | 0s | 0% | command -v busybox |
| 2508 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//env |
| 2509 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2510 | 0s | 0% | command -v busybox |
| 2511 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//expand |
| 2512 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2513 | 0s | 0% | command -v busybox |
| 2514 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//expr |
| 2515 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2516 | 0s | 0% | command -v busybox |
| 2517 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//factor |
| 2518 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2519 | 0s | 0% | command -v busybox |
| 2520 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//fallocate |
| 2521 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2522 | 0s | 0% | command -v busybox |
| 2523 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//false |
| 2524 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2525 | 0s | 0% | command -v busybox |
| 2526 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//fatattr |
| 2527 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2528 | 0s | 0% | command -v busybox |
| 2529 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//fdisk |
| 2530 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2531 | 0s | 0% | command -v busybox |
| 2532 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//fgrep |
| 2533 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2534 | 0s | 0% | command -v busybox |
| 2535 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//find |
| 2536 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2537 | 0s | 0% | command -v busybox |
| 2538 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//findfs |
| 2539 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2540 | 0s | 0% | command -v busybox |
| 2541 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//fold |
| 2542 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2543 | 0s | 0% | command -v busybox |
| 2544 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//free |
| 2545 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2546 | 0s | 0% | command -v busybox |
| 2547 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//freeramdisk |
| 2548 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2549 | 0s | 0% | command -v busybox |
| 2550 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//fsfreeze |
| 2551 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2552 | 0s | 0% | command -v busybox |
| 2553 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//fstrim |
| 2554 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2555 | 0s | 0% | command -v busybox |
| 2556 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//ftpget |
| 2557 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2558 | 0s | 0% | command -v busybox |
| 2559 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//ftpput |
| 2560 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2561 | 0s | 0% | command -v busybox |
| 2562 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//getopt |
| 2563 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2564 | 0s | 0% | command -v busybox |
| 2565 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//getty |
| 2566 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2567 | 0s | 0% | command -v busybox |
| 2568 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//grep |
| 2569 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2570 | 0s | 0% | command -v busybox |
| 2571 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//groups |
| 2572 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2573 | 0s | 0% | command -v busybox |
| 2574 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//gunzip |
| 2575 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2576 | 0s | 0% | command -v busybox |
| 2577 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//gzip |
| 2578 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2579 | 0s | 0% | command -v busybox |
| 2580 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//halt |
| 2581 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2582 | 0s | 0% | command -v busybox |
| 2583 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//head |
| 2584 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2585 | 0s | 0% | command -v busybox |
| 2586 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//hexdump |
| 2587 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2588 | 0s | 0% | command -v busybox |
| 2589 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//hostid |
| 2590 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2591 | 0s | 0% | command -v busybox |
| 2592 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//hostname |
| 2593 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2594 | 0s | 0% | command -v busybox |
| 2595 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//httpd |
| 2596 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2597 | 0s | 0% | command -v busybox |
| 2598 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//hwclock |
| 2599 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2600 | 0s | 0% | command -v busybox |
| 2601 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//i2cdetect |
| 2602 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2603 | 0s | 0% | command -v busybox |
| 2604 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//i2cdump |
| 2605 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2606 | 0s | 0% | command -v busybox |
| 2607 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//i2cget |
| 2608 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2609 | 0s | 0% | command -v busybox |
| 2610 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//i2cset |
| 2611 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2612 | 0s | 0% | command -v busybox |
| 2613 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//i2ctransfer |
| 2614 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2615 | 0s | 0% | command -v busybox |
| 2616 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//id |
| 2617 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2618 | 0s | 0% | command -v busybox |
| 2619 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//ifconfig |
| 2620 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2621 | 0s | 0% | command -v busybox |
| 2622 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//ifdown |
| 2623 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2624 | 0s | 0% | command -v busybox |
| 2625 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//ifup |
| 2626 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2627 | 0s | 0% | command -v busybox |
| 2628 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//init |
| 2629 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2630 | 0s | 0% | command -v busybox |
| 2631 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//insmod |
| 2632 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2633 | 0s | 0% | command -v busybox |
| 2634 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//ionice |
| 2635 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2636 | 0s | 0% | command -v busybox |
| 2637 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//ip |
| 2638 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2639 | 0s | 0% | command -v busybox |
| 2640 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//ipcalc |
| 2641 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2642 | 0s | 0% | command -v busybox |
| 2643 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//ipneigh |
| 2644 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2645 | 0s | 0% | command -v busybox |
| 2646 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//kill |
| 2647 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2648 | 0s | 0% | command -v busybox |
| 2649 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//killall |
| 2650 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2651 | 0s | 0% | command -v busybox |
| 2652 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//klogd |
| 2653 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2654 | 0s | 0% | command -v busybox |
| 2655 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//last |
| 2656 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2657 | 0s | 0% | command -v busybox |
| 2658 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//less |
| 2659 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2660 | 0s | 0% | command -v busybox |
| 2661 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//link |
| 2662 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2663 | 0s | 0% | command -v busybox |
| 2664 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//linux32 |
| 2665 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2666 | 0s | 0% | command -v busybox |
| 2667 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//linux64 |
| 2668 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2669 | 0s | 0% | command -v busybox |
| 2670 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//linuxrc |
| 2671 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2672 | 0s | 0% | command -v busybox |
| 2673 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//ln |
| 2674 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2675 | 0s | 0% | command -v busybox |
| 2676 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//loadfont |
| 2677 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2678 | 0s | 0% | command -v busybox |
| 2679 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//loadkmap |
| 2680 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2681 | 0s | 0% | command -v busybox |
| 2682 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//logger |
| 2683 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2684 | 0s | 0% | command -v busybox |
| 2685 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//login |
| 2686 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2687 | 0s | 0% | command -v busybox |
| 2688 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//logname |
| 2689 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2690 | 0s | 0% | command -v busybox |
| 2691 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//logread |
| 2692 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2693 | 0s | 0% | command -v busybox |
| 2694 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//losetup |
| 2695 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2696 | 0s | 0% | command -v busybox |
| 2697 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//ls |
| 2698 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2699 | 0s | 0% | command -v busybox |
| 2700 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//lsmod |
| 2701 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2702 | 0s | 0% | command -v busybox |
| 2703 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//lsscsi |
| 2704 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2705 | 0s | 0% | command -v busybox |
| 2706 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//lzcat |
| 2707 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2708 | 0s | 0% | command -v busybox |
| 2709 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//lzma |
| 2710 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2711 | 0s | 0% | command -v busybox |
| 2712 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//lzop |
| 2713 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2714 | 0s | 0% | command -v busybox |
| 2715 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//md5sum |
| 2716 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2717 | 0s | 0% | command -v busybox |
| 2718 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//mdev |
| 2719 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2720 | 0s | 0% | command -v busybox |
| 2721 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//microcom |
| 2722 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2723 | 0s | 0% | command -v busybox |
| 2724 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//mim |
| 2725 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2726 | 0s | 0% | command -v busybox |
| 2727 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//mkdir |
| 2728 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2729 | 0s | 0% | command -v busybox |
| 2730 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//mkdosfs |
| 2731 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2732 | 0s | 0% | command -v busybox |
| 2733 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//mke2fs |
| 2734 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2735 | 0s | 0% | command -v busybox |
| 2736 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//mkfifo |
| 2737 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2738 | 0s | 0% | command -v busybox |
| 2739 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//mknod |
| 2740 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2741 | 0s | 0% | command -v busybox |
| 2742 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//mkpasswd |
| 2743 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2744 | 0s | 0% | command -v busybox |
| 2745 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//mkswap |
| 2746 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2747 | 0s | 0% | command -v busybox |
| 2748 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//mktemp |
| 2749 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2750 | 0s | 0% | command -v busybox |
| 2751 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//modinfo |
| 2752 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2753 | 0s | 0% | command -v busybox |
| 2754 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//modprobe |
| 2755 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2756 | 0s | 0% | command -v busybox |
| 2757 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//more |
| 2758 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2759 | 0s | 0% | command -v busybox |
| 2760 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//mount |
| 2761 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2762 | 0s | 0% | command -v busybox |
| 2763 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//mt |
| 2764 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2765 | 0s | 0% | command -v busybox |
| 2766 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//mv |
| 2767 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2768 | 0s | 0% | command -v busybox |
| 2769 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//nameif |
| 2770 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2771 | 0s | 0% | command -v busybox |
| 2772 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//nc |
| 2773 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2774 | 0s | 0% | command -v busybox |
| 2775 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//netstat |
| 2776 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2777 | 0s | 0% | command -v busybox |
| 2778 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//nl |
| 2779 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2780 | 0s | 0% | command -v busybox |
| 2781 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//nologin |
| 2782 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2783 | 0s | 0% | command -v busybox |
| 2784 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//nproc |
| 2785 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2786 | 0s | 0% | command -v busybox |
| 2787 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//nsenter |
| 2788 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2789 | 0s | 0% | command -v busybox |
| 2790 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//nslookup |
| 2791 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2792 | 0s | 0% | command -v busybox |
| 2793 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//nuke |
| 2794 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2795 | 0s | 0% | command -v busybox |
| 2796 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//od |
| 2797 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2798 | 0s | 0% | command -v busybox |
| 2799 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//openvt |
| 2800 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2801 | 0s | 0% | command -v busybox |
| 2802 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//partprobe |
| 2803 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2804 | 0s | 0% | command -v busybox |
| 2805 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//paste |
| 2806 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2807 | 0s | 0% | command -v busybox |
| 2808 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//patch |
| 2809 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2810 | 0s | 0% | command -v busybox |
| 2811 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//pidof |
| 2812 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2813 | 0s | 0% | command -v busybox |
| 2814 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//ping |
| 2815 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2816 | 0s | 0% | command -v busybox |
| 2817 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//ping6 |
| 2818 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2819 | 0s | 0% | command -v busybox |
| 2820 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//pivot_root |
| 2821 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2822 | 0s | 0% | command -v busybox |
| 2823 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//poweroff |
| 2824 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2825 | 0s | 0% | command -v busybox |
| 2826 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//printf |
| 2827 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2828 | 0s | 0% | command -v busybox |
| 2829 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//ps |
| 2830 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2831 | 0s | 0% | command -v busybox |
| 2832 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//pwd |
| 2833 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2834 | 0s | 0% | command -v busybox |
| 2835 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//rdate |
| 2836 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2837 | 0s | 0% | command -v busybox |
| 2838 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//readlink |
| 2839 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2840 | 0s | 0% | command -v busybox |
| 2841 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//realpath |
| 2842 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2843 | 0s | 0% | command -v busybox |
| 2844 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//reboot |
| 2845 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2846 | 0s | 0% | command -v busybox |
| 2847 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//renice |
| 2848 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2849 | 0s | 0% | command -v busybox |
| 2850 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//reset |
| 2851 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2852 | 0s | 0% | command -v busybox |
| 2853 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//resume |
| 2854 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2855 | 0s | 0% | command -v busybox |
| 2856 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//rev |
| 2857 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2858 | 0s | 0% | command -v busybox |
| 2859 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//rm |
| 2860 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2861 | 0s | 0% | command -v busybox |
| 2862 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//rmdir |
| 2863 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2864 | 0s | 0% | command -v busybox |
| 2865 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//rmmod |
| 2866 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2867 | 0s | 0% | command -v busybox |
| 2868 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//route |
| 2869 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2870 | 0s | 0% | command -v busybox |
| 2871 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//rpm |
| 2872 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2873 | 0s | 0% | command -v busybox |
| 2874 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//rpm2cpio |
| 2875 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2876 | 0s | 0% | command -v busybox |
| 2877 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//run-init |
| 2878 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2879 | 0s | 0% | command -v busybox |
| 2880 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//run-parts |
| 2881 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2882 | 0s | 0% | command -v busybox |
| 2883 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//sed |
| 2884 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2885 | 0s | 0% | command -v busybox |
| 2886 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//seq |
| 2887 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2888 | 0s | 0% | command -v busybox |
| 2889 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//setkeycodes |
| 2890 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2891 | 0s | 0% | command -v busybox |
| 2892 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//setpriv |
| 2893 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2894 | 0s | 0% | command -v busybox |
| 2895 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//setsid |
| 2896 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2897 | 0s | 0% | command -v busybox |
| 2898 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//sh |
| 2899 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2900 | 0s | 0% | command -v busybox |
| 2901 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//sha1sum |
| 2902 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2903 | 0s | 0% | command -v busybox |
| 2904 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//sha256sum |
| 2905 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2906 | 0s | 0% | command -v busybox |
| 2907 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//sha3sum |
| 2908 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2909 | 0s | 0% | command -v busybox |
| 2910 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//sha512sum |
| 2911 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2912 | 0s | 0% | command -v busybox |
| 2913 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//shred |
| 2914 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2915 | 0s | 0% | command -v busybox |
| 2916 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//shuf |
| 2917 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2918 | 0s | 0% | command -v busybox |
| 2919 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//sleep |
| 2920 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2921 | 0s | 0% | command -v busybox |
| 2922 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//sort |
| 2923 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2924 | 0s | 0% | command -v busybox |
| 2925 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//ssl_client |
| 2926 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2927 | 0s | 0% | command -v busybox |
| 2928 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//start-stop-daemon |
| 2929 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2930 | 0s | 0% | command -v busybox |
| 2931 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//stat |
| 2932 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2933 | 0s | 0% | command -v busybox |
| 2934 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//strings |
| 2935 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2936 | 0s | 0% | command -v busybox |
| 2937 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//stty |
| 2938 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2939 | 0s | 0% | command -v busybox |
| 2940 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//svc |
| 2941 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2942 | 0s | 0% | command -v busybox |
| 2943 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//svok |
| 2944 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2945 | 0s | 0% | command -v busybox |
| 2946 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//swapoff |
| 2947 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2948 | 0s | 0% | command -v busybox |
| 2949 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//swapon |
| 2950 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2951 | 0s | 0% | command -v busybox |
| 2952 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//switch_root |
| 2953 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2954 | 0s | 0% | command -v busybox |
| 2955 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//sync |
| 2956 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2957 | 0s | 0% | command -v busybox |
| 2958 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//sysctl |
| 2959 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2960 | 0s | 0% | command -v busybox |
| 2961 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//syslogd |
| 2962 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2963 | 0s | 0% | command -v busybox |
| 2964 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//tac |
| 2965 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2966 | 0s | 0% | command -v busybox |
| 2967 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//tail |
| 2968 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2969 | 0s | 0% | command -v busybox |
| 2970 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//taskset |
| 2971 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2972 | 0s | 0% | command -v busybox |
| 2973 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//tee |
| 2974 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2975 | 0s | 0% | command -v busybox |
| 2976 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//telnet |
| 2977 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2978 | 0s | 0% | command -v busybox |
| 2979 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//test |
| 2980 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2981 | 0s | 0% | command -v busybox |
| 2982 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//tftp |
| 2983 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2984 | 0s | 0% | command -v busybox |
| 2985 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//time |
| 2986 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2987 | 0s | 0% | command -v busybox |
| 2988 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//timeout |
| 2989 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2990 | 0s | 0% | command -v busybox |
| 2991 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//top |
| 2992 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2993 | 0s | 0% | command -v busybox |
| 2994 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//touch |
| 2995 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2996 | 0s | 0% | command -v busybox |
| 2997 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//tr |
| 2998 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 2999 | 0s | 0% | command -v busybox |
| 3000 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//traceroute |
| 3001 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 3002 | 0s | 0% | command -v busybox |
| 3003 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//traceroute6 |
| 3004 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 3005 | 0s | 0% | command -v busybox |
| 3006 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//true |
| 3007 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 3008 | 0s | 0% | command -v busybox |
| 3009 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//truncate |
| 3010 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 3011 | 0s | 0% | command -v busybox |
| 3012 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//ts |
| 3013 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 3014 | 0s | 0% | command -v busybox |
| 3015 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//tty |
| 3016 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 3017 | 0s | 0% | command -v busybox |
| 3018 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//ubirename |
| 3019 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 3020 | 0s | 0% | command -v busybox |
| 3021 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//udhcpc |
| 3022 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 3023 | 0s | 0% | command -v busybox |
| 3024 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//udhcpd |
| 3025 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 3026 | 0s | 0% | command -v busybox |
| 3027 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//uevent |
| 3028 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 3029 | 0s | 0% | command -v busybox |
| 3030 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//umount |
| 3031 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 3032 | 0s | 0% | command -v busybox |
| 3033 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//uname |
| 3034 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 3035 | 0s | 0% | command -v busybox |
| 3036 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//uncompress |
| 3037 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 3038 | 0s | 0% | command -v busybox |
| 3039 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//unexpand |
| 3040 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 3041 | 0s | 0% | command -v busybox |
| 3042 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//uniq |
| 3043 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 3044 | 0s | 0% | command -v busybox |
| 3045 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//unix2dos |
| 3046 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 3047 | 0s | 0% | command -v busybox |
| 3048 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//unlink |
| 3049 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 3050 | 0s | 0% | command -v busybox |
| 3051 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//unlzma |
| 3052 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 3053 | 0s | 0% | command -v busybox |
| 3054 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//unshare |
| 3055 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 3056 | 0s | 0% | command -v busybox |
| 3057 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//unxz |
| 3058 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 3059 | 0s | 0% | command -v busybox |
| 3060 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//unzip |
| 3061 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 3062 | 0s | 0% | command -v busybox |
| 3063 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//uptime |
| 3064 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 3065 | 0s | 0% | command -v busybox |
| 3066 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//usleep |
| 3067 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 3068 | 0s | 0% | command -v busybox |
| 3069 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//uudecode |
| 3070 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 3071 | 0s | 0% | command -v busybox |
| 3072 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//uuencode |
| 3073 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 3074 | 0s | 0% | command -v busybox |
| 3075 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//vconfig |
| 3076 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 3077 | 0s | 0% | command -v busybox |
| 3078 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//vi |
| 3079 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 3080 | 0s | 0% | command -v busybox |
| 3081 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//w |
| 3082 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 3083 | 0s | 0% | command -v busybox |
| 3084 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//watch |
| 3085 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 3086 | 0s | 0% | command -v busybox |
| 3087 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//watchdog |
| 3088 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 3089 | 0s | 0% | command -v busybox |
| 3090 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//wc |
| 3091 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 3092 | 0s | 0% | command -v busybox |
| 3093 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//wget |
| 3094 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 3095 | 0s | 0% | command -v busybox |
| 3096 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//which |
| 3097 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 3098 | 0s | 0% | command -v busybox |
| 3099 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//who |
| 3100 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 3101 | 0s | 0% | command -v busybox |
| 3102 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//whoami |
| 3103 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 3104 | 0s | 0% | command -v busybox |
| 3105 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//xargs |
| 3106 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 3107 | 0s | 0% | command -v busybox |
| 3108 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//xxd |
| 3109 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 3110 | 0s | 0% | command -v busybox |
| 3111 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//xz |
| 3112 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 3113 | 0s | 0% | command -v busybox |
| 3114 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//xzcat |
| 3115 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 3116 | 0s | 0% | command -v busybox |
| 3117 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//yes |
| 3118 | 0s | 0% | for util in $(busybox --list | grep -v "^ar$" | grep -v "^tar$") |
| 3119 | 0s | 0% | command -v busybox |
| 3120 | 0s | 0% | ln -s /usr/bin/busybox /home/runner/work/_temp/ci/scratch/bins//zcat |
| 3121 | 0s | 0% | patch --help |
| 3132 | 0s | 0% | '[' '' == macos ']' |
| 3133 | 0s | 0% | echo |
| 3134 | 0s | 0% | '[' -z '' ']' |
| 3135 | 0s | 0% | [[ docker.io/arm64v8/debian:bookworm == *centos* ]] |
| 3136 | 0s | 0% | SHELL_OPTS=CONFIG_SHELL= |
| 3137 | 9m0s | 28% | bash -c 'CONFIG_SHELL= make -j4 -C depends HOST=arm-linux-gnueabihf LOG=1' |
| 3555 | 0s | 0% | '[' '' = true ']' |
| 3556 | 0s | 0% | BITCOIN_CONFIG_ALL=--disable-dependency-tracking |
| 3557 | 0s | 0% | '[' -z '' ']' |
| 3558 | 0s | 0% | BITCOIN_CONFIG_ALL='--disable-dependency-tracking CONFIG_SITE=/home/runner/work/_temp/depends/arm-linux-gnueabihf/share/config.site' |
| 3559 | 0s | 0% | '[' -z '' ']' |
| 3560 | 0s | 0% | BITCOIN_CONFIG_ALL='--disable-dependency-tracking CONFIG_SITE=/home/runner/work/_temp/depends/arm-linux-gnueabihf/share/config.site --enable-werror' |
| 3561 | 0s | 0% | ccache --zero-stats |
| 3563 | 0s | 0% | PRINT_CCACHE_STATISTICS='ccache --version | head -n 1 && ccache --show-stats' |
| 3564 | 0s | 0% | BITCOIN_CONFIG_ALL='--disable-dependency-tracking CONFIG_SITE=/home/runner/work/_temp/depends/arm-linux-gnueabihf/share/config.site --enable-werror --enable-external-signer --prefix=/home/runner/work/_temp/ci/scratch/out' |
| 3565 | 0s | 0% | '[' -n '' ']' |
| 3566 | 9s | 0% | ./autogen.sh |
| 3598 | 0s | 0% | mkdir -p /home/runner/work/_temp/build |
| 3599 | 0s | 0% | cd /home/runner/work/_temp/build |
| 3600 | 0s | 0% | bash -c '/home/runner/work/_temp/configure --cache-file=config.cache --disable-dependency-tracking CONFIG_SITE=/home/runner/work/_temp/depends/arm-linux-gnueabihf/share/config.site --enable-werror --enable-external-signer --prefix=/home/runner/work/_temp/ci/scratch/out --enable-reduce-exports CXXFLAGS='\''-Wno-psabi -Wno-error=maybe-uninitialized'\''' |
| 3617 | 0s | 0% | compiler works... yes |
| 3618 | 0s | 0% | compiler default output file name... a.out |
| 3623 | 0s | 0% | accepts -g... yes |
| 3624 | 0s | 0% | option to enable C++11 features... unsupported |
| 3625 | 0s | 0% | option to enable C++98 features... none needed |
| 3628 | 0s | 0% | supports C++20 features with -std=c++20... yes |
| 3629 | 0s | 0% | -std=c++20 |
| 3631 | 0s | 0% | -std=c++20 accepts -g... no |
| 3632 | 0s | 0% | -std=c++20... none |
| 3696 | 0s | 0% | preprocessor... arm-linux-gnueabihf-g++ -std=c++20 -E |
| 3697 | 0s | 0% | -std=c++20... /usr/arm-linux-gnueabihf/bin/ld |
| 3699 | 0s | 0% | -std=c++20 linker (/usr/arm-linux-gnueabihf/bin/ld) supports shared libraries... yes |
| 3700 | 0s | 0% | -std=c++20 option to produce PIC... -fPIC -DPIC |
| 3701 | 0s | 0% | -std=c++20 PIC flag -fPIC -DPIC works... yes |
| 3702 | 0s | 0% | -std=c++20 static flag -static works... yes |
| 3703 | 0s | 0% | -std=c++20 supports -c -o file.o... yes |
| 3704 | 0s | 0% | -std=c++20 supports -c -o file.o... (cached) yes |
| 3705 | 0s | 0% | -std=c++20 linker (/usr/arm-linux-gnueabihf/bin/ld) supports shared libraries... yes |
| 3724 | 0s | 0% | compiler accepts -Werror... yes |
| 3726 | 0s | 0% | compiler accepts -Wall... yes |
| 3727 | 0s | 0% | compiler accepts -Wextra... yes |
| 3728 | 0s | 0% | compiler accepts -Wgnu... no |
| 3729 | 0s | 0% | compiler accepts -Wformat -Wformat-security... yes |
| 3730 | 0s | 0% | compiler accepts -Wvla... yes |
| 3731 | 0s | 0% | compiler accepts -Wshadow-field... no |
| 3732 | 0s | 0% | compiler accepts -Wthread-safety... no |
| 3733 | 0s | 0% | compiler accepts -Wloop-analysis... no |
| 3734 | 0s | 0% | compiler accepts -Wredundant-decls... yes |
| 3735 | 0s | 0% | compiler accepts -Wunused-member-function... no |
| 3736 | 0s | 0% | compiler accepts -Wdate-time... yes |
| 3737 | 0s | 0% | compiler accepts -Wconditional-uninitialized... no |
| 3738 | 0s | 0% | compiler accepts -Wduplicated-branches... yes |
| 3739 | 0s | 0% | compiler accepts -Wduplicated-cond... yes |
| 3740 | 0s | 0% | compiler accepts -Wlogical-op... yes |
| 3741 | 0s | 0% | compiler accepts -Woverloaded-virtual... yes |
| 3742 | 0s | 0% | compiler accepts -Wsuggest-override... yes |
| 3743 | 0s | 0% | compiler accepts -Wimplicit-fallthrough... yes |
| 3744 | 0s | 0% | compiler accepts -Wunreachable-code... yes |
| 3745 | 0s | 0% | compiler accepts -Wdocumentation... no |
| 3746 | 0s | 0% | compiler accepts -Wself-assign... no |
| 3747 | 0s | 0% | compiler accepts -Wundef... yes |
| 3748 | 0s | 0% | compiler accepts -Wunused-parameter... yes |
| 3749 | 0s | 0% | compiler accepts -fno-extended-identifiers... yes |
| 3750 | 0s | 0% | compiler accepts -fstack-reuse=none... yes |
| 3751 | 0s | 0% | compiler accepts -msse4.2... no |
| 3752 | 0s | 0% | compiler accepts -msse4.1... no |
| 3753 | 0s | 0% | compiler accepts -mavx -mavx2... no |
| 3754 | 0s | 0% | compiler accepts -msse4 -msha... no |
| 3755 | 0s | 0% | compiler accepts -mpclmul... no |
| 3760 | 0s | 0% | compiler accepts -march=armv8-a+crc+crypto... yes |
| 3761 | 1s | 0% | compiler accepts -march=armv8-a+crypto... yes |
| 3774 | 0s | 0% | -std=c++20 options needed to detect all undeclared functions... none needed |
| 3777 | 0s | 0% | compiler accepts -fPIC... yes |
| 3778 | 0s | 0% | compiler accepts -Wstack-protector... yes |
| 3779 | 0s | 0% | compiler accepts -fstack-protector-all... yes |
| 3780 | 0s | 0% | compiler accepts -fcf-protection=full... no |
| 3781 | 0s | 0% | compiler accepts -fstack-clash-protection... yes |
| 3782 | 0s | 0% | preprocessor accepts -D_FORTIFY_SOURCE=3... yes |
| 3783 | 7s | 0% | preprocessor accepts -U_FORTIFY_SOURCE... yes |
| 3862 | 0s | 0% | headers... default |
| 3878 | 0s | 0% | preprocessor accepts -DBOOST_NO_CXX98_FUNCTION_BASE... no |
| 3879 | 2s | 0% | compiler accepts -fvisibility=hidden... yes |
| 4085 | 0s | 0% | -std=c++20 |
| 4091 | 2s | 0% | make distdir VERSION=arm-linux-gnueabihf |
| 4155 | 0s | 0% | cd /home/runner/work/_temp/build/bitcoin-arm-linux-gnueabihf |
| 4156 | 0s | 0% | bash -c './configure --cache-file=../config.cache --disable-dependency-tracking CONFIG_SITE=/home/runner/work/_temp/depends/arm-linux-gnueabihf/share/config.site --enable-werror --enable-external-signer --prefix=/home/runner/work/_temp/ci/scratch/out --enable-reduce-exports CXXFLAGS='\''-Wno-psabi -Wno-error=maybe-uninitialized'\''' |
| 4172 | 0s | 0% | compiler works... yes |
| 4173 | 0s | 0% | compiler default output file name... a.out |
| 4178 | 0s | 0% | accepts -g... (cached) yes |
| 4179 | 0s | 0% | option to enable C++11 features... (cached) unsupported |
| 4180 | 0s | 0% | option to enable C++98 features... (cached) none needed |
| 4183 | 0s | 0% | supports C++20 features with -std=c++20... (cached) yes |
| 4184 | 0s | 0% | -std=c++20 |
| 4186 | 0s | 0% | -std=c++20 accepts -g... (cached) no |
| 4187 | 0s | 0% | -std=c++20... (cached) none |
| 4251 | 0s | 0% | preprocessor... (cached) arm-linux-gnueabihf-g++ -std=c++20 -E |
| 4252 | 0s | 0% | -std=c++20... (cached) /usr/arm-linux-gnueabihf/bin/ld |
| 4254 | 0s | 0% | -std=c++20 linker (/usr/arm-linux-gnueabihf/bin/ld) supports shared libraries... yes |
| 4255 | 0s | 0% | -std=c++20 option to produce PIC... (cached) -fPIC -DPIC |
| 4256 | 0s | 0% | -std=c++20 PIC flag -fPIC -DPIC works... (cached) yes |
| 4257 | 0s | 0% | -std=c++20 static flag -static works... (cached) yes |
| 4258 | 0s | 0% | -std=c++20 supports -c -o file.o... (cached) yes |
| 4259 | 0s | 0% | -std=c++20 supports -c -o file.o... (cached) yes |
| 4260 | 0s | 0% | -std=c++20 linker (/usr/arm-linux-gnueabihf/bin/ld) supports shared libraries... yes |
| 4277 | 0s | 0% | compiler accepts -Werror... (cached) yes |
| 4279 | 0s | 0% | compiler accepts -Wall... (cached) yes |
| 4280 | 0s | 0% | compiler accepts -Wextra... (cached) yes |
| 4281 | 0s | 0% | compiler accepts -Wgnu... (cached) no |
| 4282 | 0s | 0% | compiler accepts -Wformat -Wformat-security... (cached) yes |
| 4283 | 0s | 0% | compiler accepts -Wvla... (cached) yes |
| 4284 | 0s | 0% | compiler accepts -Wshadow-field... (cached) no |
| 4285 | 0s | 0% | compiler accepts -Wthread-safety... (cached) no |
| 4286 | 0s | 0% | compiler accepts -Wloop-analysis... (cached) no |
| 4287 | 0s | 0% | compiler accepts -Wredundant-decls... (cached) yes |
| 4288 | 0s | 0% | compiler accepts -Wunused-member-function... (cached) no |
| 4289 | 0s | 0% | compiler accepts -Wdate-time... (cached) yes |
| 4290 | 0s | 0% | compiler accepts -Wconditional-uninitialized... (cached) no |
| 4291 | 0s | 0% | compiler accepts -Wduplicated-branches... (cached) yes |
| 4292 | 0s | 0% | compiler accepts -Wduplicated-cond... (cached) yes |
| 4293 | 0s | 0% | compiler accepts -Wlogical-op... (cached) yes |
| 4294 | 0s | 0% | compiler accepts -Woverloaded-virtual... (cached) yes |
| 4295 | 0s | 0% | compiler accepts -Wsuggest-override... (cached) yes |
| 4296 | 0s | 0% | compiler accepts -Wimplicit-fallthrough... (cached) yes |
| 4297 | 0s | 0% | compiler accepts -Wunreachable-code... (cached) yes |
| 4298 | 0s | 0% | compiler accepts -Wdocumentation... (cached) no |
| 4299 | 0s | 0% | compiler accepts -Wself-assign... (cached) no |
| 4300 | 0s | 0% | compiler accepts -Wundef... (cached) yes |
| 4301 | 0s | 0% | compiler accepts -Wunused-parameter... (cached) yes |
| 4302 | 0s | 0% | compiler accepts -fno-extended-identifiers... (cached) yes |
| 4303 | 0s | 0% | compiler accepts -fstack-reuse=none... (cached) yes |
| 4304 | 0s | 0% | compiler accepts -msse4.2... (cached) no |
| 4305 | 0s | 0% | compiler accepts -msse4.1... (cached) no |
| 4306 | 0s | 0% | compiler accepts -mavx -mavx2... (cached) no |
| 4307 | 0s | 0% | compiler accepts -msse4 -msha... (cached) no |
| 4308 | 0s | 0% | compiler accepts -mpclmul... (cached) no |
| 4313 | 0s | 0% | compiler accepts -march=armv8-a+crc+crypto... (cached) yes |
| 4314 | 0s | 0% | compiler accepts -march=armv8-a+crypto... (cached) yes |
| 4327 | 0s | 0% | -std=c++20 options needed to detect all undeclared functions... (cached) none needed |
| 4330 | 0s | 0% | compiler accepts -fPIC... (cached) yes |
| 4331 | 0s | 0% | compiler accepts -Wstack-protector... (cached) yes |
| 4332 | 0s | 0% | compiler accepts -fstack-protector-all... (cached) yes |
| 4333 | 0s | 0% | compiler accepts -fcf-protection=full... (cached) no |
| 4334 | 0s | 0% | compiler accepts -fstack-clash-protection... (cached) yes |
| 4335 | 0s | 0% | preprocessor accepts -D_FORTIFY_SOURCE=3... (cached) yes |
| 4336 | 6s | 0% | preprocessor accepts -U_FORTIFY_SOURCE... (cached) yes |
| 4403 | 0s | 0% | headers... default |
| 4419 | 0s | 0% | preprocessor accepts -DBOOST_NO_CXX98_FUNCTION_BASE... (cached) no |
| 4420 | 2s | 0% | compiler accepts -fvisibility=hidden... (cached) yes |
| 4613 | 0s | 0% | -std=c++20 |
| 4619 | 0s | 0% | [[ false == \t\r\u\e ]] |
| 4620 | 13m48s | 43% | bash -c ' make -j4 install' |
| 5681 | 0s | 0% | bash -c 'ccache --version | head -n 1 && ccache --show-stats' |
| 5692 | 0s | 0% | '[' true = true ']' |
| 5693 | 0s | 0% | ccache -s |
| 5694 | 0s | 0% | grep Hits: |
| 5695 | 0s | 0% | head -1 |
| 5696 | 0s | 0% | sed 's/.*(\(.*\)%).*/\1/' |
| 5697 | 0s | 0% | hit_rate=' 0.52' |
| 5698 | 0s | 0% | '[' ' 0' -lt 75 ']' |
| 5699 | 0s | 0% | echo '::notice title=low ccache hitrate::Ccache hit-rate in ci_arm_linux was 0.52%' |
| 5701 | 0s | 0% | du -sh /home/runner/work/_temp/depends/SDKs/ /home/runner/work/_temp/depends/arm-linux-gnueabihf/ /home/runner/work/_temp/depends/builders/ /home/runner/work/_temp/depends/built/ /home/runner/work/_temp/depends/hosts/ /home/runner/work/_temp/depends/packages/ /home/runner/work/_temp/depends/patches/ /home/runner/work/_temp/depends/sdk-sources/ /home/runner/work/_temp/depends/sources/ /home/runner/work/_temp/depends/work/ |
| 5712 | 0s | 0% | du -sh /home/runner/work/_temp/previous_releases |
| 5714 | 0s | 0% | [[ arm-linux-gnueabihf = *-mingw32 ]] |
| 5715 | 0s | 0% | '[' -n '' ']' |
| 5716 | 0s | 0% | '[' true = true ']' |
| 5717 | 0s | 0% | DIR_UNIT_TEST_DATA=/home/runner/work/_temp/ci/scratch/qa-assets/unit_test_data/ |
| 5718 | 0s | 0% | LD_LIBRARY_PATH=/home/runner/work/_temp/depends/arm-linux-gnueabihf/lib |
| 5719 | 6m16s | 19% | make -j4 check VERBOSE=1 |
| 5928 | 0s | 0% | '[' '' = true ']' |
| 5929 | 0s | 0% | '[' false = true ']' |
| 5930 | 0s | 0% | '[' false = true ']' |
| 5931 | 0s | 0% | '[' false = true ']' |
| 5932 | 0s | 0% | '[' -z '' ']' |
| 5934 | 0s | 0% | echo 'Stop and remove CI container by ID' |
| 5935 | 4s | 0% | docker container kill 575a55cc33cec08efaa28cc34f7533a4f0f725f039467d898f7d54ed25fc6fe0 |