Skip to content

Instantly share code, notes, and snippets.

@pinheadmz
Last active June 17, 2023 16:07
Show Gist options
  • Save pinheadmz/912bbb8dc55bc9e95ca8dda660f3800b to your computer and use it in GitHub Desktop.
Save pinheadmz/912bbb8dc55bc9e95ca8dda660f3800b to your computer and use it in GitHub Desktop.
--> FILE_ENV="./ci/test/00_setup_env_i686_centos.sh" ./ci/test_run_all.sh
./ci/test_run_all.sh: line 7: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8): No such file or directory
./ci/test/00_setup_env.sh: line 7: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8): No such file or directory
++++ dirname ./ci/test/00_setup_env.sh
+++ cd ./ci/test/../../
+++ pwd
++ BASE_ROOT_DIR=/Users/matthewzipkin/Desktop/work/bitcoin
++ export BASE_ROOT_DIR
++ export DEPENDS_DIR=/Users/matthewzipkin/Desktop/work/bitcoin/depends
++ DEPENDS_DIR=/Users/matthewzipkin/Desktop/work/bitcoin/depends
++ export BASE_SCRATCH_DIR=/Users/matthewzipkin/Desktop/work/bitcoin/ci/scratch
++ BASE_SCRATCH_DIR=/Users/matthewzipkin/Desktop/work/bitcoin/ci/scratch
++ echo 'Setting specific values in env'
Setting specific values in env
++ '[' -n ./ci/test/00_setup_env_i686_centos.sh ']'
++ set -o errexit
++ source ./ci/test/00_setup_env_i686_centos.sh
+++ export LC_ALL=C.UTF-8
+++ LC_ALL=C.UTF-8
./ci/test/00_setup_env_i686_centos.sh: line 7: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8): No such file or directory
+++ export HOST=i686-pc-linux-gnu
+++ HOST=i686-pc-linux-gnu
+++ export CONTAINER_NAME=ci_i686_centos
+++ CONTAINER_NAME=ci_i686_centos
+++ export CI_IMAGE_NAME_TAG=quay.io/centos/centos:stream9
+++ CI_IMAGE_NAME_TAG=quay.io/centos/centos:stream9
+++ export 'CI_BASE_PACKAGES=gcc-c++ glibc-devel.x86_64 libstdc++-devel.x86_64 glibc-devel.i686 libstdc++-devel.i686 ccache libtool make git python3 python3-pip which patch lbzip2 xz procps-ng dash rsync coreutils bison util-linux'
+++ CI_BASE_PACKAGES='gcc-c++ glibc-devel.x86_64 libstdc++-devel.x86_64 glibc-devel.i686 libstdc++-devel.i686 ccache libtool make git python3 python3-pip which patch lbzip2 xz procps-ng dash rsync coreutils bison util-linux'
+++ export PIP_PACKAGES=pyzmq
+++ PIP_PACKAGES=pyzmq
+++ export GOAL=install
+++ GOAL=install
+++ export NO_WERROR=1
+++ NO_WERROR=1
+++ export 'BITCOIN_CONFIG=--enable-zmq --with-gui=qt5 --enable-reduce-exports'
+++ BITCOIN_CONFIG='--enable-zmq --with-gui=qt5 --enable-reduce-exports'
+++ export CONFIG_SHELL=/bin/dash
+++ CONFIG_SHELL=/bin/dash
++ echo 'Fallback to default values in env (if not yet set)'
Fallback to default values in env (if not yet set)
++ export MAKEJOBS=-j4
++ MAKEJOBS=-j4
++ export HOST=i686-pc-linux-gnu
++ HOST=i686-pc-linux-gnu
++ export USE_BUSY_BOX=false
++ USE_BUSY_BOX=false
++ export RUN_UNIT_TESTS=true
++ RUN_UNIT_TESTS=true
++ export RUN_FUNCTIONAL_TESTS=true
++ RUN_FUNCTIONAL_TESTS=true
++ export RUN_TIDY=false
++ RUN_TIDY=false
++ export TEST_RUNNER_TIMEOUT_FACTOR=40
++ TEST_RUNNER_TIMEOUT_FACTOR=40
++ export TEST_RUNNER_ENV=
++ TEST_RUNNER_ENV=
++ export RUN_FUZZ_TESTS=false
++ RUN_FUZZ_TESTS=false
++ export BOOST_TEST_RANDOM=1
++ BOOST_TEST_RANDOM=1
++ export DEBIAN_FRONTEND=noninteractive
++ DEBIAN_FRONTEND=noninteractive
++ export CCACHE_SIZE=100M
++ CCACHE_SIZE=100M
++ export CCACHE_TEMPDIR=/tmp/.ccache-temp
++ CCACHE_TEMPDIR=/tmp/.ccache-temp
++ export CCACHE_COMPRESS=1
++ CCACHE_COMPRESS=1
++ export CCACHE_DIR=/Users/matthewzipkin/Desktop/work/bitcoin/ci/scratch/.ccache
++ CCACHE_DIR=/Users/matthewzipkin/Desktop/work/bitcoin/ci/scratch/.ccache
++ export BASE_OUTDIR=/Users/matthewzipkin/Desktop/work/bitcoin/ci/scratch/out/i686-pc-linux-gnu
++ BASE_OUTDIR=/Users/matthewzipkin/Desktop/work/bitcoin/ci/scratch/out/i686-pc-linux-gnu
++ export BASE_BUILD_DIR=/Users/matthewzipkin/Desktop/work/bitcoin/ci/scratch/build
++ BASE_BUILD_DIR=/Users/matthewzipkin/Desktop/work/bitcoin/ci/scratch/build
++ export PREVIOUS_RELEASES_DIR=/Users/matthewzipkin/Desktop/work/bitcoin/releases/i686-pc-linux-gnu
++ PREVIOUS_RELEASES_DIR=/Users/matthewzipkin/Desktop/work/bitcoin/releases/i686-pc-linux-gnu
++ export DIR_IWYU=/Users/matthewzipkin/Desktop/work/bitcoin/ci/scratch/iwyu
++ DIR_IWYU=/Users/matthewzipkin/Desktop/work/bitcoin/ci/scratch/iwyu
++ export SDK_URL=https://bitcoincore.org/depends-sources/sdks
++ SDK_URL=https://bitcoincore.org/depends-sources/sdks
++ export 'CI_BASE_PACKAGES=gcc-c++ glibc-devel.x86_64 libstdc++-devel.x86_64 glibc-devel.i686 libstdc++-devel.i686 ccache libtool make git python3 python3-pip which patch lbzip2 xz procps-ng dash rsync coreutils bison util-linux'
++ CI_BASE_PACKAGES='gcc-c++ glibc-devel.x86_64 libstdc++-devel.x86_64 glibc-devel.i686 libstdc++-devel.i686 ccache libtool make git python3 python3-pip which patch lbzip2 xz procps-ng dash rsync coreutils bison util-linux'
++ export GOAL=install
++ GOAL=install
++ export DIR_QA_ASSETS=/Users/matthewzipkin/Desktop/work/bitcoin/ci/scratch/qa-assets
++ DIR_QA_ASSETS=/Users/matthewzipkin/Desktop/work/bitcoin/ci/scratch/qa-assets
++ export PATH=/Users/matthewzipkin/Desktop/work/bitcoin/ci/retry:/Users/matthewzipkin/.rvm/gems/ruby-2.7.2/bin:/Users/matthewzipkin/.rvm/gems/ruby-2.7.2@global/bin:/Users/matthewzipkin/.rvm/rubies/ruby-2.7.2/bin:/opt/homebrew/opt/llvm/bin:/Users/matthewzipkin/.cargo/bin:/Users/matthewzipkin/.gem/ruby/3.1.3/bin:/Users/matthewzipkin/.rubies/ruby-3.1.3/lib/ruby/gems/3.1.0/bin:/Users/matthewzipkin/.rubies/ruby-3.1.3/bin:/opt/homebrew/opt/gnu-sed/libexec/gnubin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/usr/local/MacGPG2/bin:/Library/Apple/usr/bin:/Applications/Wireshark.app/Contents/MacOS:/Users/matthewzipkin/go/bin:/Users/matthewzipkin/.rvm/bin
++ PATH=/Users/matthewzipkin/Desktop/work/bitcoin/ci/retry:/Users/matthewzipkin/.rvm/gems/ruby-2.7.2/bin:/Users/matthewzipkin/.rvm/gems/ruby-2.7.2@global/bin:/Users/matthewzipkin/.rvm/rubies/ruby-2.7.2/bin:/opt/homebrew/opt/llvm/bin:/Users/matthewzipkin/.cargo/bin:/Users/matthewzipkin/.gem/ruby/3.1.3/bin:/Users/matthewzipkin/.rubies/ruby-3.1.3/lib/ruby/gems/3.1.0/bin:/Users/matthewzipkin/.rubies/ruby-3.1.3/bin:/opt/homebrew/opt/gnu-sed/libexec/gnubin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/usr/local/MacGPG2/bin:/Library/Apple/usr/bin:/Applications/Wireshark.app/Contents/MacOS:/Users/matthewzipkin/go/bin:/Users/matthewzipkin/.rvm/bin
++ export 'CI_RETRY_EXE=retry --'
++ CI_RETRY_EXE='retry --'
+ set -o errexit
+ source ./ci/test/04_install.sh
++ export LC_ALL=C.UTF-8
++ LC_ALL=C.UTF-8
./ci/test/04_install.sh: line 7: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8): No such file or directory
++ [[ '' == qemu-s390* ]]
++ mkdir -p /Users/matthewzipkin/Desktop/work/bitcoin/ci/scratch/.ccache
++ mkdir -p /Users/matthewzipkin/Desktop/work/bitcoin/releases/i686-pc-linux-gnu
++ export ASAN_OPTIONS=detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1
++ ASAN_OPTIONS=detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1
++ export LSAN_OPTIONS=suppressions=/Users/matthewzipkin/Desktop/work/bitcoin/test/sanitizer_suppressions/lsan
++ LSAN_OPTIONS=suppressions=/Users/matthewzipkin/Desktop/work/bitcoin/test/sanitizer_suppressions/lsan
++ export TSAN_OPTIONS=suppressions=/Users/matthewzipkin/Desktop/work/bitcoin/test/sanitizer_suppressions/tsan:halt_on_error=1:log_path=/Users/matthewzipkin/Desktop/work/bitcoin/ci/scratch/sanitizer-output/tsan
++ TSAN_OPTIONS=suppressions=/Users/matthewzipkin/Desktop/work/bitcoin/test/sanitizer_suppressions/tsan:halt_on_error=1:log_path=/Users/matthewzipkin/Desktop/work/bitcoin/ci/scratch/sanitizer-output/tsan
++ export UBSAN_OPTIONS=suppressions=/Users/matthewzipkin/Desktop/work/bitcoin/test/sanitizer_suppressions/ubsan:print_stacktrace=1:halt_on_error=1:report_error_type=1
++ UBSAN_OPTIONS=suppressions=/Users/matthewzipkin/Desktop/work/bitcoin/test/sanitizer_suppressions/ubsan:print_stacktrace=1:halt_on_error=1:report_error_type=1
++ [[ --enable-zmq --with-gui=qt5 --enable-reduce-exports = *--with-sanitizers=*address* ]]
++ export P_CI_DIR=/Users/matthewzipkin/Desktop/work/bitcoin
++ P_CI_DIR=/Users/matthewzipkin/Desktop/work/bitcoin
++ export BINS_SCRATCH_DIR=/Users/matthewzipkin/Desktop/work/bitcoin/ci/scratch/bins/
++ BINS_SCRATCH_DIR=/Users/matthewzipkin/Desktop/work/bitcoin/ci/scratch/bins/
++ '[' -z '' ']'
++ python3 -c 'import os; [print(f"{key}={value}") for key, value in os.environ.items() if "\n" not in value and "HOME" not in key]'
++ tee /tmp/env
SHELL=/opt/homebrew/bin/bash
LSCOLORS=ExFxBxDxCxegedabagacad
CCACHE_TEMPDIR=/tmp/.ccache-temp
FILE_ENV=./ci/test/00_setup_env_i686_centos.sh
XPC_FLAGS=0x0
TERM_PROGRAM_VERSION=445
BASE_OUTDIR=/Users/matthewzipkin/Desktop/work/bitcoin/ci/scratch/out/i686-pc-linux-gnu
RUN_UNIT_TESTS=true
rvm_prefix=/Users/matthewzipkin
TSAN_OPTIONS=suppressions=/Users/matthewzipkin/Desktop/work/bitcoin/test/sanitizer_suppressions/tsan:halt_on_error=1:log_path=/Users/matthewzipkin/Desktop/work/bitcoin/ci/scratch/sanitizer-output/tsan
CI_RETRY_EXE=retry --
__CFBundleIdentifier=com.apple.Terminal
SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.ZSKcDRNCKC/Listeners
CCACHE_SIZE=100M
BINS_SCRATCH_DIR=/Users/matthewzipkin/Desktop/work/bitcoin/ci/scratch/bins/
TERM_SESSION_ID=BA165DAB-88DC-4F2F-8BB7-7D88D7653D2B
TEST_RUNNER_TIMEOUT_FACTOR=40
MAKEJOBS=-j4
TEST_RUNNER_ENV=
CONTAINER_NAME=ci_i686_centos
RUBY_VERSION=ruby-2.7.2
PWD=/Users/matthewzipkin/Desktop/work/bitcoin
LOGNAME=matthewzipkin
CCACHE_DIR=/Users/matthewzipkin/Desktop/work/bitcoin/ci/scratch/.ccache
rvm_version=1.29.12 (latest)
MANPATH=/opt/homebrew/share/man:
CI_BASE_PACKAGES=gcc-c++ glibc-devel.x86_64 libstdc++-devel.x86_64 glibc-devel.i686 libstdc++-devel.i686 ccache libtool make git python3 python3-pip which patch lbzip2 xz procps-ng dash rsync coreutils bison util-linux
GEM_ROOT=/Users/matthewzipkin/.rubies/ruby-3.1.3/lib/ruby/gems/3.1.0
CXX=clang++
BASE_BUILD_DIR=/Users/matthewzipkin/Desktop/work/bitcoin/ci/scratch/build
DIR_IWYU=/Users/matthewzipkin/Desktop/work/bitcoin/ci/scratch/iwyu
LDFLAGS=-L/opt/homebrew/opt/llvm/lib
BASE_ROOT_DIR=/Users/matthewzipkin/Desktop/work/bitcoin
LANG=en_US.UTF-8
DEPENDS_DIR=/Users/matthewzipkin/Desktop/work/bitcoin/depends
RUBY_ENGINE=ruby
RUN_FUNCTIONAL_TESTS=true
TMPDIR=/tmp/
CPPFLAGS=-I/opt/homebrew/opt/llvm/include
CLICOLOR=1
GOAL=install
BASH_SILENCE_DEPRECATION_WARNING=1
CCACHE_COMPRESS=1
ASAN_OPTIONS=detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1
P_CI_DIR=/Users/matthewzipkin/Desktop/work/bitcoin
INFOPATH=/opt/homebrew/share/info:
rvm_bin_path=/Users/matthewzipkin/.rvm/bin
GEM_PATH=/Users/matthewzipkin/.rvm/gems/ruby-2.7.2:/Users/matthewzipkin/.rvm/gems/ruby-2.7.2@global
RUN_TIDY=false
LSAN_OPTIONS=suppressions=/Users/matthewzipkin/Desktop/work/bitcoin/test/sanitizer_suppressions/lsan
TERM=xterm-256color
PIP_PACKAGES=pyzmq
CPLUS_INCLUDE_PATH=/opt/homebrew/include
HOST=i686-pc-linux-gnu
RUN_FUZZ_TESTS=false
USER=matthewzipkin
LIBRARY_PATH=/opt/homebrew/lib
USE_BUSY_BOX=false
BOOST_TEST_RANDOM=1
BITCOIN_CONFIG=--enable-zmq --with-gui=qt5 --enable-reduce-exports
SHLVL=1
DIR_QA_ASSETS=/Users/matthewzipkin/Desktop/work/bitcoin/ci/scratch/qa-assets
UBSAN_OPTIONS=suppressions=/Users/matthewzipkin/Desktop/work/bitcoin/test/sanitizer_suppressions/ubsan:print_stacktrace=1:halt_on_error=1:report_error_type=1
XPC_SERVICE_NAME=0
CI_IMAGE_NAME_TAG=quay.io/centos/centos:stream9
BASE_SCRATCH_DIR=/Users/matthewzipkin/Desktop/work/bitcoin/ci/scratch
SDK_URL=https://bitcoincore.org/depends-sources/sdks
LD_LIBRARY_PATH=/opt/homebrew/lib
NODE_PATH=/usr/local/lib/node_modules
BASH_PROFILE=true
LC_ALL=C.UTF-8
RUBY_ROOT=/Users/matthewzipkin/.rubies/ruby-3.1.3
PATH=/Users/matthewzipkin/Desktop/work/bitcoin/ci/retry:/Users/matthewzipkin/.rvm/gems/ruby-2.7.2/bin:/Users/matthewzipkin/.rvm/gems/ruby-2.7.2@global/bin:/Users/matthewzipkin/.rvm/rubies/ruby-2.7.2/bin:/opt/homebrew/opt/llvm/bin:/Users/matthewzipkin/.cargo/bin:/Users/matthewzipkin/.gem/ruby/3.1.3/bin:/Users/matthewzipkin/.rubies/ruby-3.1.3/lib/ruby/gems/3.1.0/bin:/Users/matthewzipkin/.rubies/ruby-3.1.3/bin:/opt/homebrew/opt/gnu-sed/libexec/gnubin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/usr/local/MacGPG2/bin:/Library/Apple/usr/bin:/Applications/Wireshark.app/Contents/MacOS:/Users/matthewzipkin/go/bin:/Users/matthewzipkin/.rvm/bin
PREVIOUS_RELEASES_DIR=/Users/matthewzipkin/Desktop/work/bitcoin/releases/i686-pc-linux-gnu
CC=clang
C_INCLUDE_PATH=/opt/homebrew/include
NO_WERROR=1
IRBRC=/Users/matthewzipkin/.rvm/rubies/ruby-2.7.2/.irbrc
CPATH=/opt/homebrew/include
CONFIG_SHELL=/bin/dash
DEBIAN_FRONTEND=noninteractive
RUBYOPT=
rvm_path=/Users/matthewzipkin/.rvm
OLDPWD=/Users/matthewzipkin/Desktop/work
GOPATH=/Users/matthewzipkin/go
TERM_PROGRAM=Apple_Terminal
_=/opt/homebrew/bin/python3
__CF_USER_TEXT_ENCODING=0x1F5:0:0
++ echo 'Creating quay.io/centos/centos:stream9 container to run in'
Creating quay.io/centos/centos:stream9 container to run in
++ DOCKER_BUILDKIT=1
++ retry -- docker build --file /Users/matthewzipkin/Desktop/work/bitcoin/ci/test_imagefile --build-arg CI_IMAGE_NAME_TAG=quay.io/centos/centos:stream9 --build-arg FILE_ENV=./ci/test/00_setup_env_i686_centos.sh --tag=ci_i686_centos /Users/matthewzipkin/Desktop/work/bitcoin
bash: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8): No such file or directory
bash: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8): No such file or directory
[+] Building 31.9s (8/8) FINISHED
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [internal] load build definition from test_imagefile 0.0s
=> => transferring dockerfile: 398B 0.0s
=> [internal] load metadata for quay.io/centos/centos:stream9 0.2s
=> [1/4] FROM quay.io/centos/centos:stream9@sha256:9b5b7ce7ce9ca64aa287e13cd052a32e8b5665da4d4dd70dbaf7e006bed22dc8 0.0s
=> [internal] load build context 0.0s
=> => transferring context: 257B 0.0s
=> CACHED [2/4] COPY ./ci/retry/retry /usr/bin/retry 0.0s
=> CACHED [3/4] COPY ./ci/test/00_setup_env.sh ././ci/test/00_setup_env_i686_centos.sh ./ci/test/01_base_install.sh /ci_base_install/ci/test/ 0.0s
=> ERROR [4/4] RUN ["bash", "-c", "cd /ci_base_install/ && set -o errexit && source ./ci/test/00_setup_env.sh && ./ci/test/01_base_install.sh"] 31.7s
------
> [4/4] RUN ["bash", "-c", "cd /ci_base_install/ && set -o errexit && source ./ci/test/00_setup_env.sh && ./ci/test/01_base_install.sh"]:
#0 0.248 ++++ dirname ./ci/test/00_setup_env.sh
#0 0.255 +++ cd ./ci/test/../../
#0 0.255 +++ pwd
#0 0.256 ++ BASE_ROOT_DIR=/ci_base_install
#0 0.256 ++ export BASE_ROOT_DIR
#0 0.256 ++ export DEPENDS_DIR=/ci_base_install/depends
#0 0.256 ++ DEPENDS_DIR=/ci_base_install/depends
#0 0.256 ++ export BASE_SCRATCH_DIR=/ci_base_install/ci/scratch
#0 0.256 ++ BASE_SCRATCH_DIR=/ci_base_install/ci/scratch
#0 0.256 ++ echo 'Setting specific values in env'
#0 0.256 ++ '[' -n ./ci/test/00_setup_env_i686_centos.sh ']'
#0 0.256 Setting specific values in env
#0 0.256 ++ set -o errexit
#0 0.256 ++ source ./ci/test/00_setup_env_i686_centos.sh
#0 0.256 +++ export LC_ALL=C.UTF-8
#0 0.256 +++ LC_ALL=C.UTF-8
#0 0.256 +++ export HOST=i686-pc-linux-gnu
#0 0.256 +++ HOST=i686-pc-linux-gnu
#0 0.256 +++ export CONTAINER_NAME=ci_i686_centos
#0 0.256 +++ CONTAINER_NAME=ci_i686_centos
#0 0.256 +++ export CI_IMAGE_NAME_TAG=quay.io/centos/centos:stream9
#0 0.256 +++ CI_IMAGE_NAME_TAG=quay.io/centos/centos:stream9
#0 0.256 +++ export 'CI_BASE_PACKAGES=gcc-c++ glibc-devel.x86_64 libstdc++-devel.x86_64 glibc-devel.i686 libstdc++-devel.i686 ccache libtool make git python3 python3-pip which patch lbzip2 xz procps-ng dash rsync coreutils bison util-linux'
#0 0.256 +++ CI_BASE_PACKAGES='gcc-c++ glibc-devel.x86_64 libstdc++-devel.x86_64 glibc-devel.i686 libstdc++-devel.i686 ccache libtool make git python3 python3-pip which patch lbzip2 xz procps-ng dash rsync coreutils bison util-linux'
#0 0.256 +++ export PIP_PACKAGES=pyzmq
#0 0.256 +++ PIP_PACKAGES=pyzmq
#0 0.256 +++ export GOAL=install
#0 0.256 +++ GOAL=install
#0 0.256 +++ export NO_WERROR=1
#0 0.256 +++ NO_WERROR=1
#0 0.256 +++ export 'BITCOIN_CONFIG=--enable-zmq --with-gui=qt5 --enable-reduce-exports'
#0 0.256 +++ BITCOIN_CONFIG='--enable-zmq --with-gui=qt5 --enable-reduce-exports'
#0 0.256 +++ export CONFIG_SHELL=/bin/dash
#0 0.256 +++ CONFIG_SHELL=/bin/dash
#0 0.256 ++ echo 'Fallback to default values in env (if not yet set)'
#0 0.256 ++ export MAKEJOBS=-j4
#0 0.256 ++ MAKEJOBS=-j4
#0 0.256 ++ export HOST=i686-pc-linux-gnu
#0 0.256 ++ HOST=i686-pc-linux-gnu
#0 0.256 ++ export USE_BUSY_BOX=false
#0 0.256 ++ USE_BUSY_BOX=false
#0 0.256 ++ export RUN_UNIT_TESTS=true
#0 0.256 ++ RUN_UNIT_TESTS=true
#0 0.256 ++ export RUN_FUNCTIONAL_TESTS=true
#0 0.256 ++ RUN_FUNCTIONAL_TESTS=true
#0 0.256 Fallback to default values in env (if not yet set)
#0 0.257 ++ export RUN_TIDY=false
#0 0.257 ++ RUN_TIDY=false
#0 0.257 ++ export TEST_RUNNER_TIMEOUT_FACTOR=40
#0 0.257 ++ TEST_RUNNER_TIMEOUT_FACTOR=40
#0 0.257 ++ export TEST_RUNNER_ENV=
#0 0.257 ++ TEST_RUNNER_ENV=
#0 0.257 ++ export RUN_FUZZ_TESTS=false
#0 0.257 ++ RUN_FUZZ_TESTS=false
#0 0.257 ++ export BOOST_TEST_RANDOM=1
#0 0.257 ++ BOOST_TEST_RANDOM=1
#0 0.257 ++ export DEBIAN_FRONTEND=noninteractive
#0 0.257 ++ DEBIAN_FRONTEND=noninteractive
#0 0.257 ++ export CCACHE_SIZE=100M
#0 0.257 ++ CCACHE_SIZE=100M
#0 0.257 ++ export CCACHE_TEMPDIR=/tmp/.ccache-temp
#0 0.257 ++ CCACHE_TEMPDIR=/tmp/.ccache-temp
#0 0.257 ++ export CCACHE_COMPRESS=1
#0 0.257 ++ CCACHE_COMPRESS=1
#0 0.257 ++ export CCACHE_DIR=/ci_base_install/ci/scratch/.ccache
#0 0.257 ++ CCACHE_DIR=/ci_base_install/ci/scratch/.ccache
#0 0.257 ++ export BASE_OUTDIR=/ci_base_install/ci/scratch/out/i686-pc-linux-gnu
#0 0.257 ++ BASE_OUTDIR=/ci_base_install/ci/scratch/out/i686-pc-linux-gnu
#0 0.257 ++ export BASE_BUILD_DIR=/ci_base_install/ci/scratch/build
#0 0.257 ++ BASE_BUILD_DIR=/ci_base_install/ci/scratch/build
#0 0.257 ++ export PREVIOUS_RELEASES_DIR=/ci_base_install/releases/i686-pc-linux-gnu
#0 0.257 ++ PREVIOUS_RELEASES_DIR=/ci_base_install/releases/i686-pc-linux-gnu
#0 0.257 ++ export DIR_IWYU=/ci_base_install/ci/scratch/iwyu
#0 0.257 ++ DIR_IWYU=/ci_base_install/ci/scratch/iwyu
#0 0.257 ++ export SDK_URL=https://bitcoincore.org/depends-sources/sdks
#0 0.257 ++ SDK_URL=https://bitcoincore.org/depends-sources/sdks
#0 0.257 ++ export 'CI_BASE_PACKAGES=gcc-c++ glibc-devel.x86_64 libstdc++-devel.x86_64 glibc-devel.i686 libstdc++-devel.i686 ccache libtool make git python3 python3-pip which patch lbzip2 xz procps-ng dash rsync coreutils bison util-linux'
#0 0.257 ++ CI_BASE_PACKAGES='gcc-c++ glibc-devel.x86_64 libstdc++-devel.x86_64 glibc-devel.i686 libstdc++-devel.i686 ccache libtool make git python3 python3-pip which patch lbzip2 xz procps-ng dash rsync coreutils bison util-linux'
#0 0.257 ++ export GOAL=install
#0 0.257 ++ GOAL=install
#0 0.257 ++ export DIR_QA_ASSETS=/ci_base_install/ci/scratch/qa-assets
#0 0.257 ++ DIR_QA_ASSETS=/ci_base_install/ci/scratch/qa-assets
#0 0.257 ++ export PATH=/ci_base_install/ci/retry:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
#0 0.257 ++ PATH=/ci_base_install/ci/retry:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
#0 0.257 ++ export 'CI_RETRY_EXE=retry --'
#0 0.257 ++ CI_RETRY_EXE='retry --'
#0 0.257 + ./ci/test/01_base_install.sh
#0 0.260 + CFG_DONE=ci.base-install-done
#0 0.261 ++ git config --global ci.base-install-done
#0 0.261 ./ci/test/01_base_install.sh: line 13: git: command not found
#0 0.261 + '[' '' == true ']'
#0 0.261 + '[' -n '' ']'
#0 0.261 + [[ quay.io/centos/centos:stream9 == *centos* ]]
#0 0.261 + bash -c 'dnf -y install epel-release'
#0 1.599 CentOS Stream 9 - BaseOS 7.7 MB/s | 8.4 MB 00:01
#0 3.331 CentOS Stream 9 - AppStream 19 MB/s | 15 MB 00:00
#0 6.506 CentOS Stream 9 - Extras packages 23 kB/s | 12 kB 00:00
#0 7.091 Dependencies resolved.
#0 7.092 ================================================================================
#0 7.092 Package Architecture Version Repository Size
#0 7.092 ================================================================================
#0 7.092 Installing:
#0 7.092 epel-release noarch 9-2.el9 extras-common 17 k
#0 7.092 Installing weak dependencies:
#0 7.092 epel-next-release noarch 9-2.el9 extras-common 8.1 k
#0 7.092
#0 7.092 Transaction Summary
#0 7.092 ================================================================================
#0 7.092 Install 2 Packages
#0 7.092
#0 7.093 Total download size: 25 k
#0 7.093 Installed size: 26 k
#0 7.093 Downloading Packages:
#0 7.407 (1/2): epel-next-release-9-2.el9.noarch.rpm 93 kB/s | 8.1 kB 00:00
#0 7.436 (2/2): epel-release-9-2.el9.noarch.rpm 146 kB/s | 17 kB 00:00
#0 7.437 --------------------------------------------------------------------------------
#0 7.440 Total 72 kB/s | 25 kB 00:00
#0 7.471 CentOS Stream 9 - Extras packages 2.1 MB/s | 2.1 kB 00:00
#0 7.547 Importing GPG key 0x1D997668:
#0 7.547 Userid : "CentOS Extras SIG (https://wiki.centos.org/SpecialInterestGroup) <security@centos.org>"
#0 7.547 Fingerprint: 363F C097 2F64 B699 AED3 968E 1FF6 A217 1D99 7668
#0 7.547 From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Extras-SHA512
#0 7.576 Key imported successfully
#0 7.597 Running transaction check
#0 7.599 Transaction check succeeded.
#0 7.599 Running transaction test
#0 7.605 Transaction test succeeded.
#0 7.605 Running transaction
#0 7.612 Preparing : 1/1
#0 7.615 Installing : epel-release-9-2.el9.noarch 1/2
#0 7.619 Installing : epel-next-release-9-2.el9.noarch 2/2
#0 7.622 Running scriptlet: epel-next-release-9-2.el9.noarch 2/2
#0 7.684 Verifying : epel-next-release-9-2.el9.noarch 1/2
#0 7.684 Verifying : epel-release-9-2.el9.noarch 2/2
#0 7.694
#0 7.694 Installed:
#0 7.694 epel-next-release-9-2.el9.noarch epel-release-9-2.el9.noarch
#0 7.694
#0 7.694 Complete!
#0 7.735 + bash -c 'dnf -y --allowerasing install gcc-c++ glibc-devel.x86_64 libstdc++-devel.x86_64 glibc-devel.i686 libstdc++-devel.i686 ccache libtool make git python3 python3-pip which patch lbzip2 xz procps-ng dash rsync coreutils bison util-linux '
#0 25.06 Extra Packages for Enterprise Linux 9 - aarch64 1.0 MB/s | 18 MB 00:17
#0 30.34 Extra Packages for Enterprise Linux 9 - Next - 448 kB/s | 606 kB 00:01
#0 30.75 Last metadata expiration check: 0:00:01 ago on Sat Jun 17 16:06:48 2023.
#0 31.46 No match for argument: glibc-devel.x86_64
#0 31.47 No match for argument: libstdc++-devel.x86_64
#0 31.47 No match for argument: glibc-devel.i686
#0 31.48 No match for argument: libstdc++-devel.i686
#0 31.48 Package python3-3.9.16-2.el9.aarch64 is already installed.
#0 31.53 Error: Unable to find a match: glibc-devel.x86_64 libstdc++-devel.x86_64 glibc-devel.i686 libstdc++-devel.i686
------
test_imagefile:10
--------------------
8 | COPY ./ci/test/00_setup_env.sh ./${FILE_ENV} ./ci/test/01_base_install.sh /ci_base_install/ci/test/
9 |
10 | >>> RUN ["bash", "-c", "cd /ci_base_install/ && set -o errexit && source ./ci/test/00_setup_env.sh && ./ci/test/01_base_install.sh"]
11 |
--------------------
ERROR: failed to solve: process "bash -c cd /ci_base_install/ && set -o errexit && source ./ci/test/00_setup_env.sh && ./ci/test/01_base_install.sh" did not complete successfully: exit code: 1
Before retry #1: sleeping 0.3 seconds
bash: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8): No such file or directory
[+] Building 7.8s (8/8) FINISHED
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment