[Zope3-dev] FreeBSD Test Results - Zope 3 / Python 2.3 - Too many errors :-(

zope-tests@bitdance.com zope-tests@bitdance.com
Mon, 3 Feb 2003 04:23:23 -0500 (EST)


==============================================================================
==============================================================================
Python Version:2.3a1 (#4, Jan 31 2003, 11:39:33) 
[GCC 2.95.4 20020320 [FreeBSD]]

Modules included:
Zope3 (HEAD)

Running tests from /var/home/rdmurray/proj/zopeautotest/sandbox/Zope3
Error in test testClassAndInstance (zodb.code.tests.test_class.TestClass)
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/tests/test_class.py", line 81, in testClassAndInstance
    self.registry.newModule("testclass", self.class_and_instance)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/module.py", line 327, in newModule
    mgr.new(name, source)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/module.py", line 136, in new
    self.update(source)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/module.py", line 156, in update
    convert(self._module, replacements)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/patch.py", line 404, in convert
    p = Pickler(f, module, memo, replacements)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/patch.py", line 156, in __init__
    pickle.Pickler.__init__(self, file, bin=True)
TypeError: __init__() got an unexpected keyword argument 'bin'

Error in test testClassInterface (zodb.code.tests.test_class.TestClass)
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/tests/test_class.py", line 99, in testClassInterface
    self.registry.newModule("testclass", self.class_interface)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/module.py", line 327, in newModule
    mgr.new(name, source)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/module.py", line 136, in new
    self.update(source)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/module.py", line 156, in update
    convert(self._module, replacements)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/patch.py", line 404, in convert
    p = Pickler(f, module, memo, replacements)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/patch.py", line 156, in __init__
    pickle.Pickler.__init__(self, file, bin=True)
TypeError: __init__() got an unexpected keyword argument 'bin'

Error in test testClassWithInit (zodb.code.tests.test_class.TestClass)
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/tests/test_class.py", line 58, in testClassWithInit
    self.registry.newModule("testclass", self.class_with_init)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/module.py", line 327, in newModule
    mgr.new(name, source)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/module.py", line 136, in new
    self.update(source)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/module.py", line 156, in update
    convert(self._module, replacements)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/patch.py", line 404, in convert
    p = Pickler(f, module, memo, replacements)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/patch.py", line 156, in __init__
    pickle.Pickler.__init__(self, file, bin=True)
TypeError: __init__() got an unexpected keyword argument 'bin'

Error in test testCrossModuleImport (zodb.code.tests.test_class.TestClass)
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/tests/test_class.py", line 108, in testCrossModuleImport
    self.registry.newModule("testclass", self.class_with_init)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/module.py", line 327, in newModule
    mgr.new(name, source)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/module.py", line 136, in new
    self.update(source)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/module.py", line 156, in update
    convert(self._module, replacements)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/patch.py", line 404, in convert
    p = Pickler(f, module, memo, replacements)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/patch.py", line 156, in __init__
    pickle.Pickler.__init__(self, file, bin=True)
TypeError: __init__() got an unexpected keyword argument 'bin'

Error in test testInheritanceAcrossModules (zodb.code.tests.test_class.TestClass)
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/tests/test_class.py", line 159, in testInheritanceAcrossModules
    self.registry.newModule("parent", self.parent1)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/module.py", line 327, in newModule
    mgr.new(name, source)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/module.py", line 136, in new
    self.update(source)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/module.py", line 156, in update
    convert(self._module, replacements)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/patch.py", line 404, in convert
    p = Pickler(f, module, memo, replacements)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/patch.py", line 156, in __init__
    pickle.Pickler.__init__(self, file, bin=True)
TypeError: __init__() got an unexpected keyword argument 'bin'

Error in test testPersistentSubclass (zodb.code.tests.test_class.TestClass)
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/tests/test_class.py", line 176, in testPersistentSubclass
    self.registry.newModule("persist", self.persist)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/module.py", line 327, in newModule
    mgr.new(name, source)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/module.py", line 136, in new
    self.update(source)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/module.py", line 156, in update
    convert(self._module, replacements)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/patch.py", line 404, in convert
    p = Pickler(f, module, memo, replacements)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/patch.py", line 156, in __init__
    pickle.Pickler.__init__(self, file, bin=True)
TypeError: __init__() got an unexpected keyword argument 'bin'

Error in test testUpdateInPlace (zodb.code.tests.test_class.TestClass)
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/tests/test_class.py", line 122, in testUpdateInPlace
    self.registry.newModule("testclass", self.update_in_place1)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/module.py", line 327, in newModule
    mgr.new(name, source)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/module.py", line 136, in new
    self.update(source)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/module.py", line 156, in update
    convert(self._module, replacements)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/patch.py", line 404, in convert
    p = Pickler(f, module, memo, replacements)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/patch.py", line 156, in __init__
    pickle.Pickler.__init__(self, file, bin=True)
TypeError: __init__() got an unexpected keyword argument 'bin'

Error in test testBuiltins (zodb.code.tests.test_module.TestModule)
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/tests/test_module.py", line 225, in testBuiltins
    self.registry.newModule("test", builtin_src)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/module.py", line 327, in newModule
    mgr.new(name, source)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/module.py", line 136, in new
    self.update(source)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/module.py", line 156, in update
    convert(self._module, replacements)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/patch.py", line 404, in convert
    p = Pickler(f, module, memo, replacements)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/patch.py", line 156, in __init__
    pickle.Pickler.__init__(self, file, bin=True)
TypeError: __init__() got an unexpected keyword argument 'bin'

Error in test testClass (zodb.code.tests.test_module.TestModule)
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/tests/test_module.py", line 252, in testClass
    self.registry.newModule("foo", src)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/module.py", line 327, in newModule
    mgr.new(name, source)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/module.py", line 136, in new
    self.update(source)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/module.py", line 156, in update
    convert(self._module, replacements)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/patch.py", line 404, in convert
    p = Pickler(f, module, memo, replacements)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/patch.py", line 156, in __init__
    pickle.Pickler.__init__(self, file, bin=True)
TypeError: __init__() got an unexpected keyword argument 'bin'

Error in test testFunctionAttrs (zodb.
<truncated>