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