Skip to content

ci: use 24.04 for msan

b6b0ff0
Select commit
Loading
Failed to load commit list.
Draft

merging: up to v25 branch #1415

ci: use 24.04 for msan
b6b0ff0
Select commit
Loading
Failed to load commit list.
Cirrus CI / macOS 10.15 [gui, no tests] [focal] failed May 2, 2025 in 1m 31s

Task Summary

Instruction ci failed in 01:08

Details

✅ 00:04 clone
✅ 00:05 merge_base
✅ 00:02 depends_built
✅ 00:07 macos_sdk
✅ 00:00 ccache
❌ 01:08 ci

Options used to compile and link:
  external signer = yes
  multiprocess    = no
  with experimental syscall sandbox support = no
  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    = no
  sanitizers      = 
  debug enabled   = no
  gprof enabled   = no
  werror          = yes
  LTO             = no

  target os       = darwin
  build os        = linux-gnu

  CC              = /usr/bin/ccache env -u C_INCLUDE_PATH -u CPLUS_INCLUDE_PATH -u OBJC_INCLUDE_PATH -u OBJCPLUS_INCLUDE_PATH -u CPATH -u LIBRARY_PATH /tmp/cirrus-ci-build/depends/x86_64-apple-darwin/native/bin/clang --target=x86_64-apple-darwin -mmacosx-version-min=10.15 -B/tmp/cirrus-ci-build/depends/x86_64-apple-darwin/native/bin -mlinker-version=609 -isysroot/tmp/cirrus-ci-build/depends/SDKs/Xcode-12.2-12B45b-extracted-SDK-with-libcxx-headers -Xclang -internal-externc-isystem -Xclang /tmp/cirrus-ci-build/depends/x86_64-apple-darwin/native/lib/clang/10.0.1/include -Xclang -internal-externc-isystem -Xclang /tmp/cirrus-ci-build/depends/SDKs/Xcode-12.2-12B45b-extracted-SDK-with-libcxx-headers/usr/include
  CFLAGS          = -pthread -pipe -std=c11 -O2 
  CPPFLAGS        =  -fmacro-prefix-map=$(abs_top_srcdir)=.  -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3  -DHAVE_BUILD_INFO -DMAC_OSX -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -DPROVIDE_FUZZ_MAIN_FUNCTION -I/tmp/cirrus-ci-build/depends/x86_64-apple-darwin/include/ 
  CXX             = /usr/bin/ccache env -u C_INCLUDE_PATH -u CPLUS_INCLUDE_PATH -u OBJC_INCLUDE_PATH -u OBJCPLUS_INCLUDE_PATH -u CPATH -u LIBRARY_PATH /tmp/cirrus-ci-build/depends/x86_64-apple-darwin/native/bin/clang++ --target=x86_64-apple-darwin -mmacosx-version-min=10.15 -B/tmp/cirrus-ci-build/depends/x86_64-apple-darwin/native/bin -mlinker-version=609 -isysroot/tmp/cirrus-ci-build/depends/SDKs/Xcode-12.2-12B45b-extracted-SDK-with-libcxx-headers -stdlib=libc++ -stdlib++-isystem/tmp/cirrus-ci-build/depends/SDKs/Xcode-12.2-12B45b-extracted-SDK-with-libcxx-headers/usr/include/c++/v1 -Xclang -internal-externc-isystem -Xclang /tmp/cirrus-ci-build/depends/x86_64-apple-darwin/native/lib/clang/10.0.1/include -Xclang -internal-externc-isystem -Xclang /tmp/cirrus-ci-build/depends/SDKs/Xcode-12.2-12B45b-extracted-SDK-with-libcxx-headers/usr/include -std=c++17
  CXXFLAGS        =   -fdebug-prefix-map=$(abs_top_srcdir)=.  -Wstack-protector -fstack-protector-all -fcf-protection=full   -Werror   -fvisibility=hidden -pipe -std=c++17 -O2 
  LDFLAGS         =  -lpthread  -Wl,-bind_at_load   -Wl,-headerpad_max_install_names -Wl,-dead_strip -Wl,-dead_strip_dylibs -L/tmp/cirrus-ci-build/depends/x86_64-apple-darwin/lib 
  AR              = /tmp/cirrus-ci-build/depends/x86_64-apple-darwin/native/bin/x86_64-apple-darwin-ar
  ARFLAGS         = cr

make  distdir-am
make[1]: Entering directory '/tmp/cirrus-ci-build/ci/scratch/build'
if test -d "elements-x86_64-apple-darwin"; then find "elements-x86_64-apple-darwin" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "elements-x86_64-apple-darwin" || { sleep 5 && rm -rf "elements-x86_64-apple-darwin"; }; else :; fi
test -d "elements-x86_64-apple-darwin" || mkdir "elements-x86_64-apple-darwin"
 (cd src && make  top_distdir=../elements-x86_64-apple-darwin distdir=../elements-x86_64-apple-darwin/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:23802: distdir] Error 2
make[2]: Leaving directory '/tmp/cirrus-ci-build/ci/scratch/build/src'
make[1]: *** [Makefile:927: distdir-am] Error 1
make[1]: Leaving directory '/tmp/cirrus-ci-build/ci/scratch/build'
make: *** [Makefile:921: distdir] Error 2

Exit status: 2