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 koobs, python-dev, trent
Date 2012-12-04.09:06:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354612011.68.0.13572302481.issue15747@psf.upfronthosting.co.za>
In-reply-to
Content
I think this needs a backport to 2.7, my FreeBSD buildbots are failing on that branch since moving buildbots home directory onto a ZFS fs:

======================================================================
ERROR: test_chflags (test.test_posix.PosixTester)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/2.7.koobs-freebsd/build/Lib/test/test_posix.py", line 350, in test_chflags
    self._test_chflags_regular_file(posix.chflags, test_support.TESTFN)
  File "/usr/home/buildbot/python/2.7.koobs-freebsd/build/Lib/test/test_posix.py", line 337, in _test_chflags_regular_file
    chflags_func(target_file, st.st_flags | stat.UF_IMMUTABLE)
OSError: [Errno 45] Operation not supported: '@test_38161_tmp'

======================================================================
ERROR: test_lchflags_regular_file (test.test_posix.PosixTester)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/2.7.koobs-freebsd/build/Lib/test/test_posix.py", line 354, in test_lchflags_regular_file
    self._test_chflags_regular_file(posix.lchflags, test_support.TESTFN)
  File "/usr/home/buildbot/python/2.7.koobs-freebsd/build/Lib/test/test_posix.py", line 337, in _test_chflags_regular_file
    chflags_func(target_file, st.st_flags | stat.UF_IMMUTABLE)
OSError: [Errno 45] Operation not supported: '@test_38161_tmp'

----------------------------------------------------------------------
Ran 38 tests in 0.455s

I won't link the buildbot log url here since it will not be valid forever.
History
Date User Action Args
2012-12-04 09:06:51koobssetrecipients: + koobs, trent, python-dev
2012-12-04 09:06:51koobssetmessageid: <1354612011.68.0.13572302481.issue15747@psf.upfronthosting.co.za>
2012-12-04 09:06:51koobslinkissue15747 messages
2012-12-04 09:06:51koobscreate