Message149807
| Author |
vstinner |
| Recipients |
doko, eric.araujo, eysispeisi, georg.brandl, itkach, koen, lars.gustaebel, loewis, nadeem.vawda, nikratio, pitrou, proyvind, python-dev, v+python, vstinner |
| Date |
2011年12月19日.00:28:50 |
| SpamBayes Score |
6.1632025e-05 |
| Marked as misclassified |
No |
| Message-id |
<1324254533.14.0.92549722271.issue5689@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
There is failure on a XP buildbot. I don't know if it is a sporadic issue or not.
http://www.python.org/dev/buildbot/all/builders/x86%20XP-5%203.x/builds/3921/steps/test/logs/stdio
======================================================================
ERROR: test_append_lzma (test.test_tarfile.AppendTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Buildslave3円.x.moore-windows\build\lib\test\test_tarfile.py", line 1539, in test_append_lzma
self._create_testtar("w:xz")
File "D:\Buildslave3円.x.moore-windows\build\lib\test\test_tarfile.py", line 1486, in _create_testtar
with tarfile.open(self.tarname, mode) as tar:
File "D:\Buildslave3円.x.moore-windows\build\lib\tarfile.py", line 1721, in open
return func(name, filemode, fileobj, **kwargs)
File "D:\Buildslave3円.x.moore-windows\build\lib\tarfile.py", line 1826, in xzopen
mode=mode, fileobj=fileobj, preset=preset)
File "D:\Buildslave3円.x.moore-windows\build\lib\lzma.py", line 117, in __init__
preset=preset, filters=filters)
MemoryError |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2011年12月19日 00:28:53 | vstinner | set | recipients:
+ vstinner, loewis, georg.brandl, doko, lars.gustaebel, pitrou, koen, nadeem.vawda, eric.araujo, v+python, proyvind, nikratio, itkach, eysispeisi, python-dev |
| 2011年12月19日 00:28:53 | vstinner | set | messageid: <1324254533.14.0.92549722271.issue5689@psf.upfronthosting.co.za> |
| 2011年12月19日 00:28:50 | vstinner | link | issue5689 messages |
| 2011年12月19日 00:28:50 | vstinner | create |
|