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 koobs, vstinner
Date 2016-08-23.13:40:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471959658.26.0.0626423066304.issue27838@psf.upfronthosting.co.za>
In-reply-to
Content
http://buildbot.python.org/all/builders/AMD64%20FreeBSD%20CURRENT%20Debug%203.x/builds/940/steps/test/logs/stdio

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

----------------------------------------------------------------------
History
Date User Action Args
2016-08-23 13:40:58vstinnersetrecipients: + vstinner, koobs
2016-08-23 13:40:58vstinnersetmessageid: <1471959658.26.0.0626423066304.issue27838@psf.upfronthosting.co.za>
2016-08-23 13:40:58vstinnerlinkissue27838 messages
2016-08-23 13:40:57vstinnercreate