Skip to content
Failed

Console Output

Pull request #2637 opened
16:10:59 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 2d219ff739cbb743db5fd6d5e2988cede39a03e8+7f11cd417956c51e9df27fd640fff25d99085322 (947eb5d35bb70d51fdcb3cbabb3beb8645eb0240)
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
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/docker-py_PR-2637@libs/jps # timeout=10
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > 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
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"
First time build. Skipping changelog.
 > git --version # timeout=10
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-01c5189a72d35c528) in /home/ubuntu/workspace/docker-py_PR-2637
[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-2637@tmp/73618dbb-1085-48fe-af9a-caa568ebcad9/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:11:15 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
16:11:15 chowning workspace
[Pipeline] sh
16:11:16 + pwd
16:11:16 + id -u
16:11:16 + id -g
16:11:16 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2637:/workspace busybox chown -R 1000:1000 /workspace
16:11:16 Unable to find image 'busybox:latest' locally
16:11:16 latest: Pulling from library/busybox
16:11:16 61c5ed1cbdf8: Pulling fs layer
16:11:16 61c5ed1cbdf8: Verifying Checksum
16:11:16 61c5ed1cbdf8: Download complete
16:11:17 61c5ed1cbdf8: Pull complete
16:11:17 Digest: sha256:4f47c01fa91355af2865ac10fef5bf6ec9c7f42ad2321377c21e844427972977
16:11:17 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
16:11:18 Removing all docker containers
[Pipeline] sh
16:11:18 + docker container ls -aq
[Pipeline] echo
16:11:18 Docker containers have been removed
[Pipeline] echo
16:11:18 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
16:11:18 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
16:11:20 using credential docker-jenkins-github-credentials
16:11:20 Cloning the remote Git repository
16:11: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-2637 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2637/head:refs/remotes/origin/PR-2637 +refs/heads/release:refs/remotes/origin/release # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
16:11:22 Fetching without tags
 > git config --add remote.origin.fetch +refs/pull/2637/head:refs/remotes/origin/PR-2637 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/release:refs/remotes/origin/release # 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/2637/head:refs/remotes/origin/PR-2637 +refs/heads/release:refs/remotes/origin/release # timeout=10
16:11:22 Merging remotes/origin/release commit 7f11cd417956c51e9df27fd640fff25d99085322 into PR head commit 2d219ff739cbb743db5fd6d5e2988cede39a03e8
16:11:22 Merge succeeded, producing 2d219ff739cbb743db5fd6d5e2988cede39a03e8
16:11:22 Checking out Revision 2d219ff739cbb743db5fd6d5e2988cede39a03e8 (PR-2637)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2d219ff739cbb743db5fd6d5e2988cede39a03e8 # timeout=10
 > git merge 7f11cd417956c51e9df27fd640fff25d99085322 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2d219ff739cbb743db5fd6d5e2988cede39a03e8 # timeout=10
16:11:25 Commit message: "Prepare release 4.3.0"
16:11:25 First time build. Skipping changelog.
[Pipeline] sh
16:11:26 + git rev-parse HEAD
[Pipeline] isUnix
[Pipeline] sh
 > git --version # timeout=10
fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
16:11:26 + docker pull dockerbuildbot/docker-py:py2-2d219ff739cbb743db5fd6d5e2988cede39a03e8
16:11:26 py2-2d219ff739cbb743db5fd6d5e2988cede39a03e8: Pulling from dockerbuildbot/docker-py
16:11:26 7e2b2a5af8f6: Pulling fs layer
16:11:26 09b6f03ffac4: Pulling fs layer
16:11:26 dc3f0c679f0f: Pulling fs layer
16:11:26 fd4b47407fc3: Pulling fs layer
16:11:26 b32f6bf7d96d: Pulling fs layer
16:11:26 6f4489a7e4cf: Pulling fs layer
16:11:26 af4b99ad9ef0: Pulling fs layer
16:11:26 39db0bc48c26: Pulling fs layer
16:11:26 acb4a89489fc: Pulling fs layer
16:11:26 67bf5e489e70: Pulling fs layer
16:11:26 feb4c910b379: Pulling fs layer
16:11:26 69aac06b5705: Pulling fs layer
16:11:26 abcee8100f69: Pulling fs layer
16:11:26 27e8edc25577: Pulling fs layer
16:11:26 615adcdb9fee: Pulling fs layer
16:11:26 8f849d5f3f8c: Pulling fs layer
16:11:26 ce2d8b42d2e8: Pulling fs layer
16:11:26 3540ba12e7a9: Pulling fs layer
16:11:26 e33e1f27b72d: Pulling fs layer
16:11:26 96d88c9e244c: Pulling fs layer
16:11:26 8a33ab26d583: Pulling fs layer
16:11:26 7108c207f8c9: Pulling fs layer
16:11:26 a3df6d2bf9ae: Pulling fs layer
16:11:26 7d3443626aa9: Pulling fs layer
16:11:26 fd4b47407fc3: Waiting
16:11:26 27e8edc25577: Waiting
16:11:26 b32f6bf7d96d: Waiting
16:11:26 615adcdb9fee: Waiting
16:11:26 8f849d5f3f8c: Waiting
16:11:26 6f4489a7e4cf: Waiting
16:11:26 ce2d8b42d2e8: Waiting
16:11:26 af4b99ad9ef0: Waiting
16:11:26 3540ba12e7a9: Waiting
16:11:26 39db0bc48c26: Waiting
16:11:26 acb4a89489fc: Waiting
16:11:26 67bf5e489e70: Waiting
16:11:26 feb4c910b379: Waiting
16:11:26 69aac06b5705: Waiting
16:11:26 abcee8100f69: Waiting
16:11:26 96d88c9e244c: Waiting
16:11:26 e33e1f27b72d: Waiting
16:11:26 8a33ab26d583: Waiting
16:11:26 7108c207f8c9: Waiting
16:11:26 a3df6d2bf9ae: Waiting
16:11:26 7d3443626aa9: Waiting
16:11:27 dc3f0c679f0f: Verifying Checksum
16:11:27 dc3f0c679f0f: Download complete
16:11:27 09b6f03ffac4: Verifying Checksum
16:11:27 09b6f03ffac4: Download complete
16:11:28 7e2b2a5af8f6: Verifying Checksum
16:11:28 7e2b2a5af8f6: Download complete
16:11:28 fd4b47407fc3: Verifying Checksum
16:11:28 fd4b47407fc3: Download complete
16:11:28 6f4489a7e4cf: Verifying Checksum
16:11:28 6f4489a7e4cf: Download complete
16:11:28 39db0bc48c26: Verifying Checksum
16:11:28 39db0bc48c26: Download complete
16:11:28 af4b99ad9ef0: Verifying Checksum
16:11:28 af4b99ad9ef0: Download complete
16:11:28 67bf5e489e70: Verifying Checksum
16:11:28 67bf5e489e70: Download complete
16:11:28 acb4a89489fc: Verifying Checksum
16:11:28 acb4a89489fc: Download complete
16:11:28 69aac06b5705: Verifying Checksum
16:11:28 69aac06b5705: Download complete
16:11:28 abcee8100f69: Verifying Checksum
16:11:28 abcee8100f69: Download complete
16:11:28 feb4c910b379: Verifying Checksum
16:11:28 feb4c910b379: Download complete
16:11:29 27e8edc25577: Verifying Checksum
16:11:29 27e8edc25577: Download complete
16:11:29 615adcdb9fee: Verifying Checksum
16:11:29 615adcdb9fee: Download complete
16:11:29 8f849d5f3f8c: Verifying Checksum
16:11:29 8f849d5f3f8c: Download complete
16:11:29 ce2d8b42d2e8: Verifying Checksum
16:11:29 ce2d8b42d2e8: Download complete
16:11:29 3540ba12e7a9: Verifying Checksum
16:11:29 3540ba12e7a9: Download complete
16:11:29 e33e1f27b72d: Verifying Checksum
16:11:29 e33e1f27b72d: Download complete
16:11:29 8a33ab26d583: Verifying Checksum
16:11:29 8a33ab26d583: Download complete
16:11:29 96d88c9e244c: Verifying Checksum
16:11:29 96d88c9e244c: Download complete
16:11:29 7108c207f8c9: Verifying Checksum
16:11:29 7108c207f8c9: Download complete
16:11:29 a3df6d2bf9ae: Verifying Checksum
16:11:29 a3df6d2bf9ae: Download complete
16:11:29 7d3443626aa9: Verifying Checksum
16:11:29 7d3443626aa9: Download complete
16:11:30 b32f6bf7d96d: Verifying Checksum
16:11:30 b32f6bf7d96d: Download complete
16:11:31 7e2b2a5af8f6: Pull complete
16:11:31 09b6f03ffac4: Pull complete
16:11:31 dc3f0c679f0f: Pull complete
16:11:34 fd4b47407fc3: Pull complete
16:11:41 b32f6bf7d96d: Pull complete
16:11:41 6f4489a7e4cf: Pull complete
16:11:42 af4b99ad9ef0: Pull complete
16:11:42 39db0bc48c26: Pull complete
16:11:42 acb4a89489fc: Pull complete
16:11:42 67bf5e489e70: Pull complete
16:11:43 feb4c910b379: Pull complete
16:11:43 69aac06b5705: Pull complete
16:11:43 abcee8100f69: Pull complete
16:11:43 27e8edc25577: Pull complete
16:11:43 615adcdb9fee: Pull complete
16:11:43 8f849d5f3f8c: Pull complete
16:11:43 ce2d8b42d2e8: Pull complete
16:11:43 3540ba12e7a9: Pull complete
16:11:43 e33e1f27b72d: Pull complete
16:11:44 96d88c9e244c: Pull complete
16:11:44 8a33ab26d583: Pull complete
16:11:44 7108c207f8c9: Pull complete
16:11:44 a3df6d2bf9ae: Pull complete
16:11:44 7d3443626aa9: Pull complete
16:11:44 Digest: sha256:a9b16885145ca1bd0e8c8ee0026ee83993e821a5344088e2c4866733d9c615c4
16:11:44 Status: Downloaded newer image for dockerbuildbot/docker-py:py2-2d219ff739cbb743db5fd6d5e2988cede39a03e8
16:11:44 docker.io/dockerbuildbot/docker-py:py2-2d219ff739cbb743db5fd6d5e2988cede39a03e8
[Pipeline] isUnix
[Pipeline] sh
16:11:44 + docker pull dockerbuildbot/docker-py:py3-2d219ff739cbb743db5fd6d5e2988cede39a03e8
16:11:44 Error response from daemon: manifest for dockerbuildbot/docker-py:py3-2d219ff739cbb743db5fd6d5e2988cede39a03e8 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
16:11:45 + docker build -t dockerbuildbot/docker-py:py3-2d219ff739cbb743db5fd6d5e2988cede39a03e8 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
16:11:45 Sending build context to Docker daemon  1.314MB

16:11:45 Step 1/19 : ARG PYTHON_VERSION=3.7
16:11:45 Step 2/19 : FROM python:${PYTHON_VERSION}
16:11:45 3.7: Pulling from library/python
16:11:45 d6ff36c9ec48: Pulling fs layer
16:11:45 c958d65b3090: Pulling fs layer
16:11:45 edaf0a6b092f: Pulling fs layer
16:11:45 80931cf68816: Pulling fs layer
16:11:45 bc1b8aca3825: Pulling fs layer
16:11:45 edfe96a4dd20: Pulling fs layer
16:11:45 5870fef1e623: Pulling fs layer
16:11:45 6790a6a53a00: Pulling fs layer
16:11:45 4700c40d366f: Pulling fs layer
16:11:45 80931cf68816: Waiting
16:11:45 bc1b8aca3825: Waiting
16:11:45 edfe96a4dd20: Waiting
16:11:45 5870fef1e623: Waiting
16:11:45 6790a6a53a00: Waiting
16:11:45 4700c40d366f: Waiting
16:11:45 c958d65b3090: Verifying Checksum
16:11:45 c958d65b3090: Download complete
16:11:45 edaf0a6b092f: Verifying Checksum
16:11:45 edaf0a6b092f: Download complete
16:11:45 d6ff36c9ec48: Verifying Checksum
16:11:45 d6ff36c9ec48: Download complete
16:11:46 edfe96a4dd20: Verifying Checksum
16:11:46 edfe96a4dd20: Download complete
16:11:46 80931cf68816: Verifying Checksum
16:11:46 80931cf68816: Download complete
16:11:46 6790a6a53a00: Verifying Checksum
16:11:46 6790a6a53a00: Download complete
16:11:46 5870fef1e623: Verifying Checksum
16:11:46 5870fef1e623: Download complete
16:11:46 4700c40d366f: Verifying Checksum
16:11:46 4700c40d366f: Download complete
16:11:48 bc1b8aca3825: Verifying Checksum
16:11:48 bc1b8aca3825: Download complete
16:11:49 d6ff36c9ec48: Pull complete
16:11:49 c958d65b3090: Pull complete
16:11:50 edaf0a6b092f: Pull complete
16:11:53 80931cf68816: Pull complete
16:12:00 bc1b8aca3825: Pull complete
16:12:00 edfe96a4dd20: Pull complete
16:12:00 5870fef1e623: Pull complete
16:12:00 6790a6a53a00: Pull complete
16:12:00 4700c40d366f: Pull complete
16:12:00 Digest: sha256:45a9d9059c9a83066f66d0c7ef7f344bd55f2a41c7a32ca73b2b7bad363ed2b9
16:12:00 Status: Downloaded newer image for python:3.7
16:12:00  ---> 3f7ca107793b
16:12:00 Step 3/19 : ARG APT_MIRROR
16:12:02  ---> Running in 5b592f051e35
16:12:02 Removing intermediate container 5b592f051e35
16:12:02  ---> 62f24d11fd5a
16:12:02 Step 4/19 : 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:12:02  ---> Running in 1014cbf8c795
16:12:03 Removing intermediate container 1014cbf8c795
16:12:03  ---> 2de29d15472a
16:12:03 Step 5/19 : RUN apt-get update && apt-get -y install     gnupg2     pass     curl
16:12:03  ---> Running in 07929c9b10f5
16:12:04 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:12:04 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
16:12:04 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:12:04 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [218 kB]
16:12:04 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB]
16:12:04 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7868 B]
16:12:06 Fetched 8372 kB in 2s (4707 kB/s)
16:12:06 Reading package lists...
16:12:06 Reading package lists...
16:12:07 Building dependency tree...
16:12:07 Reading state information...
16:12:07 curl is already the newest version (7.64.0-4+deb10u1).
16:12:07 The following additional packages will be installed:
16:12:07   libqrencode4 libxmu6 libxmuu1 qrencode tree xauth xclip
16:12:07 Suggested packages:
16:12:07   libxml-simple-perl ruby
16:12:07 The following NEW packages will be installed:
16:12:07   gnupg2 libqrencode4 libxmu6 libxmuu1 pass qrencode tree xauth xclip
16:12:07 0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded.
16:12:07 Need to get 708 kB of archives.
16:12:07 After this operation, 1197 kB of additional disk space will be used.
16:12:07 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
16:12:07 Get:2 http://deb.debian.org/debian buster/main amd64 libqrencode4 amd64 4.0.2-1 [38.2 kB]
16:12:07 Get:3 http://deb.debian.org/debian buster/main amd64 libxmu6 amd64 2:1.1.2-2+b3 [60.8 kB]
16:12:07 Get:4 http://deb.debian.org/debian buster/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB]
16:12:07 Get:5 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
16:12:07 Get:6 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
16:12:07 Get:7 http://deb.debian.org/debian buster/main amd64 qrencode amd64 4.0.2-1 [39.8 kB]
16:12:07 Get:8 http://deb.debian.org/debian buster/main amd64 xauth amd64 1:1.0.10-1 [40.3 kB]
16:12:07 Get:9 http://deb.debian.org/debian buster/main amd64 xclip amd64 0.13-1 [23.2 kB]
16:12:07 debconf: delaying package configuration, since apt-utils is not installed
16:12:08 Fetched 708 kB in 0s (2646 kB/s)
16:12:08 Selecting previously unselected package gnupg2.
16:12:08 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24604 files and directories currently installed.)
16:12:08 Preparing to unpack .../0-gnupg2_2.2.12-1+deb10u1_all.deb ...
16:12:08 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
16:12:08 Selecting previously unselected package libqrencode4:amd64.
16:12:08 Preparing to unpack .../1-libqrencode4_4.0.2-1_amd64.deb ...
16:12:08 Unpacking libqrencode4:amd64 (4.0.2-1) ...
16:12:08 Selecting previously unselected package libxmu6:amd64.
16:12:08 Preparing to unpack .../2-libxmu6_2%3a1.1.2-2+b3_amd64.deb ...
16:12:08 Unpacking libxmu6:amd64 (2:1.1.2-2+b3) ...
16:12:08 Selecting previously unselected package libxmuu1:amd64.
16:12:08 Preparing to unpack .../3-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ...
16:12:08 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ...
16:12:08 Selecting previously unselected package tree.
16:12:08 Preparing to unpack .../4-tree_1.8.0-1_amd64.deb ...
16:12:08 Unpacking tree (1.8.0-1) ...
16:12:08 Selecting previously unselected package pass.
16:12:08 Preparing to unpack .../5-pass_1.7.3-2_all.deb ...
16:12:08 Unpacking pass (1.7.3-2) ...
16:12:08 Selecting previously unselected package qrencode.
16:12:08 Preparing to unpack .../6-qrencode_4.0.2-1_amd64.deb ...
16:12:08 Unpacking qrencode (4.0.2-1) ...
16:12:08 Selecting previously unselected package xauth.
16:12:08 Preparing to unpack .../7-xauth_1%3a1.0.10-1_amd64.deb ...
16:12:08 Unpacking xauth (1:1.0.10-1) ...
16:12:08 Selecting previously unselected package xclip.
16:12:08 Preparing to unpack .../8-xclip_0.13-1_amd64.deb ...
16:12:08 Unpacking xclip (0.13-1) ...
16:12:08 Setting up gnupg2 (2.2.12-1+deb10u1) ...
16:12:08 Setting up libxmu6:amd64 (2:1.1.2-2+b3) ...
16:12:08 Setting up libqrencode4:amd64 (4.0.2-1) ...
16:12:08 Setting up qrencode (4.0.2-1) ...
16:12:08 Setting up tree (1.8.0-1) ...
16:12:08 Setting up xclip (0.13-1) ...
16:12:08 Setting up pass (1.7.3-2) ...
16:12:08 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ...
16:12:08 Setting up xauth (1:1.0.10-1) ...
16:12:08 Processing triggers for libc-bin (2.28-10) ...
16:12:09 Removing intermediate container 07929c9b10f5
16:12:09  ---> d96fc277c206
16:12:09 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys
16:12:09  ---> 33477624d574
16:12:09 Step 7/19 : RUN gpg2 --import gpg-keys/secret
16:12:09  ---> Running in f3c565479784
16:12:10 gpg: directory '/root/.gnupg' created
16:12:10 gpg: keybox '/root/.gnupg/pubring.kbx' created
16:12:10 gpg: /root/.gnupg/trustdb.gpg: trustdb created
16:12:10 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
16:12:10 gpg: key 464ED987A7B21401: secret key imported
16:12:10 gpg: Total number processed: 1
16:12:10 gpg:               imported: 1
16:12:10 gpg:       secret keys read: 1
16:12:10 gpg:   secret keys imported: 1
16:12:10 Removing intermediate container f3c565479784
16:12:10  ---> 0f6e76e7bcef
16:12:10 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
16:12:10  ---> Running in ce0a86c928d1
16:12:10 gpg: inserting ownertrust of 6
16:12:11 Removing intermediate container ce0a86c928d1
16:12:11  ---> ae6b11e3c0a7
16:12:11 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
16:12:11  ---> Running in 048db9640b60
16:12:11 gpg: please do a --check-trustdb
16:12:11 mkdir: created directory '/root/.password-store/'
16:12:11 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
16:12:11 Removing intermediate container 048db9640b60
16:12:11  ---> a0734f4c4df8
16:12:11 Step 10/19 : RUN gpg2 --check-trustdb
16:12:11  ---> Running in d30cbb75ecb0
16:12:12 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
16:12:12 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
16:12:12 Removing intermediate container d30cbb75ecb0
16:12:12  ---> 481296b9fd59
16:12:12 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3
16:12:12  ---> Running in c851c7bb44a5
16:12:12 Removing intermediate container c851c7bb44a5
16:12:12  ---> 64d8bb19ba65
16:12:12 Step 12/19 : 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:12:12  ---> Running in 2c694d1dd528
16:12:13 Removing intermediate container 2c694d1dd528
16:12:13  ---> e056b8fd2cf3
16:12:13 Step 13/19 : WORKDIR /src
16:12:13  ---> Running in 72450fbbf215
16:12:13 Removing intermediate container 72450fbbf215
16:12:13  ---> 28485e06af99
16:12:13 Step 14/19 : COPY requirements.txt /src/requirements.txt
16:12:13  ---> eb68a9f9eaa8
16:12:13 Step 15/19 : RUN pip install -r requirements.txt
16:12:13  ---> Running in 182b49638dc0
16:12:15 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
16:12:19 Collecting appdirs==1.4.3
16:12:20   Downloading appdirs-1.4.3-py2.py3-none-any.whl (12 kB)
16:12:20 Collecting asn1crypto==0.22.0
16:12:20   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
16:12:20 Collecting backports.ssl-match-hostname==3.5.0.1
16:12:20   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
16:12:21 Collecting cffi==1.10.0
16:12:21   Downloading cffi-1.10.0.tar.gz (418 kB)
16:12:21 Collecting cryptography==2.3
16:12:21   WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))': /packages/c2/fa/fa9a8933c285895935d1392922fe721e9cb1b2c1881d14f149213a227ee3/cryptography-2.3-cp34-abi3-manylinux1_x86_64.whl
16:12:22   Downloading cryptography-2.3-cp34-abi3-manylinux1_x86_64.whl (2.1 MB)
16:12:22 Collecting enum34==1.1.6
16:12:22   Downloading enum34-1.1.6-py3-none-any.whl (12 kB)
16:12:22 Collecting idna==2.5
16:12:22   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
16:12:22 Collecting ipaddress==1.0.18
16:12:22   Downloading ipaddress-1.0.18.tar.gz (32 kB)
16:12:23 Collecting packaging==16.8
16:12:23   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
16:12:23 Collecting paramiko==2.4.2
16:12:23   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
16:12:23 Collecting pycparser==2.17
16:12:23   Downloading pycparser-2.17.tar.gz (231 kB)
16:12:23 Collecting pyOpenSSL==18.0.0
16:12:23   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
16:12:23 Collecting pyparsing==2.2.0
16:12:23   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
16:12:23 Collecting requests==2.20.0
16:12:23   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
16:12:23 Collecting six==1.10.0
16:12:23   Downloading six-1.10.0-py2.py3-none-any.whl (10 kB)
16:12:23 Collecting urllib3==1.24.3
16:12:23   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
16:12:23 Collecting websocket-client==0.56.0
16:12:23   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
16:12:23 Collecting pyasn1>=0.1.7
16:12:23   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
16:12:23 Collecting bcrypt>=3.1.3
16:12:23   Downloading bcrypt-3.1.7-cp34-abi3-manylinux1_x86_64.whl (56 kB)
16:12:23 Collecting pynacl>=1.0.1
16:12:23   Downloading PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB)
16:12:23 Collecting chardet<3.1.0,>=3.0.2
16:12:23   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
16:12:24 Collecting certifi>=2017.4.17
16:12:24   Downloading certifi-2020.6.20-py2.py3-none-any.whl (156 kB)
16:12:24 Building wheels for collected packages: backports.ssl-match-hostname, cffi, ipaddress, pycparser
16:12:24   Building wheel for backports.ssl-match-hostname (setup.py): started
16:12:24   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
16:12:24   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py3-none-any.whl size=5205 sha256=d334ddc1a666fa39ec7d7ae3533411d730b96c2b768cca87f1f41867e24fe363
16:12:24   Stored in directory: /root/.cache/pip/wheels/93/72/f6/df894bfc7947d11f89dbdb4e9b786703a43cd547c1b5e8c738
16:12:24   Building wheel for cffi (setup.py): started
16:12:27   Building wheel for cffi (setup.py): finished with status 'done'
16:12:27   Created wheel for cffi: filename=cffi-1.10.0-cp37-cp37m-linux_x86_64.whl size=371221 sha256=9929e10f9aba86e4bb220ffc274dfdd98153141d2b649bbacaf457b6fb16641c
16:12:27   Stored in directory: /root/.cache/pip/wheels/cc/8d/6c/d24a8db003ac4a51d9959a9985718fac84e1baa5ec6c42d115
16:12:27   Building wheel for ipaddress (setup.py): started
16:12:27   Building wheel for ipaddress (setup.py): finished with status 'done'
16:12:27   Created wheel for ipaddress: filename=ipaddress-1.0.18-py3-none-any.whl size=18104 sha256=4e3fe1533792e08c8373c0ba459ab79365b7c44e9ea9babe3c0da0b4ad756df3
16:12:27   Stored in directory: /root/.cache/pip/wheels/54/90/bd/f99e221ab77ef8e6d65c14efe986cef3360da2990396093151
16:12:27   Building wheel for pycparser (setup.py): started
16:12:28   Building wheel for pycparser (setup.py): finished with status 'done'
16:12:28   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=192838 sha256=37b89f1e600ee3dc856965041f00f6bcbe29b5d1ca197a1ff23a1dc3a5de4fe2
16:12:28   Stored in directory: /root/.cache/pip/wheels/91/50/7a/9f94e39b01559aa44c3cefb775d7befcc01d0a6ed0093cab37
16:12:28 Successfully built backports.ssl-match-hostname cffi ipaddress pycparser
16:12:28 Installing collected packages: appdirs, asn1crypto, backports.ssl-match-hostname, pycparser, cffi, idna, six, cryptography, enum34, ipaddress, pyparsing, packaging, pyasn1, bcrypt, pynacl, paramiko, pyOpenSSL, urllib3, chardet, certifi, requests, websocket-client
16:12:29 Successfully installed appdirs-1.4.3 asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.1.7 certifi-2020.6.20 cffi-1.10.0 chardet-3.0.4 cryptography-2.3 enum34-1.1.6 idna-2.5 ipaddress-1.0.18 packaging-16.8 paramiko-2.4.2 pyOpenSSL-18.0.0 pyasn1-0.4.8 pycparser-2.17 pynacl-1.4.0 pyparsing-2.2.0 requests-2.20.0 six-1.10.0 urllib3-1.24.3 websocket-client-0.56.0
16:12:34 Removing intermediate container 182b49638dc0
16:12:34  ---> 856c0d7b419b
16:12:34 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt
16:12:35  ---> e26707953e05
16:12:35 Step 17/19 : RUN pip install -r test-requirements.txt
16:12:35  ---> Running in 61910743024f
16:12:40 Collecting setuptools==44.0.0
16:12:41   Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB)
16:12:41 Collecting coverage==4.5.2
16:12:41   Downloading coverage-4.5.2-cp37-cp37m-manylinux1_x86_64.whl (205 kB)
16:12:41 Collecting flake8==3.6.0
16:12:41   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
16:12:41 Collecting mock==1.0.1
16:12:41   Downloading mock-1.0.1.tar.gz (818 kB)
16:12:42 Collecting pytest==4.3.1
16:12:42   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
16:12:42 Collecting pytest-cov==2.6.1
16:12:42   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
16:12:42 Collecting pytest-timeout==1.3.3
16:12:42   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
16:12:42 Collecting mccabe<0.7.0,>=0.6.0
16:12:42   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
16:12:42 Collecting pyflakes<2.1.0,>=2.0.0
16:12:42   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
16:12:42 Collecting pycodestyle<2.5.0,>=2.4.0
16:12:42   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
16:12:42 Collecting atomicwrites>=1.0
16:12:42   Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
16:12:42 Collecting attrs>=17.4.0
16:12:42   Downloading attrs-19.3.0-py2.py3-none-any.whl (39 kB)
16:12:42 Collecting pluggy>=0.7
16:12:42   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
16:12:42 Collecting more-itertools>=4.0.0; python_version > "2.7"
16:12:42   Downloading more_itertools-8.4.0-py3-none-any.whl (43 kB)
16:12:42 Collecting py>=1.5.0
16:12:42   Downloading py-1.9.0-py2.py3-none-any.whl (99 kB)
16:12:42 Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.7/site-packages (from pytest==4.3.1->-r test-requirements.txt (line 5)) (1.10.0)
16:12:42 Collecting importlib-metadata>=0.12; python_version < "3.8"
16:12:42   Downloading importlib_metadata-1.7.0-py2.py3-none-any.whl (31 kB)
16:12:42 Collecting zipp>=0.5
16:12:42   Downloading zipp-3.1.0-py3-none-any.whl (4.9 kB)
16:12:42 Building wheels for collected packages: mock
16:12:42   Building wheel for mock (setup.py): started
16:12:42   Building wheel for mock (setup.py): finished with status 'done'
16:12:42   Created wheel for mock: filename=mock-1.0.1-py3-none-any.whl size=23754 sha256=2d6b62e40af8421e878c4b92608c1207ab996fc02f32c40ce9438be963cd0751
16:12:42   Stored in directory: /root/.cache/pip/wheels/16/03/37/f0a64ab894c9102906f192db1a4071b7592292ad661563c69b
16:12:42 Successfully built mock
16:12:43 Installing collected packages: setuptools, coverage, mccabe, pyflakes, pycodestyle, flake8, mock, atomicwrites, attrs, zipp, importlib-metadata, pluggy, more-itertools, py, pytest, pytest-cov, pytest-timeout
16:12:43   Attempting uninstall: setuptools
16:12:43     Found existing installation: setuptools 49.2.1
16:12:43     Uninstalling setuptools-49.2.1:
16:12:43       Successfully uninstalled setuptools-49.2.1
16:12:44 Successfully installed atomicwrites-1.4.0 attrs-19.3.0 coverage-4.5.2 flake8-3.6.0 importlib-metadata-1.7.0 mccabe-0.6.1 mock-1.0.1 more-itertools-8.4.0 pluggy-0.13.1 py-1.9.0 pycodestyle-2.4.0 pyflakes-2.0.0 pytest-4.3.1 pytest-cov-2.6.1 pytest-timeout-1.3.3 setuptools-44.0.0 zipp-3.1.0
16:12:44 Removing intermediate container 61910743024f
16:12:44  ---> b8756576084a
16:12:44 Step 18/19 : COPY . /src
16:12:44  ---> 77d9bcf93f5a
16:12:44 Step 19/19 : RUN pip install .
16:12:44  ---> Running in 7ad2681a1610
16:12:45 Processing /src
16:12:45 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.7/site-packages (from docker==4.3.0) (1.10.0)
16:12:45 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.7/site-packages (from docker==4.3.0) (0.56.0)
16:12:45 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python3.7/site-packages (from docker==4.3.0) (2.20.0)
16:12:45 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.3.0) (3.0.4)
16:12:45 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.3.0) (2020.6.20)
16:12:45 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.3.0) (1.24.3)
16:12:45 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.3.0) (2.5)
16:12:45 Building wheels for collected packages: docker
16:12:45   Building wheel for docker (setup.py): started
16:12:46   Building wheel for docker (setup.py): finished with status 'done'
16:12:46   Created wheel for docker: filename=docker-4.3.0-py2.py3-none-any.whl size=145330 sha256=0bebc2b6c2731079863ccae919416c390750122973daad3712852475eb65d35c
16:12:46   Stored in directory: /tmp/pip-ephem-wheel-cache-vdl08eq2/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525
16:12:46 Successfully built docker
16:12:46 Installing collected packages: docker
16:12:46 Successfully installed docker-4.3.0
16:12:46 Removing intermediate container 7ad2681a1610
16:12:47  ---> 425918fb4f69
16:12:47 Successfully built 425918fb4f69
16:12:47 Successfully tagged dockerbuildbot/docker-py:py3-2d219ff739cbb743db5fd6d5e2988cede39a03e8
[Pipeline] isUnix
[Pipeline] sh
16:12:47 + docker tag dockerbuildbot/docker-py:py3-2d219ff739cbb743db5fd6d5e2988cede39a03e8 dockerbuildbot/docker-py:py3-2d219ff739cbb743db5fd6d5e2988cede39a03e8
[Pipeline] isUnix
[Pipeline] sh
16:12:47 + docker push dockerbuildbot/docker-py:py3-2d219ff739cbb743db5fd6d5e2988cede39a03e8
16:12:47 The push refers to repository [docker.io/dockerbuildbot/docker-py]
16:12:47 7f2b3883ad00: Preparing
16:12:47 c162e40a2770: Preparing
16:12:47 329132a43cb0: Preparing
16:12:47 ed589875854d: Preparing
16:12:47 7b83c13e66c0: Preparing
16:12:47 c7002c539b88: Preparing
16:12:47 0a63570f4f86: Preparing
16:12:47 910d9272969c: Preparing
16:12:47 afa6f6645478: Preparing
16:12:47 8eefa3c7ef2a: Preparing
16:12:47 07ca3bead2ae: Preparing
16:12:47 9b52f65cb810: Preparing
16:12:47 e8aa1a7deed0: Preparing
16:12:47 f0d12b6459b8: Preparing
16:12:47 54cc44c05a74: Preparing
16:12:47 8ba9e2d3931a: Preparing
16:12:47 fe1ecc1383ce: Preparing
16:12:47 e83007e57a22: Preparing
16:12:47 f17789b093c5: Preparing
16:12:47 e480b226ea6b: Preparing
16:12:47 e5df62d9b33a: Preparing
16:12:47 7a9460d53218: Preparing
16:12:47 b2765ac0333a: Preparing
16:12:47 0ced13fcf944: Preparing
16:12:47 e8aa1a7deed0: Waiting
16:12:47 c7002c539b88: Waiting
16:12:47 0a63570f4f86: Waiting
16:12:47 f0d12b6459b8: Waiting
16:12:47 910d9272969c: Waiting
16:12:47 54cc44c05a74: Waiting
16:12:47 afa6f6645478: Waiting
16:12:47 8ba9e2d3931a: Waiting
16:12:47 fe1ecc1383ce: Waiting
16:12:47 8eefa3c7ef2a: Waiting
16:12:47 e83007e57a22: Waiting
16:12:47 07ca3bead2ae: Waiting
16:12:47 f17789b093c5: Waiting
16:12:47 9b52f65cb810: Waiting
16:12:47 e480b226ea6b: Waiting
16:12:47 0ced13fcf944: Waiting
16:12:47 7a9460d53218: Waiting
16:12:47 e5df62d9b33a: Waiting
16:12:47 b2765ac0333a: Waiting
16:12:48 ed589875854d: Pushed
16:12:48 c162e40a2770: Pushed
16:12:49 7f2b3883ad00: Pushed
16:12:49 c7002c539b88: Pushed
16:12:50 329132a43cb0: Pushed
16:12:50 0a63570f4f86: Pushed
16:12:50 afa6f6645478: Pushed
16:12:50 910d9272969c: Pushed
16:12:51 8eefa3c7ef2a: Pushed
16:12:51 7b83c13e66c0: Pushed
16:12:51 07ca3bead2ae: Pushed
16:12:51 8ba9e2d3931a: Layer already exists
16:12:51 fe1ecc1383ce: Layer already exists
16:12:51 e83007e57a22: Layer already exists
16:12:51 f17789b093c5: Layer already exists
16:12:51 e480b226ea6b: Layer already exists
16:12:51 e5df62d9b33a: Layer already exists
16:12:51 7a9460d53218: Layer already exists
16:12:51 9b52f65cb810: Pushed
16:12:51 b2765ac0333a: Layer already exists
16:12:51 e8aa1a7deed0: Pushed
16:12:51 0ced13fcf944: Layer already exists
16:12:52 54cc44c05a74: Pushed
16:12:53 f0d12b6459b8: Pushed
16:12:55 py3-2d219ff739cbb743db5fd6d5e2988cede39a03e8: digest: sha256:e348ae12a05a1ab32e4e9acda3c0d9edea8aaeac994b9114748e5323301fe09c size: 5349
[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-01c5189a72d35c528) in /home/ubuntu/workspace/docker-py_PR-2637
[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-2637@tmp/585256ac-17ff-42e3-9f8b-22e7003967eb/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:12:56 + docker run --rm --entrypoint=python dockerbuildbot/docker-py:py3-2d219ff739cbb743db5fd6d5e2988cede39a03e8 /src/scripts/versions.py
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] parallel
[Pipeline] { (Branch: py2.7_19.03.12)
[Pipeline] { (Branch: py2.7_19.03.13-beta2)
[Pipeline] { (Branch: py3.7_19.03.12)
[Pipeline] { (Branch: py3.7_19.03.13-beta2)
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-01c5189a72d35c528) in /home/ubuntu/workspace/docker-py_PR-2637
[Pipeline] node
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-mem (i-01aec7bb3098c6697) in /home/ubuntu/workspace/docker-py_PR-2637
[Pipeline] {
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0b8462d27e4cb54c8) in /home/ubuntu/workspace/docker-py_PR-2637
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
[Pipeline] withDockerRegistry
$ 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-2637@tmp/1d389e8c-4b77-4c87-93aa-b5f4196cb78b/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
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-2637@tmp/c376aa61-f192-42fb-a5a2-5461a9b9b815/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] {
[Pipeline] wrap
[Pipeline] echo
16:13:23 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
16:13:23 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-2637@tmp/f0de3bed-b9cc-4f63-9042-da238b275fef/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] echo
16:13:23 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
16:13:23 chowning workspace
[Pipeline] sh
[Pipeline] {
[Pipeline] echo
16:13:23 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
16:13:23 chowning workspace
[Pipeline] sh
16:13:23 + pwd
16:13:23 + id -u
16:13:23 + id -g
16:13:23 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2637:/workspace busybox chown -R 1000:1000 /workspace
16:13:23 + pwd
16:13:23 + id -u
16:13:23 + id -g
16:13:23 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2637:/workspace busybox chown -R 1000:1000 /workspace
16:13:23 + pwd
16:13:23 + id -u
16:13:23 + id -g
16:13:23 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2637:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
16:13:23 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
16:13:24 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
16:13:24 Removing all docker containers
[Pipeline] sh
16:13:24 + docker container ls -aq
[Pipeline] echo
16:13:24 Docker containers have been removed
[Pipeline] echo
16:13:24 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
16:13:24 + docker container ls -aq
[Pipeline] echo
16:13:24 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.12)
[Pipeline] echo
16:13:24 Docker containers have been removed
[Pipeline] echo
16:13:24 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] checkout
16:13:24 + docker container ls -aq
[Pipeline] echo
16:13:24 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.13-beta2)
[Pipeline] echo
16:13:24 Docker containers have been removed
[Pipeline] echo
16:13:24 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
16:13:24 using credential docker-jenkins-github-credentials
[Pipeline] checkout
16:13:24 Cloning the remote Git repository
16:13:24 Cloning with configured refspecs honoured and without tags
[Pipeline] echo
16:13:24 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.12)
16:13:24 using credential docker-jenkins-github-credentials
[Pipeline] checkout
16:13:24 Cloning the remote Git repository
16:13:24 Cloning with configured refspecs honoured and without tags
16:13:24 using credential docker-jenkins-github-credentials
16:13:24 Cloning the remote Git repository
16:13:24 Cloning with configured refspecs honoured and without tags
16:13:25 Fetching without tags
16:13:25 Fetching without tags
16:13:25 Fetching without tags
16:13:25 Merging remotes/origin/release commit 7f11cd417956c51e9df27fd640fff25d99085322 into PR head commit 2d219ff739cbb743db5fd6d5e2988cede39a03e8
16:13:25 Merging remotes/origin/release commit 7f11cd417956c51e9df27fd640fff25d99085322 into PR head commit 2d219ff739cbb743db5fd6d5e2988cede39a03e8
16:13:25 Merging remotes/origin/release commit 7f11cd417956c51e9df27fd640fff25d99085322 into PR head commit 2d219ff739cbb743db5fd6d5e2988cede39a03e8
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2637 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2637/head:refs/remotes/origin/PR-2637 +refs/heads/release:refs/remotes/origin/release # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2637/head:refs/remotes/origin/PR-2637 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/release:refs/remotes/origin/release # 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/2637/head:refs/remotes/origin/PR-2637 +refs/heads/release:refs/remotes/origin/release # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2d219ff739cbb743db5fd6d5e2988cede39a03e8 # timeout=10
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2637 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2637/head:refs/remotes/origin/PR-2637 +refs/heads/release:refs/remotes/origin/release # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2637/head:refs/remotes/origin/PR-2637 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/release:refs/remotes/origin/release # 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/2637/head:refs/remotes/origin/PR-2637 +refs/heads/release:refs/remotes/origin/release # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2d219ff739cbb743db5fd6d5e2988cede39a03e8 # timeout=10
 > git merge 7f11cd417956c51e9df27fd640fff25d99085322 # timeout=10
16:13:25 Merge succeeded, producing 2d219ff739cbb743db5fd6d5e2988cede39a03e8
16:13:25 Checking out Revision 2d219ff739cbb743db5fd6d5e2988cede39a03e8 (PR-2637)
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2637 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2637/head:refs/remotes/origin/PR-2637 +refs/heads/release:refs/remotes/origin/release # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2637/head:refs/remotes/origin/PR-2637 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/release:refs/remotes/origin/release # 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/2637/head:refs/remotes/origin/PR-2637 +refs/heads/release:refs/remotes/origin/release # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2d219ff739cbb743db5fd6d5e2988cede39a03e8 # timeout=10
 > git merge 7f11cd417956c51e9df27fd640fff25d99085322 # timeout=10
16:13:25 Merge succeeded, producing 2d219ff739cbb743db5fd6d5e2988cede39a03e8
16:13:25 Checking out Revision 2d219ff739cbb743db5fd6d5e2988cede39a03e8 (PR-2637)
16:13:25 Merge succeeded, producing 2d219ff739cbb743db5fd6d5e2988cede39a03e8
16:13:25 Checking out Revision 2d219ff739cbb743db5fd6d5e2988cede39a03e8 (PR-2637)
16:13:25 Commit message: "Prepare release 4.3.0"
16:13:25 Commit message: "Prepare release 4.3.0"
16:13:25 Commit message: "Prepare release 4.3.0"
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
16:13:26 + docker network create dpy-testnet-1-0-py2.7-19.03.12
16:13:26 f55dc637f9d65c1a70a5ddb3dec8af56f210b515ca1a85c8d6e0263809c97662
[Pipeline] sh
16:13:26 + docker network create dpy-testnet-1-0-py3.7-19.03.12
16:13:26 9670101df6aac90967c2e4d0d48d1291704479013a9ccd3dc7a0bcbb64fa964c
[Pipeline] sh
16:13:26 + docker network create dpy-testnet-1-0-py2.7-19.03.13-beta2
16:13:26 57a605e68a0f74918d51e77c44eb085951b1fc0f2350d3938ad32486f7fc1482
[Pipeline] sh
 > git merge 7f11cd417956c51e9df27fd640fff25d99085322 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2d219ff739cbb743db5fd6d5e2988cede39a03e8 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2d219ff739cbb743db5fd6d5e2988cede39a03e8 # timeout=10
 > git --version # timeout=10
fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
 > git --version # timeout=10
fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2d219ff739cbb743db5fd6d5e2988cede39a03e8 # timeout=10
 > git --version # timeout=10
fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
16:13:26 + docker run -d --name dpy-dind-1-0-py2.7-19.03.12 -v /tmp --privileged --network dpy-testnet-1-0-py2.7-19.03.12 docker:19.03.12-dind dockerd -H tcp://0.0.0.0:2375
16:13:26 Unable to find image 'docker:19.03.12-dind' locally
16:13:26 19.03.12-dind: Pulling from library/docker
16:13:26 df20fa9351a1: Pulling fs layer
16:13:26 25ad7478873d: Pulling fs layer
16:13:26 4684f6177b5d: Pulling fs layer
16:13:26 46e300cec669: Pulling fs layer
16:13:26 63038576ad94: Pulling fs layer
16:13:26 0fdb76c4706c: Pulling fs layer
16:13:26 cb7edeffdfd5: Pulling fs layer
16:13:26 cc28bd76800f: Pulling fs layer
16:13:26 54196fe38f7e: Pulling fs layer
16:13:26 ea71acc29633: Pulling fs layer
16:13:26 657cc4c15165: Pulling fs layer
16:13:26 cb7edeffdfd5: Waiting
16:13:26 cc28bd76800f: Waiting
16:13:26 54196fe38f7e: Waiting
16:13:26 ea71acc29633: Waiting
16:13:26 657cc4c15165: Waiting
16:13:26 46e300cec669: Waiting
16:13:26 63038576ad94: Waiting
16:13:26 0fdb76c4706c: Waiting
16:13:26 4684f6177b5d: Verifying Checksum
16:13:26 4684f6177b5d: Download complete
16:13:26 + docker run -d --name dpy-dind-1-0-py3.7-19.03.12 -v /tmp --privileged --network dpy-testnet-1-0-py3.7-19.03.12 docker:19.03.12-dind dockerd -H tcp://0.0.0.0:2375
16:13:26 b90b6ce935b82d0dd3cd7d21f90b66ac9ba2998c6c2ca6d7b584779f33af57bf
16:13:26 + docker run -d --name dpy-dind-1-0-py2.7-19.03.13-beta2 -v /tmp --privileged --network dpy-testnet-1-0-py2.7-19.03.13-beta2 docker:19.03.13-beta2-dind dockerd -H tcp://0.0.0.0:2375
16:13:26 8780256c0b8fe9fdbccff4d65daf400befd6dab8fe3097de02409de0fd483bae
16:13:26 25ad7478873d: Verifying Checksum
16:13:26 25ad7478873d: Download complete
16:13:26 df20fa9351a1: Verifying Checksum
16:13:26 df20fa9351a1: Download complete
16:13:26 0fdb76c4706c: Verifying Checksum
16:13:26 0fdb76c4706c: Download complete
16:13:26 cb7edeffdfd5: Verifying Checksum
16:13:26 cb7edeffdfd5: Download complete
16:13:26 63038576ad94: Verifying Checksum
16:13:26 63038576ad94: Download complete
[Pipeline] sh
[Pipeline] sh
16:13:27 df20fa9351a1: Pull complete
16:13:27 54196fe38f7e: Verifying Checksum
16:13:27 54196fe38f7e: Download complete
16:13:27 cc28bd76800f: Verifying Checksum
16:13:27 cc28bd76800f: Download complete
16:13:27 ea71acc29633: Verifying Checksum
16:13:27 ea71acc29633: Download complete
16:13:27 657cc4c15165: Verifying Checksum
16:13:27 657cc4c15165: Download complete
16:13:27 + docker run --name dpy-tests-1-0-py3.7-19.03.12 -e DOCKER_HOST=tcp://dpy-dind-1-0-py3.7-19.03.12:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-1-0-py3.7-19.03.12 --volumes-from dpy-dind-1-0-py3.7-19.03.12 dockerbuildbot/docker-py:py3-2d219ff739cbb743db5fd6d5e2988cede39a03e8 py.test -v -rxs --cov=docker tests/
16:13:27 + docker run --name dpy-tests-1-0-py2.7-19.03.13-beta2 -e DOCKER_HOST=tcp://dpy-dind-1-0-py2.7-19.03.13-beta2:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-1-0-py2.7-19.03.13-beta2 --volumes-from dpy-dind-1-0-py2.7-19.03.13-beta2 dockerbuildbot/docker-py:py2-2d219ff739cbb743db5fd6d5e2988cede39a03e8 py.test -v -rxs --cov=docker tests/
16:13:27 Unable to find image 'dockerbuildbot/docker-py:py2-2d219ff739cbb743db5fd6d5e2988cede39a03e8' locally
16:13:27 py2-2d219ff739cbb743db5fd6d5e2988cede39a03e8: Pulling from dockerbuildbot/docker-py
16:13:27 7e2b2a5af8f6: Pulling fs layer
16:13:27 09b6f03ffac4: Pulling fs layer
16:13:27 dc3f0c679f0f: Pulling fs layer
16:13:27 fd4b47407fc3: Pulling fs layer
16:13:27 b32f6bf7d96d: Pulling fs layer
16:13:27 6f4489a7e4cf: Pulling fs layer
16:13:27 af4b99ad9ef0: Pulling fs layer
16:13:27 39db0bc48c26: Pulling fs layer
16:13:27 acb4a89489fc: Pulling fs layer
16:13:27 67bf5e489e70: Pulling fs layer
16:13:27 feb4c910b379: Pulling fs layer
16:13:27 69aac06b5705: Pulling fs layer
16:13:27 abcee8100f69: Pulling fs layer
16:13:27 27e8edc25577: Pulling fs layer
16:13:27 615adcdb9fee: Pulling fs layer
16:13:27 8f849d5f3f8c: Pulling fs layer
16:13:27 ce2d8b42d2e8: Pulling fs layer
16:13:27 3540ba12e7a9: Pulling fs layer
16:13:27 e33e1f27b72d: Pulling fs layer
16:13:27 96d88c9e244c: Pulling fs layer
16:13:27 8a33ab26d583: Pulling fs layer
16:13:27 7108c207f8c9: Pulling fs layer
16:13:27 a3df6d2bf9ae: Pulling fs layer
16:13:27 7d3443626aa9: Pulling fs layer
16:13:27 abcee8100f69: Waiting
16:13:27 27e8edc25577: Waiting
16:13:27 615adcdb9fee: Waiting
16:13:27 8f849d5f3f8c: Waiting
16:13:27 ce2d8b42d2e8: Waiting
16:13:27 3540ba12e7a9: Waiting
16:13:27 e33e1f27b72d: Waiting
16:13:27 96d88c9e244c: Waiting
16:13:27 8a33ab26d583: Waiting
16:13:27 7108c207f8c9: Waiting
16:13:27 a3df6d2bf9ae: Waiting
16:13:27 7d3443626aa9: Waiting
16:13:27 fd4b47407fc3: Waiting
16:13:27 b32f6bf7d96d: Waiting
16:13:27 6f4489a7e4cf: Waiting
16:13:27 af4b99ad9ef0: Waiting
16:13:27 39db0bc48c26: Waiting
16:13:27 acb4a89489fc: Waiting
16:13:27 67bf5e489e70: Waiting
16:13:27 feb4c910b379: Waiting
16:13:27 69aac06b5705: Waiting
16:13:27 25ad7478873d: Pull complete
16:13:27 4684f6177b5d: Pull complete
16:13:27 dc3f0c679f0f: Verifying Checksum
16:13:27 dc3f0c679f0f: Download complete
16:13:27 46e300cec669: Download complete
16:13:27 09b6f03ffac4: Verifying Checksum
16:13:27 09b6f03ffac4: Download complete
16:13:27 7e2b2a5af8f6: Verifying Checksum
16:13:27 7e2b2a5af8f6: Download complete
16:13:27 ============================= test session starts ==============================
16:13:27 platform linux -- Python 3.7.8, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python
16:13:27 cachedir: .pytest_cache
16:13:27 rootdir: /src, inifile: pytest.ini
16:13:27 plugins: cov-2.6.1, timeout-1.3.3
16:13:28 fd4b47407fc3: Verifying Checksum
16:13:28 fd4b47407fc3: Download complete
16:13:28 6f4489a7e4cf: Verifying Checksum
16:13:28 6f4489a7e4cf: Download complete
16:13:28 39db0bc48c26: Verifying Checksum
16:13:28 39db0bc48c26: Download complete
16:13:28 collecting ... collected 0 items / 1 errors
16:13:28 af4b99ad9ef0: Verifying Checksum
16:13:28 af4b99ad9ef0: Download complete
16:13:28 acb4a89489fc: Verifying Checksum
16:13:28 acb4a89489fc: Download complete
16:13:28 67bf5e489e70: Verifying Checksum
16:13:28 67bf5e489e70: Download complete
16:13:28 69aac06b5705: Verifying Checksum
16:13:28 69aac06b5705: Download complete
16:13:28 feb4c910b379: Verifying Checksum
16:13:28 feb4c910b379: Download complete
16:13:28 abcee8100f69: Verifying Checksum
16:13:28 abcee8100f69: Download complete
16:13:28 615adcdb9fee: Verifying Checksum
16:13:28 615adcdb9fee: Download complete
16:13:28 27e8edc25577: Verifying Checksum
16:13:28 27e8edc25577: Download complete
16:13:28 ce2d8b42d2e8: Verifying Checksum
16:13:28 ce2d8b42d2e8: Download complete
16:13:28 
16:13:28 ==================================== ERRORS ====================================
16:13:28 ______________________________ ERROR collecting  _______________________________
16:13:28 /usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py:429: in _importconftest
16:13:28     return self._conftestpath2mod[conftestpath]
16:13:28 E   KeyError: local('/src/tests/integration/conftest.py')
16:13:28 
16:13:28 During handling of the above exception, another exception occurred:
16:13:28 /usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py:435: in _importconftest
16:13:28     mod = conftestpath.pyimport()
16:13:28 /usr/local/lib/python3.7/site-packages/py/_path/local.py:704: in pyimport
16:13:28     __import__(modname)
16:13:28 <frozen importlib._bootstrap>:983: in _find_and_load
16:13:28     ???
16:13:28 <frozen importlib._bootstrap>:967: in _find_and_load_unlocked
16:13:28     ???
16:13:28 <frozen importlib._bootstrap>:668: in _load_unlocked
16:13:28     ???
16:13:28 <frozen importlib._bootstrap>:638: in _load_backward_compatible
16:13:28     ???
16:13:28 /usr/local/lib/python3.7/site-packages/_pytest/assertion/rewrite.py:296: in load_module
16:13:28     six.exec_(co, mod.__dict__)
16:13:28 tests/integration/conftest.py:6: in <module>
16:13:28     import docker.errors
16:13:28 docker/__init__.py:4: in <module>
16:13:28     from .context import Context
16:13:28 docker/context/__init__.py:2: in <module>
16:13:28     from .context import Context
16:13:28 E     File "/src/docker/context/context.py", line 189
16:13:28 E       <<<<<<< HEAD
16:13:28 E                  ^
16:13:28 E   IndentationError: expected an indented block
16:13:28 
16:13:28 During handling of the above exception, another exception occurred:
16:13:28 /usr/local/lib/python3.7/site-packages/py/_path/common.py:383: in visit
16:13:28     for x in Visitor(fil, rec, ignore, bf, sort).gen(self):
16:13:28 /usr/local/lib/python3.7/site-packages/py/_path/common.py:424: in gen
16:13:28     dirs = self.optsort([p for p in entries
16:13:28 /usr/local/lib/python3.7/site-packages/py/_path/common.py:425: in <listcomp>
16:13:28     if p.check(dir=1) and (rec is None or rec(p))])
16:13:28 /usr/local/lib/python3.7/site-packages/_pytest/main.py:651: in _recurse
16:13:28     ihook = self.gethookproxy(dirpath)
16:13:28 /usr/local/lib/python3.7/site-packages/_pytest/main.py:472: in gethookproxy
16:13:28     my_conftestmodules = pm._getconftestmodules(fspath)
16:13:28 /usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py:413: in _getconftestmodules
16:13:28     mod = self._importconftest(conftestpath.realpath())
16:13:28 /usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py:452: in _importconftest
16:13:28     raise ConftestImportFailure(conftestpath, sys.exc_info())
16:13:28 E   _pytest.config.ConftestImportFailure: (local('/src/tests/integration/conftest.py'), (<class 'IndentationError'>, IndentationError('expected an indented block', ('/src/docker/context/context.py', 189, 0, '<<<<<<< HEAD\n')), <traceback object at 0x7fce0d9724b0>))
16:13:28 =============================== warnings summary ===============================
16:13:28 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
16:13:28   /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
16:13:28     from collections import MutableMapping
16:13:28 
16:13:28 -- Docs: https://docs.pytest.org/en/latest/warnings.html
16:13:28 
16:13:28 ----------- coverage: platform linux, python 3.7.8-final-0 -----------
16:13:28 Name                                  Stmts   Miss Branch BrPart  Cover
16:13:28 -----------------------------------------------------------------------
16:13:28 docker/__init__.py                        8      5      0      0    38%
16:13:28 docker/api/__init__.py                    1      0      0      0   100%
16:13:28 docker/api/build.py                     126    112     93      0     6%
16:13:28 docker/api/client.py                    265    200    100      0    18%
16:13:28 docker/api/config.py                     31     19      6      0    32%
16:13:28 docker/api/container.py                 266    208    104      0    16%
16:13:28 docker/api/daemon.py                     39     29     14      0    19%
16:13:28 docker/api/exec_api.py                   46     36     22      0    15%
16:13:28 docker/api/image.py                     149    116     52      0    16%
16:13:28 docker/api/network.py                    90     74     48      0    12%
16:13:28 docker/api/plugin.py                     90     68     14      0    21%
16:13:28 docker/api/secret.py                     36     23     10      0    28%
16:13:28 docker/api/service.py                   200    176    149      0     7%
16:13:28 docker/api/swarm.py                     106     77     38      0    20%
16:13:28 docker/api/volume.py                     38     29     14      0    17%
16:13:28 docker/auth.py                          198    159     74      0    14%
16:13:28 docker/client.py                         67     25      2      0    61%
16:13:28 docker/constants.py                      20      0      0      0   100%
16:13:28 docker/context/__init__.py                2      1      0      0    50%
16:13:28 docker/context/api.py                    78     78     38      0     0%
16:13:28 docker/context/config.py                 61     61     16      0     0%
16:13:28 docker/credentials/__init__.py            3      0      0      0   100%
16:13:28 docker/credentials/constants.py           4      0      0      0   100%
16:13:28 docker/credentials/errors.py             11      4      2      0    54%
16:13:28 docker/credentials/store.py              50     35     16      0    23%
16:13:28 docker/credentials/utils.py              23     18     12      0    14%
16:13:28 docker/errors.py                        110     60     20      0    38%
16:13:28 docker/models/__init__.py                 0      0      0      0   100%
16:13:28 docker/models/configs.py                 21      8      2      0    57%
16:13:28 docker/models/containers.py             183    131     70      0    21%
16:13:28 docker/models/images.py                 137     92     58      0    23%
16:13:28 docker/models/networks.py                37     20     12      0    35%
16:13:28 docker/models/nodes.py                   15      5      2      0    59%
16:13:28 docker/models/plugins.py                 49     30     10      0    32%
16:13:28 docker/models/resource.py                41     24      6      0    36%
16:13:28 docker/models/secrets.py                 21      8      2      0    57%
16:13:28 docker/models/services.py                87     63     36      0    20%
16:13:28 docker/models/swarm.py                   39     21      6      0    40%
16:13:28 docker/models/volumes.py                 23     10      4      0    48%
16:13:28 docker/tls.py                            37     26     14      0    22%
16:13:28 docker/transport/__init__.py             11      3      0      0    73%
16:13:28 docker/transport/basehttpadapter.py       6      3      2      0    38%
16:13:28 docker/transport/npipeconn.py            58     53     10      0     7%
16:13:28 docker/transport/npipesocket.py         137    132     22      0     3%
16:13:28 docker/transport/sshconn.py              87     61     22      1    25%
16:13:28 docker/transport/ssladapter.py           36     22     10      1    33%
16:13:28 docker/transport/unixconn.py             65     41     12      0    31%
16:13:28 docker/types/__init__.py                  6      0      0      0   100%
16:13:28 docker/types/base.py                      5      2      2      0    43%
16:13:28 docker/types/containers.py              418    375    328      0     6%
16:13:28 docker/types/daemon.py                   36     26     14      0    20%
16:13:28 docker/types/healthcheck.py              34     20      4      0    37%
16:13:28 docker/types/networks.py                 41     31     28      0    14%
16:13:28 docker/types/services.py                312    259    206      0    10%
16:13:28 docker/types/swarm.py                    51     45     40      0     7%
16:13:28 docker/utils/__init__.py                  3      0      0      0   100%
16:13:28 docker/utils/build.py                   154    129     76      0    11%
16:13:28 docker/utils/config.py                   36     25     10      0    24%
16:13:28 docker/utils/decorators.py               32     15     12      0    39%
16:13:28 docker/utils/fnmatch.py                  55     47     28      0    10%
16:13:28 docker/utils/json_stream.py              43     31     14      1    23%
16:13:28 docker/utils/ports.py                    50     50     32      0     0%
16:13:28 docker/utils/proxy.py                    32     22     12      0    23%
16:13:28 docker/utils/socket.py                   86     64     40      0    17%
16:13:28 docker/utils/utils.py                   285    244    177      1     9%
16:13:28 docker/version.py                         2      0      2      0   100%
16:13:28 -----------------------------------------------------------------------
16:13:28 TOTAL                                  4889   3751   2169      4    16%
16:13:28 
16:13:28 !!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!
16:13:28 ===================== 1 warnings, 1 error in 1.13 seconds ======================
16:13:28 3540ba12e7a9: Verifying Checksum
16:13:28 3540ba12e7a9: Download complete
16:13:28 8f849d5f3f8c: Verifying Checksum
16:13:28 8f849d5f3f8c: Download complete
16:13:28 e33e1f27b72d: Verifying Checksum
16:13:28 e33e1f27b72d: Download complete
16:13:28 96d88c9e244c: Verifying Checksum
16:13:28 96d88c9e244c: Download complete
16:13:28 8a33ab26d583: Verifying Checksum
16:13:28 8a33ab26d583: Download complete
[Pipeline] sh
16:13:29 a3df6d2bf9ae: Verifying Checksum
16:13:29 a3df6d2bf9ae: Download complete
16:13:29 7108c207f8c9: Verifying Checksum
16:13:29 7108c207f8c9: Download complete
16:13:29 7d3443626aa9: Verifying Checksum
16:13:29 7d3443626aa9: Download complete
16:13:29 + docker stop dpy-dind-1-0-py3.7-19.03.12 dpy-tests-1-0-py3.7-19.03.12
16:13:29 46e300cec669: Pull complete
16:13:29 63038576ad94: Pull complete
16:13:29 0fdb76c4706c: Pull complete
16:13:29 cb7edeffdfd5: Pull complete
16:13:29 cc28bd76800f: Pull complete
16:13:29 54196fe38f7e: Pull complete
16:13:29 ea71acc29633: Pull complete
16:13:29 657cc4c15165: Pull complete
16:13:29 Digest: sha256:674f1f40ff7c8ac14f5d8b6b28d8fb1f182647ff75304d018003f1e21a0d8771
16:13:29 Status: Downloaded newer image for docker:19.03.12-dind
16:13:30 b32f6bf7d96d: Verifying Checksum
16:13:30 b32f6bf7d96d: Download complete
16:13:30 dpy-dind-1-0-py3.7-19.03.12
16:13:30 dpy-tests-1-0-py3.7-19.03.12
16:13:30 + docker rm -vf dpy-dind-1-0-py3.7-19.03.12 dpy-tests-1-0-py3.7-19.03.12
16:13:30 dpy-dind-1-0-py3.7-19.03.12
16:13:30 dpy-tests-1-0-py3.7-19.03.12
16:13:30 + docker network rm dpy-testnet-1-0-py3.7-19.03.12
16:13:30 dpy-testnet-1-0-py3.7-19.03.12
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-mem (i-01aec7bb3098c6697) in /home/ubuntu/workspace/docker-py_PR-2637
[Pipeline] // node
[Pipeline] {
[Pipeline] }
Failed in branch py3.7_19.03.12
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2637@tmp/506fe1ef-fd29-4895-b17d-5f85aa00cd71/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:13:30 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
16:13:30 chowning workspace
[Pipeline] sh
16:13:31 + pwd
16:13:31 + id -u
16:13:31 + id -g
16:13:31 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2637:/workspace busybox chown -R 1000:1000 /workspace
16:13:31 7e2b2a5af8f6: Pull complete
16:13:31 09b6f03ffac4: Pull complete
16:13:31 dc3f0c679f0f: Pull complete
[Pipeline] echo
16:13:31 Removing all docker containers
[Pipeline] sh
16:13:31 + docker container ls -aq
[Pipeline] echo
16:13:31 Docker containers have been removed
[Pipeline] echo
16:13:31 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
16:13:32 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.13-beta2)
[Pipeline] checkout
16:13:32 using credential docker-jenkins-github-credentials
16:13:32 Cloning the remote Git repository
16:13:32 Cloning with configured refspecs honoured and without tags
16:13:32 Fetching without tags
16:13:32 Merging remotes/origin/release commit 7f11cd417956c51e9df27fd640fff25d99085322 into PR head commit 2d219ff739cbb743db5fd6d5e2988cede39a03e8
16:13:32 Merge succeeded, producing 2d219ff739cbb743db5fd6d5e2988cede39a03e8
16:13:32 Checking out Revision 2d219ff739cbb743db5fd6d5e2988cede39a03e8 (PR-2637)
16:13:32 Commit message: "Prepare release 4.3.0"
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2637 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2637/head:refs/remotes/origin/PR-2637 +refs/heads/release:refs/remotes/origin/release # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2637/head:refs/remotes/origin/PR-2637 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/release:refs/remotes/origin/release # 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/2637/head:refs/remotes/origin/PR-2637 +refs/heads/release:refs/remotes/origin/release # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2d219ff739cbb743db5fd6d5e2988cede39a03e8 # timeout=10
 > git merge 7f11cd417956c51e9df27fd640fff25d99085322 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2d219ff739cbb743db5fd6d5e2988cede39a03e8 # timeout=10
[Pipeline] sh
16:13:33 + docker network create dpy-testnet-1-0-py3.7-19.03.13-beta2
16:13:33 47d7049408290b7244cf81613abbd18c32f316c3ac4ef3aeb929b332d8549e0a
[Pipeline] sh
 > git --version # timeout=10
fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
16:13:34 + docker run -d --name dpy-dind-1-0-py3.7-19.03.13-beta2 -v /tmp --privileged --network dpy-testnet-1-0-py3.7-19.03.13-beta2 docker:19.03.13-beta2-dind dockerd -H tcp://0.0.0.0:2375
16:13:34 Unable to find image 'docker:19.03.13-beta2-dind' locally
16:13:34 19.03.13-beta2-dind: Pulling from library/docker
16:13:34 fd4b47407fc3: Pull complete
16:13:34 df20fa9351a1: Already exists
16:13:34 25ad7478873d: Already exists
16:13:34 4684f6177b5d: Already exists
16:13:34 6a7bc71302bb: Pulling fs layer
16:13:34 ffa883581c86: Pulling fs layer
16:13:34 c63137de011e: Pulling fs layer
16:13:34 963dfd0472c9: Pulling fs layer
16:13:34 06f4d368cf7c: Pulling fs layer
16:13:34 88924d48d2df: Pulling fs layer
16:13:34 e2fccac7c8b3: Pulling fs layer
16:13:34 d607daba1a35: Pulling fs layer
16:13:34 06f4d368cf7c: Waiting
16:13:34 88924d48d2df: Waiting
16:13:34 e2fccac7c8b3: Waiting
16:13:34 d607daba1a35: Waiting
16:13:34 963dfd0472c9: Waiting
16:13:34 ffa883581c86: Verifying Checksum
16:13:34 ffa883581c86: Download complete
16:13:34 963dfd0472c9: Verifying Checksum
16:13:34 963dfd0472c9: Download complete
16:13:34 c63137de011e: Verifying Checksum
16:13:34 c63137de011e: Download complete
16:13:34 88924d48d2df: Verifying Checksum
16:13:34 88924d48d2df: Download complete
16:13:34 e2fccac7c8b3: Verifying Checksum
16:13:34 e2fccac7c8b3: Download complete
16:13:34 d607daba1a35: Download complete
16:13:34 06f4d368cf7c: Verifying Checksum
16:13:34 06f4d368cf7c: Download complete
16:13:34 6a7bc71302bb: Verifying Checksum
16:13:34 6a7bc71302bb: Download complete
16:13:35 8ef0a6801f97b51724f52f7a29db055f52120c02276724a7e45f2ce88692cb08
[Pipeline] sh
16:13:35 + docker run --name dpy-tests-1-0-py2.7-19.03.12 -e DOCKER_HOST=tcp://dpy-dind-1-0-py2.7-19.03.12:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-1-0-py2.7-19.03.12 --volumes-from dpy-dind-1-0-py2.7-19.03.12 dockerbuildbot/docker-py:py2-2d219ff739cbb743db5fd6d5e2988cede39a03e8 py.test -v -rxs --cov=docker tests/
16:13:36 6a7bc71302bb: Pull complete
16:13:36 ffa883581c86: Pull complete
16:13:36 c63137de011e: Pull complete
16:13:36 ============================= test session starts ==============================
16:13:36 platform linux2 -- Python 2.7.18, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python
16:13:36 cachedir: .pytest_cache
16:13:36 rootdir: /src, inifile: pytest.ini
16:13:36 plugins: cov-2.6.1, timeout-1.3.3
16:13:37 963dfd0472c9: Pull complete
16:13:37 collecting ... collected 0 items / 1 errors
16:13:37 06f4d368cf7c: Pull complete
16:13:37 88924d48d2df: Pull complete
16:13:37 e2fccac7c8b3: Pull complete
16:13:37 d607daba1a35: Pull complete
16:13:37 Digest: sha256:f3056b5eb11aa6f0dadb42510f681089dfec13c18e0032a91e67f5c50541ce93
16:13:37 Status: Downloaded newer image for docker:19.03.13-beta2-dind
16:13:37 
16:13:37 ==================================== ERRORS ====================================
16:13:37 ______________________________ ERROR collecting  _______________________________
16:13:37 /usr/local/lib/python2.7/site-packages/py/_path/common.py:383: in visit
16:13:37     for x in Visitor(fil, rec, ignore, bf, sort).gen(self):
16:13:37 /usr/local/lib/python2.7/site-packages/py/_path/common.py:425: in gen
16:13:37     if p.check(dir=1) and (rec is None or rec(p))])
16:13:37 /usr/local/lib/python2.7/site-packages/_pytest/main.py:651: in _recurse
16:13:37     ihook = self.gethookproxy(dirpath)
16:13:37 /usr/local/lib/python2.7/site-packages/_pytest/main.py:472: in gethookproxy
16:13:37     my_conftestmodules = pm._getconftestmodules(fspath)
16:13:37 /usr/local/lib/python2.7/site-packages/_pytest/config/__init__.py:413: in _getconftestmodules
16:13:37     mod = self._importconftest(conftestpath.realpath())
16:13:37 /usr/local/lib/python2.7/site-packages/_pytest/config/__init__.py:452: in _importconftest
16:13:37     raise ConftestImportFailure(conftestpath, sys.exc_info())
16:13:37 E   ConftestImportFailure: (local('/src/tests/integration/conftest.py'), (<type 'exceptions.IndentationError'>, IndentationError('expected an indented block', ('/src/docker/context/context.py', 189, 0, '<<<<<<< HEAD\n')), <traceback object at 0x7f412464a820>))
16:13:37 
16:13:37 ---------- coverage: platform linux2, python 2.7.18-final-0 ----------
16:13:37 Name                                  Stmts   Miss Branch BrPart  Cover
16:13:37 -----------------------------------------------------------------------
16:13:37 docker/__init__.py                        8      5      0      0    38%
16:13:37 docker/api/__init__.py                    1      0      0      0   100%
16:13:37 docker/api/build.py                     126    112     92      0     6%
16:13:37 docker/api/client.py                    265    200     98      0    18%
16:13:37 docker/api/config.py                     31     19      6      0    32%
16:13:37 docker/api/container.py                 266    208    102      0    16%
16:13:37 docker/api/daemon.py                     39     29     14      0    19%
16:13:37 docker/api/exec_api.py                   46     36     22      0    15%
16:13:37 docker/api/image.py                     149    116     50      0    17%
16:13:37 docker/api/network.py                    90     74     48      0    12%
16:13:37 docker/api/plugin.py                     90     68     12      0    22%
16:13:37 docker/api/secret.py                     36     23     10      0    28%
16:13:37 docker/api/service.py                   200    176    149      0     7%
16:13:37 docker/api/swarm.py                     106     77     38      0    20%
16:13:37 docker/api/volume.py                     38     29     14      0    17%
16:13:37 docker/auth.py                          198    159     74      0    14%
16:13:37 docker/client.py                         67     25      2      0    61%
16:13:37 docker/constants.py                      20      0      0      0   100%
16:13:37 docker/context/__init__.py                2      1      0      0    50%
16:13:37 docker/context/api.py                    78     78     38      0     0%
16:13:37 docker/context/config.py                 61     61     16      0     0%
16:13:37 docker/credentials/__init__.py            3      0      0      0   100%
16:13:37 docker/credentials/constants.py           4      0      0      0   100%
16:13:37 docker/credentials/errors.py             11      4      2      0    54%
16:13:37 docker/credentials/store.py              50     35     16      0    23%
16:13:37 docker/credentials/utils.py              23     18     12      0    14%
16:13:37 docker/errors.py                        110     60     18      0    39%
16:13:37 docker/models/__init__.py                 0      0      0      0   100%
16:13:37 docker/models/configs.py                 21      8      0      0    62%
16:13:37 docker/models/containers.py             183    131     60      0    21%
16:13:37 docker/models/images.py                 137     92     52      0    24%
16:13:37 docker/models/networks.py                37     20      8      0    38%
16:13:37 docker/models/nodes.py                   15      5      0      0    67%
16:13:37 docker/models/plugins.py                 49     30      8      0    33%
16:13:37 docker/models/resource.py                41     24      6      0    36%
16:13:37 docker/models/secrets.py                 21      8      0      0    62%
16:13:37 docker/models/services.py                87     63     34      0    20%
16:13:37 docker/models/swarm.py                   39     21      6      0    40%
16:13:37 docker/models/volumes.py                 23     10      2      0    52%
16:13:37 docker/tls.py                            37     26     14      0    22%
16:13:37 docker/transport/__init__.py             11      3      0      0    73%
16:13:37 docker/transport/basehttpadapter.py       6      3      2      0    38%
16:13:37 docker/transport/npipeconn.py            58     53     10      0     7%
16:13:37 docker/transport/npipesocket.py         137    132     22      0     3%
16:13:37 docker/transport/sshconn.py              87     61     22      1    25%
16:13:37 docker/transport/ssladapter.py           36     20     10      1    37%
16:13:37 docker/transport/unixconn.py             65     41     12      0    31%
16:13:37 docker/types/__init__.py                  6      0      0      0   100%
16:13:37 docker/types/base.py                      5      2      2      0    43%
16:13:37 docker/types/containers.py              418    375    326      0     6%
16:13:37 docker/types/daemon.py                   36     26     14      0    20%
16:13:37 docker/types/healthcheck.py              34     20      4      0    37%
16:13:37 docker/types/networks.py                 41     31     28      0    14%
16:13:37 docker/types/services.py                312    259    206      0    10%
16:13:37 docker/types/swarm.py                    51     45     40      0     7%
16:13:37 docker/utils/__init__.py                  3      0      0      0   100%
16:13:37 docker/utils/build.py                   154    129     74      0    11%
16:13:37 docker/utils/config.py                   36     25     10      0    24%
16:13:37 docker/utils/decorators.py               32     15     12      0    39%
16:13:37 docker/utils/fnmatch.py                  55     47     28      0    10%
16:13:37 docker/utils/json_stream.py              43     31     14      1    23%
16:13:37 docker/utils/ports.py                    50     50     28      0     0%
16:13:37 docker/utils/proxy.py                    32     22     12      0    23%
16:13:37 docker/utils/socket.py                   86     64     40      0    17%
16:13:37 docker/utils/utils.py                   285    243    164      1    10%
16:13:37 docker/version.py                         2      0      0      0   100%
16:13:37 -----------------------------------------------------------------------
16:13:37 TOTAL                                  4889   3748   2103      4    16%
16:13:37 
16:13:37 !!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!
16:13:37 =========================== 1 error in 0.98 seconds ============================
[Pipeline] sh
16:13:38 + docker stop dpy-dind-1-0-py2.7-19.03.12 dpy-tests-1-0-py2.7-19.03.12
16:13:38 0093eb6750fe9cd665d8851912f0a36a09cd15e9726eb53a1e22ae40e9ca50e3
[Pipeline] sh
16:13:39 + docker run --name dpy-tests-1-0-py3.7-19.03.13-beta2 -e DOCKER_HOST=tcp://dpy-dind-1-0-py3.7-19.03.13-beta2:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-1-0-py3.7-19.03.13-beta2 --volumes-from dpy-dind-1-0-py3.7-19.03.13-beta2 dockerbuildbot/docker-py:py3-2d219ff739cbb743db5fd6d5e2988cede39a03e8 py.test -v -rxs --cov=docker tests/
16:13:39 ============================= test session starts ==============================
16:13:39 platform linux -- Python 3.7.8, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python
16:13:39 cachedir: .pytest_cache
16:13:39 rootdir: /src, inifile: pytest.ini
16:13:39 plugins: cov-2.6.1, timeout-1.3.3
16:13:39 dpy-dind-1-0-py2.7-19.03.12
16:13:39 dpy-tests-1-0-py2.7-19.03.12
16:13:39 + docker rm -vf dpy-dind-1-0-py2.7-19.03.12 dpy-tests-1-0-py2.7-19.03.12
16:13:39 dpy-dind-1-0-py2.7-19.03.12
16:13:39 dpy-tests-1-0-py2.7-19.03.12
16:13:39 + docker network rm dpy-testnet-1-0-py2.7-19.03.12
16:13:39 dpy-testnet-1-0-py2.7-19.03.12
[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:13:40 collecting ... collected 0 items / 1 errors
16:13:40 
16:13:40 ==================================== ERRORS ====================================
16:13:40 ______________________________ ERROR collecting  _______________________________
16:13:40 /usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py:429: in _importconftest
16:13:40     return self._conftestpath2mod[conftestpath]
16:13:40 E   KeyError: local('/src/tests/integration/conftest.py')
16:13:40 
16:13:40 During handling of the above exception, another exception occurred:
16:13:40 /usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py:435: in _importconftest
16:13:40     mod = conftestpath.pyimport()
16:13:40 /usr/local/lib/python3.7/site-packages/py/_path/local.py:704: in pyimport
16:13:40     __import__(modname)
16:13:40 <frozen importlib._bootstrap>:983: in _find_and_load
16:13:40     ???
16:13:40 <frozen importlib._bootstrap>:967: in _find_and_load_unlocked
16:13:40     ???
16:13:40 <frozen importlib._bootstrap>:668: in _load_unlocked
16:13:40     ???
16:13:40 <frozen importlib._bootstrap>:638: in _load_backward_compatible
16:13:40     ???
16:13:40 /usr/local/lib/python3.7/site-packages/_pytest/assertion/rewrite.py:296: in load_module
16:13:40     six.exec_(co, mod.__dict__)
16:13:40 tests/integration/conftest.py:6: in <module>
16:13:40     import docker.errors
16:13:40 docker/__init__.py:4: in <module>
16:13:40     from .context import Context
16:13:40 docker/context/__init__.py:2: in <module>
16:13:40     from .context import Context
16:13:40 E     File "/src/docker/context/context.py", line 189
16:13:40 E       <<<<<<< HEAD
16:13:40 E                  ^
16:13:40 E   IndentationError: expected an indented block
16:13:40 
16:13:40 During handling of the above exception, another exception occurred:
16:13:40 /usr/local/lib/python3.7/site-packages/py/_path/common.py:383: in visit
16:13:40     for x in Visitor(fil, rec, ignore, bf, sort).gen(self):
16:13:40 /usr/local/lib/python3.7/site-packages/py/_path/common.py:424: in gen
16:13:40     dirs = self.optsort([p for p in entries
16:13:40 /usr/local/lib/python3.7/site-packages/py/_path/common.py:425: in <listcomp>
16:13:40     if p.check(dir=1) and (rec is None or rec(p))])
16:13:40 /usr/local/lib/python3.7/site-packages/_pytest/main.py:651: in _recurse
16:13:40     ihook = self.gethookproxy(dirpath)
16:13:40 /usr/local/lib/python3.7/site-packages/_pytest/main.py:472: in gethookproxy
16:13:40     my_conftestmodules = pm._getconftestmodules(fspath)
16:13:40 /usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py:413: in _getconftestmodules
16:13:40     mod = self._importconftest(conftestpath.realpath())
16:13:40 /usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py:452: in _importconftest
16:13:40     raise ConftestImportFailure(conftestpath, sys.exc_info())
16:13:40 E   _pytest.config.ConftestImportFailure: (local('/src/tests/integration/conftest.py'), (<class 'IndentationError'>, IndentationError('expected an indented block', ('/src/docker/context/context.py', 189, 0, '<<<<<<< HEAD\n')), <traceback object at 0x7f95fe72b410>))
16:13:40 =============================== warnings summary ===============================
16:13:40 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
16:13:40   /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
16:13:40     from collections import MutableMapping
16:13:40 
16:13:40 -- Docs: https://docs.pytest.org/en/latest/warnings.html
16:13:40 
16:13:40 ----------- coverage: platform linux, python 3.7.8-final-0 -----------
16:13:40 Name                                  Stmts   Miss Branch BrPart  Cover
16:13:40 -----------------------------------------------------------------------
16:13:40 docker/__init__.py                        8      5      0      0    38%
16:13:40 docker/api/__init__.py                    1      0      0      0   100%
16:13:40 docker/api/build.py                     126    112     93      0     6%
16:13:40 docker/api/client.py                    265    200    100      0    18%
16:13:40 docker/api/config.py                     31     19      6      0    32%
16:13:40 docker/api/container.py                 266    208    104      0    16%
16:13:40 docker/api/daemon.py                     39     29     14      0    19%
16:13:40 docker/api/exec_api.py                   46     36     22      0    15%
16:13:40 docker/api/image.py                     149    116     52      0    16%
16:13:40 docker/api/network.py                    90     74     48      0    12%
16:13:40 docker/api/plugin.py                     90     68     14      0    21%
16:13:40 docker/api/secret.py                     36     23     10      0    28%
16:13:40 docker/api/service.py                   200    176    149      0     7%
16:13:40 docker/api/swarm.py                     106     77     38      0    20%
16:13:40 docker/api/volume.py                     38     29     14      0    17%
16:13:40 docker/auth.py                          198    159     74      0    14%
16:13:40 docker/client.py                         67     25      2      0    61%
16:13:40 docker/constants.py                      20      0      0      0   100%
16:13:40 docker/context/__init__.py                2      1      0      0    50%
16:13:40 docker/context/api.py                    78     78     38      0     0%
16:13:40 docker/context/config.py                 61     61     16      0     0%
16:13:40 docker/credentials/__init__.py            3      0      0      0   100%
16:13:40 docker/credentials/constants.py           4      0      0      0   100%
16:13:40 docker/credentials/errors.py             11      4      2      0    54%
16:13:40 docker/credentials/store.py              50     35     16      0    23%
16:13:40 docker/credentials/utils.py              23     18     12      0    14%
16:13:40 docker/errors.py                        110     60     20      0    38%
16:13:40 docker/models/__init__.py                 0      0      0      0   100%
16:13:40 docker/models/configs.py                 21      8      2      0    57%
16:13:40 docker/models/containers.py             183    131     70      0    21%
16:13:40 docker/models/images.py                 137     92     58      0    23%
16:13:40 docker/models/networks.py                37     20     12      0    35%
16:13:40 docker/models/nodes.py                   15      5      2      0    59%
16:13:40 docker/models/plugins.py                 49     30     10      0    32%
16:13:40 docker/models/resource.py                41     24      6      0    36%
16:13:40 docker/models/secrets.py                 21      8      2      0    57%
16:13:40 docker/models/services.py                87     63     36      0    20%
16:13:40 docker/models/swarm.py                   39     21      6      0    40%
16:13:40 docker/models/volumes.py                 23     10      4      0    48%
16:13:40 docker/tls.py                            37     26     14      0    22%
16:13:40 docker/transport/__init__.py             11      3      0      0    73%
16:13:40 docker/transport/basehttpadapter.py       6      3      2      0    38%
16:13:40 docker/transport/npipeconn.py            58     53     10      0     7%
16:13:40 docker/transport/npipesocket.py         137    132     22      0     3%
16:13:40 docker/transport/sshconn.py              87     61     22      1    25%
16:13:40 docker/transport/ssladapter.py           36     22     10      1    33%
16:13:40 docker/transport/unixconn.py             65     41     12      0    31%
16:13:40 docker/types/__init__.py                  6      0      0      0   100%
16:13:40 docker/types/base.py                      5      2      2      0    43%
16:13:40 docker/types/containers.py              418    375    328      0     6%
16:13:40 docker/types/daemon.py                   36     26     14      0    20%
16:13:40 docker/types/healthcheck.py              34     20      4      0    37%
16:13:40 docker/types/networks.py                 41     31     28      0    14%
16:13:40 docker/types/services.py                312    259    206      0    10%
16:13:40 docker/types/swarm.py                    51     45     40      0     7%
16:13:40 docker/utils/__init__.py                  3      0      0      0   100%
16:13:40 docker/utils/build.py                   154    129     76      0    11%
16:13:40 docker/utils/config.py                   36     25     10      0    24%
16:13:40 docker/utils/decorators.py               32     15     12      0    39%
16:13:40 docker/utils/fnmatch.py                  55     47     28      0    10%
16:13:40 docker/utils/json_stream.py              43     31     14      1    23%
16:13:40 docker/utils/ports.py                    50     50     32      0     0%
16:13:40 docker/utils/proxy.py                    32     22     12      0    23%
16:13:40 docker/utils/socket.py                   86     64     40      0    17%
16:13:40 docker/utils/utils.py                   285    244    177      1     9%
16:13:40 docker/version.py                         2      0      2      0   100%
16:13:40 -----------------------------------------------------------------------
16:13:40 TOTAL                                  4889   3751   2169      4    16%
16:13:40 
16:13:40 !!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!
16:13:40 ===================== 1 warnings, 1 error in 1.15 seconds ======================
16:13:40 b32f6bf7d96d: Pull complete
16:13:40 6f4489a7e4cf: Pull complete
[Pipeline] sh
16:13:41 af4b99ad9ef0: Pull complete
16:13:41 + docker stop dpy-dind-1-0-py3.7-19.03.13-beta2 dpy-tests-1-0-py3.7-19.03.13-beta2
16:13:41 39db0bc48c26: Pull complete
16:13:41 acb4a89489fc: Pull complete
16:13:42 67bf5e489e70: Pull complete
16:13:42 feb4c910b379: Pull complete
16:13:42 69aac06b5705: Pull complete
16:13:42 abcee8100f69: Pull complete
16:13:42 27e8edc25577: Pull complete
16:13:42 615adcdb9fee: Pull complete
16:13:42 8f849d5f3f8c: Pull complete
16:13:42 ce2d8b42d2e8: Pull complete
16:13:42 3540ba12e7a9: Pull complete
16:13:42 e33e1f27b72d: Pull complete
16:13:42 dpy-dind-1-0-py3.7-19.03.13-beta2
16:13:42 dpy-tests-1-0-py3.7-19.03.13-beta2
16:13:42 + docker rm -vf dpy-dind-1-0-py3.7-19.03.13-beta2 dpy-tests-1-0-py3.7-19.03.13-beta2
16:13:42 dpy-dind-1-0-py3.7-19.03.13-beta2
16:13:42 dpy-tests-1-0-py3.7-19.03.13-beta2
16:13:42 + docker network rm dpy-testnet-1-0-py3.7-19.03.13-beta2
16:13:42 dpy-testnet-1-0-py3.7-19.03.13-beta2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.13-beta2
16:13:43 96d88c9e244c: Pull complete
16:13:43 8a33ab26d583: Pull complete
16:13:43 7108c207f8c9: Pull complete
16:13:43 a3df6d2bf9ae: Pull complete
16:13:43 7d3443626aa9: Pull complete
16:13:43 Digest: sha256:a9b16885145ca1bd0e8c8ee0026ee83993e821a5344088e2c4866733d9c615c4
16:13:43 Status: Downloaded newer image for dockerbuildbot/docker-py:py2-2d219ff739cbb743db5fd6d5e2988cede39a03e8
16:13:45 ============================= test session starts ==============================
16:13:45 platform linux2 -- Python 2.7.18, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python
16:13:45 cachedir: .pytest_cache
16:13:45 rootdir: /src, inifile: pytest.ini
16:13:45 plugins: cov-2.6.1, timeout-1.3.3
16:13:46 collecting ... collected 0 items / 1 errors
16:13:47 
16:13:47 ==================================== ERRORS ====================================
16:13:47 ______________________________ ERROR collecting  _______________________________
16:13:47 /usr/local/lib/python2.7/site-packages/py/_path/common.py:383: in visit
16:13:47     for x in Visitor(fil, rec, ignore, bf, sort).gen(self):
16:13:47 /usr/local/lib/python2.7/site-packages/py/_path/common.py:425: in gen
16:13:47     if p.check(dir=1) and (rec is None or rec(p))])
16:13:47 /usr/local/lib/python2.7/site-packages/_pytest/main.py:651: in _recurse
16:13:47     ihook = self.gethookproxy(dirpath)
16:13:47 /usr/local/lib/python2.7/site-packages/_pytest/main.py:472: in gethookproxy
16:13:47     my_conftestmodules = pm._getconftestmodules(fspath)
16:13:47 /usr/local/lib/python2.7/site-packages/_pytest/config/__init__.py:413: in _getconftestmodules
16:13:47     mod = self._importconftest(conftestpath.realpath())
16:13:47 /usr/local/lib/python2.7/site-packages/_pytest/config/__init__.py:452: in _importconftest
16:13:47     raise ConftestImportFailure(conftestpath, sys.exc_info())
16:13:47 E   ConftestImportFailure: (local('/src/tests/integration/conftest.py'), (<type 'exceptions.IndentationError'>, IndentationError('expected an indented block', ('/src/docker/context/context.py', 189, 0, '<<<<<<< HEAD\n')), <traceback object at 0x7f8b78e497d0>))
16:13:47 
16:13:47 ---------- coverage: platform linux2, python 2.7.18-final-0 ----------
16:13:47 Name                                  Stmts   Miss Branch BrPart  Cover
16:13:47 -----------------------------------------------------------------------
16:13:47 docker/__init__.py                        8      5      0      0    38%
16:13:47 docker/api/__init__.py                    1      0      0      0   100%
16:13:47 docker/api/build.py                     126    112     92      0     6%
16:13:47 docker/api/client.py                    265    200     98      0    18%
16:13:47 docker/api/config.py                     31     19      6      0    32%
16:13:47 docker/api/container.py                 266    208    102      0    16%
16:13:47 docker/api/daemon.py                     39     29     14      0    19%
16:13:47 docker/api/exec_api.py                   46     36     22      0    15%
16:13:47 docker/api/image.py                     149    116     50      0    17%
16:13:47 docker/api/network.py                    90     74     48      0    12%
16:13:47 docker/api/plugin.py                     90     68     12      0    22%
16:13:47 docker/api/secret.py                     36     23     10      0    28%
16:13:47 docker/api/service.py                   200    176    149      0     7%
16:13:47 docker/api/swarm.py                     106     77     38      0    20%
16:13:47 docker/api/volume.py                     38     29     14      0    17%
16:13:47 docker/auth.py                          198    159     74      0    14%
16:13:47 docker/client.py                         67     25      2      0    61%
16:13:47 docker/constants.py                      20      0      0      0   100%
16:13:47 docker/context/__init__.py                2      1      0      0    50%
16:13:47 docker/context/api.py                    78     78     38      0     0%
16:13:47 docker/context/config.py                 61     61     16      0     0%
16:13:47 docker/credentials/__init__.py            3      0      0      0   100%
16:13:47 docker/credentials/constants.py           4      0      0      0   100%
16:13:47 docker/credentials/errors.py             11      4      2      0    54%
16:13:47 docker/credentials/store.py              50     35     16      0    23%
16:13:47 docker/credentials/utils.py              23     18     12      0    14%
16:13:47 docker/errors.py                        110     60     18      0    39%
16:13:47 docker/models/__init__.py                 0      0      0      0   100%
16:13:47 docker/models/configs.py                 21      8      0      0    62%
16:13:47 docker/models/containers.py             183    131     60      0    21%
16:13:47 docker/models/images.py                 137     92     52      0    24%
16:13:47 docker/models/networks.py                37     20      8      0    38%
16:13:47 docker/models/nodes.py                   15      5      0      0    67%
16:13:47 docker/models/plugins.py                 49     30      8      0    33%
16:13:47 docker/models/resource.py                41     24      6      0    36%
16:13:47 docker/models/secrets.py                 21      8      0      0    62%
16:13:47 docker/models/services.py                87     63     34      0    20%
16:13:47 docker/models/swarm.py                   39     21      6      0    40%
16:13:47 docker/models/volumes.py                 23     10      2      0    52%
16:13:47 docker/tls.py                            37     26     14      0    22%
16:13:47 docker/transport/__init__.py             11      3      0      0    73%
16:13:47 docker/transport/basehttpadapter.py       6      3      2      0    38%
16:13:47 docker/transport/npipeconn.py            58     53     10      0     7%
16:13:47 docker/transport/npipesocket.py         137    132     22      0     3%
16:13:47 docker/transport/sshconn.py              87     61     22      1    25%
16:13:47 docker/transport/ssladapter.py           36     20     10      1    37%
16:13:47 docker/transport/unixconn.py             65     41     12      0    31%
16:13:47 docker/types/__init__.py                  6      0      0      0   100%
16:13:47 docker/types/base.py                      5      2      2      0    43%
16:13:47 docker/types/containers.py              418    375    326      0     6%
16:13:47 docker/types/daemon.py                   36     26     14      0    20%
16:13:47 docker/types/healthcheck.py              34     20      4      0    37%
16:13:47 docker/types/networks.py                 41     31     28      0    14%
16:13:47 docker/types/services.py                312    259    206      0    10%
16:13:47 docker/types/swarm.py                    51     45     40      0     7%
16:13:47 docker/utils/__init__.py                  3      0      0      0   100%
16:13:47 docker/utils/build.py                   154    129     74      0    11%
16:13:47 docker/utils/config.py                   36     25     10      0    24%
16:13:47 docker/utils/decorators.py               32     15     12      0    39%
16:13:47 docker/utils/fnmatch.py                  55     47     28      0    10%
16:13:47 docker/utils/json_stream.py              43     31     14      1    23%
16:13:47 docker/utils/ports.py                    50     50     28      0     0%
16:13:47 docker/utils/proxy.py                    32     22     12      0    23%
16:13:47 docker/utils/socket.py                   86     64     40      0    17%
16:13:47 docker/utils/utils.py                   285    243    164      1    10%
16:13:47 docker/version.py                         2      0      0      0   100%
16:13:47 -----------------------------------------------------------------------
16:13:47 TOTAL                                  4889   3748   2103      4    16%
16:13:47 
16:13:47 !!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!
16:13:47 =========================== 1 error in 0.96 seconds ============================
[Pipeline] sh
16:13:47 + docker stop dpy-dind-1-0-py2.7-19.03.13-beta2 dpy-tests-1-0-py2.7-19.03.13-beta2
16:13:48 dpy-dind-1-0-py2.7-19.03.13-beta2
16:13:48 dpy-tests-1-0-py2.7-19.03.13-beta2
16:13:48 + docker rm -vf dpy-dind-1-0-py2.7-19.03.13-beta2 dpy-tests-1-0-py2.7-19.03.13-beta2
16:13:48 dpy-dind-1-0-py2.7-19.03.13-beta2
16:13:48 dpy-tests-1-0-py2.7-19.03.13-beta2
16:13:48 + docker network rm dpy-testnet-1-0-py2.7-19.03.13-beta2
16:13:48 dpy-testnet-1-0-py2.7-19.03.13-beta2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_19.03.13-beta2
[Pipeline] // parallel
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 2
Finished: FAILURE