[JIRA] (OVIRT-1771) Build fail on fedora 26 - pip not found?
by eyal edri (oVirt JIRA)
This is a multi-part message in MIME format...
------------=_1510844909-27311-436
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
[ https://ovirt-jira.atlassian.net/browse/OVIRT-1771?page=com.atlassian.jir... ]
eyal edri commented on OVIRT-1771:
----------------------------------
On Thu, Nov 16, 2017 at 5:04 PM, Barak Korren <bkorren(a)redhat.com> wrote:
> On 16 November 2017 at 16:20, Nir Soffer <nsoffer(a)redhat.com> wrote:
> > We require python-pip for fedora 26:
> >
> > $ cat automation/check-patch.packages.fc26
> > m2crypto
> > python-devel
> > python-pip
> > python-requests
> > python-six
> > python-webob
> > python3-devel
> > python3-requests
> > python3-six
> > python3-systemd
> > python3-webob
> > systemd-python
> > openssl
> >
> >
> > This is our check-patch.sh:
> >
> > $ cat automation/check-patch.sh
> > #!/bin/bash -xe
> >
> > # tox too old on EL, so we must install our own
> > pip install tox
> >
> > make
> > make check
> >
> >
> > But our check-patch.sh script fail on fedora 26:
> >
> > 00:01:31.612 ##########################################################
> > 00:01:31.638 ##! ERROR vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
> > 00:01:31.638 ##! Last 20 log entries:
> > ./mock_logs.HpHMYLVV/mocker-fedora-26-x86_64.fc26.check-
> patch.sh/check-patch.sh.log
> > 00:01:31.638 ##!
> > 00:01:31.729 ========== Running the shellscript automation/check-patch.sh
> > 00:01:31.729 + pip install tox
> > 00:01:31.729 ./automation/check-patch.sh: line 4: pip: command not found
> > 00:01:31.729 Took 0 seconds
> > 00:01:31.729 ===================================
> > 00:01:31.729 ##!
> > 00:01:31.729 ##! ERROR ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >
> >
> >
> > http://jenkins.ovirt.org/job/ovirt-imageio_master_check-
> patch-fc26-x86_64/295/console
> >
> > This use to work in last few month, started to break today.
> >
> > Any clue what can be the issue?
>
> Probably something was changed upstream, perhaps its not called
> 'python-pip' any more?
>
A lot of packages were renamed to python2-*, did you check if that is the
case here as well?
>
> I'll need to find the specific build where the failed environment was
> created to know for sure.
>
>
> --
> Barak Korren
> RHV DevOps team , RHCE, RHCi
> Red Hat EMEA
> redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted
> _______________________________________________
> Infra mailing list
> Infra(a)ovirt.org
> http://lists.ovirt.org/mailman/listinfo/infra
>
--
Eyal edri
MANAGER
RHV DevOps
EMEA VIRTUALIZATION R&D
Red Hat EMEA <https://www.redhat.com/>
<https://red.ht/sig> TRIED. TESTED. TRUSTED. <https://redhat.com/trusted>
phone: +972-9-7692018
irc: eedri (on #tlv #rhev-dev #rhev-integ)
> Build fail on fedora 26 - pip not found?
> ----------------------------------------
>
> Key: OVIRT-1771
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1771
> Project: oVirt - virtualization made easy
> Issue Type: By-EMAIL
> Reporter: Nir Soffer
> Assignee: infra
>
> We require python-pip for fedora 26:
> $ cat automation/check-patch.packages.fc26
> m2crypto
> python-devel
> python-pip
> python-requests
> python-six
> python-webob
> python3-devel
> python3-requests
> python3-six
> python3-systemd
> python3-webob
> systemd-python
> openssl
> This is our check-patch.sh:
> $ cat automation/check-patch.sh
> #!/bin/bash -xe
> # tox too old on EL, so we must install our own
> pip install tox
> make
> make check
> But our check-patch.sh script fail on fedora 26:
> *00:01:31.612* ##########################################################*00:01:31.638*
> ##! ERROR vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv*00:01:31.638* ##!
> Last 20 log entries:
> ./mock_logs.HpHMYLVV/mocker-fedora-26-x86_64.fc26.check-patch.sh/check-patch.sh.log*00:01:31.638*
> ##!*00:01:31.729* ========== Running the shellscript
> automation/check-patch.sh*00:01:31.729* + pip install
> tox*00:01:31.729* ./automation/check-patch.sh: line 4: pip: command
> not found*00:01:31.729* Took 0 seconds*00:01:31.729*
> ===================================*00:01:31.729* ##!*00:01:31.729*
> ##! ERROR ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> http://jenkins.ovirt.org/job/ovirt-imageio_master_check-patch-fc26-x86_64...
> This use to work in last few month, started to break today.
> Any clue what can be the issue?
> Nir
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100071)
------------=_1510844909-27311-436
Content-Type: text/html; charset="UTF-8"
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
<html><body>
<pre>[ https://ovirt-jira.atlassian.net/browse/OVIRT-1771?page=com.atlassian.jir... ]</pre>
<h3>eyal edri commented on OVIRT-1771:</h3>
<p>On Thu, Nov 16, 2017 at 5:04 PM, Barak Korren <bkorren(a)redhat.com> wrote:</p>
<blockquote><p>On 16 November 2017 at 16:20, Nir Soffer <nsoffer(a)redhat.com> wrote:</p>
<blockquote><p>We require python-pip for fedora 26:</p>
<p>$ cat automation/check-patch.packages.fc26 m2crypto python-devel python-pip python-requests python-six python-webob python3-devel python3-requests python3-six python3-systemd python3-webob systemd-python openssl</p>
<p>This is our check-patch.sh:</p>
<p>$ cat automation/check-patch.sh #!/bin/bash -xe</p>
<p># tox too old on EL, so we must install our own pip install tox</p>
<p>make make check</p>
<p>But our check-patch.sh script fail on fedora 26:</p>
<p>00:01:31.612 ########################################################## 00:01:31.638 ##! ERROR vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv 00:01:31.638 ##! Last 20 log entries: ./mock_logs.HpHMYLVV/mocker-fedora-26-x86_64.fc26.check-</p></blockquote>
<p>patch.sh/check-patch.sh.log</p>
<blockquote><p>00:01:31.638 ##! 00:01:31.729 ========== Running the shellscript automation/check-patch.sh 00:01:31.729 + pip install tox 00:01:31.729 ./automation/check-patch.sh: line 4: pip: command not found 00:01:31.729 Took 0 seconds 00:01:31.729 =================================== 00:01:31.729 ##! 00:01:31.729 ##! ERROR ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^</p>
<p><a href="http://jenkins.ovirt.org/job/ovirt-imageio_master_check-">http://jenkins.ovirt.org/job/ovirt-imageio_master_check-</a></p></blockquote>
<p>patch-fc26-x86_64/295/console</p>
<blockquote><pre>This use to work in last few month, started to break today.</pre>
<pre>Any clue what can be the issue?</pre></blockquote>
<p>Probably something was changed upstream, perhaps its not called ‘python-pip’ any more?</p></blockquote>
<p>A lot of packages were renamed to python2-*, did you check if that is the case here as well?</p>
<blockquote><pre>I'll need to find the specific build where the failed environment was
created to know for sure.</pre>
<pre>--
Barak Korren
RHV DevOps team , RHCE, RHCi
Red Hat EMEA
redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted
_______________________________________________
Infra mailing list
Infra(a)ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra</pre></blockquote>
<p>—</p>
<p>Eyal edri</p>
<p>MANAGER</p>
<p>RHV DevOps</p>
<p>EMEA VIRTUALIZATION R&D</p>
<p>Red Hat EMEA <<a href="https://www.redhat.com/">https://www.redhat.com/</a>> <<a href="https://red.ht/sig">https://red.ht/sig</a>> TRIED. TESTED. TRUSTED. <<a href="https://redhat.com/trusted">https://redhat.com/trusted</a>> phone: +972-9-7692018 irc: eedri (on #tlv #rhev-dev #rhev-integ)</p>
<blockquote><h3>Build fail on fedora 26 – pip not found?</h3>
<pre> Key: OVIRT-1771
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1771
Project: oVirt - virtualization made easy
Issue Type: By-EMAIL
Reporter: Nir Soffer
Assignee: infra</pre>
<p>We require python-pip for fedora 26: $ cat automation/check-patch.packages.fc26 m2crypto python-devel python-pip python-requests python-six python-webob python3-devel python3-requests python3-six python3-systemd python3-webob systemd-python openssl This is our check-patch.sh: $ cat automation/check-patch.sh #!/bin/bash -xe # tox too old on EL, so we must install our own pip install tox make make check But our check-patch.sh script fail on fedora 26: <strong>00:01:31.612</strong> ##########################################################*00:01:31.638* ##! ERROR vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv*00:01:31.638* ##! Last 20 log entries: ./mock_logs.HpHMYLVV/mocker-fedora-26-x86_64.fc26.check-patch.sh/check-patch.sh.log*00:01:31.638* ##!*00:01:31.729* ========== Running the shellscript automation/check-patch.sh*00:01:31.729* + pip install tox*00:01:31.729* ./automation/check-patch.sh: line 4: pip: command not found*00:01:31.729* Took 0 seconds*00:01:31.729* ===================================*00:01:31.729* ##!*00:01:31.729* ##! ERROR ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ <a href="http://jenkins.ovirt.org/job/ovirt-imageio_master_check-patch-fc26-x86_64...">http://jenkins.ovirt.org/job/ovirt-imageio_master_check-patch-fc26-x86_64...</a> This use to work in last few month, started to break today. Any clue what can be the issue?</p>
<pre>Nir</pre></blockquote>
<p>— This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100071)</p>
<img src="https://u4043402.ct.sendgrid.net/wf/open?upn=i5TMWGV99amJbNxJpSp2-2BCmpYL..." alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;"/>
</body></html>
------------=_1510844909-27311-436--
7 years
Build fail on fedora 26 - pip not found?
by Nir Soffer
We require python-pip for fedora 26:
$ cat automation/check-patch.packages.fc26
m2crypto
python-devel
python-pip
python-requests
python-six
python-webob
python3-devel
python3-requests
python3-six
python3-systemd
python3-webob
systemd-python
openssl
This is our check-patch.sh:
$ cat automation/check-patch.sh
#!/bin/bash -xe
# tox too old on EL, so we must install our own
pip install tox
make
make check
But our check-patch.sh script fail on fedora 26:
*00:01:31.612* ##########################################################*00:01:31.638*
##! ERROR vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv*00:01:31.638* ##!
Last 20 log entries:
./mock_logs.HpHMYLVV/mocker-fedora-26-x86_64.fc26.check-patch.sh/check-patch.sh.log*00:01:31.638*
##!*00:01:31.729* ========== Running the shellscript
automation/check-patch.sh*00:01:31.729* + pip install
tox*00:01:31.729* ./automation/check-patch.sh: line 4: pip: command
not found*00:01:31.729* Took 0 seconds*00:01:31.729*
===================================*00:01:31.729* ##!*00:01:31.729*
##! ERROR ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
http://jenkins.ovirt.org/job/ovirt-imageio_master_check-patch-fc26-x86_64...
This use to work in last few month, started to break today.
Any clue what can be the issue?
Nir
7 years
[JIRA] (OVIRT-1771) Build fail on fedora 26 - pip not found?
by Barak Korren (oVirt JIRA)
This is a multi-part message in MIME format...
------------=_1510844742-21379-429
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
[ https://ovirt-jira.atlassian.net/browse/OVIRT-1771?page=com.atlassian.jir... ]
Barak Korren commented on OVIRT-1771:
-------------------------------------
On 16 November 2017 at 16:20, Nir Soffer <nsoffer(a)redhat.com> wrote:
> We require python-pip for fedora 26:
>
> $ cat automation/check-patch.packages.fc26
> m2crypto
> python-devel
> python-pip
> python-requests
> python-six
> python-webob
> python3-devel
> python3-requests
> python3-six
> python3-systemd
> python3-webob
> systemd-python
> openssl
>
>
> This is our check-patch.sh:
>
> $ cat automation/check-patch.sh
> #!/bin/bash -xe
>
> # tox too old on EL, so we must install our own
> pip install tox
>
> make
> make check
>
>
> But our check-patch.sh script fail on fedora 26:
>
> 00:01:31.612 ##########################################################
> 00:01:31.638 ##! ERROR vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
> 00:01:31.638 ##! Last 20 log entries:
> ./mock_logs.HpHMYLVV/mocker-fedora-26-x86_64.fc26.check-patch.sh/check-patch.sh.log
> 00:01:31.638 ##!
> 00:01:31.729 ========== Running the shellscript automation/check-patch.sh
> 00:01:31.729 + pip install tox
> 00:01:31.729 ./automation/check-patch.sh: line 4: pip: command not found
> 00:01:31.729 Took 0 seconds
> 00:01:31.729 ===================================
> 00:01:31.729 ##!
> 00:01:31.729 ##! ERROR ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
>
>
> http://jenkins.ovirt.org/job/ovirt-imageio_master_check-patch-fc26-x86_64...
>
> This use to work in last few month, started to break today.
>
> Any clue what can be the issue?
Probably something was changed upstream, perhaps its not called
'python-pip' any more?
I'll need to find the specific build where the failed environment was
created to know for sure.
--
Barak Korren
RHV DevOps team , RHCE, RHCi
Red Hat EMEA
redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted
> Build fail on fedora 26 - pip not found?
> ----------------------------------------
>
> Key: OVIRT-1771
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1771
> Project: oVirt - virtualization made easy
> Issue Type: By-EMAIL
> Reporter: Nir Soffer
> Assignee: infra
>
> We require python-pip for fedora 26:
> $ cat automation/check-patch.packages.fc26
> m2crypto
> python-devel
> python-pip
> python-requests
> python-six
> python-webob
> python3-devel
> python3-requests
> python3-six
> python3-systemd
> python3-webob
> systemd-python
> openssl
> This is our check-patch.sh:
> $ cat automation/check-patch.sh
> #!/bin/bash -xe
> # tox too old on EL, so we must install our own
> pip install tox
> make
> make check
> But our check-patch.sh script fail on fedora 26:
> *00:01:31.612* ##########################################################*00:01:31.638*
> ##! ERROR vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv*00:01:31.638* ##!
> Last 20 log entries:
> ./mock_logs.HpHMYLVV/mocker-fedora-26-x86_64.fc26.check-patch.sh/check-patch.sh.log*00:01:31.638*
> ##!*00:01:31.729* ========== Running the shellscript
> automation/check-patch.sh*00:01:31.729* + pip install
> tox*00:01:31.729* ./automation/check-patch.sh: line 4: pip: command
> not found*00:01:31.729* Took 0 seconds*00:01:31.729*
> ===================================*00:01:31.729* ##!*00:01:31.729*
> ##! ERROR ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> http://jenkins.ovirt.org/job/ovirt-imageio_master_check-patch-fc26-x86_64...
> This use to work in last few month, started to break today.
> Any clue what can be the issue?
> Nir
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100071)
------------=_1510844742-21379-429
Content-Type: text/html; charset="UTF-8"
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
<html><body>
<pre>[ https://ovirt-jira.atlassian.net/browse/OVIRT-1771?page=com.atlassian.jir... ]</pre>
<h3>Barak Korren commented on OVIRT-1771:</h3>
<p>On 16 November 2017 at 16:20, Nir Soffer <nsoffer(a)redhat.com> wrote:</p>
<blockquote><p>We require python-pip for fedora 26:</p>
<p>$ cat automation/check-patch.packages.fc26 m2crypto python-devel python-pip python-requests python-six python-webob python3-devel python3-requests python3-six python3-systemd python3-webob systemd-python openssl</p>
<p>This is our check-patch.sh:</p>
<p>$ cat automation/check-patch.sh #!/bin/bash -xe</p>
<p># tox too old on EL, so we must install our own pip install tox</p>
<p>make make check</p>
<p>But our check-patch.sh script fail on fedora 26:</p>
<p>00:01:31.612 ########################################################## 00:01:31.638 ##! ERROR vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv 00:01:31.638 ##! Last 20 log entries: ./mock_logs.HpHMYLVV/mocker-fedora-26-x86_64.fc26.check-patch.sh/check-patch.sh.log 00:01:31.638 ##! 00:01:31.729 ========== Running the shellscript automation/check-patch.sh 00:01:31.729 + pip install tox 00:01:31.729 ./automation/check-patch.sh: line 4: pip: command not found 00:01:31.729 Took 0 seconds 00:01:31.729 =================================== 00:01:31.729 ##! 00:01:31.729 ##! ERROR ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^</p>
<p><a href="http://jenkins.ovirt.org/job/ovirt-imageio_master_check-patch-fc26-x86_64...">http://jenkins.ovirt.org/job/ovirt-imageio_master_check-patch-fc26-x86_64...</a></p>
<p>This use to work in last few month, started to break today.</p>
<p>Any clue what can be the issue?</p></blockquote>
<p>Probably something was changed upstream, perhaps its not called ‘python-pip’ any more?</p>
<p>I'll need to find the specific build where the failed environment was created to know for sure.</p>
<p>— Barak Korren RHV DevOps team , RHCE, RHCi Red Hat EMEA redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted</p>
<blockquote><h3>Build fail on fedora 26 – pip not found?</h3>
<pre> Key: OVIRT-1771
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1771
Project: oVirt - virtualization made easy
Issue Type: By-EMAIL
Reporter: Nir Soffer
Assignee: infra</pre>
<p>We require python-pip for fedora 26: $ cat automation/check-patch.packages.fc26 m2crypto python-devel python-pip python-requests python-six python-webob python3-devel python3-requests python3-six python3-systemd python3-webob systemd-python openssl This is our check-patch.sh: $ cat automation/check-patch.sh #!/bin/bash -xe # tox too old on EL, so we must install our own pip install tox make make check But our check-patch.sh script fail on fedora 26: <strong>00:01:31.612</strong> ##########################################################*00:01:31.638* ##! ERROR vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv*00:01:31.638* ##! Last 20 log entries: ./mock_logs.HpHMYLVV/mocker-fedora-26-x86_64.fc26.check-patch.sh/check-patch.sh.log*00:01:31.638* ##!*00:01:31.729* ========== Running the shellscript automation/check-patch.sh*00:01:31.729* + pip install tox*00:01:31.729* ./automation/check-patch.sh: line 4: pip: command not found*00:01:31.729* Took 0 seconds*00:01:31.729* ===================================*00:01:31.729* ##!*00:01:31.729* ##! ERROR ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ <a href="http://jenkins.ovirt.org/job/ovirt-imageio_master_check-patch-fc26-x86_64...">http://jenkins.ovirt.org/job/ovirt-imageio_master_check-patch-fc26-x86_64...</a> This use to work in last few month, started to break today. Any clue what can be the issue?</p>
<pre>Nir</pre></blockquote>
<p>— This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100071)</p>
<img src="https://u4043402.ct.sendgrid.net/wf/open?upn=i5TMWGV99amJbNxJpSp2-2BCmpYL..." alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;"/>
</body></html>
------------=_1510844742-21379-429--
7 years
[JIRA] (OVIRT-1771) Build fail on fedora 26 - pip not found?
by Nir Soffer (oVirt JIRA)
This is a multi-part message in MIME format...
------------=_1510842149-12055-403
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Nir Soffer created OVIRT-1771:
---------------------------------
Summary: Build fail on fedora 26 - pip not found?
Key: OVIRT-1771
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1771
Project: oVirt - virtualization made easy
Issue Type: By-EMAIL
Reporter: Nir Soffer
Assignee: infra
We require python-pip for fedora 26:
$ cat automation/check-patch.packages.fc26
m2crypto
python-devel
python-pip
python-requests
python-six
python-webob
python3-devel
python3-requests
python3-six
python3-systemd
python3-webob
systemd-python
openssl
This is our check-patch.sh:
$ cat automation/check-patch.sh
#!/bin/bash -xe
# tox too old on EL, so we must install our own
pip install tox
make
make check
But our check-patch.sh script fail on fedora 26:
*00:01:31.612* ##########################################################*00:01:31.638*
##! ERROR vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv*00:01:31.638* ##!
Last 20 log entries:
./mock_logs.HpHMYLVV/mocker-fedora-26-x86_64.fc26.check-patch.sh/check-patch.sh.log*00:01:31.638*
##!*00:01:31.729* ========== Running the shellscript
automation/check-patch.sh*00:01:31.729* + pip install
tox*00:01:31.729* ./automation/check-patch.sh: line 4: pip: command
not found*00:01:31.729* Took 0 seconds*00:01:31.729*
===================================*00:01:31.729* ##!*00:01:31.729*
##! ERROR ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
http://jenkins.ovirt.org/job/ovirt-imageio_master_check-patch-fc26-x86_64...
This use to work in last few month, started to break today.
Any clue what can be the issue?
Nir
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100071)
------------=_1510842149-12055-403
Content-Type: text/html; charset="UTF-8"
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
<html><body>
<h3>Nir Soffer created OVIRT-1771:</h3>
<pre> Summary: Build fail on fedora 26 - pip not found?
Key: OVIRT-1771
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1771
Project: oVirt - virtualization made easy
Issue Type: By-EMAIL
Reporter: Nir Soffer
Assignee: infra</pre>
<p>We require python-pip for fedora 26:</p>
<p>$ cat automation/check-patch.packages.fc26 m2crypto python-devel python-pip python-requests python-six python-webob python3-devel python3-requests python3-six python3-systemd python3-webob systemd-python openssl</p>
<p>This is our check-patch.sh:</p>
<p>$ cat automation/check-patch.sh #!/bin/bash -xe</p>
<p># tox too old on EL, so we must install our own pip install tox</p>
<p>make make check</p>
<p>But our check-patch.sh script fail on fedora 26:</p>
<p><strong>00:01:31.612</strong> ##########################################################*00:01:31.638* ##! ERROR vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv*00:01:31.638* ##! Last 20 log entries: ./mock_logs.HpHMYLVV/mocker-fedora-26-x86_64.fc26.check-patch.sh/check-patch.sh.log*00:01:31.638* ##!*00:01:31.729* ========== Running the shellscript automation/check-patch.sh*00:01:31.729* + pip install tox*00:01:31.729* ./automation/check-patch.sh: line 4: pip: command not found*00:01:31.729* Took 0 seconds*00:01:31.729* ===================================*00:01:31.729* ##!*00:01:31.729* ##! ERROR ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^</p>
<p><a href="http://jenkins.ovirt.org/job/ovirt-imageio_master_check-patch-fc26-x86_64...">http://jenkins.ovirt.org/job/ovirt-imageio_master_check-patch-fc26-x86_64...</a></p>
<p>This use to work in last few month, started to break today.</p>
<p>Any clue what can be the issue?</p>
<pre>Nir</pre>
<p>— This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100071)</p>
<img src="https://u4043402.ct.sendgrid.net/wf/open?upn=i5TMWGV99amJbNxJpSp2-2BCmpYL..." alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;"/>
</body></html>
------------=_1510842149-12055-403--
7 years