[Python-checkins] buildbot failure in x86 osx.5 trunk

buildbot at python.org buildbot at python.org
Fri May 16 09:05:59 CEST 2008


The Buildbot has detected a new failure of x86 osx.5 trunk.
Full details are available at:
 http://www.python.org/dev/buildbot/all/x86%20osx.5%20trunk/builds/249

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

Buildslave for this Build: heller-x86-osx5

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: alexandre.vassalotti

BUILD FAILED: failed test

Excerpt from the test logfile:
5 tests failed:
    test___all__ test_getopt test_pyclbr test_sundry test_xmlrpc

======================================================================
FAIL: test_all (test.test___all__.AllTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test___all__.py", line 126, in test_all
    self.check_all("repr")
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test___all__.py", line 22, in check_all
    "%s has no __all__ attribute" % modname)
AssertionError: repr has no __all__ attribute

======================================================================
ERROR: test_libref_examples (test.test_getopt.GetoptTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_getopt.py", line 172, in test_libref_examples
    run_doctest(m, verbose)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_support.py", line 719, in run_doctest
    import doctest
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/doctest.py", line 99, in <module>
    import unittest, difflib, pdb, tempfile
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/pdb.py", line 11, in <module>
    from repr import Repr
ImportError: cannot import name Repr

======================================================================
ERROR: test_easy (test.test_pyclbr.PyclbrTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_pyclbr.py", line 151, in test_easy
    self.checkModule('doctest')
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_pyclbr.py", line 63, in checkModule
    module = __import__(moduleName, globals(), {}, ['<silly>'])
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/doctest.py", line 99, in <module>
    import unittest, difflib, pdb, tempfile
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/pdb.py", line 11, in <module>
    from repr import Repr
ImportError: cannot import name Repr

======================================================================
ERROR: test_others (test.test_pyclbr.PyclbrTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_pyclbr.py", line 179, in test_others
    cm('pdb')
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_pyclbr.py", line 63, in checkModule
    module = __import__(moduleName, globals(), {}, ['<silly>'])
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/pdb.py", line 11, in <module>
    from repr import Repr
ImportError: cannot import name Repr

======================================================================
ERROR: test_at_least_import_untested_modules (test.test_sundry.TestUntestedModules)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_sundry.py", line 93, in test_at_least_import_untested_modules
    import xml
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/contextlib.py", line 34, in __exit__
    self.gen.throw(type, value, traceback)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_support.py", line 416, in catch_warning
    yield warning_obj if record else None
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_sundry.py", line 66, in test_at_least_import_untested_modules
    import pdb
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/pdb.py", line 11, in <module>
    from repr import Repr
ImportError: cannot import name Repr

======================================================================
ERROR: test_introspection3 (test.test_xmlrpc.SimpleServerTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_xmlrpc.py", line 424, in test_introspection3
    myfunction = p.system.methodHelp('my_function')
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/xmlrpclib.py", line 1192, in __call__
    return self.__send(self.__name, args)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/xmlrpclib.py", line 1482, in __request
    verbose=self.__verbose
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/xmlrpclib.py", line 1246, in request
    return self._parse_response(h.getfile(), sock)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/xmlrpclib.py", line 1385, in _parse_response
    return u.close()
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/xmlrpclib.py", line 832, in close
    raise Fault(**self._stack[0])
Fault: <Fault 1: "<type 'exceptions.ImportError'>:cannot import name Repr">

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list