[Python-checkins] buildbot failure in ia64 Ubuntu 2.6

buildbot at python.org buildbot at python.org
Thu Mar 5 20:46:04 CET 2009


The Buildbot has detected a new failure of ia64 Ubuntu 2.6.
Full details are available at:
 http://www.python.org/dev/buildbot/all/ia64%20Ubuntu%202.6/builds/157

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

Buildslave for this Build: klose-debian-ia64

Build Reason: 
Build Source Stamp: [branch branches/release26-maint] HEAD
Blamelist: hirokazu.yamamoto

BUILD FAILED: failed test

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

Traceback (most recent call last):
  File "/home/pybot/buildarea/2.6.klose-debian-ia64/build/Lib/threading.py", line 522, in __bootstrap_inner
    self.run()
  File "/home/pybot/buildarea/2.6.klose-debian-ia64/build/Lib/threading.py", line 477, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/home/pybot/buildarea/2.6.klose-debian-ia64/build/Lib/bsddb/test/test_thread.py", line 306, in readerThread
    rec = dbutils.DeadlockWrap(c.next, max_retries=10)
  File "/home/pybot/buildarea/2.6.klose-debian-ia64/build/Lib/bsddb/dbutils.py", line 68, in DeadlockWrap
    return function(*_args, **_kwargs)
DBLockDeadlockError: (-30994, 'DB_LOCK_DEADLOCK: Locker killed to resolve a deadlock')

1 test failed:
    test_urllib2

======================================================================
ERROR: test_file (test.test_urllib2.HandlerTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/2.6.klose-debian-ia64/build/Lib/test/test_urllib2.py", line 653, in test_file
    h.file_open, Request(url))
  File "/home/pybot/buildarea/2.6.klose-debian-ia64/build/Lib/unittest.py", line 336, in failUnlessRaises
    callableObj(*args, **kwargs)
  File "/home/pybot/buildarea/2.6.klose-debian-ia64/build/Lib/urllib2.py", line 1226, in file_open
    return self.open_local_file(req)
  File "/home/pybot/buildarea/2.6.klose-debian-ia64/build/Lib/urllib2.py", line 1257, in open_local_file
    (not port and socket.gethostbyname(host) in self.get_names()):
gaierror: [Errno -2] Name or service not known

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list