Skip to content
Failed

Console Output

Pull request #2680 updated
08:32:30 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 66fa5664e1b68ce76ae1187af527c118ca586ed9+9d8cd023e88f22e701365ae4d3dccc16537f4851 (f1dc8d36ed0f557846772f3d206db0b9f45f1238)
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
Still waiting to schedule task
Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0558f6df88956423b) 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/5ccd04d9-0df4-493a-945e-f51c9daa5b86/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
08:34:02 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
08:34:02 chowning workspace
[Pipeline] sh
08:34:02 + pwd
08:34:02 + id -u
08:34:02 + id -g
08:34:02 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2680:/workspace busybox chown -R 1000:1000 /workspace
08:34:02 Unable to find image 'busybox:latest' locally
08:34:02 latest: Pulling from library/busybox
08:34:02 df8698476c65: Pulling fs layer
08:34:02 df8698476c65: Verifying Checksum
08:34:02 df8698476c65: Download complete
08:34:04 df8698476c65: Pull complete
08:34:05 Digest: sha256:d366a4665ab44f0648d7a00ae3fae139d55e32f9712c67accd604bb55df9d05a
08:34:05 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
08:34:10 Removing all docker containers
[Pipeline] sh
08:34:11 + docker container ls -aq
[Pipeline] echo
08:34:11 Docker containers have been removed
[Pipeline] echo
08:34:11 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
08:34:11 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
08:34:13 using credential docker-jenkins-github-credentials
08:34:13 Cloning the remote Git repository
08:34:13 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-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
08:34:15 Fetching without tags
08:34:15 Merging remotes/origin/master commit 9d8cd023e88f22e701365ae4d3dccc16537f4851 into PR head commit 66fa5664e1b68ce76ae1187af527c118ca586ed9
08:34:16 Merge succeeded, producing 66fa5664e1b68ce76ae1187af527c118ca586ed9
08:34:16 Checking out Revision 66fa5664e1b68ce76ae1187af527c118ca586ed9 (PR-2680)
 > 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
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 66fa5664e1b68ce76ae1187af527c118ca586ed9 # 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 66fa5664e1b68ce76ae1187af527c118ca586ed9 # timeout=10
08:34:20 Commit message: "Shell out to SSH client for an ssh connection"
08:34:20 First time build. Skipping changelog.
[Pipeline] sh
 > git rev-list --no-walk 4757b8e7dbaac71b32b50f166b0bc2ac17cc9971 # timeout=10
08:34:21 + git rev-parse HEAD
[Pipeline] isUnix
[Pipeline] sh
08:34:21 + docker pull dockerbuildbot/docker-py:sshdind-66fa5664e1b68ce76ae1187af527c118ca586ed9
08:34:21 Error response from daemon: manifest for dockerbuildbot/docker-py:sshdind-66fa5664e1b68ce76ae1187af527c118ca586ed9 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
08:34:21 + docker build -t dockerbuildbot/docker-py:sshdind-66fa5664e1b68ce76ae1187af527c118ca586ed9 -f tests/Dockerfile-ssh-dind .
08:34:21 Sending build context to Docker daemon  1.359MB

08:34:21 Step 1/11 : ARG API_VERSION=1.39
08:34:21 Step 2/11 : ARG ENGINE_VERSION=19.03.12
08:34:21 Step 3/11 : FROM docker:${ENGINE_VERSION}-dind
08:34:21 19.03.12-dind: Pulling from library/docker
08:34:21 df20fa9351a1: Pulling fs layer
08:34:21 25ad7478873d: Pulling fs layer
08:34:21 4684f6177b5d: Pulling fs layer
08:34:21 46e300cec669: Pulling fs layer
08:34:21 63038576ad94: Pulling fs layer
08:34:21 0fdb76c4706c: Pulling fs layer
08:34:21 cb7edeffdfd5: Pulling fs layer
08:34:21 cc28bd76800f: Pulling fs layer
08:34:21 54196fe38f7e: Pulling fs layer
08:34:21 ea71acc29633: Pulling fs layer
08:34:21 657cc4c15165: Pulling fs layer
08:34:21 cb7edeffdfd5: Waiting
08:34:21 cc28bd76800f: Waiting
08:34:21 54196fe38f7e: Waiting
08:34:21 ea71acc29633: Waiting
08:34:21 657cc4c15165: Waiting
08:34:21 46e300cec669: Waiting
08:34:21 0fdb76c4706c: Waiting
08:34:21 4684f6177b5d: Verifying Checksum
08:34:21 4684f6177b5d: Download complete
08:34:21 25ad7478873d: Verifying Checksum
08:34:21 25ad7478873d: Download complete
08:34:21 df20fa9351a1: Download complete
08:34:22 0fdb76c4706c: Verifying Checksum
08:34:22 0fdb76c4706c: Download complete
08:34:22 63038576ad94: Verifying Checksum
08:34:22 63038576ad94: Download complete
08:34:22 cb7edeffdfd5: Verifying Checksum
08:34:22 cb7edeffdfd5: Download complete
08:34:22 54196fe38f7e: Verifying Checksum
08:34:22 54196fe38f7e: Download complete
08:34:22 cc28bd76800f: Verifying Checksum
08:34:22 cc28bd76800f: Download complete
08:34:22 ea71acc29633: Verifying Checksum
08:34:22 ea71acc29633: Download complete
08:34:22 657cc4c15165: Verifying Checksum
08:34:22 657cc4c15165: Download complete
08:34:22 df20fa9351a1: Pull complete
08:34:23 25ad7478873d: Pull complete
08:34:23 46e300cec669: Verifying Checksum
08:34:23 46e300cec669: Download complete
08:34:23 4684f6177b5d: Pull complete
08:34:25 46e300cec669: Pull complete
08:34:25 63038576ad94: Pull complete
08:34:25 0fdb76c4706c: Pull complete
08:34:25 cb7edeffdfd5: Pull complete
08:34:26 cc28bd76800f: Pull complete
08:34:26 54196fe38f7e: Pull complete
08:34:26 ea71acc29633: Pull complete
08:34:26 657cc4c15165: Pull complete
08:34:26 Digest: sha256:674f1f40ff7c8ac14f5d8b6b28d8fb1f182647ff75304d018003f1e21a0d8771
08:34:26 Status: Downloaded newer image for docker:19.03.12-dind
08:34:26  ---> 66dc2d45749a
08:34:26 Step 4/11 : RUN apk add --no-cache 		openssh
08:34:30  ---> Running in e71bb4f5cf15
08:34:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
08:34:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
08:34:32 (1/4) Installing openssh-sftp-server (8.3_p1-r0)
08:34:32 (2/4) Installing openssh-server-common (8.3_p1-r0)
08:34:32 (3/4) Installing openssh-server (8.3_p1-r0)
08:34:32 (4/4) Installing openssh (8.3_p1-r0)
08:34:32 Executing busybox-1.31.1-r16.trigger
08:34:32 OK: 28 MiB in 51 packages
08:34:33 Removing intermediate container e71bb4f5cf15
08:34:33  ---> ae334c77a54c
08:34:33 Step 5/11 : RUN ssh-keygen -A
08:34:33  ---> Running in 70bccd151e73
08:34:34 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
08:34:34 Removing intermediate container 70bccd151e73
08:34:34  ---> c3a6e4ad899d
08:34:34 Step 6/11 : RUN echo "IgnoreUserKnownHosts yes" >> /etc/ssh/sshd_config &&   echo "PubkeyAuthentication yes" >> /etc/ssh/sshd_config &&   echo "PermitRootLogin yes" >> /etc/ssh/sshd_config
08:34:34  ---> Running in c12f7548a8eb
08:34:35 Removing intermediate container c12f7548a8eb
08:34:35  ---> 671221b8e206
08:34:35 Step 7/11 : COPY tests/ssh-keys/authorized_keys /root/.ssh/authorized_keys
08:34:35  ---> 96ecac9e0dab
08:34:35 Step 8/11 : RUN chmod 600 /root/.ssh/authorized_keys
08:34:35  ---> Running in 7e88c5a987c8
08:34:36 Removing intermediate container 7e88c5a987c8
08:34:36  ---> 6fd320e17463
08:34:36 Step 9/11 : RUN echo "root:root" | chpasswd
08:34:36  ---> Running in 2da4079717f9
08:34:36 chpasswd: password for 'root' changed
08:34:37 Removing intermediate container 2da4079717f9
08:34:37  ---> 431447cfed8a
08:34:37 Step 10/11 : RUN ln -s /usr/local/bin/docker /usr/bin/docker
08:34:37  ---> Running in 44149eba7fa2
08:34:38 Removing intermediate container 44149eba7fa2
08:34:38  ---> 859c31945aa6
08:34:38 Step 11/11 : EXPOSE 22
08:34:38  ---> Running in 32c183b23b35
08:34:38 Removing intermediate container 32c183b23b35
08:34:38  ---> 6733df2ef883
08:34:38 Successfully built 6733df2ef883
08:34:38 Successfully tagged dockerbuildbot/docker-py:sshdind-66fa5664e1b68ce76ae1187af527c118ca586ed9
[Pipeline] isUnix
[Pipeline] sh
08:34:38 + docker tag dockerbuildbot/docker-py:sshdind-66fa5664e1b68ce76ae1187af527c118ca586ed9 dockerbuildbot/docker-py:sshdind-66fa5664e1b68ce76ae1187af527c118ca586ed9
[Pipeline] isUnix
[Pipeline] sh
08:34:39 + docker push dockerbuildbot/docker-py:sshdind-66fa5664e1b68ce76ae1187af527c118ca586ed9
08:34:39 The push refers to repository [docker.io/dockerbuildbot/docker-py]
08:34:39 2ef9417056cb: Preparing
08:34:39 cc51ac187941: Preparing
08:34:39 594e798c02f1: Preparing
08:34:39 90e67af05d84: Preparing
08:34:39 eaf0868e1f72: Preparing
08:34:39 ac571ab4354e: Preparing
08:34:39 219384520194: Preparing
08:34:39 1149e736aa92: Preparing
08:34:39 39e79983ac8b: Preparing
08:34:39 da8c28465f82: Preparing
08:34:39 d1292e236c36: Preparing
08:34:39 8890c171a12b: Preparing
08:34:39 4ae5bd84d450: Preparing
08:34:39 723a561964c8: Preparing
08:34:39 78764725b56c: Preparing
08:34:39 51d6d3d09136: Preparing
08:34:39 1507bc794612: Preparing
08:34:39 50644c29ef5a: Preparing
08:34:39 1149e736aa92: Waiting
08:34:39 39e79983ac8b: Waiting
08:34:39 da8c28465f82: Waiting
08:34:39 d1292e236c36: Waiting
08:34:39 8890c171a12b: Waiting
08:34:39 4ae5bd84d450: Waiting
08:34:39 723a561964c8: Waiting
08:34:39 78764725b56c: Waiting
08:34:39 51d6d3d09136: Waiting
08:34:39 1507bc794612: Waiting
08:34:39 50644c29ef5a: Waiting
08:34:39 ac571ab4354e: Waiting
08:34:39 219384520194: Waiting
08:34:40 eaf0868e1f72: Pushed
08:34:40 cc51ac187941: Pushed
08:34:40 594e798c02f1: Pushed
08:34:40 90e67af05d84: Pushed
08:34:40 39e79983ac8b: Layer already exists
08:34:40 1149e736aa92: Layer already exists
08:34:40 da8c28465f82: Layer already exists
08:34:40 d1292e236c36: Layer already exists
08:34:40 8890c171a12b: Layer already exists
08:34:40 4ae5bd84d450: Layer already exists
08:34:40 723a561964c8: Layer already exists
08:34:40 78764725b56c: Layer already exists
08:34:40 51d6d3d09136: Layer already exists
08:34:40 1507bc794612: Layer already exists
08:34:40 50644c29ef5a: Layer already exists
08:34:40 2ef9417056cb: Pushed
08:34:41 ac571ab4354e: Pushed
08:34:41 219384520194: Pushed
08:34:43 sshdind-66fa5664e1b68ce76ae1187af527c118ca586ed9: digest: sha256:ee7a1e2e181f7155a518dec8c66bf720e01f6b25282f5ffb2296eb5444c2f77b size: 4068
[Pipeline] isUnix
[Pipeline] sh
08:34:43 + docker pull dockerbuildbot/docker-py:py2-66fa5664e1b68ce76ae1187af527c118ca586ed9
08:34:43 Error response from daemon: manifest for dockerbuildbot/docker-py:py2-66fa5664e1b68ce76ae1187af527c118ca586ed9 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
08:34:43 + docker build -t dockerbuildbot/docker-py:py2-66fa5664e1b68ce76ae1187af527c118ca586ed9 -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 .
08:34:43 Sending build context to Docker daemon  1.359MB

08:34:43 Step 1/21 : ARG PYTHON_VERSION=3.7
08:34:43 Step 2/21 : FROM python:${PYTHON_VERSION}
08:34:43 2.7: Pulling from library/python
08:34:43 7e2b2a5af8f6: Pulling fs layer
08:34:43 09b6f03ffac4: Pulling fs layer
08:34:43 dc3f0c679f0f: Pulling fs layer
08:34:43 fd4b47407fc3: Pulling fs layer
08:34:43 b32f6bf7d96d: Pulling fs layer
08:34:43 6f4489a7e4cf: Pulling fs layer
08:34:43 af4b99ad9ef0: Pulling fs layer
08:34:43 39db0bc48c26: Pulling fs layer
08:34:43 acb4a89489fc: Pulling fs layer
08:34:43 fd4b47407fc3: Waiting
08:34:43 b32f6bf7d96d: Waiting
08:34:43 6f4489a7e4cf: Waiting
08:34:43 af4b99ad9ef0: Waiting
08:34:43 39db0bc48c26: Waiting
08:34:43 acb4a89489fc: Waiting
08:34:43 09b6f03ffac4: Verifying Checksum
08:34:43 09b6f03ffac4: Download complete
08:34:43 dc3f0c679f0f: Verifying Checksum
08:34:43 dc3f0c679f0f: Download complete
08:34:44 7e2b2a5af8f6: Verifying Checksum
08:34:44 7e2b2a5af8f6: Download complete
08:34:44 6f4489a7e4cf: Verifying Checksum
08:34:44 6f4489a7e4cf: Download complete
08:34:44 fd4b47407fc3: Verifying Checksum
08:34:44 fd4b47407fc3: Download complete
08:34:44 39db0bc48c26: Verifying Checksum
08:34:44 39db0bc48c26: Download complete
08:34:45 acb4a89489fc: Verifying Checksum
08:34:45 acb4a89489fc: Download complete
08:34:45 af4b99ad9ef0: Verifying Checksum
08:34:45 af4b99ad9ef0: Download complete
08:34:47 b32f6bf7d96d: Verifying Checksum
08:34:47 b32f6bf7d96d: Download complete
08:34:47 7e2b2a5af8f6: Pull complete
08:34:48 09b6f03ffac4: Pull complete
08:34:48 dc3f0c679f0f: Pull complete
08:34:50 fd4b47407fc3: Pull complete
08:34:59 b32f6bf7d96d: Pull complete
08:34:59 6f4489a7e4cf: Pull complete
08:34:59 af4b99ad9ef0: Pull complete
08:34:59 39db0bc48c26: Pull complete
08:34:59 acb4a89489fc: Pull complete
08:34:59 Digest: sha256:cfa62318c459b1fde9e0841c619906d15ada5910d625176e24bf692cf8a2601d
08:34:59 Status: Downloaded newer image for python:2.7
08:34:59  ---> 68e7be49c28c
08:34:59 Step 3/21 : ARG APT_MIRROR
08:35:00  ---> Running in f20eb6733c8b
08:35:00 Removing intermediate container f20eb6733c8b
08:35:00  ---> eeefc377e3b2
08:35:00 Step 4/21 : RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list     && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list
08:35:00  ---> Running in c29d00c94ad1
08:35:01 Removing intermediate container c29d00c94ad1
08:35:01  ---> e80dc7fb5fa8
08:35:01 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
08:35:01  ---> Running in 5c1582a05953
08:35:02 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
08:35:02 Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
08:35:02 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
08:35:02 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [234 kB]
08:35:02 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB]
08:35:02 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7868 B]
08:35:03 Fetched 8387 kB in 2s (4937 kB/s)
08:35:04 Reading package lists...
08:35:04 Reading package lists...
08:35:05 Building dependency tree...
08:35:05 Reading state information...
08:35:05 The following additional packages will be installed:
08:35:05   tree
08:35:05 Suggested packages:
08:35:05   libxml-simple-perl ruby
08:35:05 Recommended packages:
08:35:05   qrencode xclip
08:35:05 The following NEW packages will be installed:
08:35:05   gnupg2 pass tree
08:35:05 0 upgraded, 3 newly installed, 0 to remove and 59 not upgraded.
08:35:05 Need to get 481 kB of archives.
08:35:05 After this operation, 684 kB of additional disk space will be used.
08:35:05 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
08:35:05 Get:2 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
08:35:05 Get:3 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
08:35:05 debconf: delaying package configuration, since apt-utils is not installed
08:35:05 Fetched 481 kB in 0s (1812 kB/s)
08:35:05 Selecting previously unselected package gnupg2.
08:35:05 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24538 files and directories currently installed.)
08:35:05 Preparing to unpack .../gnupg2_2.2.12-1+deb10u1_all.deb ...
08:35:05 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
08:35:05 Selecting previously unselected package tree.
08:35:05 Preparing to unpack .../tree_1.8.0-1_amd64.deb ...
08:35:05 Unpacking tree (1.8.0-1) ...
08:35:05 Selecting previously unselected package pass.
08:35:05 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
08:35:05 Unpacking pass (1.7.3-2) ...
08:35:05 Setting up gnupg2 (2.2.12-1+deb10u1) ...
08:35:05 Setting up tree (1.8.0-1) ...
08:35:05 Setting up pass (1.7.3-2) ...
08:35:06 Removing intermediate container 5c1582a05953
08:35:06  ---> 8b88e381b283
08:35:06 Step 6/21 : COPY tests/ssh-keys /root/.ssh
08:35:06  ---> 38725e9a6b41
08:35:06 Step 7/21 : RUN chmod -R 600 /root/.ssh
08:35:06  ---> Running in 17e8c1f1c2c4
08:35:07 Removing intermediate container 17e8c1f1c2c4
08:35:07  ---> 14c702bbd1ed
08:35:07 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys
08:35:07  ---> 8e61beaac944
08:35:07 Step 9/21 : RUN gpg2 --import gpg-keys/secret
08:35:07  ---> Running in d4cdb17a7edd
08:35:07 gpg: directory '/root/.gnupg' created
08:35:07 gpg: keybox '/root/.gnupg/pubring.kbx' created
08:35:07 gpg: /root/.gnupg/trustdb.gpg: trustdb created
08:35:07 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
08:35:07 gpg: key 464ED987A7B21401: secret key imported
08:35:07 gpg: Total number processed: 1
08:35:07 gpg:               imported: 1
08:35:07 gpg:       secret keys read: 1
08:35:07 gpg:   secret keys imported: 1
08:35:08 Removing intermediate container d4cdb17a7edd
08:35:08  ---> 0c7879f682d2
08:35:08 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
08:35:08  ---> Running in 085645e7dec0
08:35:08 gpg: inserting ownertrust of 6
08:35:09 Removing intermediate container 085645e7dec0
08:35:09  ---> 9aa5b9cb9e70
08:35:09 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
08:35:09  ---> Running in 865fc0d4239c
08:35:09 gpg: please do a --check-trustdb
08:35:09 mkdir: created directory '/root/.password-store/'
08:35:09 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
08:35:09 Removing intermediate container 865fc0d4239c
08:35:09  ---> b01c3bd75751
08:35:09 Step 12/21 : RUN gpg2 --check-trustdb
08:35:09  ---> Running in 27faec1e4c92
08:35:10 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
08:35:10 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
08:35:10 Removing intermediate container 27faec1e4c92
08:35:10  ---> cadcd787edd6
08:35:10 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3
08:35:10  ---> Running in 5995e0efc91c
08:35:10 Removing intermediate container 5995e0efc91c
08:35:10  ---> 82ae1920aec0
08:35:10 Step 14/21 : RUN curl -sSL -o /opt/docker-credential-pass.tar.gz     https://github.com/docker/docker-credential-helpers/releases/download/$CREDSTORE_VERSION/docker-credential-pass-$CREDSTORE_VERSION-amd64.tar.gz &&     tar -xf /opt/docker-credential-pass.tar.gz -O > /usr/local/bin/docker-credential-pass &&     rm -rf /opt/docker-credential-pass.tar.gz &&     chmod +x /usr/local/bin/docker-credential-pass
08:35:10  ---> Running in b29f8ea057e4
08:35:11 Removing intermediate container b29f8ea057e4
08:35:11  ---> f67a63296fe6
08:35:11 Step 15/21 : WORKDIR /src
08:35:11  ---> Running in 147dcfbe1229
08:35:11 Removing intermediate container 147dcfbe1229
08:35:11  ---> 619409b067d2
08:35:11 Step 16/21 : COPY requirements.txt /src/requirements.txt
08:35:11  ---> b2c155d0d7d7
08:35:11 Step 17/21 : RUN pip install -r requirements.txt
08:35:11  ---> Running in 9b7d162b530c
08:35:12 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
08:35:12 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
08:35:12 Requirement already satisfied: appdirs==1.4.3 in /usr/local/lib/python2.7/site-packages (from -r requirements.txt (line 1)) (1.4.3)
08:35:16 Collecting asn1crypto==0.22.0
08:35:17   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
08:35:17 Collecting backports.ssl-match-hostname==3.5.0.1
08:35:17   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
08:35:18 Collecting cffi==1.10.0
08:35:18   Downloading cffi-1.10.0-cp27-cp27mu-manylinux1_x86_64.whl (392 kB)
08:35:18 Collecting cryptography==2.3
08:35:18   Downloading cryptography-2.3-cp27-cp27mu-manylinux1_x86_64.whl (2.1 MB)
08:35:18 Collecting enum34==1.1.6
08:35:18   Downloading enum34-1.1.6-py2-none-any.whl (12 kB)
08:35:18 Collecting idna==2.5
08:35:18   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
08:35:18 Collecting ipaddress==1.0.18
08:35:18   Downloading ipaddress-1.0.18-py2-none-any.whl (17 kB)
08:35:18 Collecting packaging==16.8
08:35:18   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
08:35:18 Collecting paramiko==2.4.2
08:35:18   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
08:35:18 Collecting pycparser==2.17
08:35:18   Downloading pycparser-2.17.tar.gz (231 kB)
08:35:19 Collecting pyOpenSSL==18.0.0
08:35:19   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
08:35:19 Collecting pyparsing==2.2.0
08:35:19   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
08:35:19 Collecting requests==2.20.0
08:35:19   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
08:35:19 Collecting six==1.10.0
08:35:19   Downloading six-1.10.0-py2.py3-none-any.whl (10 kB)
08:35:19 Collecting urllib3==1.24.3
08:35:19   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
08:35:19 Collecting websocket-client==0.56.0
08:35:19   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
08:35:19 Collecting pyasn1>=0.1.7
08:35:19   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
08:35:19 Collecting pynacl>=1.0.1
08:35:19   Downloading PyNaCl-1.4.0-cp27-cp27mu-manylinux1_x86_64.whl (964 kB)
08:35:19 Collecting bcrypt>=3.1.3
08:35:19   Downloading bcrypt-3.1.7-cp27-cp27mu-manylinux1_x86_64.whl (59 kB)
08:35:19 Collecting certifi>=2017.4.17
08:35:19   Downloading certifi-2020.6.20-py2.py3-none-any.whl (156 kB)
08:35:19 Collecting chardet<3.1.0,>=3.0.2
08:35:19   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
08:35:19 Building wheels for collected packages: backports.ssl-match-hostname, pycparser
08:35:19   Building wheel for backports.ssl-match-hostname (setup.py): started
08:35:20   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
08:35:20   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py2-none-any.whl size=5209 sha256=af5e9902ae1c2d7440e545226a5d91cc4eea5b6323d80baf3e3baa42a0c9b875
08:35:20   Stored in directory: /root/.cache/pip/wheels/19/dd/8c/6cad8e6c38a9fe006dd7423ca1655bb1eb3cb94c5ce1814e4f
08:35:20   Building wheel for pycparser (setup.py): started
08:35:20   Building wheel for pycparser (setup.py): finished with status 'done'
08:35:20   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=193887 sha256=06c1c7fa0691e2247c5455e8120c4f4c9bc971e7fd55246dd5671046014f9c50
08:35:20   Stored in directory: /root/.cache/pip/wheels/03/08/f2/bf70552f051cd78e9d8fe7d196ef762858dcfa156965e3a1e3
08:35:20 Successfully built backports.ssl-match-hostname pycparser
08:35:20 Installing collected packages: asn1crypto, backports.ssl-match-hostname, pycparser, cffi, six, idna, enum34, ipaddress, cryptography, pyparsing, packaging, pyasn1, pynacl, bcrypt, paramiko, pyOpenSSL, certifi, chardet, urllib3, requests, websocket-client
08:35:20   Attempting uninstall: six
08:35:20     Found existing installation: six 1.14.0
08:35:20     Uninstalling six-1.14.0:
08:35:20       Successfully uninstalled six-1.14.0
08:35:21 Successfully installed asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.1.7 certifi-2020.6.20 cffi-1.10.0 chardet-3.0.4 cryptography-2.3 enum34-1.1.6 idna-2.5 ipaddress-1.0.18 packaging-16.8 paramiko-2.4.2 pyOpenSSL-18.0.0 pyasn1-0.4.8 pycparser-2.17 pynacl-1.4.0 pyparsing-2.2.0 requests-2.20.0 six-1.10.0 urllib3-1.24.3 websocket-client-0.56.0
08:35:26 WARNING: You are using pip version 20.0.2; however, version 20.2.3 is available.
08:35:26 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
08:35:26 Removing intermediate container 9b7d162b530c
08:35:26  ---> 680119c7daeb
08:35:26 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
08:35:26  ---> 0951ffb3fd1a
08:35:26 Step 19/21 : RUN pip install -r test-requirements.txt
08:35:26  ---> Running in 4b9dd56ecc0b
08:35:27 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
08:35:32 Collecting setuptools==44.0.0
08:35:33   Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB)
08:35:33 Collecting coverage==4.5.2
08:35:33   Downloading coverage-4.5.2-cp27-cp27mu-manylinux1_x86_64.whl (201 kB)
08:35:33 Collecting flake8==3.6.0
08:35:33   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
08:35:33 Collecting mock==1.0.1
08:35:33   Downloading mock-1.0.1.tar.gz (818 kB)
08:35:34 Collecting pytest==4.3.1
08:35:34   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
08:35:34 Collecting pytest-cov==2.6.1
08:35:34   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
08:35:34 Collecting pytest-timeout==1.3.3
08:35:34   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
08:35:34 Collecting pyflakes<2.1.0,>=2.0.0
08:35:34   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
08:35:34 Requirement already satisfied: configparser; python_version < "3.2" in /usr/local/lib/python2.7/site-packages (from flake8==3.6.0->-r test-requirements.txt (line 3)) (4.0.2)
08:35:34 Requirement already satisfied: enum34; python_version < "3.4" in /usr/local/lib/python2.7/site-packages (from flake8==3.6.0->-r test-requirements.txt (line 3)) (1.1.6)
08:35:34 Collecting pycodestyle<2.5.0,>=2.4.0
08:35:34   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
08:35:34 Collecting mccabe<0.7.0,>=0.6.0
08:35:34   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
08:35:34 Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python2.7/site-packages (from pytest==4.3.1->-r test-requirements.txt (line 5)) (1.10.0)
08:35:34 Requirement already satisfied: pathlib2>=2.2.0; python_version < "3.6" in /usr/local/lib/python2.7/site-packages (from pytest==4.3.1->-r test-requirements.txt (line 5)) (2.3.5)
08:35:34 Collecting py>=1.5.0
08:35:34   Downloading py-1.9.0-py2.py3-none-any.whl (99 kB)
08:35:35 Collecting attrs>=17.4.0
08:35:35   Downloading attrs-20.2.0-py2.py3-none-any.whl (48 kB)
08:35:35 Collecting more-itertools<6.0.0,>=4.0.0; python_version <= "2.7"
08:35:35   Downloading more_itertools-5.0.0-py2-none-any.whl (52 kB)
08:35:35 Collecting atomicwrites>=1.0
08:35:35   Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
08:35:35 Collecting pluggy>=0.7
08:35:35   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
08:35:35 Collecting funcsigs; python_version < "3.0"
08:35:35   Downloading funcsigs-1.0.2-py2.py3-none-any.whl (17 kB)
08:35:35 Requirement already satisfied: scandir; python_version < "3.5" in /usr/local/lib/python2.7/site-packages (from pathlib2>=2.2.0; python_version < "3.6"->pytest==4.3.1->-r test-requirements.txt (line 5)) (1.10.0)
08:35:35 Requirement already satisfied: importlib-metadata>=0.12; python_version < "3.8" in /usr/local/lib/python2.7/site-packages (from pluggy>=0.7->pytest==4.3.1->-r test-requirements.txt (line 5)) (1.6.0)
08:35:35 Requirement already satisfied: contextlib2; python_version < "3" in /usr/local/lib/python2.7/site-packages (from importlib-metadata>=0.12; python_version < "3.8"->pluggy>=0.7->pytest==4.3.1->-r test-requirements.txt (line 5)) (0.6.0.post1)
08:35:35 Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python2.7/site-packages (from importlib-metadata>=0.12; python_version < "3.8"->pluggy>=0.7->pytest==4.3.1->-r test-requirements.txt (line 5)) (1.2.0)
08:35:35 Building wheels for collected packages: mock
08:35:35   Building wheel for mock (setup.py): started
08:35:35   Building wheel for mock (setup.py): finished with status 'done'
08:35:35   Created wheel for mock: filename=mock-1.0.1-py2-none-any.whl size=23755 sha256=fd53e3baf0751eb82bd0d9f2305be6ebb0c3d7735c09f791c65e0f8b78b35f85
08:35:35   Stored in directory: /root/.cache/pip/wheels/ad/62/e0/a06cc957652749e64c7904e899eca3ecb2ec47c60d52653660
08:35:35 Successfully built mock
08:35:35 Installing collected packages: setuptools, coverage, pyflakes, pycodestyle, mccabe, flake8, mock, py, attrs, more-itertools, atomicwrites, pluggy, funcsigs, pytest, pytest-cov, pytest-timeout
08:35:35   Attempting uninstall: setuptools
08:35:35     Found existing installation: setuptools 44.1.0
08:35:35     Uninstalling setuptools-44.1.0:
08:35:35       Successfully uninstalled setuptools-44.1.0
08:35:36 Successfully installed atomicwrites-1.4.0 attrs-20.2.0 coverage-4.5.2 flake8-3.6.0 funcsigs-1.0.2 mccabe-0.6.1 mock-1.0.1 more-itertools-5.0.0 pluggy-0.13.1 py-1.9.0 pycodestyle-2.4.0 pyflakes-2.0.0 pytest-4.3.1 pytest-cov-2.6.1 pytest-timeout-1.3.3 setuptools-44.0.0
08:35:36 WARNING: You are using pip version 20.0.2; however, version 20.2.3 is available.
08:35:36 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
08:35:37 Removing intermediate container 4b9dd56ecc0b
08:35:37  ---> 86cd1189a847
08:35:37 Step 20/21 : COPY . /src
08:35:37  ---> c4ecb3c016ba
08:35:37 Step 21/21 : RUN pip install .
08:35:37  ---> Running in 99819259c431
08:35:37 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
08:35:37 Processing /src
08:35:37 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (1.10.0)
08:35:37 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (0.56.0)
08:35:37 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (2.20.0)
08:35:37 Requirement already satisfied: backports.ssl_match_hostname>=3.5 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (3.5.0.1)
08:35:37 Requirement already satisfied: ipaddress>=1.0.16 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (1.0.18)
08:35:37 Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (2020.6.20)
08:35:37 Requirement already satisfied: idna<2.8,>=2.5 in /usr/local/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (2.5)
08:35:37 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/local/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (3.0.4)
08:35:37 Requirement already satisfied: urllib3<1.25,>=1.21.1 in /usr/local/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (1.24.3)
08:35:37 Building wheels for collected packages: docker
08:35:37   Building wheel for docker (setup.py): started
08:35:38   Building wheel for docker (setup.py): finished with status 'done'
08:35:38   Created wheel for docker: filename=docker-4.4.0.dev0-py2.py3-none-any.whl size=146047 sha256=0b525afed8900319b64a578f1b66c12de9abadb915240ca6b71cd8a1b64e07ef
08:35:38   Stored in directory: /tmp/pip-ephem-wheel-cache-j0XECH/wheels/dc/45/28/050a7fcd95fc9b9f504d64d6668214323c48b439857458e65c
08:35:38 Successfully built docker
08:35:38 Installing collected packages: docker
08:35:38 Successfully installed docker-4.4.0.dev0
08:35:38 WARNING: You are using pip version 20.0.2; however, version 20.2.3 is available.
08:35:38 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
08:35:39 Removing intermediate container 99819259c431
08:35:39  ---> a0655b41f8b0
08:35:39 Successfully built a0655b41f8b0
08:35:39 Successfully tagged dockerbuildbot/docker-py:py2-66fa5664e1b68ce76ae1187af527c118ca586ed9
[Pipeline] isUnix
[Pipeline] sh
08:35:39 + docker tag dockerbuildbot/docker-py:py2-66fa5664e1b68ce76ae1187af527c118ca586ed9 dockerbuildbot/docker-py:py2-66fa5664e1b68ce76ae1187af527c118ca586ed9
[Pipeline] isUnix
[Pipeline] sh
08:35:39 + docker push dockerbuildbot/docker-py:py2-66fa5664e1b68ce76ae1187af527c118ca586ed9
08:35:39 The push refers to repository [docker.io/dockerbuildbot/docker-py]
08:35:39 a6a9a6a8dd06: Preparing
08:35:39 15fd6b43378c: Preparing
08:35:39 0c380da79eba: Preparing
08:35:39 9931ad5f0ff0: Preparing
08:35:39 226f1c88b7bf: Preparing
08:35:39 963fdb08864c: Preparing
08:35:39 f3520e3bb343: Preparing
08:35:39 f0fd03aa0763: Preparing
08:35:39 7ebade2f39b5: Preparing
08:35:39 fa7ed51f5691: Preparing
08:35:39 8fd3863f0c49: Preparing
08:35:39 55a6d4377630: Preparing
08:35:39 934b3f600397: Preparing
08:35:39 243b6497ceea: Preparing
08:35:39 4381235776bf: Preparing
08:35:39 963fdb08864c: Waiting
08:35:39 1bc9e579f910: Preparing
08:35:39 9cca8844a922: Preparing
08:35:39 f3520e3bb343: Waiting
08:35:39 e571d2d3c73c: Preparing
08:35:39 f0fd03aa0763: Waiting
08:35:39 7ebade2f39b5: Waiting
08:35:39 da7b0a80a4f2: Preparing
08:35:39 fa7ed51f5691: Waiting
08:35:39 ceee8816bb96: Preparing
08:35:39 47458fb45d99: Preparing
08:35:39 46829331b1e4: Preparing
08:35:39 d35c5bda4793: Preparing
08:35:39 a3c1026c6bcc: Preparing
08:35:39 8fd3863f0c49: Waiting
08:35:39 f1d420c2af1a: Preparing
08:35:39 461719022993: Preparing
08:35:39 55a6d4377630: Waiting
08:35:39 934b3f600397: Waiting
08:35:39 243b6497ceea: Waiting
08:35:39 4381235776bf: Waiting
08:35:39 1bc9e579f910: Waiting
08:35:39 9cca8844a922: Waiting
08:35:39 e571d2d3c73c: Waiting
08:35:39 da7b0a80a4f2: Waiting
08:35:39 ceee8816bb96: Waiting
08:35:39 47458fb45d99: Waiting
08:35:39 46829331b1e4: Waiting
08:35:39 d35c5bda4793: Waiting
08:35:39 a3c1026c6bcc: Waiting
08:35:39 f1d420c2af1a: Waiting
08:35:39 461719022993: Waiting
08:35:41 a6a9a6a8dd06: Pushed
08:35:41 9931ad5f0ff0: Pushed
08:35:41 15fd6b43378c: Pushed
08:35:42 0c380da79eba: Pushed
08:35:42 963fdb08864c: Pushed
08:35:42 f3520e3bb343: Pushed
08:35:43 7ebade2f39b5: Pushed
08:35:43 fa7ed51f5691: Pushed
08:35:43 f0fd03aa0763: Pushed
08:35:43 226f1c88b7bf: Pushed
08:35:43 8fd3863f0c49: Pushed
08:35:44 4381235776bf: Pushed
08:35:44 243b6497ceea: Pushed
08:35:44 e571d2d3c73c: Layer already exists
08:35:44 934b3f600397: Pushed
08:35:44 da7b0a80a4f2: Layer already exists
08:35:44 ceee8816bb96: Layer already exists
08:35:44 47458fb45d99: Layer already exists
08:35:44 46829331b1e4: Layer already exists
08:35:44 d35c5bda4793: Layer already exists
08:35:44 a3c1026c6bcc: Layer already exists
08:35:44 f1d420c2af1a: Layer already exists
08:35:44 461719022993: Layer already exists
08:35:44 55a6d4377630: Pushed
08:35:45 9cca8844a922: Pushed
08:35:45 1bc9e579f910: Pushed
08:35:47 py2-66fa5664e1b68ce76ae1187af527c118ca586ed9: digest: sha256:862e67fab4fc4d6a78337e392ce39a46bb156b6a7ad77b6ebf9b4d685441d637 size: 5769
[Pipeline] isUnix
[Pipeline] sh
08:35:47 + docker pull dockerbuildbot/docker-py:py3-66fa5664e1b68ce76ae1187af527c118ca586ed9
08:35:47 Error response from daemon: manifest for dockerbuildbot/docker-py:py3-66fa5664e1b68ce76ae1187af527c118ca586ed9 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
08:35:47 + docker build -t dockerbuildbot/docker-py:py3-66fa5664e1b68ce76ae1187af527c118ca586ed9 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
08:35:47 Sending build context to Docker daemon  1.359MB

08:35:47 Step 1/21 : ARG PYTHON_VERSION=3.7
08:35:47 Step 2/21 : FROM python:${PYTHON_VERSION}
08:35:47 3.7: Pulling from library/python
08:35:47 57df1a1f1ad8: Pulling fs layer
08:35:47 71e126169501: Pulling fs layer
08:35:47 1af28a55c3f3: Pulling fs layer
08:35:47 03f1c9932170: Pulling fs layer
08:35:47 65b3db15f518: Pulling fs layer
08:35:47 3e3b8947ed83: Pulling fs layer
08:35:47 38d9e7938097: Pulling fs layer
08:35:47 724043f425e0: Pulling fs layer
08:35:47 6cf90f3f5863: Pulling fs layer
08:35:47 3e3b8947ed83: Waiting
08:35:47 38d9e7938097: Waiting
08:35:47 724043f425e0: Waiting
08:35:47 6cf90f3f5863: Waiting
08:35:47 03f1c9932170: Waiting
08:35:47 65b3db15f518: Waiting
08:35:48 1af28a55c3f3: Verifying Checksum
08:35:48 1af28a55c3f3: Download complete
08:35:48 71e126169501: Verifying Checksum
08:35:48 71e126169501: Download complete
08:35:48 57df1a1f1ad8: Verifying Checksum
08:35:48 57df1a1f1ad8: Download complete
08:35:48 3e3b8947ed83: Verifying Checksum
08:35:48 3e3b8947ed83: Download complete
08:35:48 03f1c9932170: Verifying Checksum
08:35:48 03f1c9932170: Download complete
08:35:48 724043f425e0: Verifying Checksum
08:35:48 724043f425e0: Download complete
08:35:49 6cf90f3f5863: Verifying Checksum
08:35:49 6cf90f3f5863: Download complete
08:35:49 38d9e7938097: Verifying Checksum
08:35:49 38d9e7938097: Download complete
08:35:51 65b3db15f518: Verifying Checksum
08:35:51 65b3db15f518: Download complete
08:35:51 57df1a1f1ad8: Pull complete
08:35:52 71e126169501: Pull complete
08:35:52 1af28a55c3f3: Pull complete
08:35:54 03f1c9932170: Pull complete
08:36:01 65b3db15f518: Pull complete
08:36:01 3e3b8947ed83: Pull complete
08:36:02 38d9e7938097: Pull complete
08:36:02 724043f425e0: Pull complete
08:36:02 6cf90f3f5863: Pull complete
08:36:02 Digest: sha256:aaedd51e2d9cd8688644bde7895cceba250334b31b8dfca44abcebe9ecdd24c3
08:36:02 Status: Downloaded newer image for python:3.7
08:36:02  ---> 11c6e5fd966a
08:36:02 Step 3/21 : ARG APT_MIRROR
08:36:05  ---> Running in 88901c3939b5
08:36:05 Removing intermediate container 88901c3939b5
08:36:05  ---> cb7738c84422
08:36:05 Step 4/21 : RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list     && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list
08:36:05  ---> Running in a00953b31321
08:36:06 Removing intermediate container a00953b31321
08:36:06  ---> f23680bb602e
08:36:06 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
08:36:06  ---> Running in 4563a976de39
08:36:06 Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
08:36:06 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
08:36:06 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
08:36:06 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB]
08:36:06 Get:5 http://security.debian.org/debian-security buster/updates/main amd64 Packages [234 kB]
08:36:06 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7868 B]
08:36:08 Fetched 8387 kB in 2s (5011 kB/s)
08:36:08 Reading package lists...
08:36:09 Reading package lists...
08:36:09 Building dependency tree...
08:36:09 Reading state information...
08:36:09 The following additional packages will be installed:
08:36:09   tree
08:36:09 Suggested packages:
08:36:09   libxml-simple-perl ruby
08:36:09 Recommended packages:
08:36:09   qrencode xclip
08:36:09 The following NEW packages will be installed:
08:36:09   gnupg2 pass tree
08:36:09 0 upgraded, 3 newly installed, 0 to remove and 7 not upgraded.
08:36:09 Need to get 481 kB of archives.
08:36:09 After this operation, 684 kB of additional disk space will be used.
08:36:09 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
08:36:09 Get:2 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
08:36:09 Get:3 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
08:36:09 debconf: delaying package configuration, since apt-utils is not installed
08:36:09 Fetched 481 kB in 0s (1804 kB/s)
08:36:09 Selecting previously unselected package gnupg2.
08:36:09 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24604 files and directories currently installed.)
08:36:09 Preparing to unpack .../gnupg2_2.2.12-1+deb10u1_all.deb ...
08:36:09 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
08:36:09 Selecting previously unselected package tree.
08:36:09 Preparing to unpack .../tree_1.8.0-1_amd64.deb ...
08:36:09 Unpacking tree (1.8.0-1) ...
08:36:09 Selecting previously unselected package pass.
08:36:09 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
08:36:09 Unpacking pass (1.7.3-2) ...
08:36:09 Setting up gnupg2 (2.2.12-1+deb10u1) ...
08:36:09 Setting up tree (1.8.0-1) ...
08:36:09 Setting up pass (1.7.3-2) ...
08:36:10 Removing intermediate container 4563a976de39
08:36:10  ---> 056d37510028
08:36:10 Step 6/21 : COPY tests/ssh-keys /root/.ssh
08:36:10  ---> a7b0dd86d8af
08:36:10 Step 7/21 : RUN chmod -R 600 /root/.ssh
08:36:10  ---> Running in 0fe3b6077221
08:36:11 Removing intermediate container 0fe3b6077221
08:36:11  ---> 340a831a6ef9
08:36:11 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys
08:36:11  ---> c4064366ad53
08:36:11 Step 9/21 : RUN gpg2 --import gpg-keys/secret
08:36:11  ---> Running in cd1298ff010b
08:36:11 gpg: directory '/root/.gnupg' created
08:36:11 gpg: keybox '/root/.gnupg/pubring.kbx' created
08:36:11 gpg: /root/.gnupg/trustdb.gpg: trustdb created
08:36:11 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
08:36:11 gpg: key 464ED987A7B21401: secret key imported
08:36:11 gpg: Total number processed: 1
08:36:11 gpg:               imported: 1
08:36:11 gpg:       secret keys read: 1
08:36:11 gpg:   secret keys imported: 1
08:36:12 Removing intermediate container cd1298ff010b
08:36:12  ---> ff9251dfa3f2
08:36:12 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
08:36:12  ---> Running in 9de5ee476d50
08:36:12 gpg: inserting ownertrust of 6
08:36:12 Removing intermediate container 9de5ee476d50
08:36:12  ---> 7675c2631fc5
08:36:12 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
08:36:13  ---> Running in e2ea2e98a83e
08:36:13 gpg: please do a --check-trustdb
08:36:13 mkdir: created directory '/root/.password-store/'
08:36:13 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
08:36:13 Removing intermediate container e2ea2e98a83e
08:36:13  ---> b49c0b8c37df
08:36:13 Step 12/21 : RUN gpg2 --check-trustdb
08:36:13  ---> Running in 2efb9edc2d75
08:36:14 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
08:36:14 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
08:36:14 Removing intermediate container 2efb9edc2d75
08:36:14  ---> 97ab1907a54f
08:36:14 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3
08:36:14  ---> Running in 07e7181ae1bb
08:36:14 Removing intermediate container 07e7181ae1bb
08:36:14  ---> 0a61f9e00343
08:36:14 Step 14/21 : RUN curl -sSL -o /opt/docker-credential-pass.tar.gz     https://github.com/docker/docker-credential-helpers/releases/download/$CREDSTORE_VERSION/docker-credential-pass-$CREDSTORE_VERSION-amd64.tar.gz &&     tar -xf /opt/docker-credential-pass.tar.gz -O > /usr/local/bin/docker-credential-pass &&     rm -rf /opt/docker-credential-pass.tar.gz &&     chmod +x /usr/local/bin/docker-credential-pass
08:36:14  ---> Running in 34f0df81c79a
08:36:15 Removing intermediate container 34f0df81c79a
08:36:15  ---> a433534a63ca
08:36:15 Step 15/21 : WORKDIR /src
08:36:15  ---> Running in b7e855af7381
08:36:15 Removing intermediate container b7e855af7381
08:36:15  ---> 96b49af2f0bf
08:36:15 Step 16/21 : COPY requirements.txt /src/requirements.txt
08:36:15  ---> 0c8f07600828
08:36:15 Step 17/21 : RUN pip install -r requirements.txt
08:36:15  ---> Running in 1f0274e1cba6
08:36:17 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
08:36:21 Collecting appdirs==1.4.3
08:36:22   Downloading appdirs-1.4.3-py2.py3-none-any.whl (12 kB)
08:36:22 Collecting asn1crypto==0.22.0
08:36:22   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
08:36:22 Collecting backports.ssl-match-hostname==3.5.0.1
08:36:22   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
08:36:23 Collecting cffi==1.10.0
08:36:23   Downloading cffi-1.10.0.tar.gz (418 kB)
08:36:23 Collecting cryptography==2.3
08:36:23   Downloading cryptography-2.3-cp34-abi3-manylinux1_x86_64.whl (2.1 MB)
08:36:23 Collecting enum34==1.1.6
08:36:23   Downloading enum34-1.1.6-py3-none-any.whl (12 kB)
08:36:23 Collecting idna==2.5
08:36:23   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
08:36:23 Collecting ipaddress==1.0.18
08:36:23   Downloading ipaddress-1.0.18.tar.gz (32 kB)
08:36:23 Collecting packaging==16.8
08:36:23   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
08:36:23 Collecting paramiko==2.4.2
08:36:24   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
08:36:24 Collecting pycparser==2.17
08:36:24   Downloading pycparser-2.17.tar.gz (231 kB)
08:36:24 Collecting pyOpenSSL==18.0.0
08:36:24   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
08:36:24 Collecting pyparsing==2.2.0
08:36:24   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
08:36:24 Collecting requests==2.20.0
08:36:24   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
08:36:24 Collecting six==1.10.0
08:36:24   Downloading six-1.10.0-py2.py3-none-any.whl (10 kB)
08:36:24 Collecting urllib3==1.24.3
08:36:24   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
08:36:24 Collecting websocket-client==0.56.0
08:36:24   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
08:36:24 Collecting pynacl>=1.0.1
08:36:24   Downloading PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB)
08:36:24 Collecting bcrypt>=3.1.3
08:36:24   Downloading bcrypt-3.2.0-cp36-abi3-manylinux2010_x86_64.whl (63 kB)
08:36:24 Collecting pyasn1>=0.1.7
08:36:24   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
08:36:24 Collecting chardet<3.1.0,>=3.0.2
08:36:24   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
08:36:24 Collecting certifi>=2017.4.17
08:36:24   Downloading certifi-2020.6.20-py2.py3-none-any.whl (156 kB)
08:36:24 Building wheels for collected packages: backports.ssl-match-hostname, cffi, ipaddress, pycparser
08:36:24   Building wheel for backports.ssl-match-hostname (setup.py): started
08:36:25   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
08:36:25   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py3-none-any.whl size=5206 sha256=0f809324abb65faf8edb2fc862177e75e9fd4889f385632da1c5e7efd1a183db
08:36:25   Stored in directory: /root/.cache/pip/wheels/93/72/f6/df894bfc7947d11f89dbdb4e9b786703a43cd547c1b5e8c738
08:36:25   Building wheel for cffi (setup.py): started
08:36:28   Building wheel for cffi (setup.py): finished with status 'done'
08:36:28   Created wheel for cffi: filename=cffi-1.10.0-cp37-cp37m-linux_x86_64.whl size=371212 sha256=25d36422eda4d7d0a79bd6f2119dbbe071483eefadd168dba6931e9be4f95dbe
08:36:28   Stored in directory: /root/.cache/pip/wheels/cc/8d/6c/d24a8db003ac4a51d9959a9985718fac84e1baa5ec6c42d115
08:36:28   Building wheel for ipaddress (setup.py): started
08:36:28   Building wheel for ipaddress (setup.py): finished with status 'done'
08:36:28   Created wheel for ipaddress: filename=ipaddress-1.0.18-py3-none-any.whl size=18105 sha256=25cb5ac38157fd72e04e5ceffc1cb4536b9505697870d60b9244493fd3dc7e85
08:36:28   Stored in directory: /root/.cache/pip/wheels/54/90/bd/f99e221ab77ef8e6d65c14efe986cef3360da2990396093151
08:36:28   Building wheel for pycparser (setup.py): started
08:36:28   Building wheel for pycparser (setup.py): finished with status 'done'
08:36:28   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=192839 sha256=4ed059c860d38012b19be0d85e151d69248ffd2b3721a6c447ec3d915e22e4b0
08:36:28   Stored in directory: /root/.cache/pip/wheels/91/50/7a/9f94e39b01559aa44c3cefb775d7befcc01d0a6ed0093cab37
08:36:28 Successfully built backports.ssl-match-hostname cffi ipaddress pycparser
08:36:29 Installing collected packages: appdirs, asn1crypto, backports.ssl-match-hostname, pycparser, cffi, six, idna, cryptography, enum34, ipaddress, pyparsing, packaging, pynacl, bcrypt, pyasn1, paramiko, pyOpenSSL, chardet, urllib3, certifi, requests, websocket-client
08:36:30 Successfully installed appdirs-1.4.3 asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.2.0 certifi-2020.6.20 cffi-1.10.0 chardet-3.0.4 cryptography-2.3 enum34-1.1.6 idna-2.5 ipaddress-1.0.18 packaging-16.8 paramiko-2.4.2 pyOpenSSL-18.0.0 pyasn1-0.4.8 pycparser-2.17 pynacl-1.4.0 pyparsing-2.2.0 requests-2.20.0 six-1.10.0 urllib3-1.24.3 websocket-client-0.56.0
08:36:35 Removing intermediate container 1f0274e1cba6
08:36:35  ---> 335e4282694e
08:36:35 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
08:36:35  ---> f44be152bf85
08:36:35 Step 19/21 : RUN pip install -r test-requirements.txt
08:36:35  ---> Running in 266480bce0c5
08:36:40 Collecting setuptools==44.0.0
08:36:41   Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB)
08:36:42 Collecting coverage==4.5.2
08:36:42   Downloading coverage-4.5.2-cp37-cp37m-manylinux1_x86_64.whl (205 kB)
08:36:42 Collecting flake8==3.6.0
08:36:42   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
08:36:42 Collecting mock==1.0.1
08:36:42   Downloading mock-1.0.1.tar.gz (818 kB)
08:36:42 Collecting pytest==4.3.1
08:36:42   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
08:36:42 Collecting pytest-cov==2.6.1
08:36:42   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
08:36:42 Collecting pytest-timeout==1.3.3
08:36:42   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
08:36:42 Collecting pyflakes<2.1.0,>=2.0.0
08:36:42   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
08:36:42 Collecting pycodestyle<2.5.0,>=2.4.0
08:36:42   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
08:36:42 Collecting mccabe<0.7.0,>=0.6.0
08:36:42   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
08:36:42 Collecting more-itertools>=4.0.0; python_version > "2.7"
08:36:42   Downloading more_itertools-8.5.0-py3-none-any.whl (44 kB)
08:36:42 Collecting attrs>=17.4.0
08:36:42   Downloading attrs-20.2.0-py2.py3-none-any.whl (48 kB)
08:36:42 Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.7/site-packages (from pytest==4.3.1->-r test-requirements.txt (line 5)) (1.10.0)
08:36:42 Collecting pluggy>=0.7
08:36:42   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
08:36:42 Collecting py>=1.5.0
08:36:42   Downloading py-1.9.0-py2.py3-none-any.whl (99 kB)
08:36:42 Collecting atomicwrites>=1.0
08:36:42   Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
08:36:42 Collecting importlib-metadata>=0.12; python_version < "3.8"
08:36:42   Downloading importlib_metadata-2.0.0-py2.py3-none-any.whl (31 kB)
08:36:43 Collecting zipp>=0.5
08:36:43   Downloading zipp-3.3.0-py3-none-any.whl (5.3 kB)
08:36:43 Building wheels for collected packages: mock
08:36:43   Building wheel for mock (setup.py): started
08:36:43   Building wheel for mock (setup.py): finished with status 'done'
08:36:43   Created wheel for mock: filename=mock-1.0.1-py3-none-any.whl size=23754 sha256=b7e7fc32d1c1dc943ac39abc938d9b6a5bab6d4c49bec04a2d0c93014ad2f0f0
08:36:43   Stored in directory: /root/.cache/pip/wheels/16/03/37/f0a64ab894c9102906f192db1a4071b7592292ad661563c69b
08:36:43 Successfully built mock
08:36:43 Installing collected packages: setuptools, coverage, pyflakes, pycodestyle, mccabe, flake8, mock, more-itertools, attrs, zipp, importlib-metadata, pluggy, py, atomicwrites, pytest, pytest-cov, pytest-timeout
08:36:43   Attempting uninstall: setuptools
08:36:43     Found existing installation: setuptools 50.3.0
08:36:43     Uninstalling setuptools-50.3.0:
08:36:43       Successfully uninstalled setuptools-50.3.0
08:36:44 Successfully installed atomicwrites-1.4.0 attrs-20.2.0 coverage-4.5.2 flake8-3.6.0 importlib-metadata-2.0.0 mccabe-0.6.1 mock-1.0.1 more-itertools-8.5.0 pluggy-0.13.1 py-1.9.0 pycodestyle-2.4.0 pyflakes-2.0.0 pytest-4.3.1 pytest-cov-2.6.1 pytest-timeout-1.3.3 setuptools-44.0.0 zipp-3.3.0
08:36:45 Removing intermediate container 266480bce0c5
08:36:45  ---> dad832c762d2
08:36:45 Step 20/21 : COPY . /src
08:36:45  ---> c7715e9f6e40
08:36:45 Step 21/21 : RUN pip install .
08:36:45  ---> Running in 03a87603378f
08:36:45 Processing /src
08:36:46 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.7/site-packages (from docker==4.4.0.dev0) (1.10.0)
08:36:46 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.7/site-packages (from docker==4.4.0.dev0) (0.56.0)
08:36:46 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python3.7/site-packages (from docker==4.4.0.dev0) (2.20.0)
08:36:46 Requirement already satisfied: urllib3<1.25,>=1.21.1 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (1.24.3)
08:36:46 Requirement already satisfied: idna<2.8,>=2.5 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (2.5)
08:36:46 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (3.0.4)
08:36:46 Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (2020.6.20)
08:36:46 Building wheels for collected packages: docker
08:36:46   Building wheel for docker (setup.py): started
08:36:46   Building wheel for docker (setup.py): finished with status 'done'
08:36:46   Created wheel for docker: filename=docker-4.4.0.dev0-py2.py3-none-any.whl size=146051 sha256=cba9a5d0f49b16ee069206984fe7fcd45304ee70d1d3f3a73507ac54a97641c4
08:36:46   Stored in directory: /tmp/pip-ephem-wheel-cache-7vtc2pu0/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525
08:36:46 Successfully built docker
08:36:46 Installing collected packages: docker
08:36:46 Successfully installed docker-4.4.0.dev0
08:36:47 Removing intermediate container 03a87603378f
08:36:47  ---> fdf09c1b3b7f
08:36:47 Successfully built fdf09c1b3b7f
08:36:47 Successfully tagged dockerbuildbot/docker-py:py3-66fa5664e1b68ce76ae1187af527c118ca586ed9
[Pipeline] isUnix
[Pipeline] sh
08:36:47 + docker tag dockerbuildbot/docker-py:py3-66fa5664e1b68ce76ae1187af527c118ca586ed9 dockerbuildbot/docker-py:py3-66fa5664e1b68ce76ae1187af527c118ca586ed9
[Pipeline] isUnix
[Pipeline] sh
08:36:47 + docker push dockerbuildbot/docker-py:py3-66fa5664e1b68ce76ae1187af527c118ca586ed9
08:36:47 The push refers to repository [docker.io/dockerbuildbot/docker-py]
08:36:47 b82ec7f450af: Preparing
08:36:47 3db95dca02c9: Preparing
08:36:47 a176cca46e03: Preparing
08:36:47 2a39c0fe5b74: Preparing
08:36:47 582d17a278f7: Preparing
08:36:47 359436019b5a: Preparing
08:36:47 d9ea177ffdd2: Preparing
08:36:47 7df33f7175a0: Preparing
08:36:47 747331b9c66b: Preparing
08:36:47 d1c0d1d6d05d: Preparing
08:36:47 c1e55c101881: Preparing
08:36:47 fcaa3b229ce7: Preparing
08:36:47 19d97b4bdc30: Preparing
08:36:47 ca4b790fa699: Preparing
08:36:47 06fc8ce9e8e7: Preparing
08:36:47 a66648e6561d: Preparing
08:36:47 41d8c7ebc8bb: Preparing
08:36:47 a92828556ea3: Preparing
08:36:47 0843bbf2ef8c: Preparing
08:36:47 a3080e907f05: Preparing
08:36:47 0fb2e27dc3b8: Preparing
08:36:47 a995c5106335: Preparing
08:36:47 17bdf5e22660: Preparing
08:36:47 d37096232ed8: Preparing
08:36:47 6add0d2b5482: Preparing
08:36:47 4ef54afed780: Preparing
08:36:47 c1e55c101881: Waiting
08:36:47 fcaa3b229ce7: Waiting
08:36:47 19d97b4bdc30: Waiting
08:36:47 ca4b790fa699: Waiting
08:36:47 06fc8ce9e8e7: Waiting
08:36:47 a66648e6561d: Waiting
08:36:47 41d8c7ebc8bb: Waiting
08:36:47 a92828556ea3: Waiting
08:36:47 0843bbf2ef8c: Waiting
08:36:47 a3080e907f05: Waiting
08:36:47 0fb2e27dc3b8: Waiting
08:36:47 359436019b5a: Waiting
08:36:47 d9ea177ffdd2: Waiting
08:36:47 7df33f7175a0: Waiting
08:36:47 747331b9c66b: Waiting
08:36:47 d1c0d1d6d05d: Waiting
08:36:47 a995c5106335: Waiting
08:36:47 17bdf5e22660: Waiting
08:36:47 d37096232ed8: Waiting
08:36:47 6add0d2b5482: Waiting
08:36:47 4ef54afed780: Waiting
08:36:48 2a39c0fe5b74: Pushed
08:36:49 3db95dca02c9: Pushed
08:36:49 b82ec7f450af: Pushed
08:36:49 359436019b5a: Pushed
08:36:49 a176cca46e03: Pushed
08:36:50 d9ea177ffdd2: Pushed
08:36:50 7df33f7175a0: Pushed
08:36:50 d1c0d1d6d05d: Pushed
08:36:51 747331b9c66b: Pushed
08:36:51 c1e55c101881: Pushed
08:36:51 fcaa3b229ce7: Pushed
08:36:51 582d17a278f7: Pushed
08:36:51 19d97b4bdc30: Pushed
08:36:51 a92828556ea3: Layer already exists
08:36:51 0843bbf2ef8c: Layer already exists
08:36:52 ca4b790fa699: Pushed
08:36:52 a3080e907f05: Layer already exists
08:36:52 0fb2e27dc3b8: Layer already exists
08:36:52 a995c5106335: Layer already exists
08:36:52 17bdf5e22660: Layer already exists
08:36:52 06fc8ce9e8e7: Pushed
08:36:52 d37096232ed8: Layer already exists
08:36:52 6add0d2b5482: Layer already exists
08:36:52 4ef54afed780: Layer already exists
08:36:52 41d8c7ebc8bb: Pushed
08:36:53 a66648e6561d: Pushed
08:36:54 py3-66fa5664e1b68ce76ae1187af527c118ca586ed9: digest: sha256:eb6dafb7636b200ea06be0a2a705406d7e76aaab095e2cb1f6c91feac6eeeb5c size: 5765
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0ee1bdb28d13c5fb0) 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/5b1838b1-edd1-4be5-b831-0189b907d841/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] sh
08:36:55 + docker run --rm --entrypoint=python dockerbuildbot/docker-py:py3-66fa5664e1b68ce76ae1187af527c118ca586ed9 /src/scripts/versions.py
08:36:55 Unable to find image 'dockerbuildbot/docker-py:py3-66fa5664e1b68ce76ae1187af527c118ca586ed9' locally
08:36:55 py3-66fa5664e1b68ce76ae1187af527c118ca586ed9: Pulling from dockerbuildbot/docker-py
08:36:55 57df1a1f1ad8: Already exists
08:36:55 71e126169501: Already exists
08:36:55 1af28a55c3f3: Already exists
08:36:55 03f1c9932170: Already exists
08:36:55 65b3db15f518: Already exists
08:36:55 3e3b8947ed83: Already exists
08:36:55 38d9e7938097: Already exists
08:36:55 724043f425e0: Already exists
08:36:55 6cf90f3f5863: Already exists
08:36:55 4484b3159ffd: Pulling fs layer
08:36:55 c47dacfe78d3: Pulling fs layer
08:36:55 5aa67e4cf563: Pulling fs layer
08:36:55 928d1d6494da: Pulling fs layer
08:36:55 4a91465aef34: Pulling fs layer
08:36:55 5752ce150fc0: Pulling fs layer
08:36:55 8f29394bbc59: Pulling fs layer
08:36:55 2c6bacfe3698: Pulling fs layer
08:36:55 e71111349caf: Pulling fs layer
08:36:55 51cfc1e28f93: Pulling fs layer
08:36:55 abd14f0578d5: Pulling fs layer
08:36:55 be743fa15e85: Pulling fs layer
08:36:55 ec974a867d87: Pulling fs layer
08:36:55 9f152946405b: Pulling fs layer
08:36:55 4e327780d4d6: Pulling fs layer
08:36:55 4dfe07e343f7: Pulling fs layer
08:36:55 159def3a98a4: Pulling fs layer
08:36:55 928d1d6494da: Waiting
08:36:55 4a91465aef34: Waiting
08:36:55 5752ce150fc0: Waiting
08:36:55 8f29394bbc59: Waiting
08:36:55 2c6bacfe3698: Waiting
08:36:55 e71111349caf: Waiting
08:36:55 51cfc1e28f93: Waiting
08:36:55 abd14f0578d5: Waiting
08:36:55 be743fa15e85: Waiting
08:36:55 ec974a867d87: Waiting
08:36:55 9f152946405b: Waiting
08:36:55 4e327780d4d6: Waiting
08:36:55 4dfe07e343f7: Waiting
08:36:55 159def3a98a4: Waiting
08:36:55 5aa67e4cf563: Verifying Checksum
08:36:55 5aa67e4cf563: Download complete
08:36:55 4484b3159ffd: Verifying Checksum
08:36:55 4484b3159ffd: Download complete
08:36:55 4a91465aef34: Verifying Checksum
08:36:55 4a91465aef34: Download complete
08:36:55 928d1d6494da: Download complete
08:36:55 4484b3159ffd: Pull complete
08:36:55 5752ce150fc0: Verifying Checksum
08:36:55 5752ce150fc0: Download complete
08:36:55 8f29394bbc59: Verifying Checksum
08:36:55 8f29394bbc59: Download complete
08:36:55 2c6bacfe3698: Verifying Checksum
08:36:55 2c6bacfe3698: Download complete
08:36:55 e71111349caf: Verifying Checksum
08:36:55 e71111349caf: Download complete
08:36:55 c47dacfe78d3: Download complete
08:36:55 abd14f0578d5: Verifying Checksum
08:36:55 abd14f0578d5: Download complete
08:36:55 be743fa15e85: Verifying Checksum
08:36:55 be743fa15e85: Download complete
08:36:55 51cfc1e28f93: Verifying Checksum
08:36:55 51cfc1e28f93: Download complete
08:36:55 9f152946405b: Verifying Checksum
08:36:55 9f152946405b: Download complete
08:36:55 4e327780d4d6: Verifying Checksum
08:36:55 4e327780d4d6: Download complete
08:36:55 4dfe07e343f7: Verifying Checksum
08:36:55 4dfe07e343f7: Download complete
08:36:55 159def3a98a4: Verifying Checksum
08:36:55 159def3a98a4: Download complete
08:36:55 ec974a867d87: Verifying Checksum
08:36:55 ec974a867d87: Download complete
08:36:56 c47dacfe78d3: Pull complete
08:36:56 5aa67e4cf563: Pull complete
08:36:56 928d1d6494da: Pull complete
08:36:56 4a91465aef34: Pull complete
08:36:56 5752ce150fc0: Pull complete
08:36:56 8f29394bbc59: Pull complete
08:36:56 2c6bacfe3698: Pull complete
08:36:56 e71111349caf: Pull complete
08:36:56 51cfc1e28f93: Pull complete
08:36:56 abd14f0578d5: Pull complete
08:36:56 be743fa15e85: Pull complete
08:36:57 ec974a867d87: Pull complete
08:36:57 9f152946405b: Pull complete
08:36:57 4e327780d4d6: Pull complete
08:36:57 4dfe07e343f7: Pull complete
08:36:57 159def3a98a4: Pull complete
08:36:57 Digest: sha256:eb6dafb7636b200ea06be0a2a705406d7e76aaab095e2cb1f6c91feac6eeeb5c
08:36:57 Status: Downloaded newer image for dockerbuildbot/docker-py:py3-66fa5664e1b68ce76ae1187af527c118ca586ed9
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] parallel
[Pipeline] { (Branch: py2.7_19.03.12)
[Pipeline] { (Branch: py2.7_19.03.13)
[Pipeline] { (Branch: py3.7_19.03.12)
[Pipeline] { (Branch: py3.7_19.03.13)
[Pipeline] node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0ee1bdb28d13c5fb0) in /home/ubuntu/workspace/docker-py_PR-2680
[Pipeline] node
[Pipeline] node
[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/959db852-0d0d-4fe8-bb60-13a63c3b5238/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
08:37:24 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
08:37:24 chowning workspace
[Pipeline] sh
08:37:24 + pwd
08:37:24 + id -u
08:37:24 + id -g
08:37:24 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2680:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
08:37:25 Removing all docker containers
[Pipeline] sh
08:37:25 + docker container ls -aq
[Pipeline] echo
08:37:25 Docker containers have been removed
[Pipeline] echo
08:37:25 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
08:37:25 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.12)
[Pipeline] checkout
08:37:25 using credential docker-jenkins-github-credentials
08:37:25 Cloning the remote Git repository
08:37:25 Cloning with configured refspecs honoured and without tags
08:37:26 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
08:37:27 Merging remotes/origin/master commit 9d8cd023e88f22e701365ae4d3dccc16537f4851 into PR head commit 66fa5664e1b68ce76ae1187af527c118ca586ed9
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0ee1bdb28d13c5fb0) in /home/ubuntu/workspace/docker-py_PR-2680
[Pipeline] // node
[Pipeline] {
[Pipeline] }
Failed in branch py2.7_19.03.12
[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/b60296b3-34b2-4c11-86bb-088d4b66a3d9/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
08:37:27 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
08:37:27 chowning workspace
[Pipeline] sh
08:37:27 + pwd
08:37:27 + id -u
08:37:27 + id -g
08:37:27 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2680:/workspace busybox chown -R 1000:1000 /workspace
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 66fa5664e1b68ce76ae1187af527c118ca586ed9 # timeout=10
[Pipeline] echo
08:37:28 Removing all docker containers
[Pipeline] sh
08:37:28 + docker container ls -aq
[Pipeline] echo
08:37:28 Docker containers have been removed
[Pipeline] echo
08:37:28 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
08:37:28 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.13)
[Pipeline] checkout
08:37:28 using credential docker-jenkins-github-credentials
08:37:28 Cloning the remote Git repository
08:37:28 Cloning with configured refspecs honoured and without tags
08:37:29 Fetching without tags
08:37:29 Merging remotes/origin/master commit 9d8cd023e88f22e701365ae4d3dccc16537f4851 into PR head commit 66fa5664e1b68ce76ae1187af527c118ca586ed9
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0ee1bdb28d13c5fb0) in /home/ubuntu/workspace/docker-py_PR-2680
[Pipeline] // node
[Pipeline] {
[Pipeline] }
Failed in branch py2.7_19.03.13
[Pipeline] withDockerRegistry
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
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 66fa5664e1b68ce76ae1187af527c118ca586ed9 # timeout=10
$ 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/148aab2d-8011-4560-8c8a-b4b37d7fd6ab/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
08:37:29 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
08:37:29 chowning workspace
[Pipeline] sh
08:37:29 + pwd
08:37:29 + id -u
08:37:29 + id -g
08:37:29 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2680:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
08:37:30 Removing all docker containers
[Pipeline] sh
08:37:30 + docker container ls -aq
[Pipeline] echo
08:37:30 Docker containers have been removed
[Pipeline] echo
08:37:30 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
08:37:30 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.12)
[Pipeline] checkout
08:37:30 using credential docker-jenkins-github-credentials
08:37:30 Cloning the remote Git repository
08:37:30 Cloning with configured refspecs honoured and without tags
08:37:31 Fetching without tags
08:37:31 Merging remotes/origin/master commit 9d8cd023e88f22e701365ae4d3dccc16537f4851 into PR head commit 66fa5664e1b68ce76ae1187af527c118ca586ed9
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0ee1bdb28d13c5fb0) in /home/ubuntu/workspace/docker-py_PR-2680
[Pipeline] // node
[Pipeline] {
[Pipeline] }
Failed in branch py3.7_19.03.12
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
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
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 66fa5664e1b68ce76ae1187af527c118ca586ed9 # timeout=10
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/056b940f-e821-4a2c-a81a-a6a53f6b6e82/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
08:37:31 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
08:37:31 chowning workspace
[Pipeline] sh
08:37:32 + pwd
08:37:32 + id -u
08:37:32 + id -g
08:37:32 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2680:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
08:37:32 Removing all docker containers
[Pipeline] sh
08:37:33 + docker container ls -aq
[Pipeline] echo
08:37:33 Docker containers have been removed
[Pipeline] echo
08:37:33 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
08:37:33 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.13)
[Pipeline] checkout
08:37:33 using credential docker-jenkins-github-credentials
08:37:33 Cloning the remote Git repository
08:37:33 Cloning with configured refspecs honoured and without tags
08:37:34 Fetching without tags
08:37:34 Merging remotes/origin/master commit 9d8cd023e88f22e701365ae4d3dccc16537f4851 into PR head commit 66fa5664e1b68ce76ae1187af527c118ca586ed9
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
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 66fa5664e1b68ce76ae1187af527c118ca586ed9 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.13
[Pipeline] // parallel
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

hudson.plugins.git.GitException: Command "git checkout -f 66fa5664e1b68ce76ae1187af527c118ca586ed9" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 66fa5664e1b68ce76ae1187af527c118ca586ed9

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2437)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1100(CliGitAPIImpl.java:84)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2754)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0ee1bdb28d13c5fb0)
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:998)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor332.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy453.execute(Unknown Source)
		at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:144)
		at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:110)
		at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1063)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1168)
		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:125)
		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93)
		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80)
		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
		at java.util.concurrent.FutureTask.run(FutureTask.java:266)
		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
		at java.lang.Thread.run(Thread.java:748)
Also:   hudson.plugins.git.GitException: Command "git checkout -f 66fa5664e1b68ce76ae1187af527c118ca586ed9" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 66fa5664e1b68ce76ae1187af527c118ca586ed9

		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2437)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1100(CliGitAPIImpl.java:84)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2754)
	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0ee1bdb28d13c5fb0)
			at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
			at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
			at hudson.remoting.Channel.call(Channel.java:998)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
			at sun.reflect.GeneratedMethodAccessor332.invoke(Unknown Source)
			at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
			at java.lang.reflect.Method.invoke(Method.java:498)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
			at com.sun.proxy.$Proxy453.execute(Unknown Source)
			at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:144)
			at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:110)
			at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1063)
			at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1168)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:125)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80)
			at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
			at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
			at java.util.concurrent.FutureTask.run(FutureTask.java:266)
			at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
			at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
			at java.lang.Thread.run(Thread.java:748)
	Caused: hudson.plugins.git.GitException: Could not checkout 66fa5664e1b68ce76ae1187af527c118ca586ed9
Also:   hudson.plugins.git.GitException: Command "git checkout -f 66fa5664e1b68ce76ae1187af527c118ca586ed9" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 66fa5664e1b68ce76ae1187af527c118ca586ed9

		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2437)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1100(CliGitAPIImpl.java:84)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2754)
	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0ee1bdb28d13c5fb0)
			at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
			at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
			at hudson.remoting.Channel.call(Channel.java:998)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
			at sun.reflect.GeneratedMethodAccessor332.invoke(Unknown Source)
			at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
			at java.lang.reflect.Method.invoke(Method.java:498)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
			at com.sun.proxy.$Proxy453.execute(Unknown Source)
			at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:144)
			at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:110)
			at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1063)
			at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1168)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:125)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80)
			at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
			at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
			at java.util.concurrent.FutureTask.run(FutureTask.java:266)
			at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
			at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
			at java.lang.Thread.run(Thread.java:748)
	Caused: hudson.plugins.git.GitException: Could not checkout 66fa5664e1b68ce76ae1187af527c118ca586ed9
Also:   hudson.plugins.git.GitException: Command "git checkout -f 66fa5664e1b68ce76ae1187af527c118ca586ed9" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 66fa5664e1b68ce76ae1187af527c118ca586ed9

		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2437)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1100(CliGitAPIImpl.java:84)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2754)
	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0ee1bdb28d13c5fb0)
			at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
			at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
			at hudson.remoting.Channel.call(Channel.java:998)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
			at sun.reflect.GeneratedMethodAccessor332.invoke(Unknown Source)
			at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
			at java.lang.reflect.Method.invoke(Method.java:498)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
			at com.sun.proxy.$Proxy453.execute(Unknown Source)
			at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:144)
			at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:110)
			at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1063)
			at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1168)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:125)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80)
			at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
			at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
			at java.util.concurrent.FutureTask.run(FutureTask.java:266)
			at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
			at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
			at java.lang.Thread.run(Thread.java:748)
	Caused: hudson.plugins.git.GitException: Could not checkout 66fa5664e1b68ce76ae1187af527c118ca586ed9
Caused: hudson.plugins.git.GitException: Could not checkout 66fa5664e1b68ce76ae1187af527c118ca586ed9
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2778)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:154)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.lang.Thread.run(Thread.java:834)
Finished: FAILURE