Re: [Zope-dev] zope-tests - FAILED: 10, OK: 37

2011-11-01 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 [1]FAILED  ZTK 1.0dev / Python2.4.6 Linux 64bit 
 https://mail.zope.org/pipermail/zope-tests/2011-October/051996.html


The
 
only failure here is in parsing the locale-influenced output from
'svn info':  I just checked in a fix which should make the test pass:

 http://svn.zope.org/zope.app.applicationcontrol/trunk/?rev=123225view=rev


 [2]FAILED  ZTK 1.0dev / Python2.5.5 Linux 64bit 
 https://mail.zope.org/pipermail/zope-tests/2011-October/051999.html


Same
 
as #1, but also has what looks to be a timing-related failure,
perhaps requiring a backport of r from zope.testrunner to the ZTK
1.0 equivalent branch of zope.testing:

- -- % 
 File
 /home/ccomb/ztk1.0dev-slave/Python2.5.5-Linux-64bit/build/src/zope.testing/src/zope/testing/testrunner/testrunner-layers-buff.txt,
 line 70, in testrunner-layers-buff.txt Failed example: for line,
 time in record: if time-last_time = pause: # We paused! print
 'PAUSE FOUND BETWEEN THESE LINES:' print ''.join([last_line, line,
 '-'*70]) last_line, last_time = line, time # doctest: +ELLIPSIS 
 Expected: PAUSE FOUND BETWEEN THESE LINES:... Running: 
 test_something (sampletests_buffering.TestSomething2) 
 --

 
PAUSE FOUND BETWEEN THESE LINES:
 test_something (sampletests_buffering.TestSomething2) 
 test_something2 (sampletests_buffering.TestSomething2) 
 --

 
Got:
 PAUSE FOUND BETWEEN THESE LINES: BLANKLINE Running
 sampletests_buffering.Layer2
 tests:--

 
PAUSE FOUND BETWEEN THESE LINES:
 BLANKLINE Running in a subprocess. 
 --

 
PAUSE FOUND BETWEEN THESE LINES:
 Running: test_something (sampletests_buffering.TestSomething2) 
 --

 
PAUSE FOUND BETWEEN THESE LINES:
 test_something (sampletests_buffering.TestSomething2) 
 test_something2 (sampletests_buffering.TestSomething2) 
 --

 
PAUSE FOUND BETWEEN THESE LINES:
 Tear down sampletests_buffering.Layer2 ... not supported Total: 3
 tests, 0 failures, 0 errors in N.NNN
 seconds.--
- --
 
% 


 [3]FAILED  ZTK 1.0dev / Python2.6.7 Linux 64bit 
 https://mail.zope.org/pipermail/zope-tests/2011-October/051998.html


Same
 
as #1.


 [4]FAILED  ZTK 1.1 / Python2.5.5 Linux 64bit 
 https://mail.zope.org/pipermail/zope-tests/2011-October/051980.html

 
 
 [5]FAILED  ZTK 1.1 / Python2.6.7 Linux 64bit 
 https://mail.zope.org/pipermail/zope-tests/2011-October/051979.html

 
 
 [6]FAILED  ZTK 1.1 / Python2.7.2 Linux 64bit 
 https://mail.zope.org/pipermail/zope-tests/2011-October/051978.html


These
 
three are all showing the unexpected Data.fs failure in the
zope.testing.setupstack test ('parts/zope.testing/working-directory').
 If that file is coming back, we need to figure out what is creating it.


 [7]FAILED  ZTK 1.1dev / Python2.5.5 Linux 64bit 
 https://mail.zope.org/pipermail/zope-tests/2011-October/051995.html

 
 
 [8]FAILED  ZTK 1.1dev / Python2.6.7 Linux 64bit 
 https://mail.zope.org/pipermail/zope-tests/2011-October/051994.html

 
 
 [9]FAILED  ZTK 1.1dev / Python2.7.2 Linux 64bit 
 https://mail.zope.org/pipermail/zope-tests/2011-October/051993.html


Same
 
as #1.


 [10]   FAILED  winbot / z3c.form_py_265_32 
 https://mail.zope.org/pipermail/zope-tests/2011-October/051987.html


This
 
looks like a real failure in
'form-chameleon-issue-repeat-addons.txt':  it expects a traceback, but
gets a rendered HTML page.


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/

iEYEARECAAYFAk6wACoACgkQ+gerLs4ltQ7ErwCgn0Li3LDWqyRIIagJ5F6yE9za
/6MAoN00snerNERKe4aF1UciTvOvBnYO
=sRcV
-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: 10, OK: 37

2011-10-31 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 10/31/2011 05:06 AM, Michael Howitz wrote:
 Am 29.10.2011 um 18:44 schrieb Tres Seaver:

 [10]   FAILED  winbot / zope.dublincore_py_265_32 
 https://mail.zope.org/pipermail/zope-tests/2011-October/051843.html



 
This one is odd -- I wonder if we have a DST issue on the machine?
 
 It looks like a bug fixed in 3.8.2: Updated DATETIME regex 
 normalizer to guard against test failure when a datetime's
 microseconds value is zero.


Good diagnoisis.


 File 
 c:\eggs\zope.dublincore-3.7.0-py2.6.egg\zope\dublincore\tests\timeannotators.txt,

 
line 53, in timeannotators.txt Failed example: content.created
 Expected: datetime.datetime(DATETIME, tzinfo=UTC) Got: 
 datetime.datetime(2011, 10, 28, 2, 14, 8, tzinfo=UTC)
 
 
 The tested egg is rather old, the current version is 3.8.2. I
 updated buildout.cfg to use the checkout instead of the version
 pinned in ZTK.


Great, thanks!


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/

iEYEARECAAYFAk6usJIACgkQ+gerLs4ltQ5kJACfXHkdt7mixrLuYJH01ZRczwen
U0gAniF3XPvvOiCMRGjffShS2aJxcMaX
=l0oq
-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 )


[Zope-dev] zope-tests - FAILED: 10, OK: 37

2011-10-31 Thread Zope tests summarizer
This is the summary for test reports received on the 
zope-tests list between 2011-10-30 00:00:00 UTC and 2011-10-31 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.5.5 64bit linux
   Bluebream / Python2.6.7 64bit linux
   Bluebream / Python2.7.2 64bit linux
   ZTK 1.0 / Python2.4.6 Linux 64bit
   ZTK 1.0 / Python2.5.5 Linux 64bit
   ZTK 1.0 / Python2.6.7 Linux 64bit
[1]ZTK 1.0dev / Python2.4.6 Linux 64bit
[2]ZTK 1.0dev / Python2.5.5 Linux 64bit
[3]ZTK 1.0dev / Python2.6.7 Linux 64bit
[4]ZTK 1.1 / Python2.5.5 Linux 64bit
[5]ZTK 1.1 / Python2.6.7 Linux 64bit
[6]ZTK 1.1 / Python2.7.2 Linux 64bit
[7]ZTK 1.1dev / Python2.5.5 Linux 64bit
[8]ZTK 1.1dev / Python2.6.7 Linux 64bit
[9]ZTK 1.1dev / Python2.7.2 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-2.10 Python-2.4.6 : Linux
   Zope-2.11 Python-2.4.6 : Linux
   Zope-2.12 Python-2.6.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
[10]   winbot / z3c.form_py_265_32
   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
   winbot / ztk_dev py_265_win32
   winbot / ztk_dev py_265_win64
   winbot / ztk_dev py_270_win32
   winbot / ztk_dev py_270_win64

Non-OK results
--

[1]FAILED  ZTK 1.0dev / Python2.4.6 Linux 64bit
   https://mail.zope.org/pipermail/zope-tests/2011-October/051996.html


[2]FAILED  ZTK 1.0dev / Python2.5.5 Linux 64bit
   https://mail.zope.org/pipermail/zope-tests/2011-October/051999.html


[3]FAILED  ZTK 1.0dev / Python2.6.7 Linux 64bit
   https://mail.zope.org/pipermail/zope-tests/2011-October/051998.html


[4]FAILED  ZTK 1.1 / Python2.5.5 Linux 64bit
   https://mail.zope.org/pipermail/zope-tests/2011-October/051980.html


[5]FAILED  ZTK 1.1 / Python2.6.7 Linux 64bit
   https://mail.zope.org/pipermail/zope-tests/2011-October/051979.html


[6]FAILED  ZTK 1.1 / Python2.7.2 Linux 64bit
   https://mail.zope.org/pipermail/zope-tests/2011-October/051978.html


[7]FAILED  ZTK 1.1dev / Python2.5.5 Linux 64bit
   https://mail.zope.org/pipermail/zope-tests/2011-October/051995.html


[8]FAILED  ZTK 1.1dev / Python2.6.7 Linux 64bit
   https://mail.zope.org/pipermail/zope-tests/2011-October/051994.html


[9]FAILED  ZTK 1.1dev / Python2.7.2 Linux 64bit
   https://mail.zope.org/pipermail/zope-tests/2011-October/051993.html


[10]   FAILED  winbot / z3c.form_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2011-October/051987.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 )


[Zope-dev] zope-tests - FAILED: 10, OK: 37

2011-10-28 Thread Zope tests summarizer
This is the summary for test reports received on the 
zope-tests list between 2011-10-27 00:00:00 UTC and 2011-10-28 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.5.5 64bit linux
[1]Bluebream / Python2.6.7 64bit linux
   Bluebream / Python2.7.2 64bit linux
   ZTK 1.0 / Python2.4.6 Linux 64bit
   ZTK 1.0 / Python2.5.5 Linux 64bit
[2]ZTK 1.0 / Python2.6.7 Linux 64bit
   ZTK 1.0dev / Python2.4.6 Linux 64bit
   ZTK 1.0dev / Python2.5.5 Linux 64bit
[3]ZTK 1.0dev / Python2.6.7 Linux 64bit
[4]ZTK 1.1 / Python2.5.5 Linux 64bit
[5]ZTK 1.1 / Python2.6.7 Linux 64bit
[6]ZTK 1.1 / Python2.7.2 Linux 64bit
[7]ZTK 1.1dev / Python2.5.5 Linux 64bit
[8]ZTK 1.1dev / Python2.6.7 Linux 64bit
[9]ZTK 1.1dev / Python2.7.2 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-2.10 Python-2.4.6 : Linux
   Zope-2.11 Python-2.4.6 : Linux
   Zope-2.12 Python-2.6.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
[10]   winbot / zope.dublincore_py_265_32
   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
   winbot / ztk_dev py_265_win32
   winbot / ztk_dev py_265_win64
   winbot / ztk_dev py_270_win32
   winbot / ztk_dev py_270_win64

Non-OK results
--

[1]FAILED  Bluebream / Python2.6.7 64bit linux
   https://mail.zope.org/pipermail/zope-tests/2011-October/051837.html


[2]FAILED  ZTK 1.0 / Python2.6.7 Linux 64bit
   https://mail.zope.org/pipermail/zope-tests/2011-October/051875.html


[3]FAILED  ZTK 1.0dev / Python2.6.7 Linux 64bit
   https://mail.zope.org/pipermail/zope-tests/2011-October/051846.html


[4]FAILED  ZTK 1.1 / Python2.5.5 Linux 64bit
   https://mail.zope.org/pipermail/zope-tests/2011-October/051877.html


[5]FAILED  ZTK 1.1 / Python2.6.7 Linux 64bit
   https://mail.zope.org/pipermail/zope-tests/2011-October/051874.html


[6]FAILED  ZTK 1.1 / Python2.7.2 Linux 64bit
   https://mail.zope.org/pipermail/zope-tests/2011-October/051876.html


[7]FAILED  ZTK 1.1dev / Python2.5.5 Linux 64bit
   https://mail.zope.org/pipermail/zope-tests/2011-October/051845.html


[8]FAILED  ZTK 1.1dev / Python2.6.7 Linux 64bit
   https://mail.zope.org/pipermail/zope-tests/2011-October/051842.html


[9]FAILED  ZTK 1.1dev / Python2.7.2 Linux 64bit
   https://mail.zope.org/pipermail/zope-tests/2011-October/051844.html


[10]   FAILED  winbot / zope.dublincore_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2011-October/051843.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 )