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

Merged master #2

Open
wants to merge 4,170 commits into
base: master
Choose a base branch
from

Merge 5488dc1eb4 into merged_master (Bitcoin PR bitcoin/bitcoin#26073)

0912178
Select commit
Loading
Failed to load commit list.
Open

Merged master #2

Merge 5488dc1eb4 into merged_master (Bitcoin PR bitcoin/bitcoin#26073)
0912178
Select commit
Loading
Failed to load commit list.
Cirrus CI / tidy [jammy] failed Mar 3, 2025 in 4m 35s

Task Summary

Instruction ci failed in 03:22

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 00:54 clone
✅ 00:14 merge_base
✅ 00:01 depends_built
✅ 00:00 ccache
❌ 03:22 ci

Options used to compile and link:
  external signer = yes
  multiprocess    = no
  with experimental syscall sandbox support = yes
  with libs       = yes
  with wallet     = yes
    with sqlite   = yes
    with bdb      = yes
  with gui / qt   = yes
    with qr       = yes
  with zmq        = yes
  with test       = yes
  with fuzz binary = yes
  with bench      = yes
  with upnp       = yes
  with natpmp     = yes
  use asm         = yes
  liquid_build    = no
  USDT tracing    = yes
  sanitizers      = 
  debug enabled   = no
  gprof enabled   = no
  werror          = yes
  LTO             = no

  target os       = linux-gnu
  build os        = linux-gnu

  CC              = /usr/bin/ccache clang
  CFLAGS          = -pthread -O0 -g0
  CPPFLAGS        =  -fmacro-prefix-map=$(abs_top_srcdir)=.   -DHAVE_BUILD_INFO -DPROVIDE_FUZZ_MAIN_FUNCTION 
  CXX             = /usr/bin/ccache clang++ -std=c++20
  CXXFLAGS        =   -fdebug-prefix-map=$(abs_top_srcdir)=.    -Werror   -O0 -g0
  LDFLAGS         =  -lpthread    
  AR              = /usr/bin/ar
  ARFLAGS         = cr

make  distdir-am
make[1]: Entering directory '/tmp/cirrus-ci-build/ci/scratch/build'
if test -d "elements-x86_64-pc-linux-gnu"; then find "elements-x86_64-pc-linux-gnu" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "elements-x86_64-pc-linux-gnu" || { sleep 5 && rm -rf "elements-x86_64-pc-linux-gnu"; }; else :; fi
test -d "elements-x86_64-pc-linux-gnu" || mkdir "elements-x86_64-pc-linux-gnu"
 (cd src && make  top_distdir=../elements-x86_64-pc-linux-gnu distdir=../elements-x86_64-pc-linux-gnu/src \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory '/tmp/cirrus-ci-build/ci/scratch/build/src'
make  distdir-am
make[3]: Entering directory '/tmp/cirrus-ci-build/ci/scratch/build/src'
Generated bench/data/block413567.raw.h
make[3]: *** No rule to make target 'util/url.cpp', needed by 'distdir-am'.  Stop.
make[3]: Leaving directory '/tmp/cirrus-ci-build/ci/scratch/build/src'
make[2]: *** [Makefile:23335: distdir] Error 2
make[2]: Leaving directory '/tmp/cirrus-ci-build/ci/scratch/build/src'
make[1]: *** [Makefile:930: distdir-am] Error 1
make[1]: Leaving directory '/tmp/cirrus-ci-build/ci/scratch/build'
make: *** [Makefile:924: distdir] Error 2

Exit status: 2