Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Use Homebrew's gcc in native macOS task #1402

Merged
merged 1 commit into from
Aug 16, 2023

ci: Use Homebrew's gcc in native macOS task

d62db57
Select commit
Loading
Failed to load commit list.
Merged

ci: Use Homebrew's gcc in native macOS task #1402

ci: Use Homebrew's gcc in native macOS task
d62db57
Select commit
Loading
Failed to load commit list.
Cirrus CI / x86_64: Linux (Debian stable) ASM:no BENCH:yes BUILD:check CC:gcc-snapshot CTIMETESTS:yes ECDH:no ECMULTGENPRECISION:8 ECMULTWINDOW:4 ELLSWIFT:no RECOVERY:no SCHNORRSIG:no WIDEMUL:auto WITH_VALGRIND:yes cancelled Aug 16, 2023 in 6s

Task Summary

Instruction test failed in 00:04

Details

⚠️ Monthly free compute limit exceeded and will be limited next month!
ℹ️ Scheduling was delayed due to a concurrency limit on community tasks
ℹ️ PR was closed!

✅ 00:01 clone
⏹️ 00:04 test

./ci/cirrus.sh
+ export LC_ALL=C
+ git show --no-patch
commit 306df7e9e0715514028f0dd7dc77b9ff18b68fbb
Merge: eedd781 d62db57
Author: Hennadii Stepanov <[email protected]>
Date:   Wed Aug 16 13:40:10 2023 +0000

    Merge d62db57427f60da57f936cbe049ee27b10c3f8d4 into eedd781085b1f6587ba6e91656fada5f6861a693
+ print_environment
+ set +x
WERROR_CFLAGS="-Werror -pedantic-errors" MAKEFLAGS="-j4" BUILD="check" ECMULTWINDOW="4" ECMULTGENPRECISION="8" ASM="no" WIDEMUL="auto" WITH_VALGRIND="yes" EXTRAFLAGS="" EXPERIMENTAL="no" ECDH="no" RECOVERY="no" SCHNORRSIG="no" ELLSWIFT="no" SECP256K1_TEST_ITERS="" BENCH="yes" SECP256K1_BENCH_ITERS="2" CTIMETESTS="yes" EXAMPLES="yes" HOST="" WRAPPER_CMD="" CC="gcc-snapshot" ./ci/cirrus.sh
+ env
+ grep -q gcc version
+ gcc-snapshot -v
+ [ -n x ]
+ gcc-snapshot -v
Using built-in specs.
COLLECT_GCC=gcc-snapshot
COLLECT_LTO_WRAPPER=/opt/gcc-snapshot/libexec/gcc/x86_64-pc-linux-gnu/14.0.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: ../gcc-14-20230813/configure --prefix=/opt/gcc-snapshot --enable-languages=c --disable-bootstrap --disable-multilib --without-isl
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 14.0.0 20230813 (experimental) (GCC) 
+ [ yes = yes ]
+ valgrind --version
valgrind-3.19.0
+ [ -n  ]
+ ./autogen.sh
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: copying file 'build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build-aux/m4'.
libtoolize: copying file 'build-aux/m4/libtool.m4'
libtoolize: copying file 'build-aux/m4/ltoptions.m4'
libtoolize: copying file 'build-aux/m4/ltsugar.m4'
libtoolize: copying file 'build-aux/m4/ltversion.m4'
libtoolize: copying file 'build-aux/m4/lt~obsolete.m4'