[Release-testers] [3.9 Release] Release Candidate 2 has been tagged

Ben Pope via Release-testers release-testers at lists.llvm.org
Sun Aug 21 19:52:23 PDT 2016


On Friday, August 19, 2016 09:51 AM, Hans Wennborg via Release-testers 
wrote:
> Dear testers,
>
> 3.9.0-rc2 was just tagged from the 3.9 branch at r279183.
>
> This is a release candidate in the very real sense that if nothing new
> comes up, this is be what the final release looks like. There are
> currently no open release blockers, and no patches in my merge-queue.
>
> Please build, test, and upload binaries to the sftp. Let me know how
> everything goes.

Everything looks fine on x86_64 Ubuntu 16.04:
084c2a9e5cf29cb5e68a48596a0c0232 
clang+llvm-3.9.0-rc2-x86_64-linux-gnu-ubuntu-16.04.tar.xz

I had some issues running LNT, so I updated everything, but I still get 
this error:

--- Tested: 2490 tests --
2016-08-22 10:36:13 ERROR: Subprocess failed with:Traceback (most recent 
call last):
   File "/home/ben/development/llvm/lnt/lnt/util/async_ops.py", line 
125, in async_wrapper
     _v4db = current_app.old_config.get_database(ts_args['db'])
   File 
"/home/ben/development/llvm/sandbox/lib/python2.7/site-packages/Werkzeug-0.9.4-py2.7.egg/werkzeug/local.py", 
line 338, in __getattr__
     return getattr(self._get_current_object(), name)
   File 
"/home/ben/development/llvm/sandbox/lib/python2.7/site-packages/Werkzeug-0.9.4-py2.7.egg/werkzeug/local.py", 
line 297, in _get_current_object
     return self.__local()
   File 
"/home/ben/development/llvm/sandbox/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/globals.py", 
line 34, in _find_app
     raise RuntimeError('working outside of application context')
RuntimeError: working outside of application context

It doesn't seem to have prevented the LNT results from being stored.

Ben


More information about the Release-testers mailing list