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 pitrou
Recipients pitrou, rnk
Date 2011-03-14.23:23:26
SpamBayes Score 0.00424064
Marked as misclassified No
Message-id <1300145006.72.0.351815621423.issue11504@psf.upfronthosting.co.za>
In-reply-to
Content
There seems to be another kind, sporadic, of failure on the same buildbot:

test test_subprocess failed -- Traceback (most recent call last):
  File "/home2/buildbot2/slave/3.x.loewis-parallel/build/Lib/test/test_subprocess.py", line 626, in test_wait_timeout
    self.assertEqual(p.wait(timeout=2), 0)
  File "/home2/buildbot2/slave/3.x.loewis-parallel/build/Lib/subprocess.py", line 1489, in wait
    raise TimeoutExpired(self.args)
subprocess.TimeoutExpired: <unprintable TimeoutExpired object>

http://www.python.org/dev/buildbot/all/builders/x86%20debian%20parallel%203.x/builds/1683/steps/test/logs/stdio
History
Date User Action Args
2011-03-14 23:23:26pitrousetrecipients: + pitrou, rnk
2011-03-14 23:23:26pitrousetmessageid: <1300145006.72.0.351815621423.issue11504@psf.upfronthosting.co.za>
2011-03-14 23:23:26pitroulinkissue11504 messages
2011-03-14 23:23:26pitroucreate