Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Merging bitcoin upstream changes from 27.x #172

Open
wants to merge 478 commits into
base: master
Choose a base branch
from

Merge branch 'master' into btc-27.x

34fc262
Select commit
Loading
Failed to load commit list.
Open

[WIP] Merging bitcoin upstream changes from 27.x #172

Merge branch 'master' into btc-27.x
34fc262
Select commit
Loading
Failed to load commit list.
Cirrus CI / macOS-cross, no tests failed Dec 2, 2024 in 3m 37s

Task Summary

Instruction ci failed in 03:28

Details

✅ 00:04 clone
✅ 00:01 merge_base
❌ 03:28 ci

++ MAKEJOBS=-j4
++ export USE_BUSY_BOX=false
++ USE_BUSY_BOX=false
++ export RUN_UNIT_TESTS=false
++ RUN_UNIT_TESTS=false
++ export RUN_FUNCTIONAL_TESTS=false
++ RUN_FUNCTIONAL_TESTS=false
++ export RUN_TIDY=false
++ RUN_TIDY=false
++ export TEST_RUNNER_TIMEOUT_FACTOR=40
++ TEST_RUNNER_TIMEOUT_FACTOR=40
++ 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_MAXSIZE=100M
++ CCACHE_MAXSIZE=100M
++ export CCACHE_TEMPDIR=/tmp/.ccache-temp
++ CCACHE_TEMPDIR=/tmp/.ccache-temp
++ export CCACHE_COMPRESS=1
++ CCACHE_COMPRESS=1
++ export CCACHE_DIR=/ci_container_base/ci/scratch/.ccache
++ CCACHE_DIR=/ci_container_base/ci/scratch/.ccache
++ export BASE_OUTDIR=/ci_container_base/ci/scratch/out
++ BASE_OUTDIR=/ci_container_base/ci/scratch/out
++ export BASE_BUILD_DIR=/ci_container_base/ci/scratch/build
++ BASE_BUILD_DIR=/ci_container_base/ci/scratch/build
++ export PREVIOUS_RELEASES_DIR=/ci_container_base/prev_releases
++ PREVIOUS_RELEASES_DIR=/ci_container_base/prev_releases
++ export 'CI_BASE_PACKAGES=build-essential libtool autotools-dev automake pkg-config bsdmainutils curl ca-certificates ccache python3 rsync git procps bison e2fsprogs cmake'
++ CI_BASE_PACKAGES='build-essential libtool autotools-dev automake pkg-config bsdmainutils curl ca-certificates ccache python3 rsync git procps bison e2fsprogs cmake'
++ export GOAL=deploy
++ GOAL=deploy
++ export DIR_QA_ASSETS=/ci_container_base/ci/scratch/qa-assets
++ DIR_QA_ASSETS=/ci_container_base/ci/scratch/qa-assets
++ export 'CI_RETRY_EXE=retry --'
++ CI_RETRY_EXE='retry --'
+ ./ci/test/01_base_install.sh
+ CFG_DONE=ci.base-install-done
++ git config --global ci.base-install-done
./ci/test/01_base_install.sh: line 13: git: command not found
+ '[' '' == true ']'
+ '[' -n '' ']'
+ [[ docker.io/ubuntu:22.04 == *centos* ]]
+ '[' '' '!=' macos ']'
+ [[ -n '' ]]
+ retry -- apt-get update
Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
Get:2 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB]
Ign:2 http://archive.ubuntu.com/ubuntu jammy InRelease
Ign:1 http://security.ubuntu.com/ubuntu jammy-security InRelease
GError: building at STEP "RUN bash -c cd /ci_container_base/ && set -o errexit && source ./ci/test/00_setup_env.sh && ./ci/test/01_base_install.sh": while running runtime: exit status 100

Exit status: 100