Skip to content
Failed

Console Output

Skipping 479 KB.. Full Log
11:00:03     if p.check(dir=1) and (rec is None or rec(p))])
11:00:03 /usr/local/lib/python2.7/site-packages/_pytest/main.py:651: in _recurse
11:00:03     ihook = self.gethookproxy(dirpath)
11:00:03 /usr/local/lib/python2.7/site-packages/_pytest/main.py:472: in gethookproxy
11:00:03     my_conftestmodules = pm._getconftestmodules(fspath)
11:00:03 /usr/local/lib/python2.7/site-packages/_pytest/config/__init__.py:413: in _getconftestmodules
11:00:03     mod = self._importconftest(conftestpath.realpath())
11:00:03 /usr/local/lib/python2.7/site-packages/_pytest/config/__init__.py:452: in _importconftest
11:00:03     raise ConftestImportFailure(conftestpath, sys.exc_info())
11:00:03 E   ConftestImportFailure: (local('/src/tests/integration/conftest.py'), (<type 'exceptions.ImportError'>, ImportError('No module named abc',), <traceback object at 0x7f293a428dd0>))
11:00:03 
11:00:03 ---------- coverage: platform linux2, python 2.7.16-final-0 ----------
11:00:03 Name                                  Stmts   Miss Branch BrPart  Cover
11:00:03 -----------------------------------------------------------------------
11:00:03 docker/__init__.py                        5      4      0      0    20%
11:00:03 docker/api/__init__.py                    1      0      0      0   100%
11:00:03 docker/api/build.py                     126    121     92      0     2%
11:00:03 docker/api/client.py                    265    257     98      0     2%
11:00:03 docker/api/config.py                     31     31      6      0     0%
11:00:03 docker/api/container.py                 265    265    102      0     0%
11:00:03 docker/api/daemon.py                     39     39     14      0     0%
11:00:03 docker/api/exec_api.py                   46     46     22      0     0%
11:00:03 docker/api/image.py                     149    149     50      0     0%
11:00:03 docker/api/network.py                    90     90     48      0     0%
11:00:03 docker/api/plugin.py                     90     90     12      0     0%
11:00:03 docker/api/secret.py                     36     36     10      0     0%
11:00:03 docker/api/service.py                   200    200    149      0     0%
11:00:03 docker/api/swarm.py                     106    106     38      0     0%
11:00:03 docker/api/volume.py                     38     38     14      0     0%
11:00:03 docker/auth.py                          198    191     74      0     3%
11:00:03 docker/client.py                         67     67      2      0     0%
11:00:03 docker/constants.py                      16      0      0      0   100%
11:00:03 docker/credentials/__init__.py            3      0      0      0   100%
11:00:03 docker/credentials/constants.py           4      0      0      0   100%
11:00:03 docker/credentials/errors.py             11      4      2      0    54%
11:00:03 docker/credentials/store.py              50     35     16      0    23%
11:00:03 docker/credentials/utils.py              23     18     12      0    14%
11:00:03 docker/errors.py                         90     52     18      0    35%
11:00:03 docker/models/__init__.py                 0      0      0      0   100%
11:00:03 docker/models/configs.py                 21     21      0      0     0%
11:00:03 docker/models/containers.py             183    183     60      0     0%
11:00:03 docker/models/images.py                 137    137     52      0     0%
11:00:03 docker/models/networks.py                37     37      8      0     0%
11:00:03 docker/models/nodes.py                   15     15      0      0     0%
11:00:03 docker/models/plugins.py                 49     49      8      0     0%
11:00:03 docker/models/resource.py                41     41      6      0     0%
11:00:03 docker/models/secrets.py                 21     21      0      0     0%
11:00:03 docker/models/services.py                87     87     34      0     0%
11:00:03 docker/models/swarm.py                   39     39      6      0     0%
11:00:03 docker/models/volumes.py                 23     23      2      0     0%
11:00:03 docker/tls.py                            37     37     14      0     0%
11:00:03 docker/transport/__init__.py             11     11      0      0     0%
11:00:03 docker/transport/basehttpadapter.py       6      6      2      0     0%
11:00:03 docker/transport/npipeconn.py            58     58     10      0     0%
11:00:03 docker/transport/npipesocket.py         134    134     20      0     0%
11:00:03 docker/transport/sshconn.py              68     68     12      0     0%
11:00:03 docker/transport/ssladapter.py           36     36     10      0     0%
11:00:03 docker/transport/unixconn.py             65     65     12      0     0%
11:00:03 docker/types/__init__.py                  6      6      0      0     0%
11:00:03 docker/types/base.py                      5      5      2      0     0%
11:00:03 docker/types/containers.py              360    360    296      0     0%
11:00:03 docker/types/daemon.py                   36     36     14      0     0%
11:00:03 docker/types/healthcheck.py              34     34      4      0     0%
11:00:03 docker/types/networks.py                 35     35     22      0     0%
11:00:03 docker/types/services.py                312    312    206      0     0%
11:00:03 docker/types/swarm.py                    51     51     40      0     0%
11:00:03 docker/utils/__init__.py                  3      1      0      0    67%
11:00:03 docker/utils/build.py                   154    129     74      0    11%
11:00:03 docker/utils/config.py                   36     36     10      0     0%
11:00:03 docker/utils/decorators.py               32     29     12      0     7%
11:00:03 docker/utils/fnmatch.py                  55     47     28      0    10%
11:00:03 docker/utils/json_stream.py              43     43     14      0     0%
11:00:03 docker/utils/ports.py                    50     50     28      0     0%
11:00:03 docker/utils/proxy.py                    32     32     12      0     0%
11:00:03 docker/utils/socket.py                   86     86     40      0     0%
11:00:03 docker/utils/utils.py                   288    281    168      0     2%
11:00:03 docker/version.py                         2      0      0      0   100%
11:00:03 -----------------------------------------------------------------------
11:00:03 TOTAL                                  4637   4480   2005      0     2%
11:00:03 
11:00:03 !!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!
11:00:03 =========================== 1 error in 0.83 seconds ============================
[Pipeline] sh
11:00:04 + docker stop dpy-dind-1-0-py2.7-17.06.2-ce dpy-tests-1-0-py2.7-17.06.2-ce
11:00:05 dpy-dind-1-0-py2.7-17.06.2-ce
11:00:05 dpy-tests-1-0-py2.7-17.06.2-ce
11:00:05 + docker rm -vf dpy-dind-1-0-py2.7-17.06.2-ce dpy-tests-1-0-py2.7-17.06.2-ce
11:00:05 dpy-dind-1-0-py2.7-17.06.2-ce
11:00:05 dpy-tests-1-0-py2.7-17.06.2-ce
11:00:05 + docker network rm dpy-testnet-1-0-py2.7-17.06.2-ce
11:00:05 dpy-testnet-1-0-py2.7-17.06.2-ce
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_17.06.2-ce
Running on ubuntu-1804-overlay2 (i-007247fc748f88a62) in /home/ubuntu/workspace/docker-py_PR-2445
[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-2445@tmp/620d3c09-aa89-443a-9257-105e735dc06a/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
11:00:06 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:00:06 chowning workspace
[Pipeline] sh
11:00:06 + uname -m
[Pipeline] sh
11:00:06 + pwd
11:00:06 + id -u
11:00:06 + id -g
11:00:06 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2445:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
11:00:07 Removing all docker containers
[Pipeline] sh
11:00:07 + docker container ls -aq
[Pipeline] echo
11:00:07 Docker containers have been removed
[Pipeline] echo
11:00:07 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:00:07 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.2)
[Pipeline] checkout
11:00:08 using credential docker-jenkins-github-credentials
11:00:08 Cloning the remote Git repository
11:00:08 Cloning with configured refspecs honoured and without tags
11:00:08 Fetching without tags
11:00:08 Merging remotes/origin/master commit 8077d80118d289625248051d608a15cd34b19c27 into PR head commit 67cbe3eb24d10738453d177b1a706be3401eb6e1
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_19.03.2
Running on ubuntu-1804-overlay2 (i-007247fc748f88a62) in /home/ubuntu/workspace/docker-py_PR-2445
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2445 # 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/2445/head:refs/remotes/origin/PR-2445 +refs/heads/master:refs/remotes/origin/master
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2445/head:refs/remotes/origin/PR-2445 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress https://github.com/docker/docker-py.git +refs/pull/2445/head:refs/remotes/origin/PR-2445 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 67cbe3eb24d10738453d177b1a706be3401eb6e1
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-2445@tmp/86474874-838c-4ab6-a846-aa9d4576dea8/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
11:00:09 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:00:09 chowning workspace
[Pipeline] sh
11:00:09 + uname -m
[Pipeline] sh
11:00:10 + pwd
11:00:10 + id -u
11:00:10 + id -g
11:00:10 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2445:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
11:00:11 Removing all docker containers
[Pipeline] sh
11:00:11 + docker container ls -aq
[Pipeline] echo
11:00:11 Docker containers have been removed
[Pipeline] echo
11:00:11 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:00:11 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.3-rc1)
[Pipeline] checkout
11:00:11 using credential docker-jenkins-github-credentials
11:00:11 Cloning the remote Git repository
11:00:11 Cloning with configured refspecs honoured and without tags
11:00:12 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2445 # 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/2445/head:refs/remotes/origin/PR-2445 +refs/heads/master:refs/remotes/origin/master
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2445/head:refs/remotes/origin/PR-2445 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress https://github.com/docker/docker-py.git +refs/pull/2445/head:refs/remotes/origin/PR-2445 +refs/heads/master:refs/remotes/origin/master
11:00:12 Merging remotes/origin/master commit 8077d80118d289625248051d608a15cd34b19c27 into PR head commit 67cbe3eb24d10738453d177b1a706be3401eb6e1
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_19.03.3-rc1
Running on ubuntu-1804-overlay2 (i-007247fc748f88a62) in /home/ubuntu/workspace/docker-py_PR-2445
[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-2445@tmp/e7b9042a-d995-4f3b-ae1f-3c9526e89715/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
11:00:12 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:00:12 chowning workspace
[Pipeline] sh
11:00:13 + uname -m
[Pipeline] sh
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 67cbe3eb24d10738453d177b1a706be3401eb6e1
11:00:13 + pwd
11:00:13 + id -u
11:00:13 + id -g
11:00:13 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2445:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
11:00:14 Removing all docker containers
[Pipeline] sh
11:00:14 + docker container ls -aq
[Pipeline] echo
11:00:14 Docker containers have been removed
[Pipeline] echo
11:00:14 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:00:14 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=17.06.2-ce)
[Pipeline] checkout
11:00:14 using credential docker-jenkins-github-credentials
11:00:14 Cloning the remote Git repository
11:00:14 Cloning with configured refspecs honoured and without tags
11:00:15 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2445 # 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/2445/head:refs/remotes/origin/PR-2445 +refs/heads/master:refs/remotes/origin/master
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2445/head:refs/remotes/origin/PR-2445 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress https://github.com/docker/docker-py.git +refs/pull/2445/head:refs/remotes/origin/PR-2445 +refs/heads/master:refs/remotes/origin/master
11:00:15 Merging remotes/origin/master commit 8077d80118d289625248051d608a15cd34b19c27 into PR head commit 67cbe3eb24d10738453d177b1a706be3401eb6e1
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_17.06.2-ce
Running on ubuntu-1804-overlay2 (i-007247fc748f88a62) in /home/ubuntu/workspace/docker-py_PR-2445
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 67cbe3eb24d10738453d177b1a706be3401eb6e1
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-2445@tmp/a2077ac9-6474-4287-b140-ffe77bf835e5/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
11:00:16 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:00:16 chowning workspace
[Pipeline] sh
11:00:16 + uname -m
[Pipeline] sh
11:00:16 + pwd
11:00:16 + id -u
11:00:16 + id -g
11:00:16 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2445:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
11:00:17 Removing all docker containers
[Pipeline] sh
11:00:17 + docker container ls -aq
[Pipeline] echo
11:00:17 Docker containers have been removed
[Pipeline] echo
11:00:17 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:00:17 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.2)
[Pipeline] checkout
11:00:17 using credential docker-jenkins-github-credentials
11:00:17 Cloning the remote Git repository
11:00:17 Cloning with configured refspecs honoured and without tags
11:00:18 Fetching without tags
11:00:18 Merging remotes/origin/master commit 8077d80118d289625248051d608a15cd34b19c27 into PR head commit 67cbe3eb24d10738453d177b1a706be3401eb6e1
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.2
Running on ubuntu-1804-overlay2 (i-007247fc748f88a62) in /home/ubuntu/workspace/docker-py_PR-2445
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2445 # 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/2445/head:refs/remotes/origin/PR-2445 +refs/heads/master:refs/remotes/origin/master
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2445/head:refs/remotes/origin/PR-2445 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress https://github.com/docker/docker-py.git +refs/pull/2445/head:refs/remotes/origin/PR-2445 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 67cbe3eb24d10738453d177b1a706be3401eb6e1
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-2445@tmp/1b120342-7e3b-4871-ad63-db3ac80979d2/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
11:00:19 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:00:19 chowning workspace
[Pipeline] sh
11:00:19 + uname -m
[Pipeline] sh
11:00:19 + pwd
11:00:19 + id -u
11:00:19 + id -g
11:00:19 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2445:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
11:00:20 Removing all docker containers
[Pipeline] sh
11:00:21 + docker container ls -aq
[Pipeline] echo
11:00:21 Docker containers have been removed
[Pipeline] echo
11:00:21 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:00:21 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.3-rc1)
[Pipeline] checkout
11:00:21 using credential docker-jenkins-github-credentials
11:00:21 Cloning the remote Git repository
11:00:21 Cloning with configured refspecs honoured and without tags
11:00:21 Fetching without tags
11:00:22 Merging remotes/origin/master commit 8077d80118d289625248051d608a15cd34b19c27 into PR head commit 67cbe3eb24d10738453d177b1a706be3401eb6e1
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2445 # 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/2445/head:refs/remotes/origin/PR-2445 +refs/heads/master:refs/remotes/origin/master
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2445/head:refs/remotes/origin/PR-2445 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress https://github.com/docker/docker-py.git +refs/pull/2445/head:refs/remotes/origin/PR-2445 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 67cbe3eb24d10738453d177b1a706be3401eb6e1
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.3-rc1
[Pipeline] // parallel
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 2
Finished: FAILURE