Skip to content

build-docker-image #565

build-docker-image

build-docker-image #565

Manually triggered September 30, 2025 14:13
Status Failure
Total duration 14m 55s
Artifacts

build-container.yml

on: workflow_dispatch
make-date-tag
2s
make-date-tag
Matrix: build
Matrix: dispatch
Fit to window
Zoom out
Zoom in

Annotations

1 error
build (hub.opensciencegrid.org/osg-htc/alma10-base:combo, el10, development, 25)
buildx failed with: ERROR: failed to build: failed to solve: process "/dev/.buildkit_qemu_emulator /bin/sh -c log () { printf \"\\n%s\\t%s\\n\\n\" \"$(date '+%F %X %z')\" \"$*\" ; } ; DVER=$(awk -F '[=\".]+' '/^VERSION_ID=/ {print $2}' /etc/os-release); log \"Updating OS YUM cache\" && time yum makecache && log \"Updating OS\" && time yum distro-sync -y && OSG_URL=https://repo.osg-htc.org/osg/${OSG_RELEASE}-main/osg-${OSG_RELEASE}-main-el${DVER}-release-latest.rpm && log \"Installing EPEL/OSG repo packages\" && time yum -y install $OSG_URL epel-release yum-utils && yum-config-manager --setopt=install_weak_deps=False --save > /dev/null && /usr/bin/crb enable && if [[ $BASE_YUM_REPO != \"release\" ]]; then yum-config-manager --enable osg-${BASE_YUM_REPO}; yum-config-manager --enable osg-upcoming-${BASE_YUM_REPO}; else yum-config-manager --enable osg-upcoming; fi && sed -i 's/\\#baseurl/baseurl/; s/mirrorlist/\\#mirrorlist/' /etc/yum.repos.d/osg*.repo && log \"Updating EPEL/OSG YUM cache\" && time yum makecache && log \"Installing common software\" && time yum -y install supervisor cronie fetch-crl osg-ca-certs which less rpmdevtools fakeroot /usr/bin/ps && if [[ $DVER == 8 ]]; then log \"Installing crypto-policies-scripts (EL8)\" && time yum -y install crypto-policies-scripts; fi && log \"Cleaning up YUM metadata\" && time yum clean all && rm -rf /var/cache/yum/ && mkdir -p /etc/osg/image-{cleanup,init}.d/ && ln -s /etc/osg/image-{init,config}.d" did not complete successfully: exit code: 1