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: Run "Windows (VS 2022)" job on GitHub Actions #1389

Merged
merged 1 commit into from
Aug 9, 2023

ci: Run "Windows (VS 2022)" job on GitHub Actions

a2f7ccd
Select commit
Loading
Failed to load commit list.
Merged

ci: Run "Windows (VS 2022)" job on GitHub Actions #1389

ci: Run "Windows (VS 2022)" job on GitHub Actions
a2f7ccd
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Cirrus CI / x86_64: Linux (Debian stable) ASM:no BENCH:yes BUILD:check CC:clang-snapshot CTIMETESTS:yes ECDH:yes ECMULTGENPRECISION:auto ECMULTWINDOW:auto ELLSWIFT:no RECOVERY:no SCHNORRSIG:yes WIDEMUL:int128 WITH_VALGRIND:yes cancelled Aug 9, 2023 in 1m 28s

Task Summary

Instruction test failed in 01:27

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:00 clone
⏹️ 01:27 test

.libs/libsecp256k1.so.2.0.3:       ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8089420aad63c4e24b2e06a79902dd488f41d7fe, with debug_info, not stripped
.libs/libsecp256k1_precomputed.a:  current ar archive
.libs/libsecp256k1_precomputed.la: symbolic link to ../libsecp256k1_precomputed.la
+ export LOG_COMPILER=
+ 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'
PASS: ecdsa_example
PASS: ecdh_example
PASS: schnorr_example
PASS: exhaustive_tests
PASS: noverify_tests
PASS: tests
============================================================================
Testsuite summary for libsecp256k1 0.3.3-dev
============================================================================
# TOTAL: 6
# PASS:  6
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[3]: Leaving directory '/tmp/cirrus-ci-build'
make[2]: Leaving directory '/tmp/cirrus-ci-build'
make[1]: Leaving directory '/tmp/cirrus-ci-build'
+ EXEC=./libtool --mode=execute
+ [ -n  ]
+ [ yes = yes ]
+ [ yes = yes ]
+ [ yes = yes ]
+ ./libtool --mode=execute valgrind --error-exitcode=42 ./ctime_tests
+ [ -z  ]
+ make clean-precomp clean-testvectors
rm -f src/precomputed_ecmult_gen.c src/precomputed_ecmult.c
rm -f src/wycheproof/ecdsa_secp256k1_sha256_bitcoin_test.h
+ make precomp testvectors
make  precompute_ecmult_gen
make  precompute_ecmult
mkdir -p src/wycheproof
python3 ./tools/tests_wycheproof_generate.py ./src/wycheproof/ecdsa_secp256k1_sha256_bitcoin_test.json > src/wycheproof/ecdsa_secp256k1_sha256_bitcoin_test.h
make[1]: Entering directory '/tmp/cirrus-ci-build'
make[1]: Entering directory '/tmp/cirrus-ci-build'
  CC       src/precompute_ecmult_gen-precompute_ecmult_gen.o
  CC       src/precompute_ecmult-precompute_ecmult.o
  CCLD     precompute_ecmult
make[1]: Leaving directory '/tmp/cirrus-ci-build'
./precompute_ecmult
  CCLD     precompute_ecmult_gen
make[1]: Leaving directory '/tmp/cirrus-ci-build'
./precompute_ecmult_gen
+ git diff --exit-code