Message274960
Seems the test fails if the installed Python tree is not writable:
http://buildbot.python.org/all/builders/x86%20Gentoo%20Installed%20with%20X%203.x/builds/1005/steps/test/logs/stdio
======================================================================
ERROR: test_blake2b_vectors (test.test_hashlib.HashLibTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/buildbot/buildarea/3.x.ware-gentoo-x86.installed/build/target/lib/python3.6/test/test_hashlib.py", line 537, in test_blake2b_vectors
for msg, key, md in read_vectors('blake2b'):
File "/buildbot/buildarea/3.x.ware-gentoo-x86.installed/build/target/lib/python3.6/test/test_hashlib.py", line 50, in read_vectors
with support.open_urlresource(URL.format(hash_name)) as f:
File "/buildbot/buildarea/3.x.ware-gentoo-x86.installed/build/target/lib/python3.6/test/support/__init__.py", line 1061, in open_urlresource
with open(fn, "wb") as out:
PermissionError: [Errno 13] Permission denied: '/buildbot/buildarea/3.x.ware-gentoo-x86.installed/build/target/lib/python3.6/test/data/blake2b.txt'
======================================================================
ERROR: test_blake2s_vectors (test.test_hashlib.HashLibTestCase) |
|
Date |
User |
Action |
Args |
2016-09-08 03:29:56 | martin.panter | set | recipients:
+ martin.panter, gregory.p.smith, christian.heimes, alex, python-dev, dstufft, Zooko.Wilcox-O'Hearn, dchest |
2016-09-08 03:29:56 | martin.panter | set | messageid: <1473305396.26.0.208617222004.issue26798@psf.upfronthosting.co.za> |
2016-09-08 03:29:56 | martin.panter | link | issue26798 messages |
2016-09-08 03:29:55 | martin.panter | create | |
|