Skip to content
Failed

Console Output

Pull request #2724 updated
16:36:59 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from d239e37c092375d83e3414bb572813f1b9250fe7+4757eea80c49b7d593537ea9a0b9e5b398570745 (3051f7c421dcd56339a0dfac0f6545d31cb3baa2)
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-0e20b75a3a85320ee) in /home/ubuntu/workspace/docker-py_PR-2724
[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-2724@tmp/ff5e57ad-5d19-400b-883f-213fee26bfea/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
16:38:12 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
16:38:12 chowning workspace
[Pipeline] sh
16:38:13 + pwd
16:38:13 + id -u
16:38:13 + id -g
16:38:13 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2724:/workspace busybox chown -R 1000:1000 /workspace
16:38:13 Unable to find image 'busybox:latest' locally
16:38:14 latest: Pulling from library/busybox
16:38:14 ea97eb0eb3ec: Pulling fs layer
16:38:14 ea97eb0eb3ec: Verifying Checksum
16:38:14 ea97eb0eb3ec: Download complete
16:38:15 ea97eb0eb3ec: Pull complete
16:38:15 Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678
16:38:15 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
16:38:17 Removing all docker containers
[Pipeline] sh
16:38:18 + docker container ls -aq
[Pipeline] echo
16:38:18 Docker containers have been removed
[Pipeline] echo
16:38:18 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
16:38:18 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
16:38:20 using credential docker-jenkins-github-credentials
16:38:20 Cloning the remote Git repository
16:38:20 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-2724 # 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/2724/head:refs/remotes/origin/PR-2724 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:38:22 Fetching without tags
16:38:22 Merging remotes/origin/master commit 4757eea80c49b7d593537ea9a0b9e5b398570745 into PR head commit d239e37c092375d83e3414bb572813f1b9250fe7
16:38:23 Merge succeeded, producing d239e37c092375d83e3414bb572813f1b9250fe7
16:38:23 Checking out Revision d239e37c092375d83e3414bb572813f1b9250fe7 (PR-2724)
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2724/head:refs/remotes/origin/PR-2724 # 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/2724/head:refs/remotes/origin/PR-2724 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d239e37c092375d83e3414bb572813f1b9250fe7 # 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 4757eea80c49b7d593537ea9a0b9e5b398570745 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d239e37c092375d83e3414bb572813f1b9250fe7 # timeout=10
16:38:26 Commit message: "Avoid setting unsuported parameter for subprocess.Popen on Windows"
16:38:27 First time build. Skipping changelog.
 > git rev-list --no-walk 049e2c0dea4ff4d692f513272ab4205ca0b642c8 # timeout=10
[Pipeline] sh
16:38:28 + git rev-parse HEAD
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] isUnix
[Pipeline] sh
16:38:28 + docker pull dockerbuildbot/docker-py:sshdind-d239e37c092375d83e3414bb572813f1b9250fe7
16:38:28 Error response from daemon: manifest for dockerbuildbot/docker-py:sshdind-d239e37c092375d83e3414bb572813f1b9250fe7 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
16:38:29 + docker build -t dockerbuildbot/docker-py:sshdind-d239e37c092375d83e3414bb572813f1b9250fe7 -f tests/Dockerfile-ssh-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-2724@tmp/c7defc53-5693-4ee1-a98d-110687980b67/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
16:38:29 Sending build context to Docker daemon   1.37MB

16:38:29 Step 1/11 : ARG API_VERSION=1.39
16:38:29 Step 2/11 : ARG ENGINE_VERSION=19.03.12
16:38:29 Step 3/11 : FROM docker:${ENGINE_VERSION}-dind
16:38:29 19.03.12-dind: Pulling from library/docker
16:38:29 df20fa9351a1: Pulling fs layer
16:38:29 25ad7478873d: Pulling fs layer
16:38:29 4684f6177b5d: Pulling fs layer
16:38:29 46e300cec669: Pulling fs layer
16:38:29 63038576ad94: Pulling fs layer
16:38:29 0fdb76c4706c: Pulling fs layer
16:38:29 cb7edeffdfd5: Pulling fs layer
16:38:29 cc28bd76800f: Pulling fs layer
16:38:29 54196fe38f7e: Pulling fs layer
16:38:29 ea71acc29633: Pulling fs layer
16:38:29 657cc4c15165: Pulling fs layer
16:38:29 0fdb76c4706c: Waiting
16:38:29 cb7edeffdfd5: Waiting
16:38:29 cc28bd76800f: Waiting
16:38:29 54196fe38f7e: Waiting
16:38:29 ea71acc29633: Waiting
16:38:29 657cc4c15165: Waiting
16:38:29 46e300cec669: Waiting
16:38:29 63038576ad94: Waiting
16:38:29 4684f6177b5d: Verifying Checksum
16:38:29 4684f6177b5d: Download complete
16:38:29 25ad7478873d: Download complete
16:38:29 df20fa9351a1: Verifying Checksum
16:38:29 df20fa9351a1: Download complete
16:38:29 0fdb76c4706c: Verifying Checksum
16:38:29 0fdb76c4706c: Download complete
16:38:29 63038576ad94: Verifying Checksum
16:38:29 63038576ad94: Download complete
16:38:29 cb7edeffdfd5: Verifying Checksum
16:38:29 cb7edeffdfd5: Download complete
16:38:30 54196fe38f7e: Verifying Checksum
16:38:30 54196fe38f7e: Download complete
16:38:30 ea71acc29633: Verifying Checksum
16:38:30 ea71acc29633: Download complete
16:38:30 cc28bd76800f: Verifying Checksum
16:38:30 cc28bd76800f: Download complete
16:38:30 657cc4c15165: Verifying Checksum
16:38:30 657cc4c15165: Download complete
16:38:31 df20fa9351a1: Pull complete
16:38:31 46e300cec669: Verifying Checksum
16:38:31 46e300cec669: Download complete
16:38:32 25ad7478873d: Pull complete
16:38:32 4684f6177b5d: Pull complete
16:38:38 46e300cec669: Pull complete
16:38:38 63038576ad94: Pull complete
16:38:38 0fdb76c4706c: Pull complete
16:38:38 cb7edeffdfd5: Pull complete
16:38:39 cc28bd76800f: Pull complete
16:38:39 54196fe38f7e: Pull complete
16:38:39 ea71acc29633: Pull complete
16:38:39 657cc4c15165: Pull complete
16:38:39 Digest: sha256:674f1f40ff7c8ac14f5d8b6b28d8fb1f182647ff75304d018003f1e21a0d8771
16:38:39 Status: Downloaded newer image for docker:19.03.12-dind
16:38:39  ---> 66dc2d45749a
16:38:39 Step 4/11 : RUN apk add --no-cache 		openssh
16:38:41  ---> Running in 391f37f6c335
16:38:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
16:38:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
16:38:43 (1/4) Installing openssh-sftp-server (8.3_p1-r1)
16:38:43 (2/4) Installing openssh-server-common (8.3_p1-r1)
16:38:43 (3/4) Installing openssh-server (8.3_p1-r1)
16:38:43 (4/4) Installing openssh (8.3_p1-r1)
16:38:43 Executing busybox-1.31.1-r16.trigger
16:38:43 OK: 28 MiB in 51 packages
16:38:43 Removing intermediate container 391f37f6c335
16:38:43  ---> 496fa999361e
16:38:43 Step 5/11 : RUN ssh-keygen -A
16:38:43  ---> Running in c64ad4f86dd7
16:38:45 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
16:38:45 Removing intermediate container c64ad4f86dd7
16:38:45  ---> 4dfe7a7bca24
16:38:45 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
16:38:45  ---> Running in 1526e8e7ea77
16:38:46 Removing intermediate container 1526e8e7ea77
16:38:46  ---> 83bd7d7b1644
16:38:46 Step 7/11 : COPY tests/ssh-keys/authorized_keys /root/.ssh/authorized_keys
16:38:46  ---> d931884c6ac8
16:38:46 Step 8/11 : RUN chmod 600 /root/.ssh/authorized_keys
16:38:47  ---> Running in 491ddda512c6
16:38:48 Removing intermediate container 491ddda512c6
16:38:48  ---> 1d348b82848b
16:38:48 Step 9/11 : RUN echo "root:root" | chpasswd
16:38:48  ---> Running in 34ee7ca871e6
16:38:49 chpasswd: password for 'root' changed
16:38:50 Removing intermediate container 34ee7ca871e6
16:38:50  ---> 85895a1f03cb
16:38:50 Step 10/11 : RUN ln -s /usr/local/bin/docker /usr/bin/docker
16:38:50  ---> Running in 11c9b4255bef
16:38:50 Removing intermediate container 11c9b4255bef
16:38:50  ---> 835fa21d9207
16:38:50 Step 11/11 : EXPOSE 22
16:38:51  ---> Running in 205fe9a226f6
16:38:51 Removing intermediate container 205fe9a226f6
16:38:51  ---> 4d1188901f1c
16:38:51 Successfully built 4d1188901f1c
16:38:51 Successfully tagged dockerbuildbot/docker-py:sshdind-d239e37c092375d83e3414bb572813f1b9250fe7
[Pipeline] isUnix
[Pipeline] sh
16:38:51 + docker tag dockerbuildbot/docker-py:sshdind-d239e37c092375d83e3414bb572813f1b9250fe7 dockerbuildbot/docker-py:sshdind-d239e37c092375d83e3414bb572813f1b9250fe7
[Pipeline] isUnix
[Pipeline] sh
16:38:51 + docker push dockerbuildbot/docker-py:sshdind-d239e37c092375d83e3414bb572813f1b9250fe7
16:38:51 The push refers to repository [docker.io/dockerbuildbot/docker-py]
16:38:51 5ada57f9cee2: Preparing
16:38:51 cfbc87cc184b: Preparing
16:38:51 5232d5494197: Preparing
16:38:51 a7b24fd6fb27: Preparing
16:38:51 65356e58ee1c: Preparing
16:38:51 0634d25b8036: Preparing
16:38:51 4f1a23fcc934: Preparing
16:38:51 1149e736aa92: Preparing
16:38:51 39e79983ac8b: Preparing
16:38:51 da8c28465f82: Preparing
16:38:51 d1292e236c36: Preparing
16:38:51 8890c171a12b: Preparing
16:38:51 4ae5bd84d450: Preparing
16:38:51 723a561964c8: Preparing
16:38:51 78764725b56c: Preparing
16:38:51 51d6d3d09136: Preparing
16:38:51 1507bc794612: Preparing
16:38:51 50644c29ef5a: Preparing
16:38:51 0634d25b8036: Waiting
16:38:51 4f1a23fcc934: Waiting
16:38:51 1149e736aa92: Waiting
16:38:51 39e79983ac8b: Waiting
16:38:51 da8c28465f82: Waiting
16:38:51 d1292e236c36: Waiting
16:38:51 8890c171a12b: Waiting
16:38:51 4ae5bd84d450: Waiting
16:38:51 723a561964c8: Waiting
16:38:51 78764725b56c: Waiting
16:38:51 51d6d3d09136: Waiting
16:38:51 1507bc794612: Waiting
16:38:51 50644c29ef5a: Waiting
16:38:53 cfbc87cc184b: Pushed
16:38:53 a7b24fd6fb27: Pushed
16:38:53 65356e58ee1c: Pushed
16:38:53 5232d5494197: Pushed
16:38:53 1149e736aa92: Layer already exists
16:38:53 39e79983ac8b: Layer already exists
16:38:53 da8c28465f82: Layer already exists
16:38:53 d1292e236c36: Layer already exists
16:38:54 5ada57f9cee2: Pushed
16:38:54 8890c171a12b: Layer already exists
16:38:54 4ae5bd84d450: Layer already exists
16:38:54 78764725b56c: Layer already exists
16:38:54 723a561964c8: Layer already exists
16:38:54 1507bc794612: Layer already exists
16:38:54 51d6d3d09136: Layer already exists
16:38:54 50644c29ef5a: Layer already exists
16:38:55 0634d25b8036: Pushed
16:38:56 4f1a23fcc934: Pushed
16:38:58 sshdind-d239e37c092375d83e3414bb572813f1b9250fe7: digest: sha256:fcd0c04f9e78cbfd41b9cdf834edfe3c8d96f1a72f95668114288816bd558520 size: 4067
[Pipeline] isUnix
[Pipeline] sh
16:38:58 + docker pull dockerbuildbot/docker-py:py2-d239e37c092375d83e3414bb572813f1b9250fe7
16:38:58 Error response from daemon: manifest for dockerbuildbot/docker-py:py2-d239e37c092375d83e3414bb572813f1b9250fe7 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
16:38:58 + docker build -t dockerbuildbot/docker-py:py2-d239e37c092375d83e3414bb572813f1b9250fe7 -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 .
16:38:59 Sending build context to Docker daemon   1.37MB

16:38:59 Step 1/21 : ARG PYTHON_VERSION=3.7
16:38:59 Step 2/21 : FROM python:${PYTHON_VERSION}
16:38:59 2.7: Pulling from library/python
16:38:59 7e2b2a5af8f6: Pulling fs layer
16:38:59 09b6f03ffac4: Pulling fs layer
16:38:59 dc3f0c679f0f: Pulling fs layer
16:38:59 fd4b47407fc3: Pulling fs layer
16:38:59 b32f6bf7d96d: Pulling fs layer
16:38:59 6f4489a7e4cf: Pulling fs layer
16:38:59 af4b99ad9ef0: Pulling fs layer
16:38:59 39db0bc48c26: Pulling fs layer
16:38:59 acb4a89489fc: Pulling fs layer
16:38:59 fd4b47407fc3: Waiting
16:38:59 b32f6bf7d96d: Waiting
16:38:59 6f4489a7e4cf: Waiting
16:38:59 af4b99ad9ef0: Waiting
16:38:59 39db0bc48c26: Waiting
16:38:59 acb4a89489fc: Waiting
16:38:59 09b6f03ffac4: Verifying Checksum
16:38:59 09b6f03ffac4: Download complete
16:38:59 dc3f0c679f0f: Verifying Checksum
16:38:59 dc3f0c679f0f: Download complete
16:39:00 7e2b2a5af8f6: Verifying Checksum
16:39:00 7e2b2a5af8f6: Download complete
16:39:01 6f4489a7e4cf: Verifying Checksum
16:39:01 6f4489a7e4cf: Download complete
16:39:01 fd4b47407fc3: Verifying Checksum
16:39:01 fd4b47407fc3: Download complete
16:39:01 39db0bc48c26: Verifying Checksum
16:39:01 39db0bc48c26: Download complete
16:39:01 af4b99ad9ef0: Verifying Checksum
16:39:01 af4b99ad9ef0: Download complete
16:39:02 acb4a89489fc: Verifying Checksum
16:39:02 acb4a89489fc: Download complete
16:39:06 b32f6bf7d96d: Verifying Checksum
16:39:06 b32f6bf7d96d: Download complete
16:39:07 7e2b2a5af8f6: Pull complete
16:39:07 09b6f03ffac4: Pull complete
16:39:08 dc3f0c679f0f: Pull complete
16:39:12 fd4b47407fc3: Pull complete
16:39:24 b32f6bf7d96d: Pull complete
16:39:24 6f4489a7e4cf: Pull complete
16:39:26 af4b99ad9ef0: Pull complete
16:39:26 39db0bc48c26: Pull complete
16:39:27 acb4a89489fc: Pull complete
16:39:27 Digest: sha256:cfa62318c459b1fde9e0841c619906d15ada5910d625176e24bf692cf8a2601d
16:39:27 Status: Downloaded newer image for python:2.7
16:39:27  ---> 68e7be49c28c
16:39:27 Step 3/21 : ARG APT_MIRROR
16:39:28  ---> Running in 7833ba159360
16:39:28 Removing intermediate container 7833ba159360
16:39:28  ---> 34270a9114cf
16:39:28 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
16:39:28  ---> Running in e3d5de0c08fb
16:39:29 Removing intermediate container e3d5de0c08fb
16:39:29  ---> fcc03ff8b42b
16:39:29 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
16:39:29  ---> Running in 4b0690fc30fe
16:39:30 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:39:30 Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
16:39:30 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:39:30 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [256 kB]
16:39:30 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
16:39:30 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
16:39:32 Fetched 8410 kB in 2s (4230 kB/s)
16:39:32 Reading package lists...
16:39:33 Reading package lists...
16:39:33 Building dependency tree...
16:39:33 Reading state information...
16:39:33 The following additional packages will be installed:
16:39:33   tree
16:39:33 Suggested packages:
16:39:33   libxml-simple-perl ruby
16:39:33 Recommended packages:
16:39:33   qrencode xclip
16:39:33 The following NEW packages will be installed:
16:39:33   gnupg2 pass tree
16:39:33 0 upgraded, 3 newly installed, 0 to remove and 78 not upgraded.
16:39:33 Need to get 481 kB of archives.
16:39:33 After this operation, 684 kB of additional disk space will be used.
16:39:33 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
16:39:33 Get:2 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
16:39:33 Get:3 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
16:39:34 debconf: delaying package configuration, since apt-utils is not installed
16:39:34 Fetched 481 kB in 0s (1795 kB/s)
16:39:34 Selecting previously unselected package gnupg2.
16:39:34 (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.)
16:39:34 Preparing to unpack .../gnupg2_2.2.12-1+deb10u1_all.deb ...
16:39:34 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
16:39:34 Selecting previously unselected package tree.
16:39:34 Preparing to unpack .../tree_1.8.0-1_amd64.deb ...
16:39:34 Unpacking tree (1.8.0-1) ...
16:39:34 Selecting previously unselected package pass.
16:39:34 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
16:39:34 Unpacking pass (1.7.3-2) ...
16:39:34 Setting up gnupg2 (2.2.12-1+deb10u1) ...
16:39:34 Setting up tree (1.8.0-1) ...
16:39:34 Setting up pass (1.7.3-2) ...
16:39:35 Removing intermediate container 4b0690fc30fe
16:39:35  ---> 50af08ba1247
16:39:35 Step 6/21 : COPY tests/ssh-keys /root/.ssh
16:39:35  ---> 24d00d234133
16:39:35 Step 7/21 : RUN chmod -R 600 /root/.ssh
16:39:35  ---> Running in ab01c060de81
16:39:36 Removing intermediate container ab01c060de81
16:39:36  ---> 37ade8e6ffd9
16:39:36 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys
16:39:36  ---> 665da3aebb86
16:39:36 Step 9/21 : RUN gpg2 --import gpg-keys/secret
16:39:36  ---> Running in de8874ed3aec
16:39:37 gpg: directory '/root/.gnupg' created
16:39:37 gpg: keybox '/root/.gnupg/pubring.kbx' created
16:39:37 gpg: /root/.gnupg/trustdb.gpg: trustdb created
16:39:37 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
16:39:37 gpg: key 464ED987A7B21401: secret key imported
16:39:37 gpg: Total number processed: 1
16:39:37 gpg:               imported: 1
16:39:37 gpg:       secret keys read: 1
16:39:37 gpg:   secret keys imported: 1
16:39:37 Removing intermediate container de8874ed3aec
16:39:37  ---> 5bc7891ad196
16:39:37 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
16:39:37  ---> Running in ae999017d5d3
16:39:38 gpg: inserting ownertrust of 6
16:39:38 Removing intermediate container ae999017d5d3
16:39:38  ---> f6e1d5cd8210
16:39:38 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
16:39:38  ---> Running in afc74307ba4a
16:39:39 gpg: please do a --check-trustdb
16:39:39 mkdir: created directory '/root/.password-store/'
16:39:39 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
16:39:39 Removing intermediate container afc74307ba4a
16:39:39  ---> c7047aa522ef
16:39:39 Step 12/21 : RUN gpg2 --check-trustdb
16:39:40  ---> Running in 981a69209d88
16:39:40 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
16:39:40 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
16:39:40 Removing intermediate container 981a69209d88
16:39:40  ---> ac7ae19324d0
16:39:40 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3
16:39:40  ---> Running in 931f08edaddb
16:39:41 Removing intermediate container 931f08edaddb
16:39:41  ---> b06b48b50fb1
16:39:41 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
16:39:41  ---> Running in 6548d029a8ff
16:39:42 Removing intermediate container 6548d029a8ff
16:39:42  ---> 13d917ac1e75
16:39:42 Step 15/21 : WORKDIR /src
16:39:42  ---> Running in 6c587a8a23b0
16:39:42 Removing intermediate container 6c587a8a23b0
16:39:42  ---> a877f16634cb
16:39:42 Step 16/21 : COPY requirements.txt /src/requirements.txt
16:39:42  ---> 348e4a5d1983
16:39:42 Step 17/21 : RUN pip install -r requirements.txt
16:39:42  ---> Running in 9e2078b2ace1
16:39:43 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
16:39:43 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
16:39:43 Requirement already satisfied: appdirs==1.4.3 in /usr/local/lib/python2.7/site-packages (from -r requirements.txt (line 1)) (1.4.3)
16:39:47 Collecting asn1crypto==0.22.0
16:39:48   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
16:39:48 Collecting backports.ssl-match-hostname==3.5.0.1
16:39:48   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
16:39:49 Collecting cffi==1.10.0
16:39:49   Downloading cffi-1.10.0-cp27-cp27mu-manylinux1_x86_64.whl (392 kB)
16:39:50 Collecting cryptography==3.2
16:39:50   Downloading cryptography-3.2-cp27-cp27mu-manylinux2010_x86_64.whl (2.7 MB)
16:39:50 Collecting enum34==1.1.6
16:39:50   Downloading enum34-1.1.6-py2-none-any.whl (12 kB)
16:39:50 Collecting idna==2.5
16:39:50   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
16:39:50 Collecting ipaddress==1.0.18
16:39:50   Downloading ipaddress-1.0.18-py2-none-any.whl (17 kB)
16:39:50 Collecting packaging==16.8
16:39:50   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
16:39:50 Collecting paramiko==2.4.2
16:39:50   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
16:39:50 Collecting pycparser==2.17
16:39:50   Downloading pycparser-2.17.tar.gz (231 kB)
16:39:51 Collecting pyOpenSSL==18.0.0
16:39:51   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
16:39:51 Collecting pyparsing==2.2.0
16:39:51   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
16:39:51 Collecting requests==2.20.0
16:39:51   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
16:39:51 Collecting six==1.10.0
16:39:51   Downloading six-1.10.0-py2.py3-none-any.whl (10 kB)
16:39:51 Collecting urllib3==1.24.3
16:39:51   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
16:39:51 Collecting websocket-client==0.56.0
16:39:51   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
16:39:51 Collecting pyasn1>=0.1.7
16:39:51   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
16:39:51 Collecting pynacl>=1.0.1
16:39:51   Downloading PyNaCl-1.4.0-cp27-cp27mu-manylinux1_x86_64.whl (964 kB)
16:39:52 Collecting bcrypt>=3.1.3
16:39:52   Downloading bcrypt-3.1.7-cp27-cp27mu-manylinux1_x86_64.whl (59 kB)
16:39:52 Collecting certifi>=2017.4.17
16:39:52   Downloading certifi-2020.12.5-py2.py3-none-any.whl (147 kB)
16:39:52 Collecting chardet<3.1.0,>=3.0.2
16:39:52   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
16:39:52 Building wheels for collected packages: backports.ssl-match-hostname, pycparser
16:39:52   Building wheel for backports.ssl-match-hostname (setup.py): started
16:39:52   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
16:39:52   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py2-none-any.whl size=5209 sha256=42f3ea62e9f14e0cd1a111f3975efa897c1734b905f5215ce5ff2c05ed132d0e
16:39:52   Stored in directory: /root/.cache/pip/wheels/19/dd/8c/6cad8e6c38a9fe006dd7423ca1655bb1eb3cb94c5ce1814e4f
16:39:52   Building wheel for pycparser (setup.py): started
16:39:52   Building wheel for pycparser (setup.py): finished with status 'done'
16:39:52   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=193885 sha256=7ed4415d86c16934140807b660184620693dce58bcc0d871cbf203f0606843c4
16:39:52   Stored in directory: /root/.cache/pip/wheels/03/08/f2/bf70552f051cd78e9d8fe7d196ef762858dcfa156965e3a1e3
16:39:52 Successfully built backports.ssl-match-hostname pycparser
16:39:53 Installing collected packages: asn1crypto, backports.ssl-match-hostname, pycparser, cffi, ipaddress, six, enum34, cryptography, idna, pyparsing, packaging, pyasn1, pynacl, bcrypt, paramiko, pyOpenSSL, certifi, chardet, urllib3, requests, websocket-client
16:39:53   Attempting uninstall: six
16:39:53     Found existing installation: six 1.14.0
16:39:53     Uninstalling six-1.14.0:
16:39:53       Successfully uninstalled six-1.14.0
16:39:55 Successfully installed asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.1.7 certifi-2020.12.5 cffi-1.10.0 chardet-3.0.4 cryptography-3.2 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
16:39:58 WARNING: You are using pip version 20.0.2; however, version 20.3.3 is available.
16:39:58 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
16:39:59 Removing intermediate container 9e2078b2ace1
16:39:59  ---> 410edafcf778
16:39:59 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
16:40:00  ---> bbff8aa56ec0
16:40:00 Step 19/21 : RUN pip install -r test-requirements.txt
16:40:00  ---> Running in aa80e53290b3
16:40:01 /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
16:40:01   from cryptography import x509
16:40:01 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
16:40:06 Collecting setuptools==44.0.0
16:40:07   Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB)
16:40:08 Collecting coverage==4.5.2
16:40:08   Downloading coverage-4.5.2-cp27-cp27mu-manylinux1_x86_64.whl (201 kB)
16:40:08 Collecting flake8==3.6.0
16:40:08   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
16:40:08 Collecting mock==1.0.1
16:40:08   Downloading mock-1.0.1.tar.gz (818 kB)
16:40:08 Collecting pytest==4.3.1
16:40:08   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
16:40:08 Collecting pytest-cov==2.6.1
16:40:08   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
16:40:08 Collecting pytest-timeout==1.3.3
16:40:08   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
16:40:09 Collecting pyflakes<2.1.0,>=2.0.0
16:40:09   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
16:40:09 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)
16:40:09 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)
16:40:09 Collecting pycodestyle<2.5.0,>=2.4.0
16:40:09   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
16:40:09 Collecting mccabe<0.7.0,>=0.6.0
16:40:09   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
16:40:09 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)
16:40:09 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)
16:40:09 Collecting py>=1.5.0
16:40:09   Downloading py-1.10.0-py2.py3-none-any.whl (97 kB)
16:40:09 Collecting attrs>=17.4.0
16:40:09   Downloading attrs-20.3.0-py2.py3-none-any.whl (49 kB)
16:40:09 Collecting more-itertools<6.0.0,>=4.0.0; python_version <= "2.7"
16:40:09   Downloading more_itertools-5.0.0-py2-none-any.whl (52 kB)
16:40:09 Collecting atomicwrites>=1.0
16:40:09   Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
16:40:09 Collecting pluggy>=0.7
16:40:09   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
16:40:09 Collecting funcsigs; python_version < "3.0"
16:40:09   Downloading funcsigs-1.0.2-py2.py3-none-any.whl (17 kB)
16:40:10 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)
16:40:10 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)
16:40:10 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)
16:40:10 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)
16:40:10 Building wheels for collected packages: mock
16:40:10   Building wheel for mock (setup.py): started
16:40:10   Building wheel for mock (setup.py): finished with status 'done'
16:40:10   Created wheel for mock: filename=mock-1.0.1-py2-none-any.whl size=23755 sha256=af8b70c42784205e54892a0260a84e7d8f095a0541919a9efcb800471d559dff
16:40:10   Stored in directory: /root/.cache/pip/wheels/ad/62/e0/a06cc957652749e64c7904e899eca3ecb2ec47c60d52653660
16:40:10 Successfully built mock
16:40:10 Installing collected packages: setuptools, coverage, pyflakes, pycodestyle, mccabe, flake8, mock, py, attrs, more-itertools, atomicwrites, pluggy, funcsigs, pytest, pytest-cov, pytest-timeout
16:40:10   Attempting uninstall: setuptools
16:40:10     Found existing installation: setuptools 44.1.0
16:40:10     Uninstalling setuptools-44.1.0:
16:40:10       Successfully uninstalled setuptools-44.1.0
16:40:11 Successfully installed atomicwrites-1.4.0 attrs-20.3.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.10.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
16:40:11 WARNING: You are using pip version 20.0.2; however, version 20.3.3 is available.
16:40:11 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
16:40:12 Removing intermediate container aa80e53290b3
16:40:12  ---> 394027afa04c
16:40:12 Step 20/21 : COPY . /src
16:40:13  ---> 699394279b29
16:40:13 Step 21/21 : RUN pip install .
16:40:13  ---> Running in 2a4730bf3ddd
16:40:14 /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
16:40:14   from cryptography import x509
16:40:14 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
16:40:14 Processing /src
16:40:14 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python2.7/site-packages (from docker==4.5.0.dev0) (1.10.0)
16:40:14 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python2.7/site-packages (from docker==4.5.0.dev0) (0.56.0)
16:40:14 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python2.7/site-packages (from docker==4.5.0.dev0) (2.20.0)
16:40:14 Requirement already satisfied: backports.ssl_match_hostname>=3.5 in /usr/local/lib/python2.7/site-packages (from docker==4.5.0.dev0) (3.5.0.1)
16:40:14 Requirement already satisfied: ipaddress>=1.0.16 in /usr/local/lib/python2.7/site-packages (from docker==4.5.0.dev0) (1.0.18)
16:40:14 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.5.0.dev0) (2020.12.5)
16:40:14 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.5.0.dev0) (2.5)
16:40:14 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.5.0.dev0) (3.0.4)
16:40:14 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.5.0.dev0) (1.24.3)
16:40:14 Building wheels for collected packages: docker
16:40:14   Building wheel for docker (setup.py): started
16:40:14   Building wheel for docker (setup.py): finished with status 'done'
16:40:14   Created wheel for docker: filename=docker-4.5.0.dev0-py2.py3-none-any.whl size=146864 sha256=34a2164a469e164e5e818dc19728e91c5795065a36ffde9d6f7d54820c021355
16:40:14   Stored in directory: /tmp/pip-ephem-wheel-cache-gDyEeE/wheels/dc/45/28/050a7fcd95fc9b9f504d64d6668214323c48b439857458e65c
16:40:14 Successfully built docker
16:40:15 Installing collected packages: docker
16:40:15 Successfully installed docker-4.5.0.dev0
16:40:15 WARNING: You are using pip version 20.0.2; however, version 20.3.3 is available.
16:40:15 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
16:40:16 Removing intermediate container 2a4730bf3ddd
16:40:16  ---> 5eb3c8f23f69
16:40:16 Successfully built 5eb3c8f23f69
16:40:16 Successfully tagged dockerbuildbot/docker-py:py2-d239e37c092375d83e3414bb572813f1b9250fe7
[Pipeline] isUnix
[Pipeline] sh
16:40:17 + docker tag dockerbuildbot/docker-py:py2-d239e37c092375d83e3414bb572813f1b9250fe7 dockerbuildbot/docker-py:py2-d239e37c092375d83e3414bb572813f1b9250fe7
[Pipeline] isUnix
[Pipeline] sh
16:40:17 + docker push dockerbuildbot/docker-py:py2-d239e37c092375d83e3414bb572813f1b9250fe7
16:40:17 The push refers to repository [docker.io/dockerbuildbot/docker-py]
16:40:17 7bce6ca56d74: Preparing
16:40:17 5f0e718a83bf: Preparing
16:40:17 25014ab115af: Preparing
16:40:17 9e7bc0303c3c: Preparing
16:40:17 0ee67bee874d: Preparing
16:40:17 2d25542636f1: Preparing
16:40:17 e917151b30b8: Preparing
16:40:17 47a3e1eb308f: Preparing
16:40:17 3f8eb2ed2d6d: Preparing
16:40:17 9a15eafd3181: Preparing
16:40:17 fb297eb964d9: Preparing
16:40:17 bf8821618351: Preparing
16:40:17 d39830d8cee0: Preparing
16:40:17 32df1829d301: Preparing
16:40:17 75038c613562: Preparing
16:40:17 ee6e60ddef02: Preparing
16:40:17 c55373426946: Preparing
16:40:17 e571d2d3c73c: Preparing
16:40:17 da7b0a80a4f2: Preparing
16:40:17 ceee8816bb96: Preparing
16:40:17 47458fb45d99: Preparing
16:40:17 46829331b1e4: Preparing
16:40:17 d35c5bda4793: Preparing
16:40:17 a3c1026c6bcc: Preparing
16:40:17 f1d420c2af1a: Preparing
16:40:17 461719022993: Preparing
16:40:17 2d25542636f1: Waiting
16:40:17 e917151b30b8: Waiting
16:40:17 47a3e1eb308f: Waiting
16:40:17 3f8eb2ed2d6d: Waiting
16:40:17 9a15eafd3181: Waiting
16:40:17 fb297eb964d9: Waiting
16:40:17 bf8821618351: Waiting
16:40:17 d39830d8cee0: Waiting
16:40:17 32df1829d301: Waiting
16:40:17 75038c613562: Waiting
16:40:17 ee6e60ddef02: Waiting
16:40:17 c55373426946: Waiting
16:40:17 e571d2d3c73c: Waiting
16:40:17 da7b0a80a4f2: Waiting
16:40:17 ceee8816bb96: Waiting
16:40:17 47458fb45d99: Waiting
16:40:17 46829331b1e4: Waiting
16:40:17 d35c5bda4793: Waiting
16:40:17 a3c1026c6bcc: Waiting
16:40:17 f1d420c2af1a: Waiting
16:40:17 461719022993: Waiting
16:40:19 9e7bc0303c3c: Pushed
16:40:19 7bce6ca56d74: Pushed
16:40:19 5f0e718a83bf: Pushed
16:40:20 2d25542636f1: Pushed
16:40:20 25014ab115af: Pushed
16:40:21 e917151b30b8: Pushed
16:40:21 3f8eb2ed2d6d: Pushed
16:40:21 47a3e1eb308f: Pushed
16:40:22 9a15eafd3181: Pushed
16:40:22 0ee67bee874d: Pushed
16:40:23 fb297eb964d9: Pushed
16:40:23 bf8821618351: Pushed
16:40:23 75038c613562: Pushed
16:40:23 32df1829d301: Pushed
16:40:23 e571d2d3c73c: Layer already exists
16:40:23 da7b0a80a4f2: Layer already exists
16:40:23 ceee8816bb96: Layer already exists
16:40:23 47458fb45d99: Layer already exists
16:40:23 d39830d8cee0: Pushed
16:40:23 46829331b1e4: Layer already exists
16:40:23 d35c5bda4793: Layer already exists
16:40:23 f1d420c2af1a: Layer already exists
16:40:23 a3c1026c6bcc: Layer already exists
16:40:23 461719022993: Layer already exists
16:40:24 c55373426946: Pushed
16:40:27 ee6e60ddef02: Pushed
16:40:28 py2-d239e37c092375d83e3414bb572813f1b9250fe7: digest: sha256:5a29a608c7546d109820c8c06879a3ab78626ba7c1dbf7e27fa2801a9e70785e size: 5769
[Pipeline] isUnix
[Pipeline] sh
16:40:29 + docker pull dockerbuildbot/docker-py:py3-d239e37c092375d83e3414bb572813f1b9250fe7
16:40:29 Error response from daemon: manifest for dockerbuildbot/docker-py:py3-d239e37c092375d83e3414bb572813f1b9250fe7 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
16:40:29 + docker build -t dockerbuildbot/docker-py:py3-d239e37c092375d83e3414bb572813f1b9250fe7 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
16:40:29 Sending build context to Docker daemon   1.37MB

16:40:29 Step 1/21 : ARG PYTHON_VERSION=3.7
16:40:29 Step 2/21 : FROM python:${PYTHON_VERSION}
16:40:29 3.7: Pulling from library/python
16:40:29 6c33745f49b4: Pulling fs layer
16:40:29 ef072fc32a84: Pulling fs layer
16:40:29 c0afb8e68e0b: Pulling fs layer
16:40:29 d599c07d28e6: Pulling fs layer
16:40:29 f2ecc74db11a: Pulling fs layer
16:40:29 26856d31ce86: Pulling fs layer
16:40:29 d4db05d8da44: Pulling fs layer
16:40:29 a63ae5575b2c: Pulling fs layer
16:40:29 a8c72204fafe: Pulling fs layer
16:40:29 26856d31ce86: Waiting
16:40:29 d4db05d8da44: Waiting
16:40:29 a63ae5575b2c: Waiting
16:40:29 a8c72204fafe: Waiting
16:40:29 f2ecc74db11a: Waiting
16:40:29 d599c07d28e6: Waiting
16:40:29 ef072fc32a84: Verifying Checksum
16:40:29 ef072fc32a84: Download complete
16:40:29 c0afb8e68e0b: Verifying Checksum
16:40:29 c0afb8e68e0b: Download complete
16:40:30 6c33745f49b4: Verifying Checksum
16:40:30 6c33745f49b4: Download complete
16:40:31 26856d31ce86: Verifying Checksum
16:40:31 26856d31ce86: Download complete
16:40:31 d599c07d28e6: Verifying Checksum
16:40:31 d599c07d28e6: Download complete
16:40:31 a63ae5575b2c: Verifying Checksum
16:40:31 a63ae5575b2c: Download complete
16:40:31 d4db05d8da44: Verifying Checksum
16:40:31 d4db05d8da44: Download complete
16:40:31 a8c72204fafe: Verifying Checksum
16:40:31 a8c72204fafe: Download complete
16:40:34 f2ecc74db11a: Verifying Checksum
16:40:34 f2ecc74db11a: Download complete
16:40:36 6c33745f49b4: Pull complete
16:40:36 ef072fc32a84: Pull complete
16:40:37 c0afb8e68e0b: Pull complete
16:40:41 d599c07d28e6: Pull complete
16:40:53 f2ecc74db11a: Pull complete
16:40:53 26856d31ce86: Pull complete
16:40:54 d4db05d8da44: Pull complete
16:40:54 a63ae5575b2c: Pull complete
16:40:55 a8c72204fafe: Pull complete
16:40:55 Digest: sha256:bdd950df83006ce9e7f7f9cb878a2ca72e945f3cbd37faef07509c8510d22ba8
16:40:55 Status: Downloaded newer image for python:3.7
16:40:55  ---> 978a47fa762f
16:40:55 Step 3/21 : ARG APT_MIRROR
16:40:57  ---> Running in ebb8b2f43c77
16:40:57 Removing intermediate container ebb8b2f43c77
16:40:57  ---> 1f8c724cc0d5
16:40:57 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
16:40:57  ---> Running in d33c13ec76d5
16:40:58 Removing intermediate container d33c13ec76d5
16:40:58  ---> 262b26b92dc5
16:40:58 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
16:40:58  ---> Running in 6e219d35fede
16:40:59 Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
16:40:59 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:40:59 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:40:59 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [256 kB]
16:40:59 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
16:41:00 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
16:41:01 Fetched 8410 kB in 3s (3313 kB/s)
16:41:02 Reading package lists...
16:41:03 Reading package lists...
16:41:03 Building dependency tree...
16:41:03 Reading state information...
16:41:04 The following additional packages will be installed:
16:41:04   tree
16:41:04 Suggested packages:
16:41:04   libxml-simple-perl ruby
16:41:04 Recommended packages:
16:41:04   qrencode xclip
16:41:04 The following NEW packages will be installed:
16:41:04   gnupg2 pass tree
16:41:04 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
16:41:04 Need to get 481 kB of archives.
16:41:04 After this operation, 684 kB of additional disk space will be used.
16:41:04 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
16:41:04 Get:2 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
16:41:04 Get:3 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
16:41:04 debconf: delaying package configuration, since apt-utils is not installed
16:41:04 Fetched 481 kB in 0s (1291 kB/s)
16:41:04 Selecting previously unselected package gnupg2.
16:41:04 (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 ... 24600 files and directories currently installed.)
16:41:04 Preparing to unpack .../gnupg2_2.2.12-1+deb10u1_all.deb ...
16:41:04 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
16:41:04 Selecting previously unselected package tree.
16:41:04 Preparing to unpack .../tree_1.8.0-1_amd64.deb ...
16:41:04 Unpacking tree (1.8.0-1) ...
16:41:04 Selecting previously unselected package pass.
16:41:04 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
16:41:04 Unpacking pass (1.7.3-2) ...
16:41:04 Setting up gnupg2 (2.2.12-1+deb10u1) ...
16:41:04 Setting up tree (1.8.0-1) ...
16:41:04 Setting up pass (1.7.3-2) ...
16:41:06 Removing intermediate container 6e219d35fede
16:41:06  ---> 37acf2f470be
16:41:06 Step 6/21 : COPY tests/ssh-keys /root/.ssh
16:41:06  ---> 7b2359c46bed
16:41:06 Step 7/21 : RUN chmod -R 600 /root/.ssh
16:41:06  ---> Running in 26d302b9f41e
16:41:07 Removing intermediate container 26d302b9f41e
16:41:07  ---> 4ce5ed1424fe
16:41:07 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys
16:41:07  ---> 094cddaeac0c
16:41:07 Step 9/21 : RUN gpg2 --import gpg-keys/secret
16:41:07  ---> Running in 248864359c86
16:41:07 gpg: directory '/root/.gnupg' created
16:41:07 gpg: keybox '/root/.gnupg/pubring.kbx' created
16:41:07 gpg: /root/.gnupg/trustdb.gpg: trustdb created
16:41:07 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
16:41:07 gpg: key 464ED987A7B21401: secret key imported
16:41:07 gpg: Total number processed: 1
16:41:07 gpg:               imported: 1
16:41:07 gpg:       secret keys read: 1
16:41:07 gpg:   secret keys imported: 1
16:41:08 Removing intermediate container 248864359c86
16:41:08  ---> a41bcdc24ddc
16:41:08 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
16:41:08  ---> Running in 939d3dc9fa1b
16:41:09 gpg: inserting ownertrust of 6
16:41:09 Removing intermediate container 939d3dc9fa1b
16:41:09  ---> 19c4eb5ae9b9
16:41:09 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
16:41:09  ---> Running in 10904d039943
16:41:09 gpg: please do a --check-trustdb
16:41:10 mkdir: created directory '/root/.password-store/'
16:41:10 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
16:41:10 Removing intermediate container 10904d039943
16:41:10  ---> 034ad81a4ec7
16:41:10 Step 12/21 : RUN gpg2 --check-trustdb
16:41:10  ---> Running in 24dc3ed827d6
16:41:11 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
16:41:11 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
16:41:11 Removing intermediate container 24dc3ed827d6
16:41:11  ---> b6c605805943
16:41:11 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3
16:41:11  ---> Running in 56d19576d519
16:41:11 Removing intermediate container 56d19576d519
16:41:11  ---> 5422477b281e
16:41:11 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
16:41:11  ---> Running in e00ef2c31eed
16:41:13 Removing intermediate container e00ef2c31eed
16:41:13  ---> c77c1c2c1787
16:41:13 Step 15/21 : WORKDIR /src
16:41:13  ---> Running in 1c225bc3ded5
16:41:13 Removing intermediate container 1c225bc3ded5
16:41:13  ---> 8ca53d4db2f3
16:41:13 Step 16/21 : COPY requirements.txt /src/requirements.txt
16:41:13  ---> 8eafbe35a497
16:41:13 Step 17/21 : RUN pip install -r requirements.txt
16:41:13  ---> Running in b67ae5fab585
16:41:16 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
16:41:22 Collecting appdirs==1.4.3
16:41:22   Downloading appdirs-1.4.3-py2.py3-none-any.whl (12 kB)
16:41:22 Collecting asn1crypto==0.22.0
16:41:22   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
16:41:22 Collecting backports.ssl-match-hostname==3.5.0.1
16:41:22   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
16:41:23 Collecting cffi==1.10.0
16:41:23   Downloading cffi-1.10.0.tar.gz (418 kB)
16:41:23 Collecting cryptography==3.2
16:41:23   Downloading cryptography-3.2-cp35-abi3-manylinux2010_x86_64.whl (2.6 MB)
16:41:23 Collecting enum34==1.1.6
16:41:23   Downloading enum34-1.1.6-py3-none-any.whl (12 kB)
16:41:23 Collecting idna==2.5
16:41:23   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
16:41:23 Collecting ipaddress==1.0.18
16:41:23   Downloading ipaddress-1.0.18.tar.gz (32 kB)
16:41:24 Collecting packaging==16.8
16:41:24   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
16:41:24 Collecting paramiko==2.4.2
16:41:24   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
16:41:24 Collecting pycparser==2.17
16:41:24   Downloading pycparser-2.17.tar.gz (231 kB)
16:41:24 Collecting pyOpenSSL==18.0.0
16:41:24   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
16:41:24 Collecting pyparsing==2.2.0
16:41:24   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
16:41:24 Collecting requests==2.20.0
16:41:24   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
16:41:25 Collecting six==1.10.0
16:41:25   Downloading six-1.10.0-py2.py3-none-any.whl (10 kB)
16:41:25 Collecting urllib3==1.24.3
16:41:25   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
16:41:25 Collecting websocket-client==0.56.0
16:41:25   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
16:41:25 Collecting bcrypt>=3.1.3
16:41:25   Downloading bcrypt-3.2.0-cp36-abi3-manylinux2010_x86_64.whl (63 kB)
16:41:25 Collecting certifi>=2017.4.17
16:41:25   Downloading certifi-2020.12.5-py2.py3-none-any.whl (147 kB)
16:41:25 Collecting chardet<3.1.0,>=3.0.2
16:41:25   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
16:41:25 Collecting pyasn1>=0.1.7
16:41:25   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
16:41:25 Collecting pynacl>=1.0.1
16:41:25   Downloading PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB)
16:41:25 Building wheels for collected packages: backports.ssl-match-hostname, cffi, ipaddress, pycparser
16:41:25   Building wheel for backports.ssl-match-hostname (setup.py): started
16:41:25   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
16:41:25   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py3-none-any.whl size=5206 sha256=bcc8221425093d6632c37e46ca71a55ff8ae3266118e6daf2a8d192ad1357aa4
16:41:25   Stored in directory: /root/.cache/pip/wheels/93/72/f6/df894bfc7947d11f89dbdb4e9b786703a43cd547c1b5e8c738
16:41:25   Building wheel for cffi (setup.py): started
16:41:30   Building wheel for cffi (setup.py): finished with status 'done'
16:41:30   Created wheel for cffi: filename=cffi-1.10.0-cp37-cp37m-linux_x86_64.whl size=371264 sha256=fafca68994d8802e21ec575e820139ae502cea6545b6d179597394eb4f780c84
16:41:30   Stored in directory: /root/.cache/pip/wheels/cc/8d/6c/d24a8db003ac4a51d9959a9985718fac84e1baa5ec6c42d115
16:41:30   Building wheel for ipaddress (setup.py): started
16:41:30   Building wheel for ipaddress (setup.py): finished with status 'done'
16:41:30   Created wheel for ipaddress: filename=ipaddress-1.0.18-py3-none-any.whl size=18105 sha256=020f909fd5c0cbaabb848d0f983f49ee0a623a57f64ddf79f546751912af3459
16:41:30   Stored in directory: /root/.cache/pip/wheels/54/90/bd/f99e221ab77ef8e6d65c14efe986cef3360da2990396093151
16:41:30   Building wheel for pycparser (setup.py): started
16:41:31   Building wheel for pycparser (setup.py): finished with status 'done'
16:41:31   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=192880 sha256=e110bf8199104f943d58c529b3643ea29e3348ce021e05d91cafbe1fa48842d9
16:41:31   Stored in directory: /root/.cache/pip/wheels/91/50/7a/9f94e39b01559aa44c3cefb775d7befcc01d0a6ed0093cab37
16:41:31 Successfully built backports.ssl-match-hostname cffi ipaddress pycparser
16:41:31 Installing collected packages: pycparser, six, cffi, urllib3, pyparsing, pynacl, pyasn1, idna, cryptography, chardet, certifi, bcrypt, websocket-client, requests, pyOpenSSL, paramiko, packaging, ipaddress, enum34, backports.ssl-match-hostname, asn1crypto, appdirs
16:41:33 Successfully installed appdirs-1.4.3 asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.2.0 certifi-2020.12.5 cffi-1.10.0 chardet-3.0.4 cryptography-3.2 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
16:41:40 Removing intermediate container b67ae5fab585
16:41:40  ---> a0a3184890f4
16:41:40 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
16:41:40  ---> bee2b7fb7ba0
16:41:40 Step 19/21 : RUN pip install -r test-requirements.txt
16:41:40  ---> Running in 2873b4880c00
16:41:47 Collecting coverage==4.5.2
16:41:47   Downloading coverage-4.5.2-cp37-cp37m-manylinux1_x86_64.whl (205 kB)
16:41:47 Collecting flake8==3.6.0
16:41:47   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
16:41:47 Collecting mock==1.0.1
16:41:47   Downloading mock-1.0.1.zip (861 kB)
16:41:48 Collecting pytest==4.3.1
16:41:48   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
16:41:48 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)
16:41:48 Collecting pytest-cov==2.6.1
16:41:48   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
16:41:48 Collecting pytest-timeout==1.3.3
16:41:48   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
16:41:48 Collecting atomicwrites>=1.0
16:41:48   Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
16:41:48 Collecting attrs>=17.4.0
16:41:48   Downloading attrs-20.3.0-py2.py3-none-any.whl (49 kB)
16:41:48 Collecting mccabe<0.7.0,>=0.6.0
16:41:48   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
16:41:48 Collecting more-itertools>=4.0.0
16:41:48   Downloading more_itertools-8.6.0-py3-none-any.whl (45 kB)
16:41:48 Collecting pluggy>=0.7
16:41:48   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
16:41:49 Collecting importlib-metadata>=0.12
16:41:49   Downloading importlib_metadata-3.3.0-py3-none-any.whl (10 kB)
16:41:49 Collecting py>=1.5.0
16:41:49   Downloading py-1.10.0-py2.py3-none-any.whl (97 kB)
16:41:49 Collecting pycodestyle<2.5.0,>=2.4.0
16:41:49   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
16:41:49 Collecting pyflakes<2.1.0,>=2.0.0
16:41:49   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
16:41:49 Collecting typing-extensions>=3.6.4
16:41:49   Downloading typing_extensions-3.7.4.3-py3-none-any.whl (22 kB)
16:41:49 Collecting zipp>=0.5
16:41:49   Downloading zipp-3.4.0-py3-none-any.whl (5.2 kB)
16:41:49 Collecting setuptools==44.0.0
16:41:49   Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB)
16:41:49 Building wheels for collected packages: mock
16:41:49   Building wheel for mock (setup.py): started
16:41:49   Building wheel for mock (setup.py): finished with status 'done'
16:41:49   Created wheel for mock: filename=mock-1.0.1-py3-none-any.whl size=23755 sha256=a411b84680db59ce9471468e0fb035b0167bd7f09502e95ccffe5df19449e11c
16:41:49   Stored in directory: /root/.cache/pip/wheels/7a/94/b1/0fdc5339a5bd487a5cc15421ec200d9ba3e2aa7190e4a727f1
16:41:49 Successfully built mock
16:41:50 Installing collected packages: zipp, typing-extensions, importlib-metadata, setuptools, py, pluggy, more-itertools, attrs, atomicwrites, pytest, pyflakes, pycodestyle, mccabe, coverage, pytest-timeout, pytest-cov, mock, flake8
16:41:50   Attempting uninstall: setuptools
16:41:50     Found existing installation: setuptools 51.0.0
16:41:50     Uninstalling setuptools-51.0.0:
16:41:50       Successfully uninstalled setuptools-51.0.0
16:41:51 Successfully installed atomicwrites-1.4.0 attrs-20.3.0 coverage-4.5.2 flake8-3.6.0 importlib-metadata-3.3.0 mccabe-0.6.1 mock-1.0.1 more-itertools-8.6.0 pluggy-0.13.1 py-1.10.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 typing-extensions-3.7.4.3 zipp-3.4.0
16:41:53 Removing intermediate container 2873b4880c00
16:41:53  ---> e9dbd2e9f496
16:41:53 Step 20/21 : COPY . /src
16:41:53  ---> 379a07e0a01f
16:41:53 Step 21/21 : RUN pip install .
16:41:53  ---> Running in dd7db06212ed
16:41:54 Processing /src
16:41:54 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.7/site-packages (from docker==4.5.0.dev0) (1.10.0)
16:41:54 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.7/site-packages (from docker==4.5.0.dev0) (0.56.0)
16:41:54 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python3.7/site-packages (from docker==4.5.0.dev0) (2.20.0)
16:41:54 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.5.0.dev0) (2020.12.5)
16:41:54 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.5.0.dev0) (3.0.4)
16:41:54 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.5.0.dev0) (1.24.3)
16:41:54 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.5.0.dev0) (2.5)
16:41:54 Building wheels for collected packages: docker
16:41:54   Building wheel for docker (setup.py): started
16:41:55   Building wheel for docker (setup.py): finished with status 'done'
16:41:55   Created wheel for docker: filename=docker-4.5.0.dev0-py2.py3-none-any.whl size=146866 sha256=9c6647e5f39ca6d50dc17601702c4ad015df418695268f8fc31352fda9df9fba
16:41:55   Stored in directory: /tmp/pip-ephem-wheel-cache-4lwrwqwo/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525
16:41:55 Successfully built docker
16:41:55 Installing collected packages: docker
16:41:55 Successfully installed docker-4.5.0.dev0
16:41:56 Removing intermediate container dd7db06212ed
16:41:56  ---> e4db092bb54f
16:41:56 Successfully built e4db092bb54f
16:41:56 Successfully tagged dockerbuildbot/docker-py:py3-d239e37c092375d83e3414bb572813f1b9250fe7
[Pipeline] isUnix
[Pipeline] sh
16:41:56 + docker tag dockerbuildbot/docker-py:py3-d239e37c092375d83e3414bb572813f1b9250fe7 dockerbuildbot/docker-py:py3-d239e37c092375d83e3414bb572813f1b9250fe7
[Pipeline] isUnix
[Pipeline] sh
16:41:56 + docker push dockerbuildbot/docker-py:py3-d239e37c092375d83e3414bb572813f1b9250fe7
16:41:56 The push refers to repository [docker.io/dockerbuildbot/docker-py]
16:41:56 374512a5dce4: Preparing
16:41:56 0682b15d958e: Preparing
16:41:56 cddf149a2063: Preparing
16:41:56 ef8ddce7cf65: Preparing
16:41:56 e763c0308641: Preparing
16:41:56 e19c6e5a2c63: Preparing
16:41:56 b1e82258eccd: Preparing
16:41:56 a18ac46e3fc8: Preparing
16:41:56 029651af9734: Preparing
16:41:56 fa9cc12c329a: Preparing
16:41:56 1b3136051b59: Preparing
16:41:56 c09b13683d71: Preparing
16:41:56 c478f0501983: Preparing
16:41:56 249213519616: Preparing
16:41:56 d7aa98a71439: Preparing
16:41:56 08886ccf388e: Preparing
16:41:56 93fa393c5f87: Preparing
16:41:56 3da8662a6eed: Preparing
16:41:56 6a6ea1335e48: Preparing
16:41:56 4324e0912cc9: Preparing
16:41:56 59840d625c92: Preparing
16:41:56 da87e334550a: Preparing
16:41:56 c5f4367d4a59: Preparing
16:41:56 ceecb62b2fcc: Preparing
16:41:56 193bc1d68b80: Preparing
16:41:56 f0e10b20de19: Preparing
16:41:56 e19c6e5a2c63: Waiting
16:41:56 b1e82258eccd: Waiting
16:41:56 a18ac46e3fc8: Waiting
16:41:56 029651af9734: Waiting
16:41:56 fa9cc12c329a: Waiting
16:41:56 1b3136051b59: Waiting
16:41:56 c09b13683d71: Waiting
16:41:56 c478f0501983: Waiting
16:41:56 249213519616: Waiting
16:41:56 d7aa98a71439: Waiting
16:41:56 08886ccf388e: Waiting
16:41:56 93fa393c5f87: Waiting
16:41:56 3da8662a6eed: Waiting
16:41:56 6a6ea1335e48: Waiting
16:41:56 4324e0912cc9: Waiting
16:41:56 59840d625c92: Waiting
16:41:56 ceecb62b2fcc: Waiting
16:41:56 193bc1d68b80: Waiting
16:41:56 f0e10b20de19: Waiting
16:41:56 da87e334550a: Waiting
16:41:56 c5f4367d4a59: Waiting
16:41:59 ef8ddce7cf65: Pushed
16:41:59 374512a5dce4: Pushed
16:42:00 0682b15d958e: Pushed
16:42:00 cddf149a2063: Pushed
16:42:01 e19c6e5a2c63: Pushed
16:42:01 b1e82258eccd: Pushed
16:42:02 a18ac46e3fc8: Pushed
16:42:02 029651af9734: Pushed
16:42:02 fa9cc12c329a: Pushed
16:42:02 1b3136051b59: Pushed
16:42:03 c478f0501983: Pushed
16:42:03 c09b13683d71: Pushed
16:42:03 e763c0308641: Pushed
16:42:04 3da8662a6eed: Layer already exists
16:42:04 6a6ea1335e48: Layer already exists
16:42:04 4324e0912cc9: Layer already exists
16:42:04 59840d625c92: Layer already exists
16:42:04 da87e334550a: Layer already exists
16:42:04 c5f4367d4a59: Layer already exists
16:42:04 ceecb62b2fcc: Layer already exists
16:42:04 193bc1d68b80: Layer already exists
16:42:04 f0e10b20de19: Layer already exists
16:42:05 d7aa98a71439: Pushed
16:42:05 249213519616: Pushed
16:42:06 93fa393c5f87: Pushed
16:42:07 08886ccf388e: Pushed
16:42:09 py3-d239e37c092375d83e3414bb572813f1b9250fe7: digest: sha256:17d8fc174722b2c6f666336074147f3389252b4c49031baf10a9a7c877ace146 size: 5765
[Pipeline] }
[Pipeline] // withDockerRegistry
[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-05a999c3a023d3e42) in /home/ubuntu/workspace/docker-py_PR-2724
[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-2724@tmp/55c44d9b-8602-456b-8481-2474652fafa2/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
16:42:15 + docker run --rm --entrypoint=python dockerbuildbot/docker-py:py3-d239e37c092375d83e3414bb572813f1b9250fe7 /src/scripts/versions.py
16:42:15 Unable to find image 'dockerbuildbot/docker-py:py3-d239e37c092375d83e3414bb572813f1b9250fe7' locally
16:42:15 py3-d239e37c092375d83e3414bb572813f1b9250fe7: Pulling from dockerbuildbot/docker-py
16:42:15 6c33745f49b4: Pulling fs layer
16:42:15 ef072fc32a84: Pulling fs layer
16:42:15 c0afb8e68e0b: Pulling fs layer
16:42:15 d599c07d28e6: Pulling fs layer
16:42:15 f2ecc74db11a: Pulling fs layer
16:42:15 26856d31ce86: Pulling fs layer
16:42:15 d4db05d8da44: Pulling fs layer
16:42:15 a63ae5575b2c: Pulling fs layer
16:42:15 a8c72204fafe: Pulling fs layer
16:42:15 32c245bc59ad: Pulling fs layer
16:42:15 a5380d78cae5: Pulling fs layer
16:42:15 b92f1223ddbe: Pulling fs layer
16:42:15 023c459e5fb9: Pulling fs layer
16:42:15 2d5f9db1ab90: Pulling fs layer
16:42:15 8d3da26c4806: Pulling fs layer
16:42:15 144c92b4a1c9: Pulling fs layer
16:42:15 75e545f9c195: Pulling fs layer
16:42:15 b9ec5f1fc89c: Pulling fs layer
16:42:15 82df71b5fdc6: Pulling fs layer
16:42:15 cc030f14d299: Pulling fs layer
16:42:15 340677365c4d: Pulling fs layer
16:42:15 4185195eaf8d: Pulling fs layer
16:42:15 600fcd45ef09: Pulling fs layer
16:42:15 8c0289ee076a: Pulling fs layer
16:42:15 96fd3bffe145: Pulling fs layer
16:42:15 a70d3b392329: Pulling fs layer
16:42:15 d599c07d28e6: Waiting
16:42:15 f2ecc74db11a: Waiting
16:42:15 26856d31ce86: Waiting
16:42:15 d4db05d8da44: Waiting
16:42:15 a63ae5575b2c: Waiting
16:42:15 a8c72204fafe: Waiting
16:42:15 32c245bc59ad: Waiting
16:42:15 a5380d78cae5: Waiting
16:42:15 b92f1223ddbe: Waiting
16:42:15 023c459e5fb9: Waiting
16:42:15 2d5f9db1ab90: Waiting
16:42:15 8d3da26c4806: Waiting
16:42:15 144c92b4a1c9: Waiting
16:42:15 75e545f9c195: Waiting
16:42:15 b9ec5f1fc89c: Waiting
16:42:15 82df71b5fdc6: Waiting
16:42:15 cc030f14d299: Waiting
16:42:15 340677365c4d: Waiting
16:42:15 4185195eaf8d: Waiting
16:42:15 600fcd45ef09: Waiting
16:42:15 8c0289ee076a: Waiting
16:42:15 96fd3bffe145: Waiting
16:42:15 a70d3b392329: Waiting
16:42:16 ef072fc32a84: Verifying Checksum
16:42:16 ef072fc32a84: Download complete
16:42:16 c0afb8e68e0b: Verifying Checksum
16:42:16 c0afb8e68e0b: Download complete
16:42:16 6c33745f49b4: Verifying Checksum
16:42:16 6c33745f49b4: Download complete
16:42:17 d599c07d28e6: Verifying Checksum
16:42:17 d599c07d28e6: Download complete
16:42:17 26856d31ce86: Verifying Checksum
16:42:17 26856d31ce86: Download complete
16:42:17 a63ae5575b2c: Verifying Checksum
16:42:17 a63ae5575b2c: Download complete
16:42:17 a8c72204fafe: Verifying Checksum
16:42:17 a8c72204fafe: Download complete
16:42:17 32c245bc59ad: Verifying Checksum
16:42:17 32c245bc59ad: Download complete
16:42:17 d4db05d8da44: Verifying Checksum
16:42:17 d4db05d8da44: Download complete
16:42:17 b92f1223ddbe: Verifying Checksum
16:42:17 b92f1223ddbe: Download complete
16:42:17 023c459e5fb9: Verifying Checksum
16:42:17 023c459e5fb9: Download complete
16:42:17 a5380d78cae5: Verifying Checksum
16:42:17 a5380d78cae5: Download complete
16:42:17 2d5f9db1ab90: Verifying Checksum
16:42:17 2d5f9db1ab90: Download complete
16:42:17 8d3da26c4806: Verifying Checksum
16:42:17 8d3da26c4806: Download complete
16:42:17 144c92b4a1c9: Verifying Checksum
16:42:17 144c92b4a1c9: Download complete
16:42:17 75e545f9c195: Verifying Checksum
16:42:17 75e545f9c195: Download complete
16:42:18 b9ec5f1fc89c: Verifying Checksum
16:42:18 b9ec5f1fc89c: Download complete
16:42:18 82df71b5fdc6: Verifying Checksum
16:42:18 82df71b5fdc6: Download complete
16:42:18 cc030f14d299: Verifying Checksum
16:42:18 cc030f14d299: Download complete
16:42:18 340677365c4d: Verifying Checksum
16:42:18 340677365c4d: Download complete
16:42:18 600fcd45ef09: Verifying Checksum
16:42:18 600fcd45ef09: Download complete
16:42:18 4185195eaf8d: Verifying Checksum
16:42:18 4185195eaf8d: Download complete
16:42:18 8c0289ee076a: Verifying Checksum
16:42:18 8c0289ee076a: Download complete
16:42:18 96fd3bffe145: Verifying Checksum
16:42:18 96fd3bffe145: Download complete
16:42:18 a70d3b392329: Verifying Checksum
16:42:18 a70d3b392329: Download complete
16:42:20 f2ecc74db11a: Verifying Checksum
16:42:20 f2ecc74db11a: Download complete
16:42:22 6c33745f49b4: Pull complete
16:42:23 ef072fc32a84: Pull complete
16:42:23 c0afb8e68e0b: Pull complete
16:42:27 d599c07d28e6: Pull complete
16:42:40 f2ecc74db11a: Pull complete
16:42:40 26856d31ce86: Pull complete
16:42:40 d4db05d8da44: Pull complete
16:42:41 a63ae5575b2c: Pull complete
16:42:41 a8c72204fafe: Pull complete
16:42:41 32c245bc59ad: Pull complete
16:42:42 a5380d78cae5: Pull complete
16:42:42 b92f1223ddbe: Pull complete
16:42:42 023c459e5fb9: Pull complete
16:42:42 2d5f9db1ab90: Pull complete
16:42:42 8d3da26c4806: Pull complete
16:42:42 144c92b4a1c9: Pull complete
16:42:42 75e545f9c195: Pull complete
16:42:42 b9ec5f1fc89c: Pull complete
16:42:42 82df71b5fdc6: Pull complete
16:42:43 cc030f14d299: Pull complete
16:42:43 340677365c4d: Pull complete
16:42:44 4185195eaf8d: Pull complete
16:42:44 600fcd45ef09: Pull complete
16:42:45 8c0289ee076a: Pull complete
16:42:45 96fd3bffe145: Pull complete
16:42:45 a70d3b392329: Pull complete
16:42:45 Digest: sha256:17d8fc174722b2c6f666336074147f3389252b4c49031baf10a9a7c877ace146
16:42:45 Status: Downloaded newer image for dockerbuildbot/docker-py:py3-d239e37c092375d83e3414bb572813f1b9250fe7
[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_20.10.1)
[Pipeline] { (Branch: py2.7_19.03.13)
[Pipeline] { (Branch: py3.7_19.03.12)
[Pipeline] { (Branch: py3.7_20.10.1)
[Pipeline] { (Branch: py3.7_19.03.13)
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-0252c70a571b9cddb) in /home/ubuntu/workspace/docker-py_PR-2724
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-mem (i-0f3b6ebe01c0505ef) in /home/ubuntu/workspace/docker-py_PR-2724
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-07902ef314cf172d4) in /home/ubuntu/workspace/docker-py_PR-2724
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-mem (i-0ded084a9ae741d44) in /home/ubuntu/workspace/docker-py_PR-2724
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0defc350e0a43a4b9) in /home/ubuntu/workspace/docker-py_PR-2724
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-mem (i-0e8a3224e6f8fbdb2) in /home/ubuntu/workspace/docker-py_PR-2724
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ 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-2724@tmp/16f99223-47bf-4e82-964d-e6bbcfbd743f/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] {
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-2724@tmp/bf110690-e4ce-42ee-9193-59a73afadca6/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] echo
16:43:22 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
16:43:22 chowning workspace
[Pipeline] sh
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-2724@tmp/e25ecdf0-22c5-4e57-b9ae-41c595c42ff4/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] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] echo
16:43:22 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
16:43:22 chowning workspace
[Pipeline] sh
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-2724@tmp/f7ce84a3-c358-4908-8b79-2d9dc6711f31/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
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-2724@tmp/94761296-065f-44b8-a87f-563dbde908d9/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] echo
16:43:22 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
16:43:22 chowning workspace
[Pipeline] sh
16:43:22 + pwd
16:43:22 + id -u
16:43:22 + id -g
16:43:22 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2724:/workspace busybox chown -R 1000:1000 /workspace
16:43:22 Unable to find image 'busybox:latest' locally
16:43:22 + pwd
16:43:22 + id -u
16:43:22 + id -g
16:43:22 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2724:/workspace busybox chown -R 1000:1000 /workspace
16:43:22 Unable to find image 'busybox:latest' locally
16:43:22 latest: Pulling from library/busybox
16:43:22 ea97eb0eb3ec: Pulling fs layer
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
16:43:23 latest: Pulling from library/busybox
16:43:23 ea97eb0eb3ec: Pulling fs layer
16:43:23 ea97eb0eb3ec: Verifying Checksum
16:43:23 ea97eb0eb3ec: Download complete
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2724@tmp/b56efe6f-3911-4c81-b551-c515169759a2/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] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] echo
16:43:23 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
16:43:23 chowning workspace
[Pipeline] sh
16:43:23 ea97eb0eb3ec: Verifying Checksum
16:43:23 ea97eb0eb3ec: Download complete
16:43:23 ea97eb0eb3ec: Pull complete
16:43:23 Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678
16:43:23 Status: Downloaded newer image for busybox:latest
16:43:23 ea97eb0eb3ec: Pull complete
16:43:23 Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678
16:43:23 Status: Downloaded newer image for busybox:latest
16:43:23 + pwd
16:43:23 + id -u
16:43:23 + id -g
16:43:23 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2724:/workspace busybox chown -R 1000:1000 /workspace
16:43:23 Unable to find image 'busybox:latest' locally
16:43:23 latest: Pulling from library/busybox
[Pipeline] echo
16:43:23 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
16:43:23 chowning workspace
[Pipeline] sh
16:43:23 ea97eb0eb3ec: Pulling fs layer
16:43:23 ea97eb0eb3ec: Verifying Checksum
16:43:23 ea97eb0eb3ec: Download complete
16:43:24 + pwd
16:43:24 + id -u
16:43:24 + id -g
16:43:24 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2724:/workspace busybox chown -R 1000:1000 /workspace
16:43:24 Unable to find image 'busybox:latest' locally
[Pipeline] echo
16:43:24 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
16:43:24 chowning workspace
[Pipeline] sh
16:43:24 ea97eb0eb3ec: Pull complete
16:43:24 Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678
16:43:24 Status: Downloaded newer image for busybox:latest
16:43:24 latest: Pulling from library/busybox
16:43:24 ea97eb0eb3ec: Pulling fs layer
16:43:24 ea97eb0eb3ec: Verifying Checksum
16:43:24 ea97eb0eb3ec: Download complete
16:43:24 + pwd
16:43:24 + id -u
16:43:24 + id -g
16:43:24 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2724:/workspace busybox chown -R 1000:1000 /workspace
16:43:24 Unable to find image 'busybox:latest' locally
[Pipeline] echo
16:43:24 Removing all docker containers
[Pipeline] sh
16:43:24 ea97eb0eb3ec: Pull complete
16:43:24 Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678
16:43:24 Status: Downloaded newer image for busybox:latest
16:43:25 latest: Pulling from library/busybox
16:43:25 ea97eb0eb3ec: Pulling fs layer
16:43:25 + docker container ls -aq
[Pipeline] echo
16:43:25 Docker containers have been removed
[Pipeline] echo
16:43:25 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
16:43:25 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.12)
[Pipeline] checkout
16:43:25 + pwd
16:43:25 + id -u
16:43:25 + id -g
16:43:25 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2724:/workspace busybox chown -R 1000:1000 /workspace
16:43:25 Unable to find image 'busybox:latest' locally
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] sh
16:43:25 ea97eb0eb3ec: Verifying Checksum
16:43:25 ea97eb0eb3ec: Download complete
16:43:25 ea97eb0eb3ec: Pull complete
16:43:25 Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678
16:43:25 Status: Downloaded newer image for busybox:latest
16:43:25 latest: Pulling from library/busybox
16:43:25 ea97eb0eb3ec: Pulling fs layer
16:43:25 + docker network create dpy-testnet-7-0-py3.7-19.03.12
16:43:25 c77b99d1f799943dbd5eedf793732fb7fe106151edd801ed8ab3f81d12f67f80
[Pipeline] sh
16:43:25 ea97eb0eb3ec: Verifying Checksum
16:43:25 ea97eb0eb3ec: Download complete
[Pipeline] echo
16:43:25 Removing all docker containers
[Pipeline] sh
16:43:25 + docker run --rm -d --name dpy-dind-7-0-py3.7-19.03.12 -v /tmp --privileged --network dpy-testnet-7-0-py3.7-19.03.12 dockerbuildbot/docker-py:sshdind-d239e37c092375d83e3414bb572813f1b9250fe7 dockerd -H tcp://0.0.0.0:2375
16:43:25 Unable to find image 'dockerbuildbot/docker-py:sshdind-d239e37c092375d83e3414bb572813f1b9250fe7' locally
16:43:25 sshdind-d239e37c092375d83e3414bb572813f1b9250fe7: Pulling from dockerbuildbot/docker-py
16:43:25 df20fa9351a1: Pulling fs layer
16:43:25 25ad7478873d: Pulling fs layer
16:43:25 4684f6177b5d: Pulling fs layer
16:43:25 46e300cec669: Pulling fs layer
16:43:25 63038576ad94: Pulling fs layer
16:43:25 0fdb76c4706c: Pulling fs layer
16:43:25 cb7edeffdfd5: Pulling fs layer
16:43:25 63038576ad94: Waiting
16:43:25 46e300cec669: Waiting
16:43:25 cc28bd76800f: Pulling fs layer
16:43:25 54196fe38f7e: Pulling fs layer
16:43:25 ea71acc29633: Pulling fs layer
16:43:25 657cc4c15165: Pulling fs layer
16:43:25 c2fc7e05a100: Pulling fs layer
16:43:25 0fdb76c4706c: Waiting
16:43:25 fd37a8381de4: Pulling fs layer
16:43:25 3764381c6287: Pulling fs layer
16:43:25 e20cc2203aa4: Pulling fs layer
16:43:25 cb7edeffdfd5: Waiting
16:43:25 2182154d079e: Pulling fs layer
16:43:25 cc28bd76800f: Waiting
16:43:25 fe012a097f7b: Pulling fs layer
16:43:25 ed8d40f33fb1: Pulling fs layer
16:43:25 54196fe38f7e: Waiting
16:43:25 3764381c6287: Waiting
16:43:25 ea71acc29633: Waiting
16:43:25 e20cc2203aa4: Waiting
16:43:25 fd37a8381de4: Waiting
16:43:25 657cc4c15165: Waiting
16:43:25 2182154d079e: Waiting
16:43:25 c2fc7e05a100: Waiting
16:43:25 fe012a097f7b: Waiting
16:43:25 ea97eb0eb3ec: Pull complete
16:43:25 Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678
16:43:25 Status: Downloaded newer image for busybox:latest
16:43:26 + docker container ls -aq
$ 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-2724@tmp/675f61f5-f6ea-4afa-92d0-8d0a2c53cc5c/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] echo
16:43:26 Docker containers have been removed
[Pipeline] echo
16:43:26 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
16:43:26 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.13)
[Pipeline] checkout
[Pipeline] withDockerRegistry
16:43:26 4684f6177b5d: Verifying Checksum
16:43:26 4684f6177b5d: Download complete
16:43:26 25ad7478873d: Verifying Checksum
16:43:26 25ad7478873d: Download complete
16:43:26 df20fa9351a1: Download complete
16:43:26 0fdb76c4706c: Verifying Checksum
16:43:26 0fdb76c4706c: Download complete
16:43:26 63038576ad94: Download complete
16:43:26 cb7edeffdfd5: Verifying Checksum
16:43:26 cb7edeffdfd5: Download complete
16:43:26 cc28bd76800f: Verifying Checksum
16:43:26 cc28bd76800f: Download complete
16:43:26 df20fa9351a1: Pull complete
16:43:26 54196fe38f7e: Verifying Checksum
16:43:26 54196fe38f7e: Download complete
16:43:26 657cc4c15165: Verifying Checksum
16:43:26 657cc4c15165: Download complete
[Pipeline] {
[Pipeline] sh
16:43:26 ea71acc29633: Verifying Checksum
16:43:26 ea71acc29633: Download complete
16:43:26 25ad7478873d: Pull complete
16:43:26 fd37a8381de4: Download complete
16:43:26 c2fc7e05a100: Verifying Checksum
16:43:26 c2fc7e05a100: Download complete
16:43:26 3764381c6287: Download complete
16:43:26 4684f6177b5d: Pull complete
16:43:26 e20cc2203aa4: Verifying Checksum
16:43:26 e20cc2203aa4: Download complete
16:43:26 2182154d079e: Verifying Checksum
16:43:26 2182154d079e: Download complete
16:43:26 fe012a097f7b: Verifying Checksum
16:43:26 fe012a097f7b: Download complete
16:43:26 ed8d40f33fb1: Verifying Checksum
16:43:26 ed8d40f33fb1: Download complete
16:43:26 + docker network create dpy-testnet-7-0-py2.7-19.03.13
16:43:26 ee39002cc11a50456a4ba843d2774452944d165462cef0f3fa7cdb6eb1523178
[Pipeline] sh
16:43:26 46e300cec669: Verifying Checksum
16:43:26 46e300cec669: Download complete
[Pipeline] echo
16:43:26 Removing all docker containers
[Pipeline] sh
16:43:26 + docker run --rm -d --name dpy-dind-7-0-py2.7-19.03.13 -v /tmp --privileged --network dpy-testnet-7-0-py2.7-19.03.13 dockerbuildbot/docker-py:sshdind-d239e37c092375d83e3414bb572813f1b9250fe7 dockerd -H tcp://0.0.0.0:2375
16:43:26 Unable to find image 'dockerbuildbot/docker-py:sshdind-d239e37c092375d83e3414bb572813f1b9250fe7' locally
16:43:27 + docker container ls -aq
[Pipeline] echo
16:43:27 Docker containers have been removed
[Pipeline] echo
16:43:27 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
16:43:27 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.12)
[Pipeline] checkout
[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-2724@tmp/5a174b97-0f51-4d6c-b476-27d438717936/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
16:43:27 sshdind-d239e37c092375d83e3414bb572813f1b9250fe7: Pulling from dockerbuildbot/docker-py
16:43:27 df20fa9351a1: Pulling fs layer
16:43:27 25ad7478873d: Pulling fs layer
16:43:27 4684f6177b5d: Pulling fs layer
16:43:27 46e300cec669: Pulling fs layer
16:43:27 63038576ad94: Pulling fs layer
16:43:27 0fdb76c4706c: Pulling fs layer
16:43:27 cb7edeffdfd5: Pulling fs layer
16:43:27 46e300cec669: Waiting
16:43:27 63038576ad94: Waiting
16:43:27 0fdb76c4706c: Waiting
16:43:27 cc28bd76800f: Pulling fs layer
16:43:27 54196fe38f7e: Pulling fs layer
16:43:27 ea71acc29633: Pulling fs layer
16:43:27 657cc4c15165: Pulling fs layer
16:43:27 c2fc7e05a100: Pulling fs layer
16:43:27 fd37a8381de4: Pulling fs layer
16:43:27 3764381c6287: Pulling fs layer
16:43:27 e20cc2203aa4: Pulling fs layer
16:43:27 2182154d079e: Pulling fs layer
16:43:27 fe012a097f7b: Pulling fs layer
16:43:27 cb7edeffdfd5: Waiting
16:43:27 ed8d40f33fb1: Pulling fs layer
16:43:27 657cc4c15165: Waiting
16:43:27 3764381c6287: Waiting
16:43:27 c2fc7e05a100: Waiting
16:43:27 e20cc2203aa4: Waiting
16:43:27 fd37a8381de4: Waiting
16:43:27 2182154d079e: Waiting
16:43:27 cc28bd76800f: Waiting
16:43:27 fe012a097f7b: Waiting
16:43:27 ea71acc29633: Waiting
16:43:27 54196fe38f7e: Waiting
16:43:27 4684f6177b5d: Verifying Checksum
16:43:27 4684f6177b5d: Download complete
16:43:27 25ad7478873d: Download complete
16:43:27 df20fa9351a1: Verifying Checksum
16:43:27 df20fa9351a1: Download complete
16:43:27 0fdb76c4706c: Verifying Checksum
16:43:27 0fdb76c4706c: Download complete
16:43:27 cb7edeffdfd5: Verifying Checksum
16:43:27 cb7edeffdfd5: Download complete
16:43:27 63038576ad94: Verifying Checksum
16:43:27 63038576ad94: Download complete
[Pipeline] {
[Pipeline] sh
16:43:27 54196fe38f7e: Verifying Checksum
16:43:27 54196fe38f7e: Download complete
16:43:27 ea71acc29633: Verifying Checksum
16:43:27 ea71acc29633: Download complete
16:43:27 cc28bd76800f: Verifying Checksum
16:43:27 cc28bd76800f: Download complete
16:43:27 df20fa9351a1: Pull complete
16:43:27 c2fc7e05a100: Verifying Checksum
16:43:27 c2fc7e05a100: Download complete
16:43:27 657cc4c15165: Verifying Checksum
16:43:27 657cc4c15165: Download complete
16:43:27 3764381c6287: Download complete
16:43:27 fd37a8381de4: Download complete
16:43:27 e20cc2203aa4: Verifying Checksum
16:43:27 e20cc2203aa4: Download complete
16:43:27 2182154d079e: Verifying Checksum
16:43:27 2182154d079e: Download complete
[Pipeline] echo
16:43:27 Removing all docker containers
[Pipeline] sh
16:43:27 ed8d40f33fb1: Verifying Checksum
16:43:27 ed8d40f33fb1: Download complete
16:43:27 fe012a097f7b: Download complete
16:43:27 + docker network create dpy-testnet-7-0-py2.7-19.03.12
16:43:27 e30c0efb20e8c8b3e470dd88d9cf247a8617eafa58c1e1477dc3944421d9ea61
[Pipeline] sh
16:43:27 + docker container ls -aq
[Pipeline] echo
16:43:27 Docker containers have been removed
[Pipeline] echo
16:43:27 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
16:43:27 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.13)
[Pipeline] checkout
[Pipeline] withDockerRegistry
16:43:27 46e300cec669: Verifying Checksum
16:43:27 46e300cec669: Download complete
16:43:27 25ad7478873d: Pull complete
16:43:28 + docker run --rm -d --name dpy-dind-7-0-py2.7-19.03.12 -v /tmp --privileged --network dpy-testnet-7-0-py2.7-19.03.12 dockerbuildbot/docker-py:sshdind-d239e37c092375d83e3414bb572813f1b9250fe7 dockerd -H tcp://0.0.0.0:2375
16:43:28 Unable to find image 'dockerbuildbot/docker-py:sshdind-d239e37c092375d83e3414bb572813f1b9250fe7' locally
16:43:28 sshdind-d239e37c092375d83e3414bb572813f1b9250fe7: Pulling from dockerbuildbot/docker-py
16:43:28 df20fa9351a1: Pulling fs layer
16:43:28 25ad7478873d: Pulling fs layer
16:43:28 4684f6177b5d: Pulling fs layer
16:43:28 46e300cec669: Pulling fs layer
16:43:28 63038576ad94: Pulling fs layer
16:43:28 0fdb76c4706c: Pulling fs layer
16:43:28 cb7edeffdfd5: Pulling fs layer
16:43:28 cc28bd76800f: Pulling fs layer
16:43:28 54196fe38f7e: Pulling fs layer
16:43:28 ea71acc29633: Pulling fs layer
16:43:28 657cc4c15165: Pulling fs layer
16:43:28 c2fc7e05a100: Pulling fs layer
16:43:28 fd37a8381de4: Pulling fs layer
16:43:28 3764381c6287: Pulling fs layer
16:43:28 e20cc2203aa4: Pulling fs layer
16:43:28 2182154d079e: Pulling fs layer
16:43:28 fe012a097f7b: Pulling fs layer
16:43:28 ed8d40f33fb1: Pulling fs layer
16:43:28 657cc4c15165: Waiting
16:43:28 c2fc7e05a100: Waiting
16:43:28 fd37a8381de4: Waiting
16:43:28 3764381c6287: Waiting
16:43:28 e20cc2203aa4: Waiting
16:43:28 2182154d079e: Waiting
16:43:28 fe012a097f7b: Waiting
16:43:28 ed8d40f33fb1: Waiting
16:43:28 46e300cec669: Waiting
16:43:28 63038576ad94: Waiting
16:43:28 0fdb76c4706c: Waiting
16:43:28 cb7edeffdfd5: Waiting
16:43:28 cc28bd76800f: Waiting
16:43:28 54196fe38f7e: Waiting
16:43:28 ea71acc29633: Waiting
16:43:28 46e300cec669: Pull complete
16:43:28 63038576ad94: Pull complete
16:43:28 0fdb76c4706c: Pull complete
16:43:28 cb7edeffdfd5: Pull complete
$ 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-2724@tmp/d613016d-3e64-42d2-99b3-413f1dcf4efb/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
16:43:28 4684f6177b5d: Pull complete
16:43:28 df20fa9351a1: Verifying Checksum
16:43:28 df20fa9351a1: Download complete
16:43:28 25ad7478873d: Verifying Checksum
16:43:28 25ad7478873d: Download complete
16:43:28 4684f6177b5d: Verifying Checksum
16:43:28 4684f6177b5d: Download complete
16:43:28 63038576ad94: Verifying Checksum
16:43:28 63038576ad94: Download complete
16:43:28 0fdb76c4706c: Verifying Checksum
16:43:28 0fdb76c4706c: Download complete
16:43:28 cb7edeffdfd5: Verifying Checksum
16:43:28 cb7edeffdfd5: Download complete
16:43:28 cc28bd76800f: Pull complete
16:43:28 54196fe38f7e: Pull complete
16:43:28 ea71acc29633: Pull complete
16:43:28 657cc4c15165: Pull complete
16:43:28 c2fc7e05a100: Pull complete
[Pipeline] {
[Pipeline] sh
[Pipeline] echo
16:43:28 Removing all docker containers
[Pipeline] sh
16:43:28 54196fe38f7e: Verifying Checksum
16:43:28 54196fe38f7e: Download complete
16:43:28 ea71acc29633: Verifying Checksum
16:43:28 ea71acc29633: Download complete
16:43:28 df20fa9351a1: Pull complete
$ 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-2724@tmp/a2232e46-9b53-4bef-a272-fef8d2e52ca1/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
16:43:28 fd37a8381de4: Pull complete
16:43:28 3764381c6287: Pull complete
16:43:28 e20cc2203aa4: Pull complete
16:43:28 2182154d079e: Pull complete
16:43:28 + docker network create dpy-testnet-7-0-py3.7-19.03.13
16:43:28 46491ea3b9096cf1b1dfe66a5b22cc868d5c0ef366584486715169dc26ec33b3
[Pipeline] echo
16:43:28 Removing all docker containers
[Pipeline] sh
[Pipeline] sh
16:43:28 + docker container ls -aq
16:43:28 657cc4c15165: Verifying Checksum
16:43:28 657cc4c15165: Download complete
16:43:28 cc28bd76800f: Verifying Checksum
16:43:28 cc28bd76800f: Download complete
16:43:28 fd37a8381de4: Verifying Checksum
16:43:28 fd37a8381de4: Download complete
16:43:28 c2fc7e05a100: Verifying Checksum
16:43:28 c2fc7e05a100: Download complete
16:43:28 e20cc2203aa4: Verifying Checksum
16:43:28 e20cc2203aa4: Download complete
16:43:28 3764381c6287: Verifying Checksum
16:43:28 3764381c6287: Download complete
[Pipeline] echo
16:43:28 Docker containers have been removed
[Pipeline] echo
16:43:28 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
16:43:28 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=20.10.1)
[Pipeline] checkout
16:43:28 fe012a097f7b: Pull complete
16:43:28 ed8d40f33fb1: Pull complete
16:43:28 Digest: sha256:fcd0c04f9e78cbfd41b9cdf834edfe3c8d96f1a72f95668114288816bd558520
16:43:28 Status: Downloaded newer image for dockerbuildbot/docker-py:sshdind-d239e37c092375d83e3414bb572813f1b9250fe7
[Pipeline] withDockerRegistry
16:43:28 + docker container ls -aq
[Pipeline] echo
16:43:28 Docker containers have been removed
[Pipeline] echo
16:43:28 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
16:43:28 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=20.10.1)
[Pipeline] checkout
[Pipeline] withDockerRegistry
16:43:29 + docker run --rm -d --name dpy-dind-7-0-py3.7-19.03.13 -v /tmp --privileged --network dpy-testnet-7-0-py3.7-19.03.13 dockerbuildbot/docker-py:sshdind-d239e37c092375d83e3414bb572813f1b9250fe7 dockerd -H tcp://0.0.0.0:2375
16:43:29 Unable to find image 'dockerbuildbot/docker-py:sshdind-d239e37c092375d83e3414bb572813f1b9250fe7' locally
16:43:29 2182154d079e: Verifying Checksum
16:43:29 2182154d079e: Download complete
16:43:29 fe012a097f7b: Verifying Checksum
16:43:29 fe012a097f7b: Download complete
16:43:29 ed8d40f33fb1: Verifying Checksum
16:43:29 ed8d40f33fb1: Download complete
16:43:29 25ad7478873d: Pull complete
[Pipeline] {
[Pipeline] sh
16:43:29 sshdind-d239e37c092375d83e3414bb572813f1b9250fe7: Pulling from dockerbuildbot/docker-py
16:43:29 df20fa9351a1: Pulling fs layer
16:43:29 25ad7478873d: Pulling fs layer
16:43:29 4684f6177b5d: Pulling fs layer
16:43:29 46e300cec669: Pulling fs layer
16:43:29 63038576ad94: Pulling fs layer
16:43:29 0fdb76c4706c: Pulling fs layer
16:43:29 cb7edeffdfd5: Pulling fs layer
16:43:29 cc28bd76800f: Pulling fs layer
16:43:29 54196fe38f7e: Pulling fs layer
16:43:29 ea71acc29633: Pulling fs layer
16:43:29 657cc4c15165: Pulling fs layer
16:43:29 c2fc7e05a100: Pulling fs layer
16:43:29 fd37a8381de4: Pulling fs layer
16:43:29 3764381c6287: Pulling fs layer
16:43:29 e20cc2203aa4: Pulling fs layer
16:43:29 2182154d079e: Pulling fs layer
16:43:29 fe012a097f7b: Pulling fs layer
16:43:29 ed8d40f33fb1: Pulling fs layer
16:43:29 46e300cec669: Waiting
16:43:29 63038576ad94: Waiting
16:43:29 0fdb76c4706c: Waiting
16:43:29 cb7edeffdfd5: Waiting
16:43:29 cc28bd76800f: Waiting
16:43:29 54196fe38f7e: Waiting
16:43:29 ea71acc29633: Waiting
16:43:29 657cc4c15165: Waiting
16:43:29 c2fc7e05a100: Waiting
16:43:29 fd37a8381de4: Waiting
16:43:29 3764381c6287: Waiting
16:43:29 e20cc2203aa4: Waiting
16:43:29 2182154d079e: Waiting
16:43:29 fe012a097f7b: Waiting
16:43:29 ed8d40f33fb1: Waiting
16:43:29 4684f6177b5d: Verifying Checksum
16:43:29 4684f6177b5d: Download complete
16:43:29 25ad7478873d: Download complete
16:43:29 df20fa9351a1: Verifying Checksum
16:43:29 df20fa9351a1: Download complete
16:43:29 4684f6177b5d: Pull complete
16:43:29 46e300cec669: Verifying Checksum
16:43:29 46e300cec669: Download complete
[Pipeline] {
[Pipeline] sh
16:43:29 + docker network create dpy-testnet-7-0-py3.7-20.10.1
16:43:29 cf4bf77890b3d2551eecb3a281f283073bb3e216c40d2f521f219899ce566294
[Pipeline] sh
16:43:29 63038576ad94: Verifying Checksum
16:43:29 63038576ad94: Download complete
16:43:29 0fdb76c4706c: Verifying Checksum
16:43:29 0fdb76c4706c: Download complete
16:43:29 cb7edeffdfd5: Verifying Checksum
16:43:29 cb7edeffdfd5: Download complete
16:43:29 54196fe38f7e: Verifying Checksum
16:43:29 54196fe38f7e: Download complete
16:43:29 + docker network create dpy-testnet-7-0-py2.7-20.10.1
16:43:29 3850aa90e9043d9f7da2818159f406506d22008bfead4040209679807c10e88b
[Pipeline] sh
16:43:29 cc28bd76800f: Verifying Checksum
16:43:29 cc28bd76800f: Download complete
16:43:29 ea71acc29633: Verifying Checksum
16:43:29 ea71acc29633: Download complete
16:43:29 df20fa9351a1: Pull complete
16:43:29 657cc4c15165: Verifying Checksum
16:43:29 657cc4c15165: Download complete
16:43:29 + docker run --rm -d --name dpy-dind-7-0-py3.7-20.10.1 -v /tmp --privileged --network dpy-testnet-7-0-py3.7-20.10.1 dockerbuildbot/docker-py:sshdind-d239e37c092375d83e3414bb572813f1b9250fe7 dockerd -H tcp://0.0.0.0:2375
16:43:29 Unable to find image 'dockerbuildbot/docker-py:sshdind-d239e37c092375d83e3414bb572813f1b9250fe7' locally
$ 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-2724@tmp/3ffad6d6-216f-4b25-aa5b-be5f7fc1eb45/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
16:43:30 + docker run --rm -d --name dpy-dind-7-0-py2.7-20.10.1 -v /tmp --privileged --network dpy-testnet-7-0-py2.7-20.10.1 dockerbuildbot/docker-py:sshdind-d239e37c092375d83e3414bb572813f1b9250fe7 dockerd -H tcp://0.0.0.0:2375
16:43:30 Unable to find image 'dockerbuildbot/docker-py:sshdind-d239e37c092375d83e3414bb572813f1b9250fe7' locally
$ 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-2724@tmp/8727196b-5c22-4441-854b-5a83d479ffc3/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
16:43:30 c2fc7e05a100: Verifying Checksum
16:43:30 c2fc7e05a100: Download complete
16:43:30 fd37a8381de4: Verifying Checksum
16:43:30 fd37a8381de4: Download complete
16:43:30 3764381c6287: Verifying Checksum
16:43:30 3764381c6287: Download complete
16:43:30 e20cc2203aa4: Verifying Checksum
16:43:30 e20cc2203aa4: Download complete
16:43:30 2182154d079e: Verifying Checksum
16:43:30 2182154d079e: Download complete
16:43:30 fe012a097f7b: Verifying Checksum
16:43:30 fe012a097f7b: Download complete
16:43:30 sshdind-d239e37c092375d83e3414bb572813f1b9250fe7: Pulling from dockerbuildbot/docker-py
16:43:30 df20fa9351a1: Pulling fs layer
16:43:30 25ad7478873d: Pulling fs layer
16:43:30 4684f6177b5d: Pulling fs layer
16:43:30 46e300cec669: Pulling fs layer
16:43:30 63038576ad94: Pulling fs layer
16:43:30 0fdb76c4706c: Pulling fs layer
16:43:30 cb7edeffdfd5: Pulling fs layer
16:43:30 cc28bd76800f: Pulling fs layer
16:43:30 54196fe38f7e: Pulling fs layer
16:43:30 ea71acc29633: Pulling fs layer
16:43:30 657cc4c15165: Pulling fs layer
16:43:30 c2fc7e05a100: Pulling fs layer
16:43:30 fd37a8381de4: Pulling fs layer
16:43:30 3764381c6287: Pulling fs layer
16:43:30 e20cc2203aa4: Pulling fs layer
16:43:30 2182154d079e: Pulling fs layer
16:43:30 fe012a097f7b: Pulling fs layer
16:43:30 ed8d40f33fb1: Pulling fs layer
16:43:30 ea71acc29633: Waiting
16:43:30 657cc4c15165: Waiting
16:43:30 c2fc7e05a100: Waiting
16:43:30 fd37a8381de4: Waiting
16:43:30 3764381c6287: Waiting
16:43:30 e20cc2203aa4: Waiting
16:43:30 2182154d079e: Waiting
16:43:30 fe012a097f7b: Waiting
16:43:30 ed8d40f33fb1: Waiting
16:43:30 46e300cec669: Waiting
16:43:30 63038576ad94: Waiting
16:43:30 0fdb76c4706c: Waiting
16:43:30 cb7edeffdfd5: Waiting
16:43:30 cc28bd76800f: Waiting
16:43:30 54196fe38f7e: Waiting
16:43:30 4684f6177b5d: Verifying Checksum
16:43:30 4684f6177b5d: Download complete
16:43:30 25ad7478873d: Verifying Checksum
16:43:30 25ad7478873d: Download complete
16:43:30 df20fa9351a1: Verifying Checksum
16:43:30 df20fa9351a1: Download complete
16:43:30 63038576ad94: Verifying Checksum
16:43:30 63038576ad94: Download complete
16:43:30 0fdb76c4706c: Verifying Checksum
16:43:30 0fdb76c4706c: Download complete
16:43:30 cb7edeffdfd5: Verifying Checksum
16:43:30 cb7edeffdfd5: Download complete
16:43:30 46e300cec669: Pull complete
16:43:30 ed8d40f33fb1: Verifying Checksum
16:43:30 ed8d40f33fb1: Download complete
16:43:30 54196fe38f7e: Verifying Checksum
16:43:30 54196fe38f7e: Download complete
16:43:30 ea71acc29633: Verifying Checksum
16:43:30 ea71acc29633: Download complete
16:43:30 cc28bd76800f: Verifying Checksum
16:43:30 cc28bd76800f: Download complete
16:43:30 657cc4c15165: Verifying Checksum
16:43:30 657cc4c15165: Download complete
16:43:30 63038576ad94: Pull complete
16:43:30 0fdb76c4706c: Pull complete
16:43:30 c2fc7e05a100: Verifying Checksum
16:43:30 c2fc7e05a100: Download complete
16:43:30 df20fa9351a1: Pull complete
16:43:30 fd37a8381de4: Verifying Checksum
16:43:30 fd37a8381de4: Download complete
16:43:30 3764381c6287: Verifying Checksum
16:43:30 3764381c6287: Download complete
16:43:30 e20cc2203aa4: Verifying Checksum
16:43:30 e20cc2203aa4: Download complete
16:43:30 2182154d079e: Verifying Checksum
16:43:30 2182154d079e: Download complete
16:43:30 25ad7478873d: Pull complete
16:43:30 4684f6177b5d: Pull complete
16:43:30 cb7edeffdfd5: Pull complete
16:43:30 fe012a097f7b: Verifying Checksum
16:43:30 fe012a097f7b: Download complete
16:43:30 ed8d40f33fb1: Verifying Checksum
16:43:30 ed8d40f33fb1: Download complete
16:43:30 46e300cec669: Verifying Checksum
16:43:30 46e300cec669: Download complete
16:43:30 cc28bd76800f: Pull complete
16:43:30 54196fe38f7e: Pull complete
16:43:30 ea71acc29633: Pull complete
16:43:30 657cc4c15165: Pull complete
16:43:31 c2fc7e05a100: Pull complete
16:43:31 fd37a8381de4: Pull complete
16:43:31 3764381c6287: Pull complete
16:43:31 19390be38996a795bd53d470c4e10e738b953a89288fe8590ee2f1c7081322f7
16:43:31 sshdind-d239e37c092375d83e3414bb572813f1b9250fe7: Pulling from dockerbuildbot/docker-py
16:43:31 df20fa9351a1: Pulling fs layer
16:43:31 25ad7478873d: Pulling fs layer
16:43:31 4684f6177b5d: Pulling fs layer
16:43:31 46e300cec669: Pulling fs layer
16:43:31 63038576ad94: Pulling fs layer
16:43:31 0fdb76c4706c: Pulling fs layer
16:43:31 cb7edeffdfd5: Pulling fs layer
16:43:31 cc28bd76800f: Pulling fs layer
16:43:31 54196fe38f7e: Pulling fs layer
16:43:31 ea71acc29633: Pulling fs layer
16:43:31 657cc4c15165: Pulling fs layer
16:43:31 c2fc7e05a100: Pulling fs layer
16:43:31 fd37a8381de4: Pulling fs layer
16:43:31 3764381c6287: Pulling fs layer
16:43:31 e20cc2203aa4: Pulling fs layer
16:43:31 2182154d079e: Pulling fs layer
16:43:31 fe012a097f7b: Pulling fs layer
16:43:31 ed8d40f33fb1: Pulling fs layer
16:43:31 46e300cec669: Waiting
16:43:31 63038576ad94: Waiting
16:43:31 0fdb76c4706c: Waiting
16:43:31 cb7edeffdfd5: Waiting
16:43:31 cc28bd76800f: Waiting
16:43:31 54196fe38f7e: Waiting
16:43:31 ea71acc29633: Waiting
16:43:31 657cc4c15165: Waiting
16:43:31 c2fc7e05a100: Waiting
16:43:31 fd37a8381de4: Waiting
16:43:31 3764381c6287: Waiting
16:43:31 e20cc2203aa4: Waiting
16:43:31 2182154d079e: Waiting
16:43:31 fe012a097f7b: Waiting
16:43:31 ed8d40f33fb1: Waiting
16:43:31 4684f6177b5d: Verifying Checksum
16:43:31 4684f6177b5d: Download complete
16:43:31 25ad7478873d: Verifying Checksum
16:43:31 25ad7478873d: Download complete
16:43:31 df20fa9351a1: Download complete
16:43:31 0fdb76c4706c: Verifying Checksum
16:43:31 0fdb76c4706c: Download complete
16:43:31 63038576ad94: Verifying Checksum
16:43:31 63038576ad94: Download complete
[Pipeline] sh
16:43:31 e20cc2203aa4: Pull complete
16:43:31 2182154d079e: Pull complete
16:43:31 fe012a097f7b: Pull complete
16:43:31 ed8d40f33fb1: Pull complete
16:43:31 Digest: sha256:fcd0c04f9e78cbfd41b9cdf834edfe3c8d96f1a72f95668114288816bd558520
16:43:31 Status: Downloaded newer image for dockerbuildbot/docker-py:sshdind-d239e37c092375d83e3414bb572813f1b9250fe7
16:43:31 25ad7478873d: Pull complete
16:43:31 4684f6177b5d: Pull complete
16:43:31 cb7edeffdfd5: Verifying Checksum
16:43:31 cb7edeffdfd5: Download complete
16:43:31 54196fe38f7e: Verifying Checksum
16:43:31 54196fe38f7e: Download complete
16:43:31 ea71acc29633: Verifying Checksum
16:43:31 ea71acc29633: Download complete
16:43:31 cc28bd76800f: Verifying Checksum
16:43:31 cc28bd76800f: Download complete
16:43:31 657cc4c15165: Verifying Checksum
16:43:31 657cc4c15165: Download complete
16:43:31 + docker run --rm --name dpy-tests-7-0-py3.7-19.03.12 -e DOCKER_HOST=tcp://dpy-dind-7-0-py3.7-19.03.12:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-7-0-py3.7-19.03.12 --volumes-from dpy-dind-7-0-py3.7-19.03.12 -v /home/ubuntu/.docker/config.json:/root/.docker/config.json dockerbuildbot/docker-py:py3-d239e37c092375d83e3414bb572813f1b9250fe7 py.test -v -rxs --cov=docker --ignore=tests/ssh tests/
16:43:31 Unable to find image 'dockerbuildbot/docker-py:py3-d239e37c092375d83e3414bb572813f1b9250fe7' locally
16:43:31 46e300cec669: Verifying Checksum
16:43:31 46e300cec669: Download complete
16:43:31 fd37a8381de4: Verifying Checksum
16:43:31 fd37a8381de4: Download complete
16:43:31 c2fc7e05a100: Verifying Checksum
16:43:31 c2fc7e05a100: Download complete
16:43:31 3764381c6287: Verifying Checksum
16:43:31 3764381c6287: Download complete
16:43:31 e20cc2203aa4: Verifying Checksum
16:43:31 e20cc2203aa4: Download complete
16:43:31 2182154d079e: Verifying Checksum
16:43:31 2182154d079e: Download complete
16:43:31 fe012a097f7b: Verifying Checksum
16:43:31 fe012a097f7b: Download complete
16:43:31 py3-d239e37c092375d83e3414bb572813f1b9250fe7: Pulling from dockerbuildbot/docker-py
16:43:31 6c33745f49b4: Pulling fs layer
16:43:31 ef072fc32a84: Pulling fs layer
16:43:31 c0afb8e68e0b: Pulling fs layer
16:43:31 d599c07d28e6: Pulling fs layer
16:43:31 f2ecc74db11a: Pulling fs layer
16:43:31 26856d31ce86: Pulling fs layer
16:43:31 d4db05d8da44: Pulling fs layer
16:43:31 a63ae5575b2c: Pulling fs layer
16:43:31 a8c72204fafe: Pulling fs layer
16:43:31 32c245bc59ad: Pulling fs layer
16:43:31 a5380d78cae5: Pulling fs layer
16:43:31 b92f1223ddbe: Pulling fs layer
16:43:31 023c459e5fb9: Pulling fs layer
16:43:31 2d5f9db1ab90: Pulling fs layer
16:43:31 8d3da26c4806: Pulling fs layer
16:43:31 144c92b4a1c9: Pulling fs layer
16:43:31 d4db05d8da44: Waiting
16:43:31 f2ecc74db11a: Waiting
16:43:31 75e545f9c195: Pulling fs layer
16:43:31 26856d31ce86: Waiting
16:43:31 a63ae5575b2c: Waiting
16:43:31 b9ec5f1fc89c: Pulling fs layer
16:43:31 82df71b5fdc6: Pulling fs layer
16:43:31 cc030f14d299: Pulling fs layer
16:43:31 a8c72204fafe: Waiting
16:43:31 340677365c4d: Pulling fs layer
16:43:31 32c245bc59ad: Waiting
16:43:31 4185195eaf8d: Pulling fs layer
16:43:31 600fcd45ef09: Pulling fs layer
16:43:31 a5380d78cae5: Waiting
16:43:31 8c0289ee076a: Pulling fs layer
16:43:31 96fd3bffe145: Pulling fs layer
16:43:31 a70d3b392329: Pulling fs layer
16:43:31 b92f1223ddbe: Waiting
16:43:31 2d5f9db1ab90: Waiting
16:43:31 340677365c4d: Waiting
16:43:31 4185195eaf8d: Waiting
16:43:31 600fcd45ef09: Waiting
16:43:31 8d3da26c4806: Waiting
16:43:31 8c0289ee076a: Waiting
16:43:31 144c92b4a1c9: Waiting
16:43:31 96fd3bffe145: Waiting
16:43:31 a70d3b392329: Waiting
16:43:31 75e545f9c195: Waiting
16:43:31 cc030f14d299: Waiting
16:43:31 b9ec5f1fc89c: Waiting
16:43:31 82df71b5fdc6: Waiting
16:43:31 023c459e5fb9: Waiting
16:43:31 d599c07d28e6: Waiting
16:43:32 ed8d40f33fb1: Verifying Checksum
16:43:32 ed8d40f33fb1: Download complete
16:43:32 df20fa9351a1: Pull complete
16:43:32 9fff83477d30786cd503cd0703fe4e0767b18705c97f12b9cd5d004a56e77b38
16:43:32 25ad7478873d: Pull complete
16:43:32 ef072fc32a84: Download complete
16:43:32 c0afb8e68e0b: Verifying Checksum
16:43:32 c0afb8e68e0b: Download complete
[Pipeline] sh
16:43:32 46e300cec669: Verifying Checksum
16:43:32 46e300cec669: Download complete
16:43:32 4684f6177b5d: Pull complete
16:43:32 6c33745f49b4: Verifying Checksum
16:43:32 6c33745f49b4: Download complete
16:43:33 d599c07d28e6: Verifying Checksum
16:43:33 d599c07d28e6: Download complete
16:43:33 26856d31ce86: Verifying Checksum
16:43:33 26856d31ce86: Download complete
16:43:33 a63ae5575b2c: Verifying Checksum
16:43:33 a63ae5575b2c: Download complete
16:43:33 a8c72204fafe: Download complete
16:43:33 32c245bc59ad: Verifying Checksum
16:43:33 32c245bc59ad: Download complete
16:43:33 d4db05d8da44: Verifying Checksum
16:43:33 d4db05d8da44: Download complete
16:43:33 b92f1223ddbe: Download complete
16:43:33 023c459e5fb9: Verifying Checksum
16:43:33 023c459e5fb9: Download complete
16:43:33 2d5f9db1ab90: Download complete
16:43:33 8d3da26c4806: Verifying Checksum
16:43:33 8d3da26c4806: Download complete
16:43:33 a5380d78cae5: Verifying Checksum
16:43:33 a5380d78cae5: Download complete
16:43:33 144c92b4a1c9: Verifying Checksum
16:43:33 144c92b4a1c9: Download complete
16:43:33 75e545f9c195: Verifying Checksum
16:43:33 75e545f9c195: Download complete
16:43:33 b9ec5f1fc89c: Verifying Checksum
16:43:33 b9ec5f1fc89c: Download complete
16:43:33 cc030f14d299: Verifying Checksum
16:43:33 cc030f14d299: Download complete
16:43:33 82df71b5fdc6: Verifying Checksum
16:43:33 82df71b5fdc6: Download complete
16:43:33 340677365c4d: Verifying Checksum
16:43:33 340677365c4d: Download complete
16:43:33 600fcd45ef09: Verifying Checksum
16:43:33 600fcd45ef09: Download complete
16:43:33 + docker run --rm --name dpy-tests-7-0-py2.7-19.03.13 -e DOCKER_HOST=tcp://dpy-dind-7-0-py2.7-19.03.13:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-7-0-py2.7-19.03.13 --volumes-from dpy-dind-7-0-py2.7-19.03.13 -v /home/ubuntu/.docker/config.json:/root/.docker/config.json dockerbuildbot/docker-py:py2-d239e37c092375d83e3414bb572813f1b9250fe7 py.test -v -rxs --cov=docker --ignore=tests/ssh tests/
16:43:33 Unable to find image 'dockerbuildbot/docker-py:py2-d239e37c092375d83e3414bb572813f1b9250fe7' locally
16:43:33 py2-d239e37c092375d83e3414bb572813f1b9250fe7: Pulling from dockerbuildbot/docker-py
16:43:33 7e2b2a5af8f6: Pulling fs layer
16:43:33 09b6f03ffac4: Pulling fs layer
16:43:33 dc3f0c679f0f: Pulling fs layer
16:43:33 fd4b47407fc3: Pulling fs layer
16:43:33 b32f6bf7d96d: Pulling fs layer
16:43:33 6f4489a7e4cf: Pulling fs layer
16:43:33 af4b99ad9ef0: Pulling fs layer
16:43:33 39db0bc48c26: Pulling fs layer
16:43:33 acb4a89489fc: Pulling fs layer
16:43:33 12e27f7d148a: Pulling fs layer
16:43:33 2361334c0709: Pulling fs layer
16:43:33 be4247ede441: Pulling fs layer
16:43:33 39e5a31e3f05: Pulling fs layer
16:43:33 705ee13dd4d2: Pulling fs layer
16:43:33 273529368214: Pulling fs layer
16:43:33 87cc38f393d6: Pulling fs layer
16:43:33 6f4489a7e4cf: Waiting
16:43:33 f786ef543455: Pulling fs layer
16:43:33 99a6e3a25e55: Pulling fs layer
16:43:33 af4b99ad9ef0: Waiting
16:43:33 d8955f045e63: Pulling fs layer
16:43:33 aebc712555fa: Pulling fs layer
16:43:33 39db0bc48c26: Waiting
16:43:33 5adec2a028a0: Pulling fs layer
16:43:33 acb4a89489fc: Waiting
16:43:33 d3d33e35d2c1: Pulling fs layer
16:43:33 3aea08d53925: Pulling fs layer
16:43:33 12e27f7d148a: Waiting
16:43:33 fa6410768d0a: Pulling fs layer
16:43:33 a43231380401: Pulling fs layer
16:43:33 2361334c0709: Waiting
16:43:33 d155d616b4bf: Pulling fs layer
16:43:33 be4247ede441: Waiting
16:43:33 39e5a31e3f05: Waiting
16:43:33 705ee13dd4d2: Waiting
16:43:33 5adec2a028a0: Waiting
16:43:33 d3d33e35d2c1: Waiting
16:43:33 273529368214: Waiting
16:43:33 3aea08d53925: Waiting
16:43:33 fa6410768d0a: Waiting
16:43:33 87cc38f393d6: Waiting
16:43:33 a43231380401: Waiting
16:43:33 f786ef543455: Waiting
16:43:33 d155d616b4bf: Waiting
16:43:33 99a6e3a25e55: Waiting
16:43:33 d8955f045e63: Waiting
16:43:33 aebc712555fa: Waiting
16:43:33 fd4b47407fc3: Waiting
16:43:33 b32f6bf7d96d: Waiting
16:43:33 dc3f0c679f0f: Verifying Checksum
16:43:33 dc3f0c679f0f: Download complete
16:43:33 09b6f03ffac4: Verifying Checksum
16:43:33 09b6f03ffac4: Download complete
16:43:33 46e300cec669: Pull complete
16:43:33 63038576ad94: Pull complete
16:43:33 0fdb76c4706c: Pull complete
16:43:33 cb7edeffdfd5: Pull complete
16:43:33 8c0289ee076a: Verifying Checksum
16:43:33 8c0289ee076a: Download complete
16:43:33 96fd3bffe145: Verifying Checksum
16:43:33 96fd3bffe145: Download complete
16:43:33 4185195eaf8d: Verifying Checksum
16:43:33 4185195eaf8d: Download complete
16:43:33 fd4b47407fc3: Verifying Checksum
16:43:33 fd4b47407fc3: Download complete
16:43:33 cc28bd76800f: Pull complete
16:43:33 54196fe38f7e: Pull complete
16:43:34 a70d3b392329: Verifying Checksum
16:43:34 a70d3b392329: Download complete
16:43:34 ea71acc29633: Pull complete
16:43:34 657cc4c15165: Pull complete
16:43:34 6f4489a7e4cf: Verifying Checksum
16:43:34 6f4489a7e4cf: Download complete
16:43:34 7e2b2a5af8f6: Download complete
16:43:34 39db0bc48c26: Verifying Checksum
16:43:34 39db0bc48c26: Download complete
16:43:34 c2fc7e05a100: Pull complete
16:43:34 fd37a8381de4: Pull complete
16:43:34 46e300cec669: Pull complete
16:43:34 63038576ad94: Pull complete
16:43:34 0fdb76c4706c: Pull complete
16:43:34 f2ecc74db11a: Verifying Checksum
16:43:34 f2ecc74db11a: Download complete
16:43:34 3764381c6287: Pull complete
16:43:34 acb4a89489fc: Verifying Checksum
16:43:34 acb4a89489fc: Download complete
16:43:34 12e27f7d148a: Verifying Checksum
16:43:34 12e27f7d148a: Download complete
16:43:34 af4b99ad9ef0: Verifying Checksum
16:43:34 af4b99ad9ef0: Download complete
16:43:34 be4247ede441: Verifying Checksum
16:43:34 be4247ede441: Download complete
16:43:34 39e5a31e3f05: Download complete
16:43:34 705ee13dd4d2: Download complete
16:43:34 cb7edeffdfd5: Pull complete
16:43:34 e20cc2203aa4: Pull complete
16:43:35 6c33745f49b4: Pull complete
16:43:35 46e300cec669: Pull complete
16:43:35 63038576ad94: Pull complete
16:43:35 0fdb76c4706c: Pull complete
16:43:35 cb7edeffdfd5: Pull complete
16:43:35 273529368214: Verifying Checksum
16:43:35 273529368214: Download complete
16:43:35 2361334c0709: Verifying Checksum
16:43:35 2361334c0709: Download complete
16:43:35 87cc38f393d6: Verifying Checksum
16:43:35 87cc38f393d6: Download complete
16:43:35 f786ef543455: Download complete
16:43:35 99a6e3a25e55: Download complete
16:43:35 aebc712555fa: Verifying Checksum
16:43:35 aebc712555fa: Download complete
16:43:35 d8955f045e63: Verifying Checksum
16:43:35 d8955f045e63: Download complete
16:43:35 cc28bd76800f: Pull complete
16:43:35 54196fe38f7e: Pull complete
16:43:35 ea71acc29633: Pull complete
16:43:35 2182154d079e: Pull complete
16:43:35 5adec2a028a0: Verifying Checksum
16:43:35 5adec2a028a0: Download complete
16:43:35 3aea08d53925: Download complete
16:43:35 fa6410768d0a: Verifying Checksum
16:43:35 fa6410768d0a: Download complete
16:43:35 d3d33e35d2c1: Verifying Checksum
16:43:35 d3d33e35d2c1: Download complete
16:43:35 b32f6bf7d96d: Verifying Checksum
16:43:35 b32f6bf7d96d: Download complete
16:43:35 a43231380401: Verifying Checksum
16:43:35 a43231380401: Download complete
16:43:35 657cc4c15165: Pull complete
16:43:35 c2fc7e05a100: Pull complete
16:43:35 fd37a8381de4: Pull complete
16:43:35 3764381c6287: Pull complete
16:43:35 fe012a097f7b: Pull complete
16:43:35 ed8d40f33fb1: Pull complete
16:43:35 d155d616b4bf: Download complete
16:43:35 e20cc2203aa4: Pull complete
16:43:35 2182154d079e: Pull complete
16:43:35 fe012a097f7b: Pull complete
16:43:35 cc28bd76800f: Pull complete
16:43:35 54196fe38f7e: Pull complete
16:43:35 ea71acc29633: Pull complete
16:43:35 Digest: sha256:fcd0c04f9e78cbfd41b9cdf834edfe3c8d96f1a72f95668114288816bd558520
16:43:35 Status: Downloaded newer image for dockerbuildbot/docker-py:sshdind-d239e37c092375d83e3414bb572813f1b9250fe7
16:43:35 46e300cec669: Pull complete
16:43:35 63038576ad94: Pull complete
16:43:35 0fdb76c4706c: Pull complete
16:43:35 cb7edeffdfd5: Pull complete
16:43:35 ed8d40f33fb1: Pull complete
16:43:35 Digest: sha256:fcd0c04f9e78cbfd41b9cdf834edfe3c8d96f1a72f95668114288816bd558520
16:43:35 Status: Downloaded newer image for dockerbuildbot/docker-py:sshdind-d239e37c092375d83e3414bb572813f1b9250fe7
16:43:35 657cc4c15165: Pull complete
16:43:35 c2fc7e05a100: Pull complete
16:43:35 fd37a8381de4: Pull complete
16:43:36 cc28bd76800f: Pull complete
16:43:36 54196fe38f7e: Pull complete
16:43:36 ea71acc29633: Pull complete
16:43:36 3764381c6287: Pull complete
16:43:36 e20cc2203aa4: Pull complete
16:43:36 2182154d079e: Pull complete
16:43:36 7e2b2a5af8f6: Pull complete
16:43:36 ef072fc32a84: Pull complete
16:43:36 657cc4c15165: Pull complete
16:43:36 fe012a097f7b: Pull complete
16:43:36 ed8d40f33fb1: Pull complete
16:43:36 Digest: sha256:fcd0c04f9e78cbfd41b9cdf834edfe3c8d96f1a72f95668114288816bd558520
16:43:36 Status: Downloaded newer image for dockerbuildbot/docker-py:sshdind-d239e37c092375d83e3414bb572813f1b9250fe7
16:43:36 c2fc7e05a100: Pull complete
16:43:36 fd37a8381de4: Pull complete
16:43:36 09b6f03ffac4: Pull complete
16:43:36 c0afb8e68e0b: Pull complete
16:43:36 3764381c6287: Pull complete
16:43:36 e20cc2203aa4: Pull complete
16:43:36 2182154d079e: Pull complete
16:43:37 fe012a097f7b: Pull complete
16:43:37 ed8d40f33fb1: Pull complete
16:43:37 Digest: sha256:fcd0c04f9e78cbfd41b9cdf834edfe3c8d96f1a72f95668114288816bd558520
16:43:37 Status: Downloaded newer image for dockerbuildbot/docker-py:sshdind-d239e37c092375d83e3414bb572813f1b9250fe7
16:43:37 72dc415328aca9a5f9e72bae4ae7f9d136ca0bf2b5a3ab64541367e2b6fac9f2
16:43:37 dc3f0c679f0f: Pull complete
[Pipeline] sh
16:43:38 + docker run --rm --name dpy-tests-7-0-py2.7-19.03.12 -e DOCKER_HOST=tcp://dpy-dind-7-0-py2.7-19.03.12:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-7-0-py2.7-19.03.12 --volumes-from dpy-dind-7-0-py2.7-19.03.12 -v /home/ubuntu/.docker/config.json:/root/.docker/config.json dockerbuildbot/docker-py:py2-d239e37c092375d83e3414bb572813f1b9250fe7 py.test -v -rxs --cov=docker --ignore=tests/ssh tests/
16:43:38 Unable to find image 'dockerbuildbot/docker-py:py2-d239e37c092375d83e3414bb572813f1b9250fe7' locally
16:43:38 37fa4d4a9215d0211a7fc4bb7ea1defb669106784e2ecc8b2eb095afe5a8a25d
[Pipeline] sh
16:43:38 + docker run --rm --name dpy-tests-7-0-py2.7-20.10.1 -e DOCKER_HOST=tcp://dpy-dind-7-0-py2.7-20.10.1:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-7-0-py2.7-20.10.1 --volumes-from dpy-dind-7-0-py2.7-20.10.1 -v /home/ubuntu/.docker/config.json:/root/.docker/config.json dockerbuildbot/docker-py:py2-d239e37c092375d83e3414bb572813f1b9250fe7 py.test -v -rxs --cov=docker --ignore=tests/ssh tests/
16:43:38 Unable to find image 'dockerbuildbot/docker-py:py2-d239e37c092375d83e3414bb572813f1b9250fe7' locally
16:43:38 d599c07d28e6: Pull complete
16:43:39 py2-d239e37c092375d83e3414bb572813f1b9250fe7: Pulling from dockerbuildbot/docker-py
16:43:39 7e2b2a5af8f6: Pulling fs layer
16:43:39 09b6f03ffac4: Pulling fs layer
16:43:39 dc3f0c679f0f: Pulling fs layer
16:43:39 fd4b47407fc3: Pulling fs layer
16:43:39 b32f6bf7d96d: Pulling fs layer
16:43:39 6f4489a7e4cf: Pulling fs layer
16:43:39 af4b99ad9ef0: Pulling fs layer
16:43:39 39db0bc48c26: Pulling fs layer
16:43:39 acb4a89489fc: Pulling fs layer
16:43:39 12e27f7d148a: Pulling fs layer
16:43:39 2361334c0709: Pulling fs layer
16:43:39 be4247ede441: Pulling fs layer
16:43:39 39e5a31e3f05: Pulling fs layer
16:43:39 705ee13dd4d2: Pulling fs layer
16:43:39 273529368214: Pulling fs layer
16:43:39 87cc38f393d6: Pulling fs layer
16:43:39 f786ef543455: Pulling fs layer
16:43:39 99a6e3a25e55: Pulling fs layer
16:43:39 d8955f045e63: Pulling fs layer
16:43:39 aebc712555fa: Pulling fs layer
16:43:39 5adec2a028a0: Pulling fs layer
16:43:39 d3d33e35d2c1: Pulling fs layer
16:43:39 3aea08d53925: Pulling fs layer
16:43:39 fa6410768d0a: Pulling fs layer
16:43:39 a43231380401: Pulling fs layer
16:43:39 d155d616b4bf: Pulling fs layer
16:43:39 fd4b47407fc3: Waiting
16:43:39 b32f6bf7d96d: Waiting
16:43:39 6f4489a7e4cf: Waiting
16:43:39 af4b99ad9ef0: Waiting
16:43:39 39db0bc48c26: Waiting
16:43:39 acb4a89489fc: Waiting
16:43:39 12e27f7d148a: Waiting
16:43:39 2361334c0709: Waiting
16:43:39 be4247ede441: Waiting
16:43:39 39e5a31e3f05: Waiting
16:43:39 705ee13dd4d2: Waiting
16:43:39 273529368214: Waiting
16:43:39 87cc38f393d6: Waiting
16:43:39 f786ef543455: Waiting
16:43:39 5adec2a028a0: Waiting
16:43:39 99a6e3a25e55: Waiting
16:43:39 d8955f045e63: Waiting
16:43:39 d3d33e35d2c1: Waiting
16:43:39 3aea08d53925: Waiting
16:43:39 aebc712555fa: Waiting
16:43:39 fa6410768d0a: Waiting
16:43:39 d155d616b4bf: Waiting
16:43:39 a43231380401: Waiting
16:43:39 py2-d239e37c092375d83e3414bb572813f1b9250fe7: Pulling from dockerbuildbot/docker-py
16:43:39 7e2b2a5af8f6: Pulling fs layer
16:43:39 09b6f03ffac4: Pulling fs layer
16:43:39 dc3f0c679f0f: Pulling fs layer
16:43:39 fd4b47407fc3: Pulling fs layer
16:43:39 b32f6bf7d96d: Pulling fs layer
16:43:39 6f4489a7e4cf: Pulling fs layer
16:43:39 af4b99ad9ef0: Pulling fs layer
16:43:39 39db0bc48c26: Pulling fs layer
16:43:39 acb4a89489fc: Pulling fs layer
16:43:39 12e27f7d148a: Pulling fs layer
16:43:39 2361334c0709: Pulling fs layer
16:43:39 be4247ede441: Pulling fs layer
16:43:39 39e5a31e3f05: Pulling fs layer
16:43:39 705ee13dd4d2: Pulling fs layer
16:43:39 273529368214: Pulling fs layer
16:43:39 87cc38f393d6: Pulling fs layer
16:43:39 f786ef543455: Pulling fs layer
16:43:39 99a6e3a25e55: Pulling fs layer
16:43:39 d8955f045e63: Pulling fs layer
16:43:39 aebc712555fa: Pulling fs layer
16:43:39 5adec2a028a0: Pulling fs layer
16:43:39 d3d33e35d2c1: Pulling fs layer
16:43:39 3aea08d53925: Pulling fs layer
16:43:39 fa6410768d0a: Pulling fs layer
16:43:39 a43231380401: Pulling fs layer
16:43:39 d155d616b4bf: Pulling fs layer
16:43:39 705ee13dd4d2: Waiting
16:43:39 273529368214: Waiting
16:43:39 87cc38f393d6: Waiting
16:43:39 f786ef543455: Waiting
16:43:39 fd4b47407fc3: Waiting
16:43:39 b32f6bf7d96d: Waiting
16:43:39 6f4489a7e4cf: Waiting
16:43:39 af4b99ad9ef0: Waiting
16:43:39 39db0bc48c26: Waiting
16:43:39 acb4a89489fc: Waiting
16:43:39 12e27f7d148a: Waiting
16:43:39 2361334c0709: Waiting
16:43:39 be4247ede441: Waiting
16:43:39 39e5a31e3f05: Waiting
16:43:39 99a6e3a25e55: Waiting
16:43:39 d8955f045e63: Waiting
16:43:39 aebc712555fa: Waiting
16:43:39 5adec2a028a0: Waiting
16:43:39 d3d33e35d2c1: Waiting
16:43:39 3aea08d53925: Waiting
16:43:39 fa6410768d0a: Waiting
16:43:39 a43231380401: Waiting
16:43:39 d155d616b4bf: Waiting
16:43:39 fd4b47407fc3: Pull complete
16:43:39 ae5f5bd7205caddf6ad944e4dad49af329f43b4e09d8681b6d9f9c1b9b14a7ca
16:43:39 09b6f03ffac4: Verifying Checksum
16:43:39 09b6f03ffac4: Download complete
16:43:39 dc3f0c679f0f: Verifying Checksum
16:43:39 dc3f0c679f0f: Download complete
16:43:40 09b6f03ffac4: Verifying Checksum
16:43:40 09b6f03ffac4: Download complete
16:43:40 dc3f0c679f0f: Verifying Checksum
16:43:40 dc3f0c679f0f: Download complete
[Pipeline] sh
16:43:40 + docker run --rm --name dpy-tests-7-0-py3.7-19.03.13 -e DOCKER_HOST=tcp://dpy-dind-7-0-py3.7-19.03.13:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-7-0-py3.7-19.03.13 --volumes-from dpy-dind-7-0-py3.7-19.03.13 -v /home/ubuntu/.docker/config.json:/root/.docker/config.json dockerbuildbot/docker-py:py3-d239e37c092375d83e3414bb572813f1b9250fe7 py.test -v -rxs --cov=docker --ignore=tests/ssh tests/
16:43:40 Unable to find image 'dockerbuildbot/docker-py:py3-d239e37c092375d83e3414bb572813f1b9250fe7' locally
16:43:40 7e2b2a5af8f6: Verifying Checksum
16:43:40 7e2b2a5af8f6: Download complete
16:43:41 py3-d239e37c092375d83e3414bb572813f1b9250fe7: Pulling from dockerbuildbot/docker-py
16:43:41 6c33745f49b4: Pulling fs layer
16:43:41 ef072fc32a84: Pulling fs layer
16:43:41 c0afb8e68e0b: Pulling fs layer
16:43:41 d599c07d28e6: Pulling fs layer
16:43:41 f2ecc74db11a: Pulling fs layer
16:43:41 26856d31ce86: Pulling fs layer
16:43:41 d4db05d8da44: Pulling fs layer
16:43:41 a63ae5575b2c: Pulling fs layer
16:43:41 a8c72204fafe: Pulling fs layer
16:43:41 32c245bc59ad: Pulling fs layer
16:43:41 a5380d78cae5: Pulling fs layer
16:43:41 b92f1223ddbe: Pulling fs layer
16:43:41 023c459e5fb9: Pulling fs layer
16:43:41 2d5f9db1ab90: Pulling fs layer
16:43:41 8d3da26c4806: Pulling fs layer
16:43:41 144c92b4a1c9: Pulling fs layer
16:43:41 75e545f9c195: Pulling fs layer
16:43:41 b9ec5f1fc89c: Pulling fs layer
16:43:41 82df71b5fdc6: Pulling fs layer
16:43:41 cc030f14d299: Pulling fs layer
16:43:41 340677365c4d: Pulling fs layer
16:43:41 4185195eaf8d: Pulling fs layer
16:43:41 600fcd45ef09: Pulling fs layer
16:43:41 8c0289ee076a: Pulling fs layer
16:43:41 96fd3bffe145: Pulling fs layer
16:43:41 a70d3b392329: Pulling fs layer
16:43:41 2d5f9db1ab90: Waiting
16:43:41 8d3da26c4806: Waiting
16:43:41 144c92b4a1c9: Waiting
16:43:41 75e545f9c195: Waiting
16:43:41 b9ec5f1fc89c: Waiting
16:43:41 82df71b5fdc6: Waiting
16:43:41 cc030f14d299: Waiting
16:43:41 340677365c4d: Waiting
16:43:41 4185195eaf8d: Waiting
16:43:41 600fcd45ef09: Waiting
16:43:41 8c0289ee076a: Waiting
16:43:41 96fd3bffe145: Waiting
16:43:41 a70d3b392329: Waiting
16:43:41 d599c07d28e6: Waiting
16:43:41 f2ecc74db11a: Waiting
16:43:41 26856d31ce86: Waiting
16:43:41 d4db05d8da44: Waiting
16:43:41 a63ae5575b2c: Waiting
16:43:41 a8c72204fafe: Waiting
16:43:41 32c245bc59ad: Waiting
16:43:41 a5380d78cae5: Waiting
16:43:41 b92f1223ddbe: Waiting
16:43:41 023c459e5fb9: Waiting
16:43:41 fd4b47407fc3: Verifying Checksum
16:43:41 fd4b47407fc3: Download complete
16:43:41 6f4489a7e4cf: Verifying Checksum
16:43:41 6f4489a7e4cf: Download complete
16:43:41 38281b9dd8855bf09acafcd663889c509a81852c9fae086a347293a8e9769632
[Pipeline] sh
16:43:41 39db0bc48c26: Verifying Checksum
16:43:41 39db0bc48c26: Download complete
16:43:41 7e2b2a5af8f6: Verifying Checksum
16:43:41 7e2b2a5af8f6: Download complete
16:43:41 fd4b47407fc3: Verifying Checksum
16:43:41 fd4b47407fc3: Download complete
16:43:41 6f4489a7e4cf: Verifying Checksum
16:43:41 6f4489a7e4cf: Download complete
16:43:41 39db0bc48c26: Verifying Checksum
16:43:41 39db0bc48c26: Download complete
16:43:42 + docker run --rm --name dpy-tests-7-0-py3.7-20.10.1 -e DOCKER_HOST=tcp://dpy-dind-7-0-py3.7-20.10.1:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-7-0-py3.7-20.10.1 --volumes-from dpy-dind-7-0-py3.7-20.10.1 -v /home/ubuntu/.docker/config.json:/root/.docker/config.json dockerbuildbot/docker-py:py3-d239e37c092375d83e3414bb572813f1b9250fe7 py.test -v -rxs --cov=docker --ignore=tests/ssh tests/
16:43:42 Unable to find image 'dockerbuildbot/docker-py:py3-d239e37c092375d83e3414bb572813f1b9250fe7' locally
16:43:42 py3-d239e37c092375d83e3414bb572813f1b9250fe7: Pulling from dockerbuildbot/docker-py
16:43:42 6c33745f49b4: Pulling fs layer
16:43:42 ef072fc32a84: Pulling fs layer
16:43:42 c0afb8e68e0b: Pulling fs layer
16:43:42 d599c07d28e6: Pulling fs layer
16:43:42 f2ecc74db11a: Pulling fs layer
16:43:42 26856d31ce86: Pulling fs layer
16:43:42 d4db05d8da44: Pulling fs layer
16:43:42 a63ae5575b2c: Pulling fs layer
16:43:42 a8c72204fafe: Pulling fs layer
16:43:42 32c245bc59ad: Pulling fs layer
16:43:42 a5380d78cae5: Pulling fs layer
16:43:42 b92f1223ddbe: Pulling fs layer
16:43:42 023c459e5fb9: Pulling fs layer
16:43:42 2d5f9db1ab90: Pulling fs layer
16:43:42 8d3da26c4806: Pulling fs layer
16:43:42 144c92b4a1c9: Pulling fs layer
16:43:42 75e545f9c195: Pulling fs layer
16:43:42 b9ec5f1fc89c: Pulling fs layer
16:43:42 82df71b5fdc6: Pulling fs layer
16:43:42 cc030f14d299: Pulling fs layer
16:43:42 340677365c4d: Pulling fs layer
16:43:42 4185195eaf8d: Pulling fs layer
16:43:42 600fcd45ef09: Pulling fs layer
16:43:42 8c0289ee076a: Pulling fs layer
16:43:42 96fd3bffe145: Pulling fs layer
16:43:42 a70d3b392329: Pulling fs layer
16:43:42 d599c07d28e6: Waiting
16:43:42 f2ecc74db11a: Waiting
16:43:42 26856d31ce86: Waiting
16:43:42 d4db05d8da44: Waiting
16:43:42 a63ae5575b2c: Waiting
16:43:42 a8c72204fafe: Waiting
16:43:42 32c245bc59ad: Waiting
16:43:42 a5380d78cae5: Waiting
16:43:42 b92f1223ddbe: Waiting
16:43:42 023c459e5fb9: Waiting
16:43:42 2d5f9db1ab90: Waiting
16:43:42 8d3da26c4806: Waiting
16:43:42 144c92b4a1c9: Waiting
16:43:42 75e545f9c195: Waiting
16:43:42 b9ec5f1fc89c: Waiting
16:43:42 82df71b5fdc6: Waiting
16:43:42 cc030f14d299: Waiting
16:43:42 340677365c4d: Waiting
16:43:42 8c0289ee076a: Waiting
16:43:42 96fd3bffe145: Waiting
16:43:42 a70d3b392329: Waiting
16:43:42 600fcd45ef09: Waiting
16:43:42 4185195eaf8d: Waiting
16:43:42 af4b99ad9ef0: Verifying Checksum
16:43:42 af4b99ad9ef0: Download complete
16:43:42 acb4a89489fc: Verifying Checksum
16:43:42 acb4a89489fc: Download complete
16:43:42 12e27f7d148a: Verifying Checksum
16:43:42 12e27f7d148a: Download complete
16:43:42 c0afb8e68e0b: Verifying Checksum
16:43:42 c0afb8e68e0b: Download complete
16:43:42 ef072fc32a84: Verifying Checksum
16:43:42 ef072fc32a84: Download complete
16:43:42 af4b99ad9ef0: Verifying Checksum
16:43:42 af4b99ad9ef0: Download complete
16:43:42 acb4a89489fc: Verifying Checksum
16:43:42 acb4a89489fc: Download complete
16:43:42 c0afb8e68e0b: Verifying Checksum
16:43:42 c0afb8e68e0b: Download complete
16:43:42 be4247ede441: Verifying Checksum
16:43:42 be4247ede441: Download complete
16:43:42 39e5a31e3f05: Verifying Checksum
16:43:42 39e5a31e3f05: Download complete
16:43:42 2361334c0709: Verifying Checksum
16:43:42 2361334c0709: Download complete
16:43:42 12e27f7d148a: Verifying Checksum
16:43:42 12e27f7d148a: Download complete
16:43:42 be4247ede441: Verifying Checksum
16:43:42 be4247ede441: Download complete
16:43:42 705ee13dd4d2: Verifying Checksum
16:43:42 705ee13dd4d2: Download complete
16:43:42 273529368214: Verifying Checksum
16:43:42 273529368214: Download complete
16:43:42 87cc38f393d6: Verifying Checksum
16:43:42 87cc38f393d6: Download complete
16:43:42 f786ef543455: Verifying Checksum
16:43:42 f786ef543455: Download complete
16:43:42 99a6e3a25e55: Verifying Checksum
16:43:42 99a6e3a25e55: Download complete
16:43:42 d8955f045e63: Verifying Checksum
16:43:42 d8955f045e63: Download complete
16:43:42 aebc712555fa: Verifying Checksum
16:43:42 aebc712555fa: Download complete
16:43:42 2361334c0709: Verifying Checksum
16:43:42 2361334c0709: Download complete
16:43:42 39e5a31e3f05: Verifying Checksum
16:43:42 39e5a31e3f05: Download complete
16:43:42 273529368214: Verifying Checksum
16:43:42 273529368214: Download complete
16:43:42 705ee13dd4d2: Verifying Checksum
16:43:42 705ee13dd4d2: Download complete
16:43:42 87cc38f393d6: Verifying Checksum
16:43:42 87cc38f393d6: Download complete
16:43:42 ef072fc32a84: Verifying Checksum
16:43:42 ef072fc32a84: Download complete
16:43:42 5adec2a028a0: Verifying Checksum
16:43:42 5adec2a028a0: Download complete
16:43:42 3aea08d53925: Verifying Checksum
16:43:42 3aea08d53925: Download complete
16:43:43 99a6e3a25e55: Verifying Checksum
16:43:43 99a6e3a25e55: Download complete
16:43:43 d8955f045e63: Verifying Checksum
16:43:43 d8955f045e63: Download complete
16:43:43 aebc712555fa: Verifying Checksum
16:43:43 aebc712555fa: Download complete
16:43:43 f786ef543455: Verifying Checksum
16:43:43 f786ef543455: Download complete
16:43:43 f2ecc74db11a: Pull complete
16:43:43 26856d31ce86: Pull complete
16:43:43 d3d33e35d2c1: Verifying Checksum
16:43:43 d3d33e35d2c1: Download complete
16:43:43 a43231380401: Verifying Checksum
16:43:43 a43231380401: Download complete
16:43:43 fa6410768d0a: Verifying Checksum
16:43:43 fa6410768d0a: Download complete
16:43:43 5adec2a028a0: Verifying Checksum
16:43:43 5adec2a028a0: Download complete
16:43:43 3aea08d53925: Verifying Checksum
16:43:43 3aea08d53925: Download complete
16:43:43 d3d33e35d2c1: Verifying Checksum
16:43:43 d3d33e35d2c1: Download complete
16:43:43 d155d616b4bf: Verifying Checksum
16:43:43 d155d616b4bf: Download complete
16:43:43 fa6410768d0a: Verifying Checksum
16:43:43 fa6410768d0a: Download complete
16:43:43 a43231380401: Verifying Checksum
16:43:43 a43231380401: Download complete
16:43:43 d155d616b4bf: Verifying Checksum
16:43:43 d155d616b4bf: Download complete
16:43:43 d4db05d8da44: Pull complete
16:43:43 a63ae5575b2c: Pull complete
16:43:43 a8c72204fafe: Pull complete
16:43:43 6c33745f49b4: Verifying Checksum
16:43:43 6c33745f49b4: Download complete
16:43:43 b32f6bf7d96d: Verifying Checksum
16:43:43 b32f6bf7d96d: Download complete
16:43:43 32c245bc59ad: Pull complete
16:43:43 a5380d78cae5: Pull complete
16:43:43 26856d31ce86: Verifying Checksum
16:43:43 26856d31ce86: Download complete
16:43:43 b32f6bf7d96d: Pull complete
16:43:43 6f4489a7e4cf: Pull complete
16:43:44 b32f6bf7d96d: Verifying Checksum
16:43:44 b32f6bf7d96d: Download complete
16:43:44 b92f1223ddbe: Pull complete
16:43:44 023c459e5fb9: Pull complete
16:43:44 2d5f9db1ab90: Pull complete
16:43:44 8d3da26c4806: Pull complete
16:43:44 144c92b4a1c9: Pull complete
16:43:44 d599c07d28e6: Verifying Checksum
16:43:44 d599c07d28e6: Download complete
16:43:44 d4db05d8da44: Verifying Checksum
16:43:44 d4db05d8da44: Download complete
16:43:44 a63ae5575b2c: Verifying Checksum
16:43:44 a63ae5575b2c: Download complete
16:43:44 75e545f9c195: Pull complete
16:43:44 b9ec5f1fc89c: Pull complete
16:43:44 82df71b5fdc6: Pull complete
16:43:44 cc030f14d299: Pull complete
16:43:44 32c245bc59ad: Verifying Checksum
16:43:44 32c245bc59ad: Download complete
16:43:44 a8c72204fafe: Verifying Checksum
16:43:44 a8c72204fafe: Download complete
16:43:44 b92f1223ddbe: Verifying Checksum
16:43:44 b92f1223ddbe: Download complete
16:43:44 af4b99ad9ef0: Pull complete
16:43:44 39db0bc48c26: Pull complete
16:43:44 340677365c4d: Pull complete
16:43:44 023c459e5fb9: Verifying Checksum
16:43:44 023c459e5fb9: Download complete
16:43:44 a5380d78cae5: Verifying Checksum
16:43:44 a5380d78cae5: Download complete
16:43:44 2d5f9db1ab90: Verifying Checksum
16:43:44 2d5f9db1ab90: Download complete
16:43:44 8d3da26c4806: Verifying Checksum
16:43:44 8d3da26c4806: Download complete
16:43:44 6c33745f49b4: Verifying Checksum
16:43:44 6c33745f49b4: Download complete
16:43:44 acb4a89489fc: Pull complete
16:43:44 12e27f7d148a: Pull complete
16:43:44 4185195eaf8d: Pull complete
16:43:44 75e545f9c195: Verifying Checksum
16:43:44 75e545f9c195: Download complete
16:43:44 144c92b4a1c9: Verifying Checksum
16:43:44 144c92b4a1c9: Download complete
16:43:44 b9ec5f1fc89c: Verifying Checksum
16:43:44 b9ec5f1fc89c: Download complete
16:43:44 26856d31ce86: Verifying Checksum
16:43:44 26856d31ce86: Download complete
16:43:45 2361334c0709: Pull complete
16:43:45 600fcd45ef09: Pull complete
16:43:45 8c0289ee076a: Pull complete
16:43:45 cc030f14d299: Verifying Checksum
16:43:45 cc030f14d299: Download complete
16:43:45 340677365c4d: Verifying Checksum
16:43:45 340677365c4d: Download complete
16:43:45 d599c07d28e6: Verifying Checksum
16:43:45 d599c07d28e6: Download complete
16:43:45 be4247ede441: Pull complete
16:43:45 39e5a31e3f05: Pull complete
16:43:45 705ee13dd4d2: Pull complete
16:43:45 273529368214: Pull complete
16:43:45 87cc38f393d6: Pull complete
16:43:45 7e2b2a5af8f6: Pull complete
16:43:45 96fd3bffe145: Pull complete
16:43:45 a70d3b392329: Pull complete
16:43:45 Digest: sha256:17d8fc174722b2c6f666336074147f3389252b4c49031baf10a9a7c877ace146
16:43:45 Status: Downloaded newer image for dockerbuildbot/docker-py:py3-d239e37c092375d83e3414bb572813f1b9250fe7
16:43:45 82df71b5fdc6: Verifying Checksum
16:43:45 82df71b5fdc6: Download complete
16:43:45 4185195eaf8d: Verifying Checksum
16:43:45 4185195eaf8d: Download complete
16:43:45 600fcd45ef09: Verifying Checksum
16:43:45 600fcd45ef09: Download complete
16:43:45 96fd3bffe145: Verifying Checksum
16:43:45 96fd3bffe145: Download complete
16:43:45 a63ae5575b2c: Verifying Checksum
16:43:45 a63ae5575b2c: Download complete
16:43:45 d4db05d8da44: Verifying Checksum
16:43:45 d4db05d8da44: Download complete
16:43:45 f786ef543455: Pull complete
16:43:45 99a6e3a25e55: Pull complete
16:43:45 d8955f045e63: Pull complete
16:43:45 aebc712555fa: Pull complete
16:43:45 7e2b2a5af8f6: Pull complete
16:43:45 8c0289ee076a: Verifying Checksum
16:43:45 8c0289ee076a: Download complete
16:43:45 a70d3b392329: Verifying Checksum
16:43:45 a70d3b392329: Download complete
16:43:45 a8c72204fafe: Verifying Checksum
16:43:45 a8c72204fafe: Download complete
16:43:45 32c245bc59ad: Verifying Checksum
16:43:45 32c245bc59ad: Download complete
16:43:45 b92f1223ddbe: Verifying Checksum
16:43:45 b92f1223ddbe: Download complete
16:43:45 5adec2a028a0: Pull complete
16:43:45 09b6f03ffac4: Pull complete
16:43:46 023c459e5fb9: Verifying Checksum
16:43:46 023c459e5fb9: Download complete
16:43:46 a5380d78cae5: Verifying Checksum
16:43:46 a5380d78cae5: Download complete
16:43:46 2d5f9db1ab90: Verifying Checksum
16:43:46 2d5f9db1ab90: Download complete
16:43:46 8d3da26c4806: Verifying Checksum
16:43:46 8d3da26c4806: Download complete
16:43:46 75e545f9c195: Verifying Checksum
16:43:46 75e545f9c195: Download complete
16:43:46 144c92b4a1c9: Verifying Checksum
16:43:46 144c92b4a1c9: Download complete
16:43:46 d3d33e35d2c1: Pull complete
16:43:46 3aea08d53925: Pull complete
16:43:46 dc3f0c679f0f: Pull complete
16:43:46 b9ec5f1fc89c: Verifying Checksum
16:43:46 b9ec5f1fc89c: Download complete
16:43:46 82df71b5fdc6: Verifying Checksum
16:43:46 82df71b5fdc6: Download complete
16:43:46 cc030f14d299: Verifying Checksum
16:43:46 cc030f14d299: Download complete
16:43:46 340677365c4d: Verifying Checksum
16:43:46 340677365c4d: Download complete
16:43:46 600fcd45ef09: Verifying Checksum
16:43:46 600fcd45ef09: Download complete
16:43:46 09b6f03ffac4: Pull complete
16:43:46 fa6410768d0a: Pull complete
16:43:46 a43231380401: Pull complete
16:43:46 4185195eaf8d: Verifying Checksum
16:43:46 4185195eaf8d: Download complete
16:43:46 8c0289ee076a: Verifying Checksum
16:43:46 8c0289ee076a: Download complete
16:43:46 d155d616b4bf: Pull complete
16:43:46 Digest: sha256:5a29a608c7546d109820c8c06879a3ab78626ba7c1dbf7e27fa2801a9e70785e
16:43:46 Status: Downloaded newer image for dockerbuildbot/docker-py:py2-d239e37c092375d83e3414bb572813f1b9250fe7
16:43:46 f2ecc74db11a: Verifying Checksum
16:43:46 96fd3bffe145: Verifying Checksum
16:43:46 96fd3bffe145: Download complete
16:43:46 a70d3b392329: Verifying Checksum
16:43:46 a70d3b392329: Download complete
16:43:47 dc3f0c679f0f: Pull complete
16:43:47 f2ecc74db11a: Verifying Checksum
16:43:47 f2ecc74db11a: Download complete
16:43:48 6c33745f49b4: Pull complete
16:43:48 ef072fc32a84: Pull complete
16:43:48 ============================= test session starts ==============================
16:43:48 platform linux -- Python 3.7.9, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 -- /usr/local/bin/python
16:43:48 cachedir: .pytest_cache
16:43:48 rootdir: /src, inifile: pytest.ini
16:43:48 plugins: timeout-1.3.3, cov-2.6.1
16:43:48 6c33745f49b4: Pull complete
16:43:48 fd4b47407fc3: Pull complete
16:43:48 collecting ... collected 0 items / 1 errors
16:43:49 c0afb8e68e0b: Pull complete
16:43:49 ef072fc32a84: Pull complete
16:43:49 
16:43:49 ==================================== ERRORS ====================================
16:43:49 ______________________________ ERROR collecting  _______________________________
16:43:49 /usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py:429: in _importconftest
16:43:49     return self._conftestpath2mod[conftestpath]
16:43:49 E   KeyError: local('/src/tests/integration/conftest.py')
16:43:49 
16:43:49 During handling of the above exception, another exception occurred:
16:43:49 /usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py:435: in _importconftest
16:43:49     mod = conftestpath.pyimport()
16:43:49 /usr/local/lib/python3.7/site-packages/py/_path/local.py:704: in pyimport
16:43:49     __import__(modname)
16:43:49 <frozen importlib._bootstrap>:983: in _find_and_load
16:43:49     ???
16:43:49 <frozen importlib._bootstrap>:967: in _find_and_load_unlocked
16:43:49     ???
16:43:49 <frozen importlib._bootstrap>:668: in _load_unlocked
16:43:49     ???
16:43:49 <frozen importlib._bootstrap>:638: in _load_backward_compatible
16:43:49     ???
16:43:49 /usr/local/lib/python3.7/site-packages/_pytest/assertion/rewrite.py:296: in load_module
16:43:49     six.exec_(co, mod.__dict__)
16:43:49 tests/integration/conftest.py:6: in <module>
16:43:49     import docker.errors
16:43:49 docker/__init__.py:2: in <module>
16:43:49     from .api import APIClient
16:43:49 docker/api/__init__.py:2: in <module>
16:43:49     from .client import APIClient
16:43:49 docker/api/client.py:10: in <module>
16:43:49     from .. import auth
16:43:49 docker/auth.py:9: in <module>
16:43:49     from .utils import config
16:43:49 docker/utils/__init__.py:3: in <module>
16:43:49     from .decorators import check_resource, minimum_version, update_headers
16:43:49 docker/utils/decorators.py:4: in <module>
16:43:49     from . import utils
16:43:49 docker/utils/utils.py:13: in <module>
16:43:49     from .. import tls
16:43:49 docker/tls.py:5: in <module>
16:43:49     from .transport import SSLHTTPAdapter
16:43:49 docker/transport/__init__.py:11: in <module>
16:43:49     from .sshconn import SSHHTTPAdapter
16:43:49 E     File "/src/docker/transport/sshconn.py", line 48
16:43:49 E       preexec_func = lambda: signal.signal(signal.SIGINT, signal.SIG_IGN))
16:43:49 E                                                                          ^
16:43:49 E   SyntaxError: invalid syntax
16:43:49 
16:43:49 During handling of the above exception, another exception occurred:
16:43:49 /usr/local/lib/python3.7/site-packages/py/_path/common.py:383: in visit
16:43:49     for x in Visitor(fil, rec, ignore, bf, sort).gen(self):
16:43:49 /usr/local/lib/python3.7/site-packages/py/_path/common.py:424: in gen
16:43:49     dirs = self.optsort([p for p in entries
16:43:49 /usr/local/lib/python3.7/site-packages/py/_path/common.py:425: in <listcomp>
16:43:49     if p.check(dir=1) and (rec is None or rec(p))])
16:43:49 /usr/local/lib/python3.7/site-packages/_pytest/main.py:651: in _recurse
16:43:49     ihook = self.gethookproxy(dirpath)
16:43:49 /usr/local/lib/python3.7/site-packages/_pytest/main.py:472: in gethookproxy
16:43:49     my_conftestmodules = pm._getconftestmodules(fspath)
16:43:49 /usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py:413: in _getconftestmodules
16:43:49     mod = self._importconftest(conftestpath.realpath())
16:43:49 /usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py:452: in _importconftest
16:43:49     raise ConftestImportFailure(conftestpath, sys.exc_info())
16:43:49 E   _pytest.config.ConftestImportFailure: (local('/src/tests/integration/conftest.py'), (<class 'SyntaxError'>, SyntaxError('invalid syntax', ('/src/docker/transport/sshconn.py', 48, 80, '            preexec_func = lambda: signal.signal(signal.SIGINT, signal.SIG_IGN))\n')), <traceback object at 0x7f40daa36410>))
16:43:49 
16:43:49 ----------- coverage: platform linux, python 3.7.9-final-0 -----------
16:43:49 Name                                  Stmts   Miss Branch BrPart  Cover
16:43:49 -----------------------------------------------------------------------
16:43:49 docker/__init__.py                        8      7      0      0    12%
16:43:49 docker/api/__init__.py                    1      0      0      0   100%
16:43:49 docker/api/build.py                     126    126     93      0     0%
16:43:49 docker/api/client.py                    263    255     98      0     2%
16:43:49 docker/api/config.py                     31     31      6      0     0%
16:43:49 docker/api/container.py                 266    266    104      0     0%
16:43:49 docker/api/daemon.py                     39     39     14      0     0%
16:43:49 docker/api/exec_api.py                   46     46     22      0     0%
16:43:49 docker/api/image.py                     157    157     58      0     0%
16:43:49 docker/api/network.py                    90     90     48      0     0%
16:43:49 docker/api/plugin.py                     90     90     14      0     0%
16:43:49 docker/api/secret.py                     36     36     10      0     0%
16:43:49 docker/api/service.py                   200    200    149      0     0%
16:43:49 docker/api/swarm.py                     106    106     38      0     0%
16:43:49 docker/api/volume.py                     38     38     14      0     0%
16:43:49 docker/auth.py                          198    191     74      0     3%
16:43:49 docker/client.py                         69     69      2      0     0%
16:43:49 docker/constants.py                      21      0      0      0   100%
16:43:49 docker/context/__init__.py                2      2      0      0     0%
16:43:49 docker/context/api.py                    78     78     38      0     0%
16:43:49 docker/context/config.py                 61     61     16      0     0%
16:43:49 docker/context/context.py               151    151     62      0     0%
16:43:49 docker/credentials/__init__.py            3      0      0      0   100%
16:43:49 docker/credentials/constants.py           4      0      0      0   100%
16:43:49 docker/credentials/errors.py             11      4      2      0    54%
16:43:49 docker/credentials/store.py              50     35     16      0    23%
16:43:49 docker/credentials/utils.py              23     18     12      0    14%
16:43:49 docker/errors.py                        110     60     20      0    38%
16:43:49 docker/models/__init__.py                 0      0      0      0   100%
16:43:49 docker/models/configs.py                 21     21      2      0     0%
16:43:49 docker/models/containers.py             183    183     70      0     0%
16:43:49 docker/models/images.py                 137    137     56      0     0%
16:43:49 docker/models/networks.py                37     37     12      0     0%
16:43:49 docker/models/nodes.py                   15     15      2      0     0%
16:43:49 docker/models/plugins.py                 49     49     10      0     0%
16:43:49 docker/models/resource.py                41     41      6      0     0%
16:43:49 docker/models/secrets.py                 21     21      2      0     0%
16:43:49 docker/models/services.py                87     87     36      0     0%
16:43:49 docker/models/swarm.py                   39     39      6      0     0%
16:43:49 docker/models/volumes.py                 23     23      4      0     0%
16:43:49 docker/tls.py                            37     33     14      0     8%
16:43:49 docker/transport/__init__.py             11      2      0      0    82%
16:43:49 docker/transport/basehttpadapter.py       6      3      2      0    38%
16:43:49 docker/transport/npipeconn.py            59     54     10      0     7%
16:43:49 docker/transport/npipesocket.py         137    132     22      0     3%
16:43:49 docker/transport/ssladapter.py           36     22     10      1    33%
16:43:49 docker/transport/unixconn.py             66     42     12      0    31%
16:43:49 docker/types/__init__.py                  6      6      0      0     0%
16:43:49 docker/types/base.py                      5      5      2      0     0%
16:43:49 docker/types/containers.py              420    420    326      0     0%
16:43:49 docker/types/daemon.py                   36     36     14      0     0%
16:43:49 docker/types/healthcheck.py              34     34      4      0     0%
16:43:49 docker/types/networks.py                 41     41     28      0     0%
16:43:49 docker/types/services.py                312    312    206      0     0%
16:43:49 docker/types/swarm.py                    51     51     40      0     0%
16:43:49 docker/utils/__init__.py                  3      1      0      0    67%
16:43:49 docker/utils/build.py                   155    130     76      0    11%
16:43:49 docker/utils/config.py                   36     36     10      0     0%
16:43:49 docker/utils/decorators.py               32     29     12      0     7%
16:43:49 docker/utils/fnmatch.py                  55     47     28      0    10%
16:43:49 docker/utils/json_stream.py              43     43     14      0     0%
16:43:49 docker/utils/ports.py                    50     50     32      0     0%
16:43:49 docker/utils/proxy.py                    32     32     12      0     0%
16:43:49 docker/utils/socket.py                   86     86     40      0     0%
16:43:49 docker/utils/utils.py                   285    274    177      0     2%
16:43:49 docker/version.py                         2      0      2      0   100%
16:43:49 -----------------------------------------------------------------------
16:43:49 TOTAL                                  4967   4730   2209      1     3%
16:43:49 
16:43:49 !!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!
16:43:49 =========================== 1 error in 1.01 seconds ============================
16:43:49 ============================= test session starts ==============================
16:43:49 platform linux2 -- Python 2.7.18, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 -- /usr/local/bin/python
16:43:49 cachedir: .pytest_cache
16:43:49 rootdir: /src, inifile: pytest.ini
16:43:49 plugins: timeout-1.3.3, cov-2.6.1
16:43:49 collecting ... collected 0 items / 1 errors
16:43:49 c0afb8e68e0b: Pull complete
[Pipeline] sh
16:43:50 
16:43:50 ==================================== ERRORS ====================================
16:43:50 ______________________________ ERROR collecting  _______________________________
16:43:50 /usr/local/lib/python2.7/site-packages/py/_path/common.py:383: in visit
16:43:50     for x in Visitor(fil, rec, ignore, bf, sort).gen(self):
16:43:50 /usr/local/lib/python2.7/site-packages/py/_path/common.py:425: in gen
16:43:50     if p.check(dir=1) and (rec is None or rec(p))])
16:43:50 /usr/local/lib/python2.7/site-packages/_pytest/main.py:651: in _recurse
16:43:50     ihook = self.gethookproxy(dirpath)
16:43:50 /usr/local/lib/python2.7/site-packages/_pytest/main.py:472: in gethookproxy
16:43:50     my_conftestmodules = pm._getconftestmodules(fspath)
16:43:50 /usr/local/lib/python2.7/site-packages/_pytest/config/__init__.py:413: in _getconftestmodules
16:43:50     mod = self._importconftest(conftestpath.realpath())
16:43:50 /usr/local/lib/python2.7/site-packages/_pytest/config/__init__.py:452: in _importconftest
16:43:50     raise ConftestImportFailure(conftestpath, sys.exc_info())
16:43:50 E   ConftestImportFailure: (local('/src/tests/integration/conftest.py'), (<type 'exceptions.SyntaxError'>, SyntaxError('invalid syntax', ('/src/docker/transport/sshconn.py', 48, 80, '            preexec_func = lambda: signal.signal(signal.SIGINT, signal.SIG_IGN))\n')), <traceback object at 0x7fe24913e960>))
16:43:50 =============================== warnings summary ===============================
16:43:50 /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12
16:43:50   /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
16:43:50     from cryptography import x509
16:43:50 
16:43:50 -- Docs: https://docs.pytest.org/en/latest/warnings.html
16:43:50 
16:43:50 ---------- coverage: platform linux2, python 2.7.18-final-0 ----------
16:43:50 Name                                  Stmts   Miss Branch BrPart  Cover
16:43:50 -----------------------------------------------------------------------
16:43:50 docker/__init__.py                        8      7      0      0    13%
16:43:50 docker/api/__init__.py                    1      0      0      0   100%
16:43:50 docker/api/build.py                     126    126     92      0     0%
16:43:50 docker/api/client.py                    263    255     96      0     2%
16:43:50 docker/api/config.py                     31     31      6      0     0%
16:43:50 docker/api/container.py                 266    266    102      0     0%
16:43:50 docker/api/daemon.py                     39     39     14      0     0%
16:43:50 docker/api/exec_api.py                   46     46     22      0     0%
16:43:50 docker/api/image.py                     157    157     56      0     0%
16:43:50 docker/api/network.py                    90     90     48      0     0%
16:43:50 docker/api/plugin.py                     90     90     12      0     0%
16:43:50 docker/api/secret.py                     36     36     10      0     0%
16:43:50 docker/api/service.py                   200    200    149      0     0%
16:43:50 docker/api/swarm.py                     106    106     38      0     0%
16:43:50 docker/api/volume.py                     38     38     14      0     0%
16:43:50 docker/auth.py                          198    191     74      0     3%
16:43:50 docker/client.py                         69     69      2      0     0%
16:43:50 docker/constants.py                      21      0      0      0   100%
16:43:50 docker/context/__init__.py                2      2      0      0     0%
16:43:50 docker/context/api.py                    78     78     38      0     0%
16:43:50 docker/context/config.py                 61     61     16      0     0%
16:43:50 docker/context/context.py               151    151     62      0     0%
16:43:50 docker/credentials/__init__.py            3      0      0      0   100%
16:43:50 docker/credentials/constants.py           4      0      0      0   100%
16:43:50 docker/credentials/errors.py             11      4      2      0    54%
16:43:50 docker/credentials/store.py              50     35     16      0    23%
16:43:50 docker/credentials/utils.py              23     18     12      0    14%
16:43:50 docker/errors.py                        110     60     18      0    39%
16:43:50 docker/models/__init__.py                 0      0      0      0   100%
16:43:50 docker/models/configs.py                 21     21      0      0     0%
16:43:50 docker/models/containers.py             183    183     60      0     0%
16:43:50 docker/models/images.py                 137    137     50      0     0%
16:43:50 docker/models/networks.py                37     37      8      0     0%
16:43:50 docker/models/nodes.py                   15     15      0      0     0%
16:43:50 docker/models/plugins.py                 49     49      8      0     0%
16:43:50 docker/models/resource.py                41     41      6      0     0%
16:43:50 docker/models/secrets.py                 21     21      0      0     0%
16:43:50 docker/models/services.py                87     87     34      0     0%
16:43:50 docker/models/swarm.py                   39     39      6      0     0%
16:43:50 docker/models/volumes.py                 23     23      2      0     0%
16:43:50 docker/tls.py                            37     33     14      0     8%
16:43:50 docker/transport/__init__.py             11      2      0      0    82%
16:43:50 docker/transport/basehttpadapter.py       6      3      2      0    38%
16:43:50 docker/transport/npipeconn.py            59     54     10      0     7%
16:43:50 docker/transport/npipesocket.py         137    132     22      0     3%
16:43:50 docker/transport/ssladapter.py           36     20     10      1    37%
16:43:50 docker/transport/unixconn.py             66     42     12      0    31%
16:43:50 docker/types/__init__.py                  6      6      0      0     0%
16:43:50 docker/types/base.py                      5      5      2      0     0%
16:43:50 docker/types/containers.py              420    420    324      0     0%
16:43:50 docker/types/daemon.py                   36     36     14      0     0%
16:43:50 docker/types/healthcheck.py              34     34      4      0     0%
16:43:50 docker/types/networks.py                 41     41     28      0     0%
16:43:50 docker/types/services.py                312    312    206      0     0%
16:43:50 docker/types/swarm.py                    51     51     40      0     0%
16:43:50 docker/utils/__init__.py                  3      1      0      0    67%
16:43:50 docker/utils/build.py                   155    130     74      0    11%
16:43:50 docker/utils/config.py                   36     36     10      0     0%
16:43:50 docker/utils/decorators.py               32     29     12      0     7%
16:43:50 docker/utils/fnmatch.py                  55     47     28      0    10%
16:43:50 docker/utils/json_stream.py              43     43     14      0     0%
16:43:50 docker/utils/ports.py                    50     50     28      0     0%
16:43:50 docker/utils/proxy.py                    32     32     12      0     0%
16:43:50 docker/utils/socket.py                   86     86     40      0     0%
16:43:50 docker/utils/utils.py                   285    274    164      0     2%
16:43:50 docker/version.py                         2      0      0      0   100%
16:43:50 -----------------------------------------------------------------------
16:43:50 TOTAL                                  4967   4728   2143      1     3%
16:43:50 
16:43:50 !!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!
16:43:50 ===================== 1 warnings, 1 error in 0.81 seconds ======================
16:43:50 + docker stop dpy-dind-7-0-py3.7-19.03.12
[Pipeline] sh
16:43:50 + docker stop dpy-dind-7-0-py2.7-19.03.13
16:43:51 fd4b47407fc3: Pull complete
16:43:51 dpy-dind-7-0-py3.7-19.03.12
16:43:51 + docker network rm dpy-testnet-7-0-py3.7-19.03.12
16:43:51 dpy-testnet-7-0-py3.7-19.03.12
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.12
16:43:52 dpy-dind-7-0-py2.7-19.03.13
16:43:52 + docker network rm dpy-testnet-7-0-py2.7-19.03.13
16:43:52 dpy-testnet-7-0-py2.7-19.03.13
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_19.03.13
16:43:53 d599c07d28e6: Pull complete
16:43:55 d599c07d28e6: Pull complete
16:43:55 b32f6bf7d96d: Pull complete
16:43:55 6f4489a7e4cf: Pull complete
16:43:55 af4b99ad9ef0: Pull complete
16:43:56 39db0bc48c26: Pull complete
16:43:56 acb4a89489fc: Pull complete
16:43:56 12e27f7d148a: Pull complete
16:43:57 2361334c0709: Pull complete
16:43:57 be4247ede441: Pull complete
16:43:57 39e5a31e3f05: Pull complete
16:43:57 705ee13dd4d2: Pull complete
16:43:57 273529368214: Pull complete
16:43:57 87cc38f393d6: Pull complete
16:43:57 f786ef543455: Pull complete
16:43:57 99a6e3a25e55: Pull complete
16:43:57 d8955f045e63: Pull complete
16:43:57 aebc712555fa: Pull complete
16:43:57 5adec2a028a0: Pull complete
16:43:58 d3d33e35d2c1: Pull complete
16:43:58 3aea08d53925: Pull complete
16:43:59 fa6410768d0a: Pull complete
16:43:59 a43231380401: Pull complete
16:43:59 d155d616b4bf: Pull complete
16:43:59 Digest: sha256:5a29a608c7546d109820c8c06879a3ab78626ba7c1dbf7e27fa2801a9e70785e
16:43:59 Status: Downloaded newer image for dockerbuildbot/docker-py:py2-d239e37c092375d83e3414bb572813f1b9250fe7
16:44:01 b32f6bf7d96d: Pull complete
16:44:01 ============================= test session starts ==============================
16:44:01 platform linux2 -- Python 2.7.18, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 -- /usr/local/bin/python
16:44:01 cachedir: .pytest_cache
16:44:01 rootdir: /src, inifile: pytest.ini
16:44:01 plugins: timeout-1.3.3, cov-2.6.1
16:44:01 6f4489a7e4cf: Pull complete
16:44:01 collecting ... collected 0 items / 1 errors
16:44:02 
16:44:02 ==================================== ERRORS ====================================
16:44:02 ______________________________ ERROR collecting  _______________________________
16:44:02 /usr/local/lib/python2.7/site-packages/py/_path/common.py:383: in visit
16:44:02     for x in Visitor(fil, rec, ignore, bf, sort).gen(self):
16:44:02 /usr/local/lib/python2.7/site-packages/py/_path/common.py:425: in gen
16:44:02     if p.check(dir=1) and (rec is None or rec(p))])
16:44:02 /usr/local/lib/python2.7/site-packages/_pytest/main.py:651: in _recurse
16:44:02     ihook = self.gethookproxy(dirpath)
16:44:02 /usr/local/lib/python2.7/site-packages/_pytest/main.py:472: in gethookproxy
16:44:02     my_conftestmodules = pm._getconftestmodules(fspath)
16:44:02 /usr/local/lib/python2.7/site-packages/_pytest/config/__init__.py:413: in _getconftestmodules
16:44:02     mod = self._importconftest(conftestpath.realpath())
16:44:02 /usr/local/lib/python2.7/site-packages/_pytest/config/__init__.py:452: in _importconftest
16:44:02     raise ConftestImportFailure(conftestpath, sys.exc_info())
16:44:02 E   ConftestImportFailure: (local('/src/tests/integration/conftest.py'), (<type 'exceptions.SyntaxError'>, SyntaxError('invalid syntax', ('/src/docker/transport/sshconn.py', 48, 80, '            preexec_func = lambda: signal.signal(signal.SIGINT, signal.SIG_IGN))\n')), <traceback object at 0x7f7607dfc960>))
16:44:02 =============================== warnings summary ===============================
16:44:02 /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12
16:44:02   /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
16:44:02     from cryptography import x509
16:44:02 
16:44:02 -- Docs: https://docs.pytest.org/en/latest/warnings.html
16:44:02 
16:44:02 ---------- coverage: platform linux2, python 2.7.18-final-0 ----------
16:44:02 Name                                  Stmts   Miss Branch BrPart  Cover
16:44:02 -----------------------------------------------------------------------
16:44:02 docker/__init__.py                        8      7      0      0    13%
16:44:02 docker/api/__init__.py                    1      0      0      0   100%
16:44:02 docker/api/build.py                     126    126     92      0     0%
16:44:02 docker/api/client.py                    263    255     96      0     2%
16:44:02 docker/api/config.py                     31     31      6      0     0%
16:44:02 docker/api/container.py                 266    266    102      0     0%
16:44:02 docker/api/daemon.py                     39     39     14      0     0%
16:44:02 docker/api/exec_api.py                   46     46     22      0     0%
16:44:02 docker/api/image.py                     157    157     56      0     0%
16:44:02 docker/api/network.py                    90     90     48      0     0%
16:44:02 docker/api/plugin.py                     90     90     12      0     0%
16:44:02 docker/api/secret.py                     36     36     10      0     0%
16:44:02 docker/api/service.py                   200    200    149      0     0%
16:44:02 docker/api/swarm.py                     106    106     38      0     0%
16:44:02 docker/api/volume.py                     38     38     14      0     0%
16:44:02 docker/auth.py                          198    191     74      0     3%
16:44:02 docker/client.py                         69     69      2      0     0%
16:44:02 docker/constants.py                      21      0      0      0   100%
16:44:02 docker/context/__init__.py                2      2      0      0     0%
16:44:02 docker/context/api.py                    78     78     38      0     0%
16:44:02 docker/context/config.py                 61     61     16      0     0%
16:44:02 docker/context/context.py               151    151     62      0     0%
16:44:02 docker/credentials/__init__.py            3      0      0      0   100%
16:44:02 docker/credentials/constants.py           4      0      0      0   100%
16:44:02 docker/credentials/errors.py             11      4      2      0    54%
16:44:02 docker/credentials/store.py              50     35     16      0    23%
16:44:02 docker/credentials/utils.py              23     18     12      0    14%
16:44:02 docker/errors.py                        110     60     18      0    39%
16:44:02 docker/models/__init__.py                 0      0      0      0   100%
16:44:02 docker/models/configs.py                 21     21      0      0     0%
16:44:02 docker/models/containers.py             183    183     60      0     0%
16:44:02 docker/models/images.py                 137    137     50      0     0%
16:44:02 docker/models/networks.py                37     37      8      0     0%
16:44:02 docker/models/nodes.py                   15     15      0      0     0%
16:44:02 docker/models/plugins.py                 49     49      8      0     0%
16:44:02 docker/models/resource.py                41     41      6      0     0%
16:44:02 docker/models/secrets.py                 21     21      0      0     0%
16:44:02 docker/models/services.py                87     87     34      0     0%
16:44:02 docker/models/swarm.py                   39     39      6      0     0%
16:44:02 docker/models/volumes.py                 23     23      2      0     0%
16:44:02 docker/tls.py                            37     33     14      0     8%
16:44:02 docker/transport/__init__.py             11      2      0      0    82%
16:44:02 docker/transport/basehttpadapter.py       6      3      2      0    38%
16:44:02 docker/transport/npipeconn.py            59     54     10      0     7%
16:44:02 docker/transport/npipesocket.py         137    132     22      0     3%
16:44:02 docker/transport/ssladapter.py           36     20     10      1    37%
16:44:02 docker/transport/unixconn.py             66     42     12      0    31%
16:44:02 docker/types/__init__.py                  6      6      0      0     0%
16:44:02 docker/types/base.py                      5      5      2      0     0%
16:44:02 docker/types/containers.py              420    420    324      0     0%
16:44:02 docker/types/daemon.py                   36     36     14      0     0%
16:44:02 docker/types/healthcheck.py              34     34      4      0     0%
16:44:02 docker/types/networks.py                 41     41     28      0     0%
16:44:02 docker/types/services.py                312    312    206      0     0%
16:44:02 docker/types/swarm.py                    51     51     40      0     0%
16:44:02 docker/utils/__init__.py                  3      1      0      0    67%
16:44:02 docker/utils/build.py                   155    130     74      0    11%
16:44:02 docker/utils/config.py                   36     36     10      0     0%
16:44:02 docker/utils/decorators.py               32     29     12      0     7%
16:44:02 docker/utils/fnmatch.py                  55     47     28      0    10%
16:44:02 docker/utils/json_stream.py              43     43     14      0     0%
16:44:02 docker/utils/ports.py                    50     50     28      0     0%
16:44:02 docker/utils/proxy.py                    32     32     12      0     0%
16:44:02 docker/utils/socket.py                   86     86     40      0     0%
16:44:02 docker/utils/utils.py                   285    274    164      0     2%
16:44:02 docker/version.py                         2      0      0      0   100%
16:44:02 -----------------------------------------------------------------------
16:44:02 TOTAL                                  4967   4728   2143      1     3%
16:44:02 
16:44:02 !!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!
16:44:02 ===================== 1 warnings, 1 error in 0.84 seconds ======================
[Pipeline] sh
16:44:02 + docker stop dpy-dind-7-0-py2.7-20.10.1
16:44:03 af4b99ad9ef0: Pull complete
16:44:03 39db0bc48c26: Pull complete
16:44:03 f2ecc74db11a: Pull complete
16:44:03 26856d31ce86: Pull complete
16:44:03 acb4a89489fc: Pull complete
16:44:03 12e27f7d148a: Pull complete
16:44:04 dpy-dind-7-0-py2.7-20.10.1
16:44:04 + docker network rm dpy-testnet-7-0-py2.7-20.10.1
16:44:04 dpy-testnet-7-0-py2.7-20.10.1
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_20.10.1
16:44:04 2361334c0709: Pull complete
16:44:04 be4247ede441: Pull complete
16:44:04 39e5a31e3f05: Pull complete
16:44:05 705ee13dd4d2: Pull complete
16:44:05 273529368214: Pull complete
16:44:05 87cc38f393d6: Pull complete
16:44:05 d4db05d8da44: Pull complete
16:44:05 a63ae5575b2c: Pull complete
16:44:05 f786ef543455: Pull complete
16:44:05 99a6e3a25e55: Pull complete
16:44:05 a8c72204fafe: Pull complete
16:44:05 32c245bc59ad: Pull complete
16:44:05 d8955f045e63: Pull complete
16:44:05 aebc712555fa: Pull complete
16:44:05 5adec2a028a0: Pull complete
16:44:05 a5380d78cae5: Pull complete
16:44:05 b92f1223ddbe: Pull complete
16:44:05 023c459e5fb9: Pull complete
16:44:05 2d5f9db1ab90: Pull complete
16:44:05 8d3da26c4806: Pull complete
16:44:06 d3d33e35d2c1: Pull complete
16:44:06 3aea08d53925: Pull complete
16:44:06 144c92b4a1c9: Pull complete
16:44:06 75e545f9c195: Pull complete
16:44:06 b9ec5f1fc89c: Pull complete
16:44:06 fa6410768d0a: Pull complete
16:44:06 82df71b5fdc6: Pull complete
16:44:06 cc030f14d299: Pull complete
16:44:06 340677365c4d: Pull complete
16:44:06 a43231380401: Pull complete
16:44:06 d155d616b4bf: Pull complete
16:44:06 Digest: sha256:5a29a608c7546d109820c8c06879a3ab78626ba7c1dbf7e27fa2801a9e70785e
16:44:06 Status: Downloaded newer image for dockerbuildbot/docker-py:py2-d239e37c092375d83e3414bb572813f1b9250fe7
16:44:07 4185195eaf8d: Pull complete
16:44:07 600fcd45ef09: Pull complete
16:44:07 f2ecc74db11a: Pull complete
16:44:07 26856d31ce86: Pull complete
16:44:07 d4db05d8da44: Pull complete
16:44:07 a63ae5575b2c: Pull complete
16:44:07 8c0289ee076a: Pull complete
16:44:07 96fd3bffe145: Pull complete
16:44:07 a70d3b392329: Pull complete
16:44:07 Digest: sha256:17d8fc174722b2c6f666336074147f3389252b4c49031baf10a9a7c877ace146
16:44:07 Status: Downloaded newer image for dockerbuildbot/docker-py:py3-d239e37c092375d83e3414bb572813f1b9250fe7
16:44:07 a8c72204fafe: Pull complete
16:44:07 32c245bc59ad: Pull complete
16:44:08 ============================= test session starts ==============================
16:44:08 platform linux2 -- Python 2.7.18, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 -- /usr/local/bin/python
16:44:08 cachedir: .pytest_cache
16:44:08 rootdir: /src, inifile: pytest.ini
16:44:08 plugins: timeout-1.3.3, cov-2.6.1
16:44:08 a5380d78cae5: Pull complete
16:44:08 collecting ... collected 0 items / 1 errors
16:44:08 b92f1223ddbe: Pull complete
16:44:08 023c459e5fb9: Pull complete
16:44:08 2d5f9db1ab90: Pull complete
16:44:08 8d3da26c4806: Pull complete
16:44:08 144c92b4a1c9: Pull complete
16:44:08 75e545f9c195: Pull complete
16:44:08 
16:44:08 ==================================== ERRORS ====================================
16:44:08 ______________________________ ERROR collecting  _______________________________
16:44:08 /usr/local/lib/python2.7/site-packages/py/_path/common.py:383: in visit
16:44:08     for x in Visitor(fil, rec, ignore, bf, sort).gen(self):
16:44:08 /usr/local/lib/python2.7/site-packages/py/_path/common.py:425: in gen
16:44:08     if p.check(dir=1) and (rec is None or rec(p))])
16:44:08 /usr/local/lib/python2.7/site-packages/_pytest/main.py:651: in _recurse
16:44:08     ihook = self.gethookproxy(dirpath)
16:44:08 /usr/local/lib/python2.7/site-packages/_pytest/main.py:472: in gethookproxy
16:44:08     my_conftestmodules = pm._getconftestmodules(fspath)
16:44:08 /usr/local/lib/python2.7/site-packages/_pytest/config/__init__.py:413: in _getconftestmodules
16:44:08     mod = self._importconftest(conftestpath.realpath())
16:44:08 /usr/local/lib/python2.7/site-packages/_pytest/config/__init__.py:452: in _importconftest
16:44:08     raise ConftestImportFailure(conftestpath, sys.exc_info())
16:44:08 E   ConftestImportFailure: (local('/src/tests/integration/conftest.py'), (<type 'exceptions.SyntaxError'>, SyntaxError('invalid syntax', ('/src/docker/transport/sshconn.py', 48, 80, '            preexec_func = lambda: signal.signal(signal.SIGINT, signal.SIG_IGN))\n')), <traceback object at 0x7f88794b1960>))
16:44:08 =============================== warnings summary ===============================
16:44:08 /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12
16:44:08   /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
16:44:08     from cryptography import x509
16:44:08 
16:44:08 -- Docs: https://docs.pytest.org/en/latest/warnings.html
16:44:08 
16:44:08 ---------- coverage: platform linux2, python 2.7.18-final-0 ----------
16:44:08 Name                                  Stmts   Miss Branch BrPart  Cover
16:44:08 -----------------------------------------------------------------------
16:44:08 docker/__init__.py                        8      7      0      0    13%
16:44:08 docker/api/__init__.py                    1      0      0      0   100%
16:44:08 docker/api/build.py                     126    126     92      0     0%
16:44:08 docker/api/client.py                    263    255     96      0     2%
16:44:08 docker/api/config.py                     31     31      6      0     0%
16:44:08 docker/api/container.py                 266    266    102      0     0%
16:44:08 docker/api/daemon.py                     39     39     14      0     0%
16:44:08 docker/api/exec_api.py                   46     46     22      0     0%
16:44:08 docker/api/image.py                     157    157     56      0     0%
16:44:08 docker/api/network.py                    90     90     48      0     0%
16:44:08 docker/api/plugin.py                     90     90     12      0     0%
16:44:08 docker/api/secret.py                     36     36     10      0     0%
16:44:08 docker/api/service.py                   200    200    149      0     0%
16:44:08 docker/api/swarm.py                     106    106     38      0     0%
16:44:08 docker/api/volume.py                     38     38     14      0     0%
16:44:08 docker/auth.py                          198    191     74      0     3%
16:44:08 docker/client.py                         69     69      2      0     0%
16:44:08 docker/constants.py                      21      0      0      0   100%
16:44:08 docker/context/__init__.py                2      2      0      0     0%
16:44:08 docker/context/api.py                    78     78     38      0     0%
16:44:08 docker/context/config.py                 61     61     16      0     0%
16:44:08 docker/context/context.py               151    151     62      0     0%
16:44:08 docker/credentials/__init__.py            3      0      0      0   100%
16:44:08 docker/credentials/constants.py           4      0      0      0   100%
16:44:08 docker/credentials/errors.py             11      4      2      0    54%
16:44:08 docker/credentials/store.py              50     35     16      0    23%
16:44:08 docker/credentials/utils.py              23     18     12      0    14%
16:44:08 docker/errors.py                        110     60     18      0    39%
16:44:08 docker/models/__init__.py                 0      0      0      0   100%
16:44:08 docker/models/configs.py                 21     21      0      0     0%
16:44:08 docker/models/containers.py             183    183     60      0     0%
16:44:08 docker/models/images.py                 137    137     50      0     0%
16:44:08 docker/models/networks.py                37     37      8      0     0%
16:44:08 docker/models/nodes.py                   15     15      0      0     0%
16:44:08 docker/models/plugins.py                 49     49      8      0     0%
16:44:08 docker/models/resource.py                41     41      6      0     0%
16:44:08 docker/models/secrets.py                 21     21      0      0     0%
16:44:08 docker/models/services.py                87     87     34      0     0%
16:44:08 docker/models/swarm.py                   39     39      6      0     0%
16:44:08 docker/models/volumes.py                 23     23      2      0     0%
16:44:08 docker/tls.py                            37     33     14      0     8%
16:44:08 docker/transport/__init__.py             11      2      0      0    82%
16:44:08 docker/transport/basehttpadapter.py       6      3      2      0    38%
16:44:08 docker/transport/npipeconn.py            59     54     10      0     7%
16:44:08 docker/transport/npipesocket.py         137    132     22      0     3%
16:44:08 docker/transport/ssladapter.py           36     20     10      1    37%
16:44:08 docker/transport/unixconn.py             66     42     12      0    31%
16:44:08 docker/types/__init__.py                  6      6      0      0     0%
16:44:08 docker/types/base.py                      5      5      2      0     0%
16:44:08 docker/types/containers.py              420    420    324      0     0%
16:44:08 docker/types/daemon.py                   36     36     14      0     0%
16:44:08 docker/types/healthcheck.py              34     34      4      0     0%
16:44:08 docker/types/networks.py                 41     41     28      0     0%
16:44:08 docker/types/services.py                312    312    206      0     0%
16:44:08 docker/types/swarm.py                    51     51     40      0     0%
16:44:08 docker/utils/__init__.py                  3      1      0      0    67%
16:44:08 docker/utils/build.py                   155    130     74      0    11%
16:44:08 docker/utils/config.py                   36     36     10      0     0%
16:44:08 docker/utils/decorators.py               32     29     12      0     7%
16:44:08 docker/utils/fnmatch.py                  55     47     28      0    10%
16:44:08 docker/utils/json_stream.py              43     43     14      0     0%
16:44:08 docker/utils/ports.py                    50     50     28      0     0%
16:44:08 docker/utils/proxy.py                    32     32     12      0     0%
16:44:08 docker/utils/socket.py                   86     86     40      0     0%
16:44:08 docker/utils/utils.py                   285    274    164      0     2%
16:44:08 docker/version.py                         2      0      0      0   100%
16:44:08 -----------------------------------------------------------------------
16:44:08 TOTAL                                  4967   4728   2143      1     3%
16:44:08 
16:44:08 !!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!
16:44:08 ===================== 1 warnings, 1 error in 0.86 seconds ======================
16:44:09 b9ec5f1fc89c: Pull complete
16:44:09 82df71b5fdc6: Pull complete
[Pipeline] sh
16:44:09 cc030f14d299: Pull complete
16:44:09 340677365c4d: Pull complete
16:44:09 + docker stop dpy-dind-7-0-py2.7-19.03.12
16:44:09 ============================= test session starts ==============================
16:44:09 platform linux -- Python 3.7.9, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 -- /usr/local/bin/python
16:44:09 cachedir: .pytest_cache
16:44:09 rootdir: /src, inifile: pytest.ini
16:44:09 plugins: timeout-1.3.3, cov-2.6.1
16:44:09 collecting ... collected 0 items / 1 errors
16:44:10 
16:44:10 ==================================== ERRORS ====================================
16:44:10 ______________________________ ERROR collecting  _______________________________
16:44:10 /usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py:429: in _importconftest
16:44:10     return self._conftestpath2mod[conftestpath]
16:44:10 E   KeyError: local('/src/tests/integration/conftest.py')
16:44:10 
16:44:10 During handling of the above exception, another exception occurred:
16:44:10 /usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py:435: in _importconftest
16:44:10     mod = conftestpath.pyimport()
16:44:10 /usr/local/lib/python3.7/site-packages/py/_path/local.py:704: in pyimport
16:44:10     __import__(modname)
16:44:10 <frozen importlib._bootstrap>:983: in _find_and_load
16:44:10     ???
16:44:10 <frozen importlib._bootstrap>:967: in _find_and_load_unlocked
16:44:10     ???
16:44:10 <frozen importlib._bootstrap>:668: in _load_unlocked
16:44:10     ???
16:44:10 <frozen importlib._bootstrap>:638: in _load_backward_compatible
16:44:10     ???
16:44:10 /usr/local/lib/python3.7/site-packages/_pytest/assertion/rewrite.py:296: in load_module
16:44:10     six.exec_(co, mod.__dict__)
16:44:10 tests/integration/conftest.py:6: in <module>
16:44:10     import docker.errors
16:44:10 docker/__init__.py:2: in <module>
16:44:10     from .api import APIClient
16:44:10 docker/api/__init__.py:2: in <module>
16:44:10     from .client import APIClient
16:44:10 docker/api/client.py:10: in <module>
16:44:10     from .. import auth
16:44:10 docker/auth.py:9: in <module>
16:44:10     from .utils import config
16:44:10 docker/utils/__init__.py:3: in <module>
16:44:10     from .decorators import check_resource, minimum_version, update_headers
16:44:10 docker/utils/decorators.py:4: in <module>
16:44:10     from . import utils
16:44:10 docker/utils/utils.py:13: in <module>
16:44:10     from .. import tls
16:44:10 docker/tls.py:5: in <module>
16:44:10     from .transport import SSLHTTPAdapter
16:44:10 docker/transport/__init__.py:11: in <module>
16:44:10     from .sshconn import SSHHTTPAdapter
16:44:10 E     File "/src/docker/transport/sshconn.py", line 48
16:44:10 E       preexec_func = lambda: signal.signal(signal.SIGINT, signal.SIG_IGN))
16:44:10 E                                                                          ^
16:44:10 E   SyntaxError: invalid syntax
16:44:10 
16:44:10 During handling of the above exception, another exception occurred:
16:44:10 /usr/local/lib/python3.7/site-packages/py/_path/common.py:383: in visit
16:44:10     for x in Visitor(fil, rec, ignore, bf, sort).gen(self):
16:44:10 /usr/local/lib/python3.7/site-packages/py/_path/common.py:424: in gen
16:44:10     dirs = self.optsort([p for p in entries
16:44:10 /usr/local/lib/python3.7/site-packages/py/_path/common.py:425: in <listcomp>
16:44:10     if p.check(dir=1) and (rec is None or rec(p))])
16:44:10 /usr/local/lib/python3.7/site-packages/_pytest/main.py:651: in _recurse
16:44:10     ihook = self.gethookproxy(dirpath)
16:44:10 /usr/local/lib/python3.7/site-packages/_pytest/main.py:472: in gethookproxy
16:44:10     my_conftestmodules = pm._getconftestmodules(fspath)
16:44:10 /usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py:413: in _getconftestmodules
16:44:10     mod = self._importconftest(conftestpath.realpath())
16:44:10 /usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py:452: in _importconftest
16:44:10     raise ConftestImportFailure(conftestpath, sys.exc_info())
16:44:10 E   _pytest.config.ConftestImportFailure: (local('/src/tests/integration/conftest.py'), (<class 'SyntaxError'>, SyntaxError('invalid syntax', ('/src/docker/transport/sshconn.py', 48, 80, '            preexec_func = lambda: signal.signal(signal.SIGINT, signal.SIG_IGN))\n')), <traceback object at 0x7f0dd7268370>))
16:44:10 
16:44:10 ----------- coverage: platform linux, python 3.7.9-final-0 -----------
16:44:10 Name                                  Stmts   Miss Branch BrPart  Cover
16:44:10 -----------------------------------------------------------------------
16:44:10 docker/__init__.py                        8      7      0      0    12%
16:44:10 docker/api/__init__.py                    1      0      0      0   100%
16:44:10 docker/api/build.py                     126    126     93      0     0%
16:44:10 docker/api/client.py                    263    255     98      0     2%
16:44:10 docker/api/config.py                     31     31      6      0     0%
16:44:10 docker/api/container.py                 266    266    104      0     0%
16:44:10 docker/api/daemon.py                     39     39     14      0     0%
16:44:10 docker/api/exec_api.py                   46     46     22      0     0%
16:44:10 docker/api/image.py                     157    157     58      0     0%
16:44:10 docker/api/network.py                    90     90     48      0     0%
16:44:10 docker/api/plugin.py                     90     90     14      0     0%
16:44:10 docker/api/secret.py                     36     36     10      0     0%
16:44:10 docker/api/service.py                   200    200    149      0     0%
16:44:10 docker/api/swarm.py                     106    106     38      0     0%
16:44:10 docker/api/volume.py                     38     38     14      0     0%
16:44:10 docker/auth.py                          198    191     74      0     3%
16:44:10 docker/client.py                         69     69      2      0     0%
16:44:10 docker/constants.py                      21      0      0      0   100%
16:44:10 docker/context/__init__.py                2      2      0      0     0%
16:44:10 docker/context/api.py                    78     78     38      0     0%
16:44:10 docker/context/config.py                 61     61     16      0     0%
16:44:10 docker/context/context.py               151    151     62      0     0%
16:44:10 docker/credentials/__init__.py            3      0      0      0   100%
16:44:10 docker/credentials/constants.py           4      0      0      0   100%
16:44:10 docker/credentials/errors.py             11      4      2      0    54%
16:44:10 docker/credentials/store.py              50     35     16      0    23%
16:44:10 docker/credentials/utils.py              23     18     12      0    14%
16:44:10 docker/errors.py                        110     60     20      0    38%
16:44:10 docker/models/__init__.py                 0      0      0      0   100%
16:44:10 docker/models/configs.py                 21     21      2      0     0%
16:44:10 docker/models/containers.py             183    183     70      0     0%
16:44:10 docker/models/images.py                 137    137     56      0     0%
16:44:10 docker/models/networks.py                37     37     12      0     0%
16:44:10 docker/models/nodes.py                   15     15      2      0     0%
16:44:10 docker/models/plugins.py                 49     49     10      0     0%
16:44:10 docker/models/resource.py                41     41      6      0     0%
16:44:10 docker/models/secrets.py                 21     21      2      0     0%
16:44:10 docker/models/services.py                87     87     36      0     0%
16:44:10 docker/models/swarm.py                   39     39      6      0     0%
16:44:10 docker/models/volumes.py                 23     23      4      0     0%
16:44:10 docker/tls.py                            37     33     14      0     8%
16:44:10 docker/transport/__init__.py             11      2      0      0    82%
16:44:10 docker/transport/basehttpadapter.py       6      3      2      0    38%
16:44:10 docker/transport/npipeconn.py            59     54     10      0     7%
16:44:10 docker/transport/npipesocket.py         137    132     22      0     3%
16:44:10 docker/transport/ssladapter.py           36     22     10      1    33%
16:44:10 docker/transport/unixconn.py             66     42     12      0    31%
16:44:10 docker/types/__init__.py                  6      6      0      0     0%
16:44:10 docker/types/base.py                      5      5      2      0     0%
16:44:10 docker/types/containers.py              420    420    326      0     0%
16:44:10 docker/types/daemon.py                   36     36     14      0     0%
16:44:10 docker/types/healthcheck.py              34     34      4      0     0%
16:44:10 docker/types/networks.py                 41     41     28      0     0%
16:44:10 docker/types/services.py                312    312    206      0     0%
16:44:10 docker/types/swarm.py                    51     51     40      0     0%
16:44:10 docker/utils/__init__.py                  3      1      0      0    67%
16:44:10 docker/utils/build.py                   155    130     76      0    11%
16:44:10 docker/utils/config.py                   36     36     10      0     0%
16:44:10 docker/utils/decorators.py               32     29     12      0     7%
16:44:10 docker/utils/fnmatch.py                  55     47     28      0    10%
16:44:10 docker/utils/json_stream.py              43     43     14      0     0%
16:44:10 docker/utils/ports.py                    50     50     32      0     0%
16:44:10 docker/utils/proxy.py                    32     32     12      0     0%
16:44:10 docker/utils/socket.py                   86     86     40      0     0%
16:44:10 docker/utils/utils.py                   285    274    177      0     2%
16:44:10 docker/version.py                         2      0      2      0   100%
16:44:10 -----------------------------------------------------------------------
16:44:10 TOTAL                                  4967   4730   2209      1     3%
16:44:10 
16:44:10 !!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!
16:44:10 =========================== 1 error in 1.06 seconds ============================
16:44:10 4185195eaf8d: Pull complete
16:44:10 600fcd45ef09: Pull complete
[Pipeline] sh
16:44:10 dpy-dind-7-0-py2.7-19.03.12
16:44:10 + docker network rm dpy-testnet-7-0-py2.7-19.03.12
16:44:10 dpy-testnet-7-0-py2.7-19.03.12
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_19.03.12
16:44:11 + docker stop dpy-dind-7-0-py3.7-19.03.13
16:44:11 8c0289ee076a: Pull complete
16:44:11 96fd3bffe145: Pull complete
16:44:11 a70d3b392329: Pull complete
16:44:11 Digest: sha256:17d8fc174722b2c6f666336074147f3389252b4c49031baf10a9a7c877ace146
16:44:11 Status: Downloaded newer image for dockerbuildbot/docker-py:py3-d239e37c092375d83e3414bb572813f1b9250fe7
16:44:12 dpy-dind-7-0-py3.7-19.03.13
16:44:12 + docker network rm dpy-testnet-7-0-py3.7-19.03.13
16:44:12 dpy-testnet-7-0-py3.7-19.03.13
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.13
16:44:12 ============================= test session starts ==============================
16:44:12 platform linux -- Python 3.7.9, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 -- /usr/local/bin/python
16:44:12 cachedir: .pytest_cache
16:44:12 rootdir: /src, inifile: pytest.ini
16:44:12 plugins: timeout-1.3.3, cov-2.6.1
16:44:13 collecting ... collected 0 items / 1 errors
16:44:13 
16:44:13 ==================================== ERRORS ====================================
16:44:13 ______________________________ ERROR collecting  _______________________________
16:44:13 /usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py:429: in _importconftest
16:44:13     return self._conftestpath2mod[conftestpath]
16:44:13 E   KeyError: local('/src/tests/integration/conftest.py')
16:44:13 
16:44:13 During handling of the above exception, another exception occurred:
16:44:13 /usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py:435: in _importconftest
16:44:13     mod = conftestpath.pyimport()
16:44:13 /usr/local/lib/python3.7/site-packages/py/_path/local.py:704: in pyimport
16:44:13     __import__(modname)
16:44:13 <frozen importlib._bootstrap>:983: in _find_and_load
16:44:13     ???
16:44:13 <frozen importlib._bootstrap>:967: in _find_and_load_unlocked
16:44:13     ???
16:44:13 <frozen importlib._bootstrap>:668: in _load_unlocked
16:44:13     ???
16:44:13 <frozen importlib._bootstrap>:638: in _load_backward_compatible
16:44:13     ???
16:44:13 /usr/local/lib/python3.7/site-packages/_pytest/assertion/rewrite.py:296: in load_module
16:44:13     six.exec_(co, mod.__dict__)
16:44:13 tests/integration/conftest.py:6: in <module>
16:44:13     import docker.errors
16:44:13 docker/__init__.py:2: in <module>
16:44:13     from .api import APIClient
16:44:13 docker/api/__init__.py:2: in <module>
16:44:13     from .client import APIClient
16:44:13 docker/api/client.py:10: in <module>
16:44:13     from .. import auth
16:44:13 docker/auth.py:9: in <module>
16:44:13     from .utils import config
16:44:13 docker/utils/__init__.py:3: in <module>
16:44:13     from .decorators import check_resource, minimum_version, update_headers
16:44:13 docker/utils/decorators.py:4: in <module>
16:44:13     from . import utils
16:44:13 docker/utils/utils.py:13: in <module>
16:44:13     from .. import tls
16:44:13 docker/tls.py:5: in <module>
16:44:13     from .transport import SSLHTTPAdapter
16:44:13 docker/transport/__init__.py:11: in <module>
16:44:13     from .sshconn import SSHHTTPAdapter
16:44:13 E     File "/src/docker/transport/sshconn.py", line 48
16:44:13 E       preexec_func = lambda: signal.signal(signal.SIGINT, signal.SIG_IGN))
16:44:13 E                                                                          ^
16:44:13 E   SyntaxError: invalid syntax
16:44:13 
16:44:13 During handling of the above exception, another exception occurred:
16:44:13 /usr/local/lib/python3.7/site-packages/py/_path/common.py:383: in visit
16:44:13     for x in Visitor(fil, rec, ignore, bf, sort).gen(self):
16:44:13 /usr/local/lib/python3.7/site-packages/py/_path/common.py:424: in gen
16:44:13     dirs = self.optsort([p for p in entries
16:44:13 /usr/local/lib/python3.7/site-packages/py/_path/common.py:425: in <listcomp>
16:44:13     if p.check(dir=1) and (rec is None or rec(p))])
16:44:13 /usr/local/lib/python3.7/site-packages/_pytest/main.py:651: in _recurse
16:44:13     ihook = self.gethookproxy(dirpath)
16:44:13 /usr/local/lib/python3.7/site-packages/_pytest/main.py:472: in gethookproxy
16:44:13     my_conftestmodules = pm._getconftestmodules(fspath)
16:44:13 /usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py:413: in _getconftestmodules
16:44:13     mod = self._importconftest(conftestpath.realpath())
16:44:13 /usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py:452: in _importconftest
16:44:13     raise ConftestImportFailure(conftestpath, sys.exc_info())
16:44:13 E   _pytest.config.ConftestImportFailure: (local('/src/tests/integration/conftest.py'), (<class 'SyntaxError'>, SyntaxError('invalid syntax', ('/src/docker/transport/sshconn.py', 48, 80, '            preexec_func = lambda: signal.signal(signal.SIGINT, signal.SIG_IGN))\n')), <traceback object at 0x7f59bb554230>))
16:44:13 
16:44:13 ----------- coverage: platform linux, python 3.7.9-final-0 -----------
16:44:13 Name                                  Stmts   Miss Branch BrPart  Cover
16:44:13 -----------------------------------------------------------------------
16:44:13 docker/__init__.py                        8      7      0      0    12%
16:44:13 docker/api/__init__.py                    1      0      0      0   100%
16:44:13 docker/api/build.py                     126    126     93      0     0%
16:44:13 docker/api/client.py                    263    255     98      0     2%
16:44:13 docker/api/config.py                     31     31      6      0     0%
16:44:13 docker/api/container.py                 266    266    104      0     0%
16:44:13 docker/api/daemon.py                     39     39     14      0     0%
16:44:13 docker/api/exec_api.py                   46     46     22      0     0%
16:44:13 docker/api/image.py                     157    157     58      0     0%
16:44:13 docker/api/network.py                    90     90     48      0     0%
16:44:13 docker/api/plugin.py                     90     90     14      0     0%
16:44:13 docker/api/secret.py                     36     36     10      0     0%
16:44:13 docker/api/service.py                   200    200    149      0     0%
16:44:13 docker/api/swarm.py                     106    106     38      0     0%
16:44:13 docker/api/volume.py                     38     38     14      0     0%
16:44:13 docker/auth.py                          198    191     74      0     3%
16:44:13 docker/client.py                         69     69      2      0     0%
16:44:13 docker/constants.py                      21      0      0      0   100%
16:44:13 docker/context/__init__.py                2      2      0      0     0%
16:44:13 docker/context/api.py                    78     78     38      0     0%
16:44:13 docker/context/config.py                 61     61     16      0     0%
16:44:13 docker/context/context.py               151    151     62      0     0%
16:44:13 docker/credentials/__init__.py            3      0      0      0   100%
16:44:13 docker/credentials/constants.py           4      0      0      0   100%
16:44:13 docker/credentials/errors.py             11      4      2      0    54%
16:44:13 docker/credentials/store.py              50     35     16      0    23%
16:44:13 docker/credentials/utils.py              23     18     12      0    14%
16:44:13 docker/errors.py                        110     60     20      0    38%
16:44:13 docker/models/__init__.py                 0      0      0      0   100%
16:44:13 docker/models/configs.py                 21     21      2      0     0%
16:44:13 docker/models/containers.py             183    183     70      0     0%
16:44:13 docker/models/images.py                 137    137     56      0     0%
16:44:13 docker/models/networks.py                37     37     12      0     0%
16:44:13 docker/models/nodes.py                   15     15      2      0     0%
16:44:13 docker/models/plugins.py                 49     49     10      0     0%
16:44:13 docker/models/resource.py                41     41      6      0     0%
16:44:13 docker/models/secrets.py                 21     21      2      0     0%
16:44:13 docker/models/services.py                87     87     36      0     0%
16:44:13 docker/models/swarm.py                   39     39      6      0     0%
16:44:13 docker/models/volumes.py                 23     23      4      0     0%
16:44:13 docker/tls.py                            37     33     14      0     8%
16:44:13 docker/transport/__init__.py             11      2      0      0    82%
16:44:13 docker/transport/basehttpadapter.py       6      3      2      0    38%
16:44:13 docker/transport/npipeconn.py            59     54     10      0     7%
16:44:13 docker/transport/npipesocket.py         137    132     22      0     3%
16:44:13 docker/transport/ssladapter.py           36     22     10      1    33%
16:44:13 docker/transport/unixconn.py             66     42     12      0    31%
16:44:13 docker/types/__init__.py                  6      6      0      0     0%
16:44:13 docker/types/base.py                      5      5      2      0     0%
16:44:13 docker/types/containers.py              420    420    326      0     0%
16:44:13 docker/types/daemon.py                   36     36     14      0     0%
16:44:13 docker/types/healthcheck.py              34     34      4      0     0%
16:44:13 docker/types/networks.py                 41     41     28      0     0%
16:44:13 docker/types/services.py                312    312    206      0     0%
16:44:13 docker/types/swarm.py                    51     51     40      0     0%
16:44:13 docker/utils/__init__.py                  3      1      0      0    67%
16:44:13 docker/utils/build.py                   155    130     76      0    11%
16:44:13 docker/utils/config.py                   36     36     10      0     0%
16:44:13 docker/utils/decorators.py               32     29     12      0     7%
16:44:13 docker/utils/fnmatch.py                  55     47     28      0    10%
16:44:13 docker/utils/json_stream.py              43     43     14      0     0%
16:44:13 docker/utils/ports.py                    50     50     32      0     0%
16:44:13 docker/utils/proxy.py                    32     32     12      0     0%
16:44:13 docker/utils/socket.py                   86     86     40      0     0%
16:44:13 docker/utils/utils.py                   285    274    177      0     2%
16:44:13 docker/version.py                         2      0      2      0   100%
16:44:13 -----------------------------------------------------------------------
16:44:13 TOTAL                                  4967   4730   2209      1     3%
16:44:13 
16:44:13 !!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!
16:44:13 =========================== 1 error in 1.05 seconds ============================
[Pipeline] sh
16:44:14 + docker stop dpy-dind-7-0-py3.7-20.10.1
16:44:15 dpy-dind-7-0-py3.7-20.10.1
16:44:15 + docker network rm dpy-testnet-7-0-py3.7-20.10.1
16:44:15 dpy-testnet-7-0-py3.7-20.10.1
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_20.10.1
[Pipeline] // parallel
[Pipeline] End of Pipeline
ERROR: script returned exit code 2
Finished: FAILURE