You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@allura.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/04/08 17:46:00 UTC

Build failed in Jenkins: Allura #1027

See <https://builds.apache.org/job/Allura/1027/changes>

Changes:

[dave] CHANGES updated for ASF release 1.4.0

------------------------------------------
[...truncated 1684 lines...]
    app.install(self)
  File "<https://builds.apache.org/job/Allura/ws/ForgeWiki/forgewiki/wiki_main.py",> line 303, in install
    super(ForgeWikiApp, self).install(project)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/app.py",> line 536, in install
    session(discussion).flush()
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/ming/odm/base.py",> line 29, in inner
    result = func(obj, *args, **kwargs)
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/ming/odm/odmsession.py",> line 55, in flush
    self.uow.flush()
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/ming/odm/unit_of_work.py",> line 45, in flush
    inow(obj, st)
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/ming/odm/base.py",> line 29, in inner
    result = func(obj, *args, **kwargs)
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/ming/odm/odmsession.py",> line 67, in insert_now
    mapper(obj).insert(obj, st, self, **kwargs)
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/ming/odm/base.py",> line 29, in inner
    result = func(obj, *args, **kwargs)
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/ming/odm/mapper.py",> line 56, in insert
    session.impl.insert(doc, validate=False)
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/ming/session.py",> line 23, in wrapper
    return func(self, doc, *args, **kwargs)
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/ming/session.py",> line 163, in insert
    bson = self._impl(doc).insert(data, safe=kwargs.get('safe', True))
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/ming/mim.py",> line 390, in insert
    bson_safe(doc)
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/ming/mim.py",> line 1065, in bson_safe
    bson.BSON.encode(obj)
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/bson/__init__.py",> line 672, in encode
    return cls(_dict_to_bson(document, check_keys, uuid_subtype))
InvalidDocument: ("Cannot encode object: <MagicMock name='convert()._deinstrument()' id='139848166350224'>", "doc:  {'import_id': None, 'status': 'pending', 'spam_check_id': '', 'deleted': False, 'text': u'**bold**', 'labels': [], 'app_id': ObjectId('5707d05763aafc2b76e358c0'), 'thread_id': None, 'discussion_id': None, 'mod_date': datetime.datetime(2016, 4, 8, 15, 38, 0, 32090), 'app_config_id': ObjectId('5707d05763aafc2b76e358c0'), 'last_edit_date': None, 'slug': '05e9', 'is_meta': False, 'edit_count': 0, 'last_edit_by_id': None, 'text_cache': {'render_time': 0.0002560615539550781, 'html': <MagicMock name='convert()._deinstrument()' id='139848166350224'>, 'fix7528': 2, 'md5': 'bc0c583b1ae32c4aa45a1476678a9239'}, 'acl': [], 'parent_id': None, 'full_slug': None, 'version': 0, 'timestamp': datetime.datetime(2016, 4, 8, 15, 38, 0, 32090), 'author_id': ObjectId('5707d05763aafc2b76e35876'), '_id': u'c4b84cb789ed183c8682c3a7ec45a2af59ec0e7a.wiki@test.p.localhost'}")
-------------------- >> begin captured logging << --------------------
allura.model.artifact: DEBUG: Not updating mod_date
allura.model.artifact: DEBUG: Not updating mod_date
allura.model.artifact: DEBUG: Not updating mod_date
allura.model.artifact: DEBUG: Not updating mod_date
allura.model.artifact: DEBUG: Not updating mod_date
allura.model.artifact: DEBUG: Not updating mod_date
allura.model.artifact: DEBUG: Not updating mod_date
allura.model.artifact: DEBUG: Not updating mod_date
allura.model.artifact: DEBUG: Not updating mod_date
allura.model.artifact: DEBUG: Not updating mod_date
allura.model.artifact: DEBUG: Not updating mod_date
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: allura.tests.test_globals.test_hideawards_macro
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/nose/case.py",> line 197, in runTest
    self.test(*self.arg)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/tests/decorators.py",> line 82, in wrapped
    return func(*args, **kw)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/tests/test_globals.py",> line 629, in test_hideawards_macro
    ThreadLocalORMSession.flush_all()
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/ming/odm/odmsession.py",> line 218, in flush_all
    sess.flush()
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/ming/odm/base.py",> line 29, in inner
    result = func(obj, *args, **kwargs)
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/ming/odm/odmsession.py",> line 55, in flush
    self.uow.flush()
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/ming/odm/unit_of_work.py",> line 45, in flush
    inow(obj, st)
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/ming/odm/base.py",> line 29, in inner
    result = func(obj, *args, **kwargs)
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/ming/odm/odmsession.py",> line 67, in insert_now
    mapper(obj).insert(obj, st, self, **kwargs)
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/ming/odm/base.py",> line 29, in inner
    result = func(obj, *args, **kwargs)
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/ming/odm/mapper.py",> line 56, in insert
    session.impl.insert(doc, validate=False)
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/ming/session.py",> line 23, in wrapper
    return func(self, doc, *args, **kwargs)
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/ming/session.py",> line 163, in insert
    bson = self._impl(doc).insert(data, safe=kwargs.get('safe', True))
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/ming/mim.py",> line 390, in insert
    bson_safe(doc)
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/ming/mim.py",> line 1065, in bson_safe
    bson.BSON.encode(obj)
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/bson/__init__.py",> line 672, in encode
    return cls(_dict_to_bson(document, check_keys, uuid_subtype))
InvalidDocument: ("Cannot encode object: <MagicMock name='convert()._deinstrument()' id='139848166350224'>", "doc:  {'import_id': None, 'status': 'pending', 'spam_check_id': '', 'deleted': False, 'text': u'**bold**', 'labels': [], 'app_id': ObjectId('5707d05763aafc2b76e358c0'), 'thread_id': None, 'discussion_id': None, 'mod_date': datetime.datetime(2016, 4, 8, 15, 38, 0, 32090), 'app_config_id': ObjectId('5707d05763aafc2b76e358c0'), 'last_edit_date': None, 'slug': '05e9', 'is_meta': False, 'edit_count': 0, 'last_edit_by_id': None, 'text_cache': {'render_time': 0.0002560615539550781, 'html': <MagicMock name='convert()._deinstrument()' id='139848166350224'>, 'fix7528': 2, 'md5': 'bc0c583b1ae32c4aa45a1476678a9239'}, 'acl': [], 'parent_id': None, 'full_slug': None, 'version': 0, 'timestamp': datetime.datetime(2016, 4, 8, 15, 38, 0, 32090), 'author_id': ObjectId('5707d05763aafc2b76e35876'), '_id': u'c4b84cb789ed183c8682c3a7ec45a2af59ec0e7a.wiki@test.p.localhost'}")
-------------------- >> begin captured logging << --------------------
allura.model.artifact: DEBUG: Not updating mod_date
allura.model.artifact: DEBUG: Not updating mod_date
allura.model.artifact: DEBUG: Not updating mod_date
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: allura.tests.test_globals.test_macro_include_no_extra_br
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/nose/case.py",> line 197, in runTest
    self.test(*self.arg)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/tests/decorators.py",> line 82, in wrapped
    return func(*args, **kw)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/tests/test_globals.py",> line 276, in test_macro_include_no_extra_br
    p.commit()
  File "<https://builds.apache.org/job/Allura/ws/ForgeWiki/forgewiki/model/wiki.py",> line 148, in commit
    session(self).flush()
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/ming/odm/base.py",> line 29, in inner
    result = func(obj, *args, **kwargs)
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/ming/odm/odmsession.py",> line 55, in flush
    self.uow.flush()
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/ming/odm/unit_of_work.py",> line 45, in flush
    inow(obj, st)
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/ming/odm/base.py",> line 29, in inner
    result = func(obj, *args, **kwargs)
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/ming/odm/odmsession.py",> line 67, in insert_now
    mapper(obj).insert(obj, st, self, **kwargs)
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/ming/odm/base.py",> line 29, in inner
    result = func(obj, *args, **kwargs)
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/ming/odm/mapper.py",> line 56, in insert
    session.impl.insert(doc, validate=False)
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/ming/session.py",> line 23, in wrapper
    return func(self, doc, *args, **kwargs)
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/ming/session.py",> line 163, in insert
    bson = self._impl(doc).insert(data, safe=kwargs.get('safe', True))
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/ming/mim.py",> line 390, in insert
    bson_safe(doc)
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/ming/mim.py",> line 1065, in bson_safe
    bson.BSON.encode(obj)
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/bson/__init__.py",> line 672, in encode
    return cls(_dict_to_bson(document, check_keys, uuid_subtype))
InvalidDocument: ("Cannot encode object: <MagicMock name='convert()._deinstrument()' id='139848166350224'>", "doc:  {'import_id': None, 'status': 'pending', 'spam_check_id': '', 'deleted': False, 'text': u'**bold**', 'labels': [], 'app_id': ObjectId('5707d05763aafc2b76e358c0'), 'thread_id': None, 'discussion_id': None, 'mod_date': datetime.datetime(2016, 4, 8, 15, 38, 0, 32090), 'app_config_id': ObjectId('5707d05763aafc2b76e358c0'), 'last_edit_date': None, 'slug': '05e9', 'is_meta': False, 'edit_count': 0, 'last_edit_by_id': None, 'text_cache': {'render_time': 0.0002560615539550781, 'html': <MagicMock name='convert()._deinstrument()' id='139848166350224'>, 'fix7528': 2, 'md5': 'bc0c583b1ae32c4aa45a1476678a9239'}, 'acl': [], 'parent_id': None, 'full_slug': None, 'version': 0, 'timestamp': datetime.datetime(2016, 4, 8, 15, 38, 0, 32090), 'author_id': ObjectId('5707d05763aafc2b76e35876'), '_id': u'c4b84cb789ed183c8682c3a7ec45a2af59ec0e7a.wiki@test.p.localhost'}")
-------------------- >> begin captured logging << --------------------
allura.model.artifact: DEBUG: Not updating mod_date
allura.model.artifact: DEBUG: Not updating mod_date
allura.model.artifact: DEBUG: Snapshot version 1 of <class 'forgewiki.model.wiki.Page'>
allura.model.artifact: DEBUG: Not updating mod_date
allura.model.artifact: DEBUG: Not updating mod_date
--------------------- >> end captured logging << ---------------------

======================================================================
FAIL: test_valid_cache (allura.tests.test_globals.TestCachedMarkdown)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/mock.py",> line 1618, in _inner
    return f(*args, **kw)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/tests/test_globals.py",> line 715, in test_valid_cache
    self.assertEqual(html, self.expected_html)
AssertionError: <MagicMock name='convert()' id='139848216517968'> != u'<p><strong>bold</strong></p>'

----------------------------------------------------------------------
Ran 1065 tests in 128.198s

FAILED (SKIP=13, errors=3, failures=1)
finished `nosetests allura/tests/ --with-xunitmp --cover-package=allura --processes=4 --process-timeout=360` in Allura
<DummyProcess(Thread-1, started daemon 140225582012160)> running `nosetests  --with-xunitmp --cover-package=forgeactivity --processes=4 --process-timeout=360` in ForgeActivity

..................
----------------------------------------------------------------------
Ran 18 tests in 5.494s

OK
finished `nosetests  --with-xunitmp --cover-package=forgeactivity --processes=4 --process-timeout=360` in ForgeActivity
<DummyProcess(Thread-1, started daemon 140225582012160)> running `nosetests  --with-xunitmp --cover-package=forgeblog --processes=4 --process-timeout=360` in ForgeBlog

....................................SSS.........
----------------------------------------------------------------------
Ran 48 tests in 10.627s

OK (SKIP=3)
finished `nosetests  --with-xunitmp --cover-package=forgeblog --processes=4 --process-timeout=360` in ForgeBlog
<DummyProcess(Thread-1, started daemon 140225582012160)> running `nosetests  --with-xunitmp --cover-package=forgechat --processes=4 --process-timeout=360` in ForgeChat

..
----------------------------------------------------------------------
Ran 2 tests in 2.508s

OK
finished `nosetests  --with-xunitmp --cover-package=forgechat --processes=4 --process-timeout=360` in ForgeChat
<DummyProcess(Thread-1, started daemon 140225582012160)> running `nosetests  --with-xunitmp --cover-package=forgediscussion --processes=4 --process-timeout=360` in ForgeDiscussion

.................................................................
----------------------------------------------------------------------
Ran 65 tests in 27.186s

OK
finished `nosetests  --with-xunitmp --cover-package=forgediscussion --processes=4 --process-timeout=360` in ForgeDiscussion
<DummyProcess(Thread-1, started daemon 140225582012160)> running `nosetests  --with-xunitmp --cover-package=forgegit ` in ForgeGit

.......................................................................................................................................
----------------------------------------------------------------------
Ran 135 tests in 247.256s

OK
finished `nosetests  --with-xunitmp --cover-package=forgegit ` in ForgeGit
<DummyProcess(Thread-1, started daemon 140225582012160)> running `nosetests  --with-xunitmp --cover-package=forgeimporters --processes=4 --process-timeout=360` in ForgeImporters

.................................................S.....................................................SSSS..SS..........S.
----------------------------------------------------------------------
Ran 123 tests in 14.684s

OK (SKIP=8)
finished `nosetests  --with-xunitmp --cover-package=forgeimporters --processes=4 --process-timeout=360` in ForgeImporters
<DummyProcess(Thread-1, started daemon 140225582012160)> running `nosetests  --with-xunitmp --cover-package=forgelink --processes=4 --process-timeout=360` in ForgeLink

.................
----------------------------------------------------------------------
Ran 17 tests in 5.111s

OK
finished `nosetests  --with-xunitmp --cover-package=forgelink --processes=4 --process-timeout=360` in ForgeLink
<DummyProcess(Thread-1, started daemon 140225582012160)> running `nosetests  --with-xunitmp --cover-package=forgeshorturl --processes=4 --process-timeout=360` in ForgeShortUrl

...........
----------------------------------------------------------------------
Ran 11 tests in 4.375s

OK
finished `nosetests  --with-xunitmp --cover-package=forgeshorturl --processes=4 --process-timeout=360` in ForgeShortUrl
<DummyProcess(Thread-1, started daemon 140225582012160)> running `nosetests  --with-xunitmp --cover-package=forgetracker --processes=4 --process-timeout=360` in ForgeTracker

.................................................................................................................................................................................................
----------------------------------------------------------------------
Ran 193 tests in 68.298s

OK
finished `nosetests  --with-xunitmp --cover-package=forgetracker --processes=4 --process-timeout=360` in ForgeTracker
<DummyProcess(Thread-1, started daemon 140225582012160)> running `nosetests  --with-xunitmp --cover-package=forgeuserstats --processes=4 --process-timeout=360` in ForgeUserStats

............
----------------------------------------------------------------------
Ran 12 tests in 8.990s

OK
finished `nosetests  --with-xunitmp --cover-package=forgeuserstats --processes=4 --process-timeout=360` in ForgeUserStats
<DummyProcess(Thread-1, started daemon 140225582012160)> running `nosetests  --with-xunitmp --cover-package=forgewiki --processes=4 --process-timeout=360` in ForgeWiki

.........................................................S........
----------------------------------------------------------------------
Ran 66 tests in 22.788s

OK (SKIP=1)
finished `nosetests  --with-xunitmp --cover-package=forgewiki --processes=4 --process-timeout=360` in ForgeWiki
<DummyProcess(Thread-1, started daemon 140225582012160)> running `npm run lint-es6` in .


> allura@0.0.0 lint-es6 <https://builds.apache.org/job/Allura/ws/>
> eslint -c .eslintrc-es6  --ignore-path .eslintignore-es6 Allura/allura/public/**/*.es6.js || true

finished `npm run lint-es6` in .
Running setup_app() from allura.websetup
/p/test/wiki/_discuss/thread/3bd8491b/ 200 OK
{"sidebar": 1, "jinja": 1, "markdown": 4, "ming": 105}
Build step 'Execute shell' marked build as failure
Recording plot data
Skipping Cobertura coverage report as build was not SUCCESS or better ...
Recording test results

Jenkins build is back to normal : Allura #1029

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Allura/1029/changes>


Build failed in Jenkins: Allura #1028

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Allura/1028/changes>

Changes:

[dave] [#7949] File listing in commites changed. Tests added.

------------------------------------------
[...truncated 3227 lines...]
Traceback (most recent call last):
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/nose/case.py",> line 197, in runTest
    self.test(*self.arg)
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/mock.py",> line 1201, in patched
    return func(*args, **keywargs)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/tests/test_plugin.py",> line 365, in test_get_site_notification_bad_cookie
    assert_is(ThemeProvider().get_site_notification(), note)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/lib/plugin.py",> line 1344, in get_site_notification
    tool_name = c.app.config.tool_name if c.app else ''
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/paste/registry.py",> line 137, in __getattr__
    return getattr(self._current_obj(), attr)
AttributeError: 'EmptyClass' object has no attribute 'app'

======================================================================
ERROR: allura.tests.test_plugin.TestThemeProvider.test_get_site_notification_closed
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/nose/case.py",> line 197, in runTest
    self.test(*self.arg)
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/mock.py",> line 1201, in patched
    return func(*args, **keywargs)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/tests/test_plugin.py",> line 279, in test_get_site_notification_closed
    assert_is_none(ThemeProvider().get_site_notification())
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/lib/plugin.py",> line 1344, in get_site_notification
    tool_name = c.app.config.tool_name if c.app else ''
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/paste/registry.py",> line 137, in __getattr__
    return getattr(self._current_obj(), attr)
AttributeError: 'EmptyClass' object has no attribute 'app'

======================================================================
ERROR: allura.tests.test_plugin.TestThemeProvider.test_get_site_notification_impressions_over
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/nose/case.py",> line 197, in runTest
    self.test(*self.arg)
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/mock.py",> line 1201, in patched
    return func(*args, **keywargs)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/tests/test_plugin.py",> line 293, in test_get_site_notification_impressions_over
    assert_is_none(ThemeProvider().get_site_notification())
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/lib/plugin.py",> line 1344, in get_site_notification
    tool_name = c.app.config.tool_name if c.app else ''
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/paste/registry.py",> line 137, in __getattr__
    return getattr(self._current_obj(), attr)
AttributeError: 'EmptyClass' object has no attribute 'app'

======================================================================
ERROR: allura.tests.test_plugin.TestThemeProvider.test_get_site_notification_impressions_persistent
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/nose/case.py",> line 197, in runTest
    self.test(*self.arg)
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/mock.py",> line 1201, in patched
    return func(*args, **keywargs)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/tests/test_plugin.py",> line 322, in test_get_site_notification_impressions_persistent
    assert_is(ThemeProvider().get_site_notification(), note)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/lib/plugin.py",> line 1344, in get_site_notification
    tool_name = c.app.config.tool_name if c.app else ''
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/paste/registry.py",> line 137, in __getattr__
    return getattr(self._current_obj(), attr)
AttributeError: 'EmptyClass' object has no attribute 'app'

======================================================================
ERROR: allura.tests.test_plugin.TestThemeProvider.test_get_site_notification_impressions_under
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/nose/case.py",> line 197, in runTest
    self.test(*self.arg)
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/mock.py",> line 1201, in patched
    return func(*args, **keywargs)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/tests/test_plugin.py",> line 307, in test_get_site_notification_impressions_under
    assert_is(ThemeProvider().get_site_notification(), note)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/lib/plugin.py",> line 1344, in get_site_notification
    tool_name = c.app.config.tool_name if c.app else ''
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/paste/registry.py",> line 137, in __getattr__
    return getattr(self._current_obj(), attr)
AttributeError: 'EmptyClass' object has no attribute 'app'

======================================================================
ERROR: allura.tests.test_plugin.TestThemeProvider.test_get_site_notification_new_notification
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/nose/case.py",> line 197, in runTest
    self.test(*self.arg)
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/mock.py",> line 1201, in patched
    return func(*args, **keywargs)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/tests/test_plugin.py",> line 335, in test_get_site_notification_new_notification
    assert_is(ThemeProvider().get_site_notification(), note)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/lib/plugin.py",> line 1344, in get_site_notification
    tool_name = c.app.config.tool_name if c.app else ''
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/paste/registry.py",> line 137, in __getattr__
    return getattr(self._current_obj(), attr)
AttributeError: 'EmptyClass' object has no attribute 'app'

======================================================================
ERROR: allura.tests.test_plugin.TestThemeProvider.test_get_site_notification_no_cookie
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/nose/case.py",> line 197, in runTest
    self.test(*self.arg)
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/mock.py",> line 1201, in patched
    return func(*args, **keywargs)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/tests/test_plugin.py",> line 350, in test_get_site_notification_no_cookie
    assert_is(ThemeProvider().get_site_notification(), note)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/lib/plugin.py",> line 1344, in get_site_notification
    tool_name = c.app.config.tool_name if c.app else ''
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/paste/registry.py",> line 137, in __getattr__
    return getattr(self._current_obj(), attr)
AttributeError: 'EmptyClass' object has no attribute 'app'

======================================================================
ERROR: allura.tests.test_plugin.TestThemeProvider.test_get_site_notification_no_note
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/nose/case.py",> line 197, in runTest
    self.test(*self.arg)
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/mock.py",> line 1201, in patched
    return func(*args, **keywargs)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/tests/test_plugin.py",> line 267, in test_get_site_notification_no_note
    assert_is_none(ThemeProvider().get_site_notification())
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/lib/plugin.py",> line 1344, in get_site_notification
    tool_name = c.app.config.tool_name if c.app else ''
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/paste/registry.py",> line 137, in __getattr__
    return getattr(self._current_obj(), attr)
AttributeError: 'EmptyClass' object has no attribute 'app'

======================================================================
ERROR: allura.tests.test_plugin.TestThemeProvider.test_get_site_notification_with_page_regex
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/nose/case.py",> line 197, in runTest
    self.test(*self.arg)
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/mock.py",> line 1201, in patched
    return func(*args, **keywargs)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/tests/test_plugin.py",> line 441, in test_get_site_notification_with_page_regex
    assert_is(ThemeProvider().get_site_notification(), note)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/lib/plugin.py",> line 1344, in get_site_notification
    tool_name = c.app.config.tool_name if c.app else ''
  File "<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/paste/registry.py",> line 137, in __getattr__
    return getattr(self._current_obj(), attr)
AttributeError: 'EmptyClass' object has no attribute 'app'

----------------------------------------------------------------------
Ran 1065 tests in 148.692s

FAILED (SKIP=13, errors=9)
finished `nosetests allura/tests/ --with-xunitmp --cover-package=allura --processes=4 --process-timeout=360` in Allura
<DummyProcess(Thread-1, started daemon 140313390212864)> running `nosetests  --with-xunitmp --cover-package=forgeactivity --processes=4 --process-timeout=360` in ForgeActivity

..................
----------------------------------------------------------------------
Ran 18 tests in 5.435s

OK
finished `nosetests  --with-xunitmp --cover-package=forgeactivity --processes=4 --process-timeout=360` in ForgeActivity
<DummyProcess(Thread-1, started daemon 140313390212864)> running `nosetests  --with-xunitmp --cover-package=forgeblog --processes=4 --process-timeout=360` in ForgeBlog

....................................SSS.........
----------------------------------------------------------------------
Ran 48 tests in 11.777s

OK (SKIP=3)
finished `nosetests  --with-xunitmp --cover-package=forgeblog --processes=4 --process-timeout=360` in ForgeBlog
<DummyProcess(Thread-1, started daemon 140313390212864)> running `nosetests  --with-xunitmp --cover-package=forgechat --processes=4 --process-timeout=360` in ForgeChat

..
----------------------------------------------------------------------
Ran 2 tests in 2.210s

OK
finished `nosetests  --with-xunitmp --cover-package=forgechat --processes=4 --process-timeout=360` in ForgeChat
<DummyProcess(Thread-1, started daemon 140313390212864)> running `nosetests  --with-xunitmp --cover-package=forgediscussion --processes=4 --process-timeout=360` in ForgeDiscussion

.................................................................
----------------------------------------------------------------------
Ran 65 tests in 30.992s

OK
finished `nosetests  --with-xunitmp --cover-package=forgediscussion --processes=4 --process-timeout=360` in ForgeDiscussion
<DummyProcess(Thread-1, started daemon 140313390212864)> running `nosetests  --with-xunitmp --cover-package=forgegit ` in ForgeGit

.........................................................................................................................................
----------------------------------------------------------------------
Ran 137 tests in 499.222s

OK
finished `nosetests  --with-xunitmp --cover-package=forgegit ` in ForgeGit
<DummyProcess(Thread-1, started daemon 140313390212864)> running `nosetests  --with-xunitmp --cover-package=forgeimporters --processes=4 --process-timeout=360` in ForgeImporters

.................................................S.....................................................SSSS..SS..........S.
----------------------------------------------------------------------
Ran 123 tests in 16.549s

OK (SKIP=8)
finished `nosetests  --with-xunitmp --cover-package=forgeimporters --processes=4 --process-timeout=360` in ForgeImporters
<DummyProcess(Thread-1, started daemon 140313390212864)> running `nosetests  --with-xunitmp --cover-package=forgelink --processes=4 --process-timeout=360` in ForgeLink

.................
----------------------------------------------------------------------
Ran 17 tests in 4.961s

OK
finished `nosetests  --with-xunitmp --cover-package=forgelink --processes=4 --process-timeout=360` in ForgeLink
<DummyProcess(Thread-1, started daemon 140313390212864)> running `nosetests  --with-xunitmp --cover-package=forgeshorturl --processes=4 --process-timeout=360` in ForgeShortUrl

...........
----------------------------------------------------------------------
Ran 11 tests in 4.670s

OK
finished `nosetests  --with-xunitmp --cover-package=forgeshorturl --processes=4 --process-timeout=360` in ForgeShortUrl
<DummyProcess(Thread-1, started daemon 140313390212864)> running `nosetests  --with-xunitmp --cover-package=forgetracker --processes=4 --process-timeout=360` in ForgeTracker

.................................................................................................................................................................................................
----------------------------------------------------------------------
Ran 193 tests in 78.961s

OK
finished `nosetests  --with-xunitmp --cover-package=forgetracker --processes=4 --process-timeout=360` in ForgeTracker
<DummyProcess(Thread-1, started daemon 140313390212864)> running `nosetests  --with-xunitmp --cover-package=forgeuserstats --processes=4 --process-timeout=360` in ForgeUserStats

............
----------------------------------------------------------------------
Ran 12 tests in 12.017s

OK
finished `nosetests  --with-xunitmp --cover-package=forgeuserstats --processes=4 --process-timeout=360` in ForgeUserStats
<DummyProcess(Thread-1, started daemon 140313390212864)> running `nosetests  --with-xunitmp --cover-package=forgewiki --processes=4 --process-timeout=360` in ForgeWiki

.........................................................S........
----------------------------------------------------------------------
Ran 66 tests in 26.166s

OK (SKIP=1)
finished `nosetests  --with-xunitmp --cover-package=forgewiki --processes=4 --process-timeout=360` in ForgeWiki
<DummyProcess(Thread-1, started daemon 140313390212864)> running `npm run lint-es6` in .


> allura@0.0.0 lint-es6 <https://builds.apache.org/job/Allura/ws/>
> eslint -c .eslintrc-es6  --ignore-path .eslintignore-es6 Allura/allura/public/**/*.es6.js || true

/usr/bin/env: node: No such file or directory
finished `npm run lint-es6` in .
Running setup_app() from allura.websetup
/p/test/wiki/_discuss/thread/bcb4cb68/ 200 OK
{"sidebar": 1, "jinja": 1, "markdown": 4, "ming": 105}
Build step 'Execute shell' marked build as failure
Recording plot data
Skipping Cobertura coverage report as build was not SUCCESS or better ...
Recording test results