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 71dab8c01f8b5f848d4d39c48fa94347d1c754d0
Obtained .ci/Jenkinsfile from 71dab8c01f8b5f848d4d39c48fa94347d1c754d0
[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
 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/oparisthebest_static-curl_master/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://code.moparisthebest.com/moparisthebest/static-curl.git # timeout=10
Fetching upstream changes from https://code.moparisthebest.com/moparisthebest/static-curl.git
 > git --version # timeout=10
 > git --version # 'git version 2.35.1'
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/master:refs/remotes/origin/master # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 71dab8c01f8b5f848d4d39c48fa94347d1c754d0 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 71dab8c01f8b5f848d4d39c48fa94347d1c754d0 # timeout=10
Commit message: "curl 7.84.0"
 > git rev-list --no-walk 71dab8c01f8b5f848d4d39c48fa94347d1c754d0 # timeout=10
[Gitea] Notifying branch build status: PENDING Build started...
[Gitea] Notified
[Pipeline] sh
+ set -euxo pipefail
+ git checkout master --
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
+ git reset --hard origin/master
HEAD is now at 71dab8c curl 7.84.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:/usr/local/sbin:/usr/local/bin:/usr/bin
+ PATH=/var/lib/jenkins/workspace/oparisthebest_static-curl_master/bin:/usr/local/sbin:/usr/local/bin:/usr/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
+ BUILD_SCRIPT=./build.sh
+ shift
+ '[' '' == ./build.sh ']'
+ '[' ./build.sh == docker-chown ']'
+ docker_build amd64 alpine ./build.sh
+ export ARCH=amd64
+ ARCH=amd64
+ shift
+ DOCKER_IMAGE=alpine
+ shift
++ id -g
++ pwd
++ id -g
+ docker run --rm -e ARCH -e BRANCH_NAME -e BUILD_UID=971 -e BUILD_GID=971 -v /var/lib/jenkins/workspace/oparisthebest_static-curl_master:/tmp -w /tmp alpine sh -c 'umask a=rwx; "$@"; exit=$?; chown -R '\''971:971'\'' /tmp; exit $exit' -- ./build.sh
Unable to find image 'alpine:latest' locally
docker: Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp 44.207.96.114:443: connect: connection refused.
See 'docker run --help'.
[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
+ BUILD_SCRIPT=docker-chown
+ shift
+ '[' '' == docker-chown ']'
+ '[' docker-chown == docker-chown ']'
++ pwd
++ id -g
+ docker run --rm -v /var/lib/jenkins/workspace/oparisthebest_static-curl_master:/tmp alpine chown -R 971:971 /tmp
Unable to find image 'alpine:latest' locally
docker: Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp 44.194.5.25:443: connect: connection refused.
See 'docker run --help'.
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 125
[Gitea] Notifying branch build status: FAILURE There was a failure building this commit
[Gitea] Notified
Finished: FAILURE