New submission from Gerrit Holl: I am building and testing Python 3.6 on the JASMIN Analysis Platform <http://www.jasmin.ac.uk/services/jasmin-analysis-platform/>, which runs Red Hat Enterprise Linux Server release 6.8 on a machine with 48 × Intel(R) Xeon(R) CPU E7-4860 v2 @ 2.60GHz, 2 TiB RAM, and a PanFSⓇ <http://www.panasas.com/products/panfs> distributed file system. test.test_spwd.TestSpwdNonRoot is failing with FileNotFoundError. Below is the full verbose output of `./python -m test -v test_spwd`:
== CPython 3.6.0 (default, Jan 4 2017, 14:11:04) [GCC 4.4.7 20120313 (Red Hat 4.4.7-17)] == Linux-2.6.32-642.6.2.el6.x86_64-x86_64-with-redhat-6.8-Santiago little-endian == hash algorithm: siphash24 64bit == cwd: /home/users/gholl/src/Python-3.6.0/build/test_python_40357 == encodings: locale=UTF-8, FS=utf-8 Testing with flags: sys.flags(debug=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=0, verbose=0, bytes_warning=0, quiet=0, hash_randomization=1, isolated=0) Run tests sequentially 0:00:00 [1/1] test_spwd test_getspnam_exception (test.test_spwd.TestSpwdNonRoot) ... ERROR test_getspall (test.test_spwd.TestSpwdRoot) ... skipped 'root privileges required' test_getspnam (test.test_spwd.TestSpwdRoot) ... skipped 'root privileges required' ====================================================================== ERROR: test_getspnam_exception (test.test_spwd.TestSpwdNonRoot) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/users/gholl/src/Python-3.6.0/Lib/test/test_spwd.py", line 67, in test_getspnam_exception spwd.getspnam(name) FileNotFoundError: [Errno 2] No such file or directory ---------------------------------------------------------------------- Ran 3 tests in 0.002s FAILED (errors=1, skipped=2) test_spwd failed 1 test failed: test_spwd Total duration: 66 ms Tests result: FAILURE ---------- messages: 284651 nosy: Gerrit.Holl priority: normal severity: normal status: open title: test.test_spwd.TestSpwdNonRoot failure with FileNotFoundError: _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29155> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com