On 23 October 2010 15:11, Tres Seaver <[email protected]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 10/23/2010 07:58 AM, Zope Tests Summarizer wrote: > >> Subject: FAILED : Zope Buildbot / zope2.13-py2.7 slave-ubuntu64 >> From: jdriessen at thehealthagency.com >> Date: Fri Oct 22 11:11:16 EDT 2010 >> URL: http://mail.zope.org/pipermail/zope-tests/2010-October/022014.html > > Anyone have a clue on this one? > > File > "/home/zope/.buildout/eggs/zope.security-3.7.4-py2.7-linux-x86_64.egg/zope/security/tests/test_standard_checkers.py", > line 509, in zope.security.tests.test_standard_checkers.test_ABCMeta > Failed example: > issubclass(PBar, Foo) > Exception raised: > Traceback (most recent call last): > File "/usr/lib/python2.7/doctest.py", line 1253, in __run > compileflags, 1) in test.globs > File "<doctest > zope.security.tests.test_standard_checkers.test_ABCMeta[6]>", line 1, in > <module> > issubclass(PBar, Foo) > File "/usr/lib/python2.7/abc.py", line 151, in __subclasscheck__ > if subclass in cls._abc_cache: > File "/usr/lib/python2.7/_weakrefset.py", line 69, in __contains__ > return ref(item) in self.data > TypeError: cannot create weak reference to > 'zope.security._proxy._Proxy' object
zope.proxy on py2.7 is a problem, we also have failing tests on zope.proxy trunk: http://dev.thehealthagency.com/buildbot/builders/zope.proxy_2%20slave-ubuntu32/builds/13 >> Subject: FAILED : Zope Buildbot / zope2.14-py2.7 slave-ubuntu64 >> From: jdriessen at thehealthagency.com >> Date: Fri Oct 22 11:14:53 EDT 2010 >> URL: http://mail.zope.org/pipermail/zope-tests/2010-October/022016.html > > Same error. > >> Subject: FAILED : Zope Buildbot / zope2.13_win-py2.6 slave-win >> From: jdriessen at thehealthagency.com >> Date: Fri Oct 22 11:40:35 EDT 2010 >> URL: http://mail.zope.org/pipermail/zope-tests/2010-October/022021.html > > This blows up in the buildout: > > Downloading > http://pypi.python.org/packages/2.6/s/setuptools/setuptools-0.6c11-py2.6.egg > error: De map is niet leeg <built-in function rmdir> > c:\docume~1\builds~1\locals~1\temp\easy_install-ovtumm\zc.buildout-1.4.4\build\lib\zc\buildout > > > (Ooops, out of time for further investigation today). Fixed after re-running the build; we now have failing tests after a successful buildout: http://dev.thehealthagency.com/buildbot/builders/zope2.13_win-py2.6%20slave-win > Tres. > - -- -- Jan-Jaap Driessen _______________________________________________ Zope-Dev maillist - [email protected] https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )
