Re: [Zope-dev] zope-tests - FAILED: 18, OK: 79, UNKNOWN: 1

2011-05-24 Thread yuppie
Gediminas Paulauskas wrote:
 2011/5/23 Tres Seavertsea...@palladion.com:
[...]
 [19]   FAILED  winbot / ztk_dev py_270_win64
 https://mail.zope.org/pipermail/zope-tests/2011-May/041695.html


 In each of these, he buildout fails (silently) while trying to check out
 code from SVN:

   mr.developer: svn: Can't create tunnel: The system cannot find the file
 specified.

 buildbot tries to checkout from svn+ssh, because sources were moved to
 separate files, ztk-sources.cfg and zopeapp-sources.cfg [1], and
 buildbot does not remove ssh+ from source urls in those files.

 [1] 
 http://zope3.pov.lt/trac/changeset?new=121748%40zopetoolkit%2Ftrunkold=121746%40zopetoolkit%2Ftrunk


Oops! My mistake. Hope this is fixed now: 
http://svn.zope.org/?rev=121787view=rev

Cheers, Yuppie
___
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: 18, OK: 79, UNKNOWN: 1

2011-05-23 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


 [5]UNKNOWN UNKNOWN : Zope-2.12 Python-2.6.6 : Linux
https://mail.zope.org/pipermail/zope-tests/2011-May/041640.html

This is a PyPI unreachable build failure.


 [6]FAILED  Zope Buildbot / zope2.13-py2.7 slave-ubuntu64
https://mail.zope.org/pipermail/zope-tests/2011-May/041648.html
 
 
 [7]FAILED  Zope Buildbot / zope2.14-py2.7 slave-ubuntu64
https://mail.zope.org/pipermail/zope-tests/2011-May/041650.html

The segfault-on-exit which I can't reproduce on ubuntu64.



 [15]   FAILED  winbot / ztk_dev py_254_win32
https://mail.zope.org/pipermail/zope-tests/2011-May/041691.html
 
 
 [16]   FAILED  winbot / ztk_dev py_265_win32
https://mail.zope.org/pipermail/zope-tests/2011-May/041692.html
 
 
 [17]   FAILED  winbot / ztk_dev py_265_win64
https://mail.zope.org/pipermail/zope-tests/2011-May/041693.html
 
 
 [18]   FAILED  winbot / ztk_dev py_270_win32
https://mail.zope.org/pipermail/zope-tests/2011-May/041694.html
 
 
 [19]   FAILED  winbot / ztk_dev py_270_win64
https://mail.zope.org/pipermail/zope-tests/2011-May/041695.html


In each of these, he buildout fails (silently) while trying to check out
code from SVN:

 mr.developer: svn: Can't create tunnel: The system cannot find the file
specified.



Tres.
- -- 
===
Tres Seaver  +1 540-429-0999  tsea...@palladion.com
Palladion Software   Excellence by Designhttp://palladion.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk3agPkACgkQ+gerLs4ltQ4UZACgxi0EhmPVG1KLLOYQRkWIzCcy
l6IAmwVACT3MZ5eKGgqjax1l/q+Q5UPP
=iZDp
-END PGP 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: 18, OK: 79, UNKNOWN: 1

2011-05-23 Thread Gediminas Paulauskas
2011/5/23 Tres Seaver tsea...@palladion.com:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1


 [5]    UNKNOWN UNKNOWN : Zope-2.12 Python-2.6.6 : Linux
        https://mail.zope.org/pipermail/zope-tests/2011-May/041640.html

 This is a PyPI unreachable build failure.


 [6]    FAILED  Zope Buildbot / zope2.13-py2.7 slave-ubuntu64
        https://mail.zope.org/pipermail/zope-tests/2011-May/041648.html


 [7]    FAILED  Zope Buildbot / zope2.14-py2.7 slave-ubuntu64
        https://mail.zope.org/pipermail/zope-tests/2011-May/041650.html

 The segfault-on-exit which I can't reproduce on ubuntu64.



 [15]   FAILED  winbot / ztk_dev py_254_win32
        https://mail.zope.org/pipermail/zope-tests/2011-May/041691.html


 [16]   FAILED  winbot / ztk_dev py_265_win32
        https://mail.zope.org/pipermail/zope-tests/2011-May/041692.html


 [17]   FAILED  winbot / ztk_dev py_265_win64
        https://mail.zope.org/pipermail/zope-tests/2011-May/041693.html


 [18]   FAILED  winbot / ztk_dev py_270_win32
        https://mail.zope.org/pipermail/zope-tests/2011-May/041694.html


 [19]   FAILED  winbot / ztk_dev py_270_win64
        https://mail.zope.org/pipermail/zope-tests/2011-May/041695.html


 In each of these, he buildout fails (silently) while trying to check out
 code from SVN:

  mr.developer: svn: Can't create tunnel: The system cannot find the file
 specified.

buildbot tries to checkout from svn+ssh, because sources were moved to
separate files, ztk-sources.cfg and zopeapp-sources.cfg [1], and
buildbot does not remove ssh+ from source urls in those files.

[1] 
http://zope3.pov.lt/trac/changeset?new=121748%40zopetoolkit%2Ftrunkold=121746%40zopetoolkit%2Ftrunk

-- 
Gediminas
___
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: 18, OK: 79, UNKNOWN: 1

2011-05-22 Thread Zope tests summarizer
This is the summary for test reports received on the 
zope-tests list between 2011-05-21 00:00:00 UTC and 2011-05-22 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


   Bluebream / Python2.4.6 64bit linux
   Bluebream / Python2.5.5 64bit linux
   Bluebream / Python2.6.5 64bit linux
[1]Repository policy check found errors in 306 projects
   Total languishing bugs for zope2: 0
[2]Total languishing bugs for zope: 59
[3]Total languishing bugs for zopeapp: 2
[4]Total languishing bugs for zopetoolkit: 199
[5]UNKNOWN : Zope-2.12 Python-2.6.6 : Linux
   ZTK 1.0 / Python2.4.6 Linux 64bit
   ZTK 1.0 / Python2.5.5 Linux 64bit
   ZTK 1.0 / Python2.6.5 Linux 64bit
   ZTK 1.0dev / Python2.4.6 Linux 64bit
   ZTK 1.0dev / Python2.5.5 Linux 64bit
   ZTK 1.0dev / Python2.6.5 Linux 64bit
   Zope 3.4 KGS / Python2.4.6 64bit linux
   Zope 3.4 KGS / Python2.5.5 64bit linux
   Zope 3.4 Known Good Set / py2.4-32bit-linux
   Zope 3.4 Known Good Set / py2.4-64bit-linux
   Zope 3.4 Known Good Set / py2.5-32bit-linux
   Zope 3.4 Known Good Set / py2.5-64bit-linux
   Zope Buildbot / zope2.12-py2.6 slave-osx
   Zope Buildbot / zope2.12-py2.6 slave-ubuntu32
   Zope Buildbot / zope2.12-py2.6 slave-ubuntu64
   Zope Buildbot / zope2.13-py2.6 slave-osx
   Zope Buildbot / zope2.13-py2.6 slave-ubuntu32
   Zope Buildbot / zope2.13-py2.6 slave-ubuntu64
   Zope Buildbot / zope2.13-py2.7 slave-osx
   Zope Buildbot / zope2.13-py2.7 slave-ubuntu32
[6]Zope Buildbot / zope2.13-py2.7 slave-ubuntu64
   Zope Buildbot / zope2.13_win-py2.6 slave-win
   Zope Buildbot / zope2.13_win-py2.7 slave-win
   Zope Buildbot / zope2.14-py2.6 slave-osx
   Zope Buildbot / zope2.14-py2.6 slave-ubuntu32
   Zope Buildbot / zope2.14-py2.6 slave-ubuntu64
   Zope Buildbot / zope2.14-py2.7 slave-osx
   Zope Buildbot / zope2.14-py2.7 slave-ubuntu32
[7]Zope Buildbot / zope2.14-py2.7 slave-ubuntu64
   Zope Buildbot / zopetoolkit-1.0-py2.4 slave-osx
   Zope Buildbot / zopetoolkit-1.0-py2.4 slave-ubuntu32
   Zope Buildbot / zopetoolkit-1.0-py2.4 slave-ubuntu64
   Zope Buildbot / zopetoolkit-1.0-py2.5 slave-osx
   Zope Buildbot / zopetoolkit-1.0-py2.5 slave-ubuntu32
   Zope Buildbot / zopetoolkit-1.0-py2.5 slave-ubuntu64
   Zope Buildbot / zopetoolkit-1.0-py2.6 slave-osx
   Zope Buildbot / zopetoolkit-1.0-py2.6 slave-ubuntu32
   Zope Buildbot / zopetoolkit-1.0-py2.6 slave-ubuntu64
   Zope Buildbot / zopetoolkit-1.0_win-py2.4 slave-win
   Zope Buildbot / zopetoolkit-1.0_win-py2.5 slave-win
   Zope Buildbot / zopetoolkit-1.0_win-py2.6 slave-win
   Zope Buildbot / zopetoolkit-1.1-py2.5 slave-osx
   Zope Buildbot / zopetoolkit-1.1-py2.5 slave-ubuntu32
   Zope Buildbot / zopetoolkit-1.1-py2.5 slave-ubuntu64
   Zope Buildbot / zopetoolkit-1.1-py2.6 slave-osx
   Zope Buildbot / zopetoolkit-1.1-py2.6 slave-ubuntu32
   Zope Buildbot / zopetoolkit-1.1-py2.6 slave-ubuntu64
   Zope Buildbot / zopetoolkit-1.1_win-py2.5 slave-win
   Zope Buildbot / zopetoolkit-1.1_win-py2.6 slave-win
   Zope Buildbot / zopetoolkit-py2.5 slave-osx
   Zope Buildbot / zopetoolkit-py2.5 slave-ubuntu32
   Zope Buildbot / zopetoolkit-py2.5 slave-ubuntu64
   Zope Buildbot / zopetoolkit-py2.6 slave-osx
   Zope Buildbot / zopetoolkit-py2.6 slave-ubuntu32
   Zope Buildbot / zopetoolkit-py2.6 slave-ubuntu64
   Zope Buildbot / zopetoolkit_win-py2.5 slave-win
   Zope Buildbot / zopetoolkit_win-py2.6 slave-win
   Zope-2.10 Python-2.4.6 : Linux
   Zope-2.11 Python-2.4.6 : Linux
   Zope-2.12-alltests Python-2.6.6 : Linux
   Zope-2.13 Python-2.6.6 : Linux
   Zope-2.13-alltests Python-2.6.6 : Linux
   Zope-trunk Python-2.6.6 : Linux
   Zope-trunk-alltests Python-2.6.6 : Linux
   winbot / ZODB_dev py_254_win32
   winbot / ZODB_dev py_265_win32
   winbot / ZODB_dev py_265_win64
   winbot / ZODB_dev py_270_win32
   winbot / ZODB_dev py_270_win64
[8]winbot / z3c.coverage_py_265_32
[9]winbot / z3c.rml_py_265_32
[10]   winbot / zc_buildout_dev py_254_win32
[11]   winbot / zc_buildout_dev py_265_win32
[12]   winbot / zc_buildout_dev py_265_win64
[13]   winbot / zc_buildout_dev py_270_win32
[14]   winbot / zc_buildout_dev py_270_win64
   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
[15]   winbot / ztk_dev py_254_win32
[16]   winbot / ztk_dev py_265_win32
[17]   winbot