Skip to content
Failed

Console Output

Pull request #2647 updated
07:10:32 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at 0dfae33ce800d17d23a43ebde064c146d2c99781 rather than d43e89b0ab70df709c0caac3810ce9896a65aa4a
Obtained Jenkinsfile from 0dfae33ce800d17d23a43ebde064c146d2c99781
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
using credential jps-reader
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file"
 > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-0fab607679946789f) in /home/ubuntu/workspace/docker-py_PR-2647
[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-2647@tmp/12d45630-1056-40ff-b506-ab6339cbc107/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
07:10:34 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
07:10:34 chowning workspace
[Pipeline] sh
07:10:34 + pwd
07:10:34 + id -u
07:10:34 + id -g
07:10:34 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2647:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
07:10:35 Removing all docker containers
[Pipeline] sh
07:10:35 + docker container ls -aq
[Pipeline] echo
07:10:35 Docker containers have been removed
[Pipeline] echo
07:10:35 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
07:10:35 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
07:10:35 using credential docker-jenkins-github-credentials
07:10:35 Cloning the remote Git repository
07:10:35 Cloning with configured refspecs honoured and without tags
07:10:36 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2647 # 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/2647/head:refs/remotes/origin/PR-2647 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2647/head:refs/remotes/origin/PR-2647 # 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/2647/head:refs/remotes/origin/PR-2647 +refs/heads/master:refs/remotes/origin/master # timeout=10
07:10:36 Merging remotes/origin/master commit 0dfae33ce800d17d23a43ebde064c146d2c99781 into PR head commit d43e89b0ab70df709c0caac3810ce9896a65aa4a
07:10:36 Merge succeeded, producing d43e89b0ab70df709c0caac3810ce9896a65aa4a
07:10:36 Checking out Revision d43e89b0ab70df709c0caac3810ce9896a65aa4a (PR-2647)
07:10:36 Commit message: "Fixed unittest"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d43e89b0ab70df709c0caac3810ce9896a65aa4a # timeout=10
 > git merge 0dfae33ce800d17d23a43ebde064c146d2c99781 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d43e89b0ab70df709c0caac3810ce9896a65aa4a # timeout=10
 > git rev-list --no-walk c51bf47be4c94d482337532590f615effcf2f348 # timeout=10
[Pipeline] sh
07:10:37 + git rev-parse HEAD
[Pipeline] isUnix
[Pipeline] sh
07:10:37 + docker pull dockerbuildbot/docker-py:py2-d43e89b0ab70df709c0caac3810ce9896a65aa4a
07:10:37 Error response from daemon: manifest for dockerbuildbot/docker-py:py2-d43e89b0ab70df709c0caac3810ce9896a65aa4a not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
07:10:37 + docker build -t dockerbuildbot/docker-py:py2-d43e89b0ab70df709c0caac3810ce9896a65aa4a -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 .
07:10:37 Sending build context to Docker daemon  1.315MB

07:10:37 Step 1/19 : ARG PYTHON_VERSION=3.7
07:10:37 Step 2/19 : FROM python:${PYTHON_VERSION}
07:10:37  ---> 68e7be49c28c
07:10:37 Step 3/19 : ARG APT_MIRROR
07:10:37  ---> Using cache
07:10:37  ---> da6a5ac92dd5
07:10:37 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
07:10:37  ---> Using cache
07:10:37  ---> 5e30f7abfa0e
07:10:37 Step 5/19 : RUN apt-get update && apt-get -y install     gnupg2     pass     curl
07:10:37  ---> Using cache
07:10:37  ---> d0668d357dd6
07:10:37 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys
07:10:37  ---> Using cache
07:10:37  ---> f8d515abdd01
07:10:37 Step 7/19 : RUN gpg2 --import gpg-keys/secret
07:10:37  ---> Using cache
07:10:37  ---> b3900a4c9bb8
07:10:37 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
07:10:37  ---> Using cache
07:10:37  ---> f120bcf3a9d0
07:10:37 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
07:10:37  ---> Using cache
07:10:37  ---> a0e6a62f6806
07:10:37 Step 10/19 : RUN gpg2 --check-trustdb
07:10:37  ---> Using cache
07:10:37  ---> 56b0986c2f31
07:10:37 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3
07:10:37  ---> Using cache
07:10:37  ---> 4618a2ff1583
07:10:37 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
07:10:37  ---> Using cache
07:10:37  ---> cc25b3eb7fd3
07:10:37 Step 13/19 : WORKDIR /src
07:10:37  ---> Using cache
07:10:37  ---> 57136eddc1e3
07:10:37 Step 14/19 : COPY requirements.txt /src/requirements.txt
07:10:37  ---> Using cache
07:10:37  ---> 18b9ef268867
07:10:37 Step 15/19 : RUN pip install -r requirements.txt
07:10:37  ---> Using cache
07:10:37  ---> cd351d4a7528
07:10:37 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt
07:10:37  ---> Using cache
07:10:37  ---> 2288ae5f2480
07:10:37 Step 17/19 : RUN pip install -r test-requirements.txt
07:10:37  ---> Using cache
07:10:37  ---> 58cadc3b11cd
07:10:37 Step 18/19 : COPY . /src
07:10:38  ---> 5b115dcb16b2
07:10:38 Step 19/19 : RUN pip install .
07:10:38  ---> Running in cf93272ec267
07:10:38 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
07:10:38 Processing /src
07:10:38 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (1.10.0)
07:10:38 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (0.56.0)
07:10:38 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (2.20.0)
07:10:38 Requirement already satisfied: backports.ssl_match_hostname>=3.5 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (3.5.0.1)
07:10:38 Requirement already satisfied: ipaddress>=1.0.16 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (1.0.18)
07:10:38 Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (2020.6.20)
07:10:38 Requirement already satisfied: idna<2.8,>=2.5 in /usr/local/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (2.5)
07:10:38 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/local/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (3.0.4)
07:10:38 Requirement already satisfied: urllib3<1.25,>=1.21.1 in /usr/local/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (1.24.3)
07:10:38 Building wheels for collected packages: docker
07:10:38   Building wheel for docker (setup.py): started
07:10:38   Building wheel for docker (setup.py): finished with status 'done'
07:10:38   Created wheel for docker: filename=docker-4.4.0.dev0-py2.py3-none-any.whl size=145303 sha256=ee8dad7ec0e14ecca0a708fa9e70e2b530deda7a94f9771d3ca3924b54f336c4
07:10:38   Stored in directory: /tmp/pip-ephem-wheel-cache-gCNhG_/wheels/dc/45/28/050a7fcd95fc9b9f504d64d6668214323c48b439857458e65c
07:10:38 Successfully built docker
07:10:39 Installing collected packages: docker
07:10:39 Successfully installed docker-4.4.0.dev0
07:10:39 WARNING: You are using pip version 20.0.2; however, version 20.2.2 is available.
07:10:39 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
07:10:39 Removing intermediate container cf93272ec267
07:10:39  ---> a3048325bd5d
07:10:39 Successfully built a3048325bd5d
07:10:39 Successfully tagged dockerbuildbot/docker-py:py2-d43e89b0ab70df709c0caac3810ce9896a65aa4a
[Pipeline] isUnix
[Pipeline] sh
07:10:40 + docker tag dockerbuildbot/docker-py:py2-d43e89b0ab70df709c0caac3810ce9896a65aa4a dockerbuildbot/docker-py:py2-d43e89b0ab70df709c0caac3810ce9896a65aa4a
[Pipeline] isUnix
[Pipeline] sh
07:10:40 + docker push dockerbuildbot/docker-py:py2-d43e89b0ab70df709c0caac3810ce9896a65aa4a
07:10:40 The push refers to repository [docker.io/dockerbuildbot/docker-py]
07:10:40 bed63df219bf: Preparing
07:10:40 987096ac8095: Preparing
07:10:40 83404f0fe630: Preparing
07:10:40 0f5299cbb736: Preparing
07:10:40 1cedb6c9aeaa: Preparing
07:10:40 96dd168e897e: Preparing
07:10:40 89226151a5e8: Preparing
07:10:40 06f5daa073ff: Preparing
07:10:40 4a770dc04515: Preparing
07:10:40 936154b6cd5f: Preparing
07:10:40 7c07b6b19740: Preparing
07:10:40 221b2137441a: Preparing
07:10:40 909e07ade681: Preparing
07:10:40 2dcf84e0cec8: Preparing
07:10:40 7613d4a7413f: Preparing
07:10:40 e571d2d3c73c: Preparing
07:10:40 da7b0a80a4f2: Preparing
07:10:40 ceee8816bb96: Preparing
07:10:40 47458fb45d99: Preparing
07:10:40 89226151a5e8: Waiting
07:10:40 46829331b1e4: Preparing
07:10:40 d35c5bda4793: Preparing
07:10:40 7c07b6b19740: Waiting
07:10:40 4a770dc04515: Waiting
07:10:40 a3c1026c6bcc: Preparing
07:10:40 936154b6cd5f: Waiting
07:10:40 f1d420c2af1a: Preparing
07:10:40 06f5daa073ff: Waiting
07:10:40 461719022993: Preparing
07:10:40 221b2137441a: Waiting
07:10:40 909e07ade681: Waiting
07:10:40 2dcf84e0cec8: Waiting
07:10:40 7613d4a7413f: Waiting
07:10:40 e571d2d3c73c: Waiting
07:10:40 da7b0a80a4f2: Waiting
07:10:40 ceee8816bb96: Waiting
07:10:40 47458fb45d99: Waiting
07:10:40 46829331b1e4: Waiting
07:10:40 d35c5bda4793: Waiting
07:10:40 a3c1026c6bcc: Waiting
07:10:40 96dd168e897e: Waiting
07:10:40 f1d420c2af1a: Waiting
07:10:40 461719022993: Waiting
07:10:40 83404f0fe630: Layer already exists
07:10:40 1cedb6c9aeaa: Layer already exists
07:10:40 0f5299cbb736: Layer already exists
07:10:40 89226151a5e8: Layer already exists
07:10:40 96dd168e897e: Layer already exists
07:10:40 06f5daa073ff: Layer already exists
07:10:40 4a770dc04515: Layer already exists
07:10:40 936154b6cd5f: Layer already exists
07:10:40 7c07b6b19740: Layer already exists
07:10:40 2dcf84e0cec8: Layer already exists
07:10:40 221b2137441a: Layer already exists
07:10:40 909e07ade681: Layer already exists
07:10:40 7613d4a7413f: Layer already exists
07:10:40 e571d2d3c73c: Layer already exists
07:10:40 da7b0a80a4f2: Layer already exists
07:10:40 ceee8816bb96: Layer already exists
07:10:40 47458fb45d99: Layer already exists
07:10:40 46829331b1e4: Layer already exists
07:10:40 d35c5bda4793: Layer already exists
07:10:40 f1d420c2af1a: Layer already exists
07:10:40 461719022993: Layer already exists
07:10:40 a3c1026c6bcc: Layer already exists
07:10:41 bed63df219bf: Pushed
07:10:41 987096ac8095: Pushed
07:10:43 py2-d43e89b0ab70df709c0caac3810ce9896a65aa4a: digest: sha256:ef013f36f0c7c6785cbf7a2c6cb30c23917534d7042541d74d581d7e40de0d18 size: 5353
[Pipeline] isUnix
[Pipeline] sh
07:10:43 + docker pull dockerbuildbot/docker-py:py3-d43e89b0ab70df709c0caac3810ce9896a65aa4a
07:10:43 Error response from daemon: manifest for dockerbuildbot/docker-py:py3-d43e89b0ab70df709c0caac3810ce9896a65aa4a not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
07:10:44 + docker build -t dockerbuildbot/docker-py:py3-d43e89b0ab70df709c0caac3810ce9896a65aa4a -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
07:10:44 Sending build context to Docker daemon  1.315MB

07:10:44 Step 1/19 : ARG PYTHON_VERSION=3.7
07:10:44 Step 2/19 : FROM python:${PYTHON_VERSION}
07:10:44  ---> 5c1cd4638fb7
07:10:44 Step 3/19 : ARG APT_MIRROR
07:10:44  ---> Using cache
07:10:44  ---> 89e284854017
07:10:44 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
07:10:44  ---> Using cache
07:10:44  ---> f559ed2e33b0
07:10:44 Step 5/19 : RUN apt-get update && apt-get -y install     gnupg2     pass     curl
07:10:44  ---> Using cache
07:10:44  ---> 2500eafc588a
07:10:44 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys
07:10:44  ---> Using cache
07:10:44  ---> 6524d029d713
07:10:44 Step 7/19 : RUN gpg2 --import gpg-keys/secret
07:10:44  ---> Using cache
07:10:44  ---> 3801fc146b14
07:10:44 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
07:10:44  ---> Using cache
07:10:44  ---> 66373b594482
07:10:44 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
07:10:44  ---> Using cache
07:10:44  ---> d05c0ec81ee0
07:10:44 Step 10/19 : RUN gpg2 --check-trustdb
07:10:44  ---> Using cache
07:10:44  ---> 1516027a1f71
07:10:44 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3
07:10:44  ---> Using cache
07:10:44  ---> 08100ba17ce5
07:10:44 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
07:10:44  ---> Using cache
07:10:44  ---> e0d5e563d71a
07:10:44 Step 13/19 : WORKDIR /src
07:10:44  ---> Using cache
07:10:44  ---> fb0a3a7bbb86
07:10:44 Step 14/19 : COPY requirements.txt /src/requirements.txt
07:10:44  ---> Using cache
07:10:44  ---> 86aaf0780d40
07:10:44 Step 15/19 : RUN pip install -r requirements.txt
07:10:44  ---> Using cache
07:10:44  ---> 7b33bd2218a0
07:10:44 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt
07:10:44  ---> Using cache
07:10:44  ---> b3cd182f8a47
07:10:44 Step 17/19 : RUN pip install -r test-requirements.txt
07:10:44  ---> Using cache
07:10:44  ---> e62746982acd
07:10:44 Step 18/19 : COPY . /src
07:10:44  ---> 6ce09a5a11ae
07:10:44 Step 19/19 : RUN pip install .
07:10:44  ---> Running in 9a02885de914
07:10:44 Processing /src
07:10:45 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.7/site-packages (from docker==4.4.0.dev0) (1.10.0)
07:10:45 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.7/site-packages (from docker==4.4.0.dev0) (0.56.0)
07:10:45 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python3.7/site-packages (from docker==4.4.0.dev0) (2.20.0)
07:10: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.4.0.dev0) (2020.6.20)
07:10: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.4.0.dev0) (2.5)
07:10: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.4.0.dev0) (3.0.4)
07:10: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.4.0.dev0) (1.24.3)
07:10:45 Building wheels for collected packages: docker
07:10:45   Building wheel for docker (setup.py): started
07:10:45   Building wheel for docker (setup.py): finished with status 'done'
07:10:45   Created wheel for docker: filename=docker-4.4.0.dev0-py2.py3-none-any.whl size=145309 sha256=332a051729a082f2e299a06268db908667a9bb30e80628a8bd50134c360b3ad6
07:10:45   Stored in directory: /tmp/pip-ephem-wheel-cache-8ayahvkp/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525
07:10:45 Successfully built docker
07:10:45 Installing collected packages: docker
07:10:45 Successfully installed docker-4.4.0.dev0
07:10:46 Removing intermediate container 9a02885de914
07:10:46  ---> a5a41be23024
07:10:46 Successfully built a5a41be23024
07:10:46 Successfully tagged dockerbuildbot/docker-py:py3-d43e89b0ab70df709c0caac3810ce9896a65aa4a
[Pipeline] isUnix
[Pipeline] sh
07:10:46 + docker tag dockerbuildbot/docker-py:py3-d43e89b0ab70df709c0caac3810ce9896a65aa4a dockerbuildbot/docker-py:py3-d43e89b0ab70df709c0caac3810ce9896a65aa4a
[Pipeline] isUnix
[Pipeline] sh
07:10:46 + docker push dockerbuildbot/docker-py:py3-d43e89b0ab70df709c0caac3810ce9896a65aa4a
07:10:46 The push refers to repository [docker.io/dockerbuildbot/docker-py]
07:10:46 5837b16f1543: Preparing
07:10:46 19826dc38f59: Preparing
07:10:46 ef56961f3952: Preparing
07:10:46 2d3d890e6743: Preparing
07:10:46 3c74c15a5b15: Preparing
07:10:46 bafee73ebdc0: Preparing
07:10:46 6dcbb9b3c3b9: Preparing
07:10:46 3b63fbc09ae1: Preparing
07:10:46 b439330e1d44: Preparing
07:10:46 fe0f227a4424: Preparing
07:10:46 4a3da26d6e28: Preparing
07:10:46 1af82f090310: Preparing
07:10:46 835585c972ff: Preparing
07:10:46 d6a8db759cd5: Preparing
07:10:46 f3554570aa66: Preparing
07:10:46 a616a1b6a32d: Preparing
07:10:46 1262698c17e2: Preparing
07:10:46 12cd54fa9297: Preparing
07:10:46 f17789b093c5: Preparing
07:10:46 e480b226ea6b: Preparing
07:10:46 e5df62d9b33a: Preparing
07:10:46 7a9460d53218: Preparing
07:10:46 b2765ac0333a: Preparing
07:10:46 0ced13fcf944: Preparing
07:10:46 835585c972ff: Waiting
07:10:46 e480b226ea6b: Waiting
07:10:46 f17789b093c5: Waiting
07:10:46 0ced13fcf944: Waiting
07:10:46 6dcbb9b3c3b9: Waiting
07:10:46 e5df62d9b33a: Waiting
07:10:46 b439330e1d44: Waiting
07:10:46 7a9460d53218: Waiting
07:10:46 3b63fbc09ae1: Waiting
07:10:46 fe0f227a4424: Waiting
07:10:46 b2765ac0333a: Waiting
07:10:46 4a3da26d6e28: Waiting
07:10:46 d6a8db759cd5: Waiting
07:10:46 1af82f090310: Waiting
07:10:46 f3554570aa66: Waiting
07:10:46 a616a1b6a32d: Waiting
07:10:46 bafee73ebdc0: Waiting
07:10:46 1262698c17e2: Waiting
07:10:46 12cd54fa9297: Waiting
07:10:46 2d3d890e6743: Layer already exists
07:10:46 ef56961f3952: Layer already exists
07:10:46 3c74c15a5b15: Layer already exists
07:10:46 6dcbb9b3c3b9: Layer already exists
07:10:46 b439330e1d44: Layer already exists
07:10:46 bafee73ebdc0: Layer already exists
07:10:46 fe0f227a4424: Layer already exists
07:10:46 4a3da26d6e28: Layer already exists
07:10:46 1af82f090310: Layer already exists
07:10:46 3b63fbc09ae1: Layer already exists
07:10:46 835585c972ff: Layer already exists
07:10:46 d6a8db759cd5: Layer already exists
07:10:46 f3554570aa66: Layer already exists
07:10:46 a616a1b6a32d: Layer already exists
07:10:46 1262698c17e2: Layer already exists
07:10:46 12cd54fa9297: Layer already exists
07:10:46 e5df62d9b33a: Layer already exists
07:10:46 e480b226ea6b: Layer already exists
07:10:46 f17789b093c5: Layer already exists
07:10:46 0ced13fcf944: Layer already exists
07:10:46 7a9460d53218: Layer already exists
07:10:47 b2765ac0333a: Layer already exists
07:10:47 19826dc38f59: Pushed
07:10:47 5837b16f1543: Pushed
07:10:49 py3-d43e89b0ab70df709c0caac3810ce9896a65aa4a: digest: sha256:f1fe9c8529bd7c522925cdecf7551013cb1148440f51b57b6ffbbac214584599 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-big (i-0fab607679946789f) in /home/ubuntu/workspace/docker-py_PR-2647
[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-2647@tmp/fbf3e39d-9d03-420f-9bf1-c028c3f498ea/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
07:10:50 + docker run --rm --entrypoint=python dockerbuildbot/docker-py:py3-d43e89b0ab70df709c0caac3810ce9896a65aa4a /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
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0a8c9ce02105ec6cb) in /home/ubuntu/workspace/docker-py_PR-2647
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-mem (i-0d53aa9d92cfbb29b) in /home/ubuntu/workspace/docker-py_PR-2647
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-093d954cb90e709d5) in /home/ubuntu/workspace/docker-py_PR-2647
[Pipeline] {
[Pipeline] {
[Pipeline] {
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0b320bfd39eadb21e) in /home/ubuntu/workspace/docker-py_PR-2647
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
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-2647@tmp/02b71965-acc0-469e-bfad-c764935be020/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2647@tmp/ea144c4d-28de-48be-8d5a-0027e9458dc6/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] {
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-2647@tmp/93ba6801-46ca-47c8-a4b4-8227905cd4aa/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] echo
07:11:17 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
07:11:17 chowning workspace
[Pipeline] sh
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] echo
07:11:17 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
07:11:17 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-2647@tmp/e7a3ebe0-8b20-4f38-a586-bc4c21188164/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] echo
07:11:17 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
07:11:17 chowning workspace
[Pipeline] sh
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
07:11:17 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
07:11:17 chowning workspace
[Pipeline] sh
07:11:17 + pwd
07:11:17 + id -u
07:11:17 + id -g
07:11:17 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2647:/workspace busybox chown -R 1000:1000 /workspace
07:11:17 + pwd
07:11:17 + id -u
07:11:17 + id -g
07:11:17 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2647:/workspace busybox chown -R 1000:1000 /workspace
07:11:17 + pwd
07:11:17 + id -u
07:11:17 + id -g
07:11:17 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2647:/workspace busybox chown -R 1000:1000 /workspace
07:11:17 + pwd
07:11:17 + id -u
07:11:17 + id -g
07:11:17 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2647:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
07:11:17 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
07:11:17 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
07:11:17 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
07:11:18 Removing all docker containers
[Pipeline] sh
07:11:18 + docker container ls -aq
[Pipeline] echo
07:11:18 Docker containers have been removed
[Pipeline] echo
07:11:18 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
07:11:18 cleanWorkspace: Workspace is clean.
[Pipeline] stage
07:11:18 + docker container ls -aq
[Pipeline] { (test python=py3.7 / docker=19.03.12)
[Pipeline] checkout
[Pipeline] echo
07:11:18 Docker containers have been removed
[Pipeline] echo
07:11:18 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
07:11:18 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.12)
[Pipeline] checkout
07:11:18 using credential docker-jenkins-github-credentials
07:11:18 using credential docker-jenkins-github-credentials
07:11:18 + docker container ls -aq
07:11:18 Cloning the remote Git repository
07:11:18 Cloning with configured refspecs honoured and without tags
07:11:18 Cloning the remote Git repository
07:11:18 Cloning with configured refspecs honoured and without tags
[Pipeline] echo
07:11:18 Docker containers have been removed
[Pipeline] echo
07:11:18 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
07:11:18 + docker container ls -aq
[Pipeline] echo
07:11:18 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.13-beta2)
[Pipeline] echo
07:11:18 Docker containers have been removed
[Pipeline] echo
07:11:18 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] checkout
[Pipeline] echo
07:11:18 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.13-beta2)
[Pipeline] checkout
07:11:18 using credential docker-jenkins-github-credentials
07:11:18 Cloning the remote Git repository
07:11:18 Cloning with configured refspecs honoured and without tags
07:11:18 using credential docker-jenkins-github-credentials
07:11:18 Cloning the remote Git repository
07:11:18 Cloning with configured refspecs honoured and without tags
07:11:19 Fetching without tags
07:11:19 Fetching without tags
07:11:19 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2647 # 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/2647/head:refs/remotes/origin/PR-2647 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2647/head:refs/remotes/origin/PR-2647 # 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/2647/head:refs/remotes/origin/PR-2647 +refs/heads/master:refs/remotes/origin/master # timeout=10
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2647 # 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/2647/head:refs/remotes/origin/PR-2647 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2647/head:refs/remotes/origin/PR-2647 # 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/2647/head:refs/remotes/origin/PR-2647 +refs/heads/master:refs/remotes/origin/master # timeout=10
07:11:19 Merging remotes/origin/master commit 0dfae33ce800d17d23a43ebde064c146d2c99781 into PR head commit d43e89b0ab70df709c0caac3810ce9896a65aa4a
07:11:19 Fetching without tags
07:11:19 Merging remotes/origin/master commit 0dfae33ce800d17d23a43ebde064c146d2c99781 into PR head commit d43e89b0ab70df709c0caac3810ce9896a65aa4a
07:11:19 Merge succeeded, producing d43e89b0ab70df709c0caac3810ce9896a65aa4a
07:11:19 Checking out Revision d43e89b0ab70df709c0caac3810ce9896a65aa4a (PR-2647)
07:11:19 Merge succeeded, producing d43e89b0ab70df709c0caac3810ce9896a65aa4a
07:11:19 Checking out Revision d43e89b0ab70df709c0caac3810ce9896a65aa4a (PR-2647)
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2647 # 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/2647/head:refs/remotes/origin/PR-2647 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2647/head:refs/remotes/origin/PR-2647 # 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/2647/head:refs/remotes/origin/PR-2647 +refs/heads/master:refs/remotes/origin/master # timeout=10
07:11:19 Commit message: "Fixed unittest"
07:11:19 Merging remotes/origin/master commit 0dfae33ce800d17d23a43ebde064c146d2c99781 into PR head commit d43e89b0ab70df709c0caac3810ce9896a65aa4a
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2647 # 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/2647/head:refs/remotes/origin/PR-2647 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2647/head:refs/remotes/origin/PR-2647 # 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/2647/head:refs/remotes/origin/PR-2647 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
07:11:19 Commit message: "Fixed unittest"
07:11:19 Merge succeeded, producing d43e89b0ab70df709c0caac3810ce9896a65aa4a
07:11:19 Checking out Revision d43e89b0ab70df709c0caac3810ce9896a65aa4a (PR-2647)
07:11:19 Merging remotes/origin/master commit 0dfae33ce800d17d23a43ebde064c146d2c99781 into PR head commit d43e89b0ab70df709c0caac3810ce9896a65aa4a
07:11:19 Commit message: "Fixed unittest"
07:11:19 Merge succeeded, producing d43e89b0ab70df709c0caac3810ce9896a65aa4a
07:11:19 Checking out Revision d43e89b0ab70df709c0caac3810ce9896a65aa4a (PR-2647)
07:11:19 Commit message: "Fixed unittest"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d43e89b0ab70df709c0caac3810ce9896a65aa4a # timeout=10
 > git merge 0dfae33ce800d17d23a43ebde064c146d2c99781 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d43e89b0ab70df709c0caac3810ce9896a65aa4a # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d43e89b0ab70df709c0caac3810ce9896a65aa4a # timeout=10
 > git merge 0dfae33ce800d17d23a43ebde064c146d2c99781 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d43e89b0ab70df709c0caac3810ce9896a65aa4a # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d43e89b0ab70df709c0caac3810ce9896a65aa4a # timeout=10
 > git merge 0dfae33ce800d17d23a43ebde064c146d2c99781 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d43e89b0ab70df709c0caac3810ce9896a65aa4a # timeout=10
[Pipeline] sh
 > git checkout -f d43e89b0ab70df709c0caac3810ce9896a65aa4a # timeout=10
 > git merge 0dfae33ce800d17d23a43ebde064c146d2c99781 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d43e89b0ab70df709c0caac3810ce9896a65aa4a # timeout=10
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
07:11:20 + docker network create dpy-testnet-6-0-py2.7-19.03.12
07:11:20 adf9c4b60642c7fa8da6e42d2b012362e00f164f1689e575bcb7025fda9938f7
[Pipeline] sh
07:11:20 + docker network create dpy-testnet-6-0-py2.7-19.03.13-beta2
07:11:20 d81684b642d384de49c1544600b6de53f94228baffae64fdbaf1b644ea873ae0
[Pipeline] sh
07:11:20 + docker network create dpy-testnet-6-0-py3.7-19.03.12
07:11:20 3cee3ed68f2dd8a9e427b9c9da2c3d387b942bb18171e3139fcbd50498984043
[Pipeline] sh
07:11:20 + docker network create dpy-testnet-6-0-py3.7-19.03.13-beta2
07:11:20 05636df4a965411ffd436d4c6f86402024900c73996e26beb4da8bd162d2c26c
[Pipeline] sh
07:11:20 + docker run -d --name dpy-dind-6-0-py2.7-19.03.12 -v /tmp --privileged --network dpy-testnet-6-0-py2.7-19.03.12 docker:19.03.12-dind dockerd -H tcp://0.0.0.0:2375
07:11:20 17ba8b2f33e9c6678c476416aa4563b91a7a23463082d034256e5eeda8cf92ff
07:11:21 + docker run -d --name dpy-dind-6-0-py2.7-19.03.13-beta2 -v /tmp --privileged --network dpy-testnet-6-0-py2.7-19.03.13-beta2 docker:19.03.13-beta2-dind dockerd -H tcp://0.0.0.0:2375
07:11:21 d0661511a9cef0074d860af9f545a662804068903c746b33e478e547eae9da11
07:11:21 + docker run -d --name dpy-dind-6-0-py3.7-19.03.12 -v /tmp --privileged --network dpy-testnet-6-0-py3.7-19.03.12 docker:19.03.12-dind dockerd -H tcp://0.0.0.0:2375
07:11:21 403eb13b61e9ac4d5d4231d30694450bd8c0a179a179135166079bff5ae0d3bc
07:11:21 + docker run -d --name dpy-dind-6-0-py3.7-19.03.13-beta2 -v /tmp --privileged --network dpy-testnet-6-0-py3.7-19.03.13-beta2 docker:19.03.13-beta2-dind dockerd -H tcp://0.0.0.0:2375
07:11:21 f52143d66a13f389427d850e0801655e0d0e95419ed1f37649fe0687289492e4
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
07:11:21 + docker run --name dpy-tests-6-0-py2.7-19.03.12 -e DOCKER_HOST=tcp://dpy-dind-6-0-py2.7-19.03.12:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-6-0-py2.7-19.03.12 --volumes-from dpy-dind-6-0-py2.7-19.03.12 dockerbuildbot/docker-py:py2-d43e89b0ab70df709c0caac3810ce9896a65aa4a py.test -v -rxs --cov=docker tests/
07:11:21 Unable to find image 'dockerbuildbot/docker-py:py2-d43e89b0ab70df709c0caac3810ce9896a65aa4a' locally
07:11:21 py2-d43e89b0ab70df709c0caac3810ce9896a65aa4a: Pulling from dockerbuildbot/docker-py
07:11:21 7e2b2a5af8f6: Already exists
07:11:21 09b6f03ffac4: Already exists
07:11:21 dc3f0c679f0f: Already exists
07:11:21 fd4b47407fc3: Already exists
07:11:21 b32f6bf7d96d: Already exists
07:11:21 6f4489a7e4cf: Already exists
07:11:21 af4b99ad9ef0: Already exists
07:11:21 39db0bc48c26: Already exists
07:11:21 acb4a89489fc: Already exists
07:11:21 + docker run --name dpy-tests-6-0-py2.7-19.03.13-beta2 -e DOCKER_HOST=tcp://dpy-dind-6-0-py2.7-19.03.13-beta2:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-6-0-py2.7-19.03.13-beta2 --volumes-from dpy-dind-6-0-py2.7-19.03.13-beta2 dockerbuildbot/docker-py:py2-d43e89b0ab70df709c0caac3810ce9896a65aa4a py.test -v -rxs --cov=docker tests/
07:11:21 Unable to find image 'dockerbuildbot/docker-py:py2-d43e89b0ab70df709c0caac3810ce9896a65aa4a' locally
07:11:21 py2-d43e89b0ab70df709c0caac3810ce9896a65aa4a: Pulling from dockerbuildbot/docker-py
07:11:21 7e2b2a5af8f6: Already exists
07:11:21 09b6f03ffac4: Already exists
07:11:21 dc3f0c679f0f: Already exists
07:11:21 fd4b47407fc3: Already exists
07:11:21 b32f6bf7d96d: Already exists
07:11:21 6f4489a7e4cf: Already exists
07:11:21 af4b99ad9ef0: Already exists
07:11:21 39db0bc48c26: Already exists
07:11:21 acb4a89489fc: Already exists
07:11:21 902348b32521: Already exists
07:11:21 d5c289b71644: Already exists
07:11:21 35074a7308ff: Already exists
07:11:21 6d531f0689f2: Already exists
07:11:21 f0bb284ef4e0: Already exists
07:11:21 c6f7a50fc179: Already exists
07:11:21 + docker run --name dpy-tests-6-0-py3.7-19.03.12 -e DOCKER_HOST=tcp://dpy-dind-6-0-py3.7-19.03.12:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-6-0-py3.7-19.03.12 --volumes-from dpy-dind-6-0-py3.7-19.03.12 dockerbuildbot/docker-py:py3-d43e89b0ab70df709c0caac3810ce9896a65aa4a py.test -v -rxs --cov=docker tests/
07:11:21 Unable to find image 'dockerbuildbot/docker-py:py3-d43e89b0ab70df709c0caac3810ce9896a65aa4a' locally
07:11:21 py3-d43e89b0ab70df709c0caac3810ce9896a65aa4a: Pulling from dockerbuildbot/docker-py
07:11:21 d6ff36c9ec48: Already exists
07:11:21 c958d65b3090: Already exists
07:11:21 edaf0a6b092f: Already exists
07:11:21 80931cf68816: Already exists
07:11:21 bc1b8aca3825: Already exists
07:11:21 edfe96a4dd20: Already exists
07:11:21 7703a05dd304: Already exists
07:11:21 a0af5a4f33d6: Already exists
07:11:21 090f2a33a6a4: Already exists
07:11:21 bbe4c0391208: Already exists
07:11:21 + docker run --name dpy-tests-6-0-py3.7-19.03.13-beta2 -e DOCKER_HOST=tcp://dpy-dind-6-0-py3.7-19.03.13-beta2:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-6-0-py3.7-19.03.13-beta2 --volumes-from dpy-dind-6-0-py3.7-19.03.13-beta2 dockerbuildbot/docker-py:py3-d43e89b0ab70df709c0caac3810ce9896a65aa4a py.test -v -rxs --cov=docker tests/
07:11:21 Unable to find image 'dockerbuildbot/docker-py:py3-d43e89b0ab70df709c0caac3810ce9896a65aa4a' locally
07:11:21 py3-d43e89b0ab70df709c0caac3810ce9896a65aa4a: Pulling from dockerbuildbot/docker-py
07:11:21 d6ff36c9ec48: Already exists
07:11:21 c958d65b3090: Already exists
07:11:21 edaf0a6b092f: Already exists
07:11:21 80931cf68816: Already exists
07:11:21 bc1b8aca3825: Already exists
07:11:21 edfe96a4dd20: Already exists
07:11:21 7703a05dd304: Already exists
07:11:21 a0af5a4f33d6: Already exists
07:11:21 090f2a33a6a4: Already exists
07:11:21 bbe4c0391208: Already exists
07:11:21 902348b32521: Already exists
07:11:21 d5c289b71644: Already exists
07:11:21 35074a7308ff: Already exists
07:11:21 6d531f0689f2: Already exists
07:11:21 f0bb284ef4e0: Already exists
07:11:21 c6f7a50fc179: Already exists
07:11:21 6a7b4ce3bf48: Already exists
07:11:21 e5d816ef5443: Already exists
07:11:21 041d4b633f9e: Already exists
07:11:21 0abf77ed1437: Already exists
07:11:21 31f1fa780d0f: Already exists
07:11:21 c314f73d1ecd: Already exists
07:11:21 bfa0000a52b1: Already exists
07:11:21 f8184ce5bda8: Pulling fs layer
07:11:21 2da2fdc61ffa: Pulling fs layer
07:11:21 2da2fdc61ffa: Verifying Checksum
07:11:21 f8184ce5bda8: Verifying Checksum
07:11:21 f8184ce5bda8: Download complete
07:11:21 2da2fdc61ffa: Download complete
07:11:21 f8184ce5bda8: Pull complete
07:11:21 6a7b4ce3bf48: Already exists
07:11:21 e5d816ef5443: Already exists
07:11:21 041d4b633f9e: Already exists
07:11:21 0abf77ed1437: Already exists
07:11:21 31f1fa780d0f: Already exists
07:11:21 c314f73d1ecd: Already exists
07:11:21 bfa0000a52b1: Already exists
07:11:21 f8184ce5bda8: Pulling fs layer
07:11:21 2da2fdc61ffa: Pulling fs layer
07:11:21 f8184ce5bda8: Download complete
07:11:21 2da2fdc61ffa: Verifying Checksum
07:11:21 2da2fdc61ffa: Download complete
07:11:21 f8184ce5bda8: Pull complete
07:11:21 2da2fdc61ffa: Pull complete
07:11:21 4cb3d1fad961: Already exists
07:11:21 b09f4803ba4f: Already exists
07:11:21 22bae7d7dcdc: Already exists
07:11:21 77a16decd89f: Already exists
07:11:21 55bc6da3b80c: Already exists
07:11:21 cea351605dff: Already exists
07:11:21 c3f5b40f0685: Already exists
07:11:21 7e64366ae53a: Already exists
07:11:21 ddf0cc64f781: Already exists
07:11:21 ac9441ec5333: Already exists
07:11:21 d84fe1084305: Already exists
07:11:21 4a16056dbd55: Already exists
07:11:21 fd46da120d46: Pulling fs layer
07:11:21 d2a41148afca: Pulling fs layer
07:11:21 fd46da120d46: Download complete
07:11:21 d2a41148afca: Verifying Checksum
07:11:21 d2a41148afca: Download complete
07:11:21 fd46da120d46: Pull complete
07:11:21 4cb3d1fad961: Already exists
07:11:21 b09f4803ba4f: Already exists
07:11:21 22bae7d7dcdc: Already exists
07:11:21 77a16decd89f: Already exists
07:11:21 55bc6da3b80c: Already exists
07:11:21 cea351605dff: Already exists
07:11:21 c3f5b40f0685: Already exists
07:11:21 7e64366ae53a: Already exists
07:11:21 ddf0cc64f781: Already exists
07:11:21 ac9441ec5333: Already exists
07:11:21 d84fe1084305: Already exists
07:11:21 4a16056dbd55: Already exists
07:11:21 fd46da120d46: Pulling fs layer
07:11:21 d2a41148afca: Pulling fs layer
07:11:21 fd46da120d46: Download complete
07:11:21 d2a41148afca: Verifying Checksum
07:11:21 d2a41148afca: Download complete
07:11:21 fd46da120d46: Pull complete
07:11:22 2da2fdc61ffa: Pull complete
07:11:22 Digest: sha256:ef013f36f0c7c6785cbf7a2c6cb30c23917534d7042541d74d581d7e40de0d18
07:11:22 Status: Downloaded newer image for dockerbuildbot/docker-py:py2-d43e89b0ab70df709c0caac3810ce9896a65aa4a
07:11:22 Digest: sha256:ef013f36f0c7c6785cbf7a2c6cb30c23917534d7042541d74d581d7e40de0d18
07:11:22 Status: Downloaded newer image for dockerbuildbot/docker-py:py2-d43e89b0ab70df709c0caac3810ce9896a65aa4a
07:11:22 d2a41148afca: Pull complete
07:11:22 Digest: sha256:f1fe9c8529bd7c522925cdecf7551013cb1148440f51b57b6ffbbac214584599
07:11:22 Status: Downloaded newer image for dockerbuildbot/docker-py:py3-d43e89b0ab70df709c0caac3810ce9896a65aa4a
07:11:22 d2a41148afca: Pull complete
07:11:22 Digest: sha256:f1fe9c8529bd7c522925cdecf7551013cb1148440f51b57b6ffbbac214584599
07:11:22 Status: Downloaded newer image for dockerbuildbot/docker-py:py3-d43e89b0ab70df709c0caac3810ce9896a65aa4a
07:11:22 ============================= test session starts ==============================
07:11:22 platform linux2 -- Python 2.7.18, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python
07:11:22 cachedir: .pytest_cache
07:11:22 rootdir: /src, inifile: pytest.ini
07:11:22 plugins: cov-2.6.1, timeout-1.3.3
07:11:22 ============================= test session starts ==============================
07:11:22 platform linux2 -- Python 2.7.18, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python
07:11:22 cachedir: .pytest_cache
07:11:22 rootdir: /src, inifile: pytest.ini
07:11:22 plugins: cov-2.6.1, timeout-1.3.3
07:11:22 ============================= test session starts ==============================
07:11:22 platform linux -- Python 3.7.9, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python
07:11:22 cachedir: .pytest_cache
07:11:22 rootdir: /src, inifile: pytest.ini
07:11:22 plugins: cov-2.6.1, timeout-1.3.3
07:11:22 ============================= test session starts ==============================
07:11:22 platform linux -- Python 3.7.9, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python
07:11:22 cachedir: .pytest_cache
07:11:22 rootdir: /src, inifile: pytest.ini
07:11:22 plugins: cov-2.6.1, timeout-1.3.3
07:11:25 collecting ... collected 919 items / 1 errors / 918 selected
07:11:25 collecting ... collected 919 items / 1 errors / 918 selected
07:11:25 collecting ... collected 919 items / 1 errors / 918 selected
07:11:26 collecting ... collected 919 items / 1 errors / 918 selected
07:11:26 
07:11:26 ==================================== ERRORS ====================================
07:11:26 ________________ ERROR collecting tests/unit/api_image_test.py _________________
07:11:26 /usr/local/lib/python2.7/site-packages/_pytest/python.py:499: in _importtestmodule
07:11:26     mod = self.fspath.pyimport(ensuresyspath=importmode)
07:11:26 /usr/local/lib/python2.7/site-packages/py/_path/local.py:704: in pyimport
07:11:26     __import__(modname)
07:11:26 E     File "/src/tests/unit/api_image_test.py", line 210
07:11:26 E       headers=headers={'X-Registry-Auth': 'eyJIdHRwSGVhZGVycyI6IHsiVXNlci1BZ2VudCI6ICJMaW51eCJ9LCAiYXV0aHMiOiB7InJlZ2lzdHJ5IjogeyJhdXRoIjogMX19fQ=='},
07:11:26 E                      ^
07:11:26 E   SyntaxError: invalid syntax
07:11:26 
07:11:26 ---------- coverage: platform linux2, python 2.7.18-final-0 ----------
07:11:26 Name                                  Stmts   Miss Branch BrPart  Cover
07:11:26 -----------------------------------------------------------------------
07:11:26 docker/__init__.py                        8      0      0      0   100%
07:11:26 docker/api/__init__.py                    1      0      0      0   100%
07:11:26 docker/api/build.py                     126    112     92      0     6%
07:11:26 docker/api/client.py                    265    173     98     10    28%
07:11:26 docker/api/config.py                     31     19      6      0    32%
07:11:26 docker/api/container.py                 266    208    102      0    16%
07:11:26 docker/api/daemon.py                     39     29     14      0    19%
07:11:26 docker/api/exec_api.py                   46     36     22      0    15%
07:11:26 docker/api/image.py                     156    121     50      0    17%
07:11:26 docker/api/network.py                    90     74     48      0    12%
07:11:26 docker/api/plugin.py                     90     68     12      0    22%
07:11:26 docker/api/secret.py                     36     23     10      0    28%
07:11:26 docker/api/service.py                   200    176    149      0     7%
07:11:26 docker/api/swarm.py                     106     77     38      0    20%
07:11:26 docker/api/volume.py                     38     29     14      0    17%
07:11:26 docker/auth.py                          198    134     74      6    27%
07:11:26 docker/client.py                         67     18      2      1    72%
07:11:26 docker/constants.py                      20      0      0      0   100%
07:11:26 docker/context/__init__.py                2      0      0      0   100%
07:11:26 docker/context/api.py                    78     57     38      0    18%
07:11:26 docker/context/config.py                 61     42     16      1    26%
07:11:26 docker/context/context.py               151    110     62      2    20%
07:11:26 docker/credentials/__init__.py            3      0      0      0   100%
07:11:26 docker/credentials/constants.py           4      0      0      0   100%
07:11:26 docker/credentials/errors.py             11      4      2      0    54%
07:11:26 docker/credentials/store.py              50     35     16      0    23%
07:11:26 docker/credentials/utils.py              23     18     12      0    14%
07:11:26 docker/errors.py                        110     60     18      0    39%
07:11:26 docker/models/__init__.py                 0      0      0      0   100%
07:11:26 docker/models/configs.py                 21      8      0      0    62%
07:11:26 docker/models/containers.py             183    131     60      0    21%
07:11:26 docker/models/images.py                 137     92     52      0    24%
07:11:26 docker/models/networks.py                37     20      8      0    38%
07:11:26 docker/models/nodes.py                   15      5      0      0    67%
07:11:26 docker/models/plugins.py                 49     30      8      0    33%
07:11:26 docker/models/resource.py                41     24      6      0    36%
07:11:26 docker/models/secrets.py                 21      8      0      0    62%
07:11:26 docker/models/services.py                87     63     34      0    20%
07:11:26 docker/models/swarm.py                   39     21      6      0    40%
07:11:26 docker/models/volumes.py                 23     10      2      0    52%
07:11:26 docker/tls.py                            37     26     14      0    22%
07:11:26 docker/transport/__init__.py             11      3      0      0    73%
07:11:26 docker/transport/basehttpadapter.py       6      3      2      0    38%
07:11:26 docker/transport/npipeconn.py            58     53     10      0     7%
07:11:26 docker/transport/npipesocket.py         137    132     22      0     3%
07:11:26 docker/transport/sshconn.py              87     61     22      1    25%
07:11:26 docker/transport/ssladapter.py           36     20     10      1    37%
07:11:26 docker/transport/unixconn.py             65     41     12      0    31%
07:11:26 docker/types/__init__.py                  6      0      0      0   100%
07:11:26 docker/types/base.py                      5      2      2      0    43%
07:11:26 docker/types/containers.py              418    375    326      0     6%
07:11:26 docker/types/daemon.py                   36     26     14      0    20%
07:11:26 docker/types/healthcheck.py              34     20      4      0    37%
07:11:26 docker/types/networks.py                 41     31     28      0    14%
07:11:26 docker/types/services.py                312    259    206      0    10%
07:11:26 docker/types/swarm.py                    51     45     40      0     7%
07:11:26 docker/utils/__init__.py                  3      0      0      0   100%
07:11:26 docker/utils/build.py                   154    129     74      0    11%
07:11:26 docker/utils/config.py                   36     11     10      4    67%
07:11:26 docker/utils/decorators.py               32     15     12      0    39%
07:11:26 docker/utils/fnmatch.py                  55     47     28      0    10%
07:11:26 docker/utils/json_stream.py              43     31     14      1    23%
07:11:26 docker/utils/ports.py                    50     42     28      0    10%
07:11:26 docker/utils/proxy.py                    32     21     12      0    25%
07:11:26 docker/utils/socket.py                   86     64     40      0    17%
07:11:26 docker/utils/utils.py                   285    196    164     22    25%
07:11:26 docker/version.py                         2      0      0      0   100%
07:11:26 -----------------------------------------------------------------------
07:11:26 TOTAL                                  5047   3688   2165     49    20%
07:11:26 
07:11:26 !!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!
07:11:26 =========================== 1 error in 3.90 seconds ============================
07:11:26 
07:11:26 ==================================== ERRORS ====================================
07:11:26 ________________ ERROR collecting tests/unit/api_image_test.py _________________
07:11:26 /usr/local/lib/python3.7/site-packages/_pytest/python.py:499: in _importtestmodule
07:11:26     mod = self.fspath.pyimport(ensuresyspath=importmode)
07:11:26 /usr/local/lib/python3.7/site-packages/py/_path/local.py:704: in pyimport
07:11:26     __import__(modname)
07:11:26 E     File "/src/tests/unit/api_image_test.py", line 210
07:11:26 E       headers=headers={'X-Registry-Auth': 'eyJIdHRwSGVhZGVycyI6IHsiVXNlci1BZ2VudCI6ICJMaW51eCJ9LCAiYXV0aHMiOiB7InJlZ2lzdHJ5IjogeyJhdXRoIjogMX19fQ=='},
07:11:26 E                      ^
07:11:26 E   SyntaxError: invalid syntax
07:11:26 =============================== warnings summary ===============================
07:11:26 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
07:11:26   /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
07:11:26     from collections import MutableMapping
07:11:26 
07:11:26 -- Docs: https://docs.pytest.org/en/latest/warnings.html
07:11:26 
07:11:26 ----------- coverage: platform linux, python 3.7.9-final-0 -----------
07:11:26 Name                                  Stmts   Miss Branch BrPart  Cover
07:11:26 -----------------------------------------------------------------------
07:11:26 docker/__init__.py                        8      0      0      0   100%
07:11:26 docker/api/__init__.py                    1      0      0      0   100%
07:11:26 docker/api/build.py                     126    112     93      0     6%
07:11:26 docker/api/client.py                    265    173    100     10    28%
07:11:26 docker/api/config.py                     31     19      6      0    32%
07:11:26 docker/api/container.py                 266    208    104      0    16%
07:11:26 docker/api/daemon.py                     39     29     14      0    19%
07:11:26 docker/api/exec_api.py                   46     36     22      0    15%
07:11:26 docker/api/image.py                     156    121     52      0    17%
07:11:26 docker/api/network.py                    90     74     48      0    12%
07:11:26 docker/api/plugin.py                     90     68     14      0    21%
07:11:26 docker/api/secret.py                     36     23     10      0    28%
07:11:26 docker/api/service.py                   200    176    149      0     7%
07:11:26 docker/api/swarm.py                     106     77     38      0    20%
07:11:26 docker/api/volume.py                     38     29     14      0    17%
07:11:26 docker/auth.py                          198    135     74      6    27%
07:11:26 docker/client.py                         67     18      2      1    72%
07:11:26 docker/constants.py                      20      0      0      0   100%
07:11:26 docker/context/__init__.py                2      0      0      0   100%
07:11:26 docker/context/api.py                    78     57     38      0    18%
07:11:26 docker/context/config.py                 61     42     16      1    26%
07:11:26 docker/context/context.py               151    110     62      2    20%
07:11:26 docker/credentials/__init__.py            3      0      0      0   100%
07:11:26 docker/credentials/constants.py           4      0      0      0   100%
07:11:26 docker/credentials/errors.py             11      4      2      0    54%
07:11:26 docker/credentials/store.py              50     35     16      0    23%
07:11:26 docker/credentials/utils.py              23     18     12      0    14%
07:11:26 docker/errors.py                        110     60     20      0    38%
07:11:26 docker/models/__init__.py                 0      0      0      0   100%
07:11:26 docker/models/configs.py                 21      8      2      0    57%
07:11:26 docker/models/containers.py             183    131     70      0    21%
07:11:26 docker/models/images.py                 137     92     58      0    23%
07:11:26 docker/models/networks.py                37     20     12      0    35%
07:11:26 docker/models/nodes.py                   15      5      2      0    59%
07:11:26 docker/models/plugins.py                 49     30     10      0    32%
07:11:26 docker/models/resource.py                41     24      6      0    36%
07:11:26 docker/models/secrets.py                 21      8      2      0    57%
07:11:26 docker/models/services.py                87     63     36      0    20%
07:11:26 docker/models/swarm.py                   39     21      6      0    40%
07:11:26 docker/models/volumes.py                 23     10      4      0    48%
07:11:26 docker/tls.py                            37     26     14      0    22%
07:11:26 docker/transport/__init__.py             11      3      0      0    73%
07:11:26 docker/transport/basehttpadapter.py       6      3      2      0    38%
07:11:26 docker/transport/npipeconn.py            58     53     10      0     7%
07:11:26 docker/transport/npipesocket.py         137    132     22      0     3%
07:11:26 docker/transport/sshconn.py              87     61     22      1    25%
07:11:26 docker/transport/ssladapter.py           36     22     10      1    33%
07:11:26 docker/transport/unixconn.py             65     41     12      0    31%
07:11:26 docker/types/__init__.py                  6      0      0      0   100%
07:11:26 docker/types/base.py                      5      2      2      0    43%
07:11:26 docker/types/containers.py              418    375    328      0     6%
07:11:26 docker/types/daemon.py                   36     26     14      0    20%
07:11:26 docker/types/healthcheck.py              34     20      4      0    37%
07:11:26 docker/types/networks.py                 41     31     28      0    14%
07:11:26 docker/types/services.py                312    259    206      0    10%
07:11:26 docker/types/swarm.py                    51     45     40      0     7%
07:11:26 docker/utils/__init__.py                  3      0      0      0   100%
07:11:26 docker/utils/build.py                   154    129     76      0    11%
07:11:26 docker/utils/config.py                   36     11     10      4    67%
07:11:26 docker/utils/decorators.py               32     15     12      0    39%
07:11:26 docker/utils/fnmatch.py                  55     47     28      0    10%
07:11:26 docker/utils/json_stream.py              43     31     14      1    23%
07:11:26 docker/utils/ports.py                    50     42     32      0    10%
07:11:26 docker/utils/proxy.py                    32     21     12      0    25%
07:11:26 docker/utils/socket.py                   86     64     40      0    17%
07:11:26 docker/utils/utils.py                   285    197    177     22    24%
07:11:26 docker/version.py                         2      0      2      0   100%
07:11:26 -----------------------------------------------------------------------
07:11:26 TOTAL                                  5047   3692   2231     49    19%
07:11:26 
07:11:26 !!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!
07:11:26 ===================== 1 warnings, 1 error in 3.61 seconds ======================
07:11:26 
07:11:26 ==================================== ERRORS ====================================
07:11:26 ________________ ERROR collecting tests/unit/api_image_test.py _________________
07:11:26 /usr/local/lib/python3.7/site-packages/_pytest/python.py:499: in _importtestmodule
07:11:26     mod = self.fspath.pyimport(ensuresyspath=importmode)
07:11:26 /usr/local/lib/python3.7/site-packages/py/_path/local.py:704: in pyimport
07:11:26     __import__(modname)
07:11:26 E     File "/src/tests/unit/api_image_test.py", line 210
07:11:26 E       headers=headers={'X-Registry-Auth': 'eyJIdHRwSGVhZGVycyI6IHsiVXNlci1BZ2VudCI6ICJMaW51eCJ9LCAiYXV0aHMiOiB7InJlZ2lzdHJ5IjogeyJhdXRoIjogMX19fQ=='},
07:11:26 E                      ^
07:11:26 E   SyntaxError: invalid syntax
07:11:26 =============================== warnings summary ===============================
07:11:26 /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23
07:11:26   /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
07:11:26     from collections import MutableMapping
07:11:26 
07:11:26 -- Docs: https://docs.pytest.org/en/latest/warnings.html
07:11:26 
07:11:26 ----------- coverage: platform linux, python 3.7.9-final-0 -----------
07:11:26 Name                                  Stmts   Miss Branch BrPart  Cover
07:11:26 -----------------------------------------------------------------------
07:11:26 docker/__init__.py                        8      0      0      0   100%
07:11:26 docker/api/__init__.py                    1      0      0      0   100%
07:11:26 docker/api/build.py                     126    112     93      0     6%
07:11:26 docker/api/client.py                    265    173    100     10    28%
07:11:26 docker/api/config.py                     31     19      6      0    32%
07:11:26 docker/api/container.py                 266    208    104      0    16%
07:11:26 docker/api/daemon.py                     39     29     14      0    19%
07:11:26 docker/api/exec_api.py                   46     36     22      0    15%
07:11:26 docker/api/image.py                     156    121     52      0    17%
07:11:26 docker/api/network.py                    90     74     48      0    12%
07:11:26 docker/api/plugin.py                     90     68     14      0    21%
07:11:26 docker/api/secret.py                     36     23     10      0    28%
07:11:26 docker/api/service.py                   200    176    149      0     7%
07:11:26 docker/api/swarm.py                     106     77     38      0    20%
07:11:26 docker/api/volume.py                     38     29     14      0    17%
07:11:26 docker/auth.py                          198    135     74      6    27%
07:11:26 docker/client.py                         67     18      2      1    72%
07:11:26 docker/constants.py                      20      0      0      0   100%
07:11:26 docker/context/__init__.py                2      0      0      0   100%
07:11:26 docker/context/api.py                    78     57     38      0    18%
07:11:26 docker/context/config.py                 61     42     16      1    26%
07:11:26 docker/context/context.py               151    110     62      2    20%
07:11:26 docker/credentials/__init__.py            3      0      0      0   100%
07:11:26 docker/credentials/constants.py           4      0      0      0   100%
07:11:26 docker/credentials/errors.py             11      4      2      0    54%
07:11:26 docker/credentials/store.py              50     35     16      0    23%
07:11:26 docker/credentials/utils.py              23     18     12      0    14%
07:11:26 docker/errors.py                        110     60     20      0    38%
07:11:26 docker/models/__init__.py                 0      0      0      0   100%
07:11:26 docker/models/configs.py                 21      8      2      0    57%
07:11:26 docker/models/containers.py             183    131     70      0    21%
07:11:26 docker/models/images.py                 137     92     58      0    23%
07:11:26 docker/models/networks.py                37     20     12      0    35%
07:11:26 docker/models/nodes.py                   15      5      2      0    59%
07:11:26 docker/models/plugins.py                 49     30     10      0    32%
07:11:26 docker/models/resource.py                41     24      6      0    36%
07:11:26 docker/models/secrets.py                 21      8      2      0    57%
07:11:26 docker/models/services.py                87     63     36      0    20%
07:11:26 docker/models/swarm.py                   39     21      6      0    40%
07:11:26 docker/models/volumes.py                 23     10      4      0    48%
07:11:26 docker/tls.py                            37     26     14      0    22%
07:11:26 docker/transport/__init__.py             11      3      0      0    73%
07:11:26 docker/transport/basehttpadapter.py       6      3      2      0    38%
07:11:26 docker/transport/npipeconn.py            58     53     10      0     7%
07:11:26 docker/transport/npipesocket.py         137    132     22      0     3%
07:11:26 docker/transport/sshconn.py              87     61     22      1    25%
07:11:26 docker/transport/ssladapter.py           36     22     10      1    33%
07:11:26 docker/transport/unixconn.py             65     41     12      0    31%
07:11:26 docker/types/__init__.py                  6      0      0      0   100%
07:11:26 docker/types/base.py                      5      2      2      0    43%
07:11:26 docker/types/containers.py              418    375    328      0     6%
07:11:26 docker/types/daemon.py                   36     26     14      0    20%
07:11:26 docker/types/healthcheck.py              34     20      4      0    37%
07:11:26 docker/types/networks.py                 41     31     28      0    14%
07:11:26 docker/types/services.py                312    259    206      0    10%
07:11:26 docker/types/swarm.py                    51     45     40      0     7%
07:11:26 docker/utils/__init__.py                  3      0      0      0   100%
07:11:26 docker/utils/build.py                   154    129     76      0    11%
07:11:26 docker/utils/config.py                   36     11     10      4    67%
07:11:26 docker/utils/decorators.py               32     15     12      0    39%
07:11:26 docker/utils/fnmatch.py                  55     47     28      0    10%
07:11:26 docker/utils/json_stream.py              43     31     14      1    23%
07:11:26 docker/utils/ports.py                    50     42     32      0    10%
07:11:26 docker/utils/proxy.py                    32     21     12      0    25%
07:11:26 docker/utils/socket.py                   86     64     40      0    17%
07:11:26 docker/utils/utils.py                   285    197    177     22    24%
07:11:26 docker/version.py                         2      0      2      0   100%
07:11:26 -----------------------------------------------------------------------
07:11:26 TOTAL                                  5047   3692   2231     49    19%
07:11:26 
07:11:26 !!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!
07:11:26 ===================== 1 warnings, 1 error in 3.62 seconds ======================
[Pipeline] sh
[Pipeline] sh
07:11:26 
07:11:26 ==================================== ERRORS ====================================
07:11:26 ________________ ERROR collecting tests/unit/api_image_test.py _________________
07:11:26 /usr/local/lib/python2.7/site-packages/_pytest/python.py:499: in _importtestmodule
07:11:26     mod = self.fspath.pyimport(ensuresyspath=importmode)
07:11:26 /usr/local/lib/python2.7/site-packages/py/_path/local.py:704: in pyimport
07:11:26     __import__(modname)
07:11:26 E     File "/src/tests/unit/api_image_test.py", line 210
07:11:26 E       headers=headers={'X-Registry-Auth': 'eyJIdHRwSGVhZGVycyI6IHsiVXNlci1BZ2VudCI6ICJMaW51eCJ9LCAiYXV0aHMiOiB7InJlZ2lzdHJ5IjogeyJhdXRoIjogMX19fQ=='},
07:11:26 E                      ^
07:11:26 E   SyntaxError: invalid syntax
07:11:26 
07:11:26 ---------- coverage: platform linux2, python 2.7.18-final-0 ----------
07:11:26 Name                                  Stmts   Miss Branch BrPart  Cover
07:11:26 -----------------------------------------------------------------------
07:11:26 docker/__init__.py                        8      0      0      0   100%
07:11:26 docker/api/__init__.py                    1      0      0      0   100%
07:11:26 docker/api/build.py                     126    112     92      0     6%
07:11:26 docker/api/client.py                    265    173     98     10    28%
07:11:26 docker/api/config.py                     31     19      6      0    32%
07:11:26 docker/api/container.py                 266    208    102      0    16%
07:11:26 docker/api/daemon.py                     39     29     14      0    19%
07:11:26 docker/api/exec_api.py                   46     36     22      0    15%
07:11:26 docker/api/image.py                     156    121     50      0    17%
07:11:26 docker/api/network.py                    90     74     48      0    12%
07:11:26 docker/api/plugin.py                     90     68     12      0    22%
07:11:26 docker/api/secret.py                     36     23     10      0    28%
07:11:26 docker/api/service.py                   200    176    149      0     7%
07:11:26 docker/api/swarm.py                     106     77     38      0    20%
07:11:26 docker/api/volume.py                     38     29     14      0    17%
07:11:26 docker/auth.py                          198    134     74      6    27%
07:11:26 docker/client.py                         67     18      2      1    72%
07:11:26 docker/constants.py                      20      0      0      0   100%
07:11:26 docker/context/__init__.py                2      0      0      0   100%
07:11:26 docker/context/api.py                    78     57     38      0    18%
07:11:26 docker/context/config.py                 61     42     16      1    26%
07:11:26 docker/context/context.py               151    110     62      2    20%
07:11:26 docker/credentials/__init__.py            3      0      0      0   100%
07:11:26 docker/credentials/constants.py           4      0      0      0   100%
07:11:26 docker/credentials/errors.py             11      4      2      0    54%
07:11:26 docker/credentials/store.py              50     35     16      0    23%
07:11:26 docker/credentials/utils.py              23     18     12      0    14%
07:11:26 docker/errors.py                        110     60     18      0    39%
07:11:26 docker/models/__init__.py                 0      0      0      0   100%
07:11:26 docker/models/configs.py                 21      8      0      0    62%
07:11:26 docker/models/containers.py             183    131     60      0    21%
07:11:26 docker/models/images.py                 137     92     52      0    24%
07:11:26 docker/models/networks.py                37     20      8      0    38%
07:11:26 docker/models/nodes.py                   15      5      0      0    67%
07:11:26 docker/models/plugins.py                 49     30      8      0    33%
07:11:26 docker/models/resource.py                41     24      6      0    36%
07:11:26 docker/models/secrets.py                 21      8      0      0    62%
07:11:26 docker/models/services.py                87     63     34      0    20%
07:11:26 docker/models/swarm.py                   39     21      6      0    40%
07:11:26 docker/models/volumes.py                 23     10      2      0    52%
07:11:26 docker/tls.py                            37     26     14      0    22%
07:11:26 docker/transport/__init__.py             11      3      0      0    73%
07:11:26 docker/transport/basehttpadapter.py       6      3      2      0    38%
07:11:26 docker/transport/npipeconn.py            58     53     10      0     7%
07:11:26 docker/transport/npipesocket.py         137    132     22      0     3%
07:11:26 docker/transport/sshconn.py              87     61     22      1    25%
07:11:26 docker/transport/ssladapter.py           36     20     10      1    37%
07:11:26 docker/transport/unixconn.py             65     41     12      0    31%
07:11:26 docker/types/__init__.py                  6      0      0      0   100%
07:11:26 docker/types/base.py                      5      2      2      0    43%
07:11:26 docker/types/containers.py              418    375    326      0     6%
07:11:26 docker/types/daemon.py                   36     26     14      0    20%
07:11:26 docker/types/healthcheck.py              34     20      4      0    37%
07:11:26 docker/types/networks.py                 41     31     28      0    14%
07:11:26 docker/types/services.py                312    259    206      0    10%
07:11:26 docker/types/swarm.py                    51     45     40      0     7%
07:11:26 docker/utils/__init__.py                  3      0      0      0   100%
07:11:26 docker/utils/build.py                   154    129     74      0    11%
07:11:26 docker/utils/config.py                   36     11     10      4    67%
07:11:26 docker/utils/decorators.py               32     15     12      0    39%
07:11:26 docker/utils/fnmatch.py                  55     47     28      0    10%
07:11:26 docker/utils/json_stream.py              43     31     14      1    23%
07:11:26 docker/utils/ports.py                    50     42     28      0    10%
07:11:26 docker/utils/proxy.py                    32     21     12      0    25%
07:11:26 docker/utils/socket.py                   86     64     40      0    17%
07:11:26 docker/utils/utils.py                   285    196    164     22    25%
07:11:26 docker/version.py                         2      0      0      0   100%
07:11:26 -----------------------------------------------------------------------
07:11:26 TOTAL                                  5047   3688   2165     49    20%
07:11:26 
07:11:26 !!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!
07:11:26 =========================== 1 error in 3.93 seconds ============================
[Pipeline] sh
07:11:27 + docker stop dpy-dind-6-0-py3.7-19.03.12 dpy-tests-6-0-py3.7-19.03.12
[Pipeline] sh
07:11:27 + docker stop dpy-dind-6-0-py3.7-19.03.13-beta2 dpy-tests-6-0-py3.7-19.03.13-beta2
07:11:27 + docker stop dpy-dind-6-0-py2.7-19.03.12 dpy-tests-6-0-py2.7-19.03.12
07:11:27 + docker stop dpy-dind-6-0-py2.7-19.03.13-beta2 dpy-tests-6-0-py2.7-19.03.13-beta2
07:11:28 dpy-dind-6-0-py3.7-19.03.12
07:11:28 dpy-tests-6-0-py3.7-19.03.12
07:11:28 + docker rm -vf dpy-dind-6-0-py3.7-19.03.12 dpy-tests-6-0-py3.7-19.03.12
07:11:28 dpy-dind-6-0-py3.7-19.03.12
07:11:28 dpy-tests-6-0-py3.7-19.03.12
07:11:28 + docker network rm dpy-testnet-6-0-py3.7-19.03.12
07:11:28 dpy-testnet-6-0-py3.7-19.03.12
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.12
07:11:28 dpy-dind-6-0-py3.7-19.03.13-beta2
07:11:28 dpy-tests-6-0-py3.7-19.03.13-beta2
07:11:28 + docker rm -vf dpy-dind-6-0-py3.7-19.03.13-beta2 dpy-tests-6-0-py3.7-19.03.13-beta2
07:11:28 dpy-dind-6-0-py3.7-19.03.13-beta2
07:11:28 dpy-tests-6-0-py3.7-19.03.13-beta2
07:11:28 + docker network rm dpy-testnet-6-0-py3.7-19.03.13-beta2
07:11:28 dpy-testnet-6-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
07:11:28 dpy-dind-6-0-py2.7-19.03.12
07:11:28 dpy-tests-6-0-py2.7-19.03.12
07:11:28 + docker rm -vf dpy-dind-6-0-py2.7-19.03.12 dpy-tests-6-0-py2.7-19.03.12
07:11:28 dpy-dind-6-0-py2.7-19.03.12
07:11:28 dpy-tests-6-0-py2.7-19.03.12
07:11:28 + docker network rm dpy-testnet-6-0-py2.7-19.03.12
07:11:28 dpy-testnet-6-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
07:11:28 dpy-dind-6-0-py2.7-19.03.13-beta2
07:11:28 dpy-tests-6-0-py2.7-19.03.13-beta2
07:11:28 + docker rm -vf dpy-dind-6-0-py2.7-19.03.13-beta2 dpy-tests-6-0-py2.7-19.03.13-beta2
07:11:28 dpy-dind-6-0-py2.7-19.03.13-beta2
07:11:28 dpy-tests-6-0-py2.7-19.03.13-beta2
07:11:28 + docker network rm dpy-testnet-6-0-py2.7-19.03.13-beta2
07:11:28 dpy-testnet-6-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