Build fail on fedora 26 - pip not found?

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/29... This use to work in last few month, started to break today. Any clue what can be the issue? Nir

On 16 November 2017 at 16:20, Nir Soffer <nsoffer@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/29...
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

On Thu, Nov 16, 2017 at 5:04 PM, Barak Korren <bkorren@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-
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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
On 16 November 2017 at 16:20, Nir Soffer <nsoffer@redhat.com> wrote: patch.sh/check-patch.sh.log 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@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)
participants (3)
-
Barak Korren
-
Eyal Edri
-
Nir Soffer