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 cstratak
Recipients cstratak
Date 2017-08-07.16:43:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502124202.05.0.637493609291.issue31132@psf.upfronthosting.co.za>
In-reply-to
Content
FAIL: test_prlimit (test.test_resource.ResourceTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/Python-3.6.2/Lib/test/support/__init__.py", line 556, in wrapper
    return func(*args, **kw)
  File "/builddir/build/BUILD/Python-3.6.2/Lib/test/test_resource.py", line 153, in test_prlimit
    1, resource.RLIMIT_AS)
AssertionError: PermissionError not raised by prlimit


I observed this issue when mock [0] the underlying build system we use in Fedora started using the systemd-nspawn container technology instead of chroot [1][2] in order to create a minimal build environment.

[0] https://github.com/rpm-software-management/mock
[1] https://github.com/rpm-software-management/mock/wiki/Release-Notes-1.4.1
[2] https://www.freedesktop.org/software/systemd/man/systemd-nspawn.html
History
Date User Action Args
2017-08-07 16:43:22cstrataksetrecipients: + cstratak
2017-08-07 16:43:22cstrataksetmessageid: <1502124202.05.0.637493609291.issue31132@psf.upfronthosting.co.za>
2017-08-07 16:43:21cstrataklinkissue31132 messages
2017-08-07 16:43:21cstratakcreate