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/11/02 14:32:10 UTC

Build failed in Jenkins: Allura #1113

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

Changes:

[dave] Add rel=nofollow to links in user profiles

------------------------------------------
[...truncated 2063 lines...]
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/tests/model/test_repo.py",> line 232, in test_multiple_commits_no_overlap
    lcd = M.repository.LastCommit.get(commit3.tree)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/model/repository.py",> line 1571, in get
    last_commit_id = cls._last_commit_id(tree.commit, path)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/model/repository.py",> line 1544, in _last_commit_id
    rev = commit.repo.log(commit._id, path, id_only=True, limit=1).next()
TypeError: _log() got an unexpected keyword argument 'limit'
-------------------- >> begin captured stdout << ---------------------
Running setup_app() from allura.websetup

--------------------- >> end captured stdout << ----------------------

======================================================================
ERROR: test_multiple_commits_subdir_change (allura.tests.model.test_repo.TestLastCommit)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/tests/model/test_repo.py",> line 257, in test_multiple_commits_subdir_change
    lcd = M.repository.LastCommit.get(commit3.tree)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/model/repository.py",> line 1571, in get
    last_commit_id = cls._last_commit_id(tree.commit, path)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/model/repository.py",> line 1544, in _last_commit_id
    rev = commit.repo.log(commit._id, path, id_only=True, limit=1).next()
TypeError: _log() got an unexpected keyword argument 'limit'
-------------------- >> begin captured stdout << ---------------------
Running setup_app() from allura.websetup

--------------------- >> end captured stdout << ----------------------

======================================================================
ERROR: test_multiple_commits_with_overlap (allura.tests.model.test_repo.TestLastCommit)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/tests/model/test_repo.py",> line 245, in test_multiple_commits_with_overlap
    lcd = M.repository.LastCommit.get(commit3.tree)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/model/repository.py",> line 1571, in get
    last_commit_id = cls._last_commit_id(tree.commit, path)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/model/repository.py",> line 1544, in _last_commit_id
    rev = commit.repo.log(commit._id, path, id_only=True, limit=1).next()
TypeError: _log() got an unexpected keyword argument 'limit'
-------------------- >> begin captured stdout << ---------------------
Running setup_app() from allura.websetup

--------------------- >> end captured stdout << ----------------------

======================================================================
ERROR: test_single_commit (allura.tests.model.test_repo.TestLastCommit)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/tests/model/test_repo.py",> line 221, in test_single_commit
    lcd = M.repository.LastCommit.get(commit1.tree)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/model/repository.py",> line 1571, in get
    last_commit_id = cls._last_commit_id(tree.commit, path)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/model/repository.py",> line 1544, in _last_commit_id
    rev = commit.repo.log(commit._id, path, id_only=True, limit=1).next()
TypeError: _log() got an unexpected keyword argument 'limit'
-------------------- >> begin captured stdout << ---------------------
Running setup_app() from allura.websetup

--------------------- >> end captured stdout << ----------------------

======================================================================
ERROR: test_subdir_lcd (allura.tests.model.test_repo.TestLastCommit)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/tests/model/test_repo.py",> line 269, in test_subdir_lcd
    lcd = M.repository.LastCommit.get(tree)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/model/repository.py",> line 1571, in get
    last_commit_id = cls._last_commit_id(tree.commit, path)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/model/repository.py",> line 1544, in _last_commit_id
    rev = commit.repo.log(commit._id, path, id_only=True, limit=1).next()
TypeError: _log() got an unexpected keyword argument 'limit'
-------------------- >> begin captured stdout << ---------------------
Running setup_app() from allura.websetup

--------------------- >> end captured stdout << ----------------------

======================================================================
ERROR: test_subdir_lcd_always_empty (allura.tests.model.test_repo.TestLastCommit)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/tests/model/test_repo.py",> line 293, in test_subdir_lcd_always_empty
    lcd = M.repository.LastCommit.get(tree)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/model/repository.py",> line 1571, in get
    last_commit_id = cls._last_commit_id(tree.commit, path)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/model/repository.py",> line 1544, in _last_commit_id
    rev = commit.repo.log(commit._id, path, id_only=True, limit=1).next()
TypeError: _log() got an unexpected keyword argument 'limit'
-------------------- >> begin captured stdout << ---------------------
Running setup_app() from allura.websetup

--------------------- >> end captured stdout << ----------------------

======================================================================
ERROR: test_subdir_lcd_emptied (allura.tests.model.test_repo.TestLastCommit)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/tests/model/test_repo.py",> line 302, in test_subdir_lcd_emptied
    lcd = M.repository.LastCommit.get(tree)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/model/repository.py",> line 1571, in get
    last_commit_id = cls._last_commit_id(tree.commit, path)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/model/repository.py",> line 1544, in _last_commit_id
    rev = commit.repo.log(commit._id, path, id_only=True, limit=1).next()
TypeError: _log() got an unexpected keyword argument 'limit'
-------------------- >> begin captured stdout << ---------------------
Running setup_app() from allura.websetup

--------------------- >> end captured stdout << ----------------------

======================================================================
ERROR: test_subdir_lcd_prev_commit (allura.tests.model.test_repo.TestLastCommit)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/tests/model/test_repo.py",> line 282, in test_subdir_lcd_prev_commit
    lcd = M.repository.LastCommit.get(tree)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/model/repository.py",> line 1571, in get
    last_commit_id = cls._last_commit_id(tree.commit, path)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/model/repository.py",> line 1544, in _last_commit_id
    rev = commit.repo.log(commit._id, path, id_only=True, limit=1).next()
TypeError: _log() got an unexpected keyword argument 'limit'
-------------------- >> begin captured stdout << ---------------------
Running setup_app() from allura.websetup

--------------------- >> end captured stdout << ----------------------

======================================================================
ERROR: test_timeout (allura.tests.model.test_repo.TestLastCommit)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/tests/model/test_repo.py",> line 379, in test_timeout
    lcd = M.repository.LastCommit.get(commit3.tree)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/model/repository.py",> line 1571, in get
    last_commit_id = cls._last_commit_id(tree.commit, path)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/model/repository.py",> line 1544, in _last_commit_id
    rev = commit.repo.log(commit._id, path, id_only=True, limit=1).next()
TypeError: _log() got an unexpected keyword argument 'limit'
-------------------- >> begin captured stdout << ---------------------
Running setup_app() from allura.websetup

--------------------- >> end captured stdout << ----------------------

----------------------------------------------------------------------
Ran 1117 tests in 142.541s

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

...................
----------------------------------------------------------------------
Ran 19 tests in 4.969s

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

.........................................SSS........
----------------------------------------------------------------------
Ran 52 tests in 13.252s

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

..
----------------------------------------------------------------------
Ran 2 tests in 1.982s

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

...................................................................
----------------------------------------------------------------------
Ran 67 tests in 41.811s

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

.........................................................................................................................................
----------------------------------------------------------------------
Ran 137 tests in 155.325s

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

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

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

.................
----------------------------------------------------------------------
Ran 17 tests in 3.516s

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

...........
----------------------------------------------------------------------
Ran 11 tests in 3.435s

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

.................................................................................................................................................................................................
----------------------------------------------------------------------
Ran 193 tests in 68.163s

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

............
----------------------------------------------------------------------
Ran 12 tests in 7.902s

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

...........................................................S........
----------------------------------------------------------------------
Ran 68 tests in 21.263s

OK (SKIP=1)
finished `nosetests  --with-xunitmp --cover-package=forgewiki --processes=4 --process-timeout=360` in ForgeWiki
<DummyProcess(Thread-1, started daemon 140494313551616)> 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/0fc4b75c/ 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 #1115

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


Build failed in Jenkins: Allura #1114

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

------------------------------------------
[...truncated 1031 lines...]

======================================================================
ERROR: test_multiple_commits_subdir_change (allura.tests.model.test_repo.TestLastCommit)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/tests/model/test_repo.py",> line 257, in test_multiple_commits_subdir_change
    lcd = M.repository.LastCommit.get(commit3.tree)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/model/repository.py",> line 1571, in get
    last_commit_id = cls._last_commit_id(tree.commit, path)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/model/repository.py",> line 1544, in _last_commit_id
    rev = commit.repo.log(commit._id, path, id_only=True, limit=1).next()
TypeError: _log() got an unexpected keyword argument 'limit'
-------------------- >> begin captured stdout << ---------------------
Running setup_app() from allura.websetup

--------------------- >> end captured stdout << ----------------------

======================================================================
ERROR: test_multiple_commits_with_overlap (allura.tests.model.test_repo.TestLastCommit)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/tests/model/test_repo.py",> line 245, in test_multiple_commits_with_overlap
    lcd = M.repository.LastCommit.get(commit3.tree)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/model/repository.py",> line 1571, in get
    last_commit_id = cls._last_commit_id(tree.commit, path)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/model/repository.py",> line 1544, in _last_commit_id
    rev = commit.repo.log(commit._id, path, id_only=True, limit=1).next()
TypeError: _log() got an unexpected keyword argument 'limit'
-------------------- >> begin captured stdout << ---------------------
Running setup_app() from allura.websetup

--------------------- >> end captured stdout << ----------------------

======================================================================
ERROR: test_single_commit (allura.tests.model.test_repo.TestLastCommit)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/tests/model/test_repo.py",> line 221, in test_single_commit
    lcd = M.repository.LastCommit.get(commit1.tree)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/model/repository.py",> line 1571, in get
    last_commit_id = cls._last_commit_id(tree.commit, path)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/model/repository.py",> line 1544, in _last_commit_id
    rev = commit.repo.log(commit._id, path, id_only=True, limit=1).next()
TypeError: _log() got an unexpected keyword argument 'limit'
-------------------- >> begin captured stdout << ---------------------
Running setup_app() from allura.websetup

--------------------- >> end captured stdout << ----------------------

======================================================================
ERROR: test_subdir_lcd (allura.tests.model.test_repo.TestLastCommit)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/tests/model/test_repo.py",> line 269, in test_subdir_lcd
    lcd = M.repository.LastCommit.get(tree)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/model/repository.py",> line 1571, in get
    last_commit_id = cls._last_commit_id(tree.commit, path)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/model/repository.py",> line 1544, in _last_commit_id
    rev = commit.repo.log(commit._id, path, id_only=True, limit=1).next()
TypeError: _log() got an unexpected keyword argument 'limit'
-------------------- >> begin captured stdout << ---------------------
Running setup_app() from allura.websetup

--------------------- >> end captured stdout << ----------------------

======================================================================
ERROR: test_subdir_lcd_always_empty (allura.tests.model.test_repo.TestLastCommit)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/tests/model/test_repo.py",> line 293, in test_subdir_lcd_always_empty
    lcd = M.repository.LastCommit.get(tree)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/model/repository.py",> line 1571, in get
    last_commit_id = cls._last_commit_id(tree.commit, path)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/model/repository.py",> line 1544, in _last_commit_id
    rev = commit.repo.log(commit._id, path, id_only=True, limit=1).next()
TypeError: _log() got an unexpected keyword argument 'limit'
-------------------- >> begin captured stdout << ---------------------
Running setup_app() from allura.websetup

--------------------- >> end captured stdout << ----------------------

======================================================================
ERROR: test_subdir_lcd_emptied (allura.tests.model.test_repo.TestLastCommit)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/tests/model/test_repo.py",> line 302, in test_subdir_lcd_emptied
    lcd = M.repository.LastCommit.get(tree)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/model/repository.py",> line 1571, in get
    last_commit_id = cls._last_commit_id(tree.commit, path)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/model/repository.py",> line 1544, in _last_commit_id
    rev = commit.repo.log(commit._id, path, id_only=True, limit=1).next()
TypeError: _log() got an unexpected keyword argument 'limit'
-------------------- >> begin captured stdout << ---------------------
Running setup_app() from allura.websetup

--------------------- >> end captured stdout << ----------------------

======================================================================
ERROR: test_subdir_lcd_prev_commit (allura.tests.model.test_repo.TestLastCommit)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/tests/model/test_repo.py",> line 282, in test_subdir_lcd_prev_commit
    lcd = M.repository.LastCommit.get(tree)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/model/repository.py",> line 1571, in get
    last_commit_id = cls._last_commit_id(tree.commit, path)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/model/repository.py",> line 1544, in _last_commit_id
    rev = commit.repo.log(commit._id, path, id_only=True, limit=1).next()
TypeError: _log() got an unexpected keyword argument 'limit'
-------------------- >> begin captured stdout << ---------------------
Running setup_app() from allura.websetup

--------------------- >> end captured stdout << ----------------------

======================================================================
ERROR: test_timeout (allura.tests.model.test_repo.TestLastCommit)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/tests/model/test_repo.py",> line 379, in test_timeout
    lcd = M.repository.LastCommit.get(commit3.tree)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/model/repository.py",> line 1571, in get
    last_commit_id = cls._last_commit_id(tree.commit, path)
  File "<https://builds.apache.org/job/Allura/ws/Allura/allura/model/repository.py",> line 1544, in _last_commit_id
    rev = commit.repo.log(commit._id, path, id_only=True, limit=1).next()
TypeError: _log() got an unexpected keyword argument 'limit'
-------------------- >> begin captured stdout << ---------------------
Running setup_app() from allura.websetup

--------------------- >> end captured stdout << ----------------------

======================================================================
FAIL: allura.tests.test_globals.test_macro_neighborhood_feeds
----------------------------------------------------------------------
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/test_globals.py",> line 198, in test_macro_neighborhood_feeds
    assert new_len == orig_len
AssertionError: 
-------------------- >> begin captured logging << --------------------
allura.model.artifact: DEBUG: Snapshot version 2 of <class 'forgewiki.model.wiki.Page'>
--------------------- >> end captured logging << ---------------------

----------------------------------------------------------------------
Ran 1117 tests in 116.446s

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

...................
----------------------------------------------------------------------
Ran 19 tests in 4.289s

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

.................................................SSS
----------------------------------------------------------------------
Ran 52 tests in 9.298s

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

..
----------------------------------------------------------------------
Ran 2 tests in 1.606s

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

...................................................................
----------------------------------------------------------------------
Ran 67 tests in 24.618s

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

.........................................................................................................................................
----------------------------------------------------------------------
Ran 137 tests in 160.090s

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

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

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

.................
----------------------------------------------------------------------
Ran 17 tests in 5.022s

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

...........
----------------------------------------------------------------------
Ran 11 tests in 4.290s

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

.................................................................................................................................................................................................
----------------------------------------------------------------------
Ran 193 tests in 74.712s

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

............
----------------------------------------------------------------------
Ran 12 tests in 7.855s

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

...........................................................S........
----------------------------------------------------------------------
Ran 68 tests in 22.015s

OK (SKIP=1)
finished `nosetests  --with-xunitmp --cover-package=forgewiki --processes=4 --process-timeout=360` in ForgeWiki
<DummyProcess(Thread-1, started daemon 140085295621888)> 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/4f297ca2/ 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