[Testbot] Plone 5.2 - Python 2.7 - Archetypes - Build # 380 - Failure!

jenkins at plone.org jenkins at plone.org
Fri Feb 2 17:06:43 UTC 2018


Plone 5.2 - Python 2.7 - Archetypes - Build # 380 - Failure:

Check console output at http://jenkins.plone.org/job/plone-5.2-python-2.7-at/380/ to view the results.

Changes:

[Maurits van Rees] plone.app.redirector 1.3.6

[Maurits van Rees] plone.app.versioningbehavior 1.3.2

[Maurits van Rees] plone.browserlayer 2.2.1

[Maurits van Rees] plone.formwidget.recurrence 2.1.2

[Maurits van Rees] plone.resourceeditor 2.1.1

[Maurits van Rees] plone.outputfilters 3.0.4

[Maurits van Rees] plone.locking 2.2.1

[Maurits van Rees] plone.i18n 4.0.0

[Maurits van Rees] Copied a few updated versions from coredev 5.1.







Test Results:

42 tests failed.
FAILED:  Products.DCWorkflow.tests.test_DCWorkflow.DCWorkflowDefinitionTests.test_events

Error Message:
4 != 2

Stack Trace:
4 != 2

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_DCWorkflow.py", line 122, in test_events
    self.assertEquals(4, len(events))
  File "/usr/lib/python2.7/unittest/case.py", line 513, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python2.7/unittest/case.py", line 506, in _baseAssertEqual
    raise self.failureException(msg)


FAILED:  Products.DCWorkflow.tests.test_exportimport.Test_exportUTFWorkflow.test_normal

Error Message:
'tuple' object has no attribute 'portal_workflow'

Stack Trace:
'tuple' object has no attribute 'portal_workflow'

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 1933, in test_normal
    wf_tool = site.portal_workflow


FAILED:  Products.DCWorkflow.tests.test_exportimport.Test_exportUTFWorkflow.test_utf_strings

Error Message:
'RequestContainer' object has no attribute 'site'

Stack Trace:
'RequestContainer' object has no attribute 'site'

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 2046, in test_utf_strings
    dcworkflow = self._initDCWorkflow( WF_ID_DC )
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 79, in _initDCWorkflow
    wf_tool = self.root.site.portal_workflow


FAILED:  Products.DCWorkflow.tests.test_exportimport.Test_exportUTFWorkflow.test_with_filenames

Error Message:
'RequestContainer' object has no attribute 'site'

Stack Trace:
'RequestContainer' object has no attribute 'site'

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 1989, in test_with_filenames
    dcworkflow = self._initDCWorkflow( WF_ID_DC )
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 79, in _initDCWorkflow
    wf_tool = self.root.site.portal_workflow


FAILED:  Products.DCWorkflow.tests.test_exportimport.Test_exportWorkflow.test_normal

Error Message:
'tuple' object has no attribute 'portal_workflow'

Stack Trace:
'tuple' object has no attribute 'portal_workflow'

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 1933, in test_normal
    wf_tool = site.portal_workflow


FAILED:  Products.DCWorkflow.tests.test_exportimport.Test_exportWorkflow.test_with_filenames

Error Message:
'RequestContainer' object has no attribute 'site'

Stack Trace:
'RequestContainer' object has no attribute 'site'

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 1989, in test_with_filenames
    dcworkflow = self._initDCWorkflow( WF_ID_DC )
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 79, in _initDCWorkflow
    wf_tool = self.root.site.portal_workflow


FAILED:  Products.DCWorkflow.tests.test_exportimport.Test_importWorkflow.test_bindings_skip_purge

Error Message:
'tuple' object has no attribute 'portal_workflow'

Stack Trace:
'tuple' object has no attribute 'portal_workflow'

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 2248, in test_bindings_skip_purge
    wf_tool = site.portal_workflow


FAILED:  Products.DCWorkflow.tests.test_exportimport.Test_importWorkflow.test_empty_default_purge

Error Message:
'tuple' object has no attribute 'portal_workflow'

Stack Trace:
'tuple' object has no attribute 'portal_workflow'

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 2166, in test_empty_default_purge
    wf_tool = site.portal_workflow


FAILED:  Products.DCWorkflow.tests.test_exportimport.Test_importWorkflow.test_empty_explicit_purge

Error Message:
'tuple' object has no attribute 'portal_workflow'

Stack Trace:
'tuple' object has no attribute 'portal_workflow'

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 2192, in test_empty_explicit_purge
    wf_tool = site.portal_workflow


FAILED:  Products.DCWorkflow.tests.test_exportimport.Test_importWorkflow.test_empty_skip_purge

Error Message:
'tuple' object has no attribute 'portal_workflow'

Stack Trace:
'tuple' object has no attribute 'portal_workflow'

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 2218, in test_empty_skip_purge
    wf_tool = site.portal_workflow


FAILED:  Products.DCWorkflow.tests.test_exportimport.Test_importWorkflow.test_from_empty_dcworkflow_top_level

Error Message:
'tuple' object has no attribute 'portal_workflow'

Stack Trace:
'tuple' object has no attribute 'portal_workflow'

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 2322, in test_from_empty_dcworkflow_top_level
    WF_DESCRIPTION, WF_INITIAL_STATE )
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 2086, in _importNormalWorkflow
    return site.portal_workflow


FAILED:  Products.DCWorkflow.tests.test_exportimport.Test_importWorkflow.test_from_empty_dcworkflow_workflow_attrs

Error Message:
'tuple' object has no attribute 'portal_workflow'

Stack Trace:
'tuple' object has no attribute 'portal_workflow'

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 2335, in test_from_empty_dcworkflow_workflow_attrs
    WF_DESCRIPTION, WF_INITIAL_STATE )
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 2086, in _importNormalWorkflow
    return site.portal_workflow


FAILED:  Products.DCWorkflow.tests.test_exportimport.Test_importWorkflow.test_from_empty_dcworkflow_workflow_permissions

Error Message:
'tuple' object has no attribute 'portal_workflow'

Stack Trace:
'tuple' object has no attribute 'portal_workflow'

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 2351, in test_from_empty_dcworkflow_workflow_permissions
    WF_DESCRIPTION, WF_INITIAL_STATE )
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 2086, in _importNormalWorkflow
    return site.portal_workflow


FAILED:  Products.DCWorkflow.tests.test_exportimport.Test_importWorkflow.test_from_empty_dcworkflow_workflow_scripts

Error Message:
'tuple' object has no attribute 'portal_workflow'

Stack Trace:
'tuple' object has no attribute 'portal_workflow'

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 2576, in test_from_empty_dcworkflow_workflow_scripts
    WF_DESCRIPTION, WF_INITIAL_STATE )
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 2086, in _importNormalWorkflow
    return site.portal_workflow


FAILED:  Products.DCWorkflow.tests.test_exportimport.Test_importWorkflow.test_from_empty_dcworkflow_workflow_states

Error Message:
'tuple' object has no attribute 'portal_workflow'

Stack Trace:
'tuple' object has no attribute 'portal_workflow'

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 2403, in test_from_empty_dcworkflow_workflow_states
    WF_DESCRIPTION, WF_INITIAL_STATE )
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 2086, in _importNormalWorkflow
    return site.portal_workflow


FAILED:  Products.DCWorkflow.tests.test_exportimport.Test_importWorkflow.test_from_empty_dcworkflow_workflow_transitions

Error Message:
'tuple' object has no attribute 'portal_workflow'

Stack Trace:
'tuple' object has no attribute 'portal_workflow'

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 2462, in test_from_empty_dcworkflow_workflow_transitions
    WF_DESCRIPTION, WF_INITIAL_STATE )
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 2086, in _importNormalWorkflow
    return site.portal_workflow


FAILED:  Products.DCWorkflow.tests.test_exportimport.Test_importWorkflow.test_from_empty_dcworkflow_workflow_variables

Error Message:
'tuple' object has no attribute 'portal_workflow'

Stack Trace:
'tuple' object has no attribute 'portal_workflow'

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 2369, in test_from_empty_dcworkflow_workflow_variables
    WF_DESCRIPTION, WF_INITIAL_STATE )
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 2086, in _importNormalWorkflow
    return site.portal_workflow


FAILED:  Products.DCWorkflow.tests.test_exportimport.Test_importWorkflow.test_from_empty_dcworkflow_workflow_worklists

Error Message:
'tuple' object has no attribute 'portal_workflow'

Stack Trace:
'tuple' object has no attribute 'portal_workflow'

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 2507, in test_from_empty_dcworkflow_workflow_worklists
    WF_DESCRIPTION, WF_INITIAL_STATE )
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 2086, in _importNormalWorkflow
    return site.portal_workflow


FAILED:  Products.DCWorkflow.tests.test_exportimport.Test_importWorkflow.test_from_old_dcworkflow_workflow_scripts

Error Message:
'tuple' object has no attribute 'portal_workflow'

Stack Trace:
'tuple' object has no attribute 'portal_workflow'

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 2550, in test_from_old_dcworkflow_workflow_scripts
    tool = self._importOldWorkflow( WF_ID, WF_TITLE, WF_INITIAL_STATE )
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 2127, in _importOldWorkflow
    wf_tool = site.portal_workflow


FAILED:  Products.DCWorkflow.tests.test_exportimport.Test_importWorkflow.test_import_twice_nopurge

Error Message:
'tuple' object has no attribute 'portal_workflow'

Stack Trace:
'tuple' object has no attribute 'portal_workflow'

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 2293, in test_import_twice_nopurge
    workflow = site.portal_workflow.objectValues()[1]


FAILED:  Products.DCWorkflow.tests.test_exportimport.Test_importWorkflow.test_scripts_by_meta_type

Error Message:
'tuple' object has no attribute 'portal_workflow'

Stack Trace:
'tuple' object has no attribute 'portal_workflow'

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 2624, in test_scripts_by_meta_type
    'Testing Scripts', 'closed')
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 2086, in _importNormalWorkflow
    return site.portal_workflow


FAILED:  Products.DCWorkflow.tests.test_exportimport.Test_importWorkflow.test_scripts_with_invalid_meta_type

Error Message:
'tuple' object has no attribute 'portal_workflow'

Stack Trace:
'tuple' object has no attribute 'portal_workflow'

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 2604, in test_scripts_with_invalid_meta_type
    'Testing Scripts', 'closed')
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 2086, in _importNormalWorkflow
    return site.portal_workflow


FAILED:  Products.DCWorkflow.tests.test_exportimport.WorkflowDefinitionConfiguratorTests.test_generateWorkflowXML_multiple

Error Message:
'RequestContainer' object has no attribute 'site'

Stack Trace:
'RequestContainer' object has no attribute 'site'

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 549, in test_generateWorkflowXML_multiple
    dcworkflow_1 = self._initDCWorkflow( WF_ID_1 )
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 79, in _initDCWorkflow
    wf_tool = self.root.site.portal_workflow


FAILED:  Products.DCWorkflow.tests.test_exportimport.WorkflowDefinitionConfiguratorTests.test_generateWorkflowXML_normal

Error Message:
'RequestContainer' object has no attribute 'site'

Stack Trace:
'RequestContainer' object has no attribute 'site'

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 515, in test_generateWorkflowXML_normal
    dcworkflow = self._initDCWorkflow( WF_ID )
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 79, in _initDCWorkflow
    wf_tool = self.root.site.portal_workflow


FAILED:  Products.DCWorkflow.tests.test_exportimport.WorkflowDefinitionConfiguratorTests.test_generateXML_empty

Error Message:
'RequestContainer' object has no attribute 'site'

Stack Trace:
'RequestContainer' object has no attribute 'site'

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 493, in test_generateXML_empty
    dcworkflow = self._initDCWorkflow( WF_ID )
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 79, in _initDCWorkflow
    wf_tool = self.root.site.portal_workflow


FAILED:  Products.DCWorkflow.tests.test_exportimport.WorkflowDefinitionConfiguratorTests.test_getWorkflowInfo_dcworkflow_creation_guard

Error Message:
'RequestContainer' object has no attribute 'site'

Stack Trace:
'RequestContainer' object has no attribute 'site'

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 482, in test_getWorkflowInfo_dcworkflow_creation_guard
    dcworkflow = self._initDCWorkflow( WF_ID )
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 79, in _initDCWorkflow
    wf_tool = self.root.site.portal_workflow


FAILED:  Products.DCWorkflow.tests.test_exportimport.WorkflowDefinitionConfiguratorTests.test_getWorkflowInfo_dcworkflow_defaults

Error Message:
'RequestContainer' object has no attribute 'site'

Stack Trace:
'RequestContainer' object has no attribute 'site'

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 218, in test_getWorkflowInfo_dcworkflow_defaults
    dcworkflow = self._initDCWorkflow( WF_ID )
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 79, in _initDCWorkflow
    wf_tool = self.root.site.portal_workflow


FAILED:  Products.DCWorkflow.tests.test_exportimport.WorkflowDefinitionConfiguratorTests.test_getWorkflowInfo_dcworkflow_permissions

Error Message:
'RequestContainer' object has no attribute 'site'

Stack Trace:
'RequestContainer' object has no attribute 'site'

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 240, in test_getWorkflowInfo_dcworkflow_permissions
    dcworkflow = self._initDCWorkflow( WF_ID )
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 79, in _initDCWorkflow
    wf_tool = self.root.site.portal_workflow


FAILED:  Products.DCWorkflow.tests.test_exportimport.WorkflowDefinitionConfiguratorTests.test_getWorkflowInfo_dcworkflow_scripts

Error Message:
'RequestContainer' object has no attribute 'site'

Stack Trace:
'RequestContainer' object has no attribute 'site'

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 452, in test_getWorkflowInfo_dcworkflow_scripts
    dcworkflow = self._initDCWorkflow( WF_ID )
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 79, in _initDCWorkflow
    wf_tool = self.root.site.portal_workflow


FAILED:  Products.DCWorkflow.tests.test_exportimport.WorkflowDefinitionConfiguratorTests.test_getWorkflowInfo_dcworkflow_states

Error Message:
'RequestContainer' object has no attribute 'site'

Stack Trace:
'RequestContainer' object has no attribute 'site'

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 290, in test_getWorkflowInfo_dcworkflow_states
    dcworkflow = self._initDCWorkflow( WF_ID )
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 79, in _initDCWorkflow
    wf_tool = self.root.site.portal_workflow


FAILED:  Products.DCWorkflow.tests.test_exportimport.WorkflowDefinitionConfiguratorTests.test_getWorkflowInfo_dcworkflow_transitions

Error Message:
'RequestContainer' object has no attribute 'site'

Stack Trace:
'RequestContainer' object has no attribute 'site'

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 364, in test_getWorkflowInfo_dcworkflow_transitions
    dcworkflow = self._initDCWorkflow( WF_ID )
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 79, in _initDCWorkflow
    wf_tool = self.root.site.portal_workflow


FAILED:  Products.DCWorkflow.tests.test_exportimport.WorkflowDefinitionConfiguratorTests.test_getWorkflowInfo_dcworkflow_variables

Error Message:
'RequestContainer' object has no attribute 'site'

Stack Trace:
'RequestContainer' object has no attribute 'site'

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 257, in test_getWorkflowInfo_dcworkflow_variables
    dcworkflow = self._initDCWorkflow( WF_ID )
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 79, in _initDCWorkflow
    wf_tool = self.root.site.portal_workflow


FAILED:  Products.DCWorkflow.tests.test_exportimport.WorkflowDefinitionConfiguratorTests.test_getWorkflowInfo_dcworkflow_worklists

Error Message:
'RequestContainer' object has no attribute 'site'

Stack Trace:
'RequestContainer' object has no attribute 'site'

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 408, in test_getWorkflowInfo_dcworkflow_worklists
    dcworkflow = self._initDCWorkflow( WF_ID )
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 79, in _initDCWorkflow
    wf_tool = self.root.site.portal_workflow


FAILED:  Products.DCWorkflow.tests.test_exportimport.WorkflowDefinitionConfiguratorTests.test_parseWorkflowXML_empty

Error Message:
attempt to wrap extension method using an object that is not an extension class instance.

Stack Trace:
attempt to wrap extension method using an object that is not an extension class instance.

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 602, in test_parseWorkflowXML_empty
    configurator = self._makeOne( site ).__of__( site )


FAILED:  Products.DCWorkflow.tests.test_exportimport.WorkflowDefinitionConfiguratorTests.test_parseWorkflowXML_normal_attribs

Error Message:
attempt to wrap extension method using an object that is not an extension class instance.

Stack Trace:
attempt to wrap extension method using an object that is not an extension class instance.

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 642, in test_parseWorkflowXML_normal_attribs
    configurator = self._makeOne( site ).__of__( site )


FAILED:  Products.DCWorkflow.tests.test_exportimport.WorkflowDefinitionConfiguratorTests.test_parseWorkflowXML_normal_groups

Error Message:
attempt to wrap extension method using an object that is not an extension class instance.

Stack Trace:
attempt to wrap extension method using an object that is not an extension class instance.

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 1010, in test_parseWorkflowXML_normal_groups
    configurator = self._makeOne( site ).__of__( site )


FAILED:  Products.DCWorkflow.tests.test_exportimport.WorkflowDefinitionConfiguratorTests.test_parseWorkflowXML_normal_permissions

Error Message:
attempt to wrap extension method using an object that is not an extension class instance.

Stack Trace:
attempt to wrap extension method using an object that is not an extension class instance.

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 970, in test_parseWorkflowXML_normal_permissions
    configurator = self._makeOne( site ).__of__( site )


FAILED:  Products.DCWorkflow.tests.test_exportimport.WorkflowDefinitionConfiguratorTests.test_parseWorkflowXML_normal_scripts

Error Message:
attempt to wrap extension method using an object that is not an extension class instance.

Stack Trace:
attempt to wrap extension method using an object that is not an extension class instance.

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 1046, in test_parseWorkflowXML_normal_scripts
    configurator = self._makeOne( site ).__of__( site )


FAILED:  Products.DCWorkflow.tests.test_exportimport.WorkflowDefinitionConfiguratorTests.test_parseWorkflowXML_normal_states

Error Message:
attempt to wrap extension method using an object that is not an extension class instance.

Stack Trace:
attempt to wrap extension method using an object that is not an extension class instance.

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 682, in test_parseWorkflowXML_normal_states
    configurator = self._makeOne( site ).__of__( site )


FAILED:  Products.DCWorkflow.tests.test_exportimport.WorkflowDefinitionConfiguratorTests.test_parseWorkflowXML_normal_transitions

Error Message:
attempt to wrap extension method using an object that is not an extension class instance.

Stack Trace:
attempt to wrap extension method using an object that is not an extension class instance.

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 751, in test_parseWorkflowXML_normal_transitions
    configurator = self._makeOne( site ).__of__( site )


FAILED:  Products.DCWorkflow.tests.test_exportimport.WorkflowDefinitionConfiguratorTests.test_parseWorkflowXML_normal_variables

Error Message:
attempt to wrap extension method using an object that is not an extension class instance.

Stack Trace:
attempt to wrap extension method using an object that is not an extension class instance.

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 823, in test_parseWorkflowXML_normal_variables
    configurator = self._makeOne( site ).__of__( site )


FAILED:  Products.DCWorkflow.tests.test_exportimport.WorkflowDefinitionConfiguratorTests.test_parseWorkflowXML_normal_worklists

Error Message:
attempt to wrap extension method using an object that is not an extension class instance.

Stack Trace:
attempt to wrap extension method using an object that is not an extension class instance.

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.DCWorkflow-2.2.5-py2.7.egg/Products/DCWorkflow/tests/test_exportimport.py", line 904, in test_parseWorkflowXML_normal_worklists
    configurator = self._makeOne( site ).__of__( site )


More information about the Testbot mailing list