See <https://builds.apache.org/job/Allura/969/changes>
Changes:
[dave] [#7919] we have no .min. version for react-dom since its small already
------------------------------------------
[...truncated 1576 lines...]
self.setUp()
File
"<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/nose/case.py",>
line 381, in setUp
try_run(self.inst, ('setup', 'setUp'))
File
"<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/nose/util.py",>
line 470, in try_run
return func()
File
"<https://builds.apache.org/job/Allura/ws/ForgeTracker/forgetracker/tests/unit/test_root_controller.py",>
line 44, in setUp
super(TestWhenSearchingWithCustomFields, self).setUp()
File
"<https://builds.apache.org/job/Allura/ws/ForgeTracker/forgetracker/tests/unit/test_root_controller.py",>
line 36, in setUp
super(WithUserAndBugsApp, self).setUp()
File
"<https://builds.apache.org/job/Allura/ws/ForgeTracker/forgetracker/tests/unit/__init__.py",>
line 43, in setUp
project_reg.register_neighborhood_project(neighborhood, [c.user])
File "<https://builds.apache.org/job/Allura/ws/Allura/allura/lib/plugin.py",>
line 777, in register_neighborhood_project
('admin', 'admin', 'Admin')])
File
"<https://builds.apache.org/job/Allura/ws/Allura/allura/model/project.py",>
line 1024, in configure_project
self.install_app(ep_name, mount_point, label, ordinal=i)
File
"<https://builds.apache.org/job/Allura/ws/Allura/allura/model/project.py",>
line 828, in install_app
app.install(self)
File
"<https://builds.apache.org/job/Allura/ws/ForgeWiki/forgewiki/wiki_main.py",>
line 322, in install
self.upsert_root(root_page_name)
File
"<https://builds.apache.org/job/Allura/ws/ForgeWiki/forgewiki/wiki_main.py",>
line 332, in upsert_root
p.commit()
File
"<https://builds.apache.org/job/Allura/ws/ForgeWiki/forgewiki/model/wiki.py",>
line 156, in commit
Feed.post(self, title=None, description=description)
File
"<https://builds.apache.org/job/Allura/ws/Allura/allura/model/artifact.py",>
line 859, in post
description=g.markdown.convert(description),
File
"<https://builds.apache.org/job/Allura/ws/Allura/allura/lib/app_globals.py",>
line 81, in convert
return markdown.Markdown.convert(self, source)
File
"<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/markdown/__init__.py",>
line 292, in convert
newRoot = treeprocessor.run(root)
File
"<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/markdown/treeprocessors.py",>
line 289, in run
text), child)
File
"<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/markdown/treeprocessors.py",>
line 110, in __handleInline
data, patternIndex, startIndex)
File
"<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/markdown/treeprocessors.py",>
line 237, in __applyPattern
node = pattern.handleMatch(match)
File
"<https://builds.apache.org/job/Allura/ws/Allura/allura/lib/markdown_extensions.py",>
line 385, in handleMatch
html = self.macro(m.group(2))
File "<https://builds.apache.org/job/Allura/ws/Allura/allura/lib/macro.py",>
line 77, in __call__
''.join(traceback.format_stack()),
Traceback (most recent call last):
File "<https://builds.apache.org/job/Allura/ws/Allura/allura/lib/macro.py",>
line 73, in __call__
response = macro(**h.encode_keys(args))
File "<https://builds.apache.org/job/Allura/ws/Allura/allura/lib/macro.py",>
line 442, in members
g.resource_manager.register(users)
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)
File
"<https://builds.apache.org/job/Allura/ws/Allura/allura/lib/app_globals.py",>
line 513, in resource_manager
return ew_core.widget_context.resource_manager
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)
File
"<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/paste/registry.py",>
line 197, in _current_obj
'thread' % self.____name__)
TypeError: No object (name: widget_context) has been registered for this thread
allura.model.notification: DEBUG: Notifications disabled for project --init--,
not sending metadata(<Page import_id=None labels=I[] title=u'Home' deleted=False
text='Welcome to your wiki!\n\nThis is the default page,
edit it as you see fit. To add a new page simply reference
it within brackets, e.g.: [SamplePage].\n\nThe wiki uses
[Markdown](/p/wiki/markdown_syntax/) syntax.\n\n[[members
limit=20]]\n' text_cache=I{'render_time': None, 'html':
None, 'fix7528': <Missing>, 'md5': None} version=1
mod_date=datetime.datetime(2016, 1, 8, 21, 36, 26, 75654)
viewable_by=I['all']
_id=ObjectId('56902bda26f1da7eeeb0dc72')
app_config_id=ObjectId('56902bda26f1da7eeeb0dc6b')
acl=I[]>)
allura.model.artifact: DEBUG: Snapshot version 1 of <class
'forgetracker.model.ticket.Ticket'>
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR:
forgetracker.tests.unit.test_root_controller.TestWhenSearchingWithCustomFields.test_that_tickets_are_listed
----------------------------------------------------------------------
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 381, in setUp
try_run(self.inst, ('setup', 'setUp'))
File
"<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/nose/util.py",>
line 470, in try_run
return func()
File
"<https://builds.apache.org/job/Allura/ws/ForgeTracker/forgetracker/tests/unit/test_root_controller.py",>
line 46, in setUp
self.response = tracker_main.RootController().search(q='friends')
File "<string>", line 2, in search
File
"<https://builds.apache.org/job/Allura/ws/Allura/allura/lib/patches.py",> line
86, in with_trailing_slash
response_type = getattr(request, 'response_type', None)
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)
File
"<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/paste/registry.py",>
line 197, in _current_obj
'thread' % self.____name__)
TypeError: No object (name: request) has been registered for this thread
-------------------- >> begin captured logging << --------------------
allura.model.artifact: DEBUG: Snapshot version 1 of <class
'forgewiki.model.wiki.Page'>
allura.lib.macro: WARNING: macro error. Upwards stack is File
"<https://builds.apache.org/job/Allura/ws/.allura-venv/bin/nosetests",> line 8,
in <module>
load_entry_point('nose==1.3.4', 'console_scripts', 'nosetests')()
File
"<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/nose/core.py",>
line 121, in __init__
**extra_args)
File "/usr/lib/python2.7/unittest/main.py", line 95, in __init__
self.runTests()
File
"<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/nose/core.py",>
line 207, in runTests
result = self.testRunner.run(self.test)
File
"<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/nose/plugins/multiprocess.py",>
line 380, in run
p = self.startProcess(i, testQueue, resultQueue, shouldStop, result)
File
"<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/nose/plugins/multiprocess.py",>
line 343, in startProcess
p.start()
File "/usr/lib/python2.7/multiprocessing/process.py", line 130, in start
self._popen = Popen(self)
File "/usr/lib/python2.7/multiprocessing/forking.py", line 126, in __init__
code = process_obj._bootstrap()
File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
self.run()
File "/usr/lib/python2.7/multiprocessing/process.py", line 114, in run
self._target(*self._args, **self._kwargs)
File
"<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/nose/plugins/multiprocess.py",>
line 652, in runner
keyboardCaught, shouldStop, loaderClass, resultClass, config)
File
"<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/nose/plugins/multiprocess.py",>
line 715, in __runner
test(result)
File
"<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/nose/suite.py",>
line 177, in __call__
return self.run(*arg, **kw)
File
"<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/nose/plugins/multiprocess.py",>
line 812, in run
test(orig)
File
"<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/nose/suite.py",>
line 177, in __call__
return self.run(*arg, **kw)
File
"<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/nose/plugins/multiprocess.py",>
line 812, in run
test(orig)
File
"<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/nose/suite.py",>
line 177, in __call__
return self.run(*arg, **kw)
File
"<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/nose/plugins/multiprocess.py",>
line 812, in run
test(orig)
File
"<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/nose/suite.py",>
line 177, in __call__
return self.run(*arg, **kw)
File
"<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/nose/plugins/multiprocess.py",>
line 812, in run
test(orig)
File
"<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/nose/case.py",>
line 45, in __call__
return self.run(*arg, **kwarg)
File
"<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/nose/case.py",>
line 133, in run
self.runTest(result)
File
"<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/nose/case.py",>
line 151, in runTest
test(result)
File "/usr/lib/python2.7/unittest/case.py", line 395, in __call__
return self.run(*args, **kwds)
File "/usr/lib/python2.7/unittest/case.py", line 322, in run
self.setUp()
File
"<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/nose/case.py",>
line 381, in setUp
try_run(self.inst, ('setup', 'setUp'))
File
"<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/nose/util.py",>
line 470, in try_run
return func()
File
"<https://builds.apache.org/job/Allura/ws/ForgeTracker/forgetracker/tests/unit/test_root_controller.py",>
line 44, in setUp
super(TestWhenSearchingWithCustomFields, self).setUp()
File
"<https://builds.apache.org/job/Allura/ws/ForgeTracker/forgetracker/tests/unit/test_root_controller.py",>
line 36, in setUp
super(WithUserAndBugsApp, self).setUp()
File
"<https://builds.apache.org/job/Allura/ws/ForgeTracker/forgetracker/tests/unit/__init__.py",>
line 43, in setUp
project_reg.register_neighborhood_project(neighborhood, [c.user])
File "<https://builds.apache.org/job/Allura/ws/Allura/allura/lib/plugin.py",>
line 777, in register_neighborhood_project
('admin', 'admin', 'Admin')])
File
"<https://builds.apache.org/job/Allura/ws/Allura/allura/model/project.py",>
line 1024, in configure_project
self.install_app(ep_name, mount_point, label, ordinal=i)
File
"<https://builds.apache.org/job/Allura/ws/Allura/allura/model/project.py",>
line 828, in install_app
app.install(self)
File
"<https://builds.apache.org/job/Allura/ws/ForgeWiki/forgewiki/wiki_main.py",>
line 322, in install
self.upsert_root(root_page_name)
File
"<https://builds.apache.org/job/Allura/ws/ForgeWiki/forgewiki/wiki_main.py",>
line 332, in upsert_root
p.commit()
File
"<https://builds.apache.org/job/Allura/ws/ForgeWiki/forgewiki/model/wiki.py",>
line 156, in commit
Feed.post(self, title=None, description=description)
File
"<https://builds.apache.org/job/Allura/ws/Allura/allura/model/artifact.py",>
line 859, in post
description=g.markdown.convert(description),
File
"<https://builds.apache.org/job/Allura/ws/Allura/allura/lib/app_globals.py",>
line 81, in convert
return markdown.Markdown.convert(self, source)
File
"<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/markdown/__init__.py",>
line 292, in convert
newRoot = treeprocessor.run(root)
File
"<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/markdown/treeprocessors.py",>
line 289, in run
text), child)
File
"<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/markdown/treeprocessors.py",>
line 110, in __handleInline
data, patternIndex, startIndex)
File
"<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/markdown/treeprocessors.py",>
line 237, in __applyPattern
node = pattern.handleMatch(match)
File
"<https://builds.apache.org/job/Allura/ws/Allura/allura/lib/markdown_extensions.py",>
line 385, in handleMatch
html = self.macro(m.group(2))
File "<https://builds.apache.org/job/Allura/ws/Allura/allura/lib/macro.py",>
line 77, in __call__
''.join(traceback.format_stack()),
Traceback (most recent call last):
File "<https://builds.apache.org/job/Allura/ws/Allura/allura/lib/macro.py",>
line 73, in __call__
response = macro(**h.encode_keys(args))
File "<https://builds.apache.org/job/Allura/ws/Allura/allura/lib/macro.py",>
line 442, in members
g.resource_manager.register(users)
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)
File
"<https://builds.apache.org/job/Allura/ws/Allura/allura/lib/app_globals.py",>
line 513, in resource_manager
return ew_core.widget_context.resource_manager
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)
File
"<https://builds.apache.org/job/Allura/ws/.allura-venv/local/lib/python2.7/site-packages/paste/registry.py",>
line 197, in _current_obj
'thread' % self.____name__)
TypeError: No object (name: widget_context) has been registered for this thread
allura.model.notification: DEBUG: Notifications disabled for project --init--,
not sending metadata(<Page import_id=None labels=I[] title=u'Home' deleted=False
text='Welcome to your wiki!\n\nThis is the default page,
edit it as you see fit. To add a new page simply reference
it within brackets, e.g.: [SamplePage].\n\nThe wiki uses
[Markdown](/p/wiki/markdown_syntax/) syntax.\n\n[[members
limit=20]]\n' text_cache=I{'render_time': None, 'html':
None, 'fix7528': <Missing>, 'md5': None} version=1
mod_date=datetime.datetime(2016, 1, 8, 21, 36, 26, 216763)
viewable_by=I['all']
_id=ObjectId('56902bda26f1da7eeeb0dcbf')
app_config_id=ObjectId('56902bda26f1da7eeeb0dcb8')
acl=I[]>)
allura.model.artifact: DEBUG: Snapshot version 1 of <class
'forgetracker.model.ticket.Ticket'>
--------------------- >> end captured logging << ---------------------
----------------------------------------------------------------------
Ran 190 tests in 126.335s
FAILED (errors=3)
finished nosetests --with-xunitmp --cover-package=forgetracker --processes=4
--process-timeout=360 in ForgeTracker
<DummyProcess(Thread-4, started daemon 140656243021568)> running nosetests
--with-xunitmp --cover-package=forgeuserstats --processes=4
--process-timeout=360 in ForgeUserStats
............
----------------------------------------------------------------------
Ran 12 tests in 16.141s
OK
finished nosetests --with-xunitmp --cover-package=forgeuserstats --processes=4
--process-timeout=360 in ForgeUserStats
<DummyProcess(Thread-4, started daemon 140656243021568)> running nosetests
--with-xunitmp --cover-package=forgewiki --processes=4 --process-timeout=360 in
ForgeWiki
.......................................................S........
----------------------------------------------------------------------
Ran 64 tests in 44.396s
OK (SKIP=1)
finished nosetests --with-xunitmp --cover-package=forgewiki --processes=4
--process-timeout=360 in ForgeWiki
..........................................................................................
----------------------------------------------------------------------
Ran 90 tests in 237.508s
OK
finished nosetests --with-xunitmp --cover-package=forgesvn in ForgeSVN
............................................................................................................................................................................................................................................................................................S...............................................................................................................................................................................................................................................................................................S...........................................................................................................SSSSSSSSSSS......................................................................................................................................................................................................................................................................................................................................................................
----------------------------------------------------------------------
Ran 1049 tests in 330.340s
OK (SKIP=13)
finished nosetests allura/tests/ --with-xunitmp --cover-package=allura
--processes=4 --process-timeout=360 in Allura
......................................................................................................................................
----------------------------------------------------------------------
Ran 134 tests in 351.085s
OK
finished nosetests --with-xunitmp --cover-package=forgegit in ForgeGit
Running setup_app() from allura.websetup
/p/test/wiki/_discuss/thread/ffbdd734/ 200 OK
{"sidebar": 1, "jinja": 1, "markdown": 4, "ming": 107}
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