Console Output

Started by user Travis Burtrum
Looking up repository moparisthebest/static-curl
Querying the current revision of branch master...
Current revision of branch master is a86e6437e7ab2c161e2b85de70f450b52ed977a5
Obtained .ci/Jenkinsfile from a86e6437e7ab2c161e2b85de70f450b52ed977a5
[Pipeline] Start of Pipeline
[Pipeline] properties
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/oparisthebest_static-curl_master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] echo
My branch is: master
[Pipeline] checkout
The recommended git tool is: NONE
using credential c6ea0d71-5fe1-48ba-ad49-f6dd0c20363a
Cloning the remote Git repository
Cloning repository https://code.moparisthebest.com/moparisthebest/static-curl.git
 > git init /var/lib/jenkins/workspace/oparisthebest_static-curl_master # timeout=10
Fetching upstream changes from https://code.moparisthebest.com/moparisthebest/static-curl.git
 > git --version # timeout=10
 > git --version # 'git version 2.42.0'
using GIT_ASKPASS to set credentials jenkins @ code.moparisthebest.com
 > git fetch --tags --force --progress -- https://code.moparisthebest.com/moparisthebest/static-curl.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://code.moparisthebest.com/moparisthebest/static-curl.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision a86e6437e7ab2c161e2b85de70f450b52ed977a5 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a86e6437e7ab2c161e2b85de70f450b52ed977a5 # timeout=10
Commit message: "curl 8.4.0"
 > git rev-list --no-walk 9eaa52035add8609ee9714bcafba5d942edc617d # timeout=10
[Gitea] Notifying branch build status: PENDING Build started...
[Gitea] Notified
[Pipeline] sh
+ set -euxo pipefail
+ git checkout master --
Switched to a new branch 'master'
branch 'master' set up to track 'origin/master'.
+ git reset --hard origin/master
HEAD is now at a86e643 curl 8.4.0
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build + Deploy)
[Pipeline] sh
+ curl --compressed -sL https://code.moparisthebest.com/moparisthebest/self-ci/raw/branch/master/build-ci.sh
+ bash -s -- -l c -b ./build.sh
build-ci.sh: BUILD_LANG=c RELEASE_SCRIPT=.ci/release.sh BUILD_SCRIPT=./build.sh remaining args:
+ mkdir -p bin
+ cd bin
+ curl --compressed -sL -O https://code.moparisthebest.com/moparisthebest/self-ci/raw/branch/master/ci-release-helper.sh -O https://code.moparisthebest.com/moparisthebest/self-ci/raw/branch/master/c/build.sh
+ chmod +x ci-release-helper.sh build.sh
+ cd ..
++ pwd
+ export PATH=/var/lib/jenkins/workspace/oparisthebest_static-curl_master/bin:/var/lib/jenkins/.cargo/bin:/var/lib/jenkins/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/usr/lib/rustup/bin
+ PATH=/var/lib/jenkins/workspace/oparisthebest_static-curl_master/bin:/var/lib/jenkins/.cargo/bin:/var/lib/jenkins/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/usr/lib/rustup/bin
+ export BRANCH_NAME=master
+ BRANCH_NAME=master
+ export BUILD_UID=971
+ BUILD_UID=971
++ id -g
+ export BUILD_GID=971
+ BUILD_GID=971
+ build.sh ./build.sh
/var/lib/jenkins/workspace/oparisthebest_static-curl_master/bin/build.sh: line 8: shift: shift count out of range
+ '[' ./build.sh == docker-chown ']'
+ docker_build amd64 docker.io/alpine ./build.sh
+ export ARCH=amd64
+ ARCH=amd64
+ shift
+ DOCKER_IMAGE=docker.io/alpine
+ shift
+ '[' 0 -eq 0 ']'
++ pwd
+ podman run --rm -e ARCH -e BRANCH_NAME -v /var/lib/jenkins/workspace/oparisthebest_static-curl_master:/tmp -w /tmp docker.io/alpine sh -c 'umask a=rwx; "$@"' -- ./build.sh
Trying to pull docker.io/library/alpine:latest...
time="2023-10-11T10:36:10-04:00" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://alpine:latest: pinging container registry registry-1.docker.io: Get \"https://registry-1.docker.io/v2/\": EOF"
time="2023-10-11T10:36:21-04:00" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://alpine:latest: pinging container registry registry-1.docker.io: Get \"https://registry-1.docker.io/v2/\": EOF"
time="2023-10-11T10:36:33-04:00" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://alpine:latest: pinging container registry registry-1.docker.io: Get \"https://registry-1.docker.io/v2/\": EOF"
Error: initializing source docker://alpine: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] sh
+ ./bin/build.sh docker-chown
./bin/build.sh: line 8: shift: shift count out of range
+ '[' docker-chown == docker-chown ']'
+ '[' 0 -eq 0 ']'
+ exit 0
[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