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

Ubuntu 22.04 secp256k1 fail #6115

Closed
mdr0id opened this issue Aug 16, 2022 · 1 comment
Closed

Ubuntu 22.04 secp256k1 fail #6115

mdr0id opened this issue Aug 16, 2022 · 1 comment

Comments

@mdr0id
Copy link
Contributor

mdr0id commented Aug 16, 2022

During testing of the newer Ubuntu 22.04 platform, it was noticed that the full-test-suite does not gracefully complete as expected like all other supported production platforms:

Running stage secp256k1
=======================

make: Entering directory '/home/zcash/src/secp256k1'
make  check-TESTS
make[1]: Entering directory '/home/zcash/src/secp256k1'
make[2]: Entering directory '/home/zcash/src/secp256k1'
./build-aux/test-driver: line 112: 137048 Aborted                 (core dumped) "$@" >> "$log_file" 2>&1
FAIL: tests
PASS: exhaustive_tests
============================================================================
Testsuite summary for libsecp256k1 0.1
============================================================================
# TOTAL: 2
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0
============================================================================
See ./test-suite.log
============================================================================
make[2]: *** [Makefile:1286: test-suite.log] Error 1
make[2]: Leaving directory '/home/zcash/src/secp256k1'
make[1]: *** [Makefile:1394: check-TESTS] Error 2
make[1]: Leaving directory '/home/zcash/src/secp256k1'
make: *** [Makefile:1612: check-am] Error 2
make: Leaving directory '/home/zcash/src/secp256k1'

------------------------
Finished stage secp256k1

!!! Stage secp256k1 failed !!!
!!! One or more test stages failed !!!

test-suite.log:

========================================
   libsecp256k1 0.1: ./test-suite.log
========================================

# TOTAL: 2
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: tests
===========

test count = 64
random seed = 5b65aae462bb1ebd60d2a243f2e194de
Failure 10 on 30 34 02 1a ff 3e ff ff ff ff ff ff ff ff 7f 00 00 00 00 13 ff ff ff ff e3 ff 0b 00 00 00 02 16 00 a0 00 00 00 00 00 00 20 fc ff ff ff ff ff 1f 00 00 ff ff e2 ff 
src/tests.c:4947: test condition failed: ret == 0
FAIL tests (exit status: 134)
@daira
Copy link
Contributor

daira commented Sep 27, 2022

Closing as duplicate of #6180, since that issue has more information and this is not actually dependent on Ubuntu 22.04. (It happens on any machine with OpenSSL 3.0.x as its installed libssl, AFAIK.)

@daira daira closed this as completed Sep 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants