[Zope-dev] Zope Tests: 73 OK, 15 Failed
Jan-Jaap Driessen
jdriessen at thehealthagency.com
Fri Dec 17 07:23:24 EST 2010
On 16 December 2010 18:12, Tres Seaver <tseaver at palladion.com> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
>
>> Subject: FAILED : Zope Buildbot / zopetoolkit-py2.5 slave-ubuntu64
>> From: jdriessen at thehealthagency.com
>> Date: Wed Dec 15 16:55:22 EST 2010
>> URL: http://mail.zope.org/pipermail/zope-tests/2010-December/026754.html
>>
>> Subject: FAILED : Zope Buildbot / zopetoolkit-py2.6 slave-ubuntu64
>> From: jdriessen at thehealthagency.com
>> Date: Wed Dec 15 17:00:02 EST 2010
>> URL: http://mail.zope.org/pipermail/zope-tests/2010-December/026755.html
>
> Are we somehow re-using files checked out using Windows SVN on Linux
> boxes? The failures here are due to carriage returns in the doctest files::
>
> test-ztk-zope.publisher failed with:
> Test-module import failures:
>
> Module: zope.publisher.tests.test_http
>
> ValueError: line 81 of the docstring for httpresults.txt lacks \
> blank after ...: ' ...\r'
>
> Those '\r' characters aren't present in the files in a normal Linux
> checkout.
>
>
>
> Tres.
> - --
The buildslaves are not sharing a filesystem. Looks like the
zope.publisher 3.12.5 distribution was created on a windows machine:
$ file ~/.buildout/eggs/zope.publisher-3.12.5-py2.6.egg/zope/publisher/__init__.py
zope.publisher-3.12.5-py2.6.egg/zope/publisher/__init__.py: ASCII
text, with CRLF line terminators
compared to the previous release:
$ file ~/.buildout/eggs/zope.publisher-3.12.4-py2.6.egg/zope/publisher/__init__.py
zope.publisher-3.12.4-py2.6.egg/zope/publisher/__init__.py: ASCII text
If this is the case, Adam, could you re-upload the egg? Or assign me
pypi rights to this package and I will do so.
--
Jan-Jaap Driessen
More information about the Zope-Dev
mailing list