Skip to content
Failed

Console Output

Pull request #2680 updated
09:22:04 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from ae31e7451fd5b52b4ead05064d0dd83cc251dbf7+9d8cd023e88f22e701365ae4d3dccc16537f4851 (b92904852f8d904f53b85f97f0c443e95694e5ae)
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
using credential jps-reader
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
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
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"
 > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
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
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-05b00ba86016a7bfa) in /home/ubuntu/workspace/docker-py_PR-2680
[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-2680@tmp/fe85790c-c393-43f1-bd04-1483a744fbe1/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
09:22:11 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
09:22:11 chowning workspace
[Pipeline] sh
09:22:11 + pwd
09:22:11 + id -u
09:22:11 + id -g
09:22:11 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2680:/workspace busybox chown -R 1000:1000 /workspace
09:22:11 Unable to find image 'busybox:latest' locally
09:22:11 latest: Pulling from library/busybox
09:22:11 df8698476c65: Pulling fs layer
09:22:12 df8698476c65: Download complete
09:22:12 df8698476c65: Pull complete
09:22:12 Digest: sha256:d366a4665ab44f0648d7a00ae3fae139d55e32f9712c67accd604bb55df9d05a
09:22:12 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
09:22:12 Removing all docker containers
[Pipeline] sh
09:22:13 + docker container ls -aq
[Pipeline] echo
09:22:13 Docker containers have been removed
[Pipeline] echo
09:22:13 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
09:22:13 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
09:22:13 using credential docker-jenkins-github-credentials
09:22:13 Cloning the remote Git repository
09:22:13 Cloning with configured refspecs honoured and without tags
09:22:14 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2680 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2680/head:refs/remotes/origin/PR-2680 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2680/head:refs/remotes/origin/PR-2680 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2680/head:refs/remotes/origin/PR-2680 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:22:14 Merging remotes/origin/master commit 9d8cd023e88f22e701365ae4d3dccc16537f4851 into PR head commit ae31e7451fd5b52b4ead05064d0dd83cc251dbf7
09:22:14 Merge succeeded, producing ae31e7451fd5b52b4ead05064d0dd83cc251dbf7
09:22:14 Checking out Revision ae31e7451fd5b52b4ead05064d0dd83cc251dbf7 (PR-2680)
09:22:14 Commit message: "update image name for ssh dind"
[Pipeline] sh
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ae31e7451fd5b52b4ead05064d0dd83cc251dbf7 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge 9d8cd023e88f22e701365ae4d3dccc16537f4851 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ae31e7451fd5b52b4ead05064d0dd83cc251dbf7 # timeout=10
 > git rev-list --no-walk d96666881d2ece3be7a6ea1c638f76fee4ee1af0 # timeout=10
09:22:15 + git rev-parse HEAD
[Pipeline] isUnix
[Pipeline] sh
09:22:15 + docker pull dockerbuildbot/docker-py:sshdind:ae31e7451fd5b52b4ead05064d0dd83cc251dbf7
09:22:15 invalid reference format
[Pipeline] isUnix
[Pipeline] sh
09:22:16 + docker build -t dockerbuildbot/docker-py:sshdind:ae31e7451fd5b52b4ead05064d0dd83cc251dbf7 -f tests/Dockerfile-ssh-dind .
09:22:16 invalid argument "dockerbuildbot/docker-py:sshdind:ae31e7451fd5b52b4ead05064d0dd83cc251dbf7" for "-t, --tag" flag: invalid reference format
09:22:16 See 'docker build --help'.
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 125
Finished: FAILURE