Console Output

Branch indexing
Looking up repository moparisthebest/self-ci
Querying the current revision of branch master...
Current revision of branch master is 09e2c53055596a05d9bd0828481d959210de6095
Obtained .ci/Jenkinsfile from 09e2c53055596a05d9bd0828481d959210de6095
[Pipeline] Start of Pipeline
[Pipeline] properties
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/moparisthebest_self-ci_master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] checkout
The recommended git tool is: NONE
using credential c6ea0d71-5fe1-48ba-ad49-f6dd0c20363a
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://code.moparisthebest.com/moparisthebest/self-ci.git
 > git init /var/lib/jenkins/workspace/moparisthebest_self-ci_master # timeout=10
Fetching upstream changes from https://code.moparisthebest.com/moparisthebest/self-ci.git
 > git --version # timeout=10
 > git --version # 'git version 2.41.0'
using GIT_ASKPASS to set credentials jenkins @ code.moparisthebest.com
 > git fetch --no-tags --force --progress -- https://code.moparisthebest.com/moparisthebest/self-ci.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://code.moparisthebest.com/moparisthebest/self-ci.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision 09e2c53055596a05d9bd0828481d959210de6095 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 09e2c53055596a05d9bd0828481d959210de6095 # timeout=10
Commit message: "Prune cross images every 25% through the build"
 > git rev-list --no-walk 471e7d761fd995bad12598c8529c49508b8675f1 # timeout=10
[Gitea] Notifying branch build status: PENDING Build started...
[Gitea] Notified
[Pipeline] echo
My branch is: master
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build self-ci-base)
[Pipeline] sh
+ set -ex
+ image_tag=master
+ '[' master == master ']'
+ image_tag=latest
+ docker pull docker.io/library/archlinux:latest
time="2023-08-24T23:02:31-04:00" level=warning msg="The cgroupv2 manager is set to systemd but there is no systemd user session available"
time="2023-08-24T23:02:31-04:00" level=warning msg="For using systemd, you may need to log in using a user session"
time="2023-08-24T23:02:31-04:00" level=warning msg="Alternatively, you can enable lingering with: `loginctl enable-linger 971` (possibly as root)"
time="2023-08-24T23:02:31-04:00" level=warning msg="Falling back to --cgroup-manager=cgroupfs"
time="2023-08-24T23:02:31-04:00" level=warning msg="The cgroupv2 manager is set to systemd but there is no systemd user session available"
time="2023-08-24T23:02:31-04:00" level=warning msg="For using systemd, you may need to log in using a user session"
time="2023-08-24T23:02:31-04:00" level=warning msg="Alternatively, you can enable lingering with: `loginctl enable-linger 971` (possibly as root)"
time="2023-08-24T23:02:31-04:00" level=warning msg="Falling back to --cgroup-manager=cgroupfs"
Trying to pull docker.io/library/archlinux:latest...
Getting image source signatures
Copying blob sha256:87df56ae4a93ddebdf3e602f51ec00a4846561f7d5e516e5ef1396c1778e6f1a
Copying blob sha256:7171264b9dde16fa667a907717acc72fad7c38e3424ef7ab558f3ad20d8b783e
Copying config sha256:1105a6ef005205836e53206cc7caf132c09b408b34e45cee059c2beda11a1188
Writing manifest to image destination
1105a6ef005205836e53206cc7caf132c09b408b34e45cee059c2beda11a1188
+ docker build -t moparisthebest/self-ci-base:latest .
time="2023-08-24T23:02:42-04:00" level=warning msg="The cgroupv2 manager is set to systemd but there is no systemd user session available"
time="2023-08-24T23:02:42-04:00" level=warning msg="For using systemd, you may need to log in using a user session"
time="2023-08-24T23:02:42-04:00" level=warning msg="Alternatively, you can enable lingering with: `loginctl enable-linger 971` (possibly as root)"
time="2023-08-24T23:02:42-04:00" level=warning msg="Falling back to --cgroup-manager=cgroupfs"
time="2023-08-24T23:02:42-04:00" level=warning msg="The cgroupv2 manager is set to systemd but there is no systemd user session available"
time="2023-08-24T23:02:42-04:00" level=warning msg="For using systemd, you may need to log in using a user session"
time="2023-08-24T23:02:42-04:00" level=warning msg="Alternatively, you can enable lingering with: `loginctl enable-linger 971` (possibly as root)"
time="2023-08-24T23:02:42-04:00" level=warning msg="Falling back to --cgroup-manager=cgroupfs"
STEP 1/9: FROM docker.io/library/archlinux:latest
STEP 2/9: ENV PACMAN_MIRROR https://burtrum.org/archlinux
--> 505e93a4b01a
STEP 3/9: ENV TZ=America/New_York
--> 8ebdd83b0a07
STEP 4/9: RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone &&     mkdir /build &&     pacman-key --init &&     curl --pinnedpubkey 'sha256//eEHQC9au2QRAP1FnvcYEsmvXT7511EXQ2gw8ppBfseM=' https://burtrum.org/aur/aur.sh | bash &&     echo -e "Server = $PACMAN_MIRROR/\$repo/os/\$arch" > /etc/pacman.d/mirrorlist &&     echo "TZ=$TZ" > /etc/environment &&     pacman -Syu --noconfirm --needed sed grep gawk sudo git which jq &&     echo 'ci ALL=(ALL) NOPASSWD: ALL' > /etc/sudoers.d/ci
error running container: from /usr/bin/crun creating container for [/bin/sh -c ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone &&     mkdir /build &&     pacman-key --init &&     curl --pinnedpubkey 'sha256//eEHQC9au2QRAP1FnvcYEsmvXT7511EXQ2gw8ppBfseM=' https://burtrum.org/aur/aur.sh | bash &&     echo -e "Server = $PACMAN_MIRROR/\$repo/os/\$arch" > /etc/pacman.d/mirrorlist &&     echo "TZ=$TZ" > /etc/environment &&     pacman -Syu --noconfirm --needed sed grep gawk sudo git which jq &&     echo 'ci ALL=(ALL) NOPASSWD: ALL' > /etc/sudoers.d/ci]: sd-bus call: Permission denied: Permission denied
: exit status 1
time="2023-08-24T23:02:43-04:00" level=error msg="did not get container create message from subprocess: EOF"
Error: building at STEP "RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone &&     mkdir /build &&     pacman-key --init &&     curl --pinnedpubkey 'sha256//eEHQC9au2QRAP1FnvcYEsmvXT7511EXQ2gw8ppBfseM=' https://burtrum.org/aur/aur.sh | bash &&     echo -e "Server = $PACMAN_MIRROR/\$repo/os/\$arch" > /etc/pacman.d/mirrorlist &&     echo "TZ=$TZ" > /etc/environment &&     pacman -Syu --noconfirm --needed sed grep gawk sudo git which jq &&     echo 'ci ALL=(ALL) NOPASSWD: ALL' > /etc/sudoers.d/ci": while running runtime: exit status 1
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Email)
[Pipeline] step
Sending e-mails to: admin.jenkins@moparisthebest.com
[Pipeline] }
[Pipeline] // stage
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
[Gitea] Notifying branch build status: FAILURE There was a failure building this commit
[Gitea] Notified
Finished: FAILURE