Skip to content

build-all

build-all #147

Triggered via schedule June 3, 2024 02:36
Status Failure
Total duration 5m 42s
Artifacts

all.yml

on: schedule
Matrix: docker
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 2 warnings
docker (rocky9-ansible, linux/amd64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c yum -y update; yum clean all;" did not complete successfully: exit code: 127
docker (arch-ansible, linux/amd64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -xe && groupadd -r ${ANSIBLE_USER} && groupadd -r ${DEPLOY_GROUP} && useradd -m -g ${ANSIBLE_USER} ${ANSIBLE_USER} && usermod -aG ${SUDO_GROUP} ${ANSIBLE_USER} && usermod -aG ${DEPLOY_GROUP} ${ANSIBLE_USER} && sed -i \"s/^# \\(%${SUDO_GROUP} ALL=(ALL:ALL) NOPASSWD: ALL\\)/\\\\1/g\" /etc/sudoers" did not complete successfully: exit code: 2
docker (debian10-ansible, linux/amd64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c pip install --no-cache-dir --upgrade cffi && pip install --no-cache-dir ansible" did not complete successfully: exit code: 1
docker (opensuse_tumbleweed-ansible, linux/amd64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -xe && groupadd -r ${ANSIBLE_USER} && groupadd -r ${DEPLOY_GROUP} && groupadd -r ${SUDO_GROUP} && useradd -m -g ${ANSIBLE_USER} ${ANSIBLE_USER} && usermod -aG ${SUDO_GROUP} ${ANSIBLE_USER} && usermod -aG ${DEPLOY_GROUP} ${ANSIBLE_USER} && sed -i \"s/^# \\(%${SUDO_GROUP} ALL=(ALL:ALL) NOPASSWD: ALL\\)/\\\\1/g\" /etc/sudoers" did not complete successfully: exit code: 2
docker (fedora40-ansible, linux/amd64)
Failed to download action 'https://api.github.com/repos/docker/setup-qemu-action/tarball/68827325e0b33c7199eb31dd4e31fbe9023e06e3'. Error: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
docker (fedora40-ansible, linux/amd64)
Back off 20.414 seconds before retry.