
buildbot at python
May 16, 2008, 12:15 AM
Post #7 of 76
(1117 views)
Permalink
|
|
buildbot failure in ppc Debian unstable trunk
[In reply to]
|
|
The Buildbot has detected a new failure of ppc Debian unstable trunk. Full details are available at: http://www.python.org/dev/buildbot/all/ppc%20Debian%20unstable%20trunk/builds/1388 Buildbot URL: http://www.python.org/dev/buildbot/all/ Buildslave for this Build: klose-debian-ppc 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 "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/test/test___all__.py", line 126, in test_all self.check_all("repr") File "/home/pybot/buildarea/trunk.klose-debian-ppc/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 "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/test/test_getopt.py", line 172, in test_libref_examples run_doctest(m, verbose) File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/test/test_support.py", line 719, in run_doctest import doctest File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/doctest.py", line 99, in <module> import unittest, difflib, pdb, tempfile File "/home/pybot/buildarea/trunk.klose-debian-ppc/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 "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/test/test_pyclbr.py", line 151, in test_easy self.checkModule('doctest') File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/test/test_pyclbr.py", line 63, in checkModule module = __import__(moduleName, globals(), {}, ['<silly>']) File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/doctest.py", line 99, in <module> import unittest, difflib, pdb, tempfile File "/home/pybot/buildarea/trunk.klose-debian-ppc/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 "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/test/test_pyclbr.py", line 179, in test_others cm('pdb') File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/test/test_pyclbr.py", line 63, in checkModule module = __import__(moduleName, globals(), {}, ['<silly>']) File "/home/pybot/buildarea/trunk.klose-debian-ppc/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 "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/test/test_sundry.py", line 93, in test_at_least_import_untested_modules import xml File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/contextlib.py", line 34, in __exit__ self.gen.throw(type, value, traceback) File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/test/test_support.py", line 416, in catch_warning yield warning_obj if record else None File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/test/test_sundry.py", line 66, in test_at_least_import_untested_modules import pdb File "/home/pybot/buildarea/trunk.klose-debian-ppc/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 "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/test/test_xmlrpc.py", line 424, in test_introspection3 myfunction = p.system.methodHelp('my_function') File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/xmlrpclib.py", line 1192, in __call__ return self.__send(self.__name, args) File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/xmlrpclib.py", line 1482, in __request verbose=self.__verbose File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/xmlrpclib.py", line 1246, in request return self._parse_response(h.getfile(), sock) File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/xmlrpclib.py", line 1385, in _parse_response return u.close() File "/home/pybot/buildarea/trunk.klose-debian-ppc/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 _______________________________________________ Python-checkins mailing list Python-checkins[at]python.org http://mail.python.org/mailman/listinfo/python-checkins
|