See <https://builds.apache.org/job/Allura/1280/display/redirect?page=changes>

Changes:

[ktaylor] [#8198] option to delete activity records

------------------------------------------
[...truncated 60.77 KB...]
| +-- lodash.omit@3.1.0 
| | +-- lodash._arraymap@3.0.0 
| | `-- lodash._basedifference@3.0.3 
| +-- minimatch@3.0.4 
| +-- object-assign@4.1.1 
| +-- optionator@0.6.0 
| | +-- deep-is@0.1.3 
| | +-- fast-levenshtein@1.0.7 
| | +-- levn@0.2.5 
| | +-- prelude-ls@1.1.2 
| | +-- type-check@0.3.2 
| | `-- wordwrap@0.0.3 
| +-- path-is-absolute@1.0.1 
| +-- path-is-inside@1.0.2 
| +-- shelljs@0.5.3 
| +-- strip-json-comments@1.0.4 
| +-- text-table@0.2.0 
| +-- user-home@2.0.0 
| | `-- os-homedir@1.0.2 
| `-- xml-escape@1.0.0 
+-- eslint-config-xo@0.9.2 
| `-- deep-assign@2.0.0 
|   `-- is-obj@1.0.1 
+-- eslint-config-xo-react@0.3.0 
+-- eslint-plugin-html@1.7.0 
| `-- htmlparser2@3.9.2 
|   +-- domelementtype@1.3.0 
|   +-- domhandler@2.4.1 
|   +-- domutils@1.7.0 
|   | `-- dom-serializer@0.1.0 
|   |   `-- domelementtype@1.1.3 
|   `-- entities@1.1.1 
+-- eslint-plugin-react@3.16.1 
`-- esprima-fb@15001.1001.0-dev-harmony-fb 

Not running tests for ForgeSVN, since it isn't set up
Not running tests for virtualenv-1.9.1, since it isn't set up
<DummyProcess(Thread-2, started daemon 140418678966016)> running `nosetests  
--with-xunitmp --cover-package=alluratest --processes=4 --process-timeout=360` 
in AlluraTest

<DummyProcess(Thread-1, started daemon 140418687358720)> running `nosetests 
allura/tests/ --with-xunitmp --cover-package=allura --processes=4 
--process-timeout=360` in Allura

<DummyProcess(Thread-3, started daemon 140418670573312)> running `nosetests  
--with-xunitmp --cover-package=forgeactivity --processes=4 
--process-timeout=360` in ForgeActivity

<DummyProcess(Thread-4, started daemon 140418452813568)> running `nosetests  
--with-xunitmp --cover-package=forgeblog --processes=4 --process-timeout=360` 
in ForgeBlog
<DummyProcess(Thread-5, started daemon 140418444420864)> running `nosetests  
--with-xunitmp --cover-package=forgechat --processes=4 --process-timeout=360` 
in ForgeChat


<DummyProcess(Thread-6, started daemon 140418436028160)> running `nosetests  
--with-xunitmp --cover-package=forgediscussion --processes=4 
--process-timeout=360` in ForgeDiscussion

..
----------------------------------------------------------------------
Ran 2 tests in 2.839s

OK
finished `nosetests  --with-xunitmp --cover-package=forgechat --processes=4 
--process-timeout=360` in ForgeChat
<DummyProcess(Thread-5, started daemon 140418444420864)> running `nosetests  
--with-xunitmp --cover-package=forgegit ` in ForgeGit

............No config file found, using default configuration
.No config file found, using default configuration
.No config file found, using default configuration
.No config file found, using default configuration
......................
----------------------------------------------------------------------
Ran 22 tests in 8.524s

OK
finished `nosetests  --with-xunitmp --cover-package=forgeactivity --processes=4 
--process-timeout=360` in ForgeActivity
<DummyProcess(Thread-3, started daemon 140418670573312)> running `nosetests  
--with-xunitmp --cover-package=forgeimporters --processes=4 
--process-timeout=360` in ForgeImporters

.No config file found, using default configuration
.No config file found, using default configuration
.No config file found, using default configuration
.No config file found, using default configuration
.No config file found, using default configuration
....No config file found, using default configuration
.No config file found, using default configuration
.No config file found, using default configuration
.
----------------------------------------------------------------------
Ran 27 tests in 18.138s

OK
.................................................SSS.
----------------------------------------------------------------------
Ran 53 tests in 18.179s

OK (SKIP=3)
finished `nosetests  --with-xunitmp --cover-package=alluratest --processes=4 
--process-timeout=360` in AlluraTest
<DummyProcess(Thread-2, started daemon 140418678966016)> running `nosetests  
--with-xunitmp --cover-package=forgelink --processes=4 --process-timeout=360` 
in ForgeLink

finished `nosetests  --with-xunitmp --cover-package=forgeblog --processes=4 
--process-timeout=360` in ForgeBlog
<DummyProcess(Thread-4, started daemon 140418452813568)> running `nosetests  
--with-xunitmp --cover-package=forgeshorturl --processes=4 
--process-timeout=360` in ForgeShortUrl

...F......F
======================================================================
FAIL: forgeshorturl.tests.functional.test.TestRootController.test_shorturl_add
----------------------------------------------------------------------
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/ForgeShortUrl/forgeshorturl/tests/functional/test.py";,>
 line 46, in test_shorturl_add
    assert redirected.request.url == 'http://www.google.com/'
AssertionError: 
-------------------- >> begin captured stdout << ---------------------
Running setup_app() from allura.websetup

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

======================================================================
FAIL: 
forgeshorturl.tests.functional.test.TestRootController.test_shorturl_update
----------------------------------------------------------------------
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/ForgeShortUrl/forgeshorturl/tests/functional/test.py";,>
 line 63, in test_shorturl_update
    assert redirected.request.url == 'http://www.google.com/'
AssertionError: 
-------------------- >> begin captured stdout << ---------------------
Running setup_app() from allura.websetup

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

----------------------------------------------------------------------
Ran 11 tests in 5.504s

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

..............F.F
======================================================================
FAIL: 
forgelink.tests.functional.test_root.TestRootController.test_root_index_with_url
----------------------------------------------------------------------
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/ForgeLink/forgelink/tests/functional/test_root.py";,>
 line 38, in test_root_index_with_url
    assert redirected.request.url == 'http://www.google.com/'
AssertionError: 
-------------------- >> begin captured stdout << ---------------------
Running setup_app() from allura.websetup

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

======================================================================
FAIL: forgelink.tests.functional.test_root.TestRootController.test_root_with_url
----------------------------------------------------------------------
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/ForgeLink/forgelink/tests/functional/test_root.py";,>
 line 46, in test_root_with_url
    assert redirected.request.url == 'http://www.google.com/'
AssertionError: 
-------------------- >> begin captured stdout << ---------------------
Running setup_app() from allura.websetup

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

----------------------------------------------------------------------
Ran 17 tests in 6.701s

FAILED (failures=2)
finished `nosetests  --with-xunitmp --cover-package=forgelink --processes=4 
--process-timeout=360` in ForgeLink
<DummyProcess(Thread-2, started daemon 140418678966016)> running `nosetests  
--with-xunitmp --cover-package=forgeuserstats --processes=4 
--process-timeout=360` in ForgeUserStats

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

OK (SKIP=8)
finished `nosetests  --with-xunitmp --cover-package=forgeimporters 
--processes=4 --process-timeout=360` in ForgeImporters
<DummyProcess(Thread-3, started daemon 140418670573312)> running `nosetests  
--with-xunitmp --cover-package=forgewiki --processes=4 --process-timeout=360` 
in ForgeWiki

............
----------------------------------------------------------------------
Ran 12 tests in 13.481s

OK
finished `nosetests  --with-xunitmp --cover-package=forgeuserstats 
--processes=4 --process-timeout=360` in ForgeUserStats
<DummyProcess(Thread-2, started daemon 140418678966016)> 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 .
....................................................................
----------------------------------------------------------------------
Ran 68 tests in 45.418s

OK
finished `nosetests  --with-xunitmp --cover-package=forgediscussion 
--processes=4 --process-timeout=360` in ForgeDiscussion
...........................................................S........
----------------------------------------------------------------------
Ran 68 tests in 30.181s

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

OK
finished `nosetests  --with-xunitmp --cover-package=forgetracker --processes=4 
--process-timeout=360` in ForgeTracker
................................................................................................................................F.................................................................................................................................................................................S.....................................................................................................................................................................................................................................................................SSSSSSSSSSS...............................................................................................................................................................S......................................................................................................................................................................................................................................................................................................................................................................................................
======================================================================
FAIL: allura.tests.functional.test_auth.TestOAuth.test_request_token_valid
----------------------------------------------------------------------
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/functional/test_auth.py";,>
 line 1618, in test_request_token_valid
    query_string='')
  File 
"<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/mock.py";,>
 line 846, in assert_called_once_with
    return self.assert_called_with(*args, **kwargs)
  File 
"<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/mock.py";,>
 line 835, in assert_called_with
    raise AssertionError(msg)
AssertionError: Expected call: from_request('POST', 
'http://localhost/rest/oauth/request_token', query_string='', headers={'Host': 
'localhost:80', 'Content-Type': 'application/x-www-form-urlencoded; 
charset="utf-8"'}, parameters={'key': 'value'})
Actual call: from_request('POST', 'http://localhost/rest/oauth/request_token', 
query_string='', headers={'Host': 'localhost', 'Content-Type': 
'application/x-www-form-urlencoded; charset="utf-8"'}, parameters={'key': 
u'value'})
-------------------- >> begin captured stdout << ---------------------
Running setup_app() from allura.websetup

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

----------------------------------------------------------------------
Ran 1129 tests in 160.309s

FAILED (SKIP=13, failures=1)
finished `nosetests allura/tests/ --with-xunitmp --cover-package=allura 
--processes=4 --process-timeout=360` in Allura
..............................................................................................................................................
----------------------------------------------------------------------
Ran 142 tests in 173.673s

OK
finished `nosetests  --with-xunitmp --cover-package=forgegit ` in ForgeGit
Running setup_app() from allura.websetup
/p/test/wiki/_discuss/thread/94777327/ 200 OK
{"sidebar": 1, "jinja": 1, "markdown": 4, "ming": 111}
Build step 'Execute shell' marked build as failure
Recording plot data
[Cobertura] Skipping Cobertura coverage report as build was not SUCCESS or 
better ...

Recording test results

Reply via email to