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

buildbot at python.org buildbot at python.org
Sat May 24 20:40:04 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/317

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: georg.brandl

BUILD FAILED: failed test

Excerpt from the test logfile:
1 test failed:
    test_sundry

======================================================================
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 12, in test_at_least_import_untested_modules
    import CGIHTTPServer
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/CGIHTTPServer.py", line 29, in <module>
    import BaseHTTPServer
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/BaseHTTPServer.py", line 77, in <module>
    import socketserver
ImportError: No module named socketserver

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list