Re: [Zope-dev] Zope Tests: 74 OK, 14 Failed

2011-03-30 Thread Jan-Jaap Driessen
On 29 March 2011 16:22, Tres Seaver tsea...@palladion.com wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Subject: FAILED : Zope Buildbot / zopetoolkit-1.0_win-py2.6 slave-win
 From: jdriessen at thehealthagency.com
 Date: Mon Mar 28 15:18:14 EDT 2011
 URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036429.html

 Subject: FAILED : Zope Buildbot / zope2.12-py2.6 slave-ubuntu32
 From: jdriessen at thehealthagency.com
 Date: Mon Mar 28 16:46:58 EDT 2011
 URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036443.html

 Subject: FAILED : Zope Buildbot / zope2.13-py2.6 slave-ubuntu32
 From: jdriessen at thehealthagency.com
 Date: Mon Mar 28 16:47:05 EDT 2011
 URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036444.html

 Subject: FAILED : Zope Buildbot / zopetoolkit-1.0-py2.6 slave-ubuntu32
 From: jdriessen at thehealthagency.com
 Date: Mon Mar 28 17:06:20 EDT 2011
 URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036453.html

 These four are still dying in the bootstrap step, without any kind of
 useful output.  I just tried to reproduce one without success::

 - --- % --
 $ cd /tmp
 $ svn co http://svn.zope.org/repos/main/zopetoolkit/branches/1.0
 A    1.0/LICENSE.txt
 A    1.0/development.cfg
 A    1.0/zopeapp-versions.cfg
 A    1.0/bootstrap.py
 A    1.0/buildout.cfg
 A    1.0/COPYRIGHT.txt
 A    1.0/ztk.cfg
 A    1.0/README.txt
 A    1.0/zopeapp.cfg
 A    1.0/ztk-versions.cfg
 A    1.0/index.rst
  U   1.0
 Checked out revision 121155.
 $ cd 1.0/
 $ /opt/Python-2.6.5/bin/python bootstrap.py
 Creating directory '/tmp/1.0/bin'.
 Creating directory '/tmp/1.0/parts'.
 Creating directory '/tmp/1.0/eggs'.
 Creating directory '/tmp/1.0/develop-eggs'.
 Generated script '/tmp/1.0/bin/buildout'.
 - --- % --


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

 iEYEARECAAYFAk2R6zUACgkQ+gerLs4ltQ7w0QCfZ/jXytAG9yNbu8Zw23gyingt
 rYAAoM9jxNwqru2WK7cjYcEHw+oRKkwB
 =qWYz
 -END PGP SIGNATURE-


I had a look on the buildslave server, seems bootstrap/setuptools
related. JW kindly offered to pick this up :) .

-- 
Jan-Jaap Driessen
___
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: 74 OK, 14 Failed

2011-03-30 Thread Jan-Wijbrand Kolman
On 3/30/11 9:11 AM, Jan-Jaap Driessen wrote:
 On 29 March 2011 16:22, Tres Seavertsea...@palladion.com  wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Subject: FAILED : Zope Buildbot / zopetoolkit-1.0_win-py2.6 slave-win
 From: jdriessen at thehealthagency.com
 Date: Mon Mar 28 15:18:14 EDT 2011
 URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036429.html

 Subject: FAILED : Zope Buildbot / zope2.12-py2.6 slave-ubuntu32
 From: jdriessen at thehealthagency.com
 Date: Mon Mar 28 16:46:58 EDT 2011
 URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036443.html

 Subject: FAILED : Zope Buildbot / zope2.13-py2.6 slave-ubuntu32
 From: jdriessen at thehealthagency.com
 Date: Mon Mar 28 16:47:05 EDT 2011
 URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036444.html

 Subject: FAILED : Zope Buildbot / zopetoolkit-1.0-py2.6 slave-ubuntu32
 From: jdriessen at thehealthagency.com
 Date: Mon Mar 28 17:06:20 EDT 2011
 URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036453.html

 These four are still dying in the bootstrap step, without any kind of
 useful output.  I just tried to reproduce one without success::

 - --- %  --
 $ cd /tmp
 $ svn co http://svn.zope.org/repos/main/zopetoolkit/branches/1.0
 A1.0/LICENSE.txt
 A1.0/development.cfg
 A1.0/zopeapp-versions.cfg
 A1.0/bootstrap.py
 A1.0/buildout.cfg
 A1.0/COPYRIGHT.txt
 A1.0/ztk.cfg
 A1.0/README.txt
 A1.0/zopeapp.cfg
 A1.0/ztk-versions.cfg
 A1.0/index.rst
   U   1.0
 Checked out revision 121155.
 $ cd 1.0/
 $ /opt/Python-2.6.5/bin/python bootstrap.py
 Creating directory '/tmp/1.0/bin'.
 Creating directory '/tmp/1.0/parts'.
 Creating directory '/tmp/1.0/eggs'.
 Creating directory '/tmp/1.0/develop-eggs'.
 Generated script '/tmp/1.0/bin/buildout'.
 - --- %  --

 I had a look on the buildslave server, seems bootstrap/setuptools
 related. JW kindly offered to pick this up :) .

Turned out to be an unclean python environment. I'm in the process of 
fixing it.

regards, jw


___
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: 74 OK, 14 Failed

2011-03-29 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list.
Period Mon Mar 28 11:00:00 2011 UTC to Tue Mar 29 11:00:00 2011 UTC.
There were 88 messages: 8 from Zope Tests, 4 from buildbot at pov.lt, 23 from 
buildbot at winbot.zope.org, 8 from ccomb at free.fr, 45 from jdriessen at 
thehealthagency.com.


Test failures
-

Subject: FAILED : Zope Buildbot / zopetoolkit-1.0_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Mon Mar 28 15:18:14 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036429.html

Subject: FAILED : Zope Buildbot / zope2.12-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Mon Mar 28 16:46:58 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036443.html

Subject: FAILED : Zope Buildbot / zope2.13-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Mon Mar 28 16:47:05 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036444.html

Subject: FAILED : Zope Buildbot / zopetoolkit-1.0-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Mon Mar 28 17:06:20 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036453.html

Subject: FAILED : winbot / zc_buildout_dev py_254_win32
From: buildbot at winbot.zope.org
Date: Mon Mar 28 17:28:13 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036466.html

Subject: FAILED : winbot / zc_buildout_dev py_265_win32
From: buildbot at winbot.zope.org
Date: Mon Mar 28 17:28:34 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036467.html

Subject: FAILED : winbot / zc_buildout_dev py_265_win64
From: buildbot at winbot.zope.org
Date: Mon Mar 28 17:28:45 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036468.html

Subject: FAILED : winbot / zc_buildout_dev py_270_win32
From: buildbot at winbot.zope.org
Date: Mon Mar 28 17:28:55 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036469.html

Subject: FAILED : winbot / zc_buildout_dev py_270_win64
From: buildbot at winbot.zope.org
Date: Mon Mar 28 17:29:06 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036470.html

Subject: FAILED : Zope 3.4 Known Good Set / py2.4-64bit-linux
From: buildbot at pov.lt
Date: Mon Mar 28 21:01:33 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036485.html

Subject: FAILED : Zope 3.4 Known Good Set / py2.4-32bit-linux
From: buildbot at pov.lt
Date: Mon Mar 28 21:27:31 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036487.html

Subject: FAILED : Zope 3.4 Known Good Set / py2.5-32bit-linux
From: buildbot at pov.lt
Date: Mon Mar 28 22:29:25 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036493.html

Subject: FAILED : winbot / z3c.rml_py_265_32
From: buildbot at winbot.zope.org
Date: Mon Mar 28 22:34:09 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036494.html

Subject: FAILED : winbot / z3c.coverage_py_265_32
From: buildbot at winbot.zope.org
Date: Mon Mar 28 23:05:01 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036495.html


Tests passed OK
---

Subject: OK : Zope Buildbot / zope2.13_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Mon Mar 28 14:47:56 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036418.html

Subject: OK : Zope Buildbot / zope2.13_win-py2.7 slave-win
From: jdriessen at thehealthagency.com
Date: Mon Mar 28 14:50:28 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036419.html

Subject: OK : Zope Buildbot / zope2.12-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Mon Mar 28 14:59:29 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036420.html

Subject: OK : Zope Buildbot / zope2.13-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Mon Mar 28 15:00:53 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036421.html

Subject: OK : Zope Buildbot / zope2.13-py2.7 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Mon Mar 28 15:02:16 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036422.html

Subject: OK : Zope Buildbot / zope2.14-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Mon Mar 28 15:03:44 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036423.html

Subject: OK : Zope Buildbot / zopetoolkit-1.0_win-py2.4 slave-win
From: jdriessen at thehealthagency.com
Date: Mon Mar 28 15:05:08 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036425.html

Subject: OK : Zope Buildbot / zope2.14-py2.7 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Mon Mar 28 15:05:11 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036424.html

Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.4 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Mon Mar 28 15:10:52 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036426.html


Re: [Zope-dev] Zope Tests: 74 OK, 14 Failed

2011-03-29 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 Subject: FAILED : Zope Buildbot / zopetoolkit-1.0_win-py2.6 slave-win
 From: jdriessen at thehealthagency.com
 Date: Mon Mar 28 15:18:14 EDT 2011
 URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036429.html
 
 Subject: FAILED : Zope Buildbot / zope2.12-py2.6 slave-ubuntu32
 From: jdriessen at thehealthagency.com
 Date: Mon Mar 28 16:46:58 EDT 2011
 URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036443.html
 
 Subject: FAILED : Zope Buildbot / zope2.13-py2.6 slave-ubuntu32
 From: jdriessen at thehealthagency.com
 Date: Mon Mar 28 16:47:05 EDT 2011
 URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036444.html
 
 Subject: FAILED : Zope Buildbot / zopetoolkit-1.0-py2.6 slave-ubuntu32
 From: jdriessen at thehealthagency.com
 Date: Mon Mar 28 17:06:20 EDT 2011
 URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036453.html

These four are still dying in the bootstrap step, without any kind of
useful output.  I just tried to reproduce one without success::

- --- % --
$ cd /tmp
$ svn co http://svn.zope.org/repos/main/zopetoolkit/branches/1.0
A1.0/LICENSE.txt
A1.0/development.cfg
A1.0/zopeapp-versions.cfg
A1.0/bootstrap.py
A1.0/buildout.cfg
A1.0/COPYRIGHT.txt
A1.0/ztk.cfg
A1.0/README.txt
A1.0/zopeapp.cfg
A1.0/ztk-versions.cfg
A1.0/index.rst
 U   1.0
Checked out revision 121155.
$ cd 1.0/
$ /opt/Python-2.6.5/bin/python bootstrap.py
Creating directory '/tmp/1.0/bin'.
Creating directory '/tmp/1.0/parts'.
Creating directory '/tmp/1.0/eggs'.
Creating directory '/tmp/1.0/develop-eggs'.
Generated script '/tmp/1.0/bin/buildout'.
- --- % --


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/

iEYEARECAAYFAk2R6zUACgkQ+gerLs4ltQ7w0QCfZ/jXytAG9yNbu8Zw23gyingt
rYAAoM9jxNwqru2WK7cjYcEHw+oRKkwB
=qWYz
-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: 74 OK, 14 Failed

2011-03-29 Thread Brian Sutherland
On Tue, Mar 29, 2011 at 10:22:45AM -0400, Tres Seaver wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
  Subject: FAILED : Zope Buildbot / zopetoolkit-1.0_win-py2.6 slave-win
  From: jdriessen at thehealthagency.com
  Date: Mon Mar 28 15:18:14 EDT 2011
  URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036429.html
  
  Subject: FAILED : Zope Buildbot / zope2.12-py2.6 slave-ubuntu32
  From: jdriessen at thehealthagency.com
  Date: Mon Mar 28 16:46:58 EDT 2011
  URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036443.html
  
  Subject: FAILED : Zope Buildbot / zope2.13-py2.6 slave-ubuntu32
  From: jdriessen at thehealthagency.com
  Date: Mon Mar 28 16:47:05 EDT 2011
  URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036444.html
  
  Subject: FAILED : Zope Buildbot / zopetoolkit-1.0-py2.6 slave-ubuntu32
  From: jdriessen at thehealthagency.com
  Date: Mon Mar 28 17:06:20 EDT 2011
  URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036453.html
 
 These four are still dying in the bootstrap step, without any kind of
 useful output.  I just tried to reproduce one without success::
 
 - --- % --
 $ cd /tmp
 $ svn co http://svn.zope.org/repos/main/zopetoolkit/branches/1.0
 A1.0/LICENSE.txt
 A1.0/development.cfg
 A1.0/zopeapp-versions.cfg
 A1.0/bootstrap.py
 A1.0/buildout.cfg
 A1.0/COPYRIGHT.txt
 A1.0/ztk.cfg
 A1.0/README.txt
 A1.0/zopeapp.cfg
 A1.0/ztk-versions.cfg
 A1.0/index.rst
  U   1.0
 Checked out revision 121155.
 $ cd 1.0/
 $ /opt/Python-2.6.5/bin/python bootstrap.py
 Creating directory '/tmp/1.0/bin'.
 Creating directory '/tmp/1.0/parts'.
 Creating directory '/tmp/1.0/eggs'.
 Creating directory '/tmp/1.0/develop-eggs'.
 Generated script '/tmp/1.0/bin/buildout'.
 - --- % --

I also couldn't reproduce the failure.

-- 
Brian Sutherland
___
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 )