Console Output

Branch indexing
Querying the current revision of branch master...
Current revision of branch master is 10412743e91b6bcbc7b0d4634d93b504bb3bc542
Obtained .ci/Jenkinsfile from 10412743e91b6bcbc7b0d4634d93b504bb3bc542
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] properties
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
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.31.1'
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 10412743e91b6bcbc7b0d4634d93b504bb3bc542 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 10412743e91b6bcbc7b0d4634d93b504bb3bc542 # timeout=10
Commit message: "Remove some now unnecessary path fallbacks"
First time build. Skipping changelog.
[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 archlinux/base:latest
Error response from daemon: pull access denied for archlinux/base, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
[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