This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cstratak
Recipients cstratak
Date 2017-10-05.19:58:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507233504.45.0.213398074469.issue31705@psf.upfronthosting.co.za>
In-reply-to
Content
The issue is reproducible on a CentOS 7.4 on ppc64le architecture. It passes successfully on other arch's (however the other power pc arch's might also be affected).

How to reproduce:

Compile python 3.6 from source.

Run ./python3 -m test --verbose test_socket

And it fails with:

ERROR: test_sha256 (test.test_socket.LinuxKernelCryptoAPI)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/root/test/cpython/Lib/test/test_socket.py", line 5424, in test_sha256
    op.sendall(b"abc")
OSError: [Errno 126] Required key not available
History
Date User Action Args
2017-10-05 19:58:24cstrataksetrecipients: + cstratak
2017-10-05 19:58:24cstrataksetmessageid: <1507233504.45.0.213398074469.issue31705@psf.upfronthosting.co.za>
2017-10-05 19:58:24cstrataklinkissue31705 messages
2017-10-05 19:58:24cstratakcreate