Re: [Zope-dev] zope-tests - FAILED: 10, OK: 28, UNKNOWN: 3

2011-08-20 Thread Hanno Schlichting
On Fri, Aug 19, 2011 at 7:14 PM, Tres Seaver tsea...@palladion.com wrote:
 [1]    UNKNOWN FAILED (errors=1) : Zope-2.13-alltests Python-2.6.6 :
 Linux
 https://mail.zope.org/pipermail/zope-tests/2011-August/048315.html

 I think this failure is due to recent acquisition grubbing::

 Error in test test_getObject_found
 (Products.ZCatalog.tests.test_zcatalog.TestZCatalogGetObject)

This was caused by changes to OFS.Traversable - I reverted those and
the tests pass again.

Hanno
___
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: 28, UNKNOWN: 3

2011-08-19 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


 [1]UNKNOWN FAILED (errors=1) : Zope-2.13-alltests Python-2.6.6 :
 Linux 
 https://mail.zope.org/pipermail/zope-tests/2011-August/048315.html

I think this failure is due to recent acquisition grubbing::

- -- % --
Error in test test_getObject_found
(Products.ZCatalog.tests.test_zcatalog.TestZCatalogGetObject)
Traceback (most recent call last):
  File /usr/local/python2.6/lib/python2.6/unittest.py, line 279, in run
testMethod()
  File
/home/stefan/autotest/temp/python26-zope213all/eggs/Products.ZCatalog-2.13.18-py2.6.egg/Products/ZCatalog/tests/test_zcatalog.py,
line 347, in test_getObject_found
self.assertEqual(brain.getObject().getId(), 'ob')
  File
/home/stefan/autotest/temp/python26-zope213all/eggs/Products.ZCatalog-2.13.18-py2.6.egg/Products/ZCatalog/CatalogBrains.py,
line 69, in getObject
return parent.restrictedTraverse(path[-1])
  File
/home/stefan/autotest/temp/python26-zope213all/src/OFS/Traversable.py,
line 317, in restrictedTraverse
return self.unrestrictedTraverse(path, default, restricted=True)
  File
/home/stefan/autotest/temp/python26-zope213all/src/OFS/Traversable.py,
line 274, in unrestrictedTraverse
next = queryMultiAdapter((obj, aq_acquire(self, 'REQUEST')),
   - __traceback_info__: (['ob'], 'ob')
AttributeError: REQUEST
- -- % --

 [2]UNKNOWN UNKNOWN : Zope-2.12 Python-2.6.6 : Linux 
 https://mail.zope.org/pipermail/zope-tests/2011-August/048312.html

This is likely due to transient PyPI failures::

- -- % --
While:
  Installing test.
  Getting distribution for 'zope.password==3.5.1'.
Error: Couldn't find a distribution for 'zope.password==3.5.1'.
- -- % --


 [4]FAILED  ZTK 1.0 / Python2.6.5 Linux 64bit 
 https://mail.zope.org/pipermail/zope-tests/2011-August/048334.html

For this one, I need to release a zope.interface 3.6.7 with the
test-only fix I checked in yesterday, and bump ZTK 1.0 to use it.


 [5]FAILED  ZTK 1.0dev / Python2.4.6 Linux 64bit 
 https://mail.zope.org/pipermail/zope-tests/2011-August/048304.html

There are lots of errors like this which seem to be in TAL / ZPT guts::

- -- % --
Error in test test_new
(zope.formlib.tests.test_functional_objectwidget.Test)
Traceback (most recent call last):
  File /usr/local/python2.4.6/lib/python2.4/unittest.py, line 260, in run
testMethod()
  File
/home/ccomb/ztk1.0dev-slave/Python2.4.6-Linux-64bit/build/src/zope.formlib/src/zope/formlib/tests/test_functional_objectwidget.py,
line 87, in test_new
self.verifyResult(widget(), check_list)
  File
/home/ccomb/ztk1.0dev-slave/Python2.4.6-Linux-64bit/build/src/zope.formlib/src/zope/formlib/objectwidget.py,
line 90, in __call__
return self.view()
  File
/home/ccomb/ztk1.0dev-slave/Python2.4.6-Linux-64bit/build/src/zope.formlib/src/zope/formlib/objectwidget.py,
line 39, in __call__
return self.template()
  File
/home/ccomb/ztk1.0dev-slave/Python2.4.6-Linux-64bit/build/src/zope.browserpage/src/zope/browserpage/viewpagetemplatefile.py,
line 81, in __call__
return self.im_func(im_self, *args, **kw)
  File
/home/ccomb/ztk1.0dev-slave/Python2.4.6-Linux-64bit/build/src/zope.browserpage/src/zope/browserpage/viewpagetemplatefile.py,
line 49, in __call__
sourceAnnotations=getattr(debug_flags, 'sourceAnnotations', 0),
  File
/home/ccomb/ztk1.0dev-slave/Python2.4.6-Linux-64bit/build/src/zope.pagetemplate/src/zope/pagetemplate/pagetemplate.py,
line 119, in pt_render
sourceAnnotations=sourceAnnotations
  File
/home/ccomb/ztk1.0dev-slave/Python2.4.6-Linux-64bit/build/src/zope.pagetemplate/src/zope/pagetemplate/pagetemplate.py,
line 228, in __call__
interpreter()
...
handlers[opcode](self, args)
  File
/home/ccomb/ztk1.0dev-slave/Python2.4.6-Linux-64bit/build/src/zope.tal/src/zope/tal/talinterpreter.py,
line 755, in do_insertStructure_tal
self.insertHTMLStructure(text, repldict)
  File
/home/ccomb/ztk1.0dev-slave/Python2.4.6-Linux-64bit/build/src/zope.tal/src/zope/tal/talinterpreter.py,
line 779, in insertHTMLStructure
gen = AltTALGenerator(repldict, self.engine, 0)
  File
/home/ccomb/ztk1.0dev-slave/Python2.4.6-Linux-64bit/build/src/zope.tal/src/zope/tal/talinterpreter.py,
line 63, in __init__
TALGenerator.__init__(self, expressionCompiler, xml)
  File
/home/ccomb/ztk1.0dev-slave/Python2.4.6-Linux-64bit/build/src/zope.tal/src/zope/tal/talgenerator.py,
line 39, in __init__
self.CompilerError = expressionCompiler.getCompilerError()
AttributeError: 'TrustedZopeContext' object has no attribute
'getCompilerError'
- -- % --

Have we switched to using Chameleon, maybe?


 [6]FAILED  ZTK 1.0dev 

[Zope-dev] zope-tests - FAILED: 10, OK: 28, UNKNOWN: 3

2011-08-18 Thread Zope tests summarizer
This is the summary for test reports received on the 
zope-tests list between 2011-08-17 00:00:00 UTC and 2011-08-18 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]FAILED (errors=1) : Zope-2.13-alltests Python-2.6.6 : Linux
[2]UNKNOWN : Zope-2.12 Python-2.6.6 : Linux
[3]UNKNOWN : winbot / ZODB_dev py_270_win32
   ZTK 1.0 / Python2.4.6 Linux 64bit
   ZTK 1.0 / Python2.5.5 Linux 64bit
[4]ZTK 1.0 / Python2.6.5 Linux 64bit
[5]ZTK 1.0dev / Python2.4.6 Linux 64bit
[6]ZTK 1.0dev / Python2.5.5 Linux 64bit
[7]ZTK 1.0dev / Python2.6.5 Linux 64bit
   Zope 3.4 KGS / Python2.4.6 64bit linux
[8]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-alltests Python-2.6.6 : Linux
   Zope-2.13 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_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
[9]winbot / ztk_dev py_254_win32
[10]   winbot / ztk_dev py_265_win32
[11]   winbot / ztk_dev py_265_win64
[12]   winbot / ztk_dev py_270_win32
[13]   winbot / ztk_dev py_270_win64

Non-OK results
--

[1]UNKNOWN FAILED (errors=1) : Zope-2.13-alltests Python-2.6.6 : Linux
   https://mail.zope.org/pipermail/zope-tests/2011-August/048315.html


[2]UNKNOWN UNKNOWN : Zope-2.12 Python-2.6.6 : Linux
   https://mail.zope.org/pipermail/zope-tests/2011-August/048312.html


[3]UNKNOWN UNKNOWN : winbot / ZODB_dev py_270_win32
   https://mail.zope.org/pipermail/zope-tests/2011-August/048296.html


[4]FAILED  ZTK 1.0 / Python2.6.5 Linux 64bit
   https://mail.zope.org/pipermail/zope-tests/2011-August/048334.html


[5]FAILED  ZTK 1.0dev / Python2.4.6 Linux 64bit
   https://mail.zope.org/pipermail/zope-tests/2011-August/048304.html


[6]FAILED  ZTK 1.0dev / Python2.5.5 Linux 64bit
   https://mail.zope.org/pipermail/zope-tests/2011-August/048306.html


[7]FAILED  ZTK 1.0dev / Python2.6.5 Linux 64bit
   https://mail.zope.org/pipermail/zope-tests/2011-August/048305.html


[8]FAILED  Zope 3.4 KGS / Python2.5.5 64bit linux
   https://mail.zope.org/pipermail/zope-tests/2011-August/048309.html


[9]FAILED  winbot / ztk_dev py_254_win32
   https://mail.zope.org/pipermail/zope-tests/2011-August/048318.html


[10]   FAILED  winbot / ztk_dev py_265_win32
   https://mail.zope.org/pipermail/zope-tests/2011-August/048319.html


[11]   FAILED  winbot / ztk_dev py_265_win64
   https://mail.zope.org/pipermail/zope-tests/2011-August/048320.html


[12]   FAILED  winbot / ztk_dev py_270_win32
   https://mail.zope.org/pipermail/zope-tests/2011-August/048321.html


[13]   FAILED  winbot / ztk_dev py_270_win64
   https://mail.zope.org/pipermail/zope-tests/2011-August/048322.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 )