test test_eintr failed
test_all (test.test_eintr.EINTRTests) ... FAIL
======================================================================
FAIL: test_all (test.test_eintr.EINTRTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/buildbot/buildarea/3.x.billenstein-sierra/build/Lib/test/test_eintr.py", line 18, in test_all
script_helper.assert_python_ok("-u", tester)
File "/Users/buildbot/buildarea/3.x.billenstein-sierra/build/Lib/test/support/script_helper.py", line 157, in assert_python_ok
return _assert_python(True, *args, **env_vars)
File "/Users/buildbot/buildarea/3.x.billenstein-sierra/build/Lib/test/support/script_helper.py", line 143, in _assert_python
res.fail(cmd_line)
File "/Users/buildbot/buildarea/3.x.billenstein-sierra/build/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: ['/Users/buildbot/buildarea/3.x.billenstein-sierra/build/python.exe', '-X', 'faulthandler', '-I', '-u', '/Users/buildbot/buildarea/3.x.billenstein-sierra/build/Lib/test/eintrdata/eintr_tester.py']
stdout:
---
---
stderr:
---
........ss.sFss..s......
======================================================================
FAIL: test_select (__main__.SelectEINTRTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/buildbot/buildarea/3.x.billenstein-sierra/build/Lib/test/eintrdata/eintr_tester.py", line 73, in tearDown
self.assertGreater(self.signals, 0)
AssertionError: 0 not greater than 0
----------------------------------------------------------------------
Ran 24 tests in 9.157s
FAILED (failures=1, skipped=6)
---
----------------------------------------------------------------------
Ran 1 test in 9.691s
FAILED (failures=1)
1 test failed again:
test_eintr
Subsequent build succeeds, so I an not sure if this is a real error, a race condition or something transient.