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 skrah
Recipients neologix, python-dev, skrah, vstinner
Date 2013-10-20.10:56:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382266564.65.0.91317603601.issue11871@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like it happened again:

http://buildbot.python.org/all/builders/x86%20Gentoo%20Non-Debug%203.x/builds/5223/steps/test/logs/stdio


======================================================================
ERROR: test_default_timeout (test.test_threading.BarrierTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/buildslave/3.x.murray-gentoo-wide/build/Lib/test/lock_tests.py", line 876, in test_default_timeout
    self.run_threads(f)
  File "/var/lib/buildslave/3.x.murray-gentoo-wide/build/Lib/test/lock_tests.py", line 705, in run_threads
    f()
  File "/var/lib/buildslave/3.x.murray-gentoo-wide/build/Lib/test/lock_tests.py", line 871, in f
    i = barrier.wait()
  File "/var/lib/buildslave/3.x.murray-gentoo-wide/build/Lib/threading.py", line 616, in wait
    self._wait(timeout)
  File "/var/lib/buildslave/3.x.murray-gentoo-wide/build/Lib/threading.py", line 654, in _wait
    raise BrokenBarrierError
threading.BrokenBarrierError

----------------------------------------------------------------------
Ran 138 tests in 22.880s
History
Date User Action Args
2013-10-20 10:56:04skrahsetrecipients: + skrah, vstinner, neologix, python-dev
2013-10-20 10:56:04skrahsetmessageid: <1382266564.65.0.91317603601.issue11871@psf.upfronthosting.co.za>
2013-10-20 10:56:04skrahlinkissue11871 messages
2013-10-20 10:56:04skrahcreate