Message280570
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. |
|
Date |
User |
Action |
Args |
2016-11-11 09:19:07 | koobs | set | recipients:
+ koobs, vstinner, Claudiu.Popa, berker.peksag, serhiy.storchaka, vajrasky |
2016-11-11 09:19:07 | koobs | set | messageid: <1478855947.09.0.626454921249.issue27838@psf.upfronthosting.co.za> |
2016-11-11 09:19:07 | koobs | link | issue27838 messages |
2016-11-11 09:19:06 | koobs | create | |
|