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 martin.panter
Recipients Zooko.Wilcox-O'Hearn, alex, christian.heimes, dchest, dstufft, gregory.p.smith, martin.panter, python-dev
Date 2016-09-08.03:29:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473305396.26.0.208617222004.issue26798@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2016-09-08 03:29:56martin.pantersetrecipients: + martin.panter, gregory.p.smith, christian.heimes, alex, python-dev, dstufft, Zooko.Wilcox-O'Hearn, dchest
2016-09-08 03:29:56martin.pantersetmessageid: <1473305396.26.0.208617222004.issue26798@psf.upfronthosting.co.za>
2016-09-08 03:29:56martin.panterlinkissue26798 messages
2016-09-08 03:29:55martin.pantercreate