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 Michael.Felt
Recipients Michael.Felt, akeskimo, miss-islington, nierob, vstinner
Date 2018-12-27.10:05:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1545905158.74.0.433761531529.issue35189@roundup.psfhosted.org>
In-reply-to
Content
Forgot to include the test failure message:

======================================================================
FAIL: test_all (test.test_eintr.EINTRTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/data/prj/python/git/python3-3.8/Lib/test/test_eintr.py", line 18, in test_all
    script_helper.assert_python_ok("-u", tester)
  File "/data/prj/python/git/python3-3.8/Lib/test/support/script_helper.py", line 157, in assert_python_ok
    return _assert_python(True, *args, **env_vars)
  File "/data/prj/python/git/python3-3.8/Lib/test/support/script_helper.py", line 143, in _assert_python
    res.fail(cmd_line)
  File "/data/prj/python/git/python3-3.8/Lib/test/support/script_helper.py", line 70, in fail
    raise AssertionError("Process return code is %d\n"
AssertionError: Process return code is 1
command line: ['/data/prj/python/python3-3.8/python', '-X', 'faulthandler', '-I', '-u', '/data/prj/python/git/python3-3.8/Lib/test/eintrdata/eintr_tester.py']

stdout:
---

---

stderr:
---
.E......sss.............
======================================================================
ERROR: test_lockf (__main__.FNTLEINTRTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/data/prj/python/git/python3-3.8/Lib/test/eintrdata/eintr_tester.py", line 522, in test_lockf
    self._lock(fcntl.lockf, "lockf")
  File "/data/prj/python/git/python3-3.8/Lib/test/eintrdata/eintr_tester.py", line 507, in _lock
    lock_func(f, fcntl.LOCK_EX | fcntl.LOCK_NB)
PermissionError: [Errno 13] Permission denied

----------------------------------------------------------------------
Ran 24 tests in 9.692s

FAILED (errors=1, skipped=3)
---

----------------------------------------------------------------------

Ran 1 test in 10.404s

FAILED (failures=1)
test test_eintr failed
test_eintr failed

== Tests result: FAILURE ==

1 test failed:
    test_eintr

Total duration: 10 sec 645 ms
History
Date User Action Args
2018-12-27 10:05:59Michael.Feltsetrecipients: + Michael.Felt, vstinner, miss-islington, akeskimo, nierob
2018-12-27 10:05:58Michael.Feltsetmessageid: <1545905158.74.0.433761531529.issue35189@roundup.psfhosted.org>
2018-12-27 10:05:58Michael.Feltlinkissue35189 messages
2018-12-27 10:05:58Michael.Feltcreate