I honestly do not know how to fix that --- I would otherwise I've committed a fix. I've been able to hack it locally exploiting the very same lit limitation then the one we're stumbling on (i.e it does not resolve dependency correctly and only pick-up the first constraint). You need to make sure the Flask constraint is seen first, even before using the requirements.txt so on the command line before loading the requirements.txt.> -----Original Message----- > From: Renato Golin [mailto:renato.golin at linaro.org] > Sent: 30 May 2016 20:42 > To: Arnaud De Grandmaison > Cc: Kristof Beyls; nd; llvm-dev at lists.llvm.org > Subject: Re: LNT General Failure > > On 30 May 2016 at 12:25, Arnaud De Grandmaison > <Arnaud.DeGrandmaison at arm.com> wrote: > > I confirm this is due to the latest Flask --- Flask-0.11 was released > > this weekend --- and for some unknown (to me at least) reason, > > although LNT's requirements.txt pins Flask to version 0.10.1, pip installs > Flask-0.11. > > Forcing Flask to 0.10.1 gets the situation back to normal. > > Do you know where to change that in LNT? If you could commit a fix, it'd > probably get all our bots fixed, too. > > thanks! > --renato
I hope I've fixed this properly just now in http://llvm.org/viewvc/llvm-project?view=revision&revision=271274. Fingers crossed that the bots will come back now... On 30 May 2016, at 21:01, Arnaud De Grandmaison <Arnaud.DeGrandmaison at arm.com<mailto:Arnaud.DeGrandmaison at arm.com>> wrote: I honestly do not know how to fix that --- I would otherwise I've committed a fix. I've been able to hack it locally exploiting the very same lit limitation then the one we're stumbling on (i.e it does not resolve dependency correctly and only pick-up the first constraint). You need to make sure the Flask constraint is seen first, even before using the requirements.txt so on the command line before loading the requirements.txt. -----Original Message----- From: Renato Golin [mailto:renato.golin at linaro.org] Sent: 30 May 2016 20:42 To: Arnaud De Grandmaison Cc: Kristof Beyls; nd; llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org> Subject: Re: LNT General Failure On 30 May 2016 at 12:25, Arnaud De Grandmaison <Arnaud.DeGrandmaison at arm.com<mailto:Arnaud.DeGrandmaison at arm.com>> wrote: I confirm this is due to the latest Flask --- Flask-0.11 was released this weekend --- and for some unknown (to me at least) reason, although LNT's requirements.txt pins Flask to version 0.10.1, pip installs Flask-0.11. Forcing Flask to 0.10.1 gets the situation back to normal. Do you know where to change that in LNT? If you could commit a fix, it'd probably get all our bots fixed, too. thanks! --renato -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160531/7384918f/attachment.html>
I think that will work. We should actually fix it to work with .11. It is a dot release, the changes are minor. Sent from my iPhone> On May 31, 2016, at 6:34 AM, Kristof Beyls via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > I hope I've fixed this properly just now in http://llvm.org/viewvc/llvm-project?view=revision&revision=271274. > Fingers crossed that the bots will come back now... > >> On 30 May 2016, at 21:01, Arnaud De Grandmaison <Arnaud.DeGrandmaison at arm.com> wrote: >> >> I honestly do not know how to fix that --- I would otherwise I've committed a fix. >> >> I've been able to hack it locally exploiting the very same lit limitation then the one we're stumbling on (i.e it does not resolve dependency correctly and only pick-up the first constraint). >> You need to make sure the Flask constraint is seen first, even before using the requirements.txt so on the command line before loading the requirements.txt. >> >> >>> -----Original Message----- >>> From: Renato Golin [mailto:renato.golin at linaro.org] >>> Sent: 30 May 2016 20:42 >>> To: Arnaud De Grandmaison >>> Cc: Kristof Beyls; nd; llvm-dev at lists.llvm.org >>> Subject: Re: LNT General Failure >>> >>> On 30 May 2016 at 12:25, Arnaud De Grandmaison >>> <Arnaud.DeGrandmaison at arm.com> wrote: >>>> I confirm this is due to the latest Flask --- Flask-0.11 was released >>>> this weekend --- and for some unknown (to me at least) reason, >>>> although LNT's requirements.txt pins Flask to version 0.10.1, pip installs >>> Flask-0.11. >>>> Forcing Flask to 0.10.1 gets the situation back to normal. >>> >>> Do you know where to change that in LNT? If you could commit a fix, it'd >>> probably get all our bots fixed, too. >>> >>> thanks! >>> --renato >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160531/61ced87e/attachment.html>
On 31 May 2016 at 14:34, Kristof Beyls <Kristof.Beyls at arm.com> wrote:> I hope I've fixed this properly just now in > http://llvm.org/viewvc/llvm-project?view=revision&revision=271274. > Fingers crossed that the bots will come back now...Do the bots need restarting for that to take effect? --renato