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

Changes:

[dave] [#5496] do pagination of browse_commits page for hg/git; calculate

[dave] [#5496] separate commit id from commit message, so messages can all be

[dave] [#5496] nicer plurals

------------------------------------------
[...truncated 1930 lines...]
finished `nosetests  --with-xunitmp --cover-package=forgeshorturl --processes=4 
--process-timeout=360` in ForgeShortUrl
<DummyProcess(Thread-1, started daemon 140061997192960)> running `nosetests  
--with-xunitmp --cover-package=forgetracker --processes=4 
--process-timeout=360` in ForgeTracker

.................................................................................................................................................................................................
----------------------------------------------------------------------
Ran 193 tests in 103.064s

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

............
----------------------------------------------------------------------
Ran 12 tests in 12.378s

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

............................................................................................................................................................................................................................................................................................................S....................................................................................................................................................................................................EEE..EEEEEEEEE..................................................SSSSSSSSSSS..........................................................................................................................................................S......................................................................................................................................................................................................................................................................................................................................................................................................
======================================================================
ERROR: test_existing_lcd_partial (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 352, in test_existing_lcd_partial
    lcd = M.repository.LastCommit.get(commit4.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_existing_lcd_unchained (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 325, in test_existing_lcd_unchained
    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_loop (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 392, in test_loop
    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_no_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 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 200.984s

FAILED (SKIP=13, errors=12)
finished `nosetests allura/tests/ --with-xunitmp --cover-package=allura 
--processes=4 --process-timeout=360` in Allura
<DummyProcess(Thread-2, started daemon 140061988800256)> 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 .
...........................................................S........
----------------------------------------------------------------------
Ran 68 tests in 33.842s

OK (SKIP=1)
finished `nosetests  --with-xunitmp --cover-package=forgewiki --processes=4 
--process-timeout=360` in ForgeWiki
..........................................................................................
----------------------------------------------------------------------
Ran 90 tests in 168.903s

OK
finished `nosetests  --with-xunitmp --cover-package=forgesvn ` in ForgeSVN
.........................................................................................................................................
----------------------------------------------------------------------
Ran 137 tests in 245.351s

OK
finished `nosetests  --with-xunitmp --cover-package=forgegit ` in ForgeGit
Running setup_app() from allura.websetup
/p/test/wiki/_discuss/thread/942f63a4/ 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

Reply via email to