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 vstinner
Recipients Claudiu.Popa, berker.peksag, koobs, serhiy.storchaka, vajrasky, vstinner
Date 2017-04-03.10:58:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491217134.29.0.0919694027963.issue27838@psf.upfronthosting.co.za>
In-reply-to
Content
Similar (or same?) failure on "x86 Gentoo Non-Debug with X 3.x":

======================================================================
ERROR: test_chown (test.test_os.ChownFileTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/buildbot/buildarea/3.x.ware-gentoo-x86.nondebug/build/Lib/test/test_os.py", line 1218, in test_chown
    os.chown(support.TESTFN, uid, gid_1)
PermissionError: [Errno 1] Operation not permitted: '@test_19914_tmp'

http://buildbot.python.org/all/builders/x86%20Gentoo%20Non-Debug%20with%20X%203.x/builds/542/steps/test/logs/stdio
History
Date User Action Args
2017-04-03 10:58:54vstinnersetrecipients: + vstinner, Claudiu.Popa, berker.peksag, serhiy.storchaka, koobs, vajrasky
2017-04-03 10:58:54vstinnersetmessageid: <1491217134.29.0.0919694027963.issue27838@psf.upfronthosting.co.za>
2017-04-03 10:58:54vstinnerlinkissue27838 messages
2017-04-03 10:58:53vstinnercreate