[Testbot] Plone 5.0 - Python 2.7 - Archetypes - Build # 2394 - Failure!

jenkins at plone.org jenkins at plone.org
Mon Sep 7 06:10:52 UTC 2015


Plone 5.0 - Python 2.7 - Archetypes - Build # 2394 - Failure:

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

Changes:

[Eric Steele] [fc] Repository: plone.app.vocabularies

[Eric Steele] [fc] Repository: plone.app.layout

[Eric Steele] [fc] Repository: Products.CMFPlone







Test Results:

5 tests failed.
FAILED:  Products.ATContentTypes.tests.test_atimage.TestIDFromTitle.xml.<init>

Error Message:


Stack Trace:
Test report file /home/jenkins/workspace/plone-5.0-python-2.7-at/parts/test/testreports/Products.ATContentTypes.tests.test_atimage.TestIDFromTitle.xml was length 0

FAILED:  archetypes.schemaextender.usage.txt

Error Message:
Failed doctest test for usage.txt

Stack Trace:
Failed doctest test for usage.txt
  File "/home/jenkins/.buildout/eggs/archetypes.schemaextender-2.1.5-py2.7.egg/archetypes/schemaextender/usage.txt", line 0

----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/archetypes.schemaextender-2.1.5-py2.7.egg/archetypes/schemaextender/usage.txt", line 260, in usage.txt
Failed example:
    browser.getControl('Add').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest usage.txt[68]>", line 1, in <module>
        browser.getControl('Add').click()
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 639, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 418, in _clickSubmit
        label=label, coord=coord)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 541, in submit
        return self.open(self.click(*args, **kwds))
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 230, in _mech_open
        response = UserAgentBase.open(self, request, data)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_opener.py", line 204, in open
        response = meth(req, response)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_urllib2_fork.py", line 457, in http_response
        'http', request, response, code, msg, hdrs)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_opener.py", line 221, in error
        result = apply(self._call_chain, args)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_urllib2_fork.py", line 332, in _call_chain
        result = func(*args)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_urllib2_fork.py", line 571, in http_error_302
        return self.parent.open(new)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 230, in _mech_open
        response = UserAgentBase.open(self, request, data)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_opener.py", line 204, in open
        response = meth(req, response)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_urllib2_fork.py", line 457, in http_response
        'http', request, response, code, msg, hdrs)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_opener.py", line 221, in error
        result = apply(self._call_chain, args)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_urllib2_fork.py", line 332, in _call_chain
        result = func(*args)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_urllib2_fork.py", line 571, in http_error_302
        return self.parent.open(new)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 230, in _mech_open
        response = UserAgentBase.open(self, request, data)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_opener.py", line 193, in open
        response = urlopen(self, req, data)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_urllib2_fork.py", line 344, in _open
        '_open', req)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_urllib2_fork.py", line 332, in _call_chain
        result = func(*args)
      File "/home/jenkins/.buildout/eggs/plone.testing-4.0.15-py2.7.egg/plone/testing/_z2_testbrowser.py", line 66, in http_open
        return self.do_open(connectionFactory, req)
      File "/usr/lib/python2.7/urllib2.py", line 1181, in do_open
        h.request(req.get_method(), req.get_selector(), req.data, headers)
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/testing.py", line 76, in request
        self.response = self.caller(request_string, handle_errors)
      File "/home/jenkins/.buildout/eggs/plone.testing-4.0.15-py2.7.egg/plone/testing/_z2_testbrowser.py", line 124, in wrapped_func
        return func(*args, **kw)
      File "/home/jenkins/.buildout/eggs/plone.testing-4.0.15-py2.7.egg/plone/testing/_z2_testbrowser.py", line 220, in __call__
        debug=not handle_errors,
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.22-py2.7.egg/ZPublisher/Test.py", line 202, in publish_module
        response = publish(request, module_name, after_list, debug=debug)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.22-py2.7.egg/ZPublisher/Publish.py", line 138, in publish
        request, bind=1)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.22-py2.7.egg/ZPublisher/mapply.py", line 77, in mapply
        if debug is not None: return debug(object,args,context)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.22-py2.7.egg/ZPublisher/Publish.py", line 48, in call_object
        result=apply(object,args) # Type s<cr> to step into published object.
      File "/home/jenkins/.buildout/eggs/Products.ATContentTypes-2.2.6-py2.7.egg/Products/ATContentTypes/tool/factory.py", line 478, in __call__
        dont_publish_class, self.REQUEST, bind=1)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.22-py2.7.egg/ZPublisher/mapply.py", line 77, in mapply
        if debug is not None: return debug(object,args,context)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.22-py2.7.egg/ZPublisher/Publish.py", line 48, in call_object
        result=apply(object,args) # Type s<cr> to step into published object.
      File "/home/jenkins/.buildout/eggs/Products.CMFFormController-3.0.5-py2.7.egg/Products/CMFFormController/FSControllerPageTemplate.py", line 91, in __call__
        return self._call(FSControllerPageTemplate.inheritedAttribute('__call__'), *args, **kwargs)
      File "/home/jenkins/.buildout/eggs/Products.CMFFormController-3.0.5-py2.7.egg/Products/CMFFormController/BaseControllerPageTemplate.py", line 32, in _call
        return inherited_call(self, *args, **kwargs)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__
        return self._bindAndExec(args, kw, None)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec
        return self._exec(bound_data, args, kw)
      File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.2.8-py2.7.egg/Products/CMFCore/FSPageTemplate.py", line 237, in _exec
        result = self.pt_render(extra_context=bound_names)
      File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.2.8-py2.7.egg/Products/CMFCore/FSPageTemplate.py", line 177, in pt_render
        self, source, extra_context
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.22-py2.7.egg/Products/PageTemplates/PageTemplate.py", line 79, in pt_render
        showtal=showtal)
      File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.7.egg/zope/pagetemplate/pagetemplate.py", line 132, in pt_render
        strictinsert=0, sourceAnnotations=sourceAnnotations
      File "/home/jenkins/.buildout/eggs/five.pt-2.2.3-py2.7.egg/five/pt/engine.py", line 93, in __call__
        return self.template.render(**kwargs)
      File "/home/jenkins/.buildout/eggs/z3c.pt-3.0.0a1-py2.7.egg/z3c/pt/pagetemplate.py", line 163, in render
        return base_renderer(**context)
      File "/home/jenkins/.buildout/eggs/Chameleon-2.22-py2.7.egg/chameleon/zpt/template.py", line 258, in render
        return super(PageTemplate, self).render(**vars)
      File "/home/jenkins/.buildout/eggs/Chameleon-2.22-py2.7.egg/chameleon/template.py", line 191, in render
        raise_with_traceback(exc, tb)
      File "/home/jenkins/.buildout/eggs/Chameleon-2.22-py2.7.egg/chameleon/template.py", line 171, in render
        self._render(stream, econtext, rcontext)
      File "faf224edc44b255dffdb7defc4cf1e95.py", line 91, in render
      File "a3ff52593d0caaa1555aa60a69d5ceb4.py", line 251, in render_master
      File "/home/jenkins/.buildout/eggs/five.pt-2.2.3-py2.7.egg/five/pt/expressions.py", line 141, in __call__
        base = render(base, econtext)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.22-py2.7.egg/Products/PageTemplates/Expressions.py", line 117, in render
        ob = ob()
      File "/home/jenkins/.buildout/eggs/Products.Archetypes-1.10.8-py2.7.egg/Products/Archetypes/browser/lifecycle.py", line 17, in begin_edit
        notify(EditBegunEvent(aq_inner(self.context)))
      File "/home/jenkins/.buildout/eggs/zope.event-3.5.2-py2.7.egg/zope/event/__init__.py", line 31, in notify
        subscriber(event)
      File "/home/jenkins/.buildout/eggs/zope.component-3.9.5-py2.7.egg/zope/component/event.py", line 24, in dispatch
        zope.component.subscribers(event, None)
      File "/home/jenkins/.buildout/eggs/zope.component-3.9.5-py2.7.egg/zope/component/_api.py", line 136, in subscribers
        return sitemanager.subscribers(objects, interface)
      File "/home/jenkins/.buildout/eggs/zope.component-3.9.5-py2.7.egg/zope/component/registry.py", line 321, in subscribers
        return self.adapters.subscribers(objects, provided)
      File "/home/jenkins/.buildout/eggs/zope.interface-3.6.7-py2.7-linux-x86_64.egg/zope/interface/adapter.py", line 585, in subscribers
        subscription(*objects)
      File "/home/jenkins/.buildout/eggs/zope.component-3.9.5-py2.7.egg/zope/component/event.py", line 32, in objectEventNotify
        zope.component.subscribers((event.object, event), None)
      File "/home/jenkins/.buildout/eggs/zope.component-3.9.5-py2.7.egg/zope/component/_api.py", line 136, in subscribers
        return sitemanager.subscribers(objects, interface)
      File "/home/jenkins/.buildout/eggs/zope.component-3.9.5-py2.7.egg/zope/component/registry.py", line 321, in subscribers
        return self.adapters.subscribers(objects, provided)
      File "/home/jenkins/.buildout/eggs/zope.interface-3.6.7-py2.7-linux-x86_64.egg/zope/interface/adapter.py", line 585, in subscribers
        subscription(*objects)
      File "/home/jenkins/.buildout/eggs/plone.locking-2.0.8-py2.7.egg/plone/locking/events.py", line 11, in lockOnEditBegins
        lockable.lock()
      File "/home/jenkins/.buildout/eggs/plone.locking-2.0.8-py2.7.egg/plone/locking/lockable.py", line 46, in lock
        if settings is not None and settings.lock_on_ttw_edit is False:
    AttributeError: lock_on_ttw_edit

     - Expression: "lifecycle/begin_edit"
     - Filename:   ... 7.egg/Products/Archetypes/skins/archetypes/base_edit.cpt
     - Location:   (line 6: col 21)
     - Source:     dummy lifecycle/begin_edit;
                         ^^^^^^^^^^^^^^^^^^^^
     - Arguments:  repeat: {...} (0)
                   template: <ImplicitAcquisitionWrapper atct_edit at 0x7fb5f8b337d0>
                   modules: <instance - at 0x7fb6017016c8>
                   here: <ImplicitAcquisitionWrapper document.2015-09-06.9594573665 at 0x7fb5fb00c3c0>
                   user: <ImplicitAcquisitionWrapper - at 0x7fb5f8d218c0>
                   nothing: <NoneType - at 0x91a870>
                   container: <ImplicitAcquisitionWrapper plone at 0x7fb5fbc76fa0>
                   default: <object - at 0x7fb609528400>
                   request: <instance - at 0x7fb5f8e31ef0>
                   wrapped_repeat: <SafeMapping - at 0x7fb5f7e4da48>
                   traverse_subpath: <list - at 0x7fb5ec3bfb00>
                   loop: {...} (0)
                   context: <ImplicitAcquisitionWrapper document.2015-09-06.9594573665 at 0x7fb5fb00c3c0>
                   translate: <function translate at 0x7fb5ef03d050>
                   root: <ImplicitAcquisitionWrapper Zope at 0x7fb5fb10ed70>
                   options: {...} (2)
                   target_language: <NoneType - at 0x91a870>
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/archetypes.schemaextender-2.1.5-py2.7.egg/archetypes/schemaextender/usage.txt", line 265, in usage.txt
Failed example:
    'Description' in browser.contents
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest usage.txt[69]>", line 1, in <module>
        'Description' in browser.contents
    TypeError: argument of type 'NoneType' is not iterable
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/archetypes.schemaextender-2.1.5-py2.7.egg/archetypes/schemaextender/usage.txt", line 267, in usage.txt
Failed example:
    'Blurb' in browser.contents
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest usage.txt[70]>", line 1, in <module>
        'Blurb' in browser.contents
    TypeError: argument of type 'NoneType' is not iterable
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/archetypes.schemaextender-2.1.5-py2.7.egg/archetypes/schemaextender/usage.txt", line 270, in usage.txt
Failed example:
    browser.getControl('Title').value = "Test doc"
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest usage.txt[71]>", line 1, in <module>
        browser.getControl('Title').value = "Test doc"
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 370, in getControl
        label, name, self.mech_browser.forms(), include_subcontrols=True)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 418, in forms
        if not self.viewing_html():
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 443, in viewing_html
        raise BrowserStateError("not viewing any document")
    BrowserStateError: not viewing any document
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/archetypes.schemaextender-2.1.5-py2.7.egg/archetypes/schemaextender/usage.txt", line 271, in usage.txt
Failed example:
    'A' in browser.getControl('Tags').value
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest usage.txt[72]>", line 1, in <module>
        'A' in browser.getControl('Tags').value
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 370, in getControl
        label, name, self.mech_browser.forms(), include_subcontrols=True)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 418, in forms
        if not self.viewing_html():
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 443, in viewing_html
        raise BrowserStateError("not viewing any document")
    BrowserStateError: not viewing any document
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/archetypes.schemaextender-2.1.5-py2.7.egg/archetypes/schemaextender/usage.txt", line 273, in usage.txt
Failed example:
    'B' in browser.getControl('Tags').value
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest usage.txt[73]>", line 1, in <module>
        'B' in browser.getControl('Tags').value
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 370, in getControl
        label, name, self.mech_browser.forms(), include_subcontrols=True)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 418, in forms
        if not self.viewing_html():
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 443, in viewing_html
        raise BrowserStateError("not viewing any document")
    BrowserStateError: not viewing any document
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/archetypes.schemaextender-2.1.5-py2.7.egg/archetypes/schemaextender/usage.txt", line 275, in usage.txt
Failed example:
    browser.getControl('Tags').value = 'D'
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest usage.txt[74]>", line 1, in <module>
        browser.getControl('Tags').value = 'D'
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 370, in getControl
        label, name, self.mech_browser.forms(), include_subcontrols=True)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 418, in forms
        if not self.viewing_html():
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 443, in viewing_html
        raise BrowserStateError("not viewing any document")
    BrowserStateError: not viewing any document
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/archetypes.schemaextender-2.1.5-py2.7.egg/archetypes/schemaextender/usage.txt", line 276, in usage.txt
Failed example:
    browser.getControl('Highlighted').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest usage.txt[75]>", line 1, in <module>
        browser.getControl('Highlighted').click()
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 370, in getControl
        label, name, self.mech_browser.forms(), include_subcontrols=True)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 418, in forms
        if not self.viewing_html():
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 443, in viewing_html
        raise BrowserStateError("not viewing any document")
    BrowserStateError: not viewing any document
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/archetypes.schemaextender-2.1.5-py2.7.egg/archetypes/schemaextender/usage.txt", line 277, in usage.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest usage.txt[76]>", line 1, in <module>
        browser.getControl('Save').click()
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 370, in getControl
        label, name, self.mech_browser.forms(), include_subcontrols=True)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 418, in forms
        if not self.viewing_html():
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 443, in viewing_html
        raise BrowserStateError("not viewing any document")
    BrowserStateError: not viewing any document
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/archetypes.schemaextender-2.1.5-py2.7.egg/archetypes/schemaextender/usage.txt", line 281, in usage.txt
Failed example:
    'Please correct the indicated errors.' in browser.contents
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest usage.txt[77]>", line 1, in <module>
        'Please correct the indicated errors.' in browser.contents
    TypeError: argument of type 'NoneType' is not iterable
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/archetypes.schemaextender-2.1.5-py2.7.egg/archetypes/schemaextender/usage.txt", line 283, in usage.txt
Failed example:
    "Values ['D'] are not allowed for vocabulary" in browser.contents
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest usage.txt[78]>", line 1, in <module>
        "Values ['D'] are not allowed for vocabulary" in browser.contents
    TypeError: argument of type 'NoneType' is not iterable
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/archetypes.schemaextender-2.1.5-py2.7.egg/archetypes/schemaextender/usage.txt", line 288, in usage.txt
Failed example:
    browser.getControl('Tags').value = 'A'
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest usage.txt[79]>", line 1, in <module>
        browser.getControl('Tags').value = 'A'
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 370, in getControl
        label, name, self.mech_browser.forms(), include_subcontrols=True)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 418, in forms
        if not self.viewing_html():
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 443, in viewing_html
        raise BrowserStateError("not viewing any document")
    BrowserStateError: not viewing any document
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/archetypes.schemaextender-2.1.5-py2.7.egg/archetypes/schemaextender/usage.txt", line 289, in usage.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest usage.txt[80]>", line 1, in <module>
        browser.getControl('Save').click()
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 370, in getControl
        label, name, self.mech_browser.forms(), include_subcontrols=True)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 418, in forms
        if not self.viewing_html():
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 443, in viewing_html
        raise BrowserStateError("not viewing any document")
    BrowserStateError: not viewing any document
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/archetypes.schemaextender-2.1.5-py2.7.egg/archetypes/schemaextender/usage.txt", line 293, in usage.txt
Failed example:
    test_doc = getattr(folder, 'test-doc')
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest usage.txt[81]>", line 1, in <module>
        test_doc = getattr(folder, 'test-doc')
    AttributeError: test-doc
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/archetypes.schemaextender-2.1.5-py2.7.egg/archetypes/schemaextender/usage.txt", line 294, in usage.txt
Failed example:
    tags_field = test_doc.Schema()['schemaextender_test_tags']
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest usage.txt[82]>", line 1, in <module>
        tags_field = test_doc.Schema()['schemaextender_test_tags']
    NameError: name 'test_doc' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/archetypes.schemaextender-2.1.5-py2.7.egg/archetypes/schemaextender/usage.txt", line 295, in usage.txt
Failed example:
    tags_field.get(test_doc)
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest usage.txt[83]>", line 1, in <module>
        tags_field.get(test_doc)
    NameError: name 'test_doc' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/archetypes.schemaextender-2.1.5-py2.7.egg/archetypes/schemaextender/usage.txt", line 298, in usage.txt
Failed example:
    IHighlighted.providedBy(test_doc)
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest usage.txt[84]>", line 1, in <module>
        IHighlighted.providedBy(test_doc)
    NameError: name 'test_doc' is not defined


  File "/usr/lib/python2.7/unittest/case.py", line 331, in run
    testMethod()
  File "/usr/lib/python2.7/doctest.py", line 2226, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))


FAILED:  .bugfixes.txt

Error Message:
Failed doctest test for bugfixes.txt

Stack Trace:
Failed doctest test for bugfixes.txt
  File "/home/jenkins/.buildout/eggs/Products.contentmigration-2.1.11-py2.7.egg/Products/contentmigration/tests/../bugfixes.txt", line 0

----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/Products.contentmigration-2.1.11-py2.7.egg/Products/contentmigration/tests/../bugfixes.txt", line 91, in bugfixes.txt
Failed example:
    ILockable(foo_doc).lock()
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest bugfixes.txt[42]>", line 1, in <module>
        ILockable(foo_doc).lock()
      File "/home/jenkins/.buildout/eggs/plone.locking-2.0.8-py2.7.egg/plone/locking/lockable.py", line 46, in lock
        if settings is not None and settings.lock_on_ttw_edit is False:
    AttributeError: lock_on_ttw_edit


  File "/usr/lib/python2.7/unittest/case.py", line 331, in run
    testMethod()
  File "/usr/lib/python2.7/doctest.py", line 2226, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))


FAILED:  plone.app.blob.README.txt

Error Message:
Failed doctest test for README.txt

Stack Trace:
Failed doctest test for README.txt
  File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/README.txt", line 0

----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/README.txt", line 161, in README.txt
Failed example:
    browser.getLink(url='createObject?type_name=Blob').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest README.txt[61]>", line 1, in <module>
        browser.getLink(url='createObject?type_name=Blob').click()
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 445, in click
        self.browser.mech_browser.follow_link(self.mech_link)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 569, in follow_link
        return self.open(self.click_link(link, **kwds))
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 255, in _mech_open
        raise response
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/README.txt", line 164, in README.txt
Failed example:
    browser.getControl(name='title').value = 'Foo bar'
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest README.txt[63]>", line 1, in <module>
        browser.getControl(name='title').value = 'Foo bar'
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'title'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/README.txt", line 165, in README.txt
Failed example:
    control = browser.getControl(name='file_file')
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest README.txt[64]>", line 1, in <module>
        control = browser.getControl(name='file_file')
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'file_file'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/README.txt", line 166, in README.txt
Failed example:
    control.filename = 'foo.pdf'
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest README.txt[65]>", line 1, in <module>
        control.filename = 'foo.pdf'
    NameError: name 'control' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/README.txt", line 167, in README.txt
Failed example:
    control.value = StringIO('%PDF-1.4 fake pdf...' + 'foo' * 1000)
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest README.txt[66]>", line 1, in <module>
        control.value = StringIO('%PDF-1.4 fake pdf...' + 'foo' * 1000)
    NameError: name 'control' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/README.txt", line 168, in README.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest README.txt[67]>", line 1, in <module>
        browser.getControl('Save').click()
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/README.txt", line 169, in README.txt
Failed example:
    browser.url
Expected:
    'http://nohost/plone/.../foo-bar/view'
Got:
    'http://nohost/plone/Members/test_user_1_/portal_factory/Blob/blob.2015-09-06.1826476836/edit?_authenticator=1df4ccf47c399d2ba208cbffb26c99e58c8c21ec'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/README.txt", line 171, in README.txt
Failed example:
    browser.contents
Expected:
    '...Info...Changes saved...
     ...Foo bar...foo.pdf...PDF document...'
Got:
    '<!DOCTYPE html>\n<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">\n  <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />\n    <title>test_user_1_ \xe2\x80\x94 Plone site</title>\n\n    <link rel="shortcut icon" type="image/x-icon" href="/plone/++theme++barceloneta/barceloneta-favicon.ico" />\n    <link rel="apple-touch-icon" href="/plone/++theme++barceloneta/barceloneta-apple-touch-icon.png" />\n    <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/plone/++theme++barceloneta/barceloneta-apple-touch-icon-144x144-precomposed.png" />\n    <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/plone/++theme++barceloneta/barceloneta-apple-touch-icon-114x114-precomposed.png" />\n    <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/plone/++theme++barceloneta/barceloneta-apple-touch-icon-72x72-precomposed.png" />\n    <link rel="apple-touch-icon-precomposed" sizes="57x57" href="/plone/++theme++barceloneta/barceloneta-apple-touch-icon-57x57-precomposed.png" />\n    <link rel="apple-touch-icon-precomposed" href="/plone/++theme++barceloneta/barceloneta-apple-touch-icon-precomposed.png" />\n\n  \n  <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta content="summary" name="twitter:card" /><meta content="test_user_1_" name="twitter:title" /><meta content="test_user_1_" property="og:title" /><meta content="test_user_1_" itemprop="name" /><meta content="website" property="og:type" /><meta content="test_user_1_ &mdash; Plone site" property="og:site_name" /><meta content="" name="twitter:description" /><meta content="" property="og:description" /><meta content="" itemprop="description" /><meta content="http://nohost/plone/Members/test_user_1_" name="twitter:url" /><meta content="http://nohost/plone/Members/test_user_1_" property="og:url" /><meta content="http://nohost/plone/logo.png" name="twitter:image" /><meta content="http://nohost/plone/logo.png" property="og:image" /><meta content="http://nohost/plone/logo.png" itemprop="image" /><meta content="image/png" property="og:image:type" /><meta name="generator" content="Plone - http://plone.org" /><link rel="author" href="http://nohost/plone/author/test_user_1_" title="Author information" /><link rel="canonical" href="http://nohost/plone/Members/test_user_1_" /><link rel="search" href="http://nohost/plone/@@search" title="Search this site" /><link rel="stylesheet" type="text/css" href="http://nohost/plone/++plone++static/plone-logged-in-compiled.css?version=2015-05-07 00:00:00.000003" data-bundle="plone-logged-in" /><link rel="stylesheet" type="text/css" href="http://nohost/plone/++plone++static/plone-compiled.css?version=2015-05-02 00:00:00.000005" data-bundle="plone" /><link rel="stylesheet" type="text/css" href="http://nohost/plone/++plone++static/plone-legacy-compiled.css?version=2014-08-14 00:00:00.000003" data-bundle="plone-legacy" /><link rel="stylesheet" type="text/css" href="http://nohost/plone//++theme++barceloneta/less/barceloneta-compiled.css" data-bundle="diazo" /><script type="text/javascript" src="http://nohost/plone/++plone++static/components/jquery/dist/jquery.min.js" data-bundle="basic"></script><script type="text/javascript" src="http://nohost/plone/++plone++static/components/requirejs/require.js" data-bundle="basic"></script><script type="text/javascript" src="http://nohost/plone/config.js" data-bundle="basic"></script><script type="text/javascript" src="http://nohost/plone/++plone++static/plone-logged-in-compiled.min.js?version=2015-05-07 00:00:00.000003" data-bundle="plone-logged-in"></script><script type="text/javascript" src="http://nohost/plone/++plone++static/plone-compiled.min.js?version=2015-05-02 00:00:00.000005" data-bundle="plone"></script><script type="text/javascript" src="http://nohost/plone/++plone++static/plone-legacy-compiled.js?version=2014-08-14 00:00:00.000003" data-bundle="plone-legacy"></script></head>\n\n  <body id="visual-portal-wrapper" class="template-default_error_message portaltype-folder site-plone section-Members subsection-test_user_1_ userrole-owner userrole-member userrole-authenticated plone-toolbar-left plone-toolbar-expanded plone-toolbar-left-expanded" dir="ltr" data-i18ncatalogurl="http://nohost/plone/plonejsi18n" data-view-url="http://nohost/plone/Members/test_user_1_" data-pat-plone-modal="{"actionOptions": {"displayInModal": false}}" data-pat-tinymce="{"loadingBaseUrl": "++plone++static/components/tinymce-builded/js/tinymce", "relatedItems": {"vocabularyUrl": "http://nohost/plone/@@getVocabulary?name=plone.app.vocabularies.Catalog"}, "folderTypes": ["Folder", "Large Plone Folder", "Plone Site"], "prependToScalePart": "/@@images/image/", "linkAttribute": "UID", "prependToUrl": "resolveuid/", "imageTypes": ["Image"], "upload": {"maxFiles": 1, "currentPath": "/Members/test_user_1_", "initialFolder": "ddfbf6180c7747d3ae82d1bc4e1c460d", "baseUrl": "http://nohost/plone", "uploadMultiple": false, "relativePath": "@@fileUpload", "showTitle": false}, "tiny": {"content_css": "http://nohost/plone/++plone++static/plone-compiled.css,http://nohost/plone/++plone++static/tinymce-styles.css,http://nohost/plone/++plone++static/components/tinymce-builded/js/tinymce/skins/lightgray/content.min.css,http://nohost/plone/++theme++barceloneta/less/barceloneta-compiled.css", "external_plugins": {}, "plugins": ["plonelink", "ploneimage", "importcss", "advlist", "directionality", "emoticons", "fullscreen", "hr", "insertdatetime", "lists", "media", "nonbreaking", "noneditable", "pagebreak", "paste", "preview", "print", "save", "searchreplace", "tabfocus", "table", "visualchars", "wordcount", "code"], "toolbar": "undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | unlink plonelink ploneimage", "menubar": ["edit", "table", "format", "toolsview", "insert"], "importcss_file_filter": "http://nohost/plone/++plone++static/tinymce-styles.css", "menu": {"insert": {"items": "link media | template hr", "title": "Insert"}, "format": {"items": "bold italic underline strikethrough superscript subscript | formats | removeformat", "title": "Format"}, "edit": {"items": "undo redo | cut copy paste pastetext | selectall", "title": "Edit"}, "file": {"items": "newdocument", "title": "File"}, "table": {"items": "inserttable tableprops deletetable | cell row column", "title": "Table"}, "tools": {"items": "spellchecker code", "title": "Tools"}, "view": {"items": "visualaid", "title": "View"}}, "entity_encoding": "raw", "style_formats": [{"items": [{"format": "h1", "title": "Header 1"}, {"format": "h2", "title": "Header 2"}, {"format": "h3", "title": "Header 3"}, {"format": "h4", "title": "Header 4"}, {"format": "h5", "title": "Header 5"}, {"format": "h6", "title": "Header 6"}], "title": "Headers"}, {"items": [{"format": "p", "title": "Paragraph"}, {"format": "blockquote", "title": "Blockquote"}, {"format": "div", "title": "Div"}, {"format": "pre", "title": "Pre"}], "title": "Block"}, {"items": [{"format": "bold", "icon": "bold", "title": "Bold"}, {"format": "italic", "icon": "italic", "title": "Italic"}, {"format": "underline", "icon": "underline", "title": "Underline"}, {"format": "strikethrough", "icon": "strikethrough", "title": "Strikethrough"}, {"format": "superscript", "icon": "superscript", "title": "Superscript"}, {"format": "subscript", "icon": "subscript", "title": "Subscript"}, {"format": "code", "icon": "code", "title": "Code"}], "title": "Inline"}, {"items": [{"format": "alignleft", "icon": "alignleft", "title": "Left"}, {"format": "aligncenter", "icon": "aligncenter", "title": "Center"}, {"format": "alignright", "icon": "alignright", "title": "Right"}, {"format": "alignjustify", "icon": "alignjustify", "title": "Justify"}], "title": "Alignment"}], "resize": "both", "formats": {"clearfix": {"classes": "clearfix", "block": "div"}, "discreet": {"inline": "span", "classes": "discreet"}}, "importcss_append": true}, "base_url": "http://nohost/plone/Members/test_user_1_"}" data-portal-url="http://nohost/plone" data-pat-pickadate="{"date": {"selectYears": 200}, "time": {"interval": 5 } }" data-base-url="http://nohost/plone/Members/test_user_1_">\n  <div id="edit-zone" role="toolbar" class="pat-toolbar">\n    <div class="plone-toolbar-container">\n      <a class="plone-toolbar-logo">\n        <img alt="Plone Toolbar" src="http://nohost/plone/++plone++static/plone-toolbarlogo.svg" />\n      </a>\n      \n      <nav role="navigation">\n        <ul class="plone-toolbar-main">\n          \n\n        </ul>\n        <ul id="personal-bar-container">\n          <li id="portal-personaltools" class="plone-toolbar-separator">\n            <a href="http://nohost/plone/useractions">\n              <span class="icon-user" aria-hidden="true"></span>\n              <span>test_user_1_</span>\n              <span class="plone-toolbar-caret"></span>\n            </a>\n            <ul>\n              <li class="plone-toolbar-submenu-header">\n                <span>test_user_1_</span>\n              </li>\n              <li class="user-action">\n                <a href="http://nohost/plone/@@personal-preferences" id="personaltools-preferences" title="Preferences">\n                  Preferences\n                  \n                </a>\n              </li>\n              <li class="user-action">\n                <a href="http://nohost/plone/logout" id="personaltools-logout" title="Log out">\n                  Log out\n                  \n                    <span class="icon-logout"></span>\n                  \n                </a>\n              </li>\n            </ul>\n          </li>\n        </ul>\n      </nav>\n    </div>\n  </div>\n<div class="outer-wrapper">\n      <header id="content-header" role="banner">\n          <div class="container">\n            \n      <div id="portal-header">\n    <a id="portal-logo" title="Plone site" href="http://nohost/plone">\n    <img src="http://nohost/plone/logo.png" alt="Plone site" title="Plone site" /></a>\n\n<div id="portal-searchbox">\n\n    <form id="searchGadget_form" action="http://nohost/plone/@@search" role="search" data-pat-livesearch="ajaxUrl:http://nohost/plone/@@ajax-search" class="pat-livesearch">\n\n        <div class="LSBox">\n        <label class="hiddenStructure" for="searchGadget">Search Site</label>\n\n        <input name="SearchableText" type="text" size="18" id="searchGadget" title="Search Site" placeholder="Search Site" class="searchField" />\n\n        <input class="searchButton" type="submit" value="Search" />\n\n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone/Members/test_user_1_" />\n            <label for="searchbox_currentfolder_only" style="cursor: pointer">only in current section</label>\n        </div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/@@search">Advanced Search\xe2\x80\xa6</a>\n    </div>\n\n</div>\n\n<div id="portal-anontools">\n  \n</div>\n\n\n\n</div>\n\n    \n            <div id="anonymous-actions">\n            </div>\n          </div>\n      </header>\n      <div id="mainnavigation-wrapper">\n        <div id="mainnavigation">\n\n  <p class="hiddenStructure">Navigation</p>\n  <nav class="plone-navbar" id="portal-globalnav-wrapper" role="navigation">\n    <div class="container">\n      <div class="plone-navbar-header">\n        <button type="button" class="plone-navbar-toggle" data-toggle="collapse" data-target="#portal-globalnav-collapse">\n          <span class="sr-only">Toggle navigation</span>\n          <span class="icon-bar"></span>\n          <span class="icon-bar"></span>\n          <span class="icon-bar"></span>\n        </button>\n      </div>\n\n      <div class="plone-collapse plone-navbar-collapse" id="portal-globalnav-collapse">\n        <ul class="plone-nav plone-navbar-nav" id="portal-globalnav">\n            \n              <li id="portaltab-index_html">\n                  <a href="http://nohost/plone" title="">Home</a>\n              </li>\n            \n              <li id="portaltab-news">\n                  <a href="http://nohost/plone/news" title="Site News">News</a>\n              </li>\n            \n              <li id="portaltab-events">\n                  <a href="http://nohost/plone/events" title="Site Events">Events</a>\n              </li>\n            \n              <li id="portaltab-Members" class="selected">\n                  <a href="http://nohost/plone/Members" title="Site Users">Users</a>\n              </li>\n            \n        </ul>\n      </div>\n    </div>\n  </nav>\n\n\n</div>\n      </div>\n      \n      <div id="above-content-wrapper">\n          <section id="viewlet-above-content"><nav id="portal-breadcrumbs" class="plone-breadcrumb" role="navigation">\n  <div class="container">\n    <span id="breadcrumbs-you-are-here" class="hiddenStructure">You are here:</span>\n    <ol aria-labelledby="breadcrumbs-you-are-here">\n      <li id="breadcrumbs-home">\n        <a href="http://nohost/plone">Home</a>\n      </li>\n      <li id="breadcrumbs-1">\n        \n          <a href="http://nohost/plone/Members">Users</a>\n          \n        \n      </li>\n      <li id="breadcrumbs-2">\n        \n          \n          <span id="breadcrumbs-current">test_user_1_</span>\n        \n      </li>\n    </ol>\n  </div>\n</nav>\n\n<div id="plone-lock-status">\n  \n</div>\n</section>\n      </div>\n      <div class="container">\n        <div class="row">\n          <aside id="global_statusmessage">\n      \n\n      <div>\n      </div>\n    </aside>\n        </div>\n\n        <main role="main" id="main-container" class="row row-offcanvas row-offcanvas-right">\n          <div id="column1-container">\n          </div>\n          \n\n      \n\n      <div class="col-xs-12 col-sm-12">\n<!--           <p class="pull-right visible-xs">\n            <button type="button" class="btn btn-primary btn-xs" data-toggle="offcanvas">Toggle nav</button>\n          </p> -->\n          <div class="row">\n            <div class="col-xs-12 col-sm-12">\n               <article id="content">\n\n          \n\n        \n\n        \n\n            <h1 class="documentFirstHeading">We\xe2\x80\x99re sorry, but there seems to be an error\xe2\x80\xa6</h1>\n\n            <div id="content-core">\n                \n                    <p>The error has been logged as entry number <code>1441606182.680.890899720653</code>.</p>\n\n                    <p>If you need to report this to the <span>\n                    <a href="http://nohost/plone/contact-info">Site Administration</a></span>, please include this entry number in your message.</p>\n\n                    \n\n                \n\n                \n            </div>\n\n        \n        \n\n\n        </article>\n            </div>\n          </div>\n          <footer class="row">\n            <div class="col-xs-12 col-sm-12">\n             <div id="viewlet-below-content">\n</div>\n            </div>\n          </footer>\n      </div><!--/row-->\n  \n          <div id="column2-container">\n          </div>\n        </main><!--/row-->\n\n      </div><!--/.container-->\n    </div><!-- outer-wrapper --><footer id="portal-footer-wrapper" role="contentinfo">\n      <div class="container" id="portal-footer">\n      <div class="row">\n\t<div class="col-xs-12">\n\t\t\n<div class="portletWrapper" id="portletwrapper-706c6f6e652e666f6f746572706f72746c6574730a636f6e746578740a2f706c6f6e650a666f6f746572" data-portlethash="706c6f6e652e666f6f746572706f72746c6574730a636f6e746578740a2f706c6f6e650a666f6f746572">\n\n\n  \n\n  \n    \n\n  <section class="portlet portletClassic" id="portal-footer-signature">\n    <div class="portletContent">\n      The \n           <a href="http://plone.com">Plone<sup>\xc2\xae</sup> Open Source CMS/WCM</a>\n       is <abbr title="Copyright">\xc2\xa9</abbr> 2000-2015 by the \n           <a href="http://plone.org/foundation">Plone Foundation</a> and friends.\n\n      Distributed under the \n                <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.\n    </div>\n  </section>\n\n\n  \n\n</div>\n\n<div class="portletWrapper" id="portletwrapper-706c6f6e652e666f6f746572706f72746c6574730a636f6e746578740a2f706c6f6e650a616374696f6e73" data-portlethash="706c6f6e652e666f6f746572706f72746c6574730a636f6e746578740a2f706c6f6e650a616374696f6e73">\n\n<section class="portlet portletActions" role="menu">\n\n  \n  <section class="portletContent">\n    <ul>\n      \n        <li class="portletItem">\n          <a href="http://nohost/plone/sitemap">\n\n            <span>Site Map</span>\n\n            \n\n          </a>\n        </li>\n      \n        <li class="portletItem">\n          <a href="http://nohost/plone/accessibility-info">\n\n            <span>Accessibility</span>\n\n            \n\n          </a>\n        </li>\n      \n        <li class="portletItem">\n          <a href="http://nohost/plone/contact-info" class="pat-plone-modal" data-pat-plone-modal="{}">\n\n            <span>Contact</span>\n\n            \n\n          </a>\n        </li>\n      \n    </ul>\n  </section>\n</section>\n\n</div>\n\n<div class="portletWrapper" id="portletwrapper-706c6f6e652e666f6f746572706f72746c6574730a636f6e746578740a2f706c6f6e650a636f6c6f70686f6e" data-portlethash="706c6f6e652e666f6f746572706f72746c6574730a636f6e746578740a2f706c6f6e650a636f6c6f70686f6e">\n\n\n  \n\n  \n    \n\n  <section class="portlet portletClassic" id="portal-colophon">\n    <div class="portletContent">\n      <a href="http://plone.com" target="_blank" title="This site was built using the Plone Open Source CMS/WCM.">Powered by Plone & Python</a>\n    </div>\n  </section>\n\n\n  \n\n</div>\n\n\n\t</div>\n</div>\n\n\n    </div>\n    </footer></body>\n</html>'


  File "/usr/lib/python2.7/unittest/case.py", line 331, in run
    testMethod()
  File "/usr/lib/python2.7/doctest.py", line 2226, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))


FAILED:  plone.app.blob.tests.replacement-types.txt

Error Message:
Failed doctest test for replacement-types.txt

Stack Trace:
Failed doctest test for replacement-types.txt
  File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 0

----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 24, in replacement-types.txt
Failed example:
    browser.getLink(url='createObject?type_name=File').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[8]>", line 1, in <module>
        browser.getLink(url='createObject?type_name=File').click()
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 445, in click
        self.browser.mech_browser.follow_link(self.mech_link)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 569, in follow_link
        return self.open(self.click_link(link, **kwds))
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 255, in _mech_open
        raise response
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 27, in replacement-types.txt
Failed example:
    browser.getControl(name='title').value = 'Foo'
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[10]>", line 1, in <module>
        browser.getControl(name='title').value = 'Foo'
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'title'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 28, in replacement-types.txt
Failed example:
    control = browser.getControl(name='file_file')
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[11]>", line 1, in <module>
        control = browser.getControl(name='file_file')
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'file_file'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 29, in replacement-types.txt
Failed example:
    control.filename = 'foo.pdf'
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[12]>", line 1, in <module>
        control.filename = 'foo.pdf'
    NameError: name 'control' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 30, in replacement-types.txt
Failed example:
    control.value = StringIO('%PDF-1.4 fake pdf...' + 'foo' * 1000)
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[13]>", line 1, in <module>
        control.value = StringIO('%PDF-1.4 fake pdf...' + 'foo' * 1000)
    NameError: name 'control' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 31, in replacement-types.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[14]>", line 1, in <module>
        browser.getControl('Save').click()
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 33, in replacement-types.txt
Failed example:
    browser.url
Expected:
    'http://nohost/plone/.../foo.../view'
Got:
    'http://nohost/plone/Members/test_user_1_/portal_factory/File/file.2015-09-06.1727744098/edit?_authenticator=1df4ccf47c399d2ba208cbffb26c99e58c8c21ec'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 35, in replacement-types.txt
Failed example:
    browser.contents
Expected:
    '...Info...Changes saved...
     ...Foo...foo.pdf...PDF document...'
Got:
    '<!DOCTYPE html>\n<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">\n  <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />\n    <title>test_user_1_ \xe2\x80\x94 Plone site</title>\n\n    <link rel="shortcut icon" type="image/x-icon" href="/plone/++theme++barceloneta/barceloneta-favicon.ico" />\n    <link rel="apple-touch-icon" href="/plone/++theme++barceloneta/barceloneta-apple-touch-icon.png" />\n    <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/plone/++theme++barceloneta/barceloneta-apple-touch-icon-144x144-precomposed.png" />\n    <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/plone/++theme++barceloneta/barceloneta-apple-touch-icon-114x114-precomposed.png" />\n    <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/plone/++theme++barceloneta/barceloneta-apple-touch-icon-72x72-precomposed.png" />\n    <link rel="apple-touch-icon-precomposed" sizes="57x57" href="/plone/++theme++barceloneta/barceloneta-apple-touch-icon-57x57-precomposed.png" />\n    <link rel="apple-touch-icon-precomposed" href="/plone/++theme++barceloneta/barceloneta-apple-touch-icon-precomposed.png" />\n\n  \n  <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta content="summary" name="twitter:card" /><meta content="test_user_1_" name="twitter:title" /><meta content="test_user_1_" property="og:title" /><meta content="test_user_1_" itemprop="name" /><meta content="website" property="og:type" /><meta content="test_user_1_ &mdash; Plone site" property="og:site_name" /><meta content="" name="twitter:description" /><meta content="" property="og:description" /><meta content="" itemprop="description" /><meta content="http://nohost/plone/Members/test_user_1_" name="twitter:url" /><meta content="http://nohost/plone/Members/test_user_1_" property="og:url" /><meta content="http://nohost/plone/logo.png" name="twitter:image" /><meta content="http://nohost/plone/logo.png" property="og:image" /><meta content="http://nohost/plone/logo.png" itemprop="image" /><meta content="image/png" property="og:image:type" /><meta name="generator" content="Plone - http://plone.org" /><link rel="author" href="http://nohost/plone/author/test_user_1_" title="Author information" /><link rel="canonical" href="http://nohost/plone/Members/test_user_1_" /><link rel="search" href="http://nohost/plone/@@search" title="Search this site" /><link rel="stylesheet" type="text/css" href="http://nohost/plone/++plone++static/plone-logged-in-compiled.css?version=2015-05-07 00:00:00.000003" data-bundle="plone-logged-in" /><link rel="stylesheet" type="text/css" href="http://nohost/plone/++plone++static/plone-compiled.css?version=2015-05-02 00:00:00.000005" data-bundle="plone" /><link rel="stylesheet" type="text/css" href="http://nohost/plone/++plone++static/plone-legacy-compiled.css?version=2014-08-14 00:00:00.000003" data-bundle="plone-legacy" /><link rel="stylesheet" type="text/css" href="http://nohost/plone//++theme++barceloneta/less/barceloneta-compiled.css" data-bundle="diazo" /><script type="text/javascript" src="http://nohost/plone/++plone++static/components/jquery/dist/jquery.min.js" data-bundle="basic"></script><script type="text/javascript" src="http://nohost/plone/++plone++static/components/requirejs/require.js" data-bundle="basic"></script><script type="text/javascript" src="http://nohost/plone/config.js" data-bundle="basic"></script><script type="text/javascript" src="http://nohost/plone/++plone++static/plone-logged-in-compiled.min.js?version=2015-05-07 00:00:00.000003" data-bundle="plone-logged-in"></script><script type="text/javascript" src="http://nohost/plone/++plone++static/plone-compiled.min.js?version=2015-05-02 00:00:00.000005" data-bundle="plone"></script><script type="text/javascript" src="http://nohost/plone/++plone++static/plone-legacy-compiled.js?version=2014-08-14 00:00:00.000003" data-bundle="plone-legacy"></script></head>\n\n  <body id="visual-portal-wrapper" class="template-default_error_message portaltype-folder site-plone section-Members subsection-test_user_1_ userrole-owner userrole-manager userrole-authenticated plone-toolbar-left plone-toolbar-expanded plone-toolbar-left-expanded" dir="ltr" data-i18ncatalogurl="http://nohost/plone/plonejsi18n" data-view-url="http://nohost/plone/Members/test_user_1_" data-pat-plone-modal="{"actionOptions": {"displayInModal": false}}" data-pat-tinymce="{"loadingBaseUrl": "++plone++static/components/tinymce-builded/js/tinymce", "relatedItems": {"vocabularyUrl": "http://nohost/plone/@@getVocabulary?name=plone.app.vocabularies.Catalog"}, "folderTypes": ["Folder", "Large Plone Folder", "Plone Site"], "prependToScalePart": "/@@images/image/", "linkAttribute": "UID", "prependToUrl": "resolveuid/", "imageTypes": ["Image"], "upload": {"maxFiles": 1, "currentPath": "/Members/test_user_1_", "initialFolder": "ddfbf6180c7747d3ae82d1bc4e1c460d", "baseUrl": "http://nohost/plone", "uploadMultiple": false, "relativePath": "@@fileUpload", "showTitle": false}, "tiny": {"content_css": "http://nohost/plone/++plone++static/plone-compiled.css,http://nohost/plone/++plone++static/tinymce-styles.css,http://nohost/plone/++plone++static/components/tinymce-builded/js/tinymce/skins/lightgray/content.min.css,http://nohost/plone/++theme++barceloneta/less/barceloneta-compiled.css", "external_plugins": {}, "plugins": ["plonelink", "ploneimage", "importcss", "advlist", "directionality", "emoticons", "fullscreen", "hr", "insertdatetime", "lists", "media", "nonbreaking", "noneditable", "pagebreak", "paste", "preview", "print", "save", "searchreplace", "tabfocus", "table", "visualchars", "wordcount", "code"], "toolbar": "undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | unlink plonelink ploneimage", "menubar": ["edit", "table", "format", "toolsview", "insert"], "importcss_file_filter": "http://nohost/plone/++plone++static/tinymce-styles.css", "menu": {"insert": {"items": "link media | template hr", "title": "Insert"}, "format": {"items": "bold italic underline strikethrough superscript subscript | formats | removeformat", "title": "Format"}, "edit": {"items": "undo redo | cut copy paste pastetext | selectall", "title": "Edit"}, "file": {"items": "newdocument", "title": "File"}, "table": {"items": "inserttable tableprops deletetable | cell row column", "title": "Table"}, "tools": {"items": "spellchecker code", "title": "Tools"}, "view": {"items": "visualaid", "title": "View"}}, "entity_encoding": "raw", "style_formats": [{"items": [{"format": "h1", "title": "Header 1"}, {"format": "h2", "title": "Header 2"}, {"format": "h3", "title": "Header 3"}, {"format": "h4", "title": "Header 4"}, {"format": "h5", "title": "Header 5"}, {"format": "h6", "title": "Header 6"}], "title": "Headers"}, {"items": [{"format": "p", "title": "Paragraph"}, {"format": "blockquote", "title": "Blockquote"}, {"format": "div", "title": "Div"}, {"format": "pre", "title": "Pre"}], "title": "Block"}, {"items": [{"format": "bold", "icon": "bold", "title": "Bold"}, {"format": "italic", "icon": "italic", "title": "Italic"}, {"format": "underline", "icon": "underline", "title": "Underline"}, {"format": "strikethrough", "icon": "strikethrough", "title": "Strikethrough"}, {"format": "superscript", "icon": "superscript", "title": "Superscript"}, {"format": "subscript", "icon": "subscript", "title": "Subscript"}, {"format": "code", "icon": "code", "title": "Code"}], "title": "Inline"}, {"items": [{"format": "alignleft", "icon": "alignleft", "title": "Left"}, {"format": "aligncenter", "icon": "aligncenter", "title": "Center"}, {"format": "alignright", "icon": "alignright", "title": "Right"}, {"format": "alignjustify", "icon": "alignjustify", "title": "Justify"}], "title": "Alignment"}], "resize": "both", "formats": {"clearfix": {"classes": "clearfix", "block": "div"}, "discreet": {"inline": "span", "classes": "discreet"}}, "importcss_append": true}, "base_url": "http://nohost/plone/Members/test_user_1_"}" data-portal-url="http://nohost/plone" data-pat-pickadate="{"date": {"selectYears": 200}, "time": {"interval": 5 } }" data-base-url="http://nohost/plone/Members/test_user_1_">\n  <div id="edit-zone" role="toolbar" class="pat-toolbar">\n    <div class="plone-toolbar-container">\n      <a class="plone-toolbar-logo">\n        <img alt="Plone Toolbar" src="http://nohost/plone/++plone++static/plone-toolbarlogo.svg" />\n      </a>\n      \n      <nav role="navigation">\n        <ul class="plone-toolbar-main">\n          \n\n        </ul>\n        <ul id="personal-bar-container">\n          <li id="portal-personaltools" class="plone-toolbar-separator">\n            <a href="http://nohost/plone/useractions">\n              <span class="icon-user" aria-hidden="true"></span>\n              <span>test_user_1_</span>\n              <span class="plone-toolbar-caret"></span>\n            </a>\n            <ul>\n              <li class="plone-toolbar-submenu-header">\n                <span>test_user_1_</span>\n              </li>\n              <li class="user-action">\n                <a href="http://nohost/plone/@@personal-preferences" id="personaltools-preferences" title="Preferences">\n                  Preferences\n                  \n                </a>\n              </li>\n              <li class="user-action">\n                <a href="http://nohost/plone/@@overview-controlpanel" id="personaltools-plone_setup" title="Site Setup">\n                  Site Setup\n                  \n                </a>\n              </li>\n              <li class="user-action">\n                <a href="http://nohost/plone/logout" id="personaltools-logout" title="Log out">\n                  Log out\n                  \n                    <span class="icon-logout"></span>\n                  \n                </a>\n              </li>\n            </ul>\n          </li>\n        </ul>\n      </nav>\n    </div>\n  </div>\n<div class="outer-wrapper">\n      <header id="content-header" role="banner">\n          <div class="container">\n            \n      <div id="portal-header">\n    <a id="portal-logo" title="Plone site" href="http://nohost/plone">\n    <img src="http://nohost/plone/logo.png" alt="Plone site" title="Plone site" /></a>\n\n<div id="portal-searchbox">\n\n    <form id="searchGadget_form" action="http://nohost/plone/@@search" role="search" data-pat-livesearch="ajaxUrl:http://nohost/plone/@@ajax-search" class="pat-livesearch">\n\n        <div class="LSBox">\n        <label class="hiddenStructure" for="searchGadget">Search Site</label>\n\n        <input name="SearchableText" type="text" size="18" id="searchGadget" title="Search Site" placeholder="Search Site" class="searchField" />\n\n        <input class="searchButton" type="submit" value="Search" />\n\n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone/Members/test_user_1_" />\n            <label for="searchbox_currentfolder_only" style="cursor: pointer">only in current section</label>\n        </div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/@@search">Advanced Search\xe2\x80\xa6</a>\n    </div>\n\n</div>\n\n<div id="portal-anontools">\n  \n</div>\n\n\n\n</div>\n\n    \n            <div id="anonymous-actions">\n            </div>\n          </div>\n      </header>\n      <div id="mainnavigation-wrapper">\n        <div id="mainnavigation">\n\n  <p class="hiddenStructure">Navigation</p>\n  <nav class="plone-navbar" id="portal-globalnav-wrapper" role="navigation">\n    <div class="container">\n      <div class="plone-navbar-header">\n        <button type="button" class="plone-navbar-toggle" data-toggle="collapse" data-target="#portal-globalnav-collapse">\n          <span class="sr-only">Toggle navigation</span>\n          <span class="icon-bar"></span>\n          <span class="icon-bar"></span>\n          <span class="icon-bar"></span>\n        </button>\n      </div>\n\n      <div class="plone-collapse plone-navbar-collapse" id="portal-globalnav-collapse">\n        <ul class="plone-nav plone-navbar-nav" id="portal-globalnav">\n            \n              <li id="portaltab-index_html">\n                  <a href="http://nohost/plone" title="">Home</a>\n              </li>\n            \n              <li id="portaltab-news">\n                  <a href="http://nohost/plone/news" title="Site News">News</a>\n              </li>\n            \n              <li id="portaltab-events">\n                  <a href="http://nohost/plone/events" title="Site Events">Events</a>\n              </li>\n            \n              <li id="portaltab-Members" class="selected">\n                  <a href="http://nohost/plone/Members" title="Site Users">Users</a>\n              </li>\n            \n        </ul>\n      </div>\n    </div>\n  </nav>\n\n\n</div>\n      </div>\n      \n      <div id="above-content-wrapper">\n          <section id="viewlet-above-content"><nav id="portal-breadcrumbs" class="plone-breadcrumb" role="navigation">\n  <div class="container">\n    <span id="breadcrumbs-you-are-here" class="hiddenStructure">You are here:</span>\n    <ol aria-labelledby="breadcrumbs-you-are-here">\n      <li id="breadcrumbs-home">\n        <a href="http://nohost/plone">Home</a>\n      </li>\n      <li id="breadcrumbs-1">\n        \n          <a href="http://nohost/plone/Members">Users</a>\n          \n        \n      </li>\n      <li id="breadcrumbs-2">\n        \n          \n          <span id="breadcrumbs-current">test_user_1_</span>\n        \n      </li>\n    </ol>\n  </div>\n</nav>\n\n<div id="plone-lock-status">\n  \n</div>\n</section>\n      </div>\n      <div class="container">\n        <div class="row">\n          <aside id="global_statusmessage">\n      \n\n      <div>\n      </div>\n    </aside>\n        </div>\n\n        <main role="main" id="main-container" class="row row-offcanvas row-offcanvas-right">\n          <div id="column1-container">\n          </div>\n          \n\n      \n\n      <div class="col-xs-12 col-sm-12">\n<!--           <p class="pull-right visible-xs">\n            <button type="button" class="btn btn-primary btn-xs" data-toggle="offcanvas">Toggle nav</button>\n          </p> -->\n          <div class="row">\n            <div class="col-xs-12 col-sm-12">\n               <article id="content">\n\n          \n\n        \n\n        \n\n            <h1 class="documentFirstHeading">We\xe2\x80\x99re sorry, but there seems to be an error\xe2\x80\xa6</h1>\n\n            <div id="content-core">\n                \n                    \n\n                    \n\n                    <div>\n                       <p>Here is the full error message:</p>\n\n                       <p><a href="error_log/getLogEntryAsText?id=1441606173.00.173292632581">Display traceback as text</a></p>\n\n                       <p>Traceback (innermost last):</p>\n<ul>\n\n<li>  Module ZPublisher.Publish, line 138, in publish</li>\n\n<li>  Module ZPublisher.mapply, line 77, in mapply</li>\n\n<li>  Module ZPublisher.Publish, line 48, in call_object</li>\n\n<li>  Module Products.ATContentTypes.tool.factory, line 478, in __call__</li>\n\n<li>  Module ZPublisher.mapply, line 77, in mapply</li>\n\n<li>  Module ZPublisher.Publish, line 48, in call_object</li>\n\n<li>  Module Products.CMFFormController.FSControllerPageTemplate, line 91, in __call__</li>\n\n<li>  Module Products.CMFFormController.BaseControllerPageTemplate, line 32, in _call</li>\n\n<li>  Module Shared.DC.Scripts.Bindings, line 322, in __call__</li>\n\n<li>  Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec</li>\n\n<li>  Module Products.CMFCore.FSPageTemplate, line 237, in _exec</li>\n\n<li>  Module Products.CMFCore.FSPageTemplate, line 177, in pt_render</li>\n\n<li>  Module Products.PageTemplates.PageTemplate, line 79, in pt_render</li>\n\n<li>  Module zope.pagetemplate.pagetemplate, line 132, in pt_render</li>\n\n<li>  Module five.pt.engine, line 93, in __call__</li>\n\n<li>  Module z3c.pt.pagetemplate, line 163, in render</li>\n\n<li>  Module chameleon.zpt.template, line 258, in render</li>\n\n<li>  Module chameleon.template, line 191, in render</li>\n\n<li>  Module chameleon.template, line 171, in render</li>\n\n<li>  Module faf224edc44b255dffdb7defc4cf1e95.py, line 91, in render</li>\n\n<li>  Module a3ff52593d0caaa1555aa60a69d5ceb4.py, line 251, in render_master</li>\n\n<li>  Module five.pt.expressions, line 141, in __call__</li>\n\n<li>  Module Products.PageTemplates.Expressions, line 117, in render</li>\n\n<li>  Module Products.Archetypes.browser.lifecycle, line 17, in begin_edit</li>\n\n<li>  Module zope.event, line 31, in notify</li>\n\n<li>  Module zope.component.event, line 24, in dispatch</li>\n\n<li>  Module zope.component._api, line 136, in subscribers</li>\n\n<li>  Module zope.component.registry, line 321, in subscribers</li>\n\n<li>  Module zope.interface.adapter, line 585, in subscribers</li>\n\n<li>  Module zope.component.event, line 32, in objectEventNotify</li>\n\n<li>  Module zope.component._api, line 136, in subscribers</li>\n\n<li>  Module zope.component.registry, line 321, in subscribers</li>\n\n<li>  Module zope.interface.adapter, line 585, in subscribers</li>\n\n<li>  Module plone.locking.events, line 11, in lockOnEditBegins</li>\n\n<li>  Module plone.locking.lockable, line 46, in lock</li>\n\n</ul><p>AttributeError: lock_on_ttw_edit\n\n - Expression: "lifecycle/begin_edit"\n - Filename:   ... 7.egg/Products/Archetypes/skins/archetypes/base_edit.cpt\n - Location:   (line 6: col 21)\n - Source:     dummy lifecycle/begin_edit;\n                     ^^^^^^^^^^^^^^^^^^^^\n - Arguments:  repeat: {...} (0)\n               template: <ImplicitAcquisitionWrapper atct_edit at 0x7ffe3f15ee60>\n               modules: <instance - at 0x7ffe47940cf8>\n               here: <ImplicitAcquisitionWrapper file.2015-09-06.1727744098 at 0x7ffe420972d0>\n               user: <ImplicitAcquisitionWrapper - at 0x7ffe4158ba50>\n               nothing: <NoneType - at 0x91a870>\n               container: <ImplicitAcquisitionWrapper plone at 0x7ffe4141d2d0>\n               default: <object - at 0x7ffe4f74f410>\n               request: <instance - at 0x7ffe3e3bdcf8>\n               wrapped_repeat: <SafeMapping - at 0x7ffe3e0cc158>\n               traverse_subpath: <list - at 0x7ffe3d2c5320>\n               loop: {...} (0)\n               context: <ImplicitAcquisitionWrapper file.2015-09-06.1727744098 at 0x7ffe420972d0>\n               translate: <function translate at 0x7ffe3de8e6e0>\n               root: <ImplicitAcquisitionWrapper Zope at 0x7ffe3ee5ddc0>\n               options: {...} (2)\n               target_language: <NoneType - at 0x91a870>\n</p>\n                    </div>\n\n                \n\n                \n            </div>\n\n        \n        \n\n\n        </article>\n            </div>\n          </div>\n          <footer class="row">\n            <div class="col-xs-12 col-sm-12">\n             <div id="viewlet-below-content">\n</div>\n            </div>\n          </footer>\n      </div><!--/row-->\n  \n          <div id="column2-container">\n          </div>\n        </main><!--/row-->\n\n      </div><!--/.container-->\n    </div><!-- outer-wrapper --><footer id="portal-footer-wrapper" role="contentinfo">\n      <div class="container" id="portal-footer">\n      <div class="row">\n\t<div class="col-xs-12">\n\t\t\n<div class="portletWrapper" id="portletwrapper-706c6f6e652e666f6f746572706f72746c6574730a636f6e746578740a2f706c6f6e650a666f6f746572" data-portlethash="706c6f6e652e666f6f746572706f72746c6574730a636f6e746578740a2f706c6f6e650a666f6f746572">\n\n\n  \n\n  \n    \n\n  <section class="portlet portletClassic" id="portal-footer-signature">\n    <div class="portletContent">\n      The \n           <a href="http://plone.com">Plone<sup>\xc2\xae</sup> Open Source CMS/WCM</a>\n       is <abbr title="Copyright">\xc2\xa9</abbr> 2000-2015 by the \n           <a href="http://plone.org/foundation">Plone Foundation</a> and friends.\n\n      Distributed under the \n                <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.\n    </div>\n  </section>\n\n\n  \n\n</div>\n\n<div class="portletWrapper" id="portletwrapper-706c6f6e652e666f6f746572706f72746c6574730a636f6e746578740a2f706c6f6e650a616374696f6e73" data-portlethash="706c6f6e652e666f6f746572706f72746c6574730a636f6e746578740a2f706c6f6e650a616374696f6e73">\n\n<section class="portlet portletActions" role="menu">\n\n  \n  <section class="portletContent">\n    <ul>\n      \n        <li class="portletItem">\n          <a href="http://nohost/plone/sitemap">\n\n            <span>Site Map</span>\n\n            \n\n          </a>\n        </li>\n      \n        <li class="portletItem">\n          <a href="http://nohost/plone/accessibility-info">\n\n            <span>Accessibility</span>\n\n            \n\n          </a>\n        </li>\n      \n        <li class="portletItem">\n          <a href="http://nohost/plone/contact-info" class="pat-plone-modal" data-pat-plone-modal="{}">\n\n            <span>Contact</span>\n\n            \n\n          </a>\n        </li>\n      \n    </ul>\n  </section>\n</section>\n\n</div>\n\n<div class="portletWrapper" id="portletwrapper-706c6f6e652e666f6f746572706f72746c6574730a636f6e746578740a2f706c6f6e650a636f6c6f70686f6e" data-portlethash="706c6f6e652e666f6f746572706f72746c6574730a636f6e746578740a2f706c6f6e650a636f6c6f70686f6e">\n\n\n  \n\n  \n    \n\n  <section class="portlet portletClassic" id="portal-colophon">\n    <div class="portletContent">\n      <a href="http://plone.com" target="_blank" title="This site was built using the Plone Open Source CMS/WCM.">Powered by Plone & Python</a>\n    </div>\n  </section>\n\n\n  \n\n</div>\n\n\n\t</div>\n</div>\n\n\n    </div>\n    </footer></body>\n</html>'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 41, in replacement-types.txt
Failed example:
    browser.getLink('Edit').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[17]>", line 1, in <module>
        browser.getLink('Edit').click()
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 328, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 620, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 42, in replacement-types.txt
Failed example:
    browser.getControl(name='title').value = 'Foobar'
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[18]>", line 1, in <module>
        browser.getControl(name='title').value = 'Foobar'
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'title'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 43, in replacement-types.txt
Failed example:
    browser.getControl('Replace with new file').selected = True
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[19]>", line 1, in <module>
        browser.getControl('Replace with new file').selected = True
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Replace with new file'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 44, in replacement-types.txt
Failed example:
    control = browser.getControl(name='file_file')
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[20]>", line 1, in <module>
        control = browser.getControl(name='file_file')
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'file_file'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 45, in replacement-types.txt
Failed example:
    control.filename = 'foobar.pdf'
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[21]>", line 1, in <module>
        control.filename = 'foobar.pdf'
    NameError: name 'control' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 46, in replacement-types.txt
Failed example:
    control.value = StringIO('%PDF-1.4 fake pdf...' + 'foobar' * 1000)
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[22]>", line 1, in <module>
        control.value = StringIO('%PDF-1.4 fake pdf...' + 'foobar' * 1000)
    NameError: name 'control' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 47, in replacement-types.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[23]>", line 1, in <module>
        browser.getControl('Save').click()
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 49, in replacement-types.txt
Failed example:
    browser.url
Expected:
    'http://nohost/plone/.../foo.../view'
Got:
    'http://nohost/plone/Members/test_user_1_/portal_factory/File/file.2015-09-06.1727744098/edit?_authenticator=1df4ccf47c399d2ba208cbffb26c99e58c8c21ec'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 51, in replacement-types.txt
Failed example:
    browser.contents
Expected:
    '...Info...Changes saved...
     ...Foobar...foobar.pdf...PDF document...'
Got:
    '<!DOCTYPE html>\n<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">\n  <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />\n    <title>test_user_1_ \xe2\x80\x94 Plone site</title>\n\n    <link rel="shortcut icon" type="image/x-icon" href="/plone/++theme++barceloneta/barceloneta-favicon.ico" />\n    <link rel="apple-touch-icon" href="/plone/++theme++barceloneta/barceloneta-apple-touch-icon.png" />\n    <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/plone/++theme++barceloneta/barceloneta-apple-touch-icon-144x144-precomposed.png" />\n    <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/plone/++theme++barceloneta/barceloneta-apple-touch-icon-114x114-precomposed.png" />\n    <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/plone/++theme++barceloneta/barceloneta-apple-touch-icon-72x72-precomposed.png" />\n    <link rel="apple-touch-icon-precomposed" sizes="57x57" href="/plone/++theme++barceloneta/barceloneta-apple-touch-icon-57x57-precomposed.png" />\n    <link rel="apple-touch-icon-precomposed" href="/plone/++theme++barceloneta/barceloneta-apple-touch-icon-precomposed.png" />\n\n  \n  <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta content="summary" name="twitter:card" /><meta content="test_user_1_" name="twitter:title" /><meta content="test_user_1_" property="og:title" /><meta content="test_user_1_" itemprop="name" /><meta content="website" property="og:type" /><meta content="test_user_1_ &mdash; Plone site" property="og:site_name" /><meta content="" name="twitter:description" /><meta content="" property="og:description" /><meta content="" itemprop="description" /><meta content="http://nohost/plone/Members/test_user_1_" name="twitter:url" /><meta content="http://nohost/plone/Members/test_user_1_" property="og:url" /><meta content="http://nohost/plone/logo.png" name="twitter:image" /><meta content="http://nohost/plone/logo.png" property="og:image" /><meta content="http://nohost/plone/logo.png" itemprop="image" /><meta content="image/png" property="og:image:type" /><meta name="generator" content="Plone - http://plone.org" /><link rel="author" href="http://nohost/plone/author/test_user_1_" title="Author information" /><link rel="canonical" href="http://nohost/plone/Members/test_user_1_" /><link rel="search" href="http://nohost/plone/@@search" title="Search this site" /><link rel="stylesheet" type="text/css" href="http://nohost/plone/++plone++static/plone-logged-in-compiled.css?version=2015-05-07 00:00:00.000003" data-bundle="plone-logged-in" /><link rel="stylesheet" type="text/css" href="http://nohost/plone/++plone++static/plone-compiled.css?version=2015-05-02 00:00:00.000005" data-bundle="plone" /><link rel="stylesheet" type="text/css" href="http://nohost/plone/++plone++static/plone-legacy-compiled.css?version=2014-08-14 00:00:00.000003" data-bundle="plone-legacy" /><link rel="stylesheet" type="text/css" href="http://nohost/plone//++theme++barceloneta/less/barceloneta-compiled.css" data-bundle="diazo" /><script type="text/javascript" src="http://nohost/plone/++plone++static/components/jquery/dist/jquery.min.js" data-bundle="basic"></script><script type="text/javascript" src="http://nohost/plone/++plone++static/components/requirejs/require.js" data-bundle="basic"></script><script type="text/javascript" src="http://nohost/plone/config.js" data-bundle="basic"></script><script type="text/javascript" src="http://nohost/plone/++plone++static/plone-logged-in-compiled.min.js?version=2015-05-07 00:00:00.000003" data-bundle="plone-logged-in"></script><script type="text/javascript" src="http://nohost/plone/++plone++static/plone-compiled.min.js?version=2015-05-02 00:00:00.000005" data-bundle="plone"></script><script type="text/javascript" src="http://nohost/plone/++plone++static/plone-legacy-compiled.js?version=2014-08-14 00:00:00.000003" data-bundle="plone-legacy"></script></head>\n\n  <body id="visual-portal-wrapper" class="template-default_error_message portaltype-folder site-plone section-Members subsection-test_user_1_ userrole-owner userrole-manager userrole-authenticated plone-toolbar-left plone-toolbar-expanded plone-toolbar-left-expanded" dir="ltr" data-i18ncatalogurl="http://nohost/plone/plonejsi18n" data-view-url="http://nohost/plone/Members/test_user_1_" data-pat-plone-modal="{"actionOptions": {"displayInModal": false}}" data-pat-tinymce="{"loadingBaseUrl": "++plone++static/components/tinymce-builded/js/tinymce", "relatedItems": {"vocabularyUrl": "http://nohost/plone/@@getVocabulary?name=plone.app.vocabularies.Catalog"}, "folderTypes": ["Folder", "Large Plone Folder", "Plone Site"], "prependToScalePart": "/@@images/image/", "linkAttribute": "UID", "prependToUrl": "resolveuid/", "imageTypes": ["Image"], "upload": {"maxFiles": 1, "currentPath": "/Members/test_user_1_", "initialFolder": "ddfbf6180c7747d3ae82d1bc4e1c460d", "baseUrl": "http://nohost/plone", "uploadMultiple": false, "relativePath": "@@fileUpload", "showTitle": false}, "tiny": {"content_css": "http://nohost/plone/++plone++static/plone-compiled.css,http://nohost/plone/++plone++static/tinymce-styles.css,http://nohost/plone/++plone++static/components/tinymce-builded/js/tinymce/skins/lightgray/content.min.css,http://nohost/plone/++theme++barceloneta/less/barceloneta-compiled.css", "external_plugins": {}, "plugins": ["plonelink", "ploneimage", "importcss", "advlist", "directionality", "emoticons", "fullscreen", "hr", "insertdatetime", "lists", "media", "nonbreaking", "noneditable", "pagebreak", "paste", "preview", "print", "save", "searchreplace", "tabfocus", "table", "visualchars", "wordcount", "code"], "toolbar": "undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | unlink plonelink ploneimage", "menubar": ["edit", "table", "format", "toolsview", "insert"], "importcss_file_filter": "http://nohost/plone/++plone++static/tinymce-styles.css", "menu": {"insert": {"items": "link media | template hr", "title": "Insert"}, "format": {"items": "bold italic underline strikethrough superscript subscript | formats | removeformat", "title": "Format"}, "edit": {"items": "undo redo | cut copy paste pastetext | selectall", "title": "Edit"}, "file": {"items": "newdocument", "title": "File"}, "table": {"items": "inserttable tableprops deletetable | cell row column", "title": "Table"}, "tools": {"items": "spellchecker code", "title": "Tools"}, "view": {"items": "visualaid", "title": "View"}}, "entity_encoding": "raw", "style_formats": [{"items": [{"format": "h1", "title": "Header 1"}, {"format": "h2", "title": "Header 2"}, {"format": "h3", "title": "Header 3"}, {"format": "h4", "title": "Header 4"}, {"format": "h5", "title": "Header 5"}, {"format": "h6", "title": "Header 6"}], "title": "Headers"}, {"items": [{"format": "p", "title": "Paragraph"}, {"format": "blockquote", "title": "Blockquote"}, {"format": "div", "title": "Div"}, {"format": "pre", "title": "Pre"}], "title": "Block"}, {"items": [{"format": "bold", "icon": "bold", "title": "Bold"}, {"format": "italic", "icon": "italic", "title": "Italic"}, {"format": "underline", "icon": "underline", "title": "Underline"}, {"format": "strikethrough", "icon": "strikethrough", "title": "Strikethrough"}, {"format": "superscript", "icon": "superscript", "title": "Superscript"}, {"format": "subscript", "icon": "subscript", "title": "Subscript"}, {"format": "code", "icon": "code", "title": "Code"}], "title": "Inline"}, {"items": [{"format": "alignleft", "icon": "alignleft", "title": "Left"}, {"format": "aligncenter", "icon": "aligncenter", "title": "Center"}, {"format": "alignright", "icon": "alignright", "title": "Right"}, {"format": "alignjustify", "icon": "alignjustify", "title": "Justify"}], "title": "Alignment"}], "resize": "both", "formats": {"clearfix": {"classes": "clearfix", "block": "div"}, "discreet": {"inline": "span", "classes": "discreet"}}, "importcss_append": true}, "base_url": "http://nohost/plone/Members/test_user_1_"}" data-portal-url="http://nohost/plone" data-pat-pickadate="{"date": {"selectYears": 200}, "time": {"interval": 5 } }" data-base-url="http://nohost/plone/Members/test_user_1_">\n  <div id="edit-zone" role="toolbar" class="pat-toolbar">\n    <div class="plone-toolbar-container">\n      <a class="plone-toolbar-logo">\n        <img alt="Plone Toolbar" src="http://nohost/plone/++plone++static/plone-toolbarlogo.svg" />\n      </a>\n      \n      <nav role="navigation">\n        <ul class="plone-toolbar-main">\n          \n\n        </ul>\n        <ul id="personal-bar-container">\n          <li id="portal-personaltools" class="plone-toolbar-separator">\n            <a href="http://nohost/plone/useractions">\n              <span class="icon-user" aria-hidden="true"></span>\n              <span>test_user_1_</span>\n              <span class="plone-toolbar-caret"></span>\n            </a>\n            <ul>\n              <li class="plone-toolbar-submenu-header">\n                <span>test_user_1_</span>\n              </li>\n              <li class="user-action">\n                <a href="http://nohost/plone/@@personal-preferences" id="personaltools-preferences" title="Preferences">\n                  Preferences\n                  \n                </a>\n              </li>\n              <li class="user-action">\n                <a href="http://nohost/plone/@@overview-controlpanel" id="personaltools-plone_setup" title="Site Setup">\n                  Site Setup\n                  \n                </a>\n              </li>\n              <li class="user-action">\n                <a href="http://nohost/plone/logout" id="personaltools-logout" title="Log out">\n                  Log out\n                  \n                    <span class="icon-logout"></span>\n                  \n                </a>\n              </li>\n            </ul>\n          </li>\n        </ul>\n      </nav>\n    </div>\n  </div>\n<div class="outer-wrapper">\n      <header id="content-header" role="banner">\n          <div class="container">\n            \n      <div id="portal-header">\n    <a id="portal-logo" title="Plone site" href="http://nohost/plone">\n    <img src="http://nohost/plone/logo.png" alt="Plone site" title="Plone site" /></a>\n\n<div id="portal-searchbox">\n\n    <form id="searchGadget_form" action="http://nohost/plone/@@search" role="search" data-pat-livesearch="ajaxUrl:http://nohost/plone/@@ajax-search" class="pat-livesearch">\n\n        <div class="LSBox">\n        <label class="hiddenStructure" for="searchGadget">Search Site</label>\n\n        <input name="SearchableText" type="text" size="18" id="searchGadget" title="Search Site" placeholder="Search Site" class="searchField" />\n\n        <input class="searchButton" type="submit" value="Search" />\n\n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone/Members/test_user_1_" />\n            <label for="searchbox_currentfolder_only" style="cursor: pointer">only in current section</label>\n        </div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/@@search">Advanced Search\xe2\x80\xa6</a>\n    </div>\n\n</div>\n\n<div id="portal-anontools">\n  \n</div>\n\n\n\n</div>\n\n    \n            <div id="anonymous-actions">\n            </div>\n          </div>\n      </header>\n      <div id="mainnavigation-wrapper">\n        <div id="mainnavigation">\n\n  <p class="hiddenStructure">Navigation</p>\n  <nav class="plone-navbar" id="portal-globalnav-wrapper" role="navigation">\n    <div class="container">\n      <div class="plone-navbar-header">\n        <button type="button" class="plone-navbar-toggle" data-toggle="collapse" data-target="#portal-globalnav-collapse">\n          <span class="sr-only">Toggle navigation</span>\n          <span class="icon-bar"></span>\n          <span class="icon-bar"></span>\n          <span class="icon-bar"></span>\n        </button>\n      </div>\n\n      <div class="plone-collapse plone-navbar-collapse" id="portal-globalnav-collapse">\n        <ul class="plone-nav plone-navbar-nav" id="portal-globalnav">\n            \n              <li id="portaltab-index_html">\n                  <a href="http://nohost/plone" title="">Home</a>\n              </li>\n            \n              <li id="portaltab-news">\n                  <a href="http://nohost/plone/news" title="Site News">News</a>\n              </li>\n            \n              <li id="portaltab-events">\n                  <a href="http://nohost/plone/events" title="Site Events">Events</a>\n              </li>\n            \n              <li id="portaltab-Members" class="selected">\n                  <a href="http://nohost/plone/Members" title="Site Users">Users</a>\n              </li>\n            \n        </ul>\n      </div>\n    </div>\n  </nav>\n\n\n</div>\n      </div>\n      \n      <div id="above-content-wrapper">\n          <section id="viewlet-above-content"><nav id="portal-breadcrumbs" class="plone-breadcrumb" role="navigation">\n  <div class="container">\n    <span id="breadcrumbs-you-are-here" class="hiddenStructure">You are here:</span>\n    <ol aria-labelledby="breadcrumbs-you-are-here">\n      <li id="breadcrumbs-home">\n        <a href="http://nohost/plone">Home</a>\n      </li>\n      <li id="breadcrumbs-1">\n        \n          <a href="http://nohost/plone/Members">Users</a>\n          \n        \n      </li>\n      <li id="breadcrumbs-2">\n        \n          \n          <span id="breadcrumbs-current">test_user_1_</span>\n        \n      </li>\n    </ol>\n  </div>\n</nav>\n\n<div id="plone-lock-status">\n  \n</div>\n</section>\n      </div>\n      <div class="container">\n        <div class="row">\n          <aside id="global_statusmessage">\n      \n\n      <div>\n      </div>\n    </aside>\n        </div>\n\n        <main role="main" id="main-container" class="row row-offcanvas row-offcanvas-right">\n          <div id="column1-container">\n          </div>\n          \n\n      \n\n      <div class="col-xs-12 col-sm-12">\n<!--           <p class="pull-right visible-xs">\n            <button type="button" class="btn btn-primary btn-xs" data-toggle="offcanvas">Toggle nav</button>\n          </p> -->\n          <div class="row">\n            <div class="col-xs-12 col-sm-12">\n               <article id="content">\n\n          \n\n        \n\n        \n\n            <h1 class="documentFirstHeading">We\xe2\x80\x99re sorry, but there seems to be an error\xe2\x80\xa6</h1>\n\n            <div id="content-core">\n                \n                    \n\n                    \n\n                    <div>\n                       <p>Here is the full error message:</p>\n\n                       <p><a href="error_log/getLogEntryAsText?id=1441606173.00.173292632581">Display traceback as text</a></p>\n\n                       <p>Traceback (innermost last):</p>\n<ul>\n\n<li>  Module ZPublisher.Publish, line 138, in publish</li>\n\n<li>  Module ZPublisher.mapply, line 77, in mapply</li>\n\n<li>  Module ZPublisher.Publish, line 48, in call_object</li>\n\n<li>  Module Products.ATContentTypes.tool.factory, line 478, in __call__</li>\n\n<li>  Module ZPublisher.mapply, line 77, in mapply</li>\n\n<li>  Module ZPublisher.Publish, line 48, in call_object</li>\n\n<li>  Module Products.CMFFormController.FSControllerPageTemplate, line 91, in __call__</li>\n\n<li>  Module Products.CMFFormController.BaseControllerPageTemplate, line 32, in _call</li>\n\n<li>  Module Shared.DC.Scripts.Bindings, line 322, in __call__</li>\n\n<li>  Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec</li>\n\n<li>  Module Products.CMFCore.FSPageTemplate, line 237, in _exec</li>\n\n<li>  Module Products.CMFCore.FSPageTemplate, line 177, in pt_render</li>\n\n<li>  Module Products.PageTemplates.PageTemplate, line 79, in pt_render</li>\n\n<li>  Module zope.pagetemplate.pagetemplate, line 132, in pt_render</li>\n\n<li>  Module five.pt.engine, line 93, in __call__</li>\n\n<li>  Module z3c.pt.pagetemplate, line 163, in render</li>\n\n<li>  Module chameleon.zpt.template, line 258, in render</li>\n\n<li>  Module chameleon.template, line 191, in render</li>\n\n<li>  Module chameleon.template, line 171, in render</li>\n\n<li>  Module faf224edc44b255dffdb7defc4cf1e95.py, line 91, in render</li>\n\n<li>  Module a3ff52593d0caaa1555aa60a69d5ceb4.py, line 251, in render_master</li>\n\n<li>  Module five.pt.expressions, line 141, in __call__</li>\n\n<li>  Module Products.PageTemplates.Expressions, line 117, in render</li>\n\n<li>  Module Products.Archetypes.browser.lifecycle, line 17, in begin_edit</li>\n\n<li>  Module zope.event, line 31, in notify</li>\n\n<li>  Module zope.component.event, line 24, in dispatch</li>\n\n<li>  Module zope.component._api, line 136, in subscribers</li>\n\n<li>  Module zope.component.registry, line 321, in subscribers</li>\n\n<li>  Module zope.interface.adapter, line 585, in subscribers</li>\n\n<li>  Module zope.component.event, line 32, in objectEventNotify</li>\n\n<li>  Module zope.component._api, line 136, in subscribers</li>\n\n<li>  Module zope.component.registry, line 321, in subscribers</li>\n\n<li>  Module zope.interface.adapter, line 585, in subscribers</li>\n\n<li>  Module plone.locking.events, line 11, in lockOnEditBegins</li>\n\n<li>  Module plone.locking.lockable, line 46, in lock</li>\n\n</ul><p>AttributeError: lock_on_ttw_edit\n\n - Expression: "lifecycle/begin_edit"\n - Filename:   ... 7.egg/Products/Archetypes/skins/archetypes/base_edit.cpt\n - Location:   (line 6: col 21)\n - Source:     dummy lifecycle/begin_edit;\n                     ^^^^^^^^^^^^^^^^^^^^\n - Arguments:  repeat: {...} (0)\n               template: <ImplicitAcquisitionWrapper atct_edit at 0x7ffe3f15ee60>\n               modules: <instance - at 0x7ffe47940cf8>\n               here: <ImplicitAcquisitionWrapper file.2015-09-06.1727744098 at 0x7ffe420972d0>\n               user: <ImplicitAcquisitionWrapper - at 0x7ffe4158ba50>\n               nothing: <NoneType - at 0x91a870>\n               container: <ImplicitAcquisitionWrapper plone at 0x7ffe4141d2d0>\n               default: <object - at 0x7ffe4f74f410>\n               request: <instance - at 0x7ffe3e3bdcf8>\n               wrapped_repeat: <SafeMapping - at 0x7ffe3e0cc158>\n               traverse_subpath: <list - at 0x7ffe3d2c5320>\n               loop: {...} (0)\n               context: <ImplicitAcquisitionWrapper file.2015-09-06.1727744098 at 0x7ffe420972d0>\n               translate: <function translate at 0x7ffe3de8e6e0>\n               root: <ImplicitAcquisitionWrapper Zope at 0x7ffe3ee5ddc0>\n               options: {...} (2)\n               target_language: <NoneType - at 0x91a870>\n</p>\n                    </div>\n\n                \n\n                \n            </div>\n\n        \n        \n\n\n        </article>\n            </div>\n          </div>\n          <footer class="row">\n            <div class="col-xs-12 col-sm-12">\n             <div id="viewlet-below-content">\n</div>\n            </div>\n          </footer>\n      </div><!--/row-->\n  \n          <div id="column2-container">\n          </div>\n        </main><!--/row-->\n\n      </div><!--/.container-->\n    </div><!-- outer-wrapper --><footer id="portal-footer-wrapper" role="contentinfo">\n      <div class="container" id="portal-footer">\n      <div class="row">\n\t<div class="col-xs-12">\n\t\t\n<div class="portletWrapper" id="portletwrapper-706c6f6e652e666f6f746572706f72746c6574730a636f6e746578740a2f706c6f6e650a666f6f746572" data-portlethash="706c6f6e652e666f6f746572706f72746c6574730a636f6e746578740a2f706c6f6e650a666f6f746572">\n\n\n  \n\n  \n    \n\n  <section class="portlet portletClassic" id="portal-footer-signature">\n    <div class="portletContent">\n      The \n           <a href="http://plone.com">Plone<sup>\xc2\xae</sup> Open Source CMS/WCM</a>\n       is <abbr title="Copyright">\xc2\xa9</abbr> 2000-2015 by the \n           <a href="http://plone.org/foundation">Plone Foundation</a> and friends.\n\n      Distributed under the \n                <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.\n    </div>\n  </section>\n\n\n  \n\n</div>\n\n<div class="portletWrapper" id="portletwrapper-706c6f6e652e666f6f746572706f72746c6574730a636f6e746578740a2f706c6f6e650a616374696f6e73" data-portlethash="706c6f6e652e666f6f746572706f72746c6574730a636f6e746578740a2f706c6f6e650a616374696f6e73">\n\n<section class="portlet portletActions" role="menu">\n\n  \n  <section class="portletContent">\n    <ul>\n      \n        <li class="portletItem">\n          <a href="http://nohost/plone/sitemap">\n\n            <span>Site Map</span>\n\n            \n\n          </a>\n        </li>\n      \n        <li class="portletItem">\n          <a href="http://nohost/plone/accessibility-info">\n\n            <span>Accessibility</span>\n\n            \n\n          </a>\n        </li>\n      \n        <li class="portletItem">\n          <a href="http://nohost/plone/contact-info" class="pat-plone-modal" data-pat-plone-modal="{}">\n\n            <span>Contact</span>\n\n            \n\n          </a>\n        </li>\n      \n    </ul>\n  </section>\n</section>\n\n</div>\n\n<div class="portletWrapper" id="portletwrapper-706c6f6e652e666f6f746572706f72746c6574730a636f6e746578740a2f706c6f6e650a636f6c6f70686f6e" data-portlethash="706c6f6e652e666f6f746572706f72746c6574730a636f6e746578740a2f706c6f6e650a636f6c6f70686f6e">\n\n\n  \n\n  \n    \n\n  <section class="portlet portletClassic" id="portal-colophon">\n    <div class="portletContent">\n      <a href="http://plone.com" target="_blank" title="This site was built using the Plone Open Source CMS/WCM.">Powered by Plone & Python</a>\n    </div>\n  </section>\n\n\n  \n\n</div>\n\n\n\t</div>\n</div>\n\n\n    </div>\n    </footer></body>\n</html>'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 59, in replacement-types.txt
Failed example:
    folder.foo.getPrimaryField().required = False
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[26]>", line 1, in <module>
        folder.foo.getPrimaryField().required = False
    AttributeError: foo
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 61, in replacement-types.txt
Failed example:
    browser.getLink('Edit').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[27]>", line 1, in <module>
        browser.getLink('Edit').click()
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 328, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 620, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 62, in replacement-types.txt
Failed example:
    browser.getControl('Delete current').selected = True
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[28]>", line 1, in <module>
        browser.getControl('Delete current').selected = True
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Delete current'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 63, in replacement-types.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[29]>", line 1, in <module>
        browser.getControl('Save').click()
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 64, in replacement-types.txt
Failed example:
    'Changes saved' in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 71, in replacement-types.txt
Failed example:
    folder.foo.getFile().data
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[32]>", line 1, in <module>
        folder.foo.getFile().data
    AttributeError: foo
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 82, in replacement-types.txt
Failed example:
    browser.getLink(url='createObject?type_name=Image').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[35]>", line 1, in <module>
        browser.getLink(url='createObject?type_name=Image').click()
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 445, in click
        self.browser.mech_browser.follow_link(self.mech_link)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 569, in follow_link
        return self.open(self.click_link(link, **kwds))
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 255, in _mech_open
        raise response
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 85, in replacement-types.txt
Failed example:
    browser.getControl(name='title').value = 'Bar'
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[37]>", line 1, in <module>
        browser.getControl(name='title').value = 'Bar'
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'title'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 86, in replacement-types.txt
Failed example:
    control = browser.getControl(name='image_file')
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[38]>", line 1, in <module>
        control = browser.getControl(name='image_file')
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'image_file'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 87, in replacement-types.txt
Failed example:
    control.filename = 'bar.gif'
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[39]>", line 1, in <module>
        control.filename = 'bar.gif'
    NameError: name 'control' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 88, in replacement-types.txt
Failed example:
    control.value = getFile('image.png')
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[40]>", line 1, in <module>
        control.value = getFile('image.png')
    NameError: name 'control' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 89, in replacement-types.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[41]>", line 1, in <module>
        browser.getControl('Save').click()
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 91, in replacement-types.txt
Failed example:
    browser.url
Expected:
    'http://nohost/plone/.../bar.../view'
Got:
    'http://nohost/plone/Members/test_user_1_/portal_factory/Image/image.2015-09-06.1734824206/edit?_authenticator=b68fb62db42e692a55f654e8b465341b8addcbba'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 93, in replacement-types.txt
Failed example:
    browser.contents
Expected:
    '...Info...Changes saved...
     ...Bar...
     ...<img src="http://.../bar.../image_preview"...title="Bar"...
     ...ull-size... KB...'
Got:
    '<!DOCTYPE html>\n<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">\n  <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />\n    <title>test_user_1_ \xe2\x80\x94 Plone site</title>\n\n    <link rel="shortcut icon" type="image/x-icon" href="/plone/++theme++barceloneta/barceloneta-favicon.ico" />\n    <link rel="apple-touch-icon" href="/plone/++theme++barceloneta/barceloneta-apple-touch-icon.png" />\n    <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/plone/++theme++barceloneta/barceloneta-apple-touch-icon-144x144-precomposed.png" />\n    <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/plone/++theme++barceloneta/barceloneta-apple-touch-icon-114x114-precomposed.png" />\n    <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/plone/++theme++barceloneta/barceloneta-apple-touch-icon-72x72-precomposed.png" />\n    <link rel="apple-touch-icon-precomposed" sizes="57x57" href="/plone/++theme++barceloneta/barceloneta-apple-touch-icon-57x57-precomposed.png" />\n    <link rel="apple-touch-icon-precomposed" href="/plone/++theme++barceloneta/barceloneta-apple-touch-icon-precomposed.png" />\n\n  \n  <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta content="summary" name="twitter:card" /><meta content="test_user_1_" name="twitter:title" /><meta content="test_user_1_" property="og:title" /><meta content="test_user_1_" itemprop="name" /><meta content="website" property="og:type" /><meta content="test_user_1_ &mdash; Plone site" property="og:site_name" /><meta content="" name="twitter:description" /><meta content="" property="og:description" /><meta content="" itemprop="description" /><meta content="http://nohost/plone/Members/test_user_1_" name="twitter:url" /><meta content="http://nohost/plone/Members/test_user_1_" property="og:url" /><meta content="http://nohost/plone/logo.png" name="twitter:image" /><meta content="http://nohost/plone/logo.png" property="og:image" /><meta content="http://nohost/plone/logo.png" itemprop="image" /><meta content="image/png" property="og:image:type" /><meta name="generator" content="Plone - http://plone.org" /><link rel="author" href="http://nohost/plone/author/test_user_1_" title="Author information" /><link rel="canonical" href="http://nohost/plone/Members/test_user_1_" /><link rel="search" href="http://nohost/plone/@@search" title="Search this site" /><link rel="stylesheet" type="text/css" href="http://nohost/plone/++plone++static/plone-logged-in-compiled.css?version=2015-05-07 00:00:00.000003" data-bundle="plone-logged-in" /><link rel="stylesheet" type="text/css" href="http://nohost/plone/++plone++static/plone-compiled.css?version=2015-05-02 00:00:00.000005" data-bundle="plone" /><link rel="stylesheet" type="text/css" href="http://nohost/plone/++plone++static/plone-legacy-compiled.css?version=2014-08-14 00:00:00.000003" data-bundle="plone-legacy" /><link rel="stylesheet" type="text/css" href="http://nohost/plone//++theme++barceloneta/less/barceloneta-compiled.css" data-bundle="diazo" /><script type="text/javascript" src="http://nohost/plone/++plone++static/components/jquery/dist/jquery.min.js" data-bundle="basic"></script><script type="text/javascript" src="http://nohost/plone/++plone++static/components/requirejs/require.js" data-bundle="basic"></script><script type="text/javascript" src="http://nohost/plone/config.js" data-bundle="basic"></script><script type="text/javascript" src="http://nohost/plone/++plone++static/plone-logged-in-compiled.min.js?version=2015-05-07 00:00:00.000003" data-bundle="plone-logged-in"></script><script type="text/javascript" src="http://nohost/plone/++plone++static/plone-compiled.min.js?version=2015-05-02 00:00:00.000005" data-bundle="plone"></script><script type="text/javascript" src="http://nohost/plone/++plone++static/plone-legacy-compiled.js?version=2014-08-14 00:00:00.000003" data-bundle="plone-legacy"></script></head>\n\n  <body id="visual-portal-wrapper" class="template-default_error_message portaltype-folder site-plone section-Members subsection-test_user_1_ userrole-owner userrole-manager userrole-authenticated plone-toolbar-left plone-toolbar-expanded plone-toolbar-left-expanded" dir="ltr" data-i18ncatalogurl="http://nohost/plone/plonejsi18n" data-view-url="http://nohost/plone/Members/test_user_1_" data-pat-plone-modal="{"actionOptions": {"displayInModal": false}}" data-pat-tinymce="{"loadingBaseUrl": "++plone++static/components/tinymce-builded/js/tinymce", "relatedItems": {"vocabularyUrl": "http://nohost/plone/@@getVocabulary?name=plone.app.vocabularies.Catalog"}, "folderTypes": ["Folder", "Large Plone Folder", "Plone Site"], "prependToScalePart": "/@@images/image/", "linkAttribute": "UID", "prependToUrl": "resolveuid/", "imageTypes": ["Image"], "upload": {"maxFiles": 1, "currentPath": "/Members/test_user_1_", "initialFolder": "ddfbf6180c7747d3ae82d1bc4e1c460d", "baseUrl": "http://nohost/plone", "uploadMultiple": false, "relativePath": "@@fileUpload", "showTitle": false}, "tiny": {"content_css": "http://nohost/plone/++plone++static/plone-compiled.css,http://nohost/plone/++plone++static/tinymce-styles.css,http://nohost/plone/++plone++static/components/tinymce-builded/js/tinymce/skins/lightgray/content.min.css,http://nohost/plone/++theme++barceloneta/less/barceloneta-compiled.css", "external_plugins": {}, "plugins": ["plonelink", "ploneimage", "importcss", "advlist", "directionality", "emoticons", "fullscreen", "hr", "insertdatetime", "lists", "media", "nonbreaking", "noneditable", "pagebreak", "paste", "preview", "print", "save", "searchreplace", "tabfocus", "table", "visualchars", "wordcount", "code"], "toolbar": "undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | unlink plonelink ploneimage", "menubar": ["edit", "table", "format", "toolsview", "insert"], "importcss_file_filter": "http://nohost/plone/++plone++static/tinymce-styles.css", "menu": {"insert": {"items": "link media | template hr", "title": "Insert"}, "format": {"items": "bold italic underline strikethrough superscript subscript | formats | removeformat", "title": "Format"}, "edit": {"items": "undo redo | cut copy paste pastetext | selectall", "title": "Edit"}, "file": {"items": "newdocument", "title": "File"}, "table": {"items": "inserttable tableprops deletetable | cell row column", "title": "Table"}, "tools": {"items": "spellchecker code", "title": "Tools"}, "view": {"items": "visualaid", "title": "View"}}, "entity_encoding": "raw", "style_formats": [{"items": [{"format": "h1", "title": "Header 1"}, {"format": "h2", "title": "Header 2"}, {"format": "h3", "title": "Header 3"}, {"format": "h4", "title": "Header 4"}, {"format": "h5", "title": "Header 5"}, {"format": "h6", "title": "Header 6"}], "title": "Headers"}, {"items": [{"format": "p", "title": "Paragraph"}, {"format": "blockquote", "title": "Blockquote"}, {"format": "div", "title": "Div"}, {"format": "pre", "title": "Pre"}], "title": "Block"}, {"items": [{"format": "bold", "icon": "bold", "title": "Bold"}, {"format": "italic", "icon": "italic", "title": "Italic"}, {"format": "underline", "icon": "underline", "title": "Underline"}, {"format": "strikethrough", "icon": "strikethrough", "title": "Strikethrough"}, {"format": "superscript", "icon": "superscript", "title": "Superscript"}, {"format": "subscript", "icon": "subscript", "title": "Subscript"}, {"format": "code", "icon": "code", "title": "Code"}], "title": "Inline"}, {"items": [{"format": "alignleft", "icon": "alignleft", "title": "Left"}, {"format": "aligncenter", "icon": "aligncenter", "title": "Center"}, {"format": "alignright", "icon": "alignright", "title": "Right"}, {"format": "alignjustify", "icon": "alignjustify", "title": "Justify"}], "title": "Alignment"}], "resize": "both", "formats": {"clearfix": {"classes": "clearfix", "block": "div"}, "discreet": {"inline": "span", "classes": "discreet"}}, "importcss_append": true}, "base_url": "http://nohost/plone/Members/test_user_1_"}" data-portal-url="http://nohost/plone" data-pat-pickadate="{"date": {"selectYears": 200}, "time": {"interval": 5 } }" data-base-url="http://nohost/plone/Members/test_user_1_">\n  <div id="edit-zone" role="toolbar" class="pat-toolbar">\n    <div class="plone-toolbar-container">\n      <a class="plone-toolbar-logo">\n        <img alt="Plone Toolbar" src="http://nohost/plone/++plone++static/plone-toolbarlogo.svg" />\n      </a>\n      \n      <nav role="navigation">\n        <ul class="plone-toolbar-main">\n          \n\n        </ul>\n        <ul id="personal-bar-container">\n          <li id="portal-personaltools" class="plone-toolbar-separator">\n            <a href="http://nohost/plone/useractions">\n              <span class="icon-user" aria-hidden="true"></span>\n              <span>test_user_1_</span>\n              <span class="plone-toolbar-caret"></span>\n            </a>\n            <ul>\n              <li class="plone-toolbar-submenu-header">\n                <span>test_user_1_</span>\n              </li>\n              <li class="user-action">\n                <a href="http://nohost/plone/@@personal-preferences" id="personaltools-preferences" title="Preferences">\n                  Preferences\n                  \n                </a>\n              </li>\n              <li class="user-action">\n                <a href="http://nohost/plone/@@overview-controlpanel" id="personaltools-plone_setup" title="Site Setup">\n                  Site Setup\n                  \n                </a>\n              </li>\n              <li class="user-action">\n                <a href="http://nohost/plone/logout" id="personaltools-logout" title="Log out">\n                  Log out\n                  \n                    <span class="icon-logout"></span>\n                  \n                </a>\n              </li>\n            </ul>\n          </li>\n        </ul>\n      </nav>\n    </div>\n  </div>\n<div class="outer-wrapper">\n      <header id="content-header" role="banner">\n          <div class="container">\n            \n      <div id="portal-header">\n    <a id="portal-logo" title="Plone site" href="http://nohost/plone">\n    <img src="http://nohost/plone/logo.png" alt="Plone site" title="Plone site" /></a>\n\n<div id="portal-searchbox">\n\n    <form id="searchGadget_form" action="http://nohost/plone/@@search" role="search" data-pat-livesearch="ajaxUrl:http://nohost/plone/@@ajax-search" class="pat-livesearch">\n\n        <div class="LSBox">\n        <label class="hiddenStructure" for="searchGadget">Search Site</label>\n\n        <input name="SearchableText" type="text" size="18" id="searchGadget" title="Search Site" placeholder="Search Site" class="searchField" />\n\n        <input class="searchButton" type="submit" value="Search" />\n\n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone/Members/test_user_1_" />\n            <label for="searchbox_currentfolder_only" style="cursor: pointer">only in current section</label>\n        </div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/@@search">Advanced Search\xe2\x80\xa6</a>\n    </div>\n\n</div>\n\n<div id="portal-anontools">\n  \n</div>\n\n\n\n</div>\n\n    \n            <div id="anonymous-actions">\n            </div>\n          </div>\n      </header>\n      <div id="mainnavigation-wrapper">\n        <div id="mainnavigation">\n\n  <p class="hiddenStructure">Navigation</p>\n  <nav class="plone-navbar" id="portal-globalnav-wrapper" role="navigation">\n    <div class="container">\n      <div class="plone-navbar-header">\n        <button type="button" class="plone-navbar-toggle" data-toggle="collapse" data-target="#portal-globalnav-collapse">\n          <span class="sr-only">Toggle navigation</span>\n          <span class="icon-bar"></span>\n          <span class="icon-bar"></span>\n          <span class="icon-bar"></span>\n        </button>\n      </div>\n\n      <div class="plone-collapse plone-navbar-collapse" id="portal-globalnav-collapse">\n        <ul class="plone-nav plone-navbar-nav" id="portal-globalnav">\n            \n              <li id="portaltab-index_html">\n                  <a href="http://nohost/plone" title="">Home</a>\n              </li>\n            \n              <li id="portaltab-news">\n                  <a href="http://nohost/plone/news" title="Site News">News</a>\n              </li>\n            \n              <li id="portaltab-events">\n                  <a href="http://nohost/plone/events" title="Site Events">Events</a>\n              </li>\n            \n              <li id="portaltab-Members" class="selected">\n                  <a href="http://nohost/plone/Members" title="Site Users">Users</a>\n              </li>\n            \n        </ul>\n      </div>\n    </div>\n  </nav>\n\n\n</div>\n      </div>\n      \n      <div id="above-content-wrapper">\n          <section id="viewlet-above-content"><nav id="portal-breadcrumbs" class="plone-breadcrumb" role="navigation">\n  <div class="container">\n    <span id="breadcrumbs-you-are-here" class="hiddenStructure">You are here:</span>\n    <ol aria-labelledby="breadcrumbs-you-are-here">\n      <li id="breadcrumbs-home">\n        <a href="http://nohost/plone">Home</a>\n      </li>\n      <li id="breadcrumbs-1">\n        \n          <a href="http://nohost/plone/Members">Users</a>\n          \n        \n      </li>\n      <li id="breadcrumbs-2">\n        \n          \n          <span id="breadcrumbs-current">test_user_1_</span>\n        \n      </li>\n    </ol>\n  </div>\n</nav>\n\n<div id="plone-lock-status">\n  \n</div>\n</section>\n      </div>\n      <div class="container">\n        <div class="row">\n          <aside id="global_statusmessage">\n      \n\n      <div>\n      </div>\n    </aside>\n        </div>\n\n        <main role="main" id="main-container" class="row row-offcanvas row-offcanvas-right">\n          <div id="column1-container">\n          </div>\n          \n\n      \n\n      <div class="col-xs-12 col-sm-12">\n<!--           <p class="pull-right visible-xs">\n            <button type="button" class="btn btn-primary btn-xs" data-toggle="offcanvas">Toggle nav</button>\n          </p> -->\n          <div class="row">\n            <div class="col-xs-12 col-sm-12">\n               <article id="content">\n\n          \n\n        \n\n        \n\n            <h1 class="documentFirstHeading">We\xe2\x80\x99re sorry, but there seems to be an error\xe2\x80\xa6</h1>\n\n            <div id="content-core">\n                \n                    \n\n                    \n\n                    <div>\n                       <p>Here is the full error message:</p>\n\n                       <p><a href="error_log/getLogEntryAsText?id=1441606173.50.115358016799">Display traceback as text</a></p>\n\n                       <p>Traceback (innermost last):</p>\n<ul>\n\n<li>  Module ZPublisher.Publish, line 138, in publish</li>\n\n<li>  Module ZPublisher.mapply, line 77, in mapply</li>\n\n<li>  Module ZPublisher.Publish, line 48, in call_object</li>\n\n<li>  Module Products.ATContentTypes.tool.factory, line 478, in __call__</li>\n\n<li>  Module ZPublisher.mapply, line 77, in mapply</li>\n\n<li>  Module ZPublisher.Publish, line 48, in call_object</li>\n\n<li>  Module Products.CMFFormController.FSControllerPageTemplate, line 91, in __call__</li>\n\n<li>  Module Products.CMFFormController.BaseControllerPageTemplate, line 32, in _call</li>\n\n<li>  Module Shared.DC.Scripts.Bindings, line 322, in __call__</li>\n\n<li>  Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec</li>\n\n<li>  Module Products.CMFCore.FSPageTemplate, line 237, in _exec</li>\n\n<li>  Module Products.CMFCore.FSPageTemplate, line 177, in pt_render</li>\n\n<li>  Module Products.PageTemplates.PageTemplate, line 79, in pt_render</li>\n\n<li>  Module zope.pagetemplate.pagetemplate, line 132, in pt_render</li>\n\n<li>  Module five.pt.engine, line 93, in __call__</li>\n\n<li>  Module z3c.pt.pagetemplate, line 163, in render</li>\n\n<li>  Module chameleon.zpt.template, line 258, in render</li>\n\n<li>  Module chameleon.template, line 191, in render</li>\n\n<li>  Module chameleon.template, line 171, in render</li>\n\n<li>  Module faf224edc44b255dffdb7defc4cf1e95.py, line 91, in render</li>\n\n<li>  Module a3ff52593d0caaa1555aa60a69d5ceb4.py, line 251, in render_master</li>\n\n<li>  Module five.pt.expressions, line 141, in __call__</li>\n\n<li>  Module Products.PageTemplates.Expressions, line 117, in render</li>\n\n<li>  Module Products.Archetypes.browser.lifecycle, line 17, in begin_edit</li>\n\n<li>  Module zope.event, line 31, in notify</li>\n\n<li>  Module zope.component.event, line 24, in dispatch</li>\n\n<li>  Module zope.component._api, line 136, in subscribers</li>\n\n<li>  Module zope.component.registry, line 321, in subscribers</li>\n\n<li>  Module zope.interface.adapter, line 585, in subscribers</li>\n\n<li>  Module zope.component.event, line 32, in objectEventNotify</li>\n\n<li>  Module zope.component._api, line 136, in subscribers</li>\n\n<li>  Module zope.component.registry, line 321, in subscribers</li>\n\n<li>  Module zope.interface.adapter, line 585, in subscribers</li>\n\n<li>  Module plone.locking.events, line 11, in lockOnEditBegins</li>\n\n<li>  Module plone.locking.lockable, line 46, in lock</li>\n\n</ul><p>AttributeError: lock_on_ttw_edit\n\n - Expression: "lifecycle/begin_edit"\n - Filename:   ... 7.egg/Products/Archetypes/skins/archetypes/base_edit.cpt\n - Location:   (line 6: col 21)\n - Source:     dummy lifecycle/begin_edit;\n                     ^^^^^^^^^^^^^^^^^^^^\n - Arguments:  repeat: {...} (0)\n               template: <ImplicitAcquisitionWrapper atct_edit at 0x7ffe411f6690>\n               modules: <instance - at 0x7ffe47940cf8>\n               here: <ImplicitAcquisitionWrapper image.2015-09-06.1734824206 at 0x7ffe411f6c80>\n               user: <ImplicitAcquisitionWrapper - at 0x7ffe411fdfa0>\n               nothing: <NoneType - at 0x91a870>\n               container: <ImplicitAcquisitionWrapper plone at 0x7ffe41207eb0>\n               default: <object - at 0x7ffe4f74f410>\n               request: <instance - at 0x7ffe3d4fd368>\n               wrapped_repeat: <SafeMapping - at 0x7ffe3d488838>\n               traverse_subpath: <list - at 0x7ffe4136b908>\n               loop: {...} (0)\n               context: <ImplicitAcquisitionWrapper image.2015-09-06.1734824206 at 0x7ffe411f6c80>\n               translate: <function translate at 0x7ffe3e68d668>\n               root: <ImplicitAcquisitionWrapper Zope at 0x7ffe41207370>\n               options: {...} (2)\n               target_language: <NoneType - at 0x91a870>\n</p>\n                    </div>\n\n                \n\n                \n            </div>\n\n        \n        \n\n\n        </article>\n            </div>\n          </div>\n          <footer class="row">\n            <div class="col-xs-12 col-sm-12">\n             <div id="viewlet-below-content">\n</div>\n            </div>\n          </footer>\n      </div><!--/row-->\n  \n          <div id="column2-container">\n          </div>\n        </main><!--/row-->\n\n      </div><!--/.container-->\n    </div><!-- outer-wrapper --><footer id="portal-footer-wrapper" role="contentinfo">\n      <div class="container" id="portal-footer">\n      <div class="row">\n\t<div class="col-xs-12">\n\t\t\n<div class="portletWrapper" id="portletwrapper-706c6f6e652e666f6f746572706f72746c6574730a636f6e746578740a2f706c6f6e650a666f6f746572" data-portlethash="706c6f6e652e666f6f746572706f72746c6574730a636f6e746578740a2f706c6f6e650a666f6f746572">\n\n\n  \n\n  \n    \n\n  <section class="portlet portletClassic" id="portal-footer-signature">\n    <div class="portletContent">\n      The \n           <a href="http://plone.com">Plone<sup>\xc2\xae</sup> Open Source CMS/WCM</a>\n       is <abbr title="Copyright">\xc2\xa9</abbr> 2000-2015 by the \n           <a href="http://plone.org/foundation">Plone Foundation</a> and friends.\n\n      Distributed under the \n                <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.\n    </div>\n  </section>\n\n\n  \n\n</div>\n\n<div class="portletWrapper" id="portletwrapper-706c6f6e652e666f6f746572706f72746c6574730a636f6e746578740a2f706c6f6e650a616374696f6e73" data-portlethash="706c6f6e652e666f6f746572706f72746c6574730a636f6e746578740a2f706c6f6e650a616374696f6e73">\n\n<section class="portlet portletActions" role="menu">\n\n  \n  <section class="portletContent">\n    <ul>\n      \n        <li class="portletItem">\n          <a href="http://nohost/plone/sitemap">\n\n            <span>Site Map</span>\n\n            \n\n          </a>\n        </li>\n      \n        <li class="portletItem">\n          <a href="http://nohost/plone/accessibility-info">\n\n            <span>Accessibility</span>\n\n            \n\n          </a>\n        </li>\n      \n        <li class="portletItem">\n          <a href="http://nohost/plone/contact-info" class="pat-plone-modal" data-pat-plone-modal="{}">\n\n            <span>Contact</span>\n\n            \n\n          </a>\n        </li>\n      \n    </ul>\n  </section>\n</section>\n\n</div>\n\n<div class="portletWrapper" id="portletwrapper-706c6f6e652e666f6f746572706f72746c6574730a636f6e746578740a2f706c6f6e650a636f6c6f70686f6e" data-portlethash="706c6f6e652e666f6f746572706f72746c6574730a636f6e746578740a2f706c6f6e650a636f6c6f70686f6e">\n\n\n  \n\n  \n    \n\n  <section class="portlet portletClassic" id="portal-colophon">\n    <div class="portletContent">\n      <a href="http://plone.com" target="_blank" title="This site was built using the Plone Open Source CMS/WCM.">Powered by Plone & Python</a>\n    </div>\n  </section>\n\n\n  \n\n</div>\n\n\n\t</div>\n</div>\n\n\n    </div>\n    </footer></body>\n</html>'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 102, in replacement-types.txt
Failed example:
    browser.open('image_preview')
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[44]>", line 1, in <module>
        browser.open('image_preview')
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 255, in _mech_open
        raise response
    HTTPError: HTTP Error 404: Not Found
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 106, in replacement-types.txt
Failed example:
    browser.getLink('Edit').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[47]>", line 1, in <module>
        browser.getLink('Edit').click()
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 328, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 620, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 107, in replacement-types.txt
Failed example:
    browser.getControl(name='title').value = 'Foobar'
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[48]>", line 1, in <module>
        browser.getControl(name='title').value = 'Foobar'
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'title'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 108, in replacement-types.txt
Failed example:
    browser.getControl('Replace with new image').selected = True
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[49]>", line 1, in <module>
        browser.getControl('Replace with new image').selected = True
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Replace with new image'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 109, in replacement-types.txt
Failed example:
    control = browser.getControl(name='image_file')
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[50]>", line 1, in <module>
        control = browser.getControl(name='image_file')
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'image_file'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 110, in replacement-types.txt
Failed example:
    control.filename = 'foobar.gif'
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[51]>", line 1, in <module>
        control.filename = 'foobar.gif'
    NameError: name 'control' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 111, in replacement-types.txt
Failed example:
    control.value = getFile('image.gif')
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[52]>", line 1, in <module>
        control.value = getFile('image.gif')
    NameError: name 'control' is not defined
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 112, in replacement-types.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[53]>", line 1, in <module>
        browser.getControl('Save').click()
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 114, in replacement-types.txt
Failed example:
    browser.url
Expected:
    'http://nohost/plone/.../bar.../view'
Got:
    'http://nohost/plone/Members/test_user_1_/portal_factory/Image/image.2015-09-06.1734824206/edit?_authenticator=b68fb62db42e692a55f654e8b465341b8addcbba'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 116, in replacement-types.txt
Failed example:
    browser.contents
Expected:
    '...Info...Changes saved...
     ...Foobar...
     ...<img src="http://.../bar.../image_preview"...title="Foobar"...
     ...ull-size...1 KB...'
Got:
    '<!DOCTYPE html>\n<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">\n  <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />\n    <title>test_user_1_ \xe2\x80\x94 Plone site</title>\n\n    <link rel="shortcut icon" type="image/x-icon" href="/plone/++theme++barceloneta/barceloneta-favicon.ico" />\n    <link rel="apple-touch-icon" href="/plone/++theme++barceloneta/barceloneta-apple-touch-icon.png" />\n    <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/plone/++theme++barceloneta/barceloneta-apple-touch-icon-144x144-precomposed.png" />\n    <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/plone/++theme++barceloneta/barceloneta-apple-touch-icon-114x114-precomposed.png" />\n    <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/plone/++theme++barceloneta/barceloneta-apple-touch-icon-72x72-precomposed.png" />\n    <link rel="apple-touch-icon-precomposed" sizes="57x57" href="/plone/++theme++barceloneta/barceloneta-apple-touch-icon-57x57-precomposed.png" />\n    <link rel="apple-touch-icon-precomposed" href="/plone/++theme++barceloneta/barceloneta-apple-touch-icon-precomposed.png" />\n\n  \n  <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta content="summary" name="twitter:card" /><meta content="test_user_1_" name="twitter:title" /><meta content="test_user_1_" property="og:title" /><meta content="test_user_1_" itemprop="name" /><meta content="website" property="og:type" /><meta content="test_user_1_ &mdash; Plone site" property="og:site_name" /><meta content="" name="twitter:description" /><meta content="" property="og:description" /><meta content="" itemprop="description" /><meta content="http://nohost/plone/Members/test_user_1_" name="twitter:url" /><meta content="http://nohost/plone/Members/test_user_1_" property="og:url" /><meta content="http://nohost/plone/logo.png" name="twitter:image" /><meta content="http://nohost/plone/logo.png" property="og:image" /><meta content="http://nohost/plone/logo.png" itemprop="image" /><meta content="image/png" property="og:image:type" /><meta name="generator" content="Plone - http://plone.org" /><link rel="author" href="http://nohost/plone/author/test_user_1_" title="Author information" /><link rel="canonical" href="http://nohost/plone/Members/test_user_1_" /><link rel="search" href="http://nohost/plone/@@search" title="Search this site" /><link rel="stylesheet" type="text/css" href="http://nohost/plone/++plone++static/plone-logged-in-compiled.css?version=2015-05-07 00:00:00.000003" data-bundle="plone-logged-in" /><link rel="stylesheet" type="text/css" href="http://nohost/plone/++plone++static/plone-compiled.css?version=2015-05-02 00:00:00.000005" data-bundle="plone" /><link rel="stylesheet" type="text/css" href="http://nohost/plone/++plone++static/plone-legacy-compiled.css?version=2014-08-14 00:00:00.000003" data-bundle="plone-legacy" /><link rel="stylesheet" type="text/css" href="http://nohost/plone//++theme++barceloneta/less/barceloneta-compiled.css" data-bundle="diazo" /><script type="text/javascript" src="http://nohost/plone/++plone++static/components/jquery/dist/jquery.min.js" data-bundle="basic"></script><script type="text/javascript" src="http://nohost/plone/++plone++static/components/requirejs/require.js" data-bundle="basic"></script><script type="text/javascript" src="http://nohost/plone/config.js" data-bundle="basic"></script><script type="text/javascript" src="http://nohost/plone/++plone++static/plone-logged-in-compiled.min.js?version=2015-05-07 00:00:00.000003" data-bundle="plone-logged-in"></script><script type="text/javascript" src="http://nohost/plone/++plone++static/plone-compiled.min.js?version=2015-05-02 00:00:00.000005" data-bundle="plone"></script><script type="text/javascript" src="http://nohost/plone/++plone++static/plone-legacy-compiled.js?version=2014-08-14 00:00:00.000003" data-bundle="plone-legacy"></script></head>\n\n  <body id="visual-portal-wrapper" class="template-default_error_message portaltype-folder site-plone section-Members subsection-test_user_1_ userrole-owner userrole-manager userrole-authenticated plone-toolbar-left plone-toolbar-expanded plone-toolbar-left-expanded" dir="ltr" data-i18ncatalogurl="http://nohost/plone/plonejsi18n" data-view-url="http://nohost/plone/Members/test_user_1_" data-pat-plone-modal="{"actionOptions": {"displayInModal": false}}" data-pat-tinymce="{"loadingBaseUrl": "++plone++static/components/tinymce-builded/js/tinymce", "relatedItems": {"vocabularyUrl": "http://nohost/plone/@@getVocabulary?name=plone.app.vocabularies.Catalog"}, "folderTypes": ["Folder", "Large Plone Folder", "Plone Site"], "prependToScalePart": "/@@images/image/", "linkAttribute": "UID", "prependToUrl": "resolveuid/", "imageTypes": ["Image"], "upload": {"maxFiles": 1, "currentPath": "/Members/test_user_1_", "initialFolder": "ddfbf6180c7747d3ae82d1bc4e1c460d", "baseUrl": "http://nohost/plone", "uploadMultiple": false, "relativePath": "@@fileUpload", "showTitle": false}, "tiny": {"content_css": "http://nohost/plone/++plone++static/plone-compiled.css,http://nohost/plone/++plone++static/tinymce-styles.css,http://nohost/plone/++plone++static/components/tinymce-builded/js/tinymce/skins/lightgray/content.min.css,http://nohost/plone/++theme++barceloneta/less/barceloneta-compiled.css", "external_plugins": {}, "plugins": ["plonelink", "ploneimage", "importcss", "advlist", "directionality", "emoticons", "fullscreen", "hr", "insertdatetime", "lists", "media", "nonbreaking", "noneditable", "pagebreak", "paste", "preview", "print", "save", "searchreplace", "tabfocus", "table", "visualchars", "wordcount", "code"], "toolbar": "undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | unlink plonelink ploneimage", "menubar": ["edit", "table", "format", "toolsview", "insert"], "importcss_file_filter": "http://nohost/plone/++plone++static/tinymce-styles.css", "menu": {"insert": {"items": "link media | template hr", "title": "Insert"}, "format": {"items": "bold italic underline strikethrough superscript subscript | formats | removeformat", "title": "Format"}, "edit": {"items": "undo redo | cut copy paste pastetext | selectall", "title": "Edit"}, "file": {"items": "newdocument", "title": "File"}, "table": {"items": "inserttable tableprops deletetable | cell row column", "title": "Table"}, "tools": {"items": "spellchecker code", "title": "Tools"}, "view": {"items": "visualaid", "title": "View"}}, "entity_encoding": "raw", "style_formats": [{"items": [{"format": "h1", "title": "Header 1"}, {"format": "h2", "title": "Header 2"}, {"format": "h3", "title": "Header 3"}, {"format": "h4", "title": "Header 4"}, {"format": "h5", "title": "Header 5"}, {"format": "h6", "title": "Header 6"}], "title": "Headers"}, {"items": [{"format": "p", "title": "Paragraph"}, {"format": "blockquote", "title": "Blockquote"}, {"format": "div", "title": "Div"}, {"format": "pre", "title": "Pre"}], "title": "Block"}, {"items": [{"format": "bold", "icon": "bold", "title": "Bold"}, {"format": "italic", "icon": "italic", "title": "Italic"}, {"format": "underline", "icon": "underline", "title": "Underline"}, {"format": "strikethrough", "icon": "strikethrough", "title": "Strikethrough"}, {"format": "superscript", "icon": "superscript", "title": "Superscript"}, {"format": "subscript", "icon": "subscript", "title": "Subscript"}, {"format": "code", "icon": "code", "title": "Code"}], "title": "Inline"}, {"items": [{"format": "alignleft", "icon": "alignleft", "title": "Left"}, {"format": "aligncenter", "icon": "aligncenter", "title": "Center"}, {"format": "alignright", "icon": "alignright", "title": "Right"}, {"format": "alignjustify", "icon": "alignjustify", "title": "Justify"}], "title": "Alignment"}], "resize": "both", "formats": {"clearfix": {"classes": "clearfix", "block": "div"}, "discreet": {"inline": "span", "classes": "discreet"}}, "importcss_append": true}, "base_url": "http://nohost/plone/Members/test_user_1_"}" data-portal-url="http://nohost/plone" data-pat-pickadate="{"date": {"selectYears": 200}, "time": {"interval": 5 } }" data-base-url="http://nohost/plone/Members/test_user_1_">\n  <div id="edit-zone" role="toolbar" class="pat-toolbar">\n    <div class="plone-toolbar-container">\n      <a class="plone-toolbar-logo">\n        <img alt="Plone Toolbar" src="http://nohost/plone/++plone++static/plone-toolbarlogo.svg" />\n      </a>\n      \n      <nav role="navigation">\n        <ul class="plone-toolbar-main">\n          \n\n        </ul>\n        <ul id="personal-bar-container">\n          <li id="portal-personaltools" class="plone-toolbar-separator">\n            <a href="http://nohost/plone/useractions">\n              <span class="icon-user" aria-hidden="true"></span>\n              <span>test_user_1_</span>\n              <span class="plone-toolbar-caret"></span>\n            </a>\n            <ul>\n              <li class="plone-toolbar-submenu-header">\n                <span>test_user_1_</span>\n              </li>\n              <li class="user-action">\n                <a href="http://nohost/plone/@@personal-preferences" id="personaltools-preferences" title="Preferences">\n                  Preferences\n                  \n                </a>\n              </li>\n              <li class="user-action">\n                <a href="http://nohost/plone/@@overview-controlpanel" id="personaltools-plone_setup" title="Site Setup">\n                  Site Setup\n                  \n                </a>\n              </li>\n              <li class="user-action">\n                <a href="http://nohost/plone/logout" id="personaltools-logout" title="Log out">\n                  Log out\n                  \n                    <span class="icon-logout"></span>\n                  \n                </a>\n              </li>\n            </ul>\n          </li>\n        </ul>\n      </nav>\n    </div>\n  </div>\n<div class="outer-wrapper">\n      <header id="content-header" role="banner">\n          <div class="container">\n            \n      <div id="portal-header">\n    <a id="portal-logo" title="Plone site" href="http://nohost/plone">\n    <img src="http://nohost/plone/logo.png" alt="Plone site" title="Plone site" /></a>\n\n<div id="portal-searchbox">\n\n    <form id="searchGadget_form" action="http://nohost/plone/@@search" role="search" data-pat-livesearch="ajaxUrl:http://nohost/plone/@@ajax-search" class="pat-livesearch">\n\n        <div class="LSBox">\n        <label class="hiddenStructure" for="searchGadget">Search Site</label>\n\n        <input name="SearchableText" type="text" size="18" id="searchGadget" title="Search Site" placeholder="Search Site" class="searchField" />\n\n        <input class="searchButton" type="submit" value="Search" />\n\n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone/Members/test_user_1_" />\n            <label for="searchbox_currentfolder_only" style="cursor: pointer">only in current section</label>\n        </div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/@@search">Advanced Search\xe2\x80\xa6</a>\n    </div>\n\n</div>\n\n<div id="portal-anontools">\n  \n</div>\n\n\n\n</div>\n\n    \n            <div id="anonymous-actions">\n            </div>\n          </div>\n      </header>\n      <div id="mainnavigation-wrapper">\n        <div id="mainnavigation">\n\n  <p class="hiddenStructure">Navigation</p>\n  <nav class="plone-navbar" id="portal-globalnav-wrapper" role="navigation">\n    <div class="container">\n      <div class="plone-navbar-header">\n        <button type="button" class="plone-navbar-toggle" data-toggle="collapse" data-target="#portal-globalnav-collapse">\n          <span class="sr-only">Toggle navigation</span>\n          <span class="icon-bar"></span>\n          <span class="icon-bar"></span>\n          <span class="icon-bar"></span>\n        </button>\n      </div>\n\n      <div class="plone-collapse plone-navbar-collapse" id="portal-globalnav-collapse">\n        <ul class="plone-nav plone-navbar-nav" id="portal-globalnav">\n            \n              <li id="portaltab-index_html">\n                  <a href="http://nohost/plone" title="">Home</a>\n              </li>\n            \n              <li id="portaltab-news">\n                  <a href="http://nohost/plone/news" title="Site News">News</a>\n              </li>\n            \n              <li id="portaltab-events">\n                  <a href="http://nohost/plone/events" title="Site Events">Events</a>\n              </li>\n            \n              <li id="portaltab-Members" class="selected">\n                  <a href="http://nohost/plone/Members" title="Site Users">Users</a>\n              </li>\n            \n        </ul>\n      </div>\n    </div>\n  </nav>\n\n\n</div>\n      </div>\n      \n      <div id="above-content-wrapper">\n          <section id="viewlet-above-content"><nav id="portal-breadcrumbs" class="plone-breadcrumb" role="navigation">\n  <div class="container">\n    <span id="breadcrumbs-you-are-here" class="hiddenStructure">You are here:</span>\n    <ol aria-labelledby="breadcrumbs-you-are-here">\n      <li id="breadcrumbs-home">\n        <a href="http://nohost/plone">Home</a>\n      </li>\n      <li id="breadcrumbs-1">\n        \n          <a href="http://nohost/plone/Members">Users</a>\n          \n        \n      </li>\n      <li id="breadcrumbs-2">\n        \n          \n          <span id="breadcrumbs-current">test_user_1_</span>\n        \n      </li>\n    </ol>\n  </div>\n</nav>\n\n<div id="plone-lock-status">\n  \n</div>\n</section>\n      </div>\n      <div class="container">\n        <div class="row">\n          <aside id="global_statusmessage">\n      \n\n      <div>\n      </div>\n    </aside>\n        </div>\n\n        <main role="main" id="main-container" class="row row-offcanvas row-offcanvas-right">\n          <div id="column1-container">\n          </div>\n          \n\n      \n\n      <div class="col-xs-12 col-sm-12">\n<!--           <p class="pull-right visible-xs">\n            <button type="button" class="btn btn-primary btn-xs" data-toggle="offcanvas">Toggle nav</button>\n          </p> -->\n          <div class="row">\n            <div class="col-xs-12 col-sm-12">\n               <article id="content">\n\n          \n\n        \n\n        \n\n            <h1 class="documentFirstHeading">We\xe2\x80\x99re sorry, but there seems to be an error\xe2\x80\xa6</h1>\n\n            <div id="content-core">\n                \n                    \n\n                    \n\n                    <div>\n                       <p>Here is the full error message:</p>\n\n                       <p><a href="error_log/getLogEntryAsText?id=1441606173.50.115358016799">Display traceback as text</a></p>\n\n                       <p>Traceback (innermost last):</p>\n<ul>\n\n<li>  Module ZPublisher.Publish, line 138, in publish</li>\n\n<li>  Module ZPublisher.mapply, line 77, in mapply</li>\n\n<li>  Module ZPublisher.Publish, line 48, in call_object</li>\n\n<li>  Module Products.ATContentTypes.tool.factory, line 478, in __call__</li>\n\n<li>  Module ZPublisher.mapply, line 77, in mapply</li>\n\n<li>  Module ZPublisher.Publish, line 48, in call_object</li>\n\n<li>  Module Products.CMFFormController.FSControllerPageTemplate, line 91, in __call__</li>\n\n<li>  Module Products.CMFFormController.BaseControllerPageTemplate, line 32, in _call</li>\n\n<li>  Module Shared.DC.Scripts.Bindings, line 322, in __call__</li>\n\n<li>  Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec</li>\n\n<li>  Module Products.CMFCore.FSPageTemplate, line 237, in _exec</li>\n\n<li>  Module Products.CMFCore.FSPageTemplate, line 177, in pt_render</li>\n\n<li>  Module Products.PageTemplates.PageTemplate, line 79, in pt_render</li>\n\n<li>  Module zope.pagetemplate.pagetemplate, line 132, in pt_render</li>\n\n<li>  Module five.pt.engine, line 93, in __call__</li>\n\n<li>  Module z3c.pt.pagetemplate, line 163, in render</li>\n\n<li>  Module chameleon.zpt.template, line 258, in render</li>\n\n<li>  Module chameleon.template, line 191, in render</li>\n\n<li>  Module chameleon.template, line 171, in render</li>\n\n<li>  Module faf224edc44b255dffdb7defc4cf1e95.py, line 91, in render</li>\n\n<li>  Module a3ff52593d0caaa1555aa60a69d5ceb4.py, line 251, in render_master</li>\n\n<li>  Module five.pt.expressions, line 141, in __call__</li>\n\n<li>  Module Products.PageTemplates.Expressions, line 117, in render</li>\n\n<li>  Module Products.Archetypes.browser.lifecycle, line 17, in begin_edit</li>\n\n<li>  Module zope.event, line 31, in notify</li>\n\n<li>  Module zope.component.event, line 24, in dispatch</li>\n\n<li>  Module zope.component._api, line 136, in subscribers</li>\n\n<li>  Module zope.component.registry, line 321, in subscribers</li>\n\n<li>  Module zope.interface.adapter, line 585, in subscribers</li>\n\n<li>  Module zope.component.event, line 32, in objectEventNotify</li>\n\n<li>  Module zope.component._api, line 136, in subscribers</li>\n\n<li>  Module zope.component.registry, line 321, in subscribers</li>\n\n<li>  Module zope.interface.adapter, line 585, in subscribers</li>\n\n<li>  Module plone.locking.events, line 11, in lockOnEditBegins</li>\n\n<li>  Module plone.locking.lockable, line 46, in lock</li>\n\n</ul><p>AttributeError: lock_on_ttw_edit\n\n - Expression: "lifecycle/begin_edit"\n - Filename:   ... 7.egg/Products/Archetypes/skins/archetypes/base_edit.cpt\n - Location:   (line 6: col 21)\n - Source:     dummy lifecycle/begin_edit;\n                     ^^^^^^^^^^^^^^^^^^^^\n - Arguments:  repeat: {...} (0)\n               template: <ImplicitAcquisitionWrapper atct_edit at 0x7ffe411f6690>\n               modules: <instance - at 0x7ffe47940cf8>\n               here: <ImplicitAcquisitionWrapper image.2015-09-06.1734824206 at 0x7ffe411f6c80>\n               user: <ImplicitAcquisitionWrapper - at 0x7ffe411fdfa0>\n               nothing: <NoneType - at 0x91a870>\n               container: <ImplicitAcquisitionWrapper plone at 0x7ffe41207eb0>\n               default: <object - at 0x7ffe4f74f410>\n               request: <instance - at 0x7ffe3d4fd368>\n               wrapped_repeat: <SafeMapping - at 0x7ffe3d488838>\n               traverse_subpath: <list - at 0x7ffe4136b908>\n               loop: {...} (0)\n               context: <ImplicitAcquisitionWrapper image.2015-09-06.1734824206 at 0x7ffe411f6c80>\n               translate: <function translate at 0x7ffe3e68d668>\n               root: <ImplicitAcquisitionWrapper Zope at 0x7ffe41207370>\n               options: {...} (2)\n               target_language: <NoneType - at 0x91a870>\n</p>\n                    </div>\n\n                \n\n                \n            </div>\n\n        \n        \n\n\n        </article>\n            </div>\n          </div>\n          <footer class="row">\n            <div class="col-xs-12 col-sm-12">\n             <div id="viewlet-below-content">\n</div>\n            </div>\n          </footer>\n      </div><!--/row-->\n  \n          <div id="column2-container">\n          </div>\n        </main><!--/row-->\n\n      </div><!--/.container-->\n    </div><!-- outer-wrapper --><footer id="portal-footer-wrapper" role="contentinfo">\n      <div class="container" id="portal-footer">\n      <div class="row">\n\t<div class="col-xs-12">\n\t\t\n<div class="portletWrapper" id="portletwrapper-706c6f6e652e666f6f746572706f72746c6574730a636f6e746578740a2f706c6f6e650a666f6f746572" data-portlethash="706c6f6e652e666f6f746572706f72746c6574730a636f6e746578740a2f706c6f6e650a666f6f746572">\n\n\n  \n\n  \n    \n\n  <section class="portlet portletClassic" id="portal-footer-signature">\n    <div class="portletContent">\n      The \n           <a href="http://plone.com">Plone<sup>\xc2\xae</sup> Open Source CMS/WCM</a>\n       is <abbr title="Copyright">\xc2\xa9</abbr> 2000-2015 by the \n           <a href="http://plone.org/foundation">Plone Foundation</a> and friends.\n\n      Distributed under the \n                <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.\n    </div>\n  </section>\n\n\n  \n\n</div>\n\n<div class="portletWrapper" id="portletwrapper-706c6f6e652e666f6f746572706f72746c6574730a636f6e746578740a2f706c6f6e650a616374696f6e73" data-portlethash="706c6f6e652e666f6f746572706f72746c6574730a636f6e746578740a2f706c6f6e650a616374696f6e73">\n\n<section class="portlet portletActions" role="menu">\n\n  \n  <section class="portletContent">\n    <ul>\n      \n        <li class="portletItem">\n          <a href="http://nohost/plone/sitemap">\n\n            <span>Site Map</span>\n\n            \n\n          </a>\n        </li>\n      \n        <li class="portletItem">\n          <a href="http://nohost/plone/accessibility-info">\n\n            <span>Accessibility</span>\n\n            \n\n          </a>\n        </li>\n      \n        <li class="portletItem">\n          <a href="http://nohost/plone/contact-info" class="pat-plone-modal" data-pat-plone-modal="{}">\n\n            <span>Contact</span>\n\n            \n\n          </a>\n        </li>\n      \n    </ul>\n  </section>\n</section>\n\n</div>\n\n<div class="portletWrapper" id="portletwrapper-706c6f6e652e666f6f746572706f72746c6574730a636f6e746578740a2f706c6f6e650a636f6c6f70686f6e" data-portlethash="706c6f6e652e666f6f746572706f72746c6574730a636f6e746578740a2f706c6f6e650a636f6c6f70686f6e">\n\n\n  \n\n  \n    \n\n  <section class="portlet portletClassic" id="portal-colophon">\n    <div class="portletContent">\n      <a href="http://plone.com" target="_blank" title="This site was built using the Plone Open Source CMS/WCM.">Powered by Plone & Python</a>\n    </div>\n  </section>\n\n\n  \n\n</div>\n\n\n\t</div>\n</div>\n\n\n    </div>\n    </footer></body>\n</html>'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 124, in replacement-types.txt
Failed example:
    browser.open('image_preview')
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[56]>", line 1, in <module>
        browser.open('image_preview')
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 255, in _mech_open
        raise response
    HTTPError: HTTP Error 404: Not Found
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 126, in replacement-types.txt
Failed example:
    original == current
Expected:
    False
Got:
    True
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 135, in replacement-types.txt
Failed example:
    browser.open(url)
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[62]>", line 1, in <module>
        browser.open(url)
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 255, in _mech_open
        raise response
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 136, in replacement-types.txt
Failed example:
    browser.contents == gif
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 138, in replacement-types.txt
Failed example:
    browser.headers.getheader('status').upper()
Expected:
    '200 OK'
Got:
    '500 INTERNAL SERVER ERROR'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 140, in replacement-types.txt
Failed example:
    browser.headers.getheader('content-type')
Expected:
    'image/gif'
Got:
    'text/html; charset=UTF-8'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 142, in replacement-types.txt
Failed example:
    browser.headers.getheader('content-disposition')
Expected:
    'inline; filename="foobar.gif"'
Got nothing
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 148, in replacement-types.txt
Failed example:
    browser.contents == gif
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 152, in replacement-types.txt
Failed example:
    browser.headers.getheader('content-type')
Expected:
    'image/gif'
Got:
    'text/html; charset=UTF-8'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 154, in replacement-types.txt
Failed example:
    browser.headers.getheader('content-disposition')
Expected:
    'inline; filename="foobar.gif"'
Got nothing
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 160, in replacement-types.txt
Failed example:
    browser.contents
Expected:
    'GIF87a...'
Got:
    '<!DOCTYPE html>\n<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">\n  <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />\n    <title>Plone site</title>\n\n    <link rel="shortcut icon" type="image/x-icon" href="/plone/++theme++barceloneta/barceloneta-favicon.ico" />\n    <link rel="apple-touch-icon" href="/plone/++theme++barceloneta/barceloneta-apple-touch-icon.png" />\n    <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/plone/++theme++barceloneta/barceloneta-apple-touch-icon-144x144-precomposed.png" />\n    <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/plone/++theme++barceloneta/barceloneta-apple-touch-icon-114x114-precomposed.png" />\n    <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/plone/++theme++barceloneta/barceloneta-apple-touch-icon-72x72-precomposed.png" />\n    <link rel="apple-touch-icon-precomposed" sizes="57x57" href="/plone/++theme++barceloneta/barceloneta-apple-touch-icon-57x57-precomposed.png" />\n    <link rel="apple-touch-icon-precomposed" href="/plone/++theme++barceloneta/barceloneta-apple-touch-icon-precomposed.png" />\n\n  \n  <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta content="summary" name="twitter:card" /><meta content="Plone site" name="twitter:title" /><meta content="Plone site" property="og:title" /><meta content="Plone site" itemprop="name" /><meta content="website" property="og:type" /><meta content="Plone site" property="og:site_name" /><meta content="" name="twitter:description" /><meta content="" property="og:description" /><meta content="" itemprop="description" /><meta content="http://nohost/plone" name="twitter:url" /><meta content="http://nohost/plone" property="og:url" /><meta content="http://nohost/plone/logo.png" name="twitter:image" /><meta content="http://nohost/plone/logo.png" property="og:image" /><meta content="http://nohost/plone/logo.png" itemprop="image" /><meta content="image/png" property="og:image:type" /><meta name="generator" content="Plone - http://plone.org" /><link rel="author" href="http://nohost/plone/author/" title="Author information" /><link rel="canonical" href="http://nohost/plone" /><link rel="alternate" href="http://nohost/plone/news/aggregator/RSS" title="News - RSS 1.0" type="application/rss+xml" /><link rel="alternate" href="http://nohost/plone/news/aggregator/rss.xml" title="News - RSS 2.0" type="application/rss+xml" /><link rel="alternate" href="http://nohost/plone/news/aggregator/atom.xml" title="News - Atom" type="application/rss+xml" /><link rel="alternate" href="http://nohost/plone/RSS" title="Plone site - RSS 1.0" type="application/rss+xml" /><link rel="alternate" href="http://nohost/plone/rss.xml" title="Plone site - RSS 2.0" type="application/rss+xml" /><link rel="alternate" href="http://nohost/plone/atom.xml" title="Plone site - Atom" type="application/rss+xml" /><link rel="search" href="http://nohost/plone/@@search" title="Search this site" /><link rel="stylesheet" type="text/css" href="http://nohost/plone/++plone++static/plone-logged-in-compiled.css?version=2015-05-07 00:00:00.000003" data-bundle="plone-logged-in" /><link rel="stylesheet" type="text/css" href="http://nohost/plone/++plone++static/plone-compiled.css?version=2015-05-02 00:00:00.000005" data-bundle="plone" /><link rel="stylesheet" type="text/css" href="http://nohost/plone/++plone++static/plone-legacy-compiled.css?version=2014-08-14 00:00:00.000003" data-bundle="plone-legacy" /><link rel="stylesheet" type="text/css" href="http://nohost/plone//++theme++barceloneta/less/barceloneta-compiled.css" data-bundle="diazo" /><script type="text/javascript" src="http://nohost/plone/++plone++static/components/jquery/dist/jquery.min.js" data-bundle="basic"></script><script type="text/javascript" src="http://nohost/plone/++plone++static/components/requirejs/require.js" data-bundle="basic"></script><script type="text/javascript" src="http://nohost/plone/config.js" data-bundle="basic"></script><script type="text/javascript" src="http://nohost/plone/++plone++static/plone-logged-in-compiled.min.js?version=2015-05-07 00:00:00.000003" data-bundle="plone-logged-in"></script><script type="text/javascript" src="http://nohost/plone/++plone++static/plone-compiled.min.js?version=2015-05-02 00:00:00.000005" data-bundle="plone"></script><script type="text/javascript" src="http://nohost/plone/++plone++static/plone-legacy-compiled.js?version=2014-08-14 00:00:00.000003" data-bundle="plone-legacy"></script></head>\n\n  <body id="visual-portal-wrapper" class="template-confirm-action portaltype-plone-site site-plone userrole-manager userrole-authenticated plone-toolbar-left plone-toolbar-expanded plone-toolbar-left-expanded" dir="ltr" data-i18ncatalogurl="http://nohost/plone/plonejsi18n" data-view-url="http://nohost/plone" data-pat-plone-modal="{"actionOptions": {"displayInModal": false}}" data-pat-tinymce="{"loadingBaseUrl": "++plone++static/components/tinymce-builded/js/tinymce", "relatedItems": {"vocabularyUrl": "http://nohost/plone/@@getVocabulary?name=plone.app.vocabularies.Catalog"}, "folderTypes": ["Folder", "Large Plone Folder", "Plone Site"], "prependToScalePart": "/@@images/image/", "linkAttribute": "UID", "prependToUrl": "resolveuid/", "imageTypes": ["Image"], "upload": {"maxFiles": 1, "currentPath": "", "initialFolder": null, "baseUrl": "http://nohost/plone", "uploadMultiple": false, "relativePath": "@@fileUpload", "showTitle": false}, "tiny": {"content_css": "http://nohost/plone/++plone++static/plone-compiled.css,http://nohost/plone/++plone++static/tinymce-styles.css,http://nohost/plone/++plone++static/components/tinymce-builded/js/tinymce/skins/lightgray/content.min.css,http://nohost/plone/++theme++barceloneta/less/barceloneta-compiled.css", "external_plugins": {}, "plugins": ["plonelink", "ploneimage", "importcss", "advlist", "directionality", "emoticons", "fullscreen", "hr", "insertdatetime", "lists", "media", "nonbreaking", "noneditable", "pagebreak", "paste", "preview", "print", "save", "searchreplace", "tabfocus", "table", "visualchars", "wordcount", "code"], "toolbar": "undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | unlink plonelink ploneimage", "menubar": ["edit", "table", "format", "toolsview", "insert"], "importcss_file_filter": "http://nohost/plone/++plone++static/tinymce-styles.css", "menu": {"insert": {"items": "link media | template hr", "title": "Insert"}, "format": {"items": "bold italic underline strikethrough superscript subscript | formats | removeformat", "title": "Format"}, "edit": {"items": "undo redo | cut copy paste pastetext | selectall", "title": "Edit"}, "file": {"items": "newdocument", "title": "File"}, "table": {"items": "inserttable tableprops deletetable | cell row column", "title": "Table"}, "tools": {"items": "spellchecker code", "title": "Tools"}, "view": {"items": "visualaid", "title": "View"}}, "entity_encoding": "raw", "style_formats": [{"items": [{"format": "h1", "title": "Header 1"}, {"format": "h2", "title": "Header 2"}, {"format": "h3", "title": "Header 3"}, {"format": "h4", "title": "Header 4"}, {"format": "h5", "title": "Header 5"}, {"format": "h6", "title": "Header 6"}], "title": "Headers"}, {"items": [{"format": "p", "title": "Paragraph"}, {"format": "blockquote", "title": "Blockquote"}, {"format": "div", "title": "Div"}, {"format": "pre", "title": "Pre"}], "title": "Block"}, {"items": [{"format": "bold", "icon": "bold", "title": "Bold"}, {"format": "italic", "icon": "italic", "title": "Italic"}, {"format": "underline", "icon": "underline", "title": "Underline"}, {"format": "strikethrough", "icon": "strikethrough", "title": "Strikethrough"}, {"format": "superscript", "icon": "superscript", "title": "Superscript"}, {"format": "subscript", "icon": "subscript", "title": "Subscript"}, {"format": "code", "icon": "code", "title": "Code"}], "title": "Inline"}, {"items": [{"format": "alignleft", "icon": "alignleft", "title": "Left"}, {"format": "aligncenter", "icon": "aligncenter", "title": "Center"}, {"format": "alignright", "icon": "alignright", "title": "Right"}, {"format": "alignjustify", "icon": "alignjustify", "title": "Justify"}], "title": "Alignment"}], "resize": "both", "formats": {"clearfix": {"classes": "clearfix", "block": "div"}, "discreet": {"inline": "span", "classes": "discreet"}}, "importcss_append": true}, "base_url": "http://nohost/plone"}" data-portal-url="http://nohost/plone" data-pat-pickadate="{"date": {"selectYears": 200}, "time": {"interval": 5 } }" data-base-url="http://nohost/plone">\n  <div id="edit-zone" role="toolbar" class="pat-toolbar">\n    <div class="plone-toolbar-container">\n      <a class="plone-toolbar-logo">\n        <img alt="Plone Toolbar" src="http://nohost/plone/++plone++static/plone-toolbarlogo.svg" />\n      </a>\n      \n      <nav role="navigation">\n        <ul class="plone-toolbar-main">\n          \n\n  \n    \n  \n    <li id="contentview-folderContents" class="">\n      \n        <a href="http://nohost/plone/folder_contents?_authenticator=361a862fbd2dfe22f7b4e8376ce56db381057c60" class="">\n          <span class="icon-folderContents" aria-hidden="true">\n          </span>\n          <span>Contents</span>\n        </a>\n      \n    </li>\n    \n  \n    <li id="contentview-view" class="">\n      \n        <a href="http://nohost/plone?_authenticator=361a862fbd2dfe22f7b4e8376ce56db381057c60" class="">\n          <span class="icon-view" aria-hidden="true">\n          </span>\n          <span>View</span>\n        </a>\n      \n    </li>\n    \n  \n\n  \n  \n    \n\n  \n    <li id="plone-contentmenu-factories">\n\n      <a href="http://nohost/plone/folder_factories?_authenticator=361a862fbd2dfe22f7b4e8376ce56db381057c60" title="Add new items inside this item" class="label-">\n\n          \n\n          <span class="icon-plone-contentmenu-factories" aria-hidden="true">\n          </span>\n\n          \n\n            <span>Add new\xe2\x80\xa6</span>\n\n            \n          \n          <span class="plone-toolbar-caret">\n          </span>\n      </a>\n\n      <ul aria-hidden="true">\n        <li class="plone-toolbar-submenu-header">\n          \n            <span>Add new\xe2\x80\xa6</span>\n            \n          \n        </li>\n        <li class="plonetoolbar-contenttype ">\n          <a href="http://nohost/plone/createObject?type_name=Blob&_authenticator=1df4ccf47c399d2ba208cbffb26c99e58c8c21ec" title="An binary blob of data, much like a file." id="blob" class="contenttype-blob">\n\n              Blob\n          </a>\n          \n        </li>\n        <li class="plonetoolbar-contenttype ">\n          <a href="http://nohost/plone/createObject?type_name=Collection&_authenticator=1df4ccf47c399d2ba208cbffb26c99e58c8c21ec" title="Collection of searchable information" id="collection" class="contenttype-collection">\n\n              Collection\n          </a>\n          \n        </li>\n        <li class="plonetoolbar-contenttype ">\n          <a href="http://nohost/plone/createObject?type_name=Topic&_authenticator=1df4ccf47c399d2ba208cbffb26c99e58c8c21ec" title="An always-updated saved search that can be used to display items matching criteria you specify." id="topic" class="contenttype-topic">\n\n              Collection\n          </a>\n          \n        </li>\n        <li class="plonetoolbar-contenttype ">\n          <a href="http://nohost/plone/createObject?type_name=Event&_authenticator=1df4ccf47c399d2ba208cbffb26c99e58c8c21ec" title="Events can be shown in calendars." id="event" class="contenttype-event">\n\n              Event\n          </a>\n          \n        </li>\n        <li class="plonetoolbar-contenttype ">\n          <a href="http://nohost/plone/createObject?type_name=File&_authenticator=1df4ccf47c399d2ba208cbffb26c99e58c8c21ec" title="Lets you upload a file to the site." id="file" class="contenttype-file">\n\n              File\n          </a>\n          \n        </li>\n        <li class="plonetoolbar-contenttype ">\n          <a href="http://nohost/plone/createObject?type_name=ATFile&_authenticator=1df4ccf47c399d2ba208cbffb26c99e58c8c21ec" title="An old-style file not based on ZODB blobs." id="atfile" class="contenttype-atfile">\n\n              File (w/o blobs)\n          </a>\n          \n        </li>\n        <li class="plonetoolbar-contenttype ">\n          <a href="http://nohost/plone/createObject?type_name=Folder&_authenticator=1df4ccf47c399d2ba208cbffb26c99e58c8c21ec" title="" id="folder" class="contenttype-folder">\n\n              Folder\n          </a>\n          \n        </li>\n        <li class="plonetoolbar-contenttype ">\n          <a href="http://nohost/plone/createObject?type_name=Image&_authenticator=1df4ccf47c399d2ba208cbffb26c99e58c8c21ec" title="Images can be referenced in pages or displayed in an album." id="image" class="contenttype-image">\n\n              Image\n          </a>\n          \n        </li>\n        <li class="plonetoolbar-contenttype ">\n          <a href="http://nohost/plone/createObject?type_name=ATImage&_authenticator=1df4ccf47c399d2ba208cbffb26c99e58c8c21ec" title="An old-style image not based on ZODB blobs." id="atimage" class="contenttype-atimage">\n\n              Image (w/o blobs)\n          </a>\n          \n        </li>\n        <li class="plonetoolbar-contenttype ">\n          <a href="http://nohost/plone/createObject?type_name=Link&_authenticator=1df4ccf47c399d2ba208cbffb26c99e58c8c21ec" title="Links to an internal or external resource." id="link" class="contenttype-link">\n\n              Link\n          </a>\n          \n        </li>\n        <li class="plonetoolbar-contenttype ">\n          <a href="http://nohost/plone/createObject?type_name=News+Item&_authenticator=1df4ccf47c399d2ba208cbffb26c99e58c8c21ec" title="An announcement that will show up in news listings." id="news-item" class="contenttype-news-item">\n\n              News Item\n          </a>\n          \n        </li>\n        <li class="plonetoolbar-contenttype ">\n          <a href="http://nohost/plone/createObject?type_name=Document&_authenticator=1df4ccf47c399d2ba208cbffb26c99e58c8c21ec" title="" id="document" class="contenttype-document">\n\n              Page\n          </a>\n          \n        </li>\n      </ul>\n    </li>\n  \n    <li id="plone-contentmenu-display">\n\n      <a href="http://nohost/plone/select_default_view" title="Select the view mode for this folder, or set a content item as its default view." class="label-">\n\n          \n\n          <span class="icon-plone-contentmenu-display" aria-hidden="true">\n          </span>\n\n          \n\n            <span>Display</span>\n\n            \n          \n          <span class="plone-toolbar-caret">\n          </span>\n      </a>\n\n      <ul aria-hidden="true">\n        <li class="plone-toolbar-submenu-header">\n          \n            <span>Display</span>\n            \n          \n        </li>\n        <li class="plonetoolbar-display-view ">\n          <a href="http://nohost/plone/selectViewTemplate?templateId=folder_listing&_authenticator=361a862fbd2dfe22f7b4e8376ce56db381057c60" title="" id="plone-contentmenu-display-folder_listing" class="">\n\n              Standard view\n          </a>\n          \n        </li>\n        <li class="plonetoolbar-display-view ">\n          <a href="http://nohost/plone/selectViewTemplate?templateId=folder_summary_view&_authenticator=361a862fbd2dfe22f7b4e8376ce56db381057c60" title="" id="plone-contentmenu-display-folder_summary_view" class="">\n\n              Summary view\n          </a>\n          \n        </li>\n        <li class="plonetoolbar-display-view ">\n          <a href="http://nohost/plone/selectViewTemplate?templateId=folder_full_view&_authenticator=361a862fbd2dfe22f7b4e8376ce56db381057c60" title="" id="plone-contentmenu-display-folder_full_view" class="">\n\n              All content\n          </a>\n          \n        </li>\n        <li class="plonetoolbar-display-view ">\n          <a href="http://nohost/plone/selectViewTemplate?templateId=folder_tabular_view&_authenticator=361a862fbd2dfe22f7b4e8376ce56db381057c60" title="" id="plone-contentmenu-display-folder_tabular_view" class="">\n\n              Tabular view\n          </a>\n          \n        </li>\n        <li class="plonetoolbar-display-view ">\n          <a href="http://nohost/plone/selectViewTemplate?templateId=atct_album_view&_authenticator=361a862fbd2dfe22f7b4e8376ce56db381057c60" title="" id="plone-contentmenu-display-atct_album_view" class="">\n\n              Thumbnail view\n          </a>\n          \n        </li>\n        <li class="plonetoolbar-display-view actionSeparator">\n          \n          <span id="contextDefaultPageDisplay" class="">\n\n              <span>Item: Welcome to Plone</span>\n          </span>\n        </li>\n        <li class="plonetoolbar-display-view actionSeparator">\n          <a href="http://nohost/plone/select_default_page" title="Change the item used as default view in this folder" id="contextChangeDefaultPage" class="pat-plone-modal">\n\n              Change content item\nas default view...\n          </a>\n          \n        </li>\n      </ul>\n    </li>\n  \n    <li id="plone-contentmenu-portletmanager">\n\n      <a href="http://nohost/plone/manage-portlets" title="Change the portlets of this item" class="label-">\n\n          \n\n          <span class="icon-plone-contentmenu-portletmanager" aria-hidden="true">\n          </span>\n\n          \n\n            <span>Manage portlets</span>\n\n            \n          \n          <span class="plone-toolbar-caret">\n          </span>\n      </a>\n\n      <ul aria-hidden="true">\n        <li class="plone-toolbar-submenu-header">\n          \n            <span>Manage portlets</span>\n            \n          \n        </li>\n        <li class="plonetoolbar-portlet-manager ">\n          <a href="http://nohost/plone/@@topbar-manage-portlets/plone.footerportlets?_authenticator=361a862fbd2dfe22f7b4e8376ce56db381057c60" title="Plone Footerportlets" id="portlet-manager-plone.footerportlets">\n\n              Plone Footerportlets\n          </a>\n          \n        </li>\n        <li class="plonetoolbar-portlet-manager ">\n          <a href="http://nohost/plone/@@topbar-manage-portlets/plone.leftcolumn?_authenticator=361a862fbd2dfe22f7b4e8376ce56db381057c60" title="Plone Leftcolumn" id="portlet-manager-plone.leftcolumn">\n\n              Plone Leftcolumn\n          </a>\n          \n        </li>\n        <li class="plonetoolbar-portlet-manager ">\n          <a href="http://nohost/plone/@@topbar-manage-portlets/plone.rightcolumn?_authenticator=361a862fbd2dfe22f7b4e8376ce56db381057c60" title="Plone Rightcolumn" id="portlet-manager-plone.rightcolumn">\n\n              Plone Rightcolumn\n          </a>\n          \n        </li>\n      </ul>\n    </li>\n  \n\n\n  \n  \n    \n  \n    \n    <li id="contentview-history" class="">\n      \n        <a href="http://nohost/plone/@@historyview?_authenticator=361a862fbd2dfe22f7b4e8376ce56db381057c60" class="">\n          <span class="icon-history" aria-hidden="true">\n          </span>\n          <span class="pat-moment" data-pat-moment="format:relative;">2015-09-06T23:09:22-07:00</span>\n        </a>\n      \n    </li>\n  \n    <li id="contentview-local_roles" class="">\n      \n        <a href="http://nohost/plone/@@sharing?_authenticator=361a862fbd2dfe22f7b4e8376ce56db381057c60" class="">\n          <span class="icon-local_roles" aria-hidden="true">\n          </span>\n          <span>Sharing</span>\n        </a>\n      \n    </li>\n    \n  \n\n  \n\n\n\n        </ul>\n        <ul id="personal-bar-container">\n          <li id="portal-personaltools" class="plone-toolbar-separator">\n            <a href="http://nohost/plone/useractions">\n              <span class="icon-user" aria-hidden="true"></span>\n              <span>test_user_1_</span>\n              <span class="plone-toolbar-caret"></span>\n            </a>\n            <ul>\n              <li class="plone-toolbar-submenu-header">\n                <span>test_user_1_</span>\n              </li>\n              <li class="user-action">\n                <a href="http://nohost/plone/@@personal-preferences" id="personaltools-preferences" title="Preferences">\n                  Preferences\n                  \n                </a>\n              </li>\n              <li class="user-action">\n                <a href="http://nohost/plone/@@overview-controlpanel" id="personaltools-plone_setup" title="Site Setup">\n                  Site Setup\n                  \n                </a>\n              </li>\n              <li class="user-action">\n                <a href="http://nohost/plone/logout" id="personaltools-logout" title="Log out">\n                  Log out\n                  \n                    <span class="icon-logout"></span>\n                  \n                </a>\n              </li>\n            </ul>\n          </li>\n        </ul>\n      </nav>\n    </div>\n  </div>\n<div class="outer-wrapper">\n      <header id="content-header" role="banner">\n          <div class="container">\n            \n      <div id="portal-header">\n    <a id="portal-logo" title="Plone site" href="http://nohost/plone">\n    <img src="http://nohost/plone/logo.png" alt="Plone site" title="Plone site" /></a>\n\n<div id="portal-searchbox">\n\n    <form id="searchGadget_form" action="http://nohost/plone/@@search" role="search" data-pat-livesearch="ajaxUrl:http://nohost/plone/@@ajax-search" class="pat-livesearch">\n\n        <div class="LSBox">\n        <label class="hiddenStructure" for="searchGadget">Search Site</label>\n\n        <input name="SearchableText" type="text" size="18" id="searchGadget" title="Search Site" placeholder="Search Site" class="searchField" />\n\n        <input class="searchButton" type="submit" value="Search" />\n\n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only" style="cursor: pointer">only in current section</label>\n        </div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/@@search">Advanced Search\xe2\x80\xa6</a>\n    </div>\n\n</div>\n\n<div id="portal-anontools">\n  \n</div>\n\n\n\n</div>\n\n    \n            <div id="anonymous-actions">\n            </div>\n          </div>\n      </header>\n      <div id="mainnavigation-wrapper">\n        <div id="mainnavigation">\n\n  <p class="hiddenStructure">Navigation</p>\n  <nav class="plone-navbar" id="portal-globalnav-wrapper" role="navigation">\n    <div class="container">\n      <div class="plone-navbar-header">\n        <button type="button" class="plone-navbar-toggle" data-toggle="collapse" data-target="#portal-globalnav-collapse">\n          <span class="sr-only">Toggle navigation</span>\n          <span class="icon-bar"></span>\n          <span class="icon-bar"></span>\n          <span class="icon-bar"></span>\n        </button>\n      </div>\n\n      <div class="plone-collapse plone-navbar-collapse" id="portal-globalnav-collapse">\n        <ul class="plone-nav plone-navbar-nav" id="portal-globalnav">\n            \n              <li id="portaltab-index_html" class="selected">\n                  <a href="http://nohost/plone" title="">Home</a>\n              </li>\n            \n              <li id="portaltab-news">\n                  <a href="http://nohost/plone/news" title="Site News">News</a>\n              </li>\n            \n              <li id="portaltab-events">\n                  <a href="http://nohost/plone/events" title="Site Events">Events</a>\n              </li>\n            \n              <li id="portaltab-Members">\n                  <a href="http://nohost/plone/Members" title="Site Users">Users</a>\n              </li>\n            \n        </ul>\n      </div>\n    </div>\n  </nav>\n\n\n</div>\n      </div>\n      \n      <div id="above-content-wrapper">\n          <section id="viewlet-above-content"><nav id="portal-breadcrumbs" class="plone-breadcrumb" role="navigation">\n  <div class="container">\n    <span id="breadcrumbs-you-are-here" class="hiddenStructure">You are here:</span>\n    <ol aria-labelledby="breadcrumbs-you-are-here">\n      <li id="breadcrumbs-home">\n        <a href="http://nohost/plone">Home</a>\n      </li>\n      \n    </ol>\n  </div>\n</nav>\n</section>\n      </div>\n      <div class="container">\n        <div class="row">\n          <aside id="global_statusmessage">\n      \n\n      <div>\n      </div>\n    </aside>\n        </div>\n\n        <main role="main" id="main-container" class="row row-offcanvas row-offcanvas-right">\n          <div id="column1-container">\n          </div>\n          \n\n      \n\n      <div class="col-xs-12 col-sm-12">\n<!--           <p class="pull-right visible-xs">\n            <button type="button" class="btn btn-primary btn-xs" data-toggle="offcanvas">Toggle nav</button>\n          </p> -->\n          <div class="row">\n            <div class="col-xs-12 col-sm-12">\n               <article id="content">\n\n          \n\n          <header>\n            <div id="viewlet-above-content-title"></div>\n            \n                <h1 class="documentFirstHeading">Plone site</h1>\n            \n            <div id="viewlet-below-content-title"></div>\n\n            \n                \n            \n          </header>\n\n          <section id="viewlet-above-content-body"></section>\n          <section id="content-core">\n            \n    \n      <p class="discreet">\n        Careful, it\'s possible someone is executing an exploit against you.\n        Verify you just performed an action on this site and that you were\n        not referred here by a different website or email.\n      </p>\n      <form method="GET" action="http://nohost/plone/Members/test_user_1_/portal_factory/Image/image.2015-09-06.1734824206/atct_edit">\n        \n          <input type="hidden" name="_authenticator" value="b68fb62db42e692a55f654e8b465341b8addcbba/image_thumb" />\n        \n          <input type="hidden" name="original_url" value="http://nohost/plone/Members/test_user_1_/portal_factory/Image/image.2015-09-06.1734824206/atct_edit" />\n        \n        <dl>\n          <dt>Original URL</dt>\n          <dd>http://nohost/plone/Members/test_user_1_/portal_factory/Image/image.2015-09-06.1734824206/atct_edit</dd>\n        </dl>\n        <div class="formControls">\n          <input type="submit" value="Confirm action" name="form.button.confirm" class="standalone" />\n        </div>\n      </form>\n    \n  \n          </section>\n          <section id="viewlet-below-content-body">\n\n    <div class="visualClear"><!-- --></div>\n\n    <div class="documentActions">\n        \n\n        \n\n    </div>\n\n</section>\n\n          \n        </article>\n            </div>\n          </div>\n          <footer class="row">\n            <div class="col-xs-12 col-sm-12">\n             <div id="viewlet-below-content">\n</div>\n            </div>\n          </footer>\n      </div><!--/row-->\n  \n          <div id="column2-container">\n          </div>\n        </main><!--/row-->\n\n      </div><!--/.container-->\n    </div><!-- outer-wrapper --><footer id="portal-footer-wrapper" role="contentinfo">\n      <div class="container" id="portal-footer">\n      <div class="row">\n\t<div class="col-xs-12">\n\t\t\n<div class="portletWrapper" id="portletwrapper-706c6f6e652e666f6f746572706f72746c6574730a636f6e746578740a2f706c6f6e650a666f6f746572" data-portlethash="706c6f6e652e666f6f746572706f72746c6574730a636f6e746578740a2f706c6f6e650a666f6f746572">\n\n\n  \n\n  \n    \n\n  <section class="portlet portletClassic" id="portal-footer-signature">\n    <div class="portletContent">\n      The \n           <a href="http://plone.com">Plone<sup>\xc2\xae</sup> Open Source CMS/WCM</a>\n       is <abbr title="Copyright">\xc2\xa9</abbr> 2000-2015 by the \n           <a href="http://plone.org/foundation">Plone Foundation</a> and friends.\n\n      Distributed under the \n                <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.\n    </div>\n  </section>\n\n\n  \n\n</div>\n\n<div class="portletWrapper" id="portletwrapper-706c6f6e652e666f6f746572706f72746c6574730a636f6e746578740a2f706c6f6e650a616374696f6e73" data-portlethash="706c6f6e652e666f6f746572706f72746c6574730a636f6e746578740a2f706c6f6e650a616374696f6e73">\n\n<section class="portlet portletActions" role="menu">\n\n  \n  <section class="portletContent">\n    <ul>\n      \n        <li class="portletItem">\n          <a href="http://nohost/plone/sitemap">\n\n            <span>Site Map</span>\n\n            \n\n          </a>\n        </li>\n      \n        <li class="portletItem">\n          <a href="http://nohost/plone/accessibility-info">\n\n            <span>Accessibility</span>\n\n            \n\n          </a>\n        </li>\n      \n        <li class="portletItem">\n          <a href="http://nohost/plone/contact-info" class="pat-plone-modal" data-pat-plone-modal="{}">\n\n            <span>Contact</span>\n\n            \n\n          </a>\n        </li>\n      \n    </ul>\n  </section>\n</section>\n\n</div>\n\n<div class="portletWrapper" id="portletwrapper-706c6f6e652e666f6f746572706f72746c6574730a636f6e746578740a2f706c6f6e650a636f6c6f70686f6e" data-portlethash="706c6f6e652e666f6f746572706f72746c6574730a636f6e746578740a2f706c6f6e650a636f6c6f70686f6e">\n\n\n  \n\n  \n    \n\n  <section class="portlet portletClassic" id="portal-colophon">\n    <div class="portletContent">\n      <a href="http://plone.com" target="_blank" title="This site was built using the Plone Open Source CMS/WCM.">Powered by Plone & Python</a>\n    </div>\n  </section>\n\n\n  \n\n</div>\n\n\n\t</div>\n</div>\n\n\n    </div>\n    </footer></body>\n</html>'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 164, in replacement-types.txt
Failed example:
    browser.headers.getheader('content-type')
Expected:
    'image/gif'
Got:
    'text/html; charset=UTF-8'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 168, in replacement-types.txt
Failed example:
    browser.contents
Expected:
    'GIF89a...'
Got:
    '<!DOCTYPE html>\n<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">\n  <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />\n    <title>Plone site</title>\n\n    <link rel="shortcut icon" type="image/x-icon" href="/plone/++theme++barceloneta/barceloneta-favicon.ico" />\n    <link rel="apple-touch-icon" href="/plone/++theme++barceloneta/barceloneta-apple-touch-icon.png" />\n    <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/plone/++theme++barceloneta/barceloneta-apple-touch-icon-144x144-precomposed.png" />\n    <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/plone/++theme++barceloneta/barceloneta-apple-touch-icon-114x114-precomposed.png" />\n    <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/plone/++theme++barceloneta/barceloneta-apple-touch-icon-72x72-precomposed.png" />\n    <link rel="apple-touch-icon-precomposed" sizes="57x57" href="/plone/++theme++barceloneta/barceloneta-apple-touch-icon-57x57-precomposed.png" />\n    <link rel="apple-touch-icon-precomposed" href="/plone/++theme++barceloneta/barceloneta-apple-touch-icon-precomposed.png" />\n\n  \n  <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta content="summary" name="twitter:card" /><meta content="Plone site" name="twitter:title" /><meta content="Plone site" property="og:title" /><meta content="Plone site" itemprop="name" /><meta content="website" property="og:type" /><meta content="Plone site" property="og:site_name" /><meta content="" name="twitter:description" /><meta content="" property="og:description" /><meta content="" itemprop="description" /><meta content="http://nohost/plone" name="twitter:url" /><meta content="http://nohost/plone" property="og:url" /><meta content="http://nohost/plone/logo.png" name="twitter:image" /><meta content="http://nohost/plone/logo.png" property="og:image" /><meta content="http://nohost/plone/logo.png" itemprop="image" /><meta content="image/png" property="og:image:type" /><meta name="generator" content="Plone - http://plone.org" /><link rel="author" href="http://nohost/plone/author/" title="Author information" /><link rel="canonical" href="http://nohost/plone" /><link rel="alternate" href="http://nohost/plone/news/aggregator/RSS" title="News - RSS 1.0" type="application/rss+xml" /><link rel="alternate" href="http://nohost/plone/news/aggregator/rss.xml" title="News - RSS 2.0" type="application/rss+xml" /><link rel="alternate" href="http://nohost/plone/news/aggregator/atom.xml" title="News - Atom" type="application/rss+xml" /><link rel="alternate" href="http://nohost/plone/RSS" title="Plone site - RSS 1.0" type="application/rss+xml" /><link rel="alternate" href="http://nohost/plone/rss.xml" title="Plone site - RSS 2.0" type="application/rss+xml" /><link rel="alternate" href="http://nohost/plone/atom.xml" title="Plone site - Atom" type="application/rss+xml" /><link rel="search" href="http://nohost/plone/@@search" title="Search this site" /><link rel="stylesheet" type="text/css" href="http://nohost/plone/++plone++static/plone-logged-in-compiled.css?version=2015-05-07 00:00:00.000003" data-bundle="plone-logged-in" /><link rel="stylesheet" type="text/css" href="http://nohost/plone/++plone++static/plone-compiled.css?version=2015-05-02 00:00:00.000005" data-bundle="plone" /><link rel="stylesheet" type="text/css" href="http://nohost/plone/++plone++static/plone-legacy-compiled.css?version=2014-08-14 00:00:00.000003" data-bundle="plone-legacy" /><link rel="stylesheet" type="text/css" href="http://nohost/plone//++theme++barceloneta/less/barceloneta-compiled.css" data-bundle="diazo" /><script type="text/javascript" src="http://nohost/plone/++plone++static/components/jquery/dist/jquery.min.js" data-bundle="basic"></script><script type="text/javascript" src="http://nohost/plone/++plone++static/components/requirejs/require.js" data-bundle="basic"></script><script type="text/javascript" src="http://nohost/plone/config.js" data-bundle="basic"></script><script type="text/javascript" src="http://nohost/plone/++plone++static/plone-logged-in-compiled.min.js?version=2015-05-07 00:00:00.000003" data-bundle="plone-logged-in"></script><script type="text/javascript" src="http://nohost/plone/++plone++static/plone-compiled.min.js?version=2015-05-02 00:00:00.000005" data-bundle="plone"></script><script type="text/javascript" src="http://nohost/plone/++plone++static/plone-legacy-compiled.js?version=2014-08-14 00:00:00.000003" data-bundle="plone-legacy"></script></head>\n\n  <body id="visual-portal-wrapper" class="template-confirm-action portaltype-plone-site site-plone userrole-manager userrole-authenticated plone-toolbar-left plone-toolbar-expanded plone-toolbar-left-expanded" dir="ltr" data-i18ncatalogurl="http://nohost/plone/plonejsi18n" data-view-url="http://nohost/plone" data-pat-plone-modal="{"actionOptions": {"displayInModal": false}}" data-pat-tinymce="{"loadingBaseUrl": "++plone++static/components/tinymce-builded/js/tinymce", "relatedItems": {"vocabularyUrl": "http://nohost/plone/@@getVocabulary?name=plone.app.vocabularies.Catalog"}, "folderTypes": ["Folder", "Large Plone Folder", "Plone Site"], "prependToScalePart": "/@@images/image/", "linkAttribute": "UID", "prependToUrl": "resolveuid/", "imageTypes": ["Image"], "upload": {"maxFiles": 1, "currentPath": "", "initialFolder": null, "baseUrl": "http://nohost/plone", "uploadMultiple": false, "relativePath": "@@fileUpload", "showTitle": false}, "tiny": {"content_css": "http://nohost/plone/++plone++static/plone-compiled.css,http://nohost/plone/++plone++static/tinymce-styles.css,http://nohost/plone/++plone++static/components/tinymce-builded/js/tinymce/skins/lightgray/content.min.css,http://nohost/plone/++theme++barceloneta/less/barceloneta-compiled.css", "external_plugins": {}, "plugins": ["plonelink", "ploneimage", "importcss", "advlist", "directionality", "emoticons", "fullscreen", "hr", "insertdatetime", "lists", "media", "nonbreaking", "noneditable", "pagebreak", "paste", "preview", "print", "save", "searchreplace", "tabfocus", "table", "visualchars", "wordcount", "code"], "toolbar": "undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | unlink plonelink ploneimage", "menubar": ["edit", "table", "format", "toolsview", "insert"], "importcss_file_filter": "http://nohost/plone/++plone++static/tinymce-styles.css", "menu": {"insert": {"items": "link media | template hr", "title": "Insert"}, "format": {"items": "bold italic underline strikethrough superscript subscript | formats | removeformat", "title": "Format"}, "edit": {"items": "undo redo | cut copy paste pastetext | selectall", "title": "Edit"}, "file": {"items": "newdocument", "title": "File"}, "table": {"items": "inserttable tableprops deletetable | cell row column", "title": "Table"}, "tools": {"items": "spellchecker code", "title": "Tools"}, "view": {"items": "visualaid", "title": "View"}}, "entity_encoding": "raw", "style_formats": [{"items": [{"format": "h1", "title": "Header 1"}, {"format": "h2", "title": "Header 2"}, {"format": "h3", "title": "Header 3"}, {"format": "h4", "title": "Header 4"}, {"format": "h5", "title": "Header 5"}, {"format": "h6", "title": "Header 6"}], "title": "Headers"}, {"items": [{"format": "p", "title": "Paragraph"}, {"format": "blockquote", "title": "Blockquote"}, {"format": "div", "title": "Div"}, {"format": "pre", "title": "Pre"}], "title": "Block"}, {"items": [{"format": "bold", "icon": "bold", "title": "Bold"}, {"format": "italic", "icon": "italic", "title": "Italic"}, {"format": "underline", "icon": "underline", "title": "Underline"}, {"format": "strikethrough", "icon": "strikethrough", "title": "Strikethrough"}, {"format": "superscript", "icon": "superscript", "title": "Superscript"}, {"format": "subscript", "icon": "subscript", "title": "Subscript"}, {"format": "code", "icon": "code", "title": "Code"}], "title": "Inline"}, {"items": [{"format": "alignleft", "icon": "alignleft", "title": "Left"}, {"format": "aligncenter", "icon": "aligncenter", "title": "Center"}, {"format": "alignright", "icon": "alignright", "title": "Right"}, {"format": "alignjustify", "icon": "alignjustify", "title": "Justify"}], "title": "Alignment"}], "resize": "both", "formats": {"clearfix": {"classes": "clearfix", "block": "div"}, "discreet": {"inline": "span", "classes": "discreet"}}, "importcss_append": true}, "base_url": "http://nohost/plone"}" data-portal-url="http://nohost/plone" data-pat-pickadate="{"date": {"selectYears": 200}, "time": {"interval": 5 } }" data-base-url="http://nohost/plone">\n  <div id="edit-zone" role="toolbar" class="pat-toolbar">\n    <div class="plone-toolbar-container">\n      <a class="plone-toolbar-logo">\n        <img alt="Plone Toolbar" src="http://nohost/plone/++plone++static/plone-toolbarlogo.svg" />\n      </a>\n      \n      <nav role="navigation">\n        <ul class="plone-toolbar-main">\n          \n\n  \n    \n  \n    <li id="contentview-folderContents" class="">\n      \n        <a href="http://nohost/plone/folder_contents?_authenticator=b68fb62db42e692a55f654e8b465341b8addcbba" class="">\n          <span class="icon-folderContents" aria-hidden="true">\n          </span>\n          <span>Contents</span>\n        </a>\n      \n    </li>\n    \n  \n    <li id="contentview-view" class="">\n      \n        <a href="http://nohost/plone?_authenticator=b68fb62db42e692a55f654e8b465341b8addcbba" class="">\n          <span class="icon-view" aria-hidden="true">\n          </span>\n          <span>View</span>\n        </a>\n      \n    </li>\n    \n  \n\n  \n  \n    \n\n  \n    <li id="plone-contentmenu-factories">\n\n      <a href="http://nohost/plone/folder_factories?_authenticator=b68fb62db42e692a55f654e8b465341b8addcbba" title="Add new items inside this item" class="label-">\n\n          \n\n          <span class="icon-plone-contentmenu-factories" aria-hidden="true">\n          </span>\n\n          \n\n            <span>Add new\xe2\x80\xa6</span>\n\n            \n          \n          <span class="plone-toolbar-caret">\n          </span>\n      </a>\n\n      <ul aria-hidden="true">\n        <li class="plone-toolbar-submenu-header">\n          \n            <span>Add new\xe2\x80\xa6</span>\n            \n          \n        </li>\n        <li class="plonetoolbar-contenttype ">\n          <a href="http://nohost/plone/createObject?type_name=Blob&_authenticator=b68fb62db42e692a55f654e8b465341b8addcbba" title="An binary blob of data, much like a file." id="blob" class="contenttype-blob">\n\n              Blob\n          </a>\n          \n        </li>\n        <li class="plonetoolbar-contenttype ">\n          <a href="http://nohost/plone/createObject?type_name=Collection&_authenticator=b68fb62db42e692a55f654e8b465341b8addcbba" title="Collection of searchable information" id="collection" class="contenttype-collection">\n\n              Collection\n          </a>\n          \n        </li>\n        <li class="plonetoolbar-contenttype ">\n          <a href="http://nohost/plone/createObject?type_name=Topic&_authenticator=b68fb62db42e692a55f654e8b465341b8addcbba" title="An always-updated saved search that can be used to display items matching criteria you specify." id="topic" class="contenttype-topic">\n\n              Collection\n          </a>\n          \n        </li>\n        <li class="plonetoolbar-contenttype ">\n          <a href="http://nohost/plone/createObject?type_name=Event&_authenticator=b68fb62db42e692a55f654e8b465341b8addcbba" title="Events can be shown in calendars." id="event" class="contenttype-event">\n\n              Event\n          </a>\n          \n        </li>\n        <li class="plonetoolbar-contenttype ">\n          <a href="http://nohost/plone/createObject?type_name=File&_authenticator=b68fb62db42e692a55f654e8b465341b8addcbba" title="Lets you upload a file to the site." id="file" class="contenttype-file">\n\n              File\n          </a>\n          \n        </li>\n        <li class="plonetoolbar-contenttype ">\n          <a href="http://nohost/plone/createObject?type_name=ATFile&_authenticator=b68fb62db42e692a55f654e8b465341b8addcbba" title="An old-style file not based on ZODB blobs." id="atfile" class="contenttype-atfile">\n\n              File (w/o blobs)\n          </a>\n          \n        </li>\n        <li class="plonetoolbar-contenttype ">\n          <a href="http://nohost/plone/createObject?type_name=Folder&_authenticator=b68fb62db42e692a55f654e8b465341b8addcbba" title="" id="folder" class="contenttype-folder">\n\n              Folder\n          </a>\n          \n        </li>\n        <li class="plonetoolbar-contenttype ">\n          <a href="http://nohost/plone/createObject?type_name=Image&_authenticator=b68fb62db42e692a55f654e8b465341b8addcbba" title="Images can be referenced in pages or displayed in an album." id="image" class="contenttype-image">\n\n              Image\n          </a>\n          \n        </li>\n        <li class="plonetoolbar-contenttype ">\n          <a href="http://nohost/plone/createObject?type_name=ATImage&_authenticator=b68fb62db42e692a55f654e8b465341b8addcbba" title="An old-style image not based on ZODB blobs." id="atimage" class="contenttype-atimage">\n\n              Image (w/o blobs)\n          </a>\n          \n        </li>\n        <li class="plonetoolbar-contenttype ">\n          <a href="http://nohost/plone/createObject?type_name=Link&_authenticator=b68fb62db42e692a55f654e8b465341b8addcbba" title="Links to an internal or external resource." id="link" class="contenttype-link">\n\n              Link\n          </a>\n          \n        </li>\n        <li class="plonetoolbar-contenttype ">\n          <a href="http://nohost/plone/createObject?type_name=News+Item&_authenticator=b68fb62db42e692a55f654e8b465341b8addcbba" title="An announcement that will show up in news listings." id="news-item" class="contenttype-news-item">\n\n              News Item\n          </a>\n          \n        </li>\n        <li class="plonetoolbar-contenttype ">\n          <a href="http://nohost/plone/createObject?type_name=Document&_authenticator=b68fb62db42e692a55f654e8b465341b8addcbba" title="" id="document" class="contenttype-document">\n\n              Page\n          </a>\n          \n        </li>\n      </ul>\n    </li>\n  \n    <li id="plone-contentmenu-display">\n\n      <a href="http://nohost/plone/select_default_view" title="Select the view mode for this folder, or set a content item as its default view." class="label-">\n\n          \n\n          <span class="icon-plone-contentmenu-display" aria-hidden="true">\n          </span>\n\n          \n\n            <span>Display</span>\n\n            \n          \n          <span class="plone-toolbar-caret">\n          </span>\n      </a>\n\n      <ul aria-hidden="true">\n        <li class="plone-toolbar-submenu-header">\n          \n            <span>Display</span>\n            \n          \n        </li>\n        <li class="plonetoolbar-display-view ">\n          <a href="http://nohost/plone/selectViewTemplate?templateId=folder_listing&_authenticator=b68fb62db42e692a55f654e8b465341b8addcbba" title="" id="plone-contentmenu-display-folder_listing" class="">\n\n              Standard view\n          </a>\n          \n        </li>\n        <li class="plonetoolbar-display-view ">\n          <a href="http://nohost/plone/selectViewTemplate?templateId=folder_summary_view&_authenticator=b68fb62db42e692a55f654e8b465341b8addcbba" title="" id="plone-contentmenu-display-folder_summary_view" class="">\n\n              Summary view\n          </a>\n          \n        </li>\n        <li class="plonetoolbar-display-view ">\n          <a href="http://nohost/plone/selectViewTemplate?templateId=folder_full_view&_authenticator=b68fb62db42e692a55f654e8b465341b8addcbba" title="" id="plone-contentmenu-display-folder_full_view" class="">\n\n              All content\n          </a>\n          \n        </li>\n        <li class="plonetoolbar-display-view ">\n          <a href="http://nohost/plone/selectViewTemplate?templateId=folder_tabular_view&_authenticator=b68fb62db42e692a55f654e8b465341b8addcbba" title="" id="plone-contentmenu-display-folder_tabular_view" class="">\n\n              Tabular view\n          </a>\n          \n        </li>\n        <li class="plonetoolbar-display-view ">\n          <a href="http://nohost/plone/selectViewTemplate?templateId=atct_album_view&_authenticator=b68fb62db42e692a55f654e8b465341b8addcbba" title="" id="plone-contentmenu-display-atct_album_view" class="">\n\n              Thumbnail view\n          </a>\n          \n        </li>\n        <li class="plonetoolbar-display-view actionSeparator">\n          \n          <span id="contextDefaultPageDisplay" class="">\n\n              <span>Item: Welcome to Plone</span>\n          </span>\n        </li>\n        <li class="plonetoolbar-display-view actionSeparator">\n          <a href="http://nohost/plone/select_default_page" title="Change the item used as default view in this folder" id="contextChangeDefaultPage" class="pat-plone-modal">\n\n              Change content item\nas default view...\n          </a>\n          \n        </li>\n      </ul>\n    </li>\n  \n    <li id="plone-contentmenu-portletmanager">\n\n      <a href="http://nohost/plone/manage-portlets" title="Change the portlets of this item" class="label-">\n\n          \n\n          <span class="icon-plone-contentmenu-portletmanager" aria-hidden="true">\n          </span>\n\n          \n\n            <span>Manage portlets</span>\n\n            \n          \n          <span class="plone-toolbar-caret">\n          </span>\n      </a>\n\n      <ul aria-hidden="true">\n        <li class="plone-toolbar-submenu-header">\n          \n            <span>Manage portlets</span>\n            \n          \n        </li>\n        <li class="plonetoolbar-portlet-manager ">\n          <a href="http://nohost/plone/@@topbar-manage-portlets/plone.footerportlets?_authenticator=b68fb62db42e692a55f654e8b465341b8addcbba" title="Plone Footerportlets" id="portlet-manager-plone.footerportlets">\n\n              Plone Footerportlets\n          </a>\n          \n        </li>\n        <li class="plonetoolbar-portlet-manager ">\n          <a href="http://nohost/plone/@@topbar-manage-portlets/plone.leftcolumn?_authenticator=b68fb62db42e692a55f654e8b465341b8addcbba" title="Plone Leftcolumn" id="portlet-manager-plone.leftcolumn">\n\n              Plone Leftcolumn\n          </a>\n          \n        </li>\n        <li class="plonetoolbar-portlet-manager ">\n          <a href="http://nohost/plone/@@topbar-manage-portlets/plone.rightcolumn?_authenticator=b68fb62db42e692a55f654e8b465341b8addcbba" title="Plone Rightcolumn" id="portlet-manager-plone.rightcolumn">\n\n              Plone Rightcolumn\n          </a>\n          \n        </li>\n      </ul>\n    </li>\n  \n\n\n  \n  \n    \n  \n    \n    <li id="contentview-history" class="">\n      \n        <a href="http://nohost/plone/@@historyview?_authenticator=b68fb62db42e692a55f654e8b465341b8addcbba" class="">\n          <span class="icon-history" aria-hidden="true">\n          </span>\n          <span class="pat-moment" data-pat-moment="format:relative;">2015-09-06T23:09:22-07:00</span>\n        </a>\n      \n    </li>\n  \n    <li id="contentview-local_roles" class="">\n      \n        <a href="http://nohost/plone/@@sharing?_authenticator=b68fb62db42e692a55f654e8b465341b8addcbba" class="">\n          <span class="icon-local_roles" aria-hidden="true">\n          </span>\n          <span>Sharing</span>\n        </a>\n      \n    </li>\n    \n  \n\n  \n\n\n\n        </ul>\n        <ul id="personal-bar-container">\n          <li id="portal-personaltools" class="plone-toolbar-separator">\n            <a href="http://nohost/plone/useractions">\n              <span class="icon-user" aria-hidden="true"></span>\n              <span>test_user_1_</span>\n              <span class="plone-toolbar-caret"></span>\n            </a>\n            <ul>\n              <li class="plone-toolbar-submenu-header">\n                <span>test_user_1_</span>\n              </li>\n              <li class="user-action">\n                <a href="http://nohost/plone/@@personal-preferences" id="personaltools-preferences" title="Preferences">\n                  Preferences\n                  \n                </a>\n              </li>\n              <li class="user-action">\n                <a href="http://nohost/plone/@@overview-controlpanel" id="personaltools-plone_setup" title="Site Setup">\n                  Site Setup\n                  \n                </a>\n              </li>\n              <li class="user-action">\n                <a href="http://nohost/plone/logout" id="personaltools-logout" title="Log out">\n                  Log out\n                  \n                    <span class="icon-logout"></span>\n                  \n                </a>\n              </li>\n            </ul>\n          </li>\n        </ul>\n      </nav>\n    </div>\n  </div>\n<div class="outer-wrapper">\n      <header id="content-header" role="banner">\n          <div class="container">\n            \n      <div id="portal-header">\n    <a id="portal-logo" title="Plone site" href="http://nohost/plone">\n    <img src="http://nohost/plone/logo.png" alt="Plone site" title="Plone site" /></a>\n\n<div id="portal-searchbox">\n\n    <form id="searchGadget_form" action="http://nohost/plone/@@search" role="search" data-pat-livesearch="ajaxUrl:http://nohost/plone/@@ajax-search" class="pat-livesearch">\n\n        <div class="LSBox">\n        <label class="hiddenStructure" for="searchGadget">Search Site</label>\n\n        <input name="SearchableText" type="text" size="18" id="searchGadget" title="Search Site" placeholder="Search Site" class="searchField" />\n\n        <input class="searchButton" type="submit" value="Search" />\n\n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only" style="cursor: pointer">only in current section</label>\n        </div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/@@search">Advanced Search\xe2\x80\xa6</a>\n    </div>\n\n</div>\n\n<div id="portal-anontools">\n  \n</div>\n\n\n\n</div>\n\n    \n            <div id="anonymous-actions">\n            </div>\n          </div>\n      </header>\n      <div id="mainnavigation-wrapper">\n        <div id="mainnavigation">\n\n  <p class="hiddenStructure">Navigation</p>\n  <nav class="plone-navbar" id="portal-globalnav-wrapper" role="navigation">\n    <div class="container">\n      <div class="plone-navbar-header">\n        <button type="button" class="plone-navbar-toggle" data-toggle="collapse" data-target="#portal-globalnav-collapse">\n          <span class="sr-only">Toggle navigation</span>\n          <span class="icon-bar"></span>\n          <span class="icon-bar"></span>\n          <span class="icon-bar"></span>\n        </button>\n      </div>\n\n      <div class="plone-collapse plone-navbar-collapse" id="portal-globalnav-collapse">\n        <ul class="plone-nav plone-navbar-nav" id="portal-globalnav">\n            \n              <li id="portaltab-index_html" class="selected">\n                  <a href="http://nohost/plone" title="">Home</a>\n              </li>\n            \n              <li id="portaltab-news">\n                  <a href="http://nohost/plone/news" title="Site News">News</a>\n              </li>\n            \n              <li id="portaltab-events">\n                  <a href="http://nohost/plone/events" title="Site Events">Events</a>\n              </li>\n            \n              <li id="portaltab-Members">\n                  <a href="http://nohost/plone/Members" title="Site Users">Users</a>\n              </li>\n            \n        </ul>\n      </div>\n    </div>\n  </nav>\n\n\n</div>\n      </div>\n      \n      <div id="above-content-wrapper">\n          <section id="viewlet-above-content"><nav id="portal-breadcrumbs" class="plone-breadcrumb" role="navigation">\n  <div class="container">\n    <span id="breadcrumbs-you-are-here" class="hiddenStructure">You are here:</span>\n    <ol aria-labelledby="breadcrumbs-you-are-here">\n      <li id="breadcrumbs-home">\n        <a href="http://nohost/plone">Home</a>\n      </li>\n      \n    </ol>\n  </div>\n</nav>\n</section>\n      </div>\n      <div class="container">\n        <div class="row">\n          <aside id="global_statusmessage">\n      \n\n      <div>\n      </div>\n    </aside>\n        </div>\n\n        <main role="main" id="main-container" class="row row-offcanvas row-offcanvas-right">\n          <div id="column1-container">\n          </div>\n          \n\n      \n\n      <div class="col-xs-12 col-sm-12">\n<!--           <p class="pull-right visible-xs">\n            <button type="button" class="btn btn-primary btn-xs" data-toggle="offcanvas">Toggle nav</button>\n          </p> -->\n          <div class="row">\n            <div class="col-xs-12 col-sm-12">\n               <article id="content">\n\n          \n\n          <header>\n            <div id="viewlet-above-content-title"></div>\n            \n                <h1 class="documentFirstHeading">Plone site</h1>\n            \n            <div id="viewlet-below-content-title"></div>\n\n            \n                \n            \n          </header>\n\n          <section id="viewlet-above-content-body"></section>\n          <section id="content-core">\n            \n    \n      <p class="discreet">\n        Careful, it\'s possible someone is executing an exploit against you.\n        Verify you just performed an action on this site and that you were\n        not referred here by a different website or email.\n      </p>\n      <form method="GET" action="http://nohost/plone/Members/test_user_1_/portal_factory/Image/image.2015-09-06.1734824206/atct_edit">\n        \n          <input type="hidden" name="_authenticator" value="b68fb62db42e692a55f654e8b465341b8addcbba/image" />\n        \n          <input type="hidden" name="original_url" value="http://nohost/plone/Members/test_user_1_/portal_factory/Image/image.2015-09-06.1734824206/atct_edit" />\n        \n        <dl>\n          <dt>Original URL</dt>\n          <dd>http://nohost/plone/Members/test_user_1_/portal_factory/Image/image.2015-09-06.1734824206/atct_edit</dd>\n        </dl>\n        <div class="formControls">\n          <input type="submit" value="Confirm action" name="form.button.confirm" class="standalone" />\n        </div>\n      </form>\n    \n  \n          </section>\n          <section id="viewlet-below-content-body">\n\n    <div class="visualClear"><!-- --></div>\n\n    <div class="documentActions">\n        \n\n        \n\n    </div>\n\n</section>\n\n          \n        </article>\n            </div>\n          </div>\n          <footer class="row">\n            <div class="col-xs-12 col-sm-12">\n             <div id="viewlet-below-content">\n</div>\n            </div>\n          </footer>\n      </div><!--/row-->\n  \n          <div id="column2-container">\n          </div>\n        </main><!--/row-->\n\n      </div><!--/.container-->\n    </div><!-- outer-wrapper --><footer id="portal-footer-wrapper" role="contentinfo">\n      <div class="container" id="portal-footer">\n      <div class="row">\n\t<div class="col-xs-12">\n\t\t\n<div class="portletWrapper" id="portletwrapper-706c6f6e652e666f6f746572706f72746c6574730a636f6e746578740a2f706c6f6e650a666f6f746572" data-portlethash="706c6f6e652e666f6f746572706f72746c6574730a636f6e746578740a2f706c6f6e650a666f6f746572">\n\n\n  \n\n  \n    \n\n  <section class="portlet portletClassic" id="portal-footer-signature">\n    <div class="portletContent">\n      The \n           <a href="http://plone.com">Plone<sup>\xc2\xae</sup> Open Source CMS/WCM</a>\n       is <abbr title="Copyright">\xc2\xa9</abbr> 2000-2015 by the \n           <a href="http://plone.org/foundation">Plone Foundation</a> and friends.\n\n      Distributed under the \n                <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.\n    </div>\n  </section>\n\n\n  \n\n</div>\n\n<div class="portletWrapper" id="portletwrapper-706c6f6e652e666f6f746572706f72746c6574730a636f6e746578740a2f706c6f6e650a616374696f6e73" data-portlethash="706c6f6e652e666f6f746572706f72746c6574730a636f6e746578740a2f706c6f6e650a616374696f6e73">\n\n<section class="portlet portletActions" role="menu">\n\n  \n  <section class="portletContent">\n    <ul>\n      \n        <li class="portletItem">\n          <a href="http://nohost/plone/sitemap">\n\n            <span>Site Map</span>\n\n            \n\n          </a>\n        </li>\n      \n        <li class="portletItem">\n          <a href="http://nohost/plone/accessibility-info">\n\n            <span>Accessibility</span>\n\n            \n\n          </a>\n        </li>\n      \n        <li class="portletItem">\n          <a href="http://nohost/plone/contact-info" class="pat-plone-modal" data-pat-plone-modal="{}">\n\n            <span>Contact</span>\n\n            \n\n          </a>\n        </li>\n      \n    </ul>\n  </section>\n</section>\n\n</div>\n\n<div class="portletWrapper" id="portletwrapper-706c6f6e652e666f6f746572706f72746c6574730a636f6e746578740a2f706c6f6e650a636f6c6f70686f6e" data-portlethash="706c6f6e652e666f6f746572706f72746c6574730a636f6e746578740a2f706c6f6e650a636f6c6f70686f6e">\n\n\n  \n\n  \n    \n\n  <section class="portlet portletClassic" id="portal-colophon">\n    <div class="portletContent">\n      <a href="http://plone.com" target="_blank" title="This site was built using the Plone Open Source CMS/WCM.">Powered by Plone & Python</a>\n    </div>\n  </section>\n\n\n  \n\n</div>\n\n\n\t</div>\n</div>\n\n\n    </div>\n    </footer></body>\n</html>'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 172, in replacement-types.txt
Failed example:
    browser.headers.getheader('content-type')
Expected:
    'image/gif'
Got:
    'text/html; charset=UTF-8'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 179, in replacement-types.txt
Failed example:
    folder.bar.getPrimaryField().required = False
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[80]>", line 1, in <module>
        folder.bar.getPrimaryField().required = False
    AttributeError: bar
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 182, in replacement-types.txt
Failed example:
    browser.getLink('Edit').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[82]>", line 1, in <module>
        browser.getLink('Edit').click()
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 328, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 620, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 183, in replacement-types.txt
Failed example:
    browser.getControl('Delete current').selected = True
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[83]>", line 1, in <module>
        browser.getControl('Delete current').selected = True
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Delete current'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 184, in replacement-types.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[84]>", line 1, in <module>
        browser.getControl('Save').click()
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 185, in replacement-types.txt
Failed example:
    'Changes saved' in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 187, in replacement-types.txt
Failed example:
    'No image has been uploaded yet' in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.blob-1.5.16-py2.7.egg/plone/app/blob/tests/replacement-types.txt", line 192, in replacement-types.txt
Failed example:
    folder.foo.getImage().data
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[87]>", line 1, in <module>
        folder.foo.getImage().data
    AttributeError: foo


  File "/usr/lib/python2.7/unittest/case.py", line 331, in run
    testMethod()
  File "/usr/lib/python2.7/doctest.py", line 2226, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))





More information about the Testbot mailing list