Bug 1615391 - vdsm now builds packages with exact distro requires, failing on el7.centos and el7.centos.p suffixes, causing dependency resolution failures
Summary: vdsm now builds packages with exact distro requires, failing on el7.centos a...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: vdsm
Classification: oVirt
Component: Packaging.rpm
Version: 4.20.31
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: ovirt-4.2.6
: ---
Assignee: Martin Perina
QA Contact: Raz Tamir
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-08-13 13:49 UTC by Sandro Bonazzola
Modified: 2018-08-13 14:24 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-08-13 14:24:33 UTC
oVirt Team: Infra
Embargoed:
sbonazzo: ovirt-4.2?
sbonazzo: blocker?


Attachments (Terms of Use)

Description Sandro Bonazzola 2018-08-13 13:49:03 UTC
Description of problem:
Last tag produced packages with el7.centos.p suffix causing repository closure failures like:

15:30:23 Error: Package: vdsm-hook-vmfex-dev-4.20.37-1.el7.centos.p.noarch (ovirt-4.2-pre)
15:30:23            Requires: vdsm = 4.20.37-1.el7.centos.p
15:30:23            Available: vdsm-4.20.9.3-1.el7.centos.x86_64 (ovirt-4.2)
15:30:23                vdsm = 4.20.9.3-1.el7.centos
15:30:23            Available: vdsm-4.20.13-1.el7.centos.x86_64 (ovirt-4.2)
15:30:23                vdsm = 4.20.13-1.el7.centos
15:30:23            Available: vdsm-4.20.14-1.el7.centos.x86_64 (ovirt-4.2)
15:30:23                vdsm = 4.20.14-1.el7.centos
15:30:23            Available: vdsm-4.20.17-1.el7.centos.x86_64 (ovirt-4.2)
15:30:23                vdsm = 4.20.17-1.el7.centos
15:30:23            Available: vdsm-4.20.18-1.el7.centos.x86_64 (ovirt-4.2)
15:30:23                vdsm = 4.20.18-1.el7.centos
15:30:23            Available: vdsm-4.20.19-1.el7.centos.x86_64 (ovirt-4.2)
15:30:23                vdsm = 4.20.19-1.el7.centos
15:30:23            Available: vdsm-4.20.20-1.el7.centos.x86_64 (ovirt-4.2)
15:30:23                vdsm = 4.20.20-1.el7.centos
15:30:23            Available: vdsm-4.20.22-1.el7.centos.x86_64 (ovirt-4.2)
15:30:23                vdsm = 4.20.22-1.el7.centos
15:30:23            Available: vdsm-4.20.23-1.el7.x86_64 (ovirt-4.2-centos-ovirt42)
15:30:23                vdsm = 4.20.23-1.el7
15:30:23            Available: vdsm-4.20.23-1.el7.centos.x86_64 (ovirt-4.2)
15:30:23                vdsm = 4.20.23-1.el7.centos
15:30:23            Available: vdsm-4.20.27.1-1.el7.centos.x86_64 (ovirt-4.2)
15:30:23                vdsm = 4.20.27.1-1.el7.centos
15:30:23            Available: vdsm-4.20.32-1.el7.x86_64 (ovirt-4.2)
15:30:23                vdsm = 4.20.32-1.el7
15:30:23            Available: vdsm-4.20.33-1.el7.x86_64 (ovirt-4.2)
15:30:23                vdsm = 4.20.33-1.el7
15:30:23            Available: vdsm-4.20.34-1.el7.x86_64 (ovirt-4.2)
15:30:23                vdsm = 4.20.34-1.el7
15:30:23            Available: vdsm-4.20.35-1.el7.x86_64 (ovirt-4.2)
15:30:23                vdsm = 4.20.35-1.el7
15:30:23            Available: vdsm-4.20.36-1.el7.x86_64 (ovirt-4.2-pre)
15:30:23                vdsm = 4.20.36-1.el7
15:30:23            Installing: vdsm-4.20.37-1.el7.x86_64 (ovirt-4.2-pre)
15:30:23                vdsm = 4.20.37-1.el7


above error is from: https://jenkins.ovirt.org/job/ovirt-release_4.2_check-patch-el7-x86_64/137/console

vdsm build comes from: 
 https://jenkins.ovirt.org/job/vdsm_4.2_build-artifacts-el7-x86_64/257/
 https://jenkins.ovirt.org/job/vdsm_4.2_build-artifacts-el7-ppc64le/257/

Comment 1 Sandro Bonazzola 2018-08-13 13:51:32 UTC
This affects x86_64 too requiring exactly .el7 instead of .el7.centos:

15:30:23 Error: Package: vdsm-4.20.37-1.el7.x86_64 (ovirt-4.2-pre)
15:30:23            Requires: vdsm-hook-vmfex-dev = 4.20.37-1.el7
15:30:23            Available: vdsm-hook-vmfex-dev-4.20.9.3-1.el7.centos.noarch (ovirt-4.2)
15:30:23                vdsm-hook-vmfex-dev = 4.20.9.3-1.el7.centos
15:30:23            Available: vdsm-hook-vmfex-dev-4.20.13-1.el7.centos.noarch (ovirt-4.2)
15:30:23                vdsm-hook-vmfex-dev = 4.20.13-1.el7.centos
15:30:23            Available: vdsm-hook-vmfex-dev-4.20.14-1.el7.centos.noarch (ovirt-4.2)
15:30:23                vdsm-hook-vmfex-dev = 4.20.14-1.el7.centos
15:30:23            Available: vdsm-hook-vmfex-dev-4.20.17-1.el7.centos.noarch (ovirt-4.2)
15:30:23                vdsm-hook-vmfex-dev = 4.20.17-1.el7.centos
15:30:23            Available: vdsm-hook-vmfex-dev-4.20.18-1.el7.centos.noarch (ovirt-4.2)
15:30:23                vdsm-hook-vmfex-dev = 4.20.18-1.el7.centos
15:30:23            Available: vdsm-hook-vmfex-dev-4.20.19-1.el7.centos.noarch (ovirt-4.2)
15:30:23                vdsm-hook-vmfex-dev = 4.20.19-1.el7.centos
15:30:23            Available: vdsm-hook-vmfex-dev-4.20.20-1.el7.centos.noarch (ovirt-4.2)
15:30:23                vdsm-hook-vmfex-dev = 4.20.20-1.el7.centos
15:30:23            Available: vdsm-hook-vmfex-dev-4.20.22-1.el7.centos.noarch (ovirt-4.2)
15:30:23                vdsm-hook-vmfex-dev = 4.20.22-1.el7.centos
15:30:23            Available: vdsm-hook-vmfex-dev-4.20.23-1.el7.noarch (ovirt-4.2-centos-ovirt42)
15:30:23                vdsm-hook-vmfex-dev = 4.20.23-1.el7
15:30:23            Available: vdsm-hook-vmfex-dev-4.20.23-1.el7.centos.noarch (ovirt-4.2)
15:30:23                vdsm-hook-vmfex-dev = 4.20.23-1.el7.centos
15:30:23            Available: vdsm-hook-vmfex-dev-4.20.27.1-1.el7.centos.noarch (ovirt-4.2)
15:30:23                vdsm-hook-vmfex-dev = 4.20.27.1-1.el7.centos
15:30:23            Available: vdsm-hook-vmfex-dev-4.20.32-1.el7.noarch (ovirt-4.2)
15:30:23                vdsm-hook-vmfex-dev = 4.20.32-1.el7
15:30:23            Available: vdsm-hook-vmfex-dev-4.20.33-1.el7.noarch (ovirt-4.2)
15:30:23                vdsm-hook-vmfex-dev = 4.20.33-1.el7
15:30:23            Available: vdsm-hook-vmfex-dev-4.20.34-1.el7.noarch (ovirt-4.2)
15:30:23                vdsm-hook-vmfex-dev = 4.20.34-1.el7
15:30:23            Available: vdsm-hook-vmfex-dev-4.20.35-1.el7.noarch (ovirt-4.2)
15:30:23                vdsm-hook-vmfex-dev = 4.20.35-1.el7
15:30:23            Available: vdsm-hook-vmfex-dev-4.20.36-1.el7.noarch (ovirt-4.2-pre)
15:30:23                vdsm-hook-vmfex-dev = 4.20.36-1.el7
15:30:23            Available: vdsm-hook-vmfex-dev-4.20.37-1.el7.noarch (ovirt-4.2-pre)
15:30:23                vdsm-hook-vmfex-dev = 4.20.37-1.el7
15:30:23            Installing: vdsm-hook-vmfex-dev-4.20.37-1.el7.centos.p.noarch (ovirt-4.2-pre)
15:30:23                vdsm-hook-vmfex-dev = 4.20.37-1.el7.centos.p

Comment 2 Sandro Bonazzola 2018-08-13 14:20:39 UTC
It turned out being a centos regression.
vdsm has been built with bugged centos-release-7-5.1804.1.el7.centos.p.ppc64le.rpm
causing serious issues in dependency resoultions.

A new centos-release rpm is being worked on, currently ON_QA, fixing the issue and introducing Power 9 support.

Comment 3 Sandro Bonazzola 2018-08-13 14:24:33 UTC
Closing here as not a bug, will work on this on CentOS side.


Note You need to log in before you can comment on or make changes to this bug.