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 koobs
Recipients Claudiu.Popa, berker.peksag, koobs, serhiy.storchaka, vajrasky, vstinner
Date 2016-11-11.09:19:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478855947.09.0.626454921249.issue27838@psf.upfronthosting.co.za>
In-reply-to
Content
I also note *one* failure on koobs-freebsd-9 on 3.x and 3.6 branches, identical errors:

Nov 09 14:53 c27269c0d619... failure AMD64 FreeBSD 9.x 3.x #5304 Failed test
Nov 09 14:53 b671ac7ae620... failure AMD64 FreeBSD 9.x 3.6 #282  Failed test

======================================================================
ERROR: test_chown (test.test_os.ChownFileTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.6.koobs-freebsd9/build/Lib/test/test_os.py", line 1200, in test_chown
    os.chown(support.TESTFN, uid, gid_1)
PermissionError: [Errno 1] Operation not permitted: '@test_83654_tmp'

----------------------------------------------------------------------


======================================================================
ERROR: test_chown (test.test_os.ChownFileTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd9/build/Lib/test/test_os.py", line 1200, in test_chown
    os.chown(support.TESTFN, uid, gid_1)
PermissionError: [Errno 1] Operation not permitted: '@test_93884_tmp'

----------------------------------------------------------------------

I cannot explain what would cause persistent failure on one host and intermittent failure on another, except perhaps different host resources (cpu/mem) creating favourable conditions on one, but not the other.
History
Date User Action Args
2016-11-11 09:19:07koobssetrecipients: + koobs, vstinner, Claudiu.Popa, berker.peksag, serhiy.storchaka, vajrasky
2016-11-11 09:19:07koobssetmessageid: <1478855947.09.0.626454921249.issue27838@psf.upfronthosting.co.za>
2016-11-11 09:19:07koobslinkissue27838 messages
2016-11-11 09:19:06koobscreate