[Python-checkins] buildbot failure in S-390 Debian trunk

buildbot at python.org buildbot at python.org
Sat Jul 5 21:28:13 CEST 2008


The Buildbot has detected a new failure of S-390 Debian trunk.
Full details are available at:
 http://www.python.org/dev/buildbot/all/S-390%20Debian%20trunk/builds/825

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

Buildslave for this Build: klose-debian-s390

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: benjamin.peterson,martin.v.loewis

BUILD FAILED: failed test

Excerpt from the test logfile:
Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-debian-s390/build/Lib/threading.py", line 523, in __bootstrap_inner
    self.run()
  File "/home/pybot/buildarea/trunk.klose-debian-s390/build/Lib/threading.py", line 478, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/home/pybot/buildarea/trunk.klose-debian-s390/build/Lib/bsddb/test/test_thread.py", line 289, in readerThread
    rec = dbutils.DeadlockWrap(c.next, max_retries=10)
  File "/home/pybot/buildarea/trunk.klose-debian-s390/build/Lib/bsddb/dbutils.py", line 62, in DeadlockWrap
    return function(*_args, **_kwargs)
DBLockDeadlockError: (-30994, 'DB_LOCK_DEADLOCK: Locker killed to resolve a deadlock')

1 test failed:
    test_lib2to3

======================================================================
FAIL: test_from_import_usage (lib2to3.tests.test_fixers.Test_imports)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-debian-s390/build/Lib/lib2to3/tests/test_fixers.py", line 1485, in test_from_import_usage
    self.check(b, a)
  File "/home/pybot/buildarea/trunk.klose-debian-s390/build/Lib/lib2to3/tests/test_fixers.py", line 50, in check
    tree = self._check(before, after)
  File "/home/pybot/buildarea/trunk.klose-debian-s390/build/Lib/lib2to3/tests/test_fixers.py", line 46, in _check
    self.failUnlessEqual(after, str(tree))
AssertionError: '\nfrom builtins import print\nfoo(print, print())\n\n\n' != 'None'

======================================================================
FAIL: test_import_from (lib2to3.tests.test_fixers.Test_imports)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-debian-s390/build/Lib/lib2to3/tests/test_fixers.py", line 1427, in test_import_from
    self.check(b, a)
  File "/home/pybot/buildarea/trunk.klose-debian-s390/build/Lib/lib2to3/tests/test_fixers.py", line 50, in check
    tree = self._check(before, after)
  File "/home/pybot/buildarea/trunk.klose-debian-s390/build/Lib/lib2to3/tests/test_fixers.py", line 46, in _check
    self.failUnlessEqual(after, str(tree))
AssertionError: 'from builtins import print\n\n' != 'None'

======================================================================
FAIL: test_import_from_as (lib2to3.tests.test_fixers.Test_imports)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-debian-s390/build/Lib/lib2to3/tests/test_fixers.py", line 1454, in test_import_from_as
    self.check(b, a)
  File "/home/pybot/buildarea/trunk.klose-debian-s390/build/Lib/lib2to3/tests/test_fixers.py", line 50, in check
    tree = self._check(before, after)
  File "/home/pybot/buildarea/trunk.klose-debian-s390/build/Lib/lib2to3/tests/test_fixers.py", line 46, in _check
    self.failUnlessEqual(after, str(tree))
AssertionError: 'from builtins import print as foo_bar\n\n' != 'None'

======================================================================
FAIL: test_import_module (lib2to3.tests.test_fixers.Test_imports)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-debian-s390/build/Lib/lib2to3/tests/test_fixers.py", line 1416, in test_import_module
    self.check(b, a)
  File "/home/pybot/buildarea/trunk.klose-debian-s390/build/Lib/lib2to3/tests/test_fixers.py", line 50, in check
    tree = self._check(before, after)
  File "/home/pybot/buildarea/trunk.klose-debian-s390/build/Lib/lib2to3/tests/test_fixers.py", line 46, in _check
    self.failUnlessEqual(after, str(tree))
AssertionError: 'import test.support\n\n' != 'import test.test_support\n\n'

======================================================================
FAIL: test_import_module_as (lib2to3.tests.test_fixers.Test_imports)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-debian-s390/build/Lib/lib2to3/tests/test_fixers.py", line 1443, in test_import_module_as
    self.check(b, a)
  File "/home/pybot/buildarea/trunk.klose-debian-s390/build/Lib/lib2to3/tests/test_fixers.py", line 50, in check
    tree = self._check(before, after)
  File "/home/pybot/buildarea/trunk.klose-debian-s390/build/Lib/lib2to3/tests/test_fixers.py", line 46, in _check
    self.failUnlessEqual(after, str(tree))
AssertionError: 'import test.support as foo_bar\n\n' != 'import test.test_support as foo_bar\n\n'

======================================================================
FAIL: test_import_module_usage (lib2to3.tests.test_fixers.Test_imports)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-debian-s390/build/Lib/lib2to3/tests/test_fixers.py", line 1472, in test_import_module_usage
    self.check(b, a)
  File "/home/pybot/buildarea/trunk.klose-debian-s390/build/Lib/lib2to3/tests/test_fixers.py", line 50, in check
    tree = self._check(before, after)
  File "/home/pybot/buildarea/trunk.klose-debian-s390/build/Lib/lib2to3/tests/test_fixers.py", line 46, in _check
    self.failUnlessEqual(after, str(tree))
AssertionError: '\nimport builtins\nfoo(builtins, builtins.print)\n\n\n' != 'None'

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list