00:02:40
Jun 03, 2021
00:02:26
(3/4) Cleaning up package cache...(4/4) Updating the info directory file...+ 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 'Cloning into 'nginx-quic'...==> ERROR: nginx-quic is not available for the 'aarch64' architecture.The command '/bin/sh -c set -x && echo 'Server = https://mirrors.aliyun.com/archlinuxarm/$arch/$repo/' > /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: 12Cleaning up file based variablesERROR: Job failed: exit code 12
useradd: the GROUP= configuration in /etc/default/useradd will be ignored+ echo 'nginx ALL=(ALL) NOPASSWD:ALL'+ pacman --noconfirm -Sy glibc giterror: failed to initialize alpm library:(root: /, dbpath: /var/lib/pacman/)could not find or read directoryThe 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: 255Cleaning up file based variablesERROR: Job failed: exit code 255