ManageIQ / manageiq-pods

ManageIQ on Kubernetes and OpenShift
Apache License 2.0
51 stars 100 forks source link

Quinteros-1 build failing #1083

Closed bdunne closed 2 months ago

bdunne commented 6 months ago

Fixes:

Build failure https://github.com/ManageIQ/manageiq-pods/actions/runs/8512155427/job/23313186720:

CentOS Stream 8 - AppStream                      33 MB/s |  28 MB     00:00    
CentOS Stream 8 - BaseOS                        8.2 MB/s |  10 MB     00:01    
CentOS Stream 8 - Extras                        128 kB/s |  18 kB     00:00    
CentOS Stream 8 - Extras common packages         25 kB/s | 7.5 kB     00:00    
epel-release-latest-8.noarch.rpm                581 kB/s |  25 kB     00:00    
[MIRROR] manageiq-release-18.0-1.el8.noarch.rpm: Status code: 404 for https://rpm.manageiq.org/release/18-radjabov/el8/noarch/manageiq-release-18.0-1.el8.noarch.rpm (IP: 169.63.187.202)
[MIRROR] manageiq-release-18.0-1.el8.noarch.rpm: Status code: 404 for https://rpm.manageiq.org/release/18-radjabov/el8/noarch/manageiq-release-18.0-1.el8.noarch.rpm (IP: 169.63.187.202)
[MIRROR] manageiq-release-18.0-1.el8.noarch.rpm: Status code: 404 for https://rpm.manageiq.org/release/18-radjabov/el8/noarch/manageiq-release-18.0-1.el8.noarch.rpm (IP: 169.63.187.202)
[MIRROR] manageiq-release-18.0-1.el8.noarch.rpm: Status code: 404 for https://rpm.manageiq.org/release/18-radjabov/el8/noarch/manageiq-release-18.0-1.el8.noarch.rpm (IP: 169.63.187.202)
[FAILED] manageiq-release-18.0-1.el8.noarch.rpm: Status code: 404 for https://rpm.manageiq.org/release/18-radjabov/el8/noarch/manageiq-release-18.0-1.el8.noarch.rpm (IP: 169.63.187.202)
Status code: 404 for https://rpm.manageiq.org/release/18-radjabov/el8/noarch/manageiq-release-18.0-1.el8.noarch.rpm (IP: 169.63.187.202)
Error: error building at STEP "RUN dnf config-manager --setopt=tsflags=nodocs --setopt=install_weak_deps=False --save &&     if [ ${ARCH} != "s390x" ] ; then       dnf -y --setopt=protected_packages= remove redhat-release &&       dnf -y remove *subscription-manager* &&       dnf -y install         [http://mirror.centos.org/centos/8-stream/BaseOS/${ARCH}/os/Packages/centos-stream-release-8.6-1.el8.noarch.rpm](http://mirror.centos.org/centos/8-stream/BaseOS/$%7BARCH%7D/os/Packages/centos-stream-release-8.6-1.el8.noarch.rpm)         [http://mirror.centos.org/centos/8-stream/BaseOS/${ARCH}/os/Packages/centos-stream-repos-8-6.el8.noarch.rpm](http://mirror.centos.org/centos/8-stream/BaseOS/$%7BARCH%7D/os/Packages/centos-stream-repos-8-6.el8.noarch.rpm)         [http://mirror.centos.org/centos/8-stream/BaseOS/${ARCH}/os/Packages/centos-gpg-keys-8-6.el8.noarch.rpm](http://mirror.centos.org/centos/8-stream/BaseOS/$%7BARCH%7D/os/Packages/centos-gpg-keys-8-6.el8.noarch.rpm) &&       dnf config-manager --setopt=appstream*.exclude=*httpd*,mod_ssl --save     ; fi &&     dnf -y install       httpd       mod_ssl       https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm       https://rpm.manageiq.org/release/18-radjabov/el8/noarch/manageiq-release-18.0-1.el8.noarch.rpm &&     dnf -y update &&     dnf -y module enable postgresql:13 ruby:3.0 &&     if [[ "$RELEASE_BUILD" != "true" ]]; then dnf config-manager --enable manageiq-18-radjabov-nightly; fi &&     dnf config-manager --setopt=ubi-8-*.exclude=dracut*,net-snmp*,redhat-release* --save &&     if [[ "$LOCAL_RPM" = "true" ]]; then /create_local_yum_repo.sh; fi &&     dnf -y install       ${RPM_PREFIX}-pods       python3-devel &&     clean_dnf_rpm &&     chgrp -R 0 $APP_ROOT &&     chmod -R g=u $APP_ROOT": error while running runtime: exit status 1
miq-bot commented 3 months ago

This issue has been automatically marked as stale because it has not been updated for at least 3 months.

If you can still reproduce this issue on the current release or on master, please reply with all of the information you have about it in order to keep the issue open.

Fryguy commented 2 months ago

@bdunne can we close this now?