[Python-checkins] buildbot failure in g4 osx.4 3.0

buildbot at python.org buildbot at python.org
Sun May 11 12:14:43 CEST 2008


The Buildbot has detected a new failure of g4 osx.4 3.0.
Full details are available at:
 http://www.python.org/dev/buildbot/all/g4%20osx.4%203.0/builds/819

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

Buildslave for this Build: psf-g4

Build Reason: 
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: alexandre.vassalotti,georg.brandl

BUILD FAILED: failed test

Excerpt from the test logfile:
2 tests failed:
    test___all__ test_old_mailbox

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

Traceback (most recent call last):
  File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/test/test___all__.py", line 87, in test_all
    self.check_all("mailbox")
  File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/test/test___all__.py", line 22, in check_all
    exec("from %s import *" % modname, names)
  File "<string>", line 1, in <module>
AttributeError: 'module' object has no attribute 'UnixMailbox'

======================================================================
ERROR: test_unix_mbox (test.test_old_mailbox.MaildirTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/test/test_old_mailbox.py", line 105, in test_unix_mbox
    for msg in mailbox.PortableUnixMailbox(open(fname),
AttributeError: 'module' object has no attribute 'PortableUnixMailbox'

======================================================================
ERROR: test_from_regex (test.test_old_mailbox.MboxTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/test/test_old_mailbox.py", line 142, in test_from_regex
    box = mailbox.UnixMailbox(open(self._path, 'r'))
AttributeError: 'module' object has no attribute 'UnixMailbox'

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list