Skip to content
Aborted

Console Output

Pull request #2778 event
15:20:00 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 43ca2f8ff958cc29d66ef6badae8121b81ee3434+69087ab977c35f89f51a4117e5c88c07cfbae3d3 (a35cda6dfc0308ec69428670ae025cd4923efd86)
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
 > 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-2004-cgroup1 (i-0da93b631c7112092) in /home/ubuntu/workspace/docker-py_PR-2778
[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-2778@tmp/917162d9-6f3c-4e81-a4ee-c88c2567a8ca/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
15:20:04 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
15:20:04 chowning workspace
[Pipeline] sh
15:20:04 + pwd
15:20:04 + id -u
15:20:04 + id -g
15:20:04 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2778:/workspace busybox chown -R 1000:1000 /workspace
15:20:04 Unable to find image 'busybox:latest' locally
15:20:04 latest: Pulling from library/busybox
15:20:04 5c4213be9af9: Pulling fs layer
15:20:04 5c4213be9af9: Verifying Checksum
15:20:04 5c4213be9af9: Download complete
15:20:04 5c4213be9af9: Pull complete
15:20:04 Digest: sha256:c6b45a95f932202dbb27c31333c4789f45184a744060f6e569cc9d2bf1b9ad6f
15:20:04 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
15:20:07 Removing all docker containers
[Pipeline] sh
15:20:07 + docker container ls -aq
[Pipeline] echo
15:20:07 Docker containers have been removed
[Pipeline] echo
15:20:07 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
15:20:07 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
15:20:07 The recommended git tool is: git
15:20:07 using credential docker-jenkins-github-credentials
15:20:07 Cloning the remote Git repository
15:20:07 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2778 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/2778/head:refs/remotes/origin/PR-2778 +refs/heads/master:refs/remotes/origin/master # timeout=10
15:20:08 Fetching without tags
15:20:09 Merging remotes/origin/master commit 69087ab977c35f89f51a4117e5c88c07cfbae3d3 into PR head commit 43ca2f8ff958cc29d66ef6badae8121b81ee3434
15:20:09 Merge succeeded, producing 41c6644eb3d82a32d2e9cab5e61cf42caca9b450
15:20:09 Checking out Revision 41c6644eb3d82a32d2e9cab5e61cf42caca9b450 (PR-2778)
15:20:09 Commit message: "Merge commit '69087ab977c35f89f51a4117e5c88c07cfbae3d3' into HEAD"
[Pipeline] sh
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2778/head:refs/remotes/origin/PR-2778 # 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 --force --progress -- https://github.com/docker/docker-py.git +refs/pull/2778/head:refs/remotes/origin/PR-2778 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 43ca2f8ff958cc29d66ef6badae8121b81ee3434 # 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 69087ab977c35f89f51a4117e5c88c07cfbae3d3 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 41c6644eb3d82a32d2e9cab5e61cf42caca9b450 # timeout=10
 > git rev-list --no-walk 43ca2f8ff958cc29d66ef6badae8121b81ee3434 # timeout=10
15:20:10 + git rev-parse HEAD
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] isUnix
[Pipeline] sh
15:20:10 + docker pull dockerpinata/docker-py:sshdind-41c6644eb3d82a32d2e9cab5e61cf42caca9b450
15:20:10 Error response from daemon: manifest for dockerpinata/docker-py:sshdind-41c6644eb3d82a32d2e9cab5e61cf42caca9b450 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
15:20:10 + docker build -t dockerpinata/docker-py:sshdind-41c6644eb3d82a32d2e9cab5e61cf42caca9b450 -f tests/Dockerfile-ssh-dind .
15:20:10 Sending build context to Docker daemon  1.375MB

15:20:10 Step 1/11 : ARG API_VERSION=1.39
15:20:10 Step 2/11 : ARG ENGINE_VERSION=19.03.12
15:20:10 Step 3/11 : FROM docker:${ENGINE_VERSION}-dind
$ 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-2778@tmp/86f2f743-4809-4666-8eec-110f468771f2/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
15:20:11 19.03.12-dind: Pulling from library/docker
15:20:11 df20fa9351a1: Pulling fs layer
15:20:11 25ad7478873d: Pulling fs layer
15:20:11 4684f6177b5d: Pulling fs layer
15:20:11 46e300cec669: Pulling fs layer
15:20:11 63038576ad94: Pulling fs layer
15:20:11 0fdb76c4706c: Pulling fs layer
15:20:11 cb7edeffdfd5: Pulling fs layer
15:20:11 cc28bd76800f: Pulling fs layer
15:20:11 54196fe38f7e: Pulling fs layer
15:20:11 ea71acc29633: Pulling fs layer
15:20:11 657cc4c15165: Pulling fs layer
15:20:11 46e300cec669: Waiting
15:20:11 63038576ad94: Waiting
15:20:11 0fdb76c4706c: Waiting
15:20:11 cb7edeffdfd5: Waiting
15:20:11 cc28bd76800f: Waiting
15:20:11 54196fe38f7e: Waiting
15:20:11 ea71acc29633: Waiting
15:20:11 657cc4c15165: Waiting
15:20:11 4684f6177b5d: Verifying Checksum
15:20:11 4684f6177b5d: Download complete
15:20:11 df20fa9351a1: Verifying Checksum
15:20:11 df20fa9351a1: Download complete
15:20:11 25ad7478873d: Verifying Checksum
15:20:11 25ad7478873d: Download complete
15:20:11 63038576ad94: Verifying Checksum
15:20:11 63038576ad94: Download complete
15:20:11 0fdb76c4706c: Verifying Checksum
15:20:11 0fdb76c4706c: Download complete
15:20:11 cb7edeffdfd5: Verifying Checksum
15:20:11 cb7edeffdfd5: Download complete
15:20:12 54196fe38f7e: Verifying Checksum
15:20:12 54196fe38f7e: Download complete
15:20:12 ea71acc29633: Verifying Checksum
15:20:12 ea71acc29633: Download complete
15:20:12 df20fa9351a1: Pull complete
15:20:12 657cc4c15165: Verifying Checksum
15:20:12 657cc4c15165: Download complete
15:20:12 cc28bd76800f: Verifying Checksum
15:20:12 cc28bd76800f: Download complete
15:20:12 25ad7478873d: Pull complete
15:20:12 4684f6177b5d: Pull complete
15:20:12 46e300cec669: Verifying Checksum
15:20:12 46e300cec669: Download complete
15:20:14 46e300cec669: Pull complete
15:20:14 63038576ad94: Pull complete
15:20:14 0fdb76c4706c: Pull complete
15:20:14 cb7edeffdfd5: Pull complete
15:20:15 cc28bd76800f: Pull complete
15:20:15 54196fe38f7e: Pull complete
15:20:15 ea71acc29633: Pull complete
15:20:15 657cc4c15165: Pull complete
15:20:15 Digest: sha256:674f1f40ff7c8ac14f5d8b6b28d8fb1f182647ff75304d018003f1e21a0d8771
15:20:15 Status: Downloaded newer image for docker:19.03.12-dind
15:20:15  ---> 66dc2d45749a
15:20:15 Step 4/11 : RUN apk add --no-cache 		openssh
15:20:17  ---> Running in 2ae7869c2c8d
15:20:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
15:20:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
15:20:19 (1/4) Installing openssh-sftp-server (8.3_p1-r1)
15:20:19 (2/4) Installing openssh-server-common (8.3_p1-r1)
15:20:19 (3/4) Installing openssh-server (8.3_p1-r1)
15:20:19 (4/4) Installing openssh (8.3_p1-r1)
15:20:19 Executing busybox-1.31.1-r16.trigger
15:20:19 OK: 28 MiB in 51 packages
15:20:19 Removing intermediate container 2ae7869c2c8d
15:20:19  ---> d8027647619c
15:20:19 Step 5/11 : RUN ssh-keygen -A
15:20:19  ---> Running in a0df83e6fc8d
Aborted by Anca Iordache
15:20:19 Sending interrupt signal to process
15:20:19 ssh-keygen: generating new host keys: RSA Terminated
15:20:20 script returned exit code 143
[Pipeline] }
[Pipeline] // withDockerRegistry
[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

Finished: ABORTED