[Buildbot-status]Buildbot failure in Python on x86 Gentoo Installed with X 2.7

The Buildbot has detected a failed build on builder x86 Gentoo Installed with X 2.7 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/87/builds/2
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: ware-gentoo-x86
Build Reason: <unknown> Blamelist: Benjamin Peterson <benjamin@python.org>, Inada Naoki <songofacandy@gmail.com>
BUILD FAILED: failed test (failure)
Sincerely, -The Buildbot

Oh, this one should already be fixed by this fix: https://github.com/python/buildmaster-config/commit/cf294d7ae96e8e563f8f59e7...
The failure was that on x86 Gentoo Installed with X 2.7, regrtest got --timeout option but Python 2.7 doesn't have --timeout. Logs:
https://buildbot.python.org/all/#/builders/87/builds/2
argv: [b'./target/bin/python2.7', b'-Wdefault', b'-bb', b'-E', b'-m', b'test.regrtest', b'-rwW', b'-uall', b'-j2', b'--timeout=900']
...
Usage:
python -m test.regrtest [options] [test_name1 [test_name2 ...]] python path/to/Lib/test/regrtest.py [options] [test_name1 [test_name2 ...]]
(...)
Le mar. 17 déc. 2019 à 01:52, <buildbot@python.org> a écrit :
The Buildbot has detected a failed build on builder x86 Gentoo Installed with X 2.7 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/87/builds/2
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: ware-gentoo-x86
Build Reason: <unknown> Blamelist: Benjamin Peterson <benjamin@python.org>, Inada Naoki <songofacandy@gmail.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/mailman3/lists/buildbot-status.python.org/
-- Night gathers, and now my watch begins. It shall not end until my death.
participants (2)
-
buildbot@python.org
-
Victor Stinner