| 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 |
| 285 | 0s | 0% | export BASE_READ_ONLY_DIR |
| 286 | 0s | 0% | export BASE_ROOT_DIR=/Users/runner/work/bitcoin/bitcoin |
| 287 | 0s | 0% | BASE_ROOT_DIR=/Users/runner/work/bitcoin/bitcoin |
| 288 | 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 |
| 308 | 0s | 0% | GOAL=install |
| 309 | 0s | 0% | export 'BITCOIN_CONFIG=--with-gui --with-miniupnpc --with-natpmp --enable-reduce-exports' |
| 310 | 0s | 0% | BITCOIN_CONFIG='--with-gui --with-miniupnpc --with-natpmp --enable-reduce-exports' |
| 311 | 0s | 0% | export CI_OS_NAME=macos |
| 312 | 0s | 0% | CI_OS_NAME=macos |
| 313 | 0s | 0% | export NO_DEPENDS=1 |
| 314 | 0s | 0% | NO_DEPENDS=1 |
| 315 | 0s | 0% | export OSX_SDK= |
| 316 | 0s | 0% | OSX_SDK= |
| 317 | 0s | 0% | export CCACHE_MAXSIZE=400M |
| 318 | 0s | 0% | CCACHE_MAXSIZE=400M |
| 319 | 0s | 0% | export RUN_FUZZ_TESTS=true |
| 320 | 0s | 0% | RUN_FUZZ_TESTS=true |
| 321 | 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' |
| 386 | 0s | 0% | CI_EXEC /Users/runner/work/bitcoin/bitcoin/ci/test/01_base_install.sh |
| 388 | 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:' |
| 456 | 0s | 0% | df -h |
| 457 | 0s | 0% | [[ ci_mac_native == \c\i\_\n\a\t\i\v\e\_\a\s\a\n ]] |
| 459 | 0s | 0% | export HOST=x86_64-apple-darwin |
| 461 | 0s | 0% | HOST=x86_64-apple-darwin |
| 463 | 0s | 0% | tee /dev/fd/63 |
| 465 | 0s | 0% | patch -p1 |
| 467 | 0s | 0% | '[' true = true ']' |
| 469 | 0s | 0% | export DIR_FUZZ_IN=/Users/runner/work/bitcoin/bitcoin/ci/scratch/qa-assets/fuzz_seed_corpus/ |
| 471 | 0s | 0% | DIR_FUZZ_IN=/Users/runner/work/bitcoin/bitcoin/ci/scratch/qa-assets/fuzz_seed_corpus/ |
| 473 | 0s | 0% | '[' '!' -d /Users/runner/work/bitcoin/bitcoin/ci/scratch/qa-assets/fuzz_seed_corpus/ ']' |
| 476 | 0s | 0% | retry -- git clone --depth=1 https://github.com/bitcoin-core/qa-assets /Users/runner/work/bitcoin/bitcoin/ci/scratch/qa-assets |
| 479 | 0s | 0% | b/src/leveldb/db/db_impl.cc |
| 489 | 3m0s | 58% | 1].Add(stats); |
| 622 | 0s | 0% | cd /Users/runner/work/bitcoin/bitcoin/ci/scratch/qa-assets |
| 624 | 0s | 0% | echo 'Using qa-assets repo from commit ...' |
| 625 | 0s | 0% | git log -1 |
| 633 | 0s | 0% | '[' false = true ']' |
| 634 | 0s | 0% | '[' macos == macos ']' |
| 635 | 0s | 0% | echo |
| 636 | 0s | 0% | '[' -z 1 ']' |
| 637 | 0s | 0% | '[' '' = true ']' |
| 638 | 0s | 0% | BITCOIN_CONFIG_ALL=--disable-dependency-tracking |
| 639 | 0s | 0% | '[' -z 1 ']' |
| 640 | 0s | 0% | '[' -z '' ']' |
| 641 | 0s | 0% | BITCOIN_CONFIG_ALL='--disable-dependency-tracking --enable-werror' |
| 642 | 0s | 0% | ccache --zero-stats |
| 644 | 0s | 0% | PRINT_CCACHE_STATISTICS='ccache --version | head -n 1 && ccache --show-stats' |
| 645 | 0s | 0% | BITCOIN_CONFIG_ALL='--disable-dependency-tracking --enable-werror --enable-external-signer --prefix=/Users/runner/work/bitcoin/bitcoin/ci/scratch/out' |
| 646 | 0s | 0% | '[' -n '' ']' |
| 647 | 13s | 4% | ./autogen.sh |
| 679 | 0s | 0% | mkdir -p /Users/runner/work/bitcoin/bitcoin/ci/scratch/build |
| 680 | 0s | 0% | cd /Users/runner/work/bitcoin/bitcoin/ci/scratch/build |
| 681 | 2s | 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' |
| 704 | 0s | 0% | compiler works... yes |
| 705 | 0s | 0% | compiler default output file name... a.out |
| 710 | 0s | 0% | accepts -g... yes |
| 711 | 0s | 0% | option to enable C++11 features... -std=gnu++11 |
| 713 | 0s | 0% | -std=gnu++11... none |
| 714 | 0s | 0% | -std=gnu++11 supports C++20 features with -std=c++20... yes |
| 716 | 0s | 0% | -std=gnu++11 -std=c++20 accepts -g... yes |
| 717 | 4s | 1% | -std=gnu++11 -std=c++20... none |
| 786 | 0s | 0% | preprocessor... g++ -std=gnu++11 -std=c++20 -E |
| 787 | 0s | 0% | -std=gnu++11 -std=c++20... /Applications/Xcode_15.0.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld |
| 789 | 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 |
| 790 | 0s | 0% | -std=gnu++11 -std=c++20 option to produce PIC... -fno-common -DPIC |
| 791 | 0s | 0% | -std=gnu++11 -std=c++20 PIC flag -fno-common -DPIC works... yes |
| 792 | 0s | 0% | -std=gnu++11 -std=c++20 static flag -static works... no |
| 793 | 0s | 0% | -std=gnu++11 -std=c++20 supports -c -o file.o... yes |
| 794 | 0s | 0% | -std=gnu++11 -std=c++20 supports -c -o file.o... (cached) yes |
| 795 | 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 |
| 813 | 0s | 0% | compiler accepts -Werror... yes |
| 815 | 0s | 0% | compiler accepts -Wall... yes |
| 816 | 0s | 0% | compiler accepts -Wextra... yes |
| 817 | 0s | 0% | compiler accepts -Wgnu... yes |
| 818 | 0s | 0% | compiler accepts -Wformat -Wformat-security... yes |
| 819 | 0s | 0% | compiler accepts -Wvla... yes |
| 820 | 0s | 0% | compiler accepts -Wshadow-field... yes |
| 821 | 0s | 0% | compiler accepts -Wthread-safety... yes |
| 822 | 0s | 0% | compiler accepts -Wloop-analysis... yes |
| 823 | 0s | 0% | compiler accepts -Wredundant-decls... yes |
| 824 | 0s | 0% | compiler accepts -Wunused-member-function... yes |
| 825 | 0s | 0% | compiler accepts -Wdate-time... yes |
| 826 | 0s | 0% | compiler accepts -Wconditional-uninitialized... yes |
| 827 | 0s | 0% | compiler accepts -Wduplicated-branches... no |
| 828 | 0s | 0% | compiler accepts -Wduplicated-cond... no |
| 829 | 0s | 0% | compiler accepts -Wlogical-op... no |
| 830 | 0s | 0% | compiler accepts -Woverloaded-virtual... yes |
| 831 | 0s | 0% | compiler accepts -Wsuggest-override... yes |
| 832 | 0s | 0% | compiler accepts -Wimplicit-fallthrough... yes |
| 833 | 0s | 0% | compiler accepts -Wunreachable-code... yes |
| 834 | 0s | 0% | compiler accepts -Wdocumentation... yes |
| 835 | 0s | 0% | compiler accepts -Wself-assign... yes |
| 836 | 0s | 0% | compiler accepts -Wundef... yes |
| 837 | 0s | 0% | compiler accepts -Wunused-parameter... yes |
| 838 | 0s | 0% | compiler accepts -fno-extended-identifiers... no |
| 839 | 0s | 0% | compiler accepts -fstack-reuse=none... no |
| 840 | 0s | 0% | compiler accepts -msse4.2... no |
| 841 | 0s | 0% | compiler accepts -msse4.1... no |
| 842 | 0s | 0% | compiler accepts -mavx -mavx2... no |
| 843 | 0s | 0% | compiler accepts -msse4 -msha... no |
| 844 | 1s | 0% | compiler accepts -mpclmul... no |
| 849 | 0s | 0% | compiler accepts -march=armv8-a+crc+crypto... yes |
| 850 | 0s | 0% | compiler accepts -march=armv8-a+crypto... yes |
| 855 | 3s | 0% | preprocessor accepts -Xclang -internal-isystem -Xclang /usr/local/include/... yes |
| 867 | 0s | 0% | -std=gnu++11 -std=c++20 options needed to detect all undeclared functions... none needed |
| 870 | 0s | 0% | compiler accepts -fPIC... yes |
| 871 | 0s | 0% | compiler accepts -Wstack-protector... yes |
| 872 | 0s | 0% | compiler accepts -fstack-protector-all... yes |
| 873 | 0s | 0% | compiler accepts -fcf-protection=full... no |
| 874 | 0s | 0% | compiler accepts -fstack-clash-protection... no |
| 875 | 0s | 0% | compiler accepts -mbranch-protection=bti... yes |
| 876 | 0s | 0% | preprocessor accepts -D_FORTIFY_SOURCE=3... yes |
| 877 | 4s | 1% | preprocessor accepts -U_FORTIFY_SOURCE... yes |
| 948 | 0s | 0% | headers... no |
| 962 | 0s | 0% | preprocessor accepts -DBOOST_NO_CXX98_FUNCTION_BASE... no |
| 963 | 5s | 1% | compiler accepts -fvisibility=hidden... yes |
| 1178 | 0s | 0% | -std=gnu++11 -std=c++20 |
| 1184 | 3s | 0% | make distdir VERSION=x86_64-apple-darwin |
| 1228 | 0s | 0% | cd /Users/runner/work/bitcoin/bitcoin/ci/scratch/build/bitcoin-x86_64-apple-darwin |
| 1229 | 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' |
| 1249 | 0s | 0% | compiler works... yes |
| 1250 | 0s | 0% | compiler default output file name... a.out |
| 1255 | 0s | 0% | accepts -g... (cached) yes |
| 1256 | 0s | 0% | option to enable C++11 features... (cached) -std=gnu++11 |
| 1258 | 0s | 0% | -std=gnu++11... (cached) none |
| 1259 | 0s | 0% | -std=gnu++11 supports C++20 features with -std=c++20... (cached) yes |
| 1261 | 0s | 0% | -std=gnu++11 -std=c++20 accepts -g... (cached) yes |
| 1262 | 0s | 0% | -std=gnu++11 -std=c++20... (cached) none |
| 1331 | 0s | 0% | preprocessor... (cached) g++ -std=gnu++11 -std=c++20 -E |
| 1332 | 0s | 0% | -std=gnu++11 -std=c++20... (cached) /Applications/Xcode_15.0.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld |
| 1334 | 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 |
| 1335 | 0s | 0% | -std=gnu++11 -std=c++20 option to produce PIC... (cached) -fno-common -DPIC |
| 1336 | 0s | 0% | -std=gnu++11 -std=c++20 PIC flag -fno-common -DPIC works... (cached) yes |
| 1337 | 0s | 0% | -std=gnu++11 -std=c++20 static flag -static works... (cached) no |
| 1338 | 0s | 0% | -std=gnu++11 -std=c++20 supports -c -o file.o... (cached) yes |
| 1339 | 0s | 0% | -std=gnu++11 -std=c++20 supports -c -o file.o... (cached) yes |
| 1340 | 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 |
| 1356 | 0s | 0% | compiler accepts -Werror... (cached) yes |
| 1358 | 0s | 0% | compiler accepts -Wall... (cached) yes |
| 1359 | 0s | 0% | compiler accepts -Wextra... (cached) yes |
| 1360 | 0s | 0% | compiler accepts -Wgnu... (cached) yes |
| 1361 | 0s | 0% | compiler accepts -Wformat -Wformat-security... (cached) yes |
| 1362 | 0s | 0% | compiler accepts -Wvla... (cached) yes |
| 1363 | 0s | 0% | compiler accepts -Wshadow-field... (cached) yes |
| 1364 | 0s | 0% | compiler accepts -Wthread-safety... (cached) yes |
| 1365 | 0s | 0% | compiler accepts -Wloop-analysis... (cached) yes |
| 1366 | 0s | 0% | compiler accepts -Wredundant-decls... (cached) yes |
| 1367 | 0s | 0% | compiler accepts -Wunused-member-function... (cached) yes |
| 1368 | 0s | 0% | compiler accepts -Wdate-time... (cached) yes |
| 1369 | 0s | 0% | compiler accepts -Wconditional-uninitialized... (cached) yes |
| 1370 | 0s | 0% | compiler accepts -Wduplicated-branches... (cached) no |
| 1371 | 0s | 0% | compiler accepts -Wduplicated-cond... (cached) no |
| 1372 | 0s | 0% | compiler accepts -Wlogical-op... (cached) no |
| 1373 | 0s | 0% | compiler accepts -Woverloaded-virtual... (cached) yes |
| 1374 | 0s | 0% | compiler accepts -Wsuggest-override... (cached) yes |
| 1375 | 0s | 0% | compiler accepts -Wimplicit-fallthrough... (cached) yes |
| 1376 | 0s | 0% | compiler accepts -Wunreachable-code... (cached) yes |
| 1377 | 0s | 0% | compiler accepts -Wdocumentation... (cached) yes |
| 1378 | 0s | 0% | compiler accepts -Wself-assign... (cached) yes |
| 1379 | 0s | 0% | compiler accepts -Wundef... (cached) yes |
| 1380 | 0s | 0% | compiler accepts -Wunused-parameter... (cached) yes |
| 1381 | 0s | 0% | compiler accepts -fno-extended-identifiers... (cached) no |
| 1382 | 0s | 0% | compiler accepts -fstack-reuse=none... (cached) no |
| 1383 | 0s | 0% | compiler accepts -msse4.2... (cached) no |
| 1384 | 0s | 0% | compiler accepts -msse4.1... (cached) no |
| 1385 | 0s | 0% | compiler accepts -mavx -mavx2... (cached) no |
| 1386 | 0s | 0% | compiler accepts -msse4 -msha... (cached) no |
| 1387 | 0s | 0% | compiler accepts -mpclmul... (cached) no |
| 1392 | 0s | 0% | compiler accepts -march=armv8-a+crc+crypto... (cached) yes |
| 1393 | 0s | 0% | compiler accepts -march=armv8-a+crypto... (cached) yes |
| 1398 | 2s | 0% | preprocessor accepts -Xclang -internal-isystem -Xclang /usr/local/include/... (cached) yes |
| 1410 | 0s | 0% | -std=gnu++11 -std=c++20 options needed to detect all undeclared functions... (cached) none needed |
| 1413 | 0s | 0% | compiler accepts -fPIC... (cached) yes |
| 1414 | 0s | 0% | compiler accepts -Wstack-protector... (cached) yes |
| 1415 | 0s | 0% | compiler accepts -fstack-protector-all... (cached) yes |
| 1416 | 0s | 0% | compiler accepts -fcf-protection=full... (cached) no |
| 1417 | 0s | 0% | compiler accepts -fstack-clash-protection... (cached) no |
| 1418 | 0s | 0% | compiler accepts -mbranch-protection=bti... (cached) yes |
| 1419 | 0s | 0% | preprocessor accepts -D_FORTIFY_SOURCE=3... (cached) yes |
| 1420 | 4s | 1% | preprocessor accepts -U_FORTIFY_SOURCE... (cached) yes |