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:09:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478855388.2.0.941446449596.issue27838@psf.upfronthosting.co.za>
In-reply-to
Content
It appears something has changed in the past few weeks (with no changes made to the buildbot worker).

Now only 3.5 branch (both debug and non-debug) builders are failing, except there are now many failing tests, many different errors, and test clean is also failing.

Among others errors:

FileExistsError: [Errno 17] File exists: '@test_42517_tmp/TEST1/SUB1/SUB11'
PermissionError: [Errno 1] Operation not permitted: '@test_42517_tmp'
IsADirectoryError: [Errno 21] Is a directory: '@test_42517_tmp'
PermissionError: [Errno 13] Permission denied: 'SUB21'

Attached is the full log.

Looking into some of the test_xxxxx_tmp directories referenced, I see a SUB21 directory created with no permissions

[root@CURRENT-amd64:/usr/home/buildbot/python/3.5.koobs-freebsd-current/build/build/test_python_85793/@test_85793_tmp/TEST1/SUB2.new] ls -la
total 5
drwx------  3 buildbot  buildbot    5 Nov 11 16:44 .
drwx------  3 buildbot  buildbot    4 Nov 11 16:44 ..
lrwx------  1 buildbot  buildbot   11 Nov 11 16:44 broken_link2 -> tmp3/broken
lrwx------  1 buildbot  buildbot  103 Nov 11 16:44 link -> /usr/home/buildbot/python/3.5.koobs-freebsd-current/build/build/test_python_85793/@test_85793_tmp/TEST2
d---------  2 buildbot  buildbot    3 Nov 11 16:44 SUB21

This is observed across all test_python_xxxx directories:

[root@CURRENT-amd64:/usr/home/buildbot/python/3.5.koobs-freebsd-current/build/build] find . -perm 000
./test_python_85793/@test_85793_tmp/TEST1/SUB2.new/SUB21
./test_python_96334/@test_96334_tmp/TEST1/SUB2.new/SUB21
./test_python_53788/@test_53788_tmp/TEST1/SUB2.new/SUB21
./test_python_56622/@test_56622_tmp/TEST1/SUB2.new/SUB21
./test_python_38482/@test_38482_tmp/TEST1/SUB2.new/SUB21
./test_python_58380/@test_58380_tmp/TEST1/SUB2.new/SUB21
./test_python_42517/@test_42517_tmp/TEST1/SUB2.new/SUB21
History
Date User Action Args
2016-11-11 09:09:48koobssetrecipients: + koobs, vstinner, Claudiu.Popa, berker.peksag, serhiy.storchaka, vajrasky
2016-11-11 09:09:48koobssetmessageid: <1478855388.2.0.941446449596.issue27838@psf.upfronthosting.co.za>
2016-11-11 09:09:48koobslinkissue27838 messages
2016-11-11 09:09:47koobscreate