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 / ARM64: Linux (Debian stable, QEMU) cancelled Aug 9, 2023 in 3m 44s

Task Summary

Instruction test failed in 03:43

Details

⚠️ Monthly free compute limit exceeded and will be limited next month!
ℹ️ PR was closed!

✅ 00:00 clone
⏹️ 03:43 test

  CC       src/bench-bench.o
  CC       src/libsecp256k1_la-secp256k1.lo
  CC       src/libsecp256k1_precomputed_la-precomputed_ecmult.lo
  CC       src/libsecp256k1_precomputed_la-precomputed_ecmult_gen.lo
  CC       src/bench_internal-bench_internal.o
  CC       src/bench_ecmult-bench_ecmult.o
  CC       src/noverify_tests-tests.o
  CC       src/tests-tests.o
  CC       src/exhaustive_tests-tests_exhaustive.o
  CC       examples/ecdsa_example-ecdsa.o
  CC       examples/ecdh_example-ecdh.o
  CC       examples/schnorr_example-schnorr.o
  CCLD     libsecp256k1_precomputed.la
  CCLD     libsecp256k1.la
  CCLD     bench_internal
  CCLD     bench_ecmult
  CCLD     ecdsa_example
  CCLD     ecdh_example
  CCLD     schnorr_example
  CCLD     bench
  CCLD     exhaustive_tests
  CCLD     noverify_tests
  CCLD     tests
make[1]: Leaving directory '/tmp/cirrus-ci-build'
+ file exhaustive_tests noverify_tests tests
exhaustive_tests: ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=7d23e58cdc767dd2353bbf2683547a39bab1a381, for GNU/Linux 3.7.0, with debug_info, not stripped
noverify_tests:   ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=ea547a8c3da6ed63f834433e4a119dad7ae2304b, for GNU/Linux 3.7.0, with debug_info, not stripped
tests:            ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=9d0b3f59a2d9219d383725ae9e5771dfd52c2f9b, for GNU/Linux 3.7.0, with debug_info, not stripped
+ file bench bench_ecmult bench_internal
bench:          Bourne-Again shell script, ASCII text executable
bench_ecmult:   ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=72441c04e3bb8ae0644f34ebca2d85bcdd5ae11c, for GNU/Linux 3.7.0, with debug_info, not stripped
bench_internal: ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=35737e8c697822adaa548d246941d40178007384, for GNU/Linux 3.7.0, with debug_info, not stripped
+ file .libs/bench .libs/libsecp256k1.a .libs/libsecp256k1.la .libs/libsecp256k1.lai .libs/libsecp256k1.so .libs/libsecp256k1.so.2 .libs/libsecp256k1.so.2.0.3 .libs/libsecp256k1_precomputed.a .libs/libsecp256k1_precomputed.la
.libs/bench:                       ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=1be185765de307d70ae061a8112ac518d2ad6c09, for GNU/Linux 3.7.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.2.0.3
.libs/libsecp256k1.so.2:           symbolic link to libsecp256k1.so.2.0.3
.libs/libsecp256k1.so.2.0.3:       ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=32ee1712669737b316521125aa94592ed5f8a7c1, 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=qemu-aarch64
+ 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: noverify_tests
PASS: exhaustive_tests

Timed out!