[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-3109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=41043#comment-41043
 ] 

Sandro Bonazzola commented on OVIRT-3109:
-----------------------------------------

Candidate to be the patch which broke ppc64le:
https://gerrit.ovirt.org/c/jenkins/+/115492
+Ehud Yonasi <eyon...@redhat.com> was this tested on ppc64le?

Il giorno mer 7 lug 2021 alle ore 18:04 Sandro Bonazzola <
sbona...@redhat.com> ha scritto:

> Looking at
>
> https://jenkins.ovirt.org/blue/organizations/jenkins/ovirt-release_standard-check-patch/detail/ovirt-release_standard-check-patch/810/pipeline/#step-231-log-132
>
> It shows:
> # /usr/bin/yum --installroot
> /var/lib/mock/centos-stream-8-ppc64le-6cf77c626743751e199a195f6b050912-bootstrap-10125/root/
> --releasever 8 install dnf dnf-plugins-core --setopt=tsflags=nocontexts
> command being executed and failing with:
> [2021-07-07T15:18:32.577Z] --> Finished Dependency Resolution
> [2021-07-07T15:18:32.577Z] Error: Package: python3-dnf-4.7.0-1.el8.noarch
> (centos-base-el8stream)
> [2021-07-07T15:18:32.577Z]            Requires: python(abi) = 3.6
> [2021-07-07T15:18:32.577Z] Error: Package: python3-dnf-4.7.0-1.el8.noarch
> (centos-base-el8stream)
> [2021-07-07T15:18:32.577Z]            Requires: python3-libdnf >= 0.61.1
> [2021-07-07T15:18:32.577Z] Error: Package:
> 1:python3-dateutil-2.6.1-6.el8.noarch (centos-base-el8stream)
> [2021-07-07T15:18:32.577Z]            Requires: python(abi) = 3.6
> [2021-07-07T15:18:32.577Z] Error: Package:
> python3-dnf-plugins-core-4.0.21-1.el8.noarch (centos-base-el8stream)
> [2021-07-07T15:18:32.577Z]            Requires: python3-dbus
> [2021-07-07T15:18:32.577Z] Error: Package: python3-dnf-4.7.0-1.el8.noarch
> (centos-base-el8stream)
> [2021-07-07T15:18:32.577Z]            Requires: python3-libcomps >= 0.1.8
> [2021-07-07T15:18:32.577Z] Error: Package: dnf-data-4.7.0-1.el8.noarch
> (centos-base-el8stream)
> [2021-07-07T15:18:32.577Z]            Requires: libreport-filesystem
> [2021-07-07T15:18:32.577Z] Error: Package: python3-dnf-4.7.0-1.el8.noarch
> (centos-base-el8stream)
> [2021-07-07T15:18:32.577Z]            Requires: libmodulemd >= 2.9.3
> [2021-07-07T15:18:32.577Z] Error: Package:
> python3-dnf-plugins-core-4.0.21-1.el8.noarch (centos-base-el8stream)
> [2021-07-07T15:18:32.577Z]            Requires: python(abi) = 3.6
> [2021-07-07T15:18:32.577Z] Error: Package:
> python3-dnf-plugins-core-4.0.21-1.el8.noarch (centos-base-el8stream)
> [2021-07-07T15:18:32.577Z]            Requires: python3-hawkey >= 0.46.1
> [2021-07-07T15:18:32.577Z] Error: Package: dnf-4.7.0-1.el8.noarch
> (centos-base-el8stream)
> [2021-07-07T15:18:32.577Z]            Requires: /bin/sh
> [2021-07-07T15:18:32.577Z] Error: Package: python3-dnf-4.7.0-1.el8.noarch
> (centos-base-el8stream)
> [2021-07-07T15:18:32.577Z]            Requires: python3-rpm >= 4.14.2-35
> [2021-07-07T15:18:32.577Z] Error: Package: python3-dnf-4.7.0-1.el8.noarch
> (centos-base-el8stream)
> [2021-07-07T15:18:32.578Z]            Requires: python3-hawkey >= 0.61.1
> [2021-07-07T15:18:32.578Z] Error: Package: python3-dnf-4.7.0-1.el8.noarch
> (centos-base-el8stream)
> [2021-07-07T15:18:32.578Z]            Requires: python3-libdnf
> [2021-07-07T15:18:32.578Z] Error: Package: python3-dnf-4.7.0-1.el8.noarch
> (centos-base-el8stream)
> [2021-07-07T15:18:32.578Z]            Requires:
> /usr/libexec/platform-python
> [2021-07-07T15:18:32.578Z] Error: Package: python3-six-1.11.0-8.el8.noarch
> (centos-base-el8stream)
> [2021-07-07T15:18:32.578Z]            Requires: python(abi) = 3.6
> [2021-07-07T15:18:32.578Z] Error: Package: python3-dnf-4.7.0-1.el8.noarch
> (centos-base-el8stream)
> [2021-07-07T15:18:32.578Z]            Requires: python3-gpg
> [2021-07-07T15:18:32.578Z]  You could try using --skip-broken to work
> around the problem
> [2021-07-07T15:18:32.578Z]  You could try running: rpm -Va --nofiles
> --nodigest
>
> I initially thought it was a repo issue on centos stream side and reported
> it at https://bugzilla.redhat.com/show_bug.cgi?id=1979601
>
> But it sorted out it's a CI configuration issue. The proof repositories
> are fine:
>
> LC_ALL=C sudo dnf --disablerepo=*  --repofrompath=baseos1,
> http://mirror.centos.org/centos/8/BaseOS/ppc64le/os/ --enablerepo=baseos1
> --releasever=8 --installroot=/tmp/test --nogpgcheck install  :qdnf
> dnf-plugins-core --setopt=tsflags=nocontexts  --setopt=arch=ppc64le
>
> correctly install the needed packages.
>
> This is blocking CI on ppc64le architecture.
>
> --
>
> Sandro Bonazzola
>
> MANAGER, SOFTWARE ENGINEERING, EMEA R&D RHV
>
> Red Hat EMEA <https://www.redhat.com/>
>
> sbona...@redhat.com
> <https://www.redhat.com/>
>
> *Red Hat respects your work life balance. Therefore there is no need to
> answer this email out of your office hours.*
>
>
>

-- 

Sandro Bonazzola

MANAGER, SOFTWARE ENGINEERING, EMEA R&D RHV

Red Hat EMEA <https://www.redhat.com/>

sbona...@redhat.com
<https://www.redhat.com/>

*Red Hat respects your work life balance. Therefore there is no need to
answer this email out of your office hours.
<https://mojo.redhat.com/docs/DOC-1199578>*

> ppc64le mock environment is broken
> ----------------------------------
>
>                 Key: OVIRT-3109
>                 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-3109
>             Project: oVirt - virtualization made easy
>          Issue Type: By-EMAIL
>            Reporter: Sandro Bonazzola
>            Assignee: infra
>
> Looking at
> https://jenkins.ovirt.org/blue/organizations/jenkins/ovirt-release_standard-check-patch/detail/ovirt-release_standard-check-patch/810/pipeline/#step-231-log-132
> It shows:
> # /usr/bin/yum --installroot
> /var/lib/mock/centos-stream-8-ppc64le-6cf77c626743751e199a195f6b050912-bootstrap-10125/root/
> --releasever 8 install dnf dnf-plugins-core --setopt=tsflags=nocontexts
> command being executed and failing with:
> [2021-07-07T15:18:32.577Z] --> Finished Dependency Resolution
> [2021-07-07T15:18:32.577Z] Error: Package: python3-dnf-4.7.0-1.el8.noarch
> (centos-base-el8stream)
> [2021-07-07T15:18:32.577Z]            Requires: python(abi) = 3.6
> [2021-07-07T15:18:32.577Z] Error: Package: python3-dnf-4.7.0-1.el8.noarch
> (centos-base-el8stream)
> [2021-07-07T15:18:32.577Z]            Requires: python3-libdnf >= 0.61.1
> [2021-07-07T15:18:32.577Z] Error: Package:
> 1:python3-dateutil-2.6.1-6.el8.noarch (centos-base-el8stream)
> [2021-07-07T15:18:32.577Z]            Requires: python(abi) = 3.6
> [2021-07-07T15:18:32.577Z] Error: Package:
> python3-dnf-plugins-core-4.0.21-1.el8.noarch (centos-base-el8stream)
> [2021-07-07T15:18:32.577Z]            Requires: python3-dbus
> [2021-07-07T15:18:32.577Z] Error: Package: python3-dnf-4.7.0-1.el8.noarch
> (centos-base-el8stream)
> [2021-07-07T15:18:32.577Z]            Requires: python3-libcomps >= 0.1.8
> [2021-07-07T15:18:32.577Z] Error: Package: dnf-data-4.7.0-1.el8.noarch
> (centos-base-el8stream)
> [2021-07-07T15:18:32.577Z]            Requires: libreport-filesystem
> [2021-07-07T15:18:32.577Z] Error: Package: python3-dnf-4.7.0-1.el8.noarch
> (centos-base-el8stream)
> [2021-07-07T15:18:32.577Z]            Requires: libmodulemd >= 2.9.3
> [2021-07-07T15:18:32.577Z] Error: Package:
> python3-dnf-plugins-core-4.0.21-1.el8.noarch (centos-base-el8stream)
> [2021-07-07T15:18:32.577Z]            Requires: python(abi) = 3.6
> [2021-07-07T15:18:32.577Z] Error: Package:
> python3-dnf-plugins-core-4.0.21-1.el8.noarch (centos-base-el8stream)
> [2021-07-07T15:18:32.577Z]            Requires: python3-hawkey >= 0.46.1
> [2021-07-07T15:18:32.577Z] Error: Package: dnf-4.7.0-1.el8.noarch
> (centos-base-el8stream)
> [2021-07-07T15:18:32.577Z]            Requires: /bin/sh
> [2021-07-07T15:18:32.577Z] Error: Package: python3-dnf-4.7.0-1.el8.noarch
> (centos-base-el8stream)
> [2021-07-07T15:18:32.577Z]            Requires: python3-rpm >= 4.14.2-35
> [2021-07-07T15:18:32.577Z] Error: Package: python3-dnf-4.7.0-1.el8.noarch
> (centos-base-el8stream)
> [2021-07-07T15:18:32.578Z]            Requires: python3-hawkey >= 0.61.1
> [2021-07-07T15:18:32.578Z] Error: Package: python3-dnf-4.7.0-1.el8.noarch
> (centos-base-el8stream)
> [2021-07-07T15:18:32.578Z]            Requires: python3-libdnf
> [2021-07-07T15:18:32.578Z] Error: Package: python3-dnf-4.7.0-1.el8.noarch
> (centos-base-el8stream)
> [2021-07-07T15:18:32.578Z]            Requires: /usr/libexec/platform-python
> [2021-07-07T15:18:32.578Z] Error: Package: python3-six-1.11.0-8.el8.noarch
> (centos-base-el8stream)
> [2021-07-07T15:18:32.578Z]            Requires: python(abi) = 3.6
> [2021-07-07T15:18:32.578Z] Error: Package: python3-dnf-4.7.0-1.el8.noarch
> (centos-base-el8stream)
> [2021-07-07T15:18:32.578Z]            Requires: python3-gpg
> [2021-07-07T15:18:32.578Z]  You could try using --skip-broken to work
> around the problem
> [2021-07-07T15:18:32.578Z]  You could try running: rpm -Va --nofiles
> --nodigest
> I initially thought it was a repo issue on centos stream side and reported
> it at https://bugzilla.redhat.com/show_bug.cgi?id=1979601
> But it sorted out it's a CI configuration issue. The proof repositories are
> fine:
> LC_ALL=C sudo dnf --disablerepo=*  --repofrompath=baseos1,
> http://mirror.centos.org/centos/8/BaseOS/ppc64le/os/ --enablerepo=baseos1
> --releasever=8 --installroot=/tmp/test --nogpgcheck install  :qdnf
> dnf-plugins-core --setopt=tsflags=nocontexts  --setopt=arch=ppc64le
> correctly install the needed packages.
> This is blocking CI on ppc64le architecture.
> -- 
> Sandro Bonazzola
> MANAGER, SOFTWARE ENGINEERING, EMEA R&D RHV
> Red Hat EMEA <https://www.redhat.com/>
> sbona...@redhat.com
> <https://www.redhat.com/>
> *Red Hat respects your work life balance. Therefore there is no need to
> answer this email out of your office hours.*



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100168)
_______________________________________________
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/Y5CO6L26SQRY3K6U4DGWLRBNXQJ7W3BO/

Reply via email to