[Python-checkins] buildbot failure in ppc Debian unstable 3.0

buildbot at python.org buildbot at python.org
Thu Apr 24 23:28:33 CEST 2008


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

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

Buildslave for this Build: klose-debian-ppc

Build Reason: 
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: amaury.forgeotdarc

BUILD FAILED: failed test

Excerpt from the test logfile:
1 test failed:
    test_pydoc

======================================================================
ERROR: test_module (test.test_pydoc.TestDescriptions)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_pydoc.py", line 9, in test_module
    doc = pydoc.render_doc(pydocfodder)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/pydoc.py", line 1497, in render_doc
    return title % desc + '\n\n' + text.document(object, name)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/pydoc.py", line 319, in document
    if inspect.ismodule(object): return self.docmodule(*args)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/pydoc.py", line 1077, in docmodule
    'SUBMODULES', join(submodules, '\n'))
NameError: global name 'join' is not defined

======================================================================
FAIL: test_class (test.test_pydoc.TestDescriptions)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_pydoc.py", line 27, in test_class
    in pydoc.render_doc(c))
AssertionError: None

======================================================================
FAIL: test_classic_class (test.test_pydoc.TestDescriptions)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_pydoc.py", line 16, in test_classic_class
    self.failUnlessEqual(pydoc.describe(c), 'instance of C')
AssertionError: 'C' != 'instance of C'

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list