[llvm-dev] Test-suite bots red because of missing import
Leandro Nunes via llvm-dev
llvm-dev at lists.llvm.org
Thu Jun 1 03:08:31 PDT 2017
Hi,
There was a new Python setuptools release (36.0.0) today, that caused this compatibility issue.
The suggestion to stop breaking the builds is to add a static setuptools version on lnt's requirements.client.txt.
The latest known compatible version is 35.0.2. I have tested it building a LNT sandbox and it seems to works.
setuptools==35.0.2
I'll create a bug on LNT so we can investigate in detail and push this change on a code review in a few minutes.
thanks
Leandro
PS: sorry about the 'confidentiality footer'. Will be removed soon.
From: Kristof Beyls
Sent: 01 June 2017 10:59
To: Diana Picus; Leandro Nunes
Cc: llvm-dev; nd
Subject: Re: [llvm-dev] Test-suite bots red because of missing import
Adding Leandro - he saw this on some of our internal bots too.
On 1 Jun 2017, at 11:21, Diana Picus via llvm-dev <llvm-dev at lists.llvm.org> wrote:
Hi all,
It seems some of the test-suite bots are red because they can't find the six module anymore. See e.g.
http://lab.llvm.org:8011/builders/clang-cmake-aarch64-quick/builds/6867
http://lab.llvm.org:8011/builders/clang-ppc64be-linux-lnt/builds/5727
Does anyone know how to fix this?
Thanks,
Diana
_______________________________________________
LLVM Developers mailing list
llvm-dev at lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
More information about the llvm-dev
mailing list