[Buildbot-status]Buildbot failure in Python on x86-64 High Sierra 3.x

The Buildbot has detected a failed build on builder x86-64 High Sierra 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/145/builds/849
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: billenstein-sierra
Build Reason: <unknown> Blamelist: Victor Stinner <vstinner@redhat.com>
BUILD FAILED: failed test (failure)
Sincerely, -The Buildbot

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.
On Wed, 28 Nov 2018 at 09:49, <buildbot@python.org> wrote:
The Buildbot has detected a failed build on builder x86-64 High Sierra 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/145/builds/849
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: billenstein-sierra
Build Reason: <unknown> Blamelist: Victor Stinner <vstinner@redhat.com>
BUILD FAILED: failed test (failure)
Sincerely, -The Buildbot
Buildbot-status mailing list -- buildbot-status@python.org To unsubscribe send an email to buildbot-status-leave@python.org https://mail.python.org/mm3/mailman3/lists/buildbot-status.python.org/

https://bugs.python.org/issue35316
On Wed, 28 Nov 2018 at 20:39, Pablo Galindo Salgado <pablogsal@gmail.com> wrote:
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.
On Wed, 28 Nov 2018 at 09:49, <buildbot@python.org> wrote:
The Buildbot has detected a failed build on builder x86-64 High Sierra 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/145/builds/849
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: billenstein-sierra
Build Reason: <unknown> Blamelist: Victor Stinner <vstinner@redhat.com>
BUILD FAILED: failed test (failure)
Sincerely, -The Buildbot
Buildbot-status mailing list -- buildbot-status@python.org To unsubscribe send an email to buildbot-status-leave@python.org https://mail.python.org/mm3/mailman3/lists/buildbot-status.python.org/

I just removed the failing assertion ("AssertionError: 0 not greater than 0") to fix the CI: https://bugs.python.org/issue35316
Victor Le mer. 28 nov. 2018 à 23:22, Pablo Galindo Salgado <pablogsal@gmail.com> a écrit :
https://bugs.python.org/issue35316
On Wed, 28 Nov 2018 at 20:39, Pablo Galindo Salgado <pablogsal@gmail.com> wrote:
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.
On Wed, 28 Nov 2018 at 09:49, <buildbot@python.org> wrote:
The Buildbot has detected a failed build on builder x86-64 High Sierra 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/145/builds/849
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: billenstein-sierra
Build Reason: <unknown> Blamelist: Victor Stinner <vstinner@redhat.com>
BUILD FAILED: failed test (failure)
Sincerely, -The Buildbot
Buildbot-status mailing list -- buildbot-status@python.org To unsubscribe send an email to buildbot-status-leave@python.org https://mail.python.org/mm3/mailman3/lists/buildbot-status.python.org/
Buildbot-status mailing list -- buildbot-status@python.org To unsubscribe send an email to buildbot-status-leave@python.org https://mail.python.org/mm3/mailman3/lists/buildbot-status.python.org/
participants (3)
-
buildbot@python.org
-
Pablo Galindo Salgado
-
Victor Stinner