Re: [Zope-dev] zope-tests - FAILED: 14, OK: 12

2013-03-25 Thread Marius Gedminas
On Mon, Mar 25, 2013 at 01:00:02AM +, Zope tests summarizer wrote:
> [1]Repository policy check found errors in 497 projects
> [3]Total languishing bugs for zope2: 1
> [4]Total languishing bugs for zope: 68
> [5]Total languishing bugs for zopeapp: 1
> [6]Total languishing bugs for zopetoolkit: 195

Did not read.

> [2]Still Failing - zopetoolkit_trunk - Build # 212

Same four failures.

> [7]winbot / z3c.baseregistry_py_265_32

Last build successful.

> [8]winbot / z3c.contents_py_265_32

Same _p_serial issue.

> [9]winbot / z3c.form_py_265_32

Same missing error.

> [10]   winbot / zc.configuration_py_265_32

Last build successful.

> [11]   winbot / zope.app.authentication_py_265_32

Buildout tried to "upgrade" distribute 0.6.35 to 0.6.14 and fell over
with

IOError: [Errno 13] Permission denied: 
'c:\\buildslave\\zope.app.authentication\\build\\bin\\buildout.exe'

for two builds in a row.

This is bootstrap.py for buildout 2.0.

distribute is pinned to 0.6.14 by the inclusion of
http://download.zope.org/zopetoolkit/index/1.0/ztk-versions.cfg

I guess it ought to be enough to override the distribute pin in
zope.app.authentication's buildout.cfg

> [12]   winbot / zope.app.locales_py_265_32
> [13]   winbot / zope.dublincore_py_265_32
> [14]   winbot / zope.size_py_265_32

Last build successful.

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 )


Re: [Zope-dev] zope-tests - FAILED: 14, OK: 12

2013-03-08 Thread Marius Gedminas
On Fri, Mar 08, 2013 at 01:00:02AM +, Zope tests summarizer wrote:
> [1]Still Failing - zopetoolkit_trunk - Build # 194

Latest zope.security is broken.  I'm trying to fix.

> [2]winbot / z3c.contents_py_265_32
> [3]winbot / z3c.form_py_265_32
> [4]winbot / z3c.form_py_265_32
> [5]winbot / z3c.formui_py_265_32
> [6]winbot / z3c.layer.ready2go_py_265_32
> [7]winbot / z3c.pagelet_py_265_32

lxml

> [8]winbot / zope.app.authentication_py_265_32
> [9]winbot / zope.app.authentication_py_265_32

Unicode principal IDs

> [10]   winbot / zope.app.http_py_265_32
> [12]   winbot / zope.app.publication_py_265_32
> [13]   winbot / zope.app.publication_py_265_32

Something weird:

  AttributeError: 'NoneType' object has no attribute 'group'

during buildout.

Oh.  zc.buildout 1.7 doesn't support

  zope.app.wsgi = < 4.0dev

style of version pins, that's new in zc.buildout 2.0.

Adam, I think it's time to switch winbot to using local bootstraps again.
Or I could change the version pin to explicitly ask for zope.app.wsgi
3.15.0.

> [11]   winbot / zope.app.pagetemplate_py_265_32

Last build successful.

> [14]   winbot / zope.app.renderer_py_265_32

Winbot hasn't noticed yet that I replaced zope.app.renderer with
zope.renderer in project-list.cfg

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 )