| 281 | 0s | 0% | dirname ./ci/test/00_setup_env.sh |
| 282 | 0s | 0% | cd ./ci/test/../../ |
| 283 | 0s | 0% | pwd |
| 284 | 0s | 0% | BASE_READ_ONLY_DIR=/Users/runner/work/bitcoin/bitcoin |
| 286 | 0s | 0% | export BASE_READ_ONLY_DIR |
| 287 | 0s | 0% | export BASE_ROOT_DIR=/Users/runner/work/bitcoin/bitcoin |
| 288 | 0s | 0% | BASE_ROOT_DIR=/Users/runner/work/bitcoin/bitcoin |
| 289 | 0s | 0% | export DEPENDS_DIR=/Users/runner/work/bitcoin/bitcoin/depends |
| 290 | 0s | 0% | DEPENDS_DIR=/Users/runner/work/bitcoin/bitcoin/depends |
| 291 | 0s | 0% | export BASE_SCRATCH_DIR=/Users/runner/work/bitcoin/bitcoin/ci/scratch |
| 292 | 0s | 0% | BASE_SCRATCH_DIR=/Users/runner/work/bitcoin/bitcoin/ci/scratch |
| 293 | 0s | 0% | export BINS_SCRATCH_DIR=/Users/runner/work/bitcoin/bitcoin/ci/scratch/bins/ |
| 294 | 0s | 0% | BINS_SCRATCH_DIR=/Users/runner/work/bitcoin/bitcoin/ci/scratch/bins/ |
| 295 | 0s | 0% | echo 'Setting specific values in env' |
| 296 | 0s | 0% | '[' -n ./ci/test/00_setup_env_mac_native.sh ']' |
| 297 | 0s | 0% | set -o errexit |
| 298 | 0s | 0% | source ./ci/test/00_setup_env_mac_native.sh |
| 299 | 0s | 0% | export LC_ALL=C.UTF-8 |
| 300 | 0s | 0% | LC_ALL=C.UTF-8 |
| 301 | 0s | 0% | export HOST=x86_64-apple-darwin |
| 302 | 0s | 0% | HOST=x86_64-apple-darwin |
| 303 | 0s | 0% | export CONTAINER_NAME=ci_mac_native |
| 304 | 0s | 0% | CONTAINER_NAME=ci_mac_native |
| 305 | 0s | 0% | export 'PIP_PACKAGES=--break-system-packages zmq' |
| 306 | 0s | 0% | PIP_PACKAGES='--break-system-packages zmq' |
| 307 | 0s | 0% | export GOAL=install |
| 309 | 0s | 0% | GOAL=install |
| 310 | 0s | 0% | export 'BITCOIN_CONFIG=--with-gui --with-miniupnpc --with-natpmp --enable-reduce-exports' |
| 311 | 0s | 0% | BITCOIN_CONFIG='--with-gui --with-miniupnpc --with-natpmp --enable-reduce-exports' |
| 312 | 0s | 0% | export CI_OS_NAME=macos |
| 313 | 0s | 0% | CI_OS_NAME=macos |
| 314 | 0s | 0% | export NO_DEPENDS=1 |
| 315 | 0s | 0% | NO_DEPENDS=1 |
| 316 | 0s | 0% | export OSX_SDK= |
| 317 | 0s | 0% | OSX_SDK= |
| 318 | 0s | 0% | export CCACHE_MAXSIZE=400M |
| 319 | 0s | 0% | CCACHE_MAXSIZE=400M |
| 320 | 0s | 0% | export RUN_FUZZ_TESTS=true |
| 321 | 0s | 0% | RUN_FUZZ_TESTS=true |
| 322 | 0s | 0% | echo 'Fallback to default values in env (if not yet set)' |
| 323 | 0s | 0% | command -v nproc |
| 324 | 0s | 0% | sysctl -n hw.logicalcpu |
| 325 | 0s | 0% | export MAKEJOBS=-j3 |
| 326 | 0s | 0% | MAKEJOBS=-j3 |
| 327 | 0s | 0% | export USE_BUSY_BOX=false |
| 328 | 0s | 0% | USE_BUSY_BOX=false |
| 329 | 0s | 0% | export RUN_UNIT_TESTS=true |
| 330 | 0s | 0% | RUN_UNIT_TESTS=true |
| 331 | 0s | 0% | export RUN_FUNCTIONAL_TESTS=true |
| 332 | 0s | 0% | RUN_FUNCTIONAL_TESTS=true |
| 333 | 0s | 0% | export RUN_TIDY=false |
| 334 | 0s | 0% | RUN_TIDY=false |
| 335 | 0s | 0% | export TEST_RUNNER_TIMEOUT_FACTOR=40 |
| 336 | 0s | 0% | TEST_RUNNER_TIMEOUT_FACTOR=40 |
| 337 | 0s | 0% | export RUN_FUZZ_TESTS=true |
| 338 | 0s | 0% | RUN_FUZZ_TESTS=true |
| 339 | 0s | 0% | export BOOST_TEST_RANDOM=1 |
| 340 | 0s | 0% | BOOST_TEST_RANDOM=1 |
| 341 | 0s | 0% | export DEBIAN_FRONTEND=noninteractive |
| 342 | 0s | 0% | DEBIAN_FRONTEND=noninteractive |
| 343 | 0s | 0% | export CCACHE_MAXSIZE=400M |
| 344 | 0s | 0% | CCACHE_MAXSIZE=400M |
| 345 | 0s | 0% | export CCACHE_TEMPDIR=/tmp/.ccache-temp |
| 346 | 0s | 0% | CCACHE_TEMPDIR=/tmp/.ccache-temp |
| 347 | 0s | 0% | export CCACHE_COMPRESS=1 |
| 348 | 0s | 0% | CCACHE_COMPRESS=1 |
| 349 | 0s | 0% | export CCACHE_DIR=/Users/runner/work/_temp/ccache_dir |
| 350 | 0s | 0% | CCACHE_DIR=/Users/runner/work/_temp/ccache_dir |
| 351 | 0s | 0% | export BASE_OUTDIR=/Users/runner/work/bitcoin/bitcoin/ci/scratch/out |
| 352 | 0s | 0% | BASE_OUTDIR=/Users/runner/work/bitcoin/bitcoin/ci/scratch/out |
| 353 | 0s | 0% | export BASE_BUILD_DIR=/Users/runner/work/bitcoin/bitcoin/ci/scratch/build |
| 354 | 0s | 0% | BASE_BUILD_DIR=/Users/runner/work/bitcoin/bitcoin/ci/scratch/build |
| 355 | 0s | 0% | export PREVIOUS_RELEASES_DIR=/Users/runner/work/bitcoin/bitcoin/prev_releases |
| 356 | 0s | 0% | PREVIOUS_RELEASES_DIR=/Users/runner/work/bitcoin/bitcoin/prev_releases |
| 357 | 0s | 0% | export 'CI_BASE_PACKAGES=build-essential libtool autotools-dev automake pkg-config bsdmainutils curl ca-certificates ccache python3 rsync git procps bison e2fsprogs cmake' |
| 358 | 0s | 0% | CI_BASE_PACKAGES='build-essential libtool autotools-dev automake pkg-config bsdmainutils curl ca-certificates ccache python3 rsync git procps bison e2fsprogs cmake' |
| 359 | 0s | 0% | export GOAL=install |
| 360 | 0s | 0% | GOAL=install |
| 361 | 0s | 0% | export DIR_QA_ASSETS=/Users/runner/work/bitcoin/bitcoin/ci/scratch/qa-assets |
| 362 | 0s | 0% | DIR_QA_ASSETS=/Users/runner/work/bitcoin/bitcoin/ci/scratch/qa-assets |
| 363 | 0s | 0% | export 'CI_RETRY_EXE=retry --' |
| 364 | 0s | 0% | CI_RETRY_EXE='retry --' |
| 365 | 0s | 0% | set -o errexit |
| 366 | 0s | 0% | ./ci/test/02_run_container.sh |
| 367 | 0s | 0% | '[' -z 1 ']' |
| 369 | 0s | 0% | echo 'Running on host system without docker wrapper' |
| 371 | 0s | 0% | echo 'Create missing folders' |
| 372 | 0s | 0% | mkdir -p /Users/runner/work/_temp/ccache_dir |
| 373 | 0s | 0% | mkdir -p /Users/runner/work/bitcoin/bitcoin/prev_releases |
| 374 | 0s | 0% | '[' macos == macos ']' |
| 375 | 0s | 0% | brew --prefix gnu-getopt |
| 376 | 0s | 0% | IN_GETOPT_BIN=/opt/homebrew/opt/gnu-getopt/bin/getopt |
| 377 | 0s | 0% | export IN_GETOPT_BIN |
| 378 | 0s | 0% | export -f CI_EXEC |
| 379 | 0s | 0% | CI_EXEC rsync --archive --stats --human-readable /Users/runner/work/bitcoin/bitcoin/ /Users/runner/work/bitcoin/bitcoin |
| 380 | 0s | 0% | bash -c 'export PATH="/path_with space:/Users/runner/work/bitcoin/bitcoin/ci/scratch/bins/:/Users/runner/work/bitcoin/bitcoin/ci/retry:$PATH" && cd "/Users/runner/work/bitcoin/bitcoin" && rsync --archive --stats --human-readable /Users/runner/work/bitcoin/bitcoin/ /Users/runner/work/bitcoin/bitcoin' |
| 381 | 0s | 0% | CI_EXEC /Users/runner/work/bitcoin/bitcoin/ci/test/01_base_install.sh |
| 383 | 0s | 0% | bash -c 'export PATH="/path_with space:/Users/runner/work/bitcoin/bitcoin/ci/scratch/bins/:/Users/runner/work/bitcoin/bitcoin/ci/retry:$PATH" && cd "/Users/runner/work/bitcoin/bitcoin" && /Users/runner/work/bitcoin/bitcoin/ci/test/01_base_install.sh' |
| 398 | 0s | 0% | CFG_DONE=ci.base-install-done |
| 399 | 0s | 0% | git config --global ci.base-install-done |
| 400 | 0s | 0% | '[' '' == true ']' |
| 401 | 0s | 0% | '[' -n '' ']' |
| 402 | 0s | 0% | [[ '' == *centos* ]] |
| 403 | 0s | 0% | '[' macos '!=' macos ']' |
| 404 | 0s | 0% | '[' -n '--break-system-packages zmq' ']' |
| 405 | 3s | 0% | retry -- pip3 install --user --break-system-packages zmq |
| 427 | 0s | 0% | [[ '' == \t\r\u\e ]] |
| 428 | 0s | 0% | [[ false == \t\r\u\e ]] |
| 429 | 0s | 0% | mkdir -p /Users/runner/work/bitcoin/bitcoin/depends/SDKs /Users/runner/work/bitcoin/bitcoin/depends/sdk-sources |
| 430 | 0s | 0% | OSX_SDK_BASENAME=Xcode---extracted-SDK-with-libcxx-headers |
| 431 | 0s | 0% | '[' -n '' ']' |
| 432 | 0s | 0% | git config --global ci.base-install-done true |
| 433 | 0s | 0% | CI_EXEC git config --global --add safe.directory '"*"' |
| 434 | 0s | 0% | bash -c 'export PATH="/path_with space:/Users/runner/work/bitcoin/bitcoin/ci/scratch/bins/:/Users/runner/work/bitcoin/bitcoin/ci/retry:$PATH" && cd "/Users/runner/work/bitcoin/bitcoin" && git config --global --add safe.directory "*"' |
| 435 | 0s | 0% | CI_EXEC mkdir -p /Users/runner/work/bitcoin/bitcoin/ci/scratch/bins/ |
| 436 | 0s | 0% | bash -c 'export PATH="/path_with space:/Users/runner/work/bitcoin/bitcoin/ci/scratch/bins/:/Users/runner/work/bitcoin/bitcoin/ci/retry:$PATH" && cd "/Users/runner/work/bitcoin/bitcoin" && mkdir -p /Users/runner/work/bitcoin/bitcoin/ci/scratch/bins/' |
| 437 | 0s | 0% | CI_EXEC /Users/runner/work/bitcoin/bitcoin/ci/test/03_test_script.sh |
| 438 | 0s | 0% | bash -c 'export PATH="/path_with space:/Users/runner/work/bitcoin/bitcoin/ci/scratch/bins/:/Users/runner/work/bitcoin/bitcoin/ci/retry:$PATH" && cd "/Users/runner/work/bitcoin/bitcoin" && /Users/runner/work/bitcoin/bitcoin/ci/test/03_test_script.sh' |
| 439 | 0s | 0% | export ASAN_OPTIONS=detect_leaks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1 |
| 440 | 0s | 0% | ASAN_OPTIONS=detect_leaks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1 |
| 441 | 0s | 0% | export LSAN_OPTIONS=suppressions=/Users/runner/work/bitcoin/bitcoin/test/sanitizer_suppressions/lsan |
| 442 | 0s | 0% | LSAN_OPTIONS=suppressions=/Users/runner/work/bitcoin/bitcoin/test/sanitizer_suppressions/lsan |
| 443 | 0s | 0% | export TSAN_OPTIONS=suppressions=/Users/runner/work/bitcoin/bitcoin/test/sanitizer_suppressions/tsan:halt_on_error=1 |
| 444 | 0s | 0% | TSAN_OPTIONS=suppressions=/Users/runner/work/bitcoin/bitcoin/test/sanitizer_suppressions/tsan:halt_on_error=1 |
| 445 | 0s | 0% | export UBSAN_OPTIONS=suppressions=/Users/runner/work/bitcoin/bitcoin/test/sanitizer_suppressions/ubsan:print_stacktrace=1:halt_on_error=1:report_error_type=1 |
| 446 | 0s | 0% | UBSAN_OPTIONS=suppressions=/Users/runner/work/bitcoin/bitcoin/test/sanitizer_suppressions/ubsan:print_stacktrace=1:halt_on_error=1:report_error_type=1 |
| 447 | 0s | 0% | '[' macos == macos ']' |
| 448 | 0s | 0% | top -l 1 -s 0 |
| 449 | 0s | 0% | awk ' /PhysMem/ {print}' |
| 451 | 0s | 0% | sysctl -n hw.logicalcpu |
| 452 | 0s | 0% | echo 'Number of CPUs: 3' |
| 454 | 0s | 0% | echo 'Free disk space:' |
| 455 | 0s | 0% | df -h |
| 468 | 0s | 0% | [[ ci_mac_native == \c\i\_\n\a\t\i\v\e\_\a\s\a\n ]] |
| 469 | 0s | 0% | export HOST=x86_64-apple-darwin |
| 470 | 0s | 0% | HOST=x86_64-apple-darwin |
| 471 | 0s | 0% | tee /dev/fd/63 |
| 472 | 0s | 0% | patch -p1 |
| 474 | 0s | 0% | b/src/leveldb/db/db_impl.cc |
| 476 | 0s | 0% | '[' true = true ']' |
| 477 | 0s | 0% | export DIR_FUZZ_IN=/Users/runner/work/bitcoin/bitcoin/ci/scratch/qa-assets/fuzz_seed_corpus/ |
| 478 | 0s | 0% | DIR_FUZZ_IN=/Users/runner/work/bitcoin/bitcoin/ci/scratch/qa-assets/fuzz_seed_corpus/ |
| 479 | 0s | 0% | '[' '!' -d /Users/runner/work/bitcoin/bitcoin/ci/scratch/qa-assets/fuzz_seed_corpus/ ']' |
| 480 | 0s | 0% | retry -- git clone --depth=1 https://github.com/bitcoin-core/qa-assets /Users/runner/work/bitcoin/bitcoin/ci/scratch/qa-assets |
| 489 | 1m19s | 3% | 1].Add(stats); |
| 633 | 0s | 0% | cd /Users/runner/work/bitcoin/bitcoin/ci/scratch/qa-assets |
| 634 | 0s | 0% | echo 'Using qa-assets repo from commit ...' |
| 635 | 0s | 0% | git log -1 |
| 638 | 0s | 0% | '[' false = true ']' |
| 640 | 0s | 0% | '[' macos == macos ']' |
| 641 | 0s | 0% | echo |
| 647 | 0s | 0% | '[' -z 1 ']' |
| 648 | 0s | 0% | '[' '' = true ']' |
| 649 | 0s | 0% | BITCOIN_CONFIG_ALL=--disable-dependency-tracking |
| 650 | 0s | 0% | '[' -z 1 ']' |
| 651 | 0s | 0% | '[' -z '' ']' |
| 652 | 0s | 0% | BITCOIN_CONFIG_ALL='--disable-dependency-tracking --enable-werror' |
| 653 | 0s | 0% | ccache --zero-stats |
| 655 | 0s | 0% | PRINT_CCACHE_STATISTICS='ccache --version | head -n 1 && ccache --show-stats' |
| 656 | 0s | 0% | BITCOIN_CONFIG_ALL='--disable-dependency-tracking --enable-werror --enable-external-signer --prefix=/Users/runner/work/bitcoin/bitcoin/ci/scratch/out' |
| 657 | 0s | 0% | '[' -n '' ']' |
| 658 | 16s | 0% | ./autogen.sh |
| 690 | 0s | 0% | mkdir -p /Users/runner/work/bitcoin/bitcoin/ci/scratch/build |
| 691 | 0s | 0% | cd /Users/runner/work/bitcoin/bitcoin/ci/scratch/build |
| 692 | 4s | 0% | bash -c '/Users/runner/work/bitcoin/bitcoin/configure --cache-file=config.cache --disable-dependency-tracking --enable-werror --enable-external-signer --prefix=/Users/runner/work/bitcoin/bitcoin/ci/scratch/out --with-gui --with-miniupnpc --with-natpmp --enable-reduce-exports' |
| 715 | 0s | 0% | compiler works... yes |
| 716 | 0s | 0% | compiler default output file name... a.out |
| 721 | 0s | 0% | accepts -g... yes |
| 722 | 0s | 0% | option to enable C++11 features... -std=gnu++11 |
| 724 | 0s | 0% | -std=gnu++11... none |
| 725 | 0s | 0% | -std=gnu++11 supports C++20 features with -std=c++20... yes |
| 727 | 0s | 0% | -std=gnu++11 -std=c++20 accepts -g... yes |
| 728 | 6s | 0% | -std=gnu++11 -std=c++20... none |
| 797 | 0s | 0% | preprocessor... g++ -std=gnu++11 -std=c++20 -E |
| 798 | 0s | 0% | -std=gnu++11 -std=c++20... /Applications/Xcode_15.0.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld |
| 800 | 0s | 0% | -std=gnu++11 -std=c++20 linker (/Applications/Xcode_15.0.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes |
| 801 | 0s | 0% | -std=gnu++11 -std=c++20 option to produce PIC... -fno-common -DPIC |
| 802 | 0s | 0% | -std=gnu++11 -std=c++20 PIC flag -fno-common -DPIC works... yes |
| 803 | 0s | 0% | -std=gnu++11 -std=c++20 static flag -static works... no |
| 804 | 0s | 0% | -std=gnu++11 -std=c++20 supports -c -o file.o... yes |
| 805 | 0s | 0% | -std=gnu++11 -std=c++20 supports -c -o file.o... (cached) yes |
| 806 | 0s | 0% | -std=gnu++11 -std=c++20 linker (/Applications/Xcode_15.0.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes |
| 824 | 0s | 0% | compiler accepts -Werror... yes |
| 826 | 0s | 0% | compiler accepts -Wall... yes |
| 827 | 0s | 0% | compiler accepts -Wextra... yes |
| 828 | 0s | 0% | compiler accepts -Wgnu... yes |
| 829 | 0s | 0% | compiler accepts -Wformat -Wformat-security... yes |
| 830 | 0s | 0% | compiler accepts -Wvla... yes |
| 831 | 0s | 0% | compiler accepts -Wshadow-field... yes |
| 832 | 0s | 0% | compiler accepts -Wthread-safety... yes |
| 833 | 0s | 0% | compiler accepts -Wloop-analysis... yes |
| 834 | 0s | 0% | compiler accepts -Wredundant-decls... yes |
| 835 | 0s | 0% | compiler accepts -Wunused-member-function... yes |
| 836 | 0s | 0% | compiler accepts -Wdate-time... yes |
| 837 | 0s | 0% | compiler accepts -Wconditional-uninitialized... yes |
| 838 | 0s | 0% | compiler accepts -Wduplicated-branches... no |
| 839 | 0s | 0% | compiler accepts -Wduplicated-cond... no |
| 840 | 0s | 0% | compiler accepts -Wlogical-op... no |
| 841 | 0s | 0% | compiler accepts -Woverloaded-virtual... yes |
| 842 | 0s | 0% | compiler accepts -Wsuggest-override... yes |
| 843 | 0s | 0% | compiler accepts -Wimplicit-fallthrough... yes |
| 844 | 0s | 0% | compiler accepts -Wunreachable-code... yes |
| 845 | 0s | 0% | compiler accepts -Wdocumentation... yes |
| 846 | 0s | 0% | compiler accepts -Wself-assign... yes |
| 847 | 0s | 0% | compiler accepts -Wundef... yes |
| 848 | 0s | 0% | compiler accepts -Wunused-parameter... yes |
| 849 | 0s | 0% | compiler accepts -fno-extended-identifiers... no |
| 850 | 0s | 0% | compiler accepts -fstack-reuse=none... no |
| 851 | 0s | 0% | compiler accepts -msse4.2... no |
| 852 | 0s | 0% | compiler accepts -msse4.1... no |
| 853 | 0s | 0% | compiler accepts -mavx -mavx2... no |
| 854 | 0s | 0% | compiler accepts -msse4 -msha... no |
| 855 | 1s | 0% | compiler accepts -mpclmul... no |
| 860 | 0s | 0% | compiler accepts -march=armv8-a+crc+crypto... yes |
| 861 | 0s | 0% | compiler accepts -march=armv8-a+crypto... yes |
| 866 | 5s | 0% | preprocessor accepts -Xclang -internal-isystem -Xclang /usr/local/include/... yes |
| 878 | 0s | 0% | -std=gnu++11 -std=c++20 options needed to detect all undeclared functions... none needed |
| 881 | 0s | 0% | compiler accepts -fPIC... yes |
| 882 | 0s | 0% | compiler accepts -Wstack-protector... yes |
| 883 | 0s | 0% | compiler accepts -fstack-protector-all... yes |
| 884 | 0s | 0% | compiler accepts -fcf-protection=full... no |
| 885 | 0s | 0% | compiler accepts -fstack-clash-protection... no |
| 886 | 0s | 0% | compiler accepts -mbranch-protection=bti... yes |
| 887 | 0s | 0% | preprocessor accepts -D_FORTIFY_SOURCE=3... yes |
| 888 | 4s | 0% | preprocessor accepts -U_FORTIFY_SOURCE... yes |
| 959 | 0s | 0% | headers... no |
| 973 | 0s | 0% | preprocessor accepts -DBOOST_NO_CXX98_FUNCTION_BASE... no |
| 974 | 6s | 0% | compiler accepts -fvisibility=hidden... yes |
| 1189 | 0s | 0% | -std=gnu++11 -std=c++20 |
| 1195 | 6s | 0% | make distdir VERSION=x86_64-apple-darwin |
| 1239 | 0s | 0% | cd /Users/runner/work/bitcoin/bitcoin/ci/scratch/build/bitcoin-x86_64-apple-darwin |
| 1240 | 0s | 0% | bash -c './configure --cache-file=../config.cache --disable-dependency-tracking --enable-werror --enable-external-signer --prefix=/Users/runner/work/bitcoin/bitcoin/ci/scratch/out --with-gui --with-miniupnpc --with-natpmp --enable-reduce-exports' |
| 1260 | 0s | 0% | compiler works... yes |
| 1261 | 0s | 0% | compiler default output file name... a.out |
| 1266 | 0s | 0% | accepts -g... (cached) yes |
| 1267 | 0s | 0% | option to enable C++11 features... (cached) -std=gnu++11 |
| 1269 | 0s | 0% | -std=gnu++11... (cached) none |
| 1270 | 0s | 0% | -std=gnu++11 supports C++20 features with -std=c++20... (cached) yes |
| 1272 | 0s | 0% | -std=gnu++11 -std=c++20 accepts -g... (cached) yes |
| 1273 | 0s | 0% | -std=gnu++11 -std=c++20... (cached) none |
| 1342 | 0s | 0% | preprocessor... (cached) g++ -std=gnu++11 -std=c++20 -E |
| 1343 | 0s | 0% | -std=gnu++11 -std=c++20... (cached) /Applications/Xcode_15.0.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld |
| 1345 | 0s | 0% | -std=gnu++11 -std=c++20 linker (/Applications/Xcode_15.0.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes |
| 1346 | 0s | 0% | -std=gnu++11 -std=c++20 option to produce PIC... (cached) -fno-common -DPIC |
| 1347 | 0s | 0% | -std=gnu++11 -std=c++20 PIC flag -fno-common -DPIC works... (cached) yes |
| 1348 | 0s | 0% | -std=gnu++11 -std=c++20 static flag -static works... (cached) no |
| 1349 | 0s | 0% | -std=gnu++11 -std=c++20 supports -c -o file.o... (cached) yes |
| 1350 | 0s | 0% | -std=gnu++11 -std=c++20 supports -c -o file.o... (cached) yes |
| 1351 | 0s | 0% | -std=gnu++11 -std=c++20 linker (/Applications/Xcode_15.0.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes |
| 1367 | 0s | 0% | compiler accepts -Werror... (cached) yes |
| 1369 | 0s | 0% | compiler accepts -Wall... (cached) yes |
| 1370 | 0s | 0% | compiler accepts -Wextra... (cached) yes |
| 1371 | 0s | 0% | compiler accepts -Wgnu... (cached) yes |
| 1372 | 0s | 0% | compiler accepts -Wformat -Wformat-security... (cached) yes |
| 1373 | 0s | 0% | compiler accepts -Wvla... (cached) yes |
| 1374 | 0s | 0% | compiler accepts -Wshadow-field... (cached) yes |
| 1375 | 0s | 0% | compiler accepts -Wthread-safety... (cached) yes |
| 1376 | 0s | 0% | compiler accepts -Wloop-analysis... (cached) yes |
| 1377 | 0s | 0% | compiler accepts -Wredundant-decls... (cached) yes |
| 1378 | 0s | 0% | compiler accepts -Wunused-member-function... (cached) yes |
| 1379 | 0s | 0% | compiler accepts -Wdate-time... (cached) yes |
| 1380 | 0s | 0% | compiler accepts -Wconditional-uninitialized... (cached) yes |
| 1381 | 0s | 0% | compiler accepts -Wduplicated-branches... (cached) no |
| 1382 | 0s | 0% | compiler accepts -Wduplicated-cond... (cached) no |
| 1383 | 0s | 0% | compiler accepts -Wlogical-op... (cached) no |
| 1384 | 0s | 0% | compiler accepts -Woverloaded-virtual... (cached) yes |
| 1385 | 0s | 0% | compiler accepts -Wsuggest-override... (cached) yes |
| 1386 | 0s | 0% | compiler accepts -Wimplicit-fallthrough... (cached) yes |
| 1387 | 0s | 0% | compiler accepts -Wunreachable-code... (cached) yes |
| 1388 | 0s | 0% | compiler accepts -Wdocumentation... (cached) yes |
| 1389 | 0s | 0% | compiler accepts -Wself-assign... (cached) yes |
| 1390 | 0s | 0% | compiler accepts -Wundef... (cached) yes |
| 1391 | 0s | 0% | compiler accepts -Wunused-parameter... (cached) yes |
| 1392 | 0s | 0% | compiler accepts -fno-extended-identifiers... (cached) no |
| 1393 | 0s | 0% | compiler accepts -fstack-reuse=none... (cached) no |
| 1394 | 0s | 0% | compiler accepts -msse4.2... (cached) no |
| 1395 | 0s | 0% | compiler accepts -msse4.1... (cached) no |
| 1396 | 0s | 0% | compiler accepts -mavx -mavx2... (cached) no |
| 1397 | 0s | 0% | compiler accepts -msse4 -msha... (cached) no |
| 1398 | 1s | 0% | compiler accepts -mpclmul... (cached) no |
| 1403 | 0s | 0% | compiler accepts -march=armv8-a+crc+crypto... (cached) yes |
| 1404 | 0s | 0% | compiler accepts -march=armv8-a+crypto... (cached) yes |
| 1409 | 3s | 0% | preprocessor accepts -Xclang -internal-isystem -Xclang /usr/local/include/... (cached) yes |
| 1421 | 0s | 0% | -std=gnu++11 -std=c++20 options needed to detect all undeclared functions... (cached) none needed |
| 1424 | 0s | 0% | compiler accepts -fPIC... (cached) yes |
| 1425 | 0s | 0% | compiler accepts -Wstack-protector... (cached) yes |
| 1426 | 0s | 0% | compiler accepts -fstack-protector-all... (cached) yes |
| 1427 | 0s | 0% | compiler accepts -fcf-protection=full... (cached) no |
| 1428 | 0s | 0% | compiler accepts -fstack-clash-protection... (cached) no |
| 1429 | 0s | 0% | compiler accepts -mbranch-protection=bti... (cached) yes |
| 1430 | 0s | 0% | preprocessor accepts -D_FORTIFY_SOURCE=3... (cached) yes |
| 1431 | 3s | 0% | preprocessor accepts -U_FORTIFY_SOURCE... (cached) yes |
| 1490 | 0s | 0% | headers... no |
| 1504 | 0s | 0% | preprocessor accepts -DBOOST_NO_CXX98_FUNCTION_BASE... (cached) no |
| 1505 | 6s | 0% | compiler accepts -fvisibility=hidden... (cached) yes |
| 1709 | 0s | 0% | -std=gnu++11 -std=c++20 |
| 1715 | 0s | 0% | [[ false == \t\r\u\e ]] |
| 1716 | 11m21s | 33% | bash -c ' make -j3 install' |
| 2759 | 0s | 0% | bash -c 'ccache --version | head -n 1 && ccache --show-stats' |
| 2762 | 0s | 0% | '[' true = true ']' |
| 2772 | 0s | 0% | ccache -s |
| 2773 | 0s | 0% | grep Hits: |
| 2774 | 0s | 0% | head -1 |
| 2775 | 0s | 0% | sed 's/.*(\(.*\)%).*/\1/' |
| 2776 | 0s | 0% | hit_rate=' 0.79' |
| 2777 | 0s | 0% | '[' ' 0' -lt 75 ']' |
| 2779 | 0s | 0% | echo '::notice title=low ccache hitrate::Ccache hit-rate in ci_mac_native was 0.79%' |
| 2780 | 0s | 0% | du -sh /Users/runner/work/bitcoin/bitcoin/depends/SDKs/ /Users/runner/work/bitcoin/bitcoin/depends/builders/ /Users/runner/work/bitcoin/bitcoin/depends/hosts/ /Users/runner/work/bitcoin/bitcoin/depends/packages/ /Users/runner/work/bitcoin/bitcoin/depends/patches/ /Users/runner/work/bitcoin/bitcoin/depends/sdk-sources/ |
| 2785 | 0s | 0% | du -sh /Users/runner/work/bitcoin/bitcoin/prev_releases |
| 2789 | 0s | 0% | [[ x86_64-apple-darwin = *-mingw32 ]] |
| 2790 | 0s | 0% | '[' -n '' ']' |
| 2791 | 0s | 0% | '[' true = true ']' |
| 2792 | 0s | 0% | DIR_UNIT_TEST_DATA= |
| 2793 | 0s | 0% | LD_LIBRARY_PATH=/Users/runner/work/bitcoin/bitcoin/depends/x86_64-apple-darwin/lib |
| 2794 | 2m14s | 6% | make -j3 check VERBOSE=1 |
| 2980 | 0s | 0% | '[' '' = true ']' |
| 2981 | 0s | 0% | '[' true = true ']' |
| 2982 | 0s | 0% | LD_LIBRARY_PATH=/Users/runner/work/bitcoin/bitcoin/depends/x86_64-apple-darwin/lib |
| 2983 | 16m2s | 47% | test/functional/test_runner.py --ci -j3 --tmpdirprefix /Users/runner/work/bitcoin/bitcoin/ci/scratch/test_runner/ --ansi --combinedlogslen=99999999 --timeout-factor=40 --quiet --failfast |
| 3926 | 0s | 0% | '[' false = true ']' |
| 3927 | 0s | 0% | '[' true = true ']' |
| 3928 | 0s | 0% | LD_LIBRARY_PATH=/Users/runner/work/bitcoin/bitcoin/depends/x86_64-apple-darwin/lib |
| 3929 | 7s | 0% | test/fuzz/test_runner.py -j3 -l DEBUG /Users/runner/work/bitcoin/bitcoin/ci/scratch/qa-assets/fuzz_seed_corpus/ --empty_min_time=60 |
| 4334 | 4s | 0% | '[' -z 1 ']' |