Message274516
| Author |
martin.panter |
| Recipients |
Lukasa, christian.heimes, martin.panter, python-dev, vstinner |
| Date |
2016年09月06日.04:37:53 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1473136673.76.0.781972274062.issue27744@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Also, the Gentoo buildbots fail:
http://buildbot.python.org/all/builders/x86%20Gentoo%20Non-Debug%20with%20X%203.x/builds/1368/steps/test/logs/stdio
======================================================================
ERROR: test_aead_aes_gcm (test.test_socket.LinuxKernelCryptoAPI)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/buildbot/buildarea/3.x.ware-gentoo-x86.nondebug/build/Lib/test/support/__init__.py", line 523, in wrapper
return func(*args, **kw)
File "/buildbot/buildarea/3.x.ware-gentoo-x86.nondebug/build/Lib/test/test_socket.py", line 5428, in test_aead_aes_gcm
with self.create_alg('aead', 'gcm(aes)') as algo:
File "/buildbot/buildarea/3.x.ware-gentoo-x86.nondebug/build/Lib/test/test_socket.py", line 5346, in create_alg
sock.bind((typ, name))
FileNotFoundError: [Errno 2] No such file or directory
Similar failures for test_aes_cbc test_drbg_pr_sha256 test_hmac_sha1 test_sha256. |
|