[Zope3-dev] [Fwd: Results of test.py on Linux (Mandrake 9.1)]

Ronald L Chichester complaw@hal-pc.org
Mon, 21 Jul 2003 18:05:51 -0500


On Mon, 21 Jul 2003 18:55:34 -0400
  Stephan Richter <srichter@cosmos.phy.tufts.edu> wrote:
>On Monday 21 July 2003 18:35, Ronald L Chichester wrote:
>> I do believe that I mispoke.  What I compiled was
>> Python-2.3c1, not 2.2.  What Zope was run with was 
>>Python
>> 2.2.2 (#1, Jan  2 2003) GCC 3.2 on Mandrake 9.0 (not
>> Mandrake 9.1).
>
>You have to upgrade to Python 2.2.3 or Python 2.3 (c1 is 
>fine).
>

Here are the results of python2.3 test.py on Mandrake 9.0.

[root@ip_sandbox ZopeX3-0.0m3]# python2.3 test.py
Running unit tests from /tmp/zope/ZopeX3-0.0m3
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zope/hookable/__init__.py:60: 
RuntimeWarning: Python C API version mismatch for module 
_zope_hookable: This Python has API version 1012, module 
_zope_hookable has version 1011.
   from _zope_hookable import *
/tmp/zope/ZopeX3-0.0m3/src/zope/proxy/__init__.py:22: 
RuntimeWarning: Python C API version mismatch for module 
_zope_proxy_proxy: This Python has API version 1012, 
module _zope_proxy_proxy has version 1011.
   from zope.proxy._zope_proxy_proxy import *
/tmp/zope/ZopeX3-0.0m3/src/zope/context/__init__.py:28: 
RuntimeWarning: Python C API version mismatch for module 
wrapper: This Python has API version 1012, module wrapper 
has version 1011.
   from zope.context.wrapper import getdict, getdictcreate
/tmp/zope/ZopeX3-0.0m3/src/zope/security/checker.py:41: 
RuntimeWarning: Python C API version mismatch for module 
_proxy: This Python has API version 1012, module _proxy 
has version 1011.
   from zope.security._proxy import _Proxy as Proxy, 
getChecker
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/zodb/btrees/OOBTree.py:14: 
RuntimeWarning: Python C API version mismatch for module 
_zodb_btrees_OOBTree: This Python has API version 1012, 
module _zodb_btrees_OOBTree has version 1011.
   from zodb.btrees._zodb_btrees_OOBTree import *
/tmp/zope/ZopeX3-0.0m3/src/zodb/btrees/IIBTree.py:14: 
RuntimeWarning: Python C API version mismatch for module 
_zodb_btrees_IIBTree: This Python has API version 1012, 
module _zodb_btrees_IIBTree has version 1011.
   from zodb.btrees._zodb_btrees_IIBTree import *
/tmp/zope/ZopeX3-0.0m3/src/zodb/btrees/IOBTree.py:14: 
RuntimeWarning: Python C API version mismatch for module 
_zodb_btrees_IOBTree: This Python has API version 1012, 
module _zodb_btrees_IOBTree has version 1011.
   from zodb.btrees._zodb_btrees_IOBTree import *
/tmp/zope/ZopeX3-0.0m3/src/zodb/btrees/OIBTree.py:14: 
RuntimeWarning: Python C API version mismatch for module 
_zodb_btrees_OIBTree: This Python has API version 1012, 
module _zodb_btrees_OIBTree has version 1011.
   from zodb.btrees._zodb_btrees_OIBTree import *
/tmp/zope/ZopeX3-0.0m3/src/zodb/storage/bdbfull.py:34: 
RuntimeWarning: Python C API version mismatch for module 
_helper: This Python has API version 1012, module _helper 
has version 1011.
   from zodb.storage._helper import incr
/tmp/zope/ZopeX3-0.0m3/src/zodb/btrees/fsBTree.py:14: 
RuntimeWarning: Python C API version mismatch for module 
_zodb_btrees_fsBTree: This Python has API version 1012, 
module _zodb_btrees_fsBTree has version 1011.
   from zodb.btrees._zodb_btrees_fsBTree import *
Error in test testMultipleInheritance 
(persistence.tests.test_persistence.PersistentTest)
Traceback (most recent call last):
   File 
"/tmp/zope/ZopeX3-0.0m3/src/persistence/tests/test_persistence.py", 
line 208, in testMultipleInheritance
     class C(A, B):
TypeError: multiple bases have instance lay-out conflict

Error in test testMultipleInheritance 
(persistence.tests.test_persistence.BasePersistentTest)
Traceback (most recent call last):
   File 
"/tmp/zope/ZopeX3-0.0m3/src/persistence/tests/test_persistence.py", 
line 208, in testMultipleInheritance
     class C(A, B):
TypeError: multiple bases have instance lay-out conflict

/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zodb/btrees/fsBTree.py:14: 
RuntimeWarning: Python C API version mismatch for module 
_zodb_btrees_fsBTree: This Python has API version 1012, 
module _zodb_btrees_fsBTree has version 1011.
   from zodb.btrees._zodb_btrees_fsBTree import *
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zodb/btrees/fsBTree.py:14: 
RuntimeWarning: Python C API version mismatch for module 
_zodb_btrees_fsBTree: This Python has API version 1012, 
module _zodb_btrees_fsBTree has version 1011.
   from zodb.btrees._zodb_btrees_fsBTree import *
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zodb/btrees/fsBTree.py:14: 
RuntimeWarning: Python C API version mismatch for module 
_zodb_btrees_fsBTree: This Python has API version 1012, 
module _zodb_btrees_fsBTree has version 1011.
   from zodb.btrees._zodb_btrees_fsBTree import *
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zodb/btrees/fsBTree.py:14: 
RuntimeWarning: Python C API version mismatch for module 
_zodb_btrees_fsBTree: This Python has API version 1012, 
module _zodb_btrees_fsBTree has version 1011.
   from zodb.btrees._zodb_btrees_fsBTree import *
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zodb/btrees/fsBTree.py:14: 
RuntimeWarning: Python C API version mismatch for module 
_zodb_btrees_fsBTree: This Python has API version 1012, 
module _zodb_btrees_fsBTree has version 1011.
   from zodb.btrees._zodb_btrees_fsBTree import *
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zodb/btrees/fsBTree.py:14: 
RuntimeWarning: Python C API version mismatch for module 
_zodb_btrees_fsBTree: This Python has API version 1012, 
module _zodb_btrees_fsBTree has version 1011.
   from zodb.btrees._zodb_btrees_fsBTree import *
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zodb/btrees/fsBTree.py:14: 
RuntimeWarning: Python C API version mismatch for module 
_zodb_btrees_fsBTree: This Python has API version 1012, 
module _zodb_btrees_fsBTree has version 1011.
   from zodb.btrees._zodb_btrees_fsBTree import *
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zodb/btrees/fsBTree.py:14: 
RuntimeWarning: Python C API version mismatch for module 
_zodb_btrees_fsBTree: This Python has API version 1012, 
module _zodb_btrees_fsBTree has version 1011.
   from zodb.btrees._zodb_btrees_fsBTree import *
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zodb/btrees/fsBTree.py:14: 
RuntimeWarning: Python C API version mismatch for module 
_zodb_btrees_fsBTree: This Python has API version 1012, 
module _zodb_btrees_fsBTree has version 1011.
   from zodb.btrees._zodb_btrees_fsBTree import *
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zodb/btrees/fsBTree.py:14: 
RuntimeWarning: Python C API version mismatch for module 
_zodb_btrees_fsBTree: This Python has API version 1012, 
module _zodb_btrees_fsBTree has version 1011.
   from zodb.btrees._zodb_btrees_fsBTree import *
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zodb/btrees/fsBTree.py:14: 
RuntimeWarning: Python C API version mismatch for module 
_zodb_btrees_fsBTree: This Python has API version 1012, 
module _zodb_btrees_fsBTree has version 1011.
   from zodb.btrees._zodb_btrees_fsBTree import *
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zodb/btrees/fsBTree.py:14: 
RuntimeWarning: Python C API version mismatch for module 
_zodb_btrees_fsBTree: This Python has API version 1012, 
module _zodb_btrees_fsBTree has version 1011.
   from zodb.btrees._zodb_btrees_fsBTree import *
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zodb/btrees/fsBTree.py:14: 
RuntimeWarning: Python C API version mismatch for module 
_zodb_btrees_fsBTree: This Python has API version 1012, 
module _zodb_btrees_fsBTree has version 1011.
   from zodb.btrees._zodb_btrees_fsBTree import *
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zodb/btrees/fsBTree.py:14: 
RuntimeWarning: Python C API version mismatch for module 
_zodb_btrees_fsBTree: This Python has API version 1012, 
module _zodb_btrees_fsBTree has version 1011.
   from zodb.btrees._zodb_btrees_fsBTree import *
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zodb/btrees/fsBTree.py:14: 
RuntimeWarning: Python C API version mismatch for module 
_zodb_btrees_fsBTree: This Python has API version 1012, 
module _zodb_btrees_fsBTree has version 1011.
   from zodb.btrees._zodb_btrees_fsBTree import *
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zodb/btrees/fsBTree.py:14: 
RuntimeWarning: Python C API version mismatch for module 
_zodb_btrees_fsBTree: This Python has API version 1012, 
module _zodb_btrees_fsBTree has version 1011.
   from zodb.btrees._zodb_btrees_fsBTree import *
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zodb/btrees/fsBTree.py:14: 
RuntimeWarning: Python C API version mismatch for module 
_zodb_btrees_fsBTree: This Python has API version 1012, 
module _zodb_btrees_fsBTree has version 1011.
   from zodb.btrees._zodb_btrees_fsBTree import *
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zodb/btrees/fsBTree.py:14: 
RuntimeWarning: Python C API version mismatch for module 
_zodb_btrees_fsBTree: This Python has API version 1012, 
module _zodb_btrees_fsBTree has version 1011.
   from zodb.btrees._zodb_btrees_fsBTree import *
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zodb/btrees/fsBTree.py:14: 
RuntimeWarning: Python C API version mismatch for module 
_zodb_btrees_fsBTree: This Python has API version 1012, 
module _zodb_btrees_fsBTree has version 1011.
   from zodb.btrees._zodb_btrees_fsBTree import *
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zodb/btrees/fsBTree.py:14: 
RuntimeWarning: Python C API version mismatch for module 
_zodb_btrees_fsBTree: This Python has API version 1012, 
module _zodb_btrees_fsBTree has version 1011.
   from zodb.btrees._zodb_btrees_fsBTree import *
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
/tmp/zope/ZopeX3-0.0m3/src/zope/interface/declarations.py:418: 
RuntimeWarning: Python C API version mismatch for module 
_zope_interface_ospec: This Python has API version 1012, 
module _zope_interface_ospec has version 1011.
   from _zope_interface_ospec import _implements_reg
/tmp/zope/ZopeX3-0.0m3/src/zodb/timestamp.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_timestamp: This Python has API version 1012, module 
_timestamp has version 1011.
   from _timestamp import TimeStamp
/tmp/zope/ZopeX3-0.0m3/src/persistence/__init__.py:16: 
RuntimeWarning: Python C API version mismatch for module 
_persistence: This Python has API version 1012, module 
_persistence has version 1011.
   from persistence._persistence import Persistent
Segmentation fault