<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Thanks Jeremy, see my comments inline ...</p>
    <p>Andy<br>
    </p>
    <div class="moz-cite-prefix">On 2019-03-14 04:02 PM, Jeremy Stanley
      wrote:<br>
    </div>
    <blockquote cite="mid:20190314200235.oksm642vn33nq5hi@yuggoth.org"
      type="cite">
      <pre wrap="">On 2019-03-14 15:39:23 -0400 (-0400), Andy Ning wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">I have a review <a class="moz-txt-link-freetext" href="https://review.openstack.org/#/c/642488/2">https://review.openstack.org/#/c/642488/2</a> with small changes
to sysinv. sysinv-tox-py27 and sysinv-tox-py35 failed for this review.
However the failure doesn't seem to be related to my changes. The test
output has traceback like:
</pre>
      </blockquote>
      <pre wrap="">[...]
</pre>
      <blockquote type="cite">
        <pre wrap="">2019-03-14 15:56:10.819308 | ubuntu-bionic |         from psycopg2._psycopg
import (                     # noqa
2019-03-14 15:56:10.819740 | ubuntu-bionic |     ImportError: /tmp/zuul_sysinvtox/py27/local/lib/python2.7/site-packages/psycopg2/.libs/libresolv-2-c4c53def.5.so:
symbol __res_maybe_init version GLIBC_PRIVATE not defined in file libc.so.6
with link time reference
2019-03-14 15:56:10.819785 | ubuntu-bionic |

Also, local run of tox py27 and py35 both passed.

Anybody knows what's going wrong? Any fix is in progress?
</pre>
      </blockquote>
      <pre wrap="">
As of roughly 22:00 UTC (on Wednesday, March 13), the default
nodeset in the opendev/base-jobs repository was updated from
ubuntu-xenial (16.04 LTS) to ubuntu-bionic (18.04 LTS).

In the case of the sysinv-tox-py35 job you almost certainly need to
set an explicit "nodeset: ubuntu-xenial" so that it runs on a
platform with actually provides a Python 3.5 interpreter
(ubuntu-bionic only provides 3.6 and 3.7).

For the sysinv-tox-py27 psycopg2 error above, it looks like it's
attempting to use a libresolv build which references symbols from a
different libc. Are you maybe installing bundled libraries
previously built on an ubuntu-xenial node?
</pre>
      <br>
    </blockquote>
    <br>
    [AN]: As developer I don't install anything, I submit my source code
    changes to gerrit as review, and Zuul is triggered to run to verify
    if my change break tox. Where tox runs the tests and what its
    environment like is transparent to (as least for me until now :)).
    So I'm not sure how I could do what you suggest.<br>
    <br>
    <blockquote cite="mid:20190314200235.oksm642vn33nq5hi@yuggoth.org"
      type="cite">
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Starlingx-discuss mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Starlingx-discuss@lists.starlingx.io">Starlingx-discuss@lists.starlingx.io</a>
<a class="moz-txt-link-freetext" href="http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss">http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>