Console Output

Branch indexing
Looking up repository moparisthebest/self-ci
Querying the current revision of branch master...
Current revision of branch master is b150674c8375c40471309ba3629ce366eb5a0f39
Obtained .ci/Jenkinsfile from b150674c8375c40471309ba3629ce366eb5a0f39
[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.42.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 b150674c8375c40471309ba3629ce366eb5a0f39 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b150674c8375c40471309ba3629ce366eb5a0f39 # timeout=10
Commit message: "prune more aggressively"
 > git rev-list --no-walk f9b799fc0c75ff6a900b4d6194c3315760aba82f # 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
Trying to pull docker.io/library/archlinux:latest...
time="2023-09-26T15:08:23-04:00" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://archlinux:latest: pinging container registry registry-1.docker.io: Get \"https://registry-1.docker.io/v2/\": EOF"
time="2023-09-26T15:08:35-04:00" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://archlinux:latest: pinging container registry registry-1.docker.io: Get \"https://registry-1.docker.io/v2/\": EOF"
time="2023-09-26T15:08:46-04:00" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://archlinux:latest: pinging container registry registry-1.docker.io: Get \"https://registry-1.docker.io/v2/\": EOF"
Error: initializing source docker://archlinux:latest: pinging container registry registry-1.docker.io: Get "https://registry-1.docker.io/v2/": EOF
[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