On Mon, Mar 21, 2011 at 4:53 PM, Tres Seaver <tseaver@palladion.com> wrote:
On 03/21/2011 07:57 AM, Zope Tests Summarizer wrote:
Subject: FAILED : Zope Buildbot / zope2.12-py2.6 slave-osx From: jdriessen at thehealthagency.com Date: Sun Mar 20 09:46:37 EDT 2011 URL: http://mail.zope.org/pipermail/zope-tests/2011-March/035634.html
These all fail due to something like:
Error in test test_escape (pythongettext.tests.test_compile.TestWriter) Traceback (most recent call last): File "/home/zope/.buildout/eggs/unittest2-0.5.1-py2.6.egg/unittest2/case.py", line 340, in run testMethod() File "/home/zope/.buildout/eggs/python_gettext-1.1-py2.6.egg/pythongettext/tests/test_compile.py", line 65, in test_escape po_file = file(os.path.join(self.folder, 'test_escape.po'), 'rb') IOError: [Errno 2] No such file or directory: '/home/zope/.buildout/eggs/python_gettext-1.1-py2.6.egg/pythongettext/tests/test_escape.po'
and a bunch more in python_gettest-1.1. Why are we wedging in that library version if its tests are broken?
Hhm, weird. The tests all passed for me locally. I made some changes and put in a 1.1.1. Let's see if the bots like that one.
Subject: FAILED : Zope Buildbot / zope2.14-py2.7 slave-ubuntu64 From: jdriessen at thehealthagency.com Date: Sun Mar 20 15:28:05 EDT 2011 URL: http://mail.zope.org/pipermail/zope-tests/2011-March/035662.html
The 2.14 failures are the ones Gedminas diagnosed, due to IPv6 syntax in the config file, not supported by ZConfig.
I asked fdrake to make a new ZConfig release to get the IPv6 support into a released version.
Subject: FAILED : Zope Buildbot / zope2.13_win-py2.7 slave-win From: jdriessen at thehealthagency.com Date: Sun Mar 20 15:43:55 EDT 2011 URL: http://mail.zope.org/pipermail/zope-tests/2011-March/035666.html
These are both weird Windows build failures::
error: Setup script exited with error: Unable to find vcvarsall.bat While: Installing test. Getting distribution for 'Acquisition==2.13.7'. Error: Couldn't install: Acquisition 2.13.7
This looks like the Windows bot downloaded the Acquisition tarball before the binary egg had been built. Someone needs to remove the tarball from the download cache, so setuptools downloads the eggs instead. Hanno