Skip to content

CI jobs are failing against Ceph main #1244

@anoopcs9

Description

@anoopcs9

#6 [2/6] RUN true && if [ -z "main" ]; then CEPH_VERSION="main"; fi && echo "Check: [ main = main ]" && [ "main" = "main" ] && (. /etc/os-release ; if [ "$ID" = centos -a "$VERSION" = 8 ]; then find /etc/yum.repos.d/ -name '*.repo' -exec sed -i -e 's|^mirrorlist=|#mirrorlist=|g' -e 's|^#baseurl=http://mirror.centos.org/|baseurl=https://vault.centos.org/|g' {} ; ; fi ) && if [ ! -f /etc/yum.repos.d/ceph.repo -a "true" = true ]; then if [ -z "$CEPH_SHA1" ]; then CEPH_SHA1="$(sed -n 's/.CEPH_GIT_VER = "(.)"./\1/p' /usr/bin/ceph)"; fi ; yum reinstall -y "$(curl -fs "https://shaman.ceph.com/api/search/?project=ceph&distros=centos/9/x86_64&flavor=default&ref=main&sha1=${CEPH_SHA1:-latest}" | jq -r .[0].url)/noarch/ceph-release-1-0.el9.noarch.rpm"; fi && if [ ! -f /etc/yum.repos.d/ceph.repo -a "true" != true ]; then yum reinstall -y "https://download.ceph.com/rpm-main/el9/noarch/ceph-release-1-1.el9.noarch.rpm"; fi && yum install -y git wget /usr/bin/curl make /usr/bin/cc /usr/bin/c++ gdb libcephfs-devel librados-devel librbd-devel libradosstriper-devel libcephfs2-debuginfo librados2-debuginfo librbd1-debuginfo libradosstriper1-debuginfo && yum clean all && true
#6 0.134 Check: [ main = main ]
#6 2.130 Extra Packages for Enterprise Linux 10 - x86_64 3.8 MB/s | 5.6 MB 00:01
#6 4.421 Rocky Linux 10 - BaseOS 11 MB/s | 14 MB 00:01
#6 6.221 Rocky Linux 10 - AppStream 3.5 MB/s | 2.3 MB 00:00
#6 7.189 Rocky Linux 10 - Extras 9.1 kB/s | 6.0 kB 00:00
#6 7.452 ceph-release-1-0.el9.noarch.rpm 32 kB/s | 6.9 kB 00:00
#6 7.942 Package ceph-release-1-0.el9.noarch not installed, cannot reinstall it.
#6 7.942 No match for argument: /var/cache/dnf/commandline-91cb6bbcf69d1199/packages/ceph-release-1-0.el9.noarch.rpm
#6 7.948 Error: No packages marked for reinstall.
#6 ERROR: process "/bin/sh -c true && if [ -z "${CEPH_VERSION}" ]; then CEPH_VERSION="${CEPH_REF}"; fi && echo "Check: [ ${CEPH_VERSION} = ${GO_CEPH_VERSION} ]" && [ "${CEPH_VERSION}" = "${GO_CEPH_VERSION}" ] && (. /etc/os-release ; if [ "$ID" = centos -a "$VERSION" = 8 ]; then find /etc/yum.repos.d/ -name '
.repo' -exec sed -i -e 's|^mirrorlist=|#mirrorlist=|g' -e 's|^#baseurl=http://mirror.centos.org/|baseurl=https://vault.centos.org/|g' {} \; ; fi ) && if [ ! -f /etc/yum.repos.d/ceph.repo -a "$CEPH_IS_DEVEL" = true ]; then if [ -z "$CEPH_SHA1" ]; then CEPH_SHA1="$(sed -n 's/.*CEPH_GIT_VER = "\(.\)"./\1/p' /usr/bin/ceph)"; fi ; yum reinstall -y "$(curl -fs "https://shaman.ceph.com/api/search/?project=ceph&distros=centos/9/x86_64&flavor=default&ref=${CEPH_REF}&sha1=${CEPH_SHA1:-latest}\" | jq -r .[0].url)/noarch/ceph-release-1-0.el9.noarch.rpm"; fi && if [ ! -f /etc/yum.repos.d/ceph.repo -a "$CEPH_IS_DEVEL" != true ]; then yum reinstall -y "[https://download.ceph.com/rpm-${CEPH_REF}/el9/noarch/ceph-release-1-1.el9.noarch.rpm](https://download.ceph.com/rpm-$%7BCEPH_REF%7D/el9/noarch/ceph-release-1-1.el9.noarch.rpm/)"; fi && yum install -y git wget /usr/bin/curl make /usr/bin/cc /usr/bin/c++ gdb libcephfs-devel librados-devel librbd-devel libradosstriper-devel libcephfs2-debuginfo librados2-debuginfo librbd1-debuginfo libradosstriper1-debuginfo && yum clean all && true" did not complete successfully: exit code: 1

Looks like Ceph main container images have switched their base from CentOS Stream 9 to Rocky Linux 10.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions