[Zope-CMF] cmf-tests - OK: 2, UNKNOWN: 2

1 view
Skip to first unread message

CMF tests summarizer

unread,
Nov 22, 2011, 8:00:04 PM11/22/11
to zope...@zope.org
This is the summary for test reports received on the
cmf-tests list between 2011-11-21 00:00:00 UTC and 2011-11-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
----------------

CMF-2.2 Zope-2.12 Python-2.6.6 : Linux
CMF-2.2 Zope-2.13 Python-2.6.6 : Linux
[1] FAILED (errors=3) : CMF-trunk Zope-2.13 Python-2.6.6 : Linux
[2] FAILED (errors=3) : CMF-trunk Zope-trunk Python-2.6.6 : Linux

Non-OK results
--------------

[1] UNKNOWN FAILED (errors=3) : CMF-trunk Zope-2.13 Python-2.6.6 : Linux
https://mail.zope.org/pipermail/cmf-tests/2011-November/015516.html


[2] UNKNOWN FAILED (errors=3) : CMF-trunk Zope-trunk Python-2.6.6 : Linux
https://mail.zope.org/pipermail/cmf-tests/2011-November/015517.html


_______________________________________________
Zope-CMF maillist - Zope...@zope.org
https://mail.zope.org/mailman/listinfo/zope-cmf

See https://bugs.launchpad.net/zope-cmf/ for bug reports and feature requests

Tres Seaver

unread,
Nov 22, 2011, 9:13:24 PM11/22/11
to zope...@zope.org
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> [1] UNKNOWN FAILED (errors=3) : CMF-trunk Zope-2.13 Python-2.6.6 :
> Linux
> https://mail.zope.org/pipermail/cmf-tests/2011-November/015516.html
>
>
> [2] UNKNOWN FAILED (errors=3) : CMF-trunk Zope-trunk Python-2.6.6 :
> Linux
> https://mail.zope.org/pipermail/cmf-tests/2011-November/015517.html


These failures are all variations on the folloowing::

> Error in test testUpgradeAllProposed
> (Products.CMFDefault.upgrade.tests.test_upgrade.UpgradeFrom20Tests)
> 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-zope213-cmf23/src/Products.CMFDefault/Products/CMFDefault/upgrade/tests/test_upgrade.py",
>
>
>
line 75, in testUpgradeAllProposed expected_export =
> self.app.site.portal_setup.runAllExportSteps() File
> "/home/stefan/autotest/temp/python26-zope213-cmf23/src/Products.GenericSetup/Products/GenericSetup/tool.py",
>
>
>
line 343, in runAllExportSteps return
> self._doRunExportSteps(self.listExportSteps()) File
> "/home/stefan/autotest/temp/python26-zope213-cmf23/src/Products.GenericSetup/Products/GenericSetup/tool.py",
>
>
>
line 1021, in _doRunExportSteps messages[step_id] = handler(context)
> File
> "/home/stefan/autotest/temp/python26-zope213-cmf23/src/Products.CMFCore/Products/CMFCore/exportimport/workflow.py",
>
>
>
line 141, in exportWorkflowTool exportObjects(tool, '', context) File
> "/home/stefan/autotest/temp/python26-zope213-cmf23/src/Products.GenericSetup/Products/GenericSetup/utils.py",
>
>
>
line 819, in exportObjects exportObjects(sub, path+'/', context) File
> "/home/stefan/autotest/temp/python26-zope213-cmf23/src/Products.GenericSetup/Products/GenericSetup/utils.py",
>
>
>
line 815, in exportObjects context.writeDataFile(filename, body,
> exporter.mime_type) File
> "/home/stefan/autotest/temp/python26-zope213-cmf23/src/Products.GenericSetup/Products/GenericSetup/context.py",
>
>
>
line 466, in writeDataFile raise ValueError("Unicode text is not
> supported, even if it only " ValueError: Unicode text is not
> supported, even if it only contains ascii. Please encode your data


which is a result of Patrick Gerken's change to GenericSetup in r123457
(merging r123435 from the 1.7 branch):


Get more picky with unicode and strings

the exporters prevent dumping unicode objects,
the registry handlers always encode unicode to utf-8 strings.

Patrick, this is on you to repair. Even more than that, you need to
document in the CHANGES.txt of GenericSetup what other 3rd-party code
needs to do to be compatible with your changes (preferably, such code
needs to be able to straddle the two versions).

Tres.
- --
===================================================================
Tres Seaver +1 540-429-0999 tse...@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/

iEYEARECAAYFAk7MVsQACgkQ+gerLs4ltQ5MMwCgnklM4hVRP7+2gH9urpSwqNHv
0m4Anjr0xln/fVDY9c54n0xgKqQmz2nj
=rAf9
-----END PGP SIGNATURE-----

Patrick Gerken

unread,
Nov 23, 2011, 11:01:20 AM11/23/11
to CMF tests summarizer, zope...@zope.org
On Wed, Nov 23, 2011 at 02:00, CMF tests summarizer <nor...@zope.org> wrote:
> This is the summary for test reports received on the
> cmf-tests list between 2011-11-21 00:00:00 UTC and 2011-11-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
> ----------------
>
>       CMF-2.2 Zope-2.12 Python-2.6.6 : Linux
>       CMF-2.2 Zope-2.13 Python-2.6.6 : Linux
> [1]    FAILED (errors=3) : CMF-trunk Zope-2.13 Python-2.6.6 : Linux
> [2]    FAILED (errors=3) : CMF-trunk Zope-trunk Python-2.6.6 : Linux

Both failures should be fixed.

Regarding the changes itself, while Products.GenericSetup 1.7.0dev
will not play well with released Packages of Products.DCWorkflow, the
changed Products.DCWorkflow will work with GS 1.6.

Best regards,

Patrick

Tres Seaver

unread,
Nov 23, 2011, 1:44:05 PM11/23/11
to zope...@zope.org
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 11/23/2011 11:01 AM, Patrick Gerken wrote:
> On Wed, Nov 23, 2011 at 02:00, CMF tests summarizer <nor...@zope.org>
> wrote:
>> This is the summary for test reports received on the cmf-tests list
>> between 2011-11-21 00:00:00 UTC and 2011-11-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
>> ----------------
>>
>> CMF-2.2 Zope-2.12 Python-2.6.6 : Linux CMF-2.2 Zope-2.13
>> Python-2.6.6 : Linux [1] FAILED (errors=3) : CMF-trunk Zope-2.13
>> Python-2.6.6 : Linux [2] FAILED (errors=3) : CMF-trunk Zope-trunk
>> Python-2.6.6 : Linux
>
> Both failures should be fixed.
>
> Regarding the changes itself, while Products.GenericSetup 1.7.0dev
> will not play well with released Packages of Products.DCWorkflow, the
> changed Products.DCWorkflow will work with GS 1.6.

Great, thanks very much for the fix!

Tres.
- --
===================================================================
Tres Seaver +1 540-429-0999 tse...@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/

iEYEARECAAYFAk7NPvQACgkQ+gerLs4ltQ4mEACfeCWHDye03RsUWW0Noquos7nT
g10AoLoWlbPZFgDFKFRBYaMrIgyJZY3o
=ov78
-----END PGP SIGNATURE-----

Reply all
Reply to author
Forward
0 new messages