Skip to content
Failed

Console Output

Pull request #3002 opened
23:17:03 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at a48a5a9647761406d66e8271f19fab7fa0c5f582 rather than c9c33753df3981e75c55c38a8797a112b6aa3cbf
Obtained Jenkinsfile from a48a5a9647761406d66e8271f19fab7fa0c5f582
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
The recommended git tool is: NONE
using credential jps-reader
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/docker-py_PR-3002@libs/jps # timeout=10
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file"
First time build. Skipping changelog.
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
‘EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-03b2655d409b7aeaa)’ is offline
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-03b2655d409b7aeaa) in /home/ubuntu/workspace/docker-py_PR-3002
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-3002@tmp/31dad406-5058-423a-baba-05942236231b/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
23:18:11 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
23:18:11 chowning workspace
[Pipeline] sh
23:18:12 + pwd
23:18:12 + id -u
23:18:12 + id -g
23:18:12 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-3002:/workspace busybox chown -R 1000:1000 /workspace
23:18:12 Unable to find image 'busybox:latest' locally
23:18:12 latest: Pulling from library/busybox
23:18:12 19d511225f94: Pulling fs layer
23:18:12 19d511225f94: Verifying Checksum
23:18:12 19d511225f94: Download complete
23:18:13 19d511225f94: Pull complete
23:18:13 Digest: sha256:3614ca5eacf0a3a1bcc361c939202a974b4902b9334ff36eb29ffe9011aaad83
23:18:13 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
23:18:15 Removing all docker containers
[Pipeline] sh
23:18:16 + docker container ls -aq
[Pipeline] echo
23:18:16 Docker containers have been removed
[Pipeline] echo
23:18:16 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
23:18:16 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
[Pipeline] sh
23:18:16 + git rev-parse HEAD
23:18:16 fatal: not a git repository (or any of the parent directories): .git
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 128
Finished: FAILURE