[Testbot] Plone 4.3 - Python 2.7 - Build # 2155 - Still failing! - 4 failure(s)

jenkins at plone.org jenkins at plone.org
Wed Apr 9 16:06:35 UTC 2014


-------------------------------------------------------------------------------
Plone 4.3 - Python 2.7 - Build # 2155 - Still Failing!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-4.3-python-2.7/2155/


-------------------------------------------------------------------------------
CHANGES
-------------------------------------------------------------------------------

Repository: buildout.coredev
Branch: refs/heads/4.3
Date: 2014-03-25T15:25:59Z
Author: Anthony Gerrard () <anthonygerrard at gmail.com>
Commit: https://github.com/plone/buildout.coredev/commit/f5546b937070559a0fe3b1f566ad43995927f414

Run Products.TinyMCE tests as part of the buildout (it requires a test extra)

Files changed:
M tests.cfg

diff --git a/tests.cfg b/tests.cfg
index 689b0e7..662e641 100644
--- a/tests.cfg
+++ b/tests.cfg
@@ -29,7 +29,7 @@ test-eggs =
     Products.PluginRegistry
     Products.PortalTransforms
     Products.ResourceRegistries
-    Products.TinyMCE
+    Products.TinyMCE [test]
     Products.ZopeVersionControl
     Products.contentmigration
     Products.i18ntestcase


Repository: buildout.coredev
Branch: refs/heads/4.3
Date: 2014-04-09T16:08:02+01:00
Author: Anthony Gerrard () <anthonygerrard at gmail.com>
Commit: https://github.com/plone/buildout.coredev/commit/066370dc46114be803fd32148d0d8bf12255953f

Merge branch '4.3' of github.com:plone/buildout.coredev into 4.3

Files changed:
M buildout.cfg
M checkouts.cfg
M jenkins-package-dependencies.cfg
M sources.cfg
M tests.cfg
M versions.cfg

diff --git a/buildout.cfg b/buildout.cfg
index 0647a35..32ab2d3 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -17,6 +17,9 @@ interpreter = ${buildout:directory}/bin/zopepy
 source = ${buildout:directory}/docs
 build = ${buildout:directory}/docs/build
 
+[test-env]
+zope_i18n_compile_mo_files = true
+
 [test]
 eggs +=
     Products.CMFPlacefulWorkflow
@@ -30,6 +33,7 @@ eggs +=
     plone.transformchain [test]
     repoze.xmliter
     wicked
+environment = test-env
 
 [test-groups]
 Add-ons =
diff --git a/checkouts.cfg b/checkouts.cfg
index bea6b7d..d5fc06f 100644
--- a/checkouts.cfg
+++ b/checkouts.cfg
@@ -5,19 +5,28 @@ auto-checkout =
     plone.resourceeditor
     archetypes.referencebrowserwidget
     archetypes.schemaextender
+    plone.app.content
     plone.app.contentrules
     plone.app.dexterity
     plone.app.discussion
-    plone.app.testing
     plone.app.portlets
-    plone.app.content
+    plone.app.querystring
+    plone.app.testing
     plone.app.upgrade
+    plone.app.workflow
     plone.batching
     plone.portlet.collection
+    plone.schemaeditor
+    plone.recipe.zope2instance
     Products.CMFPlone
+    Products.Marshall
     Products.PlonePAS
+    z3c.form
+    z3c.formwidget.query
+    zope.formlib
 # Test fixes only
     collective.z3cform.datetimewidget
+    plone.app.caching
     plone.app.collection
     plone.app.customerize
     plone.app.form
diff --git a/jenkins-package-dependencies.cfg b/jenkins-package-dependencies.cfg
index 4d234f3..f67c323 100644
--- a/jenkins-package-dependencies.cfg
+++ b/jenkins-package-dependencies.cfg
@@ -1,7 +1,11 @@
 [buildout]
-extends = core.cfg
-eggs += tl.eggdeps
-auto-checkout = *
+extends =
+    sources.cfg
+    tests.cfg
+
+extensions =
+    mr.developer
+
 parts +=
     jenkins-package-dependencies
     jenkins-package-dependencies-with-tests
@@ -12,6 +16,11 @@ parts +=
     jenkins-package-dependencies-formlib
     jenkins-package-dependencies-formlib-imports
 
+eggs += tl.eggdeps
+auto-checkout = *
+
+versions = versions
+
 [jenkins-package-dependencies]
 recipe = collective.recipe.template
 input = inline:
diff --git a/sources.cfg b/sources.cfg
index 6db0c47..a91d55e 100644
--- a/sources.cfg
+++ b/sources.cfg
@@ -60,14 +60,14 @@ plone.namedfile                     = git ${remotes:plone}/plone.namedfile.git p
 plone.openid                        = git ${remotes:plone}/plone.openid.git pushurl=${remotes:plone_push}/plone.openid.git
 plone.outputfilters                 = git ${remotes:plone}/plone.outputfilters.git pushurl=${remotes:plone_push}/plone.outputfilters.git
 plone.portlets                      = git ${remotes:plone}/plone.portlets.git pushurl=${remotes:plone_push}/plone.portlets.git
-plone.protect                       = git ${remotes:plone}/plone.protect.git pushurl=${remotes:plone_push}/plone.protect.git
+plone.protect                       = git ${remotes:plone}/plone.protect.git pushurl=${remotes:plone_push}/plone.protect.git branch=2.x
 plone.registry                      = git ${remotes:plone}/plone.registry.git pushurl=${remotes:plone_push}/plone.registry.git
 plone.reload                        = git https://github.com/hannosch/plone.reload
 plone.resource                      = git ${remotes:plone}/plone.resource.git pushurl=${remotes:plone_push}/plone.resource.git
 plone.resourceeditor                = git ${remotes:plone}/plone.resourceeditor.git pushurl=${remotes:plone_push}/plone.resourceeditor.git
 plone.rfc822                        = git ${remotes:plone}/plone.rfc822.git pushurl=${remotes:plone_push}/plone.rfc822.git
 plone.scale                         = git ${remotes:plone}/plone.scale.git pushurl=${remotes:plone_push}/plone.scale.git
-plone.schemaeditor                  = git ${remotes:plone}/plone.schemaeditor.git pushurl=${remotes:plone_push}/plone.schemaeditor.git
+plone.schemaeditor                  = git ${remotes:plone}/plone.schemaeditor.git pushurl=${remotes:plone_push}/plone.schemaeditor.git branch=1.3.x
 plone.session                       = git ${remotes:plone}/plone.session.git pushurl=${remotes:plone_push}/plone.session.git
 plone.stringinterp                  = git ${remotes:plone}/plone.stringinterp.git pushurl=${remotes:plone_push}/plone.stringinterp.git branch=1.0.x
 plone.subrequest                    = git ${remotes:plone}/plone.subrequest.git pushurl=${remotes:plone_push}/plone.subrequest.git
@@ -94,7 +94,7 @@ plone.app.folder                    = git ${remotes:plone}/plone.app.folder.git
 plone.app.form                      = git ${remotes:plone}/plone.app.form.git pushurl=${remotes:plone_push}/plone.app.form.git branch=2.2.x
 plone.app.i18n                      = git ${remotes:plone}/plone.app.i18n.git pushurl=${remotes:plone_push}/plone.app.i18n.git
 plone.app.imaging                   = git ${remotes:plone}/plone.app.imaging.git pushurl=${remotes:plone_push}/plone.app.imaging.git branch=1.0.x
-plone.app.iterate                   = git ${remotes:plone}/plone.app.iterate.git pushurl=${remotes:plone_push}/plone.app.iterate.git
+plone.app.iterate                   = git ${remotes:plone}/plone.app.iterate.git pushurl=${remotes:plone_push}/plone.app.iterate.git branch=2.1.x
 plone.app.jquery                    = git ${remotes:plone}/plone.app.jquery.git pushurl=${remotes:plone_push}/plone.app.jquery.git branch=1.7
 plone.app.jquerytools               = git ${remotes:plone}/plone.app.jquerytools.git pushurl=${remotes:plone_push}/plone.app.jquerytools.git
 plone.app.layout                    = git ${remotes:plone}/plone.app.layout.git pushurl=${remotes:plone_push}/plone.app.layout.git branch=2.3.x
@@ -134,6 +134,7 @@ z3c.autoinclude                     = git ${remotes:zopegit}/z3c.autoinclude.git
 z3c.batching                        = git ${remotes:zopegit}/z3c.batching.git pushurl=${remotes:zopegit_push}/z3c.batching.git
 z3c.form                            = git ${remotes:zopegit}/z3c.form.git pushurl=${remotes:zopegit_push}/z3c.form.git
 z3c.formwidget.query                = svn ${remotes:zope}/z3c.formwidget.query/trunk
+zope.formlib                        = git ${remotes:zopegit}/zope.formlib.git pushurl=${remotes:zopegit_push}/zope.formlib.git
 zope.globalrequest                  = git ${remotes:zopegit}/zope.globalrequest.git pushurl=${remotes:zopegit_push}/zope.globalrequest.git
 
 # Products
diff --git a/tests.cfg b/tests.cfg
index 662e641..2b3a3e1 100644
--- a/tests.cfg
+++ b/tests.cfg
@@ -275,6 +275,7 @@ groups = test-groups
 exclude =
     AccessControl
     Acquisition
+    Babel
     ClientForm
     Chameleon
     DateTime
diff --git a/versions.cfg b/versions.cfg
index 078f543..266bf42 100644
--- a/versions.cfg
+++ b/versions.cfg
@@ -28,12 +28,6 @@ mr.developer = 1.21
 plone.recipe.alltests = 1.4
 plone.recipe.zope2instance = 4.2.14
 plone.recipe.zeoserver = 1.2.6
-plone.app.robotframework = 0.6.4
-robotframework = 2.7.7
-robotframework-ride = 1.3
-robotframework-selenium2library = 1.4.0
-robotsuite = 1.3.3
-selenium = 2.37.2
 setuptools = 0.6c11
 z3c.coverage = 1.2.0
 z3c.ptcompat = 1.0.1
@@ -41,6 +35,21 @@ z3c.template = 1.4.1
 zest.releaser = 3.43
 zope.testrunner = 4.1.1
 
+# Robot Testing
+plone.app.robotframework = 0.8.2
+robotframework = 2.8.4
+robotframework-selenium2library = 1.5.0
+robotsuite = 1.4.3
+selenium = 2.39.0
+mock = 1.0.1
+pep8 = 1.4.6
+Babel = 1.3
+robotframework-selenium2screenshots = 0.4.0
+sphinxcontrib-robotframework = 0.4.3
+robotframework-debuglibrary = 0.3
+sphinx-rtd-theme = 0.1.5
+Pygments = 1.6
+
 # External dependencies
 Markdown = 2.0.3
 PIL = 1.1.7


Repository: buildout.coredev
Branch: refs/heads/4.3
Date: 2014-04-09T16:19:43+01:00
Author: Anthony Gerrard () <anthonygerrard at gmail.com>
Commit: https://github.com/plone/buildout.coredev/commit/853c98ee20209ccb2a5cf5ff8612a6e6c78ce834

#13999 Do not error if Plone 3 advanced search parameters are used

Files changed:
M checkouts.cfg

diff --git a/checkouts.cfg b/checkouts.cfg
index d5fc06f..3d00391 100644
--- a/checkouts.cfg
+++ b/checkouts.cfg
@@ -11,6 +11,7 @@ auto-checkout =
     plone.app.discussion
     plone.app.portlets
     plone.app.querystring
+    plone.app.search
     plone.app.testing
     plone.app.upgrade
     plone.app.workflow




-------------------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CHANGES.log
Type: application/octet-stream
Size: 9339 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140409/10b5788b/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log
Type: application/octet-stream
Size: 85349 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140409/10b5788b/attachment-0003.obj>


More information about the Testbot mailing list