<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        color:black;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        font-size:10.0pt;
        font-family:"Courier New";
        color:black;}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:Consolas;
        color:black;}
span.EmailStyle23
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:#993366;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body bgcolor="white" lang="EN-US" link="blue" vlink="purple" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal"><span style="color:#993366">I’ve posted a fix for the stx-horizon build issue:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#993366"><a href="https://review.opendev.org/c/starlingx/root/+/766357">https://review.opendev.org/c/starlingx/root/+/766357</a><o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#993366"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:#993366">Inclusion of a specific version of Django in our wheels tarball for the loci build resulted in a conflict between the upper-constraints.txt in the tarball and the requirements.txt from openstack/horizon. The
 new pip resolver exposed this conflict and causes the stx-horizon image build to fail. Removing the entry from our stable-wheels.cfg avoids the conflict, and I’m able to successfully build the image.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#993366"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:#993366">Once the review is approved and merged, we can kick a new image build from cengn.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#993366"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:#993366">Cheers,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#993366">Don.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#993366"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:#993366"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="color:windowtext">From:</span></b><span style="color:windowtext"> Penney, Don <Don.Penney@windriver.com>
<br>
<b>Sent:</b> Tuesday, December 8, 2020 12:55 PM<br>
<b>To:</b> Little, Scott <Scott.Little@windriver.com>; starlingx-discuss@lists.starlingx.io<br>
<b>Subject:</b> Re: [Starlingx-discuss] [build-report] master STX_build_layer_containers_master_master - Build # 90 - Still Failing!<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><span style="color:#1F497D">That seems odd. It certainly looks like pypi.org has a wheel that should satisfy the requirement Django<3.0,>=2.2:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><a href="https://pypi.org/project/Django/2.2.17/#files">https://pypi.org/project/Django/2.2.17/#files</a><o:p></o:p></span></p>
<p class="MsoNormal"><a href="https://files.pythonhosted.org/packages/82/2b/75f2909ba02a3b0e343e560863101aa3d43f58357e7c053596aa29d1cce7/Django-2.2.17-py3-none-any.whl">Django-2.2.17-py3-none-any.whl
</a><o:p></o:p></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D">This is a py3 wheel, and stx-horizon has been updated to python3:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><a href="https://opendev.org/starlingx/upstream/src/branch/master/openstack/python-horizon/centos/stx-horizon.stable_docker_image#L16">https://opendev.org/starlingx/upstream/src/branch/master/openstack/python-horizon/centos/stx-horizon.stable_docker_image#L16</a><o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="color:windowtext">From:</span></b><span style="color:windowtext"> Scott Little <<a href="mailto:scott.little@windriver.com">scott.little@windriver.com</a>>
<br>
<b>Sent:</b> Tuesday, December 8, 2020 12:46 PM<br>
<b>To:</b> <a href="mailto:starlingx-discuss@lists.starlingx.io">starlingx-discuss@lists.starlingx.io</a><br>
<b>Subject:</b> Re: [Starlingx-discuss] [build-report] master STX_build_layer_containers_master_master - Build # 90 - Still Failing!<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal">There is second container build failure in the logs.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">The stx-horizon docker image can't find a version of Django that it can use.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal"><a href="https://bugs.launchpad.net/starlingx/+bug/1907290">https://bugs.launchpad.net/starlingx/+bug/1907290</a><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">Can someone volunteer to investigate this one?<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">Scott<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">On 2020-12-08 1:08 a.m., <a href="mailto:build.starlingx@gmail.com">
build.starlingx@gmail.com</a> wrote:<o:p></o:p></p>
</div>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<pre>[Please note this e-mail is from an EXTERNAL e-mail address]<o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<pre>Project: STX_build_layer_containers_master_master<o:p></o:p></pre>
<pre>Build #: 90<o:p></o:p></pre>
<pre>Status: Still Failing<o:p></o:p></pre>
<pre>Timestamp: 20201208T014249Z<o:p></o:p></pre>
<pre>Branch: master<o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<pre>Check logs at:<o:p></o:p></pre>
<pre><a href="http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/containers/20201208T014249Z/logs">http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/containers/20201208T014249Z/logs</a><o:p></o:p></pre>
<pre>--------------------------------------------------------------------------------<o:p></o:p></pre>
<pre>Parameters<o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<pre>BUILD_CONTAINERS_DEV: false<o:p></o:p></pre>
<pre>BUILD_CONTAINERS_STABLE: true<o:p></o:p></pre>
<pre>FORCE_BUILD: false<o:p></o:p></pre>
<p class="MsoNormal" style="margin-bottom:12.0pt"><o:p> </o:p></p>
<pre>_______________________________________________<o:p></o:p></pre>
<pre>Starlingx-discuss mailing list<o:p></o:p></pre>
<pre><a href="mailto:Starlingx-discuss@lists.starlingx.io">Starlingx-discuss@lists.starlingx.io</a><o:p></o:p></pre>
<pre><a href="http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss">http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss</a><o:p></o:p></pre>
</blockquote>
<p><o:p> </o:p></p>
</div>
</body>
</html>