[Python-checkins] buildbot failure in x86 W2k8 3.0

buildbot at python.org buildbot at python.org
Sat Sep 13 21:19:13 CEST 2008


The Buildbot has detected a new failure of x86 W2k8 3.0.
Full details are available at:
 http://www.python.org/dev/buildbot/all/x86%20W2k8%203.0/builds/226

Buildbot URL: http://www.python.org/dev/buildbot/all/

Buildslave for this Build: nelson-windows

Build Reason: 
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: benjamin.peterson

BUILD FAILED: failed test

Excerpt from the test logfile:
1 test failed:
    test_lib2to3

======================================================================
FAIL: test_comments (lib2to3.tests.test_fixers.Test_metaclass)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\lib2to3\tests\test_fixers.py", line 3482, in test_comments
    self.check(b, a)
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\lib2to3\tests\test_fixers.py", line 46, in check
    tree = self._check(before, after)
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\lib2to3\tests\test_fixers.py", line 42, in _check
    self.failUnlessEqual(after, str(tree))
AssertionError: '\nclass X(metaclass=AppleMeta):\n    # hi\n    pass\n\n\n' != '\nclass X(metaclass=AppleMeta):\n    # hi\n    pass\r\n\n\n'

======================================================================
FAIL: test_meta (lib2to3.tests.test_fixers.Test_metaclass)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\lib2to3\tests\test_fixers.py", line 3512, in test_meta
    self.check(b, a)
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\lib2to3\tests\test_fixers.py", line 46, in check
    tree = self._check(before, after)
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\lib2to3\tests\test_fixers.py", line 42, in _check
    self.failUnlessEqual(after, str(tree))
AssertionError: 'class X(object, metaclass=Q): pass\n\n' != 'class X(object, metaclass=Q): pass\r\n\n'

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list