Skip to content

build-all

build-all #129

Triggered via schedule January 15, 2024 02:37
Status Failure
Total duration 6m 26s
Artifacts

all.yml

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

Annotations

4 errors
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 (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 (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 (openwrt-ansible, linux/amd64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c mkdir -p /var/lock && opkg update && if [[ $(opkg list-upgradable) ]]; then opkg list-upgradable | cut -f 1 -d ' ' | xargs opkg upgrade; fi && opkg install python3 python3-pip python3-cryptography sudo bash sed shadow-su shadow-groupadd shadow-useradd shadow-usermod" did not complete successfully: exit code: 255