00:00:36
Aug 19, 2022
+ echo 'nginx ALL=(ALL) NOPASSWD:ALL'+ pacman --noconfirm -Sy glibc git:: Synchronizing package databases... core downloading...error: failed retrieving file 'core.db' from mirrors.aliyun.com : The requested URL returned error: 404error: failed to synchronize all databases (failed to retrieve some files)The command '/bin/sh -c set -x && echo 'Server = https://mirrors.aliyun.com/archlinux/$repo/os/$arch' > /etc/pacman.d/mirrorlist && groupadd --gid 101 --system nginx && useradd --uid 101 --gid nginx --system --create-home --home-dir /var/cache/nginx --shell /sbin/nologin nginx && echo "nginx ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/nginx && pacman --noconfirm -Sy glibc git && mkdir -m 777 /aur && su nginx -s /bin/sh -c " cd /aur && git clone https://aur.archlinux.org/nginx-quic.git && cd nginx-quic && makepkg -scri --noconfirm " && rm -f /etc/sudoers.d/nginx && rm -rf /aur && rm -rf /var/cache/pacman/pkg/*' returned a non-zero code: 1Cleaning up project directory and file based variablesERROR: Job failed: exit code 1