| 557 | 0s | 0% | dirname ./ci/test/00_setup_env.sh |
| 558 | 0s | 0% | cd ./ci/test/../../ |
| 559 | 0s | 0% | pwd |
| 560 | 0s | 0% | BASE_READ_ONLY_DIR=/Users/runner/work/bitcoin/bitcoin/repo_archive |
| 561 | 0s | 0% | export BASE_READ_ONLY_DIR |
| 563 | 0s | 0% | export BASE_ROOT_DIR=/Users/runner/work/bitcoin/bitcoin/repo_archive |
| 565 | 0s | 0% | BASE_ROOT_DIR=/Users/runner/work/bitcoin/bitcoin/repo_archive |
| 566 | 0s | 0% | export DEPENDS_DIR=/Users/runner/work/bitcoin/bitcoin/repo_archive/depends |
| 567 | 0s | 0% | DEPENDS_DIR=/Users/runner/work/bitcoin/bitcoin/repo_archive/depends |
| 568 | 0s | 0% | export BASE_SCRATCH_DIR=/Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch |
| 569 | 0s | 0% | BASE_SCRATCH_DIR=/Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch |
| 570 | 0s | 0% | echo 'Setting specific values in env' |
| 571 | 0s | 0% | '[' -n ./ci/test/00_setup_env_mac_native.sh ']' |
| 572 | 0s | 0% | set -o errexit |
| 573 | 0s | 0% | source ./ci/test/00_setup_env_mac_native.sh |
| 574 | 0s | 0% | export LC_ALL=C.UTF-8 |
| 575 | 0s | 0% | LC_ALL=C.UTF-8 |
| 576 | 0s | 0% | export CONTAINER_NAME=ci_mac_native |
| 577 | 0s | 0% | CONTAINER_NAME=ci_mac_native |
| 578 | 0s | 0% | export 'PIP_PACKAGES=--break-system-packages pycapnp zmq' |
| 579 | 0s | 0% | PIP_PACKAGES='--break-system-packages pycapnp zmq' |
| 580 | 0s | 0% | export 'GOAL=install deploy' |
| 581 | 0s | 0% | GOAL='install deploy' |
| 582 | 0s | 0% | export CMAKE_GENERATOR=Ninja |
| 583 | 0s | 0% | CMAKE_GENERATOR=Ninja |
| 584 | 0s | 0% | export CI_OS_NAME=macos |
| 585 | 0s | 0% | CI_OS_NAME=macos |
| 586 | 0s | 0% | export NO_DEPENDS=1 |
| 587 | 0s | 0% | NO_DEPENDS=1 |
| 588 | 0s | 0% | export OSX_SDK= |
| 589 | 0s | 0% | OSX_SDK= |
| 590 | 0s | 0% | export 'BITCOIN_CONFIG= --preset=dev-mode -DWITH_USDT=OFF -DREDUCE_EXPORTS=ON -DCMAKE_EXE_LINKER_FLAGS='\''-Wl,-stack_size -Wl,0x80000'\'' ' |
| 591 | 0s | 0% | BITCOIN_CONFIG=' --preset=dev-mode -DWITH_USDT=OFF -DREDUCE_EXPORTS=ON -DCMAKE_EXE_LINKER_FLAGS='\''-Wl,-stack_size -Wl,0x80000'\'' ' |
| 592 | 0s | 0% | export 'BITCOIN_CMD=bitcoin -m' |
| 593 | 0s | 0% | BITCOIN_CMD='bitcoin -m' |
| 594 | 0s | 0% | echo 'Fallback to default values in env (if not yet set)' |
| 595 | 0s | 0% | command -v nproc |
| 596 | 0s | 0% | nproc |
| 597 | 0s | 0% | export MAKEJOBS=-j3 |
| 598 | 0s | 0% | MAKEJOBS=-j3 |
| 599 | 0s | 0% | export RUN_UNIT_TESTS=true |
| 600 | 0s | 0% | RUN_UNIT_TESTS=true |
| 601 | 0s | 0% | export RUN_FUNCTIONAL_TESTS=true |
| 602 | 0s | 0% | RUN_FUNCTIONAL_TESTS=true |
| 603 | 0s | 0% | export RUN_TIDY=false |
| 604 | 0s | 0% | RUN_TIDY=false |
| 605 | 0s | 0% | export TEST_RUNNER_TIMEOUT_FACTOR=40 |
| 606 | 0s | 0% | TEST_RUNNER_TIMEOUT_FACTOR=40 |
| 607 | 0s | 0% | export RUN_FUZZ_TESTS=false |
| 608 | 0s | 0% | RUN_FUZZ_TESTS=false |
| 609 | 0s | 0% | export BOOST_TEST_RANDOM=1 |
| 610 | 0s | 0% | BOOST_TEST_RANDOM=1 |
| 611 | 0s | 0% | export DEBIAN_FRONTEND=noninteractive |
| 612 | 0s | 0% | DEBIAN_FRONTEND=noninteractive |
| 613 | 0s | 0% | export CCACHE_MAXSIZE=500M |
| 614 | 0s | 0% | CCACHE_MAXSIZE=500M |
| 615 | 0s | 0% | export CCACHE_TEMPDIR=/tmp/.ccache-temp |
| 616 | 0s | 0% | CCACHE_TEMPDIR=/tmp/.ccache-temp |
| 617 | 0s | 0% | export CCACHE_COMPRESS=1 |
| 618 | 0s | 0% | CCACHE_COMPRESS=1 |
| 619 | 0s | 0% | export CCACHE_DIR=/Users/runner/work/_temp/ccache_dir |
| 620 | 0s | 0% | CCACHE_DIR=/Users/runner/work/_temp/ccache_dir |
| 621 | 0s | 0% | export BASE_OUTDIR=/Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch/out |
| 622 | 0s | 0% | BASE_OUTDIR=/Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch/out |
| 623 | 0s | 0% | export PREVIOUS_RELEASES_DIR=/Users/runner/work/bitcoin/bitcoin/repo_archive/prev_releases |
| 624 | 0s | 0% | PREVIOUS_RELEASES_DIR=/Users/runner/work/bitcoin/bitcoin/repo_archive/prev_releases |
| 625 | 0s | 0% | export 'CI_BASE_PACKAGES=build-essential pkgconf curl ca-certificates ccache python3-dev rsync git procps bison e2fsprogs cmake ninja-build' |
| 626 | 0s | 0% | CI_BASE_PACKAGES='build-essential pkgconf curl ca-certificates ccache python3-dev rsync git procps bison e2fsprogs cmake ninja-build' |
| 627 | 0s | 0% | export 'GOAL=install deploy' |
| 628 | 0s | 0% | GOAL='install deploy' |
| 629 | 0s | 0% | export DIR_QA_ASSETS=/Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch/qa-assets |
| 630 | 0s | 0% | DIR_QA_ASSETS=/Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch/qa-assets |
| 631 | 0s | 0% | export CI_RETRY_EXE=retry |
| 632 | 0s | 0% | CI_RETRY_EXE=retry |
| 633 | 0s | 0% | export CI_IMAGE_PLATFORM=linux |
| 634 | 0s | 0% | CI_IMAGE_PLATFORM=linux |
| 635 | 0s | 0% | set -o errexit |
| 636 | 0s | 0% | ./ci/test/02_run_container.py |
| 638 | 0s | 0% | bash -c 'grep export ./ci/test/00_setup_env*.sh' |
| 639 | 0s | 0% | cat /tmp/env-runner-ci_mac_native |
| 675 | 0s | 0% | rsync --recursive --perms --stats --human-readable /Users/runner/work/bitcoin/bitcoin/repo_archive/ /Users/runner/work/bitcoin/bitcoin/repo_archive |
| 681 | 0s | 0% | CFG_DONE=/Users/runner/work/bitcoin/bitcoin/repo_archive/ci.base-install-done |
| 683 | 0s | 0% | cat /Users/runner/work/bitcoin/bitcoin/repo_archive/ci.base-install-done |
| 686 | 0s | 0% | true |
| 688 | 0s | 0% | '[' '' == done ']' |
| 690 | 0s | 0% | nproc |
| 692 | 0s | 0% | MAKEJOBS=-j3 |
| 694 | 0s | 0% | '[' -n '' ']' |
| 696 | 0s | 0% | '[' -n '' ']' |
| 698 | 0s | 0% | [[ '' == *alpine* ]] |
| 700 | 0s | 0% | '[' macos '!=' macos ']' |
| 701 | 0s | 0% | /Users/runner/work/bitcoin/bitcoin/repo_archive/ci/test/01_base_install.sh |
| 702 | 0s | 0% | '[' -n '' ']' |
| 703 | 0s | 0% | '[' -n '--break-system-packages pycapnp zmq' ']' |
| 704 | 36s | 1% | retry pip3 install --user --break-system-packages pycapnp zmq |
| 741 | 0s | 0% | [[ -n '' ]] |
| 742 | 0s | 0% | [[ '' == true ]] |
| 743 | 0s | 0% | mkdir -p /Users/runner/work/bitcoin/bitcoin/repo_archive/depends/SDKs /Users/runner/work/bitcoin/bitcoin/repo_archive/depends/sdk-sources |
| 744 | 0s | 0% | /Users/runner/work/bitcoin/bitcoin/repo_archive/ci/test/03_test_script.sh |
| 745 | 0s | 0% | OSX_SDK_BASENAME=Xcode---extracted-SDK-with-libcxx-headers |
| 746 | 0s | 0% | '[' -n '' ']' |
| 747 | 0s | 0% | echo -n done |
| 748 | 0s | 0% | cd /Users/runner/work/bitcoin/bitcoin/repo_archive |
| 749 | 0s | 0% | export 'PATH=/path_with space:/Users/runner/work/bitcoin/bitcoin/repo_archive/ci/retry:/opt/homebrew/lib/ruby/gems/3.3.0/bin:/opt/homebrew/opt/ruby@3.3/bin:/Users/runner/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools' |
| 751 | 0s | 0% | PATH='/path_with space:/Users/runner/work/bitcoin/bitcoin/repo_archive/ci/retry:/opt/homebrew/lib/ruby/gems/3.3.0/bin:/opt/homebrew/opt/ruby@3.3/bin:/Users/runner/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools' |
| 752 | 0s | 0% | export ASAN_OPTIONS=detect_leaks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1 |
| 753 | 0s | 0% | ASAN_OPTIONS=detect_leaks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1 |
| 754 | 0s | 0% | export LSAN_OPTIONS=suppressions=/Users/runner/work/bitcoin/bitcoin/repo_archive/test/sanitizer_suppressions/lsan |
| 755 | 0s | 0% | LSAN_OPTIONS=suppressions=/Users/runner/work/bitcoin/bitcoin/repo_archive/test/sanitizer_suppressions/lsan |
| 756 | 0s | 0% | export TSAN_OPTIONS=suppressions=/Users/runner/work/bitcoin/bitcoin/repo_archive/test/sanitizer_suppressions/tsan:halt_on_error=1:second_deadlock_stack=1 |
| 757 | 0s | 0% | TSAN_OPTIONS=suppressions=/Users/runner/work/bitcoin/bitcoin/repo_archive/test/sanitizer_suppressions/tsan:halt_on_error=1:second_deadlock_stack=1 |
| 758 | 0s | 0% | export UBSAN_OPTIONS=suppressions=/Users/runner/work/bitcoin/bitcoin/repo_archive/test/sanitizer_suppressions/ubsan:print_stacktrace=1:halt_on_error=1:report_error_type=1 |
| 759 | 0s | 0% | UBSAN_OPTIONS=suppressions=/Users/runner/work/bitcoin/bitcoin/repo_archive/test/sanitizer_suppressions/ubsan:print_stacktrace=1:halt_on_error=1:report_error_type=1 |
| 760 | 0s | 0% | nproc |
| 761 | 0s | 0% | echo 'Number of available processing units: 3' |
| 762 | 0s | 0% | '[' macos == macos ']' |
| 763 | 0s | 0% | top -l 1 -s 0 |
| 764 | 0s | 0% | awk ' /PhysMem/ {print}' |
| 765 | 0s | 0% | echo 'Free disk space:' |
| 767 | 0s | 0% | df -h |
| 769 | 0s | 0% | [[ ci_mac_native == \c\i\_\n\a\t\i\v\e\_\a\s\a\n ]] |
| 771 | 0s | 0% | /Users/runner/work/bitcoin/bitcoin/repo_archive/depends/config.guess |
| 777 | 0s | 0% | export HOST=aarch64-apple-darwin24.6.0 |
| 779 | 0s | 0% | HOST=aarch64-apple-darwin24.6.0 |
| 781 | 0s | 0% | echo '=== BEGIN env ===' |
| 783 | 0s | 0% | env |
| 785 | 0s | 0% | echo '=== END env ===' |
| 787 | 0s | 0% | [[ '' != true ]] |
| 789 | 0s | 0% | tee /dev/fd/63 |
| 791 | 0s | 0% | patch -p1 |
| 793 | 0s | 0% | '[' false = true ']' |
| 795 | 0s | 0% | '[' true = true ']' |
| 797 | 0s | 0% | export DIR_UNIT_TEST_DATA=/Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch/qa-assets/unit_test_data/ |
| 799 | 0s | 0% | DIR_UNIT_TEST_DATA=/Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch/qa-assets/unit_test_data/ |
| 801 | 0s | 0% | '[' '!' -d /Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch/qa-assets/unit_test_data/ ']' |
| 803 | 0s | 0% | mkdir -p /Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch/qa-assets/unit_test_data/ |
| 805 | 1s | 0% | retry curl --location --fail https://github.com/bitcoin-core/qa-assets/raw/main/unit_test_data/script_assets_test.json -o /Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch/qa-assets/unit_test_data//script_assets_test.json |
| 934 | 0s | 0% | '[' macos == macos ']' |
| 936 | 0s | 0% | echo |
| 938 | 0s | 0% | '[' -z 1 ']' |
| 940 | 0s | 0% | '[' '' = true ']' |
| 942 | 0s | 0% | BITCOIN_CONFIG_ALL='-DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON' |
| 944 | 0s | 0% | '[' -z 1 ']' |
| 946 | 0s | 0% | '[' -z '' ']' |
| 948 | 0s | 0% | BITCOIN_CONFIG_ALL='-DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON -DWERROR=ON' |
| 950 | 0s | 0% | ccache --zero-stats |
| 967 | 0s | 0% | b/src/leveldb/db/db_impl.cc |
| 977 | 0s | 0% | 1].Add(stats); |
| 979 | 0s | 0% | PRINT_CCACHE_STATISTICS='ccache --version | head -n 1 && ccache --show-stats' |
| 981 | 0s | 0% | BASE_BUILD_DIR=/Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch/build-aarch64-apple-darwin24.6.0 |
| 982 | 0s | 0% | BITCOIN_CONFIG_ALL='-DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON -DWERROR=ON -DCMAKE_INSTALL_PREFIX=/Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch/out -Werror=dev' |
| 983 | 0s | 0% | [[ '' == true ]] |
| 984 | 0s | 0% | [[ false == true ]] |
| 985 | 0s | 0% | eval 'CMAKE_ARGS=(-DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON -DWERROR=ON -DCMAKE_INSTALL_PREFIX=/Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch/out -Werror=dev --preset=dev-mode -DWITH_USDT=OFF -DREDUCE_EXPORTS=ON -DCMAKE_EXE_LINKER_FLAGS='\''-Wl,-stack_size -Wl,0x80000'\'' )' |
| 986 | 0s | 0% | CMAKE_ARGS=(-DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON -DWERROR=ON -DCMAKE_INSTALL_PREFIX=/Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch/out -Werror=dev --preset=dev-mode -DWITH_USDT=OFF -DREDUCE_EXPORTS=ON -DCMAKE_EXE_LINKER_FLAGS='-Wl,-stack_size -Wl,0x80000') |
| 987 | 2s | 0% | cmake -S /Users/runner/work/bitcoin/bitcoin/repo_archive -B /Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch/build-aarch64-apple-darwin24.6.0 -DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON -DWERROR=ON -DCMAKE_INSTALL_PREFIX=/Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch/out -Werror=dev --preset=dev-mode -DWITH_USDT=OFF -DREDUCE_EXPORTS=ON '-DCMAKE_EXE_LINKER_FLAGS=-Wl,-stack_size -Wl,0x80000' |
| 991 | 38s | 1% | - skipped |
| 1284 | 0s | 0% | - skipped |
| 1317 | 0s | 0% | compiler .......................... AppleClang 16.0.0.16000026, /usr/bin/c++ |
| 1320 | 3s | 0% | compiler flags .................... -O2 -g -std=c++20 -fPIC -fmacro-prefix-map=/Users/runner/work/bitcoin/bitcoin/repo_archive/src=. -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -Wstack-protector -fstack-protector-all -mbranch-protection=bti -Werror -Wall -Wextra -Wgnu -Wformat -Wformat-security -Wvla -Wshadow-field -Wthread-safety -Wloop-analysis -Wredundant-decls -Wunused-member-function -Wdate-time -Wconditional-uninitialized -Woverloaded-virtual -Wsuggest-override -Wimplicit-fallthrough -Wunreachable-code -Wdocumentation -Wself-assign -Wundef -Wno-unused-parameter |
| 1334 | 0s | 0% | [[ install deploy != all ]] |
| 1335 | 0s | 0% | [[ install deploy != codegen ]] |
| 1336 | 0s | 0% | GOAL='all install deploy' |
| 1337 | 20m40s | 43% | cmake --build /Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch/build-aarch64-apple-darwin24.6.0 -j3 --target all install deploy |
| 2468 | 0s | 0% | bash -c 'ccache --version | head -n 1 && ccache --show-stats' |
| 2514 | 0s | 0% | ccache --show-stats |
| 2516 | 0s | 0% | grep Hits: |
| 2518 | 0s | 0% | head -1 |
| 2520 | 0s | 0% | sed 's/.*(\(.*\)%).*/\1/' |
| 2523 | 0s | 0% | hit_rate=29.35 |
| 2525 | 0s | 0% | '[' 29 -lt 75 ']' |
| 2527 | 0s | 0% | echo '::notice title=low ccache hitrate::Ccache hit-rate in ci_mac_native was 29.35%' |
| 2529 | 0s | 0% | du -sh /Users/runner/work/bitcoin/bitcoin/repo_archive/depends/SDKs/ /Users/runner/work/bitcoin/bitcoin/repo_archive/depends/builders/ /Users/runner/work/bitcoin/bitcoin/repo_archive/depends/hosts/ /Users/runner/work/bitcoin/bitcoin/repo_archive/depends/packages/ /Users/runner/work/bitcoin/bitcoin/repo_archive/depends/patches/ /Users/runner/work/bitcoin/bitcoin/repo_archive/depends/sdk-sources/ |
| 2531 | 0s | 0% | du -sh /Users/runner/work/bitcoin/bitcoin/repo_archive/prev_releases |
| 2538 | 0s | 0% | '[' -n '' ']' |
| 2540 | 0s | 0% | '[' -n '' ']' |
| 2541 | 0s | 0% | '[' '' = true ']' |
| 2543 | 0s | 0% | '[' true = true ']' |
| 2545 | 0s | 0% | DIR_UNIT_TEST_DATA=/Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch/qa-assets/unit_test_data/ |
| 2547 | 0s | 0% | LD_LIBRARY_PATH=/Users/runner/work/bitcoin/bitcoin/repo_archive/depends/aarch64-apple-darwin24.6.0/lib |
| 2549 | 0s | 0% | CTEST_OUTPUT_ON_FAILURE=ON |
| 2551 | 0s | 0% | ctest --test-dir /Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch/build-aarch64-apple-darwin24.6.0 --stop-on-failure -j3 --timeout 2400 |
| 2588 | 0s | 0% | Copying source bundle + |
| 2589 | 0s | 0% | Deploying frameworks + |
| 2626 | 0s | 0% | Adding Qt translations + |
| 2627 | 0s | 0% | Installing qt.conf + |
| 2628 | 1m8s | 2% | Done + |
| 2958 | 0s | 0% | '[' true = true ']' |
| 2960 | 0s | 0% | eval 'TEST_RUNNER_EXTRA=()' |
| 2962 | 0s | 0% | TEST_RUNNER_EXTRA=() |
| 2964 | 0s | 0% | LD_LIBRARY_PATH=/Users/runner/work/bitcoin/bitcoin/repo_archive/depends/aarch64-apple-darwin24.6.0/lib |
| 2965 | 17m42s | 37% | /Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch/build-aarch64-apple-darwin24.6.0/test/functional/test_runner.py -j3 --tmpdirprefix /Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch/test_runner/ --ansi --combinedlogslen=99999999 --timeout-factor=40 --quiet --failfast |
| 4116 | 0s | 0% | '[' false = true ']' |
| 4118 | 0s | 0% | [[ '' == true ]] |
| 4120 | 30s | 1% | '[' false = true ']' |