| 536 | 0s | 0% | dirname ./ci/test/00_setup_env.sh |
| 537 | 0s | 0% | cd ./ci/test/../../ |
| 539 | 0s | 0% | pwd |
| 541 | 0s | 0% | BASE_READ_ONLY_DIR=/Users/runner/work/bitcoin/bitcoin/repo_archive |
| 542 | 0s | 0% | export BASE_READ_ONLY_DIR |
| 543 | 0s | 0% | export BASE_ROOT_DIR=/Users/runner/work/bitcoin/bitcoin/repo_archive |
| 544 | 0s | 0% | BASE_ROOT_DIR=/Users/runner/work/bitcoin/bitcoin/repo_archive |
| 545 | 0s | 0% | export DEPENDS_DIR=/Users/runner/work/bitcoin/bitcoin/repo_archive/depends |
| 546 | 0s | 0% | DEPENDS_DIR=/Users/runner/work/bitcoin/bitcoin/repo_archive/depends |
| 547 | 0s | 0% | export BASE_SCRATCH_DIR=/Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch |
| 548 | 0s | 0% | BASE_SCRATCH_DIR=/Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch |
| 549 | 0s | 0% | echo 'Setting specific values in env' |
| 550 | 0s | 0% | '[' -n ./ci/test/00_setup_env_mac_native.sh ']' |
| 551 | 0s | 0% | set -o errexit |
| 552 | 0s | 0% | source ./ci/test/00_setup_env_mac_native.sh |
| 553 | 0s | 0% | export LC_ALL=C.UTF-8 |
| 554 | 0s | 0% | LC_ALL=C.UTF-8 |
| 555 | 0s | 0% | export CONTAINER_NAME=ci_mac_native |
| 556 | 0s | 0% | CONTAINER_NAME=ci_mac_native |
| 557 | 0s | 0% | export 'PIP_PACKAGES=--break-system-packages pycapnp zmq' |
| 558 | 0s | 0% | PIP_PACKAGES='--break-system-packages pycapnp zmq' |
| 559 | 0s | 0% | export 'GOAL=install deploy' |
| 560 | 0s | 0% | GOAL='install deploy' |
| 561 | 0s | 0% | export CMAKE_GENERATOR=Ninja |
| 562 | 0s | 0% | CMAKE_GENERATOR=Ninja |
| 563 | 0s | 0% | export CI_OS_NAME=macos |
| 564 | 0s | 0% | CI_OS_NAME=macos |
| 565 | 0s | 0% | export NO_DEPENDS=1 |
| 566 | 0s | 0% | NO_DEPENDS=1 |
| 567 | 0s | 0% | export OSX_SDK= |
| 568 | 0s | 0% | OSX_SDK= |
| 569 | 0s | 0% | export 'BITCOIN_CONFIG= --preset=dev-mode -DWITH_USDT=OFF -DREDUCE_EXPORTS=ON -DCMAKE_EXE_LINKER_FLAGS='\''-Wl,-stack_size -Wl,0x80000'\'' ' |
| 570 | 0s | 0% | BITCOIN_CONFIG=' --preset=dev-mode -DWITH_USDT=OFF -DREDUCE_EXPORTS=ON -DCMAKE_EXE_LINKER_FLAGS='\''-Wl,-stack_size -Wl,0x80000'\'' ' |
| 571 | 0s | 0% | export 'BITCOIN_CMD=bitcoin -m' |
| 572 | 0s | 0% | BITCOIN_CMD='bitcoin -m' |
| 573 | 0s | 0% | echo 'Fallback to default values in env (if not yet set)' |
| 574 | 0s | 0% | command -v nproc |
| 575 | 0s | 0% | nproc |
| 576 | 0s | 0% | export MAKEJOBS=-j3 |
| 577 | 0s | 0% | MAKEJOBS=-j3 |
| 578 | 0s | 0% | export RUN_UNIT_TESTS=true |
| 579 | 0s | 0% | RUN_UNIT_TESTS=true |
| 580 | 0s | 0% | export RUN_FUNCTIONAL_TESTS=true |
| 581 | 0s | 0% | RUN_FUNCTIONAL_TESTS=true |
| 582 | 0s | 0% | export RUN_TIDY=false |
| 583 | 0s | 0% | RUN_TIDY=false |
| 584 | 0s | 0% | export TEST_RUNNER_TIMEOUT_FACTOR=40 |
| 585 | 0s | 0% | TEST_RUNNER_TIMEOUT_FACTOR=40 |
| 586 | 0s | 0% | export RUN_FUZZ_TESTS=false |
| 587 | 0s | 0% | RUN_FUZZ_TESTS=false |
| 588 | 0s | 0% | export BOOST_TEST_RANDOM=1 |
| 589 | 0s | 0% | BOOST_TEST_RANDOM=1 |
| 590 | 0s | 0% | export DEBIAN_FRONTEND=noninteractive |
| 591 | 0s | 0% | DEBIAN_FRONTEND=noninteractive |
| 592 | 0s | 0% | export CCACHE_MAXSIZE=500M |
| 593 | 0s | 0% | CCACHE_MAXSIZE=500M |
| 594 | 0s | 0% | export CCACHE_TEMPDIR=/tmp/.ccache-temp |
| 595 | 0s | 0% | CCACHE_TEMPDIR=/tmp/.ccache-temp |
| 596 | 0s | 0% | export CCACHE_COMPRESS=1 |
| 597 | 0s | 0% | CCACHE_COMPRESS=1 |
| 598 | 0s | 0% | export CCACHE_DIR=/Users/runner/work/_temp/ccache_dir |
| 599 | 0s | 0% | CCACHE_DIR=/Users/runner/work/_temp/ccache_dir |
| 600 | 0s | 0% | export BASE_OUTDIR=/Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch/out |
| 601 | 0s | 0% | BASE_OUTDIR=/Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch/out |
| 602 | 0s | 0% | export PREVIOUS_RELEASES_DIR=/Users/runner/work/bitcoin/bitcoin/repo_archive/prev_releases |
| 603 | 0s | 0% | PREVIOUS_RELEASES_DIR=/Users/runner/work/bitcoin/bitcoin/repo_archive/prev_releases |
| 604 | 0s | 0% | export 'CI_BASE_PACKAGES=build-essential pkgconf curl ca-certificates ccache python3-dev rsync git procps bison e2fsprogs cmake ninja-build' |
| 605 | 0s | 0% | CI_BASE_PACKAGES='build-essential pkgconf curl ca-certificates ccache python3-dev rsync git procps bison e2fsprogs cmake ninja-build' |
| 606 | 0s | 0% | export 'GOAL=install deploy' |
| 607 | 0s | 0% | GOAL='install deploy' |
| 608 | 0s | 0% | export DIR_QA_ASSETS=/Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch/qa-assets |
| 609 | 0s | 0% | DIR_QA_ASSETS=/Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch/qa-assets |
| 610 | 0s | 0% | export CI_RETRY_EXE=retry |
| 611 | 0s | 0% | CI_RETRY_EXE=retry |
| 612 | 0s | 0% | export CI_IMAGE_PLATFORM=linux |
| 613 | 0s | 0% | CI_IMAGE_PLATFORM=linux |
| 614 | 0s | 0% | set -o errexit |
| 615 | 0s | 0% | ./ci/test/02_run_container.py |
| 617 | 0s | 0% | bash -c 'grep export ./ci/test/00_setup_env*.sh' |
| 618 | 0s | 0% | cat /tmp/env-runner-ci_mac_native |
| 654 | 0s | 0% | rsync --recursive --perms --stats --human-readable /Users/runner/work/bitcoin/bitcoin/repo_archive/ /Users/runner/work/bitcoin/bitcoin/repo_archive |
| 657 | 0s | 0% | CFG_DONE=/Users/runner/work/bitcoin/bitcoin/repo_archive/ci.base-install-done |
| 659 | 0s | 0% | cat /Users/runner/work/bitcoin/bitcoin/repo_archive/ci.base-install-done |
| 664 | 0s | 0% | true |
| 673 | 0s | 0% | /Users/runner/work/bitcoin/bitcoin/repo_archive/ci/test/01_base_install.sh |
| 674 | 0s | 0% | '[' '' == done ']' |
| 675 | 0s | 0% | nproc |
| 676 | 0s | 0% | MAKEJOBS=-j3 |
| 677 | 0s | 0% | '[' -n '' ']' |
| 678 | 0s | 0% | '[' -n '' ']' |
| 679 | 0s | 0% | [[ '' == *alpine* ]] |
| 680 | 0s | 0% | '[' macos '!=' macos ']' |
| 681 | 0s | 0% | '[' -n '' ']' |
| 682 | 0s | 0% | '[' -n '--break-system-packages pycapnp zmq' ']' |
| 683 | 28s | 1% | retry pip3 install --user --break-system-packages pycapnp zmq |
| 720 | 0s | 0% | [[ -n '' ]] |
| 721 | 0s | 0% | [[ '' == true ]] |
| 722 | 0s | 0% | /Users/runner/work/bitcoin/bitcoin/repo_archive/ci/test/03_test_script.sh |
| 723 | 0s | 0% | mkdir -p /Users/runner/work/bitcoin/bitcoin/repo_archive/depends/SDKs /Users/runner/work/bitcoin/bitcoin/repo_archive/depends/sdk-sources |
| 724 | 0s | 0% | OSX_SDK_BASENAME=Xcode---extracted-SDK-with-libcxx-headers |
| 725 | 0s | 0% | '[' -n '' ']' |
| 726 | 0s | 0% | echo -n done |
| 728 | 0s | 0% | cd /Users/runner/work/bitcoin/bitcoin/repo_archive |
| 729 | 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' |
| 730 | 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' |
| 731 | 0s | 0% | export ASAN_OPTIONS=detect_leaks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1 |
| 732 | 0s | 0% | ASAN_OPTIONS=detect_leaks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1 |
| 733 | 0s | 0% | export LSAN_OPTIONS=suppressions=/Users/runner/work/bitcoin/bitcoin/repo_archive/test/sanitizer_suppressions/lsan |
| 734 | 0s | 0% | LSAN_OPTIONS=suppressions=/Users/runner/work/bitcoin/bitcoin/repo_archive/test/sanitizer_suppressions/lsan |
| 735 | 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 |
| 736 | 0s | 0% | TSAN_OPTIONS=suppressions=/Users/runner/work/bitcoin/bitcoin/repo_archive/test/sanitizer_suppressions/tsan:halt_on_error=1:second_deadlock_stack=1 |
| 737 | 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 |
| 738 | 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 |
| 739 | 0s | 0% | nproc |
| 740 | 0s | 0% | echo 'Number of available processing units: 3' |
| 741 | 0s | 0% | '[' macos == macos ']' |
| 742 | 0s | 0% | top -l 1 -s 0 |
| 743 | 0s | 0% | awk ' /PhysMem/ {print}' |
| 744 | 0s | 0% | echo 'Free disk space:' |
| 746 | 0s | 0% | df -h |
| 748 | 0s | 0% | [[ ci_mac_native == \c\i\_\n\a\t\i\v\e\_\a\s\a\n ]] |
| 750 | 0s | 0% | /Users/runner/work/bitcoin/bitcoin/repo_archive/depends/config.guess |
| 759 | 0s | 0% | export HOST=aarch64-apple-darwin24.6.0 |
| 761 | 0s | 0% | HOST=aarch64-apple-darwin24.6.0 |
| 763 | 0s | 0% | echo '=== BEGIN env ===' |
| 765 | 0s | 0% | env |
| 767 | 0s | 0% | echo '=== END env ===' |
| 769 | 0s | 0% | [[ '' != true ]] |
| 771 | 0s | 0% | tee /dev/fd/63 |
| 773 | 0s | 0% | patch -p1 |
| 775 | 0s | 0% | '[' false = true ']' |
| 777 | 0s | 0% | '[' true = true ']' |
| 779 | 0s | 0% | export DIR_UNIT_TEST_DATA=/Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch/qa-assets/unit_test_data/ |
| 781 | 0s | 0% | DIR_UNIT_TEST_DATA=/Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch/qa-assets/unit_test_data/ |
| 783 | 0s | 0% | '[' '!' -d /Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch/qa-assets/unit_test_data/ ']' |
| 785 | 0s | 0% | mkdir -p /Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch/qa-assets/unit_test_data/ |
| 787 | 0s | 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 |
| 932 | 0s | 0% | b/src/leveldb/db/db_impl.cc |
| 942 | 0s | 0% | 1].Add(stats); |
| 949 | 0s | 0% | '[' macos == macos ']' |
| 950 | 0s | 0% | echo |
| 951 | 0s | 0% | '[' -z 1 ']' |
| 952 | 0s | 0% | '[' '' = true ']' |
| 953 | 0s | 0% | BITCOIN_CONFIG_ALL='-DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON' |
| 954 | 0s | 0% | '[' -z 1 ']' |
| 955 | 0s | 0% | '[' -z '' ']' |
| 956 | 0s | 0% | BITCOIN_CONFIG_ALL='-DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON -DWERROR=ON' |
| 957 | 0s | 0% | ccache --zero-stats |
| 959 | 0s | 0% | PRINT_CCACHE_STATISTICS='ccache --version | head -n 1 && ccache --show-stats' |
| 960 | 0s | 0% | BASE_BUILD_DIR=/Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch/build-aarch64-apple-darwin24.6.0 |
| 961 | 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' |
| 962 | 0s | 0% | [[ '' == true ]] |
| 963 | 0s | 0% | [[ false == true ]] |
| 964 | 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'\'' )' |
| 965 | 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') |
| 966 | 0s | 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' |
| 970 | 25s | 1% | - skipped |
| 1263 | 0s | 0% | - skipped |
| 1296 | 0s | 0% | compiler .......................... AppleClang 16.0.0.16000026, /usr/bin/c++ |
| 1299 | 1s | 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 |
| 1313 | 0s | 0% | [[ install deploy != all ]] |
| 1314 | 0s | 0% | [[ install deploy != codegen ]] |
| 1315 | 0s | 0% | GOAL='all install deploy' |
| 1316 | 10m53s | 32% | cmake --build /Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch/build-aarch64-apple-darwin24.6.0 -j3 --target all install deploy |
| 2447 | 0s | 0% | bash -c 'ccache --version | head -n 1 && ccache --show-stats' |
| 2550 | 0s | 0% | Copying source bundle + |
| 2551 | 0s | 0% | Deploying frameworks + |
| 2588 | 0s | 0% | Adding Qt translations + |
| 2589 | 0s | 0% | Installing qt.conf + |
| 2590 | 0s | 0% | Done + |
| 2595 | 0s | 0% | ccache --show-stats |
| 2597 | 0s | 0% | grep Hits: |
| 2599 | 0s | 0% | head -1 |
| 2601 | 0s | 0% | sed 's/.*(\(.*\)%).*/\1/' |
| 2603 | 0s | 0% | hit_rate=40.95 |
| 2605 | 0s | 0% | '[' 40 -lt 75 ']' |
| 2607 | 0s | 0% | echo '::notice title=low ccache hitrate::Ccache hit-rate in ci_mac_native was 40.95%' |
| 2609 | 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/ |
| 2611 | 0s | 0% | du -sh /Users/runner/work/bitcoin/bitcoin/repo_archive/prev_releases |
| 2613 | 0s | 0% | '[' -n '' ']' |
| 2615 | 0s | 0% | '[' -n '' ']' |
| 2617 | 0s | 0% | '[' '' = true ']' |
| 2619 | 0s | 0% | '[' true = true ']' |
| 2621 | 0s | 0% | DIR_UNIT_TEST_DATA=/Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch/qa-assets/unit_test_data/ |
| 2623 | 0s | 0% | LD_LIBRARY_PATH=/Users/runner/work/bitcoin/bitcoin/repo_archive/depends/aarch64-apple-darwin24.6.0/lib |
| 2625 | 0s | 0% | CTEST_OUTPUT_ON_FAILURE=ON |
| 2626 | 52s | 2% | ctest --test-dir /Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch/build-aarch64-apple-darwin24.6.0 --stop-on-failure -j3 --timeout 2400 |
| 2935 | 0s | 0% | '[' true = true ']' |
| 2937 | 0s | 0% | eval 'TEST_RUNNER_EXTRA=()' |
| 2939 | 0s | 0% | TEST_RUNNER_EXTRA=() |
| 2941 | 0s | 0% | LD_LIBRARY_PATH=/Users/runner/work/bitcoin/bitcoin/repo_archive/depends/aarch64-apple-darwin24.6.0/lib |
| 2943 | 17m23s | 51% | /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 |
| 4271 | 0s | 0% | '[' false = true ']' |
| 4273 | 0s | 0% | [[ '' == true ]] |
| 4275 | 5s | 0% | '[' false = true ']' |