Re: [Zope-dev] zope-tests - FAILED: 13, OK: 16, UNKNOWN: 2

2013-02-21 Thread Wichert Akkerman

On Feb 22, 2013, at 07:30, Marius Gedminas  wrote:

> On Fri, Feb 22, 2013 at 01:00:02AM +, Zope tests summarizer wrote:
>> [1]FAILED (failures=2) : Zope-trunk Python-2.6.8 : Linux
>> [2]FAILED (failures=2) : Zope-trunk Python-2.7.3 : Linux
> 
> Same old (menu actions are now unicode).

Ah, I might need to merge those fixes to trunk still.

Wichert.
___
Zope-Dev maillist  -  Zope-Dev@zope.org
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 )


Re: [Zope-dev] zope-tests - FAILED: 13, OK: 16, UNKNOWN: 2

2013-02-21 Thread Marius Gedminas
On Fri, Feb 22, 2013 at 01:00:02AM +, Zope tests summarizer wrote:
> [1]FAILED (failures=2) : Zope-trunk Python-2.6.8 : Linux
> [2]FAILED (failures=2) : Zope-trunk Python-2.7.3 : Linux

Same old (menu actions are now unicode).

> [3]Still Failing - zopetoolkit_trunk - Build # 180
> [4]Still Failing - zopetoolkit_trunk_app - Build # 162

New failure:

Error: Picked: zope.publisher = 4.0.0a1

> [5]winbot / z3c.authenticator_py_265_32

New failure:

File 
"c:\buildslave\z3c.authenticator\build\src\z3c\authenticator\README.txt", line 
140, in README.txt
Failed example:
p.password
Expected:
u'secret'
Got:
'secret'

> [6]winbot / z3c.contents_py_265_32
> [7]winbot / z3c.layer.ready2go_py_265_32

Same old ( attribute ordering differences).

> [8]winbot / z3c.recipe.paster_py_265_32

New failure during doctest setup:

Traceback (most recent call last):
  File "c:\Python26_32\lib\unittest.py", line 270, in run
self.setUp()
  File "c:\Python26_32\lib\doctest.py", line 2131, in setUp
self._dt_setUp(test)
  File 
"c:\buildslave\z3c.recipe.paster\build\src\z3c\recipe\paster\tests.py", line 
27, in setUp
zc.buildout.testing.install('RestrictedPython', test)
  File "c:\eggs\zc.buildout-1.7.1-py2.6.egg\zc\buildout\testing.py", line 
605, in install
if dist.location.endswith('.egg'):
AttributeError: 'NoneType' object has no attribute 'location'

> [9]winbot / z3c.tabular_py_265_32

Same old ( attribute ordering differences).

> [10]   winbot / zope.app.dependable_py_265_32

New failure:

The constraint, 4.0.3, is not consistent with the requirement,
'zope.interface>=4.0.4'.

> [11]   winbot / zope.app.wsgi_py_265_32

New failure due to extra unicode prefixes in unexpected places:

File "c:\buildslave\zope.app.wsgi\build\src\zope\app\wsgi\README.txt", line 
108, in README.txt
Failed example:
pprint(environ)
Expected:
{'PATH_INFO': ...
 'REMOTE_USER': 'zope.anybody',
 'wsgi.input': ...
 'wsgi.logging_info': 'zope.anybody'}
Got:
{'PATH_INFO': ...
 'REMOTE_USER': u'zope.anybody',
 'wsgi.input': ...
 'wsgi.logging_info': u'zope.anybody'}

I suspect having unicode strings in the WSGI environ goes against
PEP-.  And looks like I'm right!

"Also note that CGI-defined variables must be native strings, if
they are present at all. It is a violation of this specification for
any CGI variable's value to be of any type other than str."
-- http://www.python.org/dev/peps/pep-/

REMOTE_USER is part of the CGI spec.

I've no idea about wsgi.logging_info, IIRC it's only used by Zope (a
failed attempt to introduce a new WSGI standard that didn't pan out, or
something like that).  I suspect it's better to be consistent here.

> [12]   winbot / zope.contenttype_py_265_32

Latest build is all green.

> [13]   winbot / zope.datetime_py_265_32

Moved to github, winbot looked in svn.  This will clear up after a
winbot reconfig.

> [14]   winbot / zope.site_py_265_32

Latest build is all green.

> [15]   winbot / ztk_10 py_254_win32

Interesting new failure in zope.dublincore:

File 
"c:\eggs\zope.dublincore-3.7.0-py2.5.egg\zope\dublincore\tests\timeannotators.txt",
 line 53, in timeannotators.txt
Failed example:
content.created
Expected:
datetime.datetime(, tzinfo=)
Got:
datetime.datetime(2013, 2, 21, 20, 23, 32, tzinfo=)

Marius Gedminas
-- 
http://pov.lt/ -- Zope 3/BlueBream consulting and development


signature.asc
Description: Digital signature
___
Zope-Dev maillist  -  Zope-Dev@zope.org
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 )


[Zope-dev] zope-tests - FAILED: 13, OK: 16, UNKNOWN: 2

2013-02-21 Thread Zope tests summarizer
This is the summary for test reports received on the 
zope-tests list between 2013-02-20 00:00:00 UTC and 2013-02-21 00:00:00 UTC:

See the footnotes for test reports of unsuccessful builds.

An up-to date view of the builders is also available in our 
buildbot documentation: 
http://docs.zope.org/zopetoolkit/process/buildbots.html#the-nightly-builds

Reports received


[1]FAILED (failures=2) : Zope-trunk Python-2.6.8 : Linux
[2]FAILED (failures=2) : Zope-trunk Python-2.7.3 : Linux
[3]Still Failing - zopetoolkit_trunk - Build # 180
[4]Still Failing - zopetoolkit_trunk_app - Build # 162
   Zope-2.10 Python-2.4.6 : Linux
   Zope-2.11 Python-2.4.6 : Linux
   Zope-2.12 Python-2.6.8 : Linux
   Zope-2.13 Python-2.6.8 : Linux
   Zope-2.13 Python-2.7.3 : Linux
   winbot / ZODB_dev py_265_win32
   winbot / ZODB_dev py_265_win64
   winbot / ZODB_dev py_270_win32
   winbot / ZODB_dev py_270_win64
[5]winbot / z3c.authenticator_py_265_32
[6]winbot / z3c.contents_py_265_32
[7]winbot / z3c.layer.ready2go_py_265_32
[8]winbot / z3c.recipe.paster_py_265_32
[9]winbot / z3c.tabular_py_265_32
[10]   winbot / zope.app.dependable_py_265_32
[11]   winbot / zope.app.wsgi_py_265_32
[12]   winbot / zope.contenttype_py_265_32
[13]   winbot / zope.datetime_py_265_32
[14]   winbot / zope.site_py_265_32
[15]   winbot / ztk_10 py_254_win32
   winbot / ztk_10 py_265_win32
   winbot / ztk_10 py_265_win64
   winbot / ztk_11 py_254_win32
   winbot / ztk_11 py_265_win32
   winbot / ztk_11 py_265_win64
   winbot / ztk_11 py_270_win32
   winbot / ztk_11 py_270_win64

Non-OK results
--

[1]UNKNOWN FAILED (failures=2) : Zope-trunk Python-2.6.8 : Linux
   https://mail.zope.org/pipermail/zope-tests/2013-February/072672.html


[2]UNKNOWN FAILED (failures=2) : Zope-trunk Python-2.7.3 : Linux
   https://mail.zope.org/pipermail/zope-tests/2013-February/072673.html


[3]FAILED  Still Failing - zopetoolkit_trunk - Build # 180
   https://mail.zope.org/pipermail/zope-tests/2013-February/072665.html


[4]FAILED  Still Failing - zopetoolkit_trunk_app - Build # 162
   https://mail.zope.org/pipermail/zope-tests/2013-February/072666.html


[5]FAILED  winbot / z3c.authenticator_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-February/072689.html


[6]FAILED  winbot / z3c.contents_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-February/072687.html


[7]FAILED  winbot / z3c.layer.ready2go_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-February/072693.html


[8]FAILED  winbot / z3c.recipe.paster_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-February/072688.html


[9]FAILED  winbot / z3c.tabular_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-February/072686.html


[10]   FAILED  winbot / zope.app.dependable_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-February/072691.html


[11]   FAILED  winbot / zope.app.wsgi_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-February/072692.html


[12]   FAILED  winbot / zope.contenttype_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-February/072664.html


[13]   FAILED  winbot / zope.datetime_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-February/072690.html


[14]   FAILED  winbot / zope.site_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-February/072663.html


[15]   FAILED  winbot / ztk_10 py_254_win32
   https://mail.zope.org/pipermail/zope-tests/2013-February/072674.html


___
Zope-Dev maillist  -  Zope-Dev@zope.org
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 )