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: Always define EXPERIMENTAL variable #250

Merged

ci: Always define EXPERIMENTAL variable

7e91936
Select commit
Loading
Failed to load commit list.
Merged

ci: Always define EXPERIMENTAL variable #250

ci: Always define EXPERIMENTAL variable
7e91936
Select commit
Loading
Failed to load commit list.
Cirrus CI / Valgrind (memcheck) ASM:no CC:clang ECMULTGENPRECISION:2 ECMULTWINDOW:2 HOST: failed Jul 21, 2023 in 5m 26s

Task Summary

Instruction test failed in 05:11

Details

ℹ️ Scheduling was delayed due to a concurrency limit on community tasks
ℹ️ Consider upgrading to a $10/month plan to get 2x the limits on any public and private repository

✅ 00:01 clone
✅ 00:01 merge_base
❌ 05:11 test

bench:            Bourne-Again shell script, ASCII text executable
bench_bppp:       ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=9ae7ba84869c952c66e1ff8545e338cdd9321191, for GNU/Linux 3.2.0, with debug_info, not stripped
bench_ecmult:     ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=354d2bf5bcae4266811592189d2d034d2bcf70b0, for GNU/Linux 3.2.0, with debug_info, not stripped
bench_generator:  ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=735156b70dba3cf1dfb3745abbd42840c469d440, for GNU/Linux 3.2.0, with debug_info, not stripped
bench_internal:   ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=5d46ee70a666d8591b70f5673b34162eabe8099f, for GNU/Linux 3.2.0, with debug_info, not stripped
bench_rangeproof: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=14e99c57d6d89cf318fe2c95e5c24967ca75b257, for GNU/Linux 3.2.0, with debug_info, not stripped
bench_whitelist:  Bourne-Again shell script, ASCII text executable
+ file .libs/bench .libs/bench_whitelist .libs/libsecp256k1.a .libs/libsecp256k1.la .libs/libsecp256k1.lai .libs/libsecp256k1.so .libs/libsecp256k1.so.0 .libs/libsecp256k1.so.0.0.0 .libs/libsecp256k1_precomputed.a .libs/libsecp256k1_precomputed.la .libs/valgrind_ctime_test
.libs/bench:                       ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=062085d7b4115bd1bbfbff28a09831b2e45069f1, for GNU/Linux 3.2.0, with debug_info, not stripped
.libs/bench_whitelist:             ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=af0b2c0b9aa4db0b1ae19573082680ec264a02be, for GNU/Linux 3.2.0, with debug_info, not stripped
.libs/libsecp256k1.a:              current ar archive
.libs/libsecp256k1.la:             symbolic link to ../libsecp256k1.la
.libs/libsecp256k1.lai:            libtool library file, ASCII text
.libs/libsecp256k1.so:             symbolic link to libsecp256k1.so.0.0.0
.libs/libsecp256k1.so.0:           symbolic link to libsecp256k1.so.0.0.0
.libs/libsecp256k1.so.0.0.0:       ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=477256d4d4c2a3be73deeccaf4d0b96a3db44411, with debug_info, not stripped
.libs/libsecp256k1_precomputed.a:  current ar archive
.libs/libsecp256k1_precomputed.la: symbolic link to ../libsecp256k1_precomputed.la
.libs/valgrind_ctime_test:         ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=2461a5de185eaeda8e5d6fb83275f64bcd848d37, for GNU/Linux 3.2.0, with debug_info, not stripped
+ export LOG_COMPILER=valgrind --error-exitcode=42
+ make check
make  check-am
make[1]: Entering directory '/tmp/cirrus-ci-build'
make  check-TESTS
make[2]: Entering directory '/tmp/cirrus-ci-build'
make[3]: Entering directory '/tmp/cirrus-ci-build'
FAIL: ecdsa_example
FAIL: tests
FAIL: noverify_tests
FAIL: ecdh_example
FAIL: schnorr_example
FAIL: musig_example
PASS: exhaustive_tests
============================================================================
Testsuite summary for libsecp256k1 0.1.0-dev
============================================================================
# TOTAL: 7
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  6
# XPASS: 0
# ERROR: 0
============================================================================
See ./test-suite.log
Please report to https://github.com/bitcoin-core/secp256k1/issues
============================================================================
make[3]: *** [Makefile:1735: test-suite.log] Error 1
make[3]: Leaving directory '/tmp/cirrus-ci-build'
make[2]: *** [Makefile:1843: check-TESTS] Error 2
make[2]: Leaving directory '/tmp/cirrus-ci-build'
make[1]: *** [Makefile:2096: check-am] Error 2
make[1]: Leaving directory '/tmp/cirrus-ci-build'
make: *** [Makefile:2098: check] Error 2

Exit status: 2