[Zope-tests] FAILED (failures=1, errors=2): Test Zope 2 HEAD / Python 2.3 / Linux

jeremy at zope.com jeremy at zope.com
Fri Feb 20 10:49:42 EST 2004


Email automatically generated by a daily test runner.

cd /tmp/autotestgVbX4A/Zope
PYTHONPATH=/tmp/autotestgVbX4A/lib/python  /usr/local/bin/python2.3 -u test.py -v --all
Running unit tests at all levels
Running unit tests from /tmp/autotestgVbX4A/Zope
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................!
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................!
........................................................................................................

Error in test test_bdbfull_simple (ZODB.tests.testConfig.BDBConfigTest)
Traceback (most recent call last):
  File "/tmp/autotestgVbX4A/Zope/lib/python/ZODB/tests/testConfig.py", line 136, in test_bdbfull_simple
    self._test(cfg)
  File "/tmp/autotestgVbX4A/Zope/lib/python/ZODB/tests/testConfig.py", line 35, in _test
    db = self._opendb(s)
  File "/tmp/autotestgVbX4A/Zope/lib/python/ZODB/tests/testConfig.py", line 28, in _opendb
    return ZODB.config.databaseFromString(s)
  File "/tmp/autotestgVbX4A/Zope/lib/python/ZODB/config.py", line 44, in databaseFromString
    return databaseFromFile(StringIO(s))
  File "/tmp/autotestgVbX4A/Zope/lib/python/ZODB/config.py", line 48, in databaseFromFile
    return databaseFromConfig(config.database)
  File "/tmp/autotestgVbX4A/Zope/lib/python/ZODB/config.py", line 55, in databaseFromConfig
    return section.open()
  File "/tmp/autotestgVbX4A/Zope/lib/python/ZODB/config.py", line 97, in open
    return ZODB.DB(section.storage.open(),
  File "/tmp/autotestgVbX4A/Zope/lib/python/ZODB/config.py", line 153, in open
    from BDBStorage.BerkeleyBase import BerkeleyConfig
  File "/home/jeremy/src/branches/ZODB3-Zope-2_7-branch/build/lib.linux-i686-2.3/BDBStorage/BerkeleyBase.py", line 34, in ?
    from ZODB.referencesf import referencesf
ImportError: No module named referencesf



Error in test test_bdbminimal_simple (ZODB.tests.testConfig.BDBConfigTest)
Traceback (most recent call last):
  File "/tmp/autotestgVbX4A/Zope/lib/python/ZODB/tests/testConfig.py", line 146, in test_bdbminimal_simple
    self._test(cfg)
  File "/tmp/autotestgVbX4A/Zope/lib/python/ZODB/tests/testConfig.py", line 35, in _test
    db = self._opendb(s)
  File "/tmp/autotestgVbX4A/Zope/lib/python/ZODB/tests/testConfig.py", line 28, in _opendb
    return ZODB.config.databaseFromString(s)
  File "/tmp/autotestgVbX4A/Zope/lib/python/ZODB/config.py", line 44, in databaseFromString
    return databaseFromFile(StringIO(s))
  File "/tmp/autotestgVbX4A/Zope/lib/python/ZODB/config.py", line 48, in databaseFromFile
    return databaseFromConfig(config.database)
  File "/tmp/autotestgVbX4A/Zope/lib/python/ZODB/config.py", line 55, in databaseFromConfig
    return section.open()
  File "/tmp/autotestgVbX4A/Zope/lib/python/ZODB/config.py", line 97, in open
    return ZODB.DB(section.storage.open(),
  File "/tmp/autotestgVbX4A/Zope/lib/python/ZODB/config.py", line 153, in open
    from BDBStorage.BerkeleyBase import BerkeleyConfig
ImportError: cannot import name BerkeleyConfig

.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

Failure in test testRunIgnoresParentSignals (zdaemon.tests.testzdrun.ZDaemonTests)
Traceback (most recent call last):
  File "/tmp/autotestgVbX4A/Zope/lib/python/zdaemon/tests/testzdrun.py", line 228, in testRunIgnoresParentSignals
    self.assert_(len(params) > 1, repr(response))
  File "/usr/local/lib/python2.3/unittest.py", line 278, in failUnless
    if not expr: raise self.failureException, msg
AssertionError: ''

...
======================================================================
ERROR: test_bdbfull_simple (ZODB.tests.testConfig.BDBConfigTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestgVbX4A/Zope/lib/python/ZODB/tests/testConfig.py", line 136, in test_bdbfull_simple
    self._test(cfg)
  File "/tmp/autotestgVbX4A/Zope/lib/python/ZODB/tests/testConfig.py", line 35, in _test
    db = self._opendb(s)
  File "/tmp/autotestgVbX4A/Zope/lib/python/ZODB/tests/testConfig.py", line 28, in _opendb
    return ZODB.config.databaseFromString(s)
  File "/tmp/autotestgVbX4A/Zope/lib/python/ZODB/config.py", line 44, in databaseFromString
    return databaseFromFile(StringIO(s))
  File "/tmp/autotestgVbX4A/Zope/lib/python/ZODB/config.py", line 48, in databaseFromFile
    return databaseFromConfig(config.database)
  File "/tmp/autotestgVbX4A/Zope/lib/python/ZODB/config.py", line 55, in databaseFromConfig
    return section.open()
  File "/tmp/autotestgVbX4A/Zope/lib/python/ZODB/config.py", line 97, in open
    return ZODB.DB(section.storage.open(),
  File "/tmp/autotestgVbX4A/Zope/lib/python/ZODB/config.py", line 153, in open
    from BDBStorage.BerkeleyBase import BerkeleyConfig
  File "/home/jeremy/src/branches/ZODB3-Zope-2_7-branch/build/lib.linux-i686-2.3/BDBStorage/BerkeleyBase.py", line 34, in ?
    from ZODB.referencesf import referencesf
ImportError: No module named referencesf

======================================================================
ERROR: test_bdbminimal_simple (ZODB.tests.testConfig.BDBConfigTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestgVbX4A/Zope/lib/python/ZODB/tests/testConfig.py", line 146, in test_bdbminimal_simple
    self._test(cfg)
  File "/tmp/autotestgVbX4A/Zope/lib/python/ZODB/tests/testConfig.py", line 35, in _test
    db = self._opendb(s)
  File "/tmp/autotestgVbX4A/Zope/lib/python/ZODB/tests/testConfig.py", line 28, in _opendb
    return ZODB.config.databaseFromString(s)
  File "/tmp/autotestgVbX4A/Zope/lib/python/ZODB/config.py", line 44, in databaseFromString
    return databaseFromFile(StringIO(s))
  File "/tmp/autotestgVbX4A/Zope/lib/python/ZODB/config.py", line 48, in databaseFromFile
    return databaseFromConfig(config.database)
  File "/tmp/autotestgVbX4A/Zope/lib/python/ZODB/config.py", line 55, in databaseFromConfig
    return section.open()
  File "/tmp/autotestgVbX4A/Zope/lib/python/ZODB/config.py", line 97, in open
    return ZODB.DB(section.storage.open(),
  File "/tmp/autotestgVbX4A/Zope/lib/python/ZODB/config.py", line 153, in open
    from BDBStorage.BerkeleyBase import BerkeleyConfig
ImportError: cannot import name BerkeleyConfig

======================================================================
FAIL: testRunIgnoresParentSignals (zdaemon.tests.testzdrun.ZDaemonTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestgVbX4A/Zope/lib/python/zdaemon/tests/testzdrun.py", line 228, in testRunIgnoresParentSignals
    self.assert_(len(params) > 1, repr(response))
  File "/usr/local/lib/python2.3/unittest.py", line 278, in failUnless
    if not expr: raise self.failureException, msg
AssertionError: ''

----------------------------------------------------------------------
Ran 2629 tests in 1347.090s

FAILED (failures=1, errors=2)



More information about the Zope-tests mailing list