2011/3/24 Tres Seaver <tseaver@palladion.com>:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 03/24/2011 07:57 AM, Zope Tests Summarizer wrote:
Subject: FAILED : Zope 3.4 Known Good Set / py2.4-32bit-linux From: buildbot at pov.lt Date: Wed Mar 23 22:26:52 EDT 2011 URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036056.html
IS there a 3.4 KGS doctor in the house?
I have tried to fix the 3.4 issues. Let's wait for tomorrow.
Subject: FAILED : winbot / z3c.rml_py_265_32 From: buildbot at winbot.zope.org Date: Wed Mar 23 22:40:00 EDT 2011 URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036057.html
This package looks to be mostly Stephan Richter's work, with contributions from some of the Usual Suspects.
We use z3c.rml in SchoolTool and it works... Strange errors, though, haven't investigated yet.
Subject: UNKNOWN : Zope-2.13 Python-2.6.5 : Linux From: Zope Tests Date: Thu Mar 24 02:08:58 EDT 2011 URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036071.html
Subject: UNKNOWN : Zope-2.13-alltests Python-2.6.5 : Linux From: Zope Tests Date: Thu Mar 24 02:10:58 EDT 2011 URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036072.html
Subject: UNKNOWN : Zope-trunk Python-2.6.5 : Linux From: Zope Tests Date: Thu Mar 24 02:12:58 EDT 2011 URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036073.html
Subject: UNKNOWN : Zope-trunk-alltests Python-2.6.5 : Linux From: Zope Tests Date: Thu Mar 24 02:14:58 EDT 2011 URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036074.html
These are all failures to download the 'mechanize' package, due to the SourceForge bug (multiple 'Content-Type' headers). We can address via:
- - Using setuptools-0.6c12dev-r88793.tar.gz (PJE has merged my workaround).
- - Waiting for the SF guys to fix the bug, http://sourceforge.net/apps/trac/sourceforge/ticket/18486
- - Blocking the buildouts from using SF, as suggested yesterday by adding 'allow-hosts' to the buildout.cfg, as suggested by Laurence Rowe::
allow-hosts = *.python.org
I do not touch Zope2, and none of the options is appealing. The last one is simplest... For Zope 3.4 the buildout.cfg is generated from template in zope.kgs egg, did not want to make a release of it just to add a workaround. But I discovered that latest bugfix releases, ClientForm 0.2.10 and mechanize 0.1.11, do not manifest this problem. So the 4th workaround is to upgrade them. Gediminas