Skip to content
Failed

Console Output

Pull request #2647 updated
07:28:23 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at 0dfae33ce800d17d23a43ebde064c146d2c99781 rather than c04bbfce167f15acebffa3de5ffcef9059b2bff3
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/22f11019-ace3-4704-aba8-c56d22c5a97f/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:28:26 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
07:28:26 chowning workspace
[Pipeline] sh
07:28:26 + pwd
07:28:26 + id -u
07:28:26 + id -g
07:28:26 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2647:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
07:28:26 Removing all docker containers
[Pipeline] sh
07:28:27 + docker container ls -aq
[Pipeline] echo
07:28:27 Docker containers have been removed
[Pipeline] echo
07:28:27 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
07:28:27 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
07:28:27 using credential docker-jenkins-github-credentials
07:28:27 Cloning the remote Git repository
07:28:27 Cloning with configured refspecs honoured and without tags
07:28:27 Fetching without tags
07:28:27 Merging remotes/origin/master commit 0dfae33ce800d17d23a43ebde064c146d2c99781 into PR head commit c04bbfce167f15acebffa3de5ffcef9059b2bff3
07:28:28 Merge succeeded, producing c04bbfce167f15acebffa3de5ffcef9059b2bff3
07:28:28 Checking out Revision c04bbfce167f15acebffa3de5ffcef9059b2bff3 (PR-2647)
07:28:28 Commit message: "Incorrect test due to mocking"
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
 > git checkout -f c04bbfce167f15acebffa3de5ffcef9059b2bff3 # timeout=10
 > git merge 0dfae33ce800d17d23a43ebde064c146d2c99781 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c04bbfce167f15acebffa3de5ffcef9059b2bff3 # timeout=10
 > git rev-list --no-walk d43e89b0ab70df709c0caac3810ce9896a65aa4a # timeout=10
[Pipeline] sh
07:28:28 + git rev-parse HEAD
[Pipeline] isUnix
[Pipeline] sh
07:28:29 + docker pull dockerbuildbot/docker-py:py2-c04bbfce167f15acebffa3de5ffcef9059b2bff3
07:28:29 Error response from daemon: manifest for dockerbuildbot/docker-py:py2-c04bbfce167f15acebffa3de5ffcef9059b2bff3 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
07:28:29 + docker build -t dockerbuildbot/docker-py:py2-c04bbfce167f15acebffa3de5ffcef9059b2bff3 -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 .
07:28:29 Sending build context to Docker daemon  1.315MB

07:28:29 Step 1/19 : ARG PYTHON_VERSION=3.7
07:28:29 Step 2/19 : FROM python:${PYTHON_VERSION}
07:28:29  ---> 68e7be49c28c
07:28:29 Step 3/19 : ARG APT_MIRROR
07:28:29  ---> Using cache
07:28:29  ---> da6a5ac92dd5
07:28:29 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:28:29  ---> Using cache
07:28:29  ---> 5e30f7abfa0e
07:28:29 Step 5/19 : RUN apt-get update && apt-get -y install     gnupg2     pass     curl
07:28:29  ---> Using cache
07:28:29  ---> d0668d357dd6
07:28:29 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys
07:28:29  ---> Using cache
07:28:29  ---> f8d515abdd01
07:28:29 Step 7/19 : RUN gpg2 --import gpg-keys/secret
07:28:29  ---> Using cache
07:28:29  ---> b3900a4c9bb8
07:28:29 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
07:28:29  ---> Using cache
07:28:29  ---> f120bcf3a9d0
07:28:29 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
07:28:29  ---> Using cache
07:28:29  ---> a0e6a62f6806
07:28:29 Step 10/19 : RUN gpg2 --check-trustdb
07:28:29  ---> Using cache
07:28:29  ---> 56b0986c2f31
07:28:29 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3
07:28:29  ---> Using cache
07:28:29  ---> 4618a2ff1583
07:28:29 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:28:29  ---> Using cache
07:28:29  ---> cc25b3eb7fd3
07:28:29 Step 13/19 : WORKDIR /src
07:28:29  ---> Using cache
07:28:29  ---> 57136eddc1e3
07:28:29 Step 14/19 : COPY requirements.txt /src/requirements.txt
07:28:29  ---> Using cache
07:28:29  ---> 18b9ef268867
07:28:29 Step 15/19 : RUN pip install -r requirements.txt
07:28:29  ---> Using cache
07:28:29  ---> cd351d4a7528
07:28:29 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt
07:28:29  ---> Using cache
07:28:29  ---> 2288ae5f2480
07:28:29 Step 17/19 : RUN pip install -r test-requirements.txt
07:28:29  ---> Using cache
07:28:29  ---> 58cadc3b11cd
07:28:29 Step 18/19 : COPY . /src
07:28:29  ---> d48e7bc27ecd
07:28:29 Step 19/19 : RUN pip install .
07:28:29  ---> Running in 12eae3474abb
07:28:30 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:28:30 Processing /src
07:28:30 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:28:30 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:28:30 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:28:30 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:28:30 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:28:30 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:28:30 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:28:30 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:28:30 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:28:30 Building wheels for collected packages: docker
07:28:30   Building wheel for docker (setup.py): started
07:28:30   Building wheel for docker (setup.py): finished with status 'done'
07:28:30   Created wheel for docker: filename=docker-4.4.0.dev0-py2.py3-none-any.whl size=145303 sha256=54e604f601c48b0415c16f88aa88ecc8f1f895d1eab46184e78c619eb02a84e0
07:28:30   Stored in directory: /tmp/pip-ephem-wheel-cache-dClmyz/wheels/dc/45/28/050a7fcd95fc9b9f504d64d6668214323c48b439857458e65c
07:28:30 Successfully built docker
07:28:30 Installing collected packages: docker
07:28:30 Successfully installed docker-4.4.0.dev0
07:28:30 WARNING: You are using pip version 20.0.2; however, version 20.2.2 is available.
07:28:30 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
07:28:31 Removing intermediate container 12eae3474abb
07:28:31  ---> d9c92e8bc00f
07:28:31 Successfully built d9c92e8bc00f
07:28:31 Successfully tagged dockerbuildbot/docker-py:py2-c04bbfce167f15acebffa3de5ffcef9059b2bff3
[Pipeline] isUnix
[Pipeline] sh
07:28:31 + docker tag dockerbuildbot/docker-py:py2-c04bbfce167f15acebffa3de5ffcef9059b2bff3 dockerbuildbot/docker-py:py2-c04bbfce167f15acebffa3de5ffcef9059b2bff3
[Pipeline] isUnix
[Pipeline] sh
07:28:32 + docker push dockerbuildbot/docker-py:py2-c04bbfce167f15acebffa3de5ffcef9059b2bff3
07:28:32 The push refers to repository [docker.io/dockerbuildbot/docker-py]
07:28:32 ed1fb09d90c5: Preparing
07:28:32 04167d38e05f: Preparing
07:28:32 83404f0fe630: Preparing
07:28:32 0f5299cbb736: Preparing
07:28:32 1cedb6c9aeaa: Preparing
07:28:32 96dd168e897e: Preparing
07:28:32 89226151a5e8: Preparing
07:28:32 06f5daa073ff: Preparing
07:28:32 4a770dc04515: Preparing
07:28:32 936154b6cd5f: Preparing
07:28:32 7c07b6b19740: Preparing
07:28:32 221b2137441a: Preparing
07:28:32 909e07ade681: Preparing
07:28:32 2dcf84e0cec8: Preparing
07:28:32 7613d4a7413f: Preparing
07:28:32 e571d2d3c73c: Preparing
07:28:32 da7b0a80a4f2: Preparing
07:28:32 ceee8816bb96: Preparing
07:28:32 47458fb45d99: Preparing
07:28:32 46829331b1e4: Preparing
07:28:32 d35c5bda4793: Preparing
07:28:32 a3c1026c6bcc: Preparing
07:28:32 f1d420c2af1a: Preparing
07:28:32 461719022993: Preparing
07:28:32 a3c1026c6bcc: Waiting
07:28:32 909e07ade681: Waiting
07:28:32 89226151a5e8: Waiting
07:28:32 936154b6cd5f: Waiting
07:28:32 7c07b6b19740: Waiting
07:28:32 2dcf84e0cec8: Waiting
07:28:32 06f5daa073ff: Waiting
07:28:32 7613d4a7413f: Waiting
07:28:32 4a770dc04515: Waiting
07:28:32 221b2137441a: Waiting
07:28:32 e571d2d3c73c: Waiting
07:28:32 f1d420c2af1a: Waiting
07:28:32 da7b0a80a4f2: Waiting
07:28:32 47458fb45d99: Waiting
07:28:32 461719022993: Waiting
07:28:32 ceee8816bb96: Waiting
07:28:32 46829331b1e4: Waiting
07:28:32 96dd168e897e: Waiting
07:28:32 83404f0fe630: Layer already exists
07:28:32 1cedb6c9aeaa: Layer already exists
07:28:32 0f5299cbb736: Layer already exists
07:28:32 89226151a5e8: Layer already exists
07:28:32 96dd168e897e: Layer already exists
07:28:32 06f5daa073ff: Layer already exists
07:28:32 7c07b6b19740: Layer already exists
07:28:32 936154b6cd5f: Layer already exists
07:28:32 4a770dc04515: Layer already exists
07:28:32 221b2137441a: Layer already exists
07:28:32 909e07ade681: Layer already exists
07:28:32 7613d4a7413f: Layer already exists
07:28:32 e571d2d3c73c: Layer already exists
07:28:32 da7b0a80a4f2: Layer already exists
07:28:32 ceee8816bb96: Layer already exists
07:28:32 47458fb45d99: Layer already exists
07:28:32 2dcf84e0cec8: Layer already exists
07:28:32 46829331b1e4: Layer already exists
07:28:32 a3c1026c6bcc: Layer already exists
07:28:32 f1d420c2af1a: Layer already exists
07:28:32 d35c5bda4793: Layer already exists
07:28:32 461719022993: Layer already exists
07:28:33 04167d38e05f: Pushed
07:28:33 ed1fb09d90c5: Pushed
07:28:34 py2-c04bbfce167f15acebffa3de5ffcef9059b2bff3: digest: sha256:b79609c9c97ff642da0710400170d4f456f55943710ab548db59b1d29cd2c049 size: 5353
[Pipeline] isUnix
[Pipeline] sh
07:28:34 + docker pull dockerbuildbot/docker-py:py3-c04bbfce167f15acebffa3de5ffcef9059b2bff3
07:28:34 Error response from daemon: manifest for dockerbuildbot/docker-py:py3-c04bbfce167f15acebffa3de5ffcef9059b2bff3 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
07:28:34 + docker build -t dockerbuildbot/docker-py:py3-c04bbfce167f15acebffa3de5ffcef9059b2bff3 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
07:28:34 Sending build context to Docker daemon  1.315MB

07:28:34 Step 1/19 : ARG PYTHON_VERSION=3.7
07:28:34 Step 2/19 : FROM python:${PYTHON_VERSION}
07:28:34  ---> 5c1cd4638fb7
07:28:34 Step 3/19 : ARG APT_MIRROR
07:28:34  ---> Using cache
07:28:34  ---> 89e284854017
07:28:34 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:28:34  ---> Using cache
07:28:34  ---> f559ed2e33b0
07:28:34 Step 5/19 : RUN apt-get update && apt-get -y install     gnupg2     pass     curl
07:28:34  ---> Using cache
07:28:34  ---> 2500eafc588a
07:28:34 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys
07:28:34  ---> Using cache
07:28:34  ---> 6524d029d713
07:28:34 Step 7/19 : RUN gpg2 --import gpg-keys/secret
07:28:34  ---> Using cache
07:28:34  ---> 3801fc146b14
07:28:34 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
07:28:34  ---> Using cache
07:28:34  ---> 66373b594482
07:28:34 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
07:28:34  ---> Using cache
07:28:34  ---> d05c0ec81ee0
07:28:34 Step 10/19 : RUN gpg2 --check-trustdb
07:28:34  ---> Using cache
07:28:34  ---> 1516027a1f71
07:28:34 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3
07:28:34  ---> Using cache
07:28:34  ---> 08100ba17ce5
07:28:34 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:28:34  ---> Using cache
07:28:34  ---> e0d5e563d71a
07:28:34 Step 13/19 : WORKDIR /src
07:28:34  ---> Using cache
07:28:34  ---> fb0a3a7bbb86
07:28:34 Step 14/19 : COPY requirements.txt /src/requirements.txt
07:28:34  ---> Using cache
07:28:34  ---> 86aaf0780d40
07:28:34 Step 15/19 : RUN pip install -r requirements.txt
07:28:34  ---> Using cache
07:28:34  ---> 7b33bd2218a0
07:28:34 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt
07:28:34  ---> Using cache
07:28:34  ---> b3cd182f8a47
07:28:34 Step 17/19 : RUN pip install -r test-requirements.txt
07:28:34  ---> Using cache
07:28:34  ---> e62746982acd
07:28:34 Step 18/19 : COPY . /src
07:28:35  ---> de27127b722c
07:28:35 Step 19/19 : RUN pip install .
07:28:35  ---> Running in d60cf1b93330
07:28:35 Processing /src
07:28:36 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:28:36 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:28:36 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:28:36 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:28:36 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:28:36 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:28:36 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:28:36 Building wheels for collected packages: docker
07:28:36   Building wheel for docker (setup.py): started
07:28:36   Building wheel for docker (setup.py): finished with status 'done'
07:28:36   Created wheel for docker: filename=docker-4.4.0.dev0-py2.py3-none-any.whl size=145309 sha256=3a87d3822e8e559e947ccdb1143ad1e2ff7568d68564c709d260b431112aa381
07:28:36   Stored in directory: /tmp/pip-ephem-wheel-cache-1bt4omle/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525
07:28:36 Successfully built docker
07:28:36 Installing collected packages: docker
07:28:36 Successfully installed docker-4.4.0.dev0
07:28:36 Removing intermediate container d60cf1b93330
07:28:36  ---> f007aa555a8d
07:28:36 Successfully built f007aa555a8d
07:28:36 Successfully tagged dockerbuildbot/docker-py:py3-c04bbfce167f15acebffa3de5ffcef9059b2bff3
[Pipeline] isUnix
[Pipeline] sh
07:28:37 + docker tag dockerbuildbot/docker-py:py3-c04bbfce167f15acebffa3de5ffcef9059b2bff3 dockerbuildbot/docker-py:py3-c04bbfce167f15acebffa3de5ffcef9059b2bff3
[Pipeline] isUnix
[Pipeline] sh
07:28:37 + docker push dockerbuildbot/docker-py:py3-c04bbfce167f15acebffa3de5ffcef9059b2bff3
07:28:37 The push refers to repository [docker.io/dockerbuildbot/docker-py]
07:28:37 42d4d51ebd2a: Preparing
07:28:37 f5c682140415: Preparing
07:28:37 ef56961f3952: Preparing
07:28:37 2d3d890e6743: Preparing
07:28:37 3c74c15a5b15: Preparing
07:28:37 bafee73ebdc0: Preparing
07:28:37 6dcbb9b3c3b9: Preparing
07:28:37 3b63fbc09ae1: Preparing
07:28:37 b439330e1d44: Preparing
07:28:37 fe0f227a4424: Preparing
07:28:37 4a3da26d6e28: Preparing
07:28:37 1af82f090310: Preparing
07:28:37 835585c972ff: Preparing
07:28:37 d6a8db759cd5: Preparing
07:28:37 f3554570aa66: Preparing
07:28:37 a616a1b6a32d: Preparing
07:28:37 1262698c17e2: Preparing
07:28:37 12cd54fa9297: Preparing
07:28:37 f17789b093c5: Preparing
07:28:37 e480b226ea6b: Preparing
07:28:37 e5df62d9b33a: Preparing
07:28:37 7a9460d53218: Preparing
07:28:37 b2765ac0333a: Preparing
07:28:37 0ced13fcf944: Preparing
07:28:37 f17789b093c5: Waiting
07:28:37 a616a1b6a32d: Waiting
07:28:37 835585c972ff: Waiting
07:28:37 1262698c17e2: Waiting
07:28:37 d6a8db759cd5: Waiting
07:28:37 12cd54fa9297: Waiting
07:28:37 f3554570aa66: Waiting
07:28:37 e480b226ea6b: Waiting
07:28:37 e5df62d9b33a: Waiting
07:28:37 4a3da26d6e28: Waiting
07:28:37 3b63fbc09ae1: Waiting
07:28:37 b439330e1d44: Waiting
07:28:37 fe0f227a4424: Waiting
07:28:37 7a9460d53218: Waiting
07:28:37 1af82f090310: Waiting
07:28:37 b2765ac0333a: Waiting
07:28:37 bafee73ebdc0: Waiting
07:28:37 0ced13fcf944: Waiting
07:28:37 6dcbb9b3c3b9: Waiting
07:28:37 3c74c15a5b15: Layer already exists
07:28:37 2d3d890e6743: Layer already exists
07:28:37 bafee73ebdc0: Layer already exists
07:28:37 ef56961f3952: Layer already exists
07:28:37 3b63fbc09ae1: Layer already exists
07:28:37 b439330e1d44: Layer already exists
07:28:37 6dcbb9b3c3b9: Layer already exists
07:28:37 4a3da26d6e28: Layer already exists
07:28:37 fe0f227a4424: Layer already exists
07:28:37 1af82f090310: Layer already exists
07:28:37 d6a8db759cd5: Layer already exists
07:28:37 f3554570aa66: Layer already exists
07:28:37 835585c972ff: Layer already exists
07:28:37 1262698c17e2: Layer already exists
07:28:37 a616a1b6a32d: Layer already exists
07:28:37 12cd54fa9297: Layer already exists
07:28:37 e480b226ea6b: Layer already exists
07:28:37 f17789b093c5: Layer already exists
07:28:37 b2765ac0333a: Layer already exists
07:28:37 7a9460d53218: Layer already exists
07:28:37 e5df62d9b33a: Layer already exists
07:28:37 0ced13fcf944: Layer already exists
07:28:38 42d4d51ebd2a: Pushed
07:28:38 f5c682140415: Pushed
07:28:40 py3-c04bbfce167f15acebffa3de5ffcef9059b2bff3: digest: sha256:353a12666812a12ed9c8a3ee123e9f383ba657e22fe1f3ccc3d00c8714c8fdda 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/5876ae35-410c-4706-b62c-bd06862ff7ba/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:28:40 + docker run --rm --entrypoint=python dockerbuildbot/docker-py:py3-c04bbfce167f15acebffa3de5ffcef9059b2bff3 /src/scripts/versions.py
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] parallel
[Pipeline] { (Branch: py2.7_19.03.12)
[Pipeline] { (Branch: py2.7_19.03.13-beta2)
[Pipeline] { (Branch: py3.7_19.03.12)
[Pipeline] { (Branch: py3.7_19.03.13-beta2)
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0a8c9ce02105ec6cb) in /home/ubuntu/workspace/docker-py_PR-2647
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0db92b0f844636b12) in /home/ubuntu/workspace/docker-py_PR-2647
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-03332c0ad718a9505) in /home/ubuntu/workspace/docker-py_PR-2647
[Pipeline] {
[Pipeline] {
[Pipeline] {
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-0ddc43f898a84b0d3) 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/65cfc73a-2372-4cbc-a240-12713784b483/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2647@tmp/a7cbe8ee-e2ac-4d1f-bb76-f42f6ab96705/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[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/6cf6f79c-1bb1-4245-915c-478f44b218a7/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] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
07:29:07 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
07:29:07 chowning workspace
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/743b3fdd-6a53-4b23-8294-d1b8c0e95373/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

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