Skip to content
Failed

Console Output

Pull request #2787 opened
23:50:59 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 0b2db96049032eb43eee2b2cb754ee45530bd80d+31775a1532a66cf8a4c183a99bb5c73623147295 (88a9cd71ab826c3c3f29c7a5a3729f897034f4db)
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-2787@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
All nodes of label ‘amd64&&ubuntu-2004&&overlay2’ are offline
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-09fdedee22d9c501b) in /home/ubuntu/workspace/docker-py_PR-2787
[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-2787@tmp/58a9dcbc-6fb2-427b-9184-8e3c6898afef/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:52:20 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
23:52:20 chowning workspace
[Pipeline] sh
23:52:21 + pwd
23:52:21 + id -u
23:52:21 + id -g
23:52:21 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2787:/workspace busybox chown -R 1000:1000 /workspace
23:52:21 Unable to find image 'busybox:latest' locally
23:52:21 latest: Pulling from library/busybox
23:52:22 8b3d7e226fab: Pulling fs layer
23:52:22 8b3d7e226fab: Download complete
23:52:22 8b3d7e226fab: Pull complete
23:52:22 Digest: sha256:ce2360d5189a033012fbad1635e037be86f23b65cfd676b436d0931af390a2ac
23:52:22 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
23:52:28 Removing all docker containers
[Pipeline] sh
23:52:28 + docker container ls -aq
[Pipeline] echo
23:52:28 Docker containers have been removed
[Pipeline] echo
23:52:28 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
23:52:28 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
[Pipeline] sh
23:52:28 + git rev-parse HEAD
23:52:28 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