Skip to content

add initial container file and github build action #15

add initial container file and github build action

add initial container file and github build action #15

Triggered via pull request December 15, 2023 17:09
Status Failure
Total duration 2m 9s
Artifacts

container.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error
build
Error: buildah exited with code 1 time="2023-12-15T17:11:10Z" level=warning msg="Failed to decode the keys [\"machine\"] from \"/usr/share/containers/containers.conf\"." time="2023-12-15T17:11:10Z" level=warning msg="Failed to decode the keys [\"machine\"] from \"/usr/share/containers/containers.conf\"." Trying to pull quay.io/centos/centos:stream8... Getting image source signatures Copying blob sha256:46af8f5390d4e94fc57efb422ccb97bb53dfe5b948546bfc191b46557eb2dbd9 Copying blob sha256:46af8f5390d4e94fc57efb422ccb97bb53dfe5b948546bfc191b46557eb2dbd9 Copying config sha256:d1fb8835cb1d0d9ff09a10436b3a41987e85f0dda0bdbe0f67ee148a062b2faf Writing manifest to image destination Storing signatures time="2023-12-15T17:11:16Z" level=warning msg="Failed to decode the keys [\"machine\"] from \"/usr/share/containers/containers.conf\"." Importing GPG key 0x8483C65D: Userid : "CentOS (CentOS Official Signing Key) <security@centos.org>" Fingerprint: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D From : /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial time="2023-12-15T17:11:38Z" level=warning msg="Failed to decode the keys [\"machine\"] from \"/usr/share/containers/containers.conf\"." time="2023-12-15T17:11:38Z" level=warning msg="Failed to decode the keys [\"machine\"] from \"/usr/share/containers/containers.conf\"." ++ arch + curl -s -L 'https://shaman.ceph.com/api/repos/tcmu-runner/main/latest/centos/8/repo?arch=x86_64' -o /etc/yum.repos.d/tcmu-runner.repo + case "${CEPH_VERSION_NAME}" in + curl -s -L https://shaman.ceph.com/api/repos/ceph-iscsi/main/latest/centos/8/repo -o /etc/yum.repos.d/ceph-iscsi.repo time="2023-12-15T17:11:40Z" level=warning msg="Failed to decode the keys [\"machine\"] from \"/usr/share/containers/containers.conf\"." + rpm --import https://download.ceph.com/keys/release.asc ++ arch + ARCH=x86_64 + '[' x86_64 == aarch64 ']' + IS_RELEASE=0 + '[' -n '""' ']' ++ curl -s 'https://shaman.ceph.com/api/search/?project=ceph&distros=centos/8/x86_64&sha1=""' ++ jq -r '.[0].url' + REPO_URL=null + rpm -Uvh null/noarch/ceph-release-1-0.el8.noarch.rpm error: open of null/noarch/ceph-release-1-0.el8.noarch.rpm failed: No such file or directory error building at STEP "RUN set -x && rpm --import 'https://download.ceph.com/keys/release.asc' && ARCH=$(arch); if [ "${ARCH}" == "aarch64" ]; then ARCH="arm64"; fi ; IS_RELEASE=0 ; if [ -n "${CEPH_SHA1}" ]; then REPO_URL=$(curl -s "https://shaman.ceph.com/api/search/?project=ceph&distros=centos/8/${ARCH}&sha1=${CEPH_SHA1}" | jq -r .[0].url ) ; elif [ "${CEPH_VERSION_NAME}" == "main" ] || [ "${CEPH_VERSION_NAME}" != "${CEPH_REF}" ]; then REPO_URL=$(curl -s "https://shaman.ceph.com/api/search/?project=ceph&distros=centos/8/${ARCH}&flavor=${OSD_FLAVOR}&ref=${CEPH_REF}&sha1=latest" | jq -r .[0].url) ; else IS_RELEASE=1 ; REPO_URL="http://download.ceph.com/rpm-${CEPH_VERSION_NAME}/el8/" ; fi && rpm -Uvh "$REPO_URL/noarch/ceph-release-1-${IS_RELEASE}.el8.noarch.rpm"": error while running runtime: exit status 1 time="2023-12-15T17:11:41Z" level=error msg="exit status 1"