[LNT] r242070 - Start adding a simple REST API to LNT
Bill Seurer
seurer at linux.vnet.ibm.com
Wed Jul 15 12:15:19 PDT 2015
This is failing on both power LE and BE buildbots.
For example:
http://lab.llvm.org:8011/builders/ppc64le-clanglnt/builds/1280/steps/venv.lnt.install/logs/stdio
Obtaining file:///home/buildbots/ppc64le-clanglnt/clang-lnt-ppc64le-1/lnt
/home/buildbots/ppc64le-clanglnt/clang-lnt-ppc64le-1/lnt.venv/lib/python2.7/site-packages/setuptools/dist.py:283:
UserWarning: The version specified requires normalization, consider
using '0.4.1.dev0' instead of '0.4.1dev'.
self.metadata.version,
Collecting Flask-RESTful (from LNT==0.4.1.dev0)
This repository located at lab.llvm.org is not a trusted host, if
this repository is available via HTTPS it is recommend to use HTTPS
instead, otherwise you may silence this warning with '--trusted-host
lab.llvm.org'.
DEPRECATION: Implicitly allowing locations which are not hosted at a
secure origin is deprecated and will require the use of --trusted-host
in the future.
Downloading http://lab.llvm.org/packages/Flask-RESTful-0.3.3.tar.gz
Collecting SQLAlchemy (from LNT==0.4.1.dev0)
This repository located at lab.llvm.org is not a trusted host, if
this repository is available via HTTPS it is recommend to use HTTPS
instead, otherwise you may silence this warning with '--trusted-host
lab.llvm.org'.
Downloading http://lab.llvm.org/packages/SQLAlchemy-0.6.6.tar.gz (2.1MB)
Collecting Flask (from LNT==0.4.1.dev0)
This repository located at lab.llvm.org is not a trusted host, if
this repository is available via HTTPS it is recommend to use HTTPS
instead, otherwise you may silence this warning with '--trusted-host
lab.llvm.org'.
Downloading http://lab.llvm.org/packages/Flask-0.10.1.tar.gz (544kB)
Collecting aniso8601>=0.82 (from Flask-RESTful->LNT==0.4.1.dev0)
This repository located at lab.llvm.org is not a trusted host, if
this repository is available via HTTPS it is recommend to use HTTPS
instead, otherwise you may silence this warning with '--trusted-host
lab.llvm.org'.
Could not find any downloads that satisfy the requirement
aniso8601>=0.82 (from Flask-RESTful->LNT==0.4.1.dev0)
No distributions at all found for aniso8601>=0.82 (from
Flask-RESTful->LNT==0.4.1.dev0)
program finished with exit code 1
On 07/14/2015 06:23 PM, Renato Golin wrote:
> Great, thanks!
>
> On 15 Jul 2015 12:02 am, "Chris Matthews" <chris.matthews at apple.com
> <mailto:chris.matthews at apple.com>> wrote:
>
> I added it back in with a fix, and it seems to have worked in
>
> http://lab.llvm.org:8011/builders/clang-native-arm-lnt/builds/13039
> <https://urldefense.proofpoint.com/v2/url?u=http-3A__lab.llvm.org-3A8011_builders_clang-2Dnative-2Darm-2Dlnt_builds_13039&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=mQ4LZ2PUj9hpadE3cDHZnIdEwhEBrbAstXeMaFoB9tg&m=94FFPpeR1Z-CjUzOZh7rSzXZdfp1AIAEYbdUkSosBIk&s=7b4Tng8pqk1ci3PoVuUbdoCCBjnPCMNWwAIofZLowNU&e=>
>
> Operational theory: case (too)sensitive file system difference. I
> also made Flask the last dependency, so it gets installed first.
>
> Either way, it seems to have made it through the install this time.
>
>> On Jul 14, 2015, at 7:47 AM, Renato Golin <renato.golin at linaro.org
>> <mailto:renato.golin at linaro.org>> wrote:
>>
>> On 14 July 2015 at 15:36, Chris Matthews <cmatthews5 at apple.com
>> <mailto:cmatthews5 at apple.com>> wrote:
>>> Ill take a look in a few hours. Please revert if you need them
>>> sooner.
>>
>> Ok, done in r242149.
>>
>> cheers,
>> --renato
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu <mailto:llvm-commits at cs.uiuc.edu>
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
--
-Bill Seurer
More information about the llvm-commits
mailing list