Pull request #2647 updated 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 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2647:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] echo Removing all docker containers [Pipeline] sh + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (build image) [Pipeline] checkout using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetching without tags Merging remotes/origin/master commit 0dfae33ce800d17d23a43ebde064c146d2c99781 into PR head commit c04bbfce167f15acebffa3de5ffcef9059b2bff3 Merge succeeded, producing c04bbfce167f15acebffa3de5ffcef9059b2bff3 Checking out Revision c04bbfce167f15acebffa3de5ffcef9059b2bff3 (PR-2647) 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 + git rev-parse HEAD [Pipeline] isUnix [Pipeline] sh + docker pull dockerbuildbot/docker-py:py2-c04bbfce167f15acebffa3de5ffcef9059b2bff3 Error response from daemon: manifest for dockerbuildbot/docker-py:py2-c04bbfce167f15acebffa3de5ffcef9059b2bff3 not found: manifest unknown: manifest unknown [Pipeline] isUnix [Pipeline] sh + docker build -t dockerbuildbot/docker-py:py2-c04bbfce167f15acebffa3de5ffcef9059b2bff3 -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 . Sending build context to Docker daemon 1.315MB Step 1/19 : ARG PYTHON_VERSION=3.7 Step 2/19 : FROM python:${PYTHON_VERSION} ---> 68e7be49c28c Step 3/19 : ARG APT_MIRROR ---> Using cache ---> da6a5ac92dd5 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 ---> Using cache ---> 5e30f7abfa0e Step 5/19 : RUN apt-get update && apt-get -y install gnupg2 pass curl ---> Using cache ---> d0668d357dd6 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys ---> Using cache ---> f8d515abdd01 Step 7/19 : RUN gpg2 --import gpg-keys/secret ---> Using cache ---> b3900a4c9bb8 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust ---> Using cache ---> f120bcf3a9d0 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}') ---> Using cache ---> a0e6a62f6806 Step 10/19 : RUN gpg2 --check-trustdb ---> Using cache ---> 56b0986c2f31 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3 ---> Using cache ---> 4618a2ff1583 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 ---> Using cache ---> cc25b3eb7fd3 Step 13/19 : WORKDIR /src ---> Using cache ---> 57136eddc1e3 Step 14/19 : COPY requirements.txt /src/requirements.txt ---> Using cache ---> 18b9ef268867 Step 15/19 : RUN pip install -r requirements.txt ---> Using cache ---> cd351d4a7528 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt ---> Using cache ---> 2288ae5f2480 Step 17/19 : RUN pip install -r test-requirements.txt ---> Using cache ---> 58cadc3b11cd Step 18/19 : COPY . /src ---> d48e7bc27ecd Step 19/19 : RUN pip install . ---> Running in 12eae3474abb 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 Processing /src Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (1.10.0) 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) 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) 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) Requirement already satisfied: ipaddress>=1.0.16 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (1.0.18) 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) 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) 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) 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) Building wheels for collected packages: docker Building wheel for docker (setup.py): started Building wheel for docker (setup.py): finished with status 'done' Created wheel for docker: filename=docker-4.4.0.dev0-py2.py3-none-any.whl size=145303 sha256=54e604f601c48b0415c16f88aa88ecc8f1f895d1eab46184e78c619eb02a84e0 Stored in directory: /tmp/pip-ephem-wheel-cache-dClmyz/wheels/dc/45/28/050a7fcd95fc9b9f504d64d6668214323c48b439857458e65c Successfully built docker Installing collected packages: docker Successfully installed docker-4.4.0.dev0 WARNING: You are using pip version 20.0.2; however, version 20.2.2 is available. You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command. Removing intermediate container 12eae3474abb ---> d9c92e8bc00f Successfully built d9c92e8bc00f Successfully tagged dockerbuildbot/docker-py:py2-c04bbfce167f15acebffa3de5ffcef9059b2bff3 [Pipeline] isUnix [Pipeline] sh + docker tag dockerbuildbot/docker-py:py2-c04bbfce167f15acebffa3de5ffcef9059b2bff3 dockerbuildbot/docker-py:py2-c04bbfce167f15acebffa3de5ffcef9059b2bff3 [Pipeline] isUnix [Pipeline] sh + docker push dockerbuildbot/docker-py:py2-c04bbfce167f15acebffa3de5ffcef9059b2bff3 The push refers to repository [docker.io/dockerbuildbot/docker-py] ed1fb09d90c5: Preparing 04167d38e05f: Preparing 83404f0fe630: Preparing 0f5299cbb736: Preparing 1cedb6c9aeaa: Preparing 96dd168e897e: Preparing 89226151a5e8: Preparing 06f5daa073ff: Preparing 4a770dc04515: Preparing 936154b6cd5f: Preparing 7c07b6b19740: Preparing 221b2137441a: Preparing 909e07ade681: Preparing 2dcf84e0cec8: Preparing 7613d4a7413f: Preparing e571d2d3c73c: Preparing da7b0a80a4f2: Preparing ceee8816bb96: Preparing 47458fb45d99: Preparing 46829331b1e4: Preparing d35c5bda4793: Preparing a3c1026c6bcc: Preparing f1d420c2af1a: Preparing 461719022993: Preparing a3c1026c6bcc: Waiting 909e07ade681: Waiting 89226151a5e8: Waiting 936154b6cd5f: Waiting 7c07b6b19740: Waiting 2dcf84e0cec8: Waiting 06f5daa073ff: Waiting 7613d4a7413f: Waiting 4a770dc04515: Waiting 221b2137441a: Waiting e571d2d3c73c: Waiting f1d420c2af1a: Waiting da7b0a80a4f2: Waiting 47458fb45d99: Waiting 461719022993: Waiting ceee8816bb96: Waiting 46829331b1e4: Waiting 96dd168e897e: Waiting 83404f0fe630: Layer already exists 1cedb6c9aeaa: Layer already exists 0f5299cbb736: Layer already exists 89226151a5e8: Layer already exists 96dd168e897e: Layer already exists 06f5daa073ff: Layer already exists 7c07b6b19740: Layer already exists 936154b6cd5f: Layer already exists 4a770dc04515: Layer already exists 221b2137441a: Layer already exists 909e07ade681: Layer already exists 7613d4a7413f: Layer already exists e571d2d3c73c: Layer already exists da7b0a80a4f2: Layer already exists ceee8816bb96: Layer already exists 47458fb45d99: Layer already exists 2dcf84e0cec8: Layer already exists 46829331b1e4: Layer already exists a3c1026c6bcc: Layer already exists f1d420c2af1a: Layer already exists d35c5bda4793: Layer already exists 461719022993: Layer already exists 04167d38e05f: Pushed ed1fb09d90c5: Pushed py2-c04bbfce167f15acebffa3de5ffcef9059b2bff3: digest: sha256:b79609c9c97ff642da0710400170d4f456f55943710ab548db59b1d29cd2c049 size: 5353 [Pipeline] isUnix [Pipeline] sh + docker pull dockerbuildbot/docker-py:py3-c04bbfce167f15acebffa3de5ffcef9059b2bff3 Error response from daemon: manifest for dockerbuildbot/docker-py:py3-c04bbfce167f15acebffa3de5ffcef9059b2bff3 not found: manifest unknown: manifest unknown [Pipeline] isUnix [Pipeline] sh + docker build -t dockerbuildbot/docker-py:py3-c04bbfce167f15acebffa3de5ffcef9059b2bff3 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 . Sending build context to Docker daemon 1.315MB Step 1/19 : ARG PYTHON_VERSION=3.7 Step 2/19 : FROM python:${PYTHON_VERSION} ---> 5c1cd4638fb7 Step 3/19 : ARG APT_MIRROR ---> Using cache ---> 89e284854017 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 ---> Using cache ---> f559ed2e33b0 Step 5/19 : RUN apt-get update && apt-get -y install gnupg2 pass curl ---> Using cache ---> 2500eafc588a Step 6/19 : COPY ./tests/gpg-keys /gpg-keys ---> Using cache ---> 6524d029d713 Step 7/19 : RUN gpg2 --import gpg-keys/secret ---> Using cache ---> 3801fc146b14 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust ---> Using cache ---> 66373b594482 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}') ---> Using cache ---> d05c0ec81ee0 Step 10/19 : RUN gpg2 --check-trustdb ---> Using cache ---> 1516027a1f71 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3 ---> Using cache ---> 08100ba17ce5 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 ---> Using cache ---> e0d5e563d71a Step 13/19 : WORKDIR /src ---> Using cache ---> fb0a3a7bbb86 Step 14/19 : COPY requirements.txt /src/requirements.txt ---> Using cache ---> 86aaf0780d40 Step 15/19 : RUN pip install -r requirements.txt ---> Using cache ---> 7b33bd2218a0 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt ---> Using cache ---> b3cd182f8a47 Step 17/19 : RUN pip install -r test-requirements.txt ---> Using cache ---> e62746982acd Step 18/19 : COPY . /src ---> de27127b722c Step 19/19 : RUN pip install . ---> Running in d60cf1b93330 Processing /src Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.7/site-packages (from docker==4.4.0.dev0) (1.10.0) 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) 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) 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) 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) 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) 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) Building wheels for collected packages: docker Building wheel for docker (setup.py): started Building wheel for docker (setup.py): finished with status 'done' Created wheel for docker: filename=docker-4.4.0.dev0-py2.py3-none-any.whl size=145309 sha256=3a87d3822e8e559e947ccdb1143ad1e2ff7568d68564c709d260b431112aa381 Stored in directory: /tmp/pip-ephem-wheel-cache-1bt4omle/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525 Successfully built docker Installing collected packages: docker Successfully installed docker-4.4.0.dev0 Removing intermediate container d60cf1b93330 ---> f007aa555a8d Successfully built f007aa555a8d Successfully tagged dockerbuildbot/docker-py:py3-c04bbfce167f15acebffa3de5ffcef9059b2bff3 [Pipeline] isUnix [Pipeline] sh + docker tag dockerbuildbot/docker-py:py3-c04bbfce167f15acebffa3de5ffcef9059b2bff3 dockerbuildbot/docker-py:py3-c04bbfce167f15acebffa3de5ffcef9059b2bff3 [Pipeline] isUnix [Pipeline] sh + docker push dockerbuildbot/docker-py:py3-c04bbfce167f15acebffa3de5ffcef9059b2bff3 The push refers to repository [docker.io/dockerbuildbot/docker-py] 42d4d51ebd2a: Preparing f5c682140415: Preparing ef56961f3952: Preparing 2d3d890e6743: Preparing 3c74c15a5b15: Preparing bafee73ebdc0: Preparing 6dcbb9b3c3b9: Preparing 3b63fbc09ae1: Preparing b439330e1d44: Preparing fe0f227a4424: Preparing 4a3da26d6e28: Preparing 1af82f090310: Preparing 835585c972ff: Preparing d6a8db759cd5: Preparing f3554570aa66: Preparing a616a1b6a32d: Preparing 1262698c17e2: Preparing 12cd54fa9297: Preparing f17789b093c5: Preparing e480b226ea6b: Preparing e5df62d9b33a: Preparing 7a9460d53218: Preparing b2765ac0333a: Preparing 0ced13fcf944: Preparing f17789b093c5: Waiting a616a1b6a32d: Waiting 835585c972ff: Waiting 1262698c17e2: Waiting d6a8db759cd5: Waiting 12cd54fa9297: Waiting f3554570aa66: Waiting e480b226ea6b: Waiting e5df62d9b33a: Waiting 4a3da26d6e28: Waiting 3b63fbc09ae1: Waiting b439330e1d44: Waiting fe0f227a4424: Waiting 7a9460d53218: Waiting 1af82f090310: Waiting b2765ac0333a: Waiting bafee73ebdc0: Waiting 0ced13fcf944: Waiting 6dcbb9b3c3b9: Waiting 3c74c15a5b15: Layer already exists 2d3d890e6743: Layer already exists bafee73ebdc0: Layer already exists ef56961f3952: Layer already exists 3b63fbc09ae1: Layer already exists b439330e1d44: Layer already exists 6dcbb9b3c3b9: Layer already exists 4a3da26d6e28: Layer already exists fe0f227a4424: Layer already exists 1af82f090310: Layer already exists d6a8db759cd5: Layer already exists f3554570aa66: Layer already exists 835585c972ff: Layer already exists 1262698c17e2: Layer already exists a616a1b6a32d: Layer already exists 12cd54fa9297: Layer already exists e480b226ea6b: Layer already exists f17789b093c5: Layer already exists b2765ac0333a: Layer already exists 7a9460d53218: Layer already exists e5df62d9b33a: Layer already exists 0ced13fcf944: Layer already exists 42d4d51ebd2a: Pushed f5c682140415: Pushed 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 + 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 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 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 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh [Pipeline] wrap [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh [Pipeline] { [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2647:/workspace busybox chown -R 1000:1000 /workspace + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2647:/workspace busybox chown -R 1000:1000 /workspace + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2647:/workspace busybox chown -R 1000:1000 /workspace + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2647:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] echo Removing all docker containers [Pipeline] sh [Pipeline] echo Removing all docker containers [Pipeline] sh [Pipeline] echo Removing all docker containers [Pipeline] sh [Pipeline] echo Removing all docker containers [Pipeline] sh + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py3.7 / docker=19.03.12) [Pipeline] checkout using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir + docker container ls -aq [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py2.7 / docker=19.03.13-beta2) [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] checkout [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py2.7 / docker=19.03.12) using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags [Pipeline] checkout using credential docker-jenkins-github-credentials + docker container ls -aq Cloning the remote Git repository Cloning with configured refspecs honoured and without tags [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py3.7 / docker=19.03.13-beta2) [Pipeline] checkout using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetching without tags Merging remotes/origin/master commit 0dfae33ce800d17d23a43ebde064c146d2c99781 into PR head commit c04bbfce167f15acebffa3de5ffcef9059b2bff3 Merge succeeded, producing c04bbfce167f15acebffa3de5ffcef9059b2bff3 Checking out Revision c04bbfce167f15acebffa3de5ffcef9059b2bff3 (PR-2647) Commit message: "Incorrect test due to mocking" Fetching without tags Fetching without tags Merging remotes/origin/master commit 0dfae33ce800d17d23a43ebde064c146d2c99781 into PR head commit c04bbfce167f15acebffa3de5ffcef9059b2bff3 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 Merge succeeded, producing c04bbfce167f15acebffa3de5ffcef9059b2bff3 Checking out Revision c04bbfce167f15acebffa3de5ffcef9059b2bff3 (PR-2647) Commit message: "Incorrect test due to mocking" 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 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 Merge succeeded, producing c04bbfce167f15acebffa3de5ffcef9059b2bff3 Checking out Revision c04bbfce167f15acebffa3de5ffcef9059b2bff3 (PR-2647) Merge succeeded, producing c04bbfce167f15acebffa3de5ffcef9059b2bff3 Checking out Revision c04bbfce167f15acebffa3de5ffcef9059b2bff3 (PR-2647) [Pipeline] sh 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 Commit message: "Incorrect test due to mocking" + docker network create dpy-testnet-7-0-py3.7-19.03.12 5512073bb498e977788d48a41439b14fa717a10b91a3de3267d961c4267c5fcd [Pipeline] sh [Pipeline] sh [Pipeline] sh + 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 63e721d0b6f20ff42ec0a28faa92aa24b4981a60334b9106c8bcdafc607d2659 [Pipeline] sh + docker network create dpy-testnet-7-0-py3.7-19.03.13-beta2 40756d1a20eca2bbee5aa252a36ed31e78082907f6b186c8500febccc34e5fb1 [Pipeline] sh + docker network create dpy-testnet-7-0-py2.7-19.03.12 2028a36195e2296a7878a53854701b0fbd835e0e9b001815f9e6c603dc0db89c [Pipeline] sh [Pipeline] sh + docker network create dpy-testnet-7-0-py2.7-19.03.13-beta2 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 + 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 f0cb27f038057814e5caf0443b4bc4c8313d9119764e0be3f1406ffbd2d1c6ea + 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 7e122792f410c94a484b6a27b01b3ef1ee8cf76905b624f7d75fdb582e1a7769 + 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/ Unable to find image 'dockerbuildbot/docker-py:py3-c04bbfce167f15acebffa3de5ffcef9059b2bff3' locally py3-c04bbfce167f15acebffa3de5ffcef9059b2bff3: Pulling from dockerbuildbot/docker-py d6ff36c9ec48: Already exists c958d65b3090: Already exists edaf0a6b092f: Already exists 80931cf68816: Already exists bc1b8aca3825: Already exists edfe96a4dd20: Already exists 7703a05dd304: Already exists a0af5a4f33d6: Already exists 090f2a33a6a4: Already exists bbe4c0391208: Already exists 4cb3d1fad961: Already exists b09f4803ba4f: Already exists 22bae7d7dcdc: Already exists 77a16decd89f: Already exists 55bc6da3b80c: Already exists cea351605dff: Already exists c3f5b40f0685: Already exists 7e64366ae53a: Already exists ddf0cc64f781: Already exists ac9441ec5333: Already exists + 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 331058f7dde772bce585580fab1cd94bb1c7171f4c250aec2c9b14df9583791b [Pipeline] sh [Pipeline] sh d84fe1084305: Already exists 4a16056dbd55: Already exists c4b7de1f7ffb: Pulling fs layer cbed8cd567a2: Pulling fs layer cbed8cd567a2: Download complete c4b7de1f7ffb: Download complete c4b7de1f7ffb: Pull complete cbed8cd567a2: Pull complete Digest: sha256:353a12666812a12ed9c8a3ee123e9f383ba657e22fe1f3ccc3d00c8714c8fdda + 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/ Unable to find image 'dockerbuildbot/docker-py:py3-c04bbfce167f15acebffa3de5ffcef9059b2bff3' locally py3-c04bbfce167f15acebffa3de5ffcef9059b2bff3: Pulling from dockerbuildbot/docker-py d6ff36c9ec48: Already exists c958d65b3090: Already exists edaf0a6b092f: Already exists 80931cf68816: Already exists bc1b8aca3825: Already exists edfe96a4dd20: Already exists 7703a05dd304: Already exists a0af5a4f33d6: Already exists 090f2a33a6a4: Already exists bbe4c0391208: Already exists 4cb3d1fad961: Already exists b09f4803ba4f: Already exists 22bae7d7dcdc: Already exists 77a16decd89f: Already exists 55bc6da3b80c: Already exists cea351605dff: Already exists c3f5b40f0685: Already exists 7e64366ae53a: Already exists ddf0cc64f781: Already exists ac9441ec5333: Already exists d84fe1084305: Already exists 4a16056dbd55: Already exists c4b7de1f7ffb: Pulling fs layer cbed8cd567a2: Pulling fs layer + 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/ Unable to find image 'dockerbuildbot/docker-py:py2-c04bbfce167f15acebffa3de5ffcef9059b2bff3' locally py2-c04bbfce167f15acebffa3de5ffcef9059b2bff3: Pulling from dockerbuildbot/docker-py 7e2b2a5af8f6: Already exists 09b6f03ffac4: Already exists dc3f0c679f0f: Already exists fd4b47407fc3: Already exists b32f6bf7d96d: Already exists 6f4489a7e4cf: Already exists af4b99ad9ef0: Already exists 39db0bc48c26: Already exists acb4a89489fc: Already exists 902348b32521: Already exists d5c289b71644: Already exists 35074a7308ff: Already exists Status: Downloaded newer image for dockerbuildbot/docker-py:py3-c04bbfce167f15acebffa3de5ffcef9059b2bff3 [Pipeline] sh c4b7de1f7ffb: Verifying Checksum c4b7de1f7ffb: Download complete cbed8cd567a2: Download complete c4b7de1f7ffb: Pull complete cbed8cd567a2: Pull complete Digest: sha256:353a12666812a12ed9c8a3ee123e9f383ba657e22fe1f3ccc3d00c8714c8fdda Status: Downloaded newer image for dockerbuildbot/docker-py:py3-c04bbfce167f15acebffa3de5ffcef9059b2bff3 6d531f0689f2: Already exists f0bb284ef4e0: Already exists c6f7a50fc179: Already exists 6a7b4ce3bf48: Already exists e5d816ef5443: Already exists 041d4b633f9e: Already exists 0abf77ed1437: Already exists 31f1fa780d0f: Already exists c314f73d1ecd: Already exists bfa0000a52b1: Already exists d1805e5de8dd: Pulling fs layer 706930b1c686: Pulling fs layer 706930b1c686: Verifying Checksum 706930b1c686: Download complete d1805e5de8dd: Download complete d1805e5de8dd: Pull complete + 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/ Unable to find image 'dockerbuildbot/docker-py:py2-c04bbfce167f15acebffa3de5ffcef9059b2bff3' locally py2-c04bbfce167f15acebffa3de5ffcef9059b2bff3: Pulling from dockerbuildbot/docker-py 7e2b2a5af8f6: Already exists 09b6f03ffac4: Already exists dc3f0c679f0f: Already exists fd4b47407fc3: Already exists b32f6bf7d96d: Already exists 6f4489a7e4cf: Already exists af4b99ad9ef0: Already exists 39db0bc48c26: Already exists acb4a89489fc: Already exists 902348b32521: Already exists d5c289b71644: Already exists 35074a7308ff: Already exists 6d531f0689f2: Already exists f0bb284ef4e0: Already exists c6f7a50fc179: Already exists 6a7b4ce3bf48: Already exists e5d816ef5443: Already exists 041d4b633f9e: Already exists 0abf77ed1437: Already exists 31f1fa780d0f: Already exists c314f73d1ecd: Already exists bfa0000a52b1: Already exists d1805e5de8dd: Pulling fs layer 706930b1c686: Pulling fs layer 706930b1c686: Pull complete Digest: sha256:b79609c9c97ff642da0710400170d4f456f55943710ab548db59b1d29cd2c049 Status: Downloaded newer image for dockerbuildbot/docker-py:py2-c04bbfce167f15acebffa3de5ffcef9059b2bff3 ============================= test session starts ============================== platform linux -- Python 3.7.9, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python cachedir: .pytest_cache rootdir: /src, inifile: pytest.ini plugins: cov-2.6.1, timeout-1.3.3 d1805e5de8dd: Verifying Checksum d1805e5de8dd: Download complete d1805e5de8dd: Pull complete 706930b1c686: Pull complete Digest: sha256:b79609c9c97ff642da0710400170d4f456f55943710ab548db59b1d29cd2c049 Status: Downloaded newer image for dockerbuildbot/docker-py:py2-c04bbfce167f15acebffa3de5ffcef9059b2bff3 ============================= test session starts ============================== platform linux -- Python 3.7.9, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python cachedir: .pytest_cache rootdir: /src, inifile: pytest.ini plugins: cov-2.6.1, timeout-1.3.3 ============================= test session starts ============================== platform linux2 -- Python 2.7.18, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python cachedir: .pytest_cache rootdir: /src, inifile: pytest.ini plugins: cov-2.6.1, timeout-1.3.3 ============================= test session starts ============================== platform linux2 -- Python 2.7.18, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python cachedir: .pytest_cache rootdir: /src, inifile: pytest.ini plugins: cov-2.6.1, timeout-1.3.3 collecting ... collected 918 items / 1 errors / 917 selected ==================================== ERRORS ==================================== ________________ ERROR collecting tests/unit/api_image_test.py _________________ /usr/local/lib/python3.7/site-packages/_pytest/python.py:499: in _importtestmodule mod = self.fspath.pyimport(ensuresyspath=importmode) /usr/local/lib/python3.7/site-packages/py/_path/local.py:704: in pyimport __import__(modname) E File "/src/tests/unit/api_image_test.py", line 210 E headers=headers={'X-Registry-Auth': 'eyJIdHRwSGVhZGVycyI6IHsiVXNlci1BZ2VudCI6ICJMaW51eCJ9LCAiYXV0aHMiOiB7InJlZ2lzdHJ5IjogeyJhdXRoIjogMX19fQ=='}, E ^ E SyntaxError: invalid syntax =============================== warnings summary =============================== /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23 /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 from collections import MutableMapping -- Docs: https://docs.pytest.org/en/latest/warnings.html ----------- coverage: platform linux, python 3.7.9-final-0 ----------- Name Stmts Miss Branch BrPart Cover ----------------------------------------------------------------------- docker/__init__.py 8 0 0 0 100% docker/api/__init__.py 1 0 0 0 100% docker/api/build.py 126 112 93 0 6% docker/api/client.py 265 173 100 10 28% docker/api/config.py 31 19 6 0 32% docker/api/container.py 266 208 104 0 16% docker/api/daemon.py 39 29 14 0 19% docker/api/exec_api.py 46 36 22 0 15% docker/api/image.py 156 121 52 0 17% docker/api/network.py 90 74 48 0 12% docker/api/plugin.py 90 68 14 0 21% docker/api/secret.py 36 23 10 0 28% docker/api/service.py 200 176 149 0 7% docker/api/swarm.py 106 77 38 0 20% docker/api/volume.py 38 29 14 0 17% docker/auth.py 198 135 74 6 27% docker/client.py 67 18 2 1 72% docker/constants.py 20 0 0 0 100% docker/context/__init__.py 2 0 0 0 100% docker/context/api.py 78 57 38 0 18% docker/context/config.py 61 42 16 1 26% docker/context/context.py 151 110 62 2 20% docker/credentials/__init__.py 3 0 0 0 100% docker/credentials/constants.py 4 0 0 0 100% docker/credentials/errors.py 11 4 2 0 54% docker/credentials/store.py 50 35 16 0 23% docker/credentials/utils.py 23 18 12 0 14% docker/errors.py 110 60 20 0 38% docker/models/__init__.py 0 0 0 0 100% docker/models/configs.py 21 8 2 0 57% docker/models/containers.py 183 131 70 0 21% docker/models/images.py 137 92 58 0 23% docker/models/networks.py 37 20 12 0 35% docker/models/nodes.py 15 5 2 0 59% docker/models/plugins.py 49 30 10 0 32% docker/models/resource.py 41 24 6 0 36% docker/models/secrets.py 21 8 2 0 57% docker/models/services.py 87 63 36 0 20% docker/models/swarm.py 39 21 6 0 40% docker/models/volumes.py 23 10 4 0 48% docker/tls.py 37 26 14 0 22% docker/transport/__init__.py 11 3 0 0 73% docker/transport/basehttpadapter.py 6 3 2 0 38% docker/transport/npipeconn.py 58 53 10 0 7% docker/transport/npipesocket.py 137 132 22 0 3% docker/transport/sshconn.py 87 61 22 1 25% docker/transport/ssladapter.py 36 22 10 1 33% docker/transport/unixconn.py 65 41 12 0 31% docker/types/__init__.py 6 0 0 0 100% docker/types/base.py 5 2 2 0 43% docker/types/containers.py 418 375 328 0 6% docker/types/daemon.py 36 26 14 0 20% docker/types/healthcheck.py 34 20 4 0 37% docker/types/networks.py 41 31 28 0 14% docker/types/services.py 312 259 206 0 10% docker/types/swarm.py 51 45 40 0 7% docker/utils/__init__.py 3 0 0 0 100% docker/utils/build.py 154 129 76 0 11% docker/utils/config.py 36 11 10 4 67% docker/utils/decorators.py 32 15 12 0 39% docker/utils/fnmatch.py 55 47 28 0 10% docker/utils/json_stream.py 43 31 14 1 23% docker/utils/ports.py 50 42 32 0 10% docker/utils/proxy.py 32 21 12 0 25% docker/utils/socket.py 86 64 40 0 17% docker/utils/utils.py 285 197 177 22 24% docker/version.py 2 0 2 0 100% ----------------------------------------------------------------------- TOTAL 5047 3692 2231 49 19% !!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!! ===================== 1 warnings, 1 error in 3.57 seconds ====================== [Pipeline] sh collecting ... collected 918 items / 1 errors / 917 selected ==================================== ERRORS ==================================== ________________ ERROR collecting tests/unit/api_image_test.py _________________ /usr/local/lib/python3.7/site-packages/_pytest/python.py:499: in _importtestmodule mod = self.fspath.pyimport(ensuresyspath=importmode) /usr/local/lib/python3.7/site-packages/py/_path/local.py:704: in pyimport __import__(modname) E File "/src/tests/unit/api_image_test.py", line 210 E headers=headers={'X-Registry-Auth': 'eyJIdHRwSGVhZGVycyI6IHsiVXNlci1BZ2VudCI6ICJMaW51eCJ9LCAiYXV0aHMiOiB7InJlZ2lzdHJ5IjogeyJhdXRoIjogMX19fQ=='}, E ^ E SyntaxError: invalid syntax =============================== warnings summary =============================== /usr/local/lib/python3.7/site-packages/paramiko/hostkeys.py:23 /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 from collections import MutableMapping -- Docs: https://docs.pytest.org/en/latest/warnings.html ----------- coverage: platform linux, python 3.7.9-final-0 ----------- Name Stmts Miss Branch BrPart Cover ----------------------------------------------------------------------- docker/__init__.py 8 0 0 0 100% docker/api/__init__.py 1 0 0 0 100% docker/api/build.py 126 112 93 0 6% docker/api/client.py 265 173 100 10 28% docker/api/config.py 31 19 6 0 32% docker/api/container.py 266 208 104 0 16% docker/api/daemon.py 39 29 14 0 19% docker/api/exec_api.py 46 36 22 0 15% docker/api/image.py 156 121 52 0 17% docker/api/network.py 90 74 48 0 12% docker/api/plugin.py 90 68 14 0 21% docker/api/secret.py 36 23 10 0 28% docker/api/service.py 200 176 149 0 7% docker/api/swarm.py 106 77 38 0 20% docker/api/volume.py 38 29 14 0 17% docker/auth.py 198 135 74 6 27% docker/client.py 67 18 2 1 72% docker/constants.py 20 0 0 0 100% docker/context/__init__.py 2 0 0 0 100% docker/context/api.py 78 57 38 0 18% docker/context/config.py 61 42 16 1 26% docker/context/context.py 151 110 62 2 20% docker/credentials/__init__.py 3 0 0 0 100% docker/credentials/constants.py 4 0 0 0 100% docker/credentials/errors.py 11 4 2 0 54% docker/credentials/store.py 50 35 16 0 23% docker/credentials/utils.py 23 18 12 0 14% docker/errors.py 110 60 20 0 38% docker/models/__init__.py 0 0 0 0 100% docker/models/configs.py 21 8 2 0 57% docker/models/containers.py 183 131 70 0 21% docker/models/images.py 137 92 58 0 23% docker/models/networks.py 37 20 12 0 35% docker/models/nodes.py 15 5 2 0 59% docker/models/plugins.py 49 30 10 0 32% docker/models/resource.py 41 24 6 0 36% docker/models/secrets.py 21 8 2 0 57% docker/models/services.py 87 63 36 0 20% docker/models/swarm.py 39 21 6 0 40% docker/models/volumes.py 23 10 4 0 48% docker/tls.py 37 26 14 0 22% docker/transport/__init__.py 11 3 0 0 73% docker/transport/basehttpadapter.py 6 3 2 0 38% docker/transport/npipeconn.py 58 53 10 0 7% docker/transport/npipesocket.py 137 132 22 0 3% docker/transport/sshconn.py 87 61 22 1 25% docker/transport/ssladapter.py 36 22 10 1 33% docker/transport/unixconn.py 65 41 12 0 31% docker/types/__init__.py 6 0 0 0 100% docker/types/base.py 5 2 2 0 43% docker/types/containers.py 418 375 328 0 6% docker/types/daemon.py 36 26 14 0 20% docker/types/healthcheck.py 34 20 4 0 37% docker/types/networks.py 41 31 28 0 14% docker/types/services.py 312 259 206 0 10% docker/types/swarm.py 51 45 40 0 7% docker/utils/__init__.py 3 0 0 0 100% docker/utils/build.py 154 129 76 0 11% docker/utils/config.py 36 11 10 4 67% docker/utils/decorators.py 32 15 12 0 39% docker/utils/fnmatch.py 55 47 28 0 10% docker/utils/json_stream.py 43 31 14 1 23% docker/utils/ports.py 50 42 32 0 10% docker/utils/proxy.py 32 21 12 0 25% docker/utils/socket.py 86 64 40 0 17% docker/utils/utils.py 285 197 177 22 24% docker/version.py 2 0 2 0 100% ----------------------------------------------------------------------- TOTAL 5047 3692 2231 49 19% !!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!! ===================== 1 warnings, 1 error in 3.62 seconds ====================== + docker stop dpy-dind-7-0-py3.7-19.03.12 dpy-tests-7-0-py3.7-19.03.12 collecting ... collected 918 items / 1 errors / 917 selected [Pipeline] sh collecting ... collected 918 items / 1 errors / 917 selected + docker stop dpy-dind-7-0-py3.7-19.03.13-beta2 dpy-tests-7-0-py3.7-19.03.13-beta2 ==================================== ERRORS ==================================== ________________ ERROR collecting tests/unit/api_image_test.py _________________ /usr/local/lib/python2.7/site-packages/_pytest/python.py:499: in _importtestmodule mod = self.fspath.pyimport(ensuresyspath=importmode) /usr/local/lib/python2.7/site-packages/py/_path/local.py:704: in pyimport __import__(modname) E File "/src/tests/unit/api_image_test.py", line 210 E headers=headers={'X-Registry-Auth': 'eyJIdHRwSGVhZGVycyI6IHsiVXNlci1BZ2VudCI6ICJMaW51eCJ9LCAiYXV0aHMiOiB7InJlZ2lzdHJ5IjogeyJhdXRoIjogMX19fQ=='}, E ^ E SyntaxError: invalid syntax ---------- coverage: platform linux2, python 2.7.18-final-0 ---------- Name Stmts Miss Branch BrPart Cover ----------------------------------------------------------------------- docker/__init__.py 8 0 0 0 100% docker/api/__init__.py 1 0 0 0 100% docker/api/build.py 126 112 92 0 6% docker/api/client.py 265 173 98 10 28% docker/api/config.py 31 19 6 0 32% docker/api/container.py 266 208 102 0 16% docker/api/daemon.py 39 29 14 0 19% docker/api/exec_api.py 46 36 22 0 15% docker/api/image.py 156 121 50 0 17% docker/api/network.py 90 74 48 0 12% docker/api/plugin.py 90 68 12 0 22% docker/api/secret.py 36 23 10 0 28% docker/api/service.py 200 176 149 0 7% docker/api/swarm.py 106 77 38 0 20% docker/api/volume.py 38 29 14 0 17% docker/auth.py 198 134 74 6 27% docker/client.py 67 18 2 1 72% docker/constants.py 20 0 0 0 100% docker/context/__init__.py 2 0 0 0 100% docker/context/api.py 78 57 38 0 18% docker/context/config.py 61 42 16 1 26% docker/context/context.py 151 110 62 2 20% docker/credentials/__init__.py 3 0 0 0 100% docker/credentials/constants.py 4 0 0 0 100% docker/credentials/errors.py 11 4 2 0 54% docker/credentials/store.py 50 35 16 0 23% docker/credentials/utils.py 23 18 12 0 14% docker/errors.py 110 60 18 0 39% docker/models/__init__.py 0 0 0 0 100% docker/models/configs.py 21 8 0 0 62% docker/models/containers.py 183 131 60 0 21% docker/models/images.py 137 92 52 0 24% docker/models/networks.py 37 20 8 0 38% docker/models/nodes.py 15 5 0 0 67% docker/models/plugins.py 49 30 8 0 33% docker/models/resource.py 41 24 6 0 36% docker/models/secrets.py 21 8 0 0 62% docker/models/services.py 87 63 34 0 20% docker/models/swarm.py 39 21 6 0 40% docker/models/volumes.py 23 10 2 0 52% docker/tls.py 37 26 14 0 22% docker/transport/__init__.py 11 3 0 0 73% docker/transport/basehttpadapter.py 6 3 2 0 38% docker/transport/npipeconn.py 58 53 10 0 7% docker/transport/npipesocket.py 137 132 22 0 3% docker/transport/sshconn.py 87 61 22 1 25% docker/transport/ssladapter.py 36 20 10 1 37% docker/transport/unixconn.py 65 41 12 0 31% docker/types/__init__.py 6 0 0 0 100% docker/types/base.py 5 2 2 0 43% docker/types/containers.py 418 375 326 0 6% docker/types/daemon.py 36 26 14 0 20% docker/types/healthcheck.py 34 20 4 0 37% docker/types/networks.py 41 31 28 0 14% docker/types/services.py 312 259 206 0 10% docker/types/swarm.py 51 45 40 0 7% docker/utils/__init__.py 3 0 0 0 100% docker/utils/build.py 154 129 74 0 11% docker/utils/config.py 36 11 10 4 67% docker/utils/decorators.py 32 15 12 0 39% docker/utils/fnmatch.py 55 47 28 0 10% docker/utils/json_stream.py 43 31 14 1 23% docker/utils/ports.py 50 42 28 0 10% docker/utils/proxy.py 32 21 12 0 25% docker/utils/socket.py 86 64 40 0 17% docker/utils/utils.py 285 196 164 22 25% docker/version.py 2 0 0 0 100% ----------------------------------------------------------------------- TOTAL 5047 3688 2165 49 20% !!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!! =========================== 1 error in 4.01 seconds ============================ [Pipeline] sh ==================================== ERRORS ==================================== ________________ ERROR collecting tests/unit/api_image_test.py _________________ /usr/local/lib/python2.7/site-packages/_pytest/python.py:499: in _importtestmodule mod = self.fspath.pyimport(ensuresyspath=importmode) /usr/local/lib/python2.7/site-packages/py/_path/local.py:704: in pyimport __import__(modname) E File "/src/tests/unit/api_image_test.py", line 210 E headers=headers={'X-Registry-Auth': 'eyJIdHRwSGVhZGVycyI6IHsiVXNlci1BZ2VudCI6ICJMaW51eCJ9LCAiYXV0aHMiOiB7InJlZ2lzdHJ5IjogeyJhdXRoIjogMX19fQ=='}, E ^ E SyntaxError: invalid syntax ---------- coverage: platform linux2, python 2.7.18-final-0 ---------- Name Stmts Miss Branch BrPart Cover ----------------------------------------------------------------------- docker/__init__.py 8 0 0 0 100% docker/api/__init__.py 1 0 0 0 100% docker/api/build.py 126 112 92 0 6% docker/api/client.py 265 173 98 10 28% docker/api/config.py 31 19 6 0 32% docker/api/container.py 266 208 102 0 16% docker/api/daemon.py 39 29 14 0 19% docker/api/exec_api.py 46 36 22 0 15% docker/api/image.py 156 121 50 0 17% docker/api/network.py 90 74 48 0 12% docker/api/plugin.py 90 68 12 0 22% docker/api/secret.py 36 23 10 0 28% docker/api/service.py 200 176 149 0 7% docker/api/swarm.py 106 77 38 0 20% docker/api/volume.py 38 29 14 0 17% docker/auth.py 198 134 74 6 27% docker/client.py 67 18 2 1 72% docker/constants.py 20 0 0 0 100% docker/context/__init__.py 2 0 0 0 100% docker/context/api.py 78 57 38 0 18% docker/context/config.py 61 42 16 1 26% docker/context/context.py 151 110 62 2 20% docker/credentials/__init__.py 3 0 0 0 100% docker/credentials/constants.py 4 0 0 0 100% docker/credentials/errors.py 11 4 2 0 54% docker/credentials/store.py 50 35 16 0 23% docker/credentials/utils.py 23 18 12 0 14% docker/errors.py 110 60 18 0 39% docker/models/__init__.py 0 0 0 0 100% docker/models/configs.py 21 8 0 0 62% docker/models/containers.py 183 131 60 0 21% docker/models/images.py 137 92 52 0 24% docker/models/networks.py 37 20 8 0 38% docker/models/nodes.py 15 5 0 0 67% docker/models/plugins.py 49 30 8 0 33% docker/models/resource.py 41 24 6 0 36% docker/models/secrets.py 21 8 0 0 62% docker/models/services.py 87 63 34 0 20% docker/models/swarm.py 39 21 6 0 40% docker/models/volumes.py 23 10 2 0 52% docker/tls.py 37 26 14 0 22% docker/transport/__init__.py 11 3 0 0 73% docker/transport/basehttpadapter.py 6 3 2 0 38% docker/transport/npipeconn.py 58 53 10 0 7% docker/transport/npipesocket.py 137 132 22 0 3% docker/transport/sshconn.py 87 61 22 1 25% docker/transport/ssladapter.py 36 20 10 1 37% docker/transport/unixconn.py 65 41 12 0 31% docker/types/__init__.py 6 0 0 0 100% docker/types/base.py 5 2 2 0 43% docker/types/containers.py 418 375 326 0 6% docker/types/daemon.py 36 26 14 0 20% docker/types/healthcheck.py 34 20 4 0 37% docker/types/networks.py 41 31 28 0 14% docker/types/services.py 312 259 206 0 10% docker/types/swarm.py 51 45 40 0 7% docker/utils/__init__.py 3 0 0 0 100% docker/utils/build.py 154 129 74 0 11% docker/utils/config.py 36 11 10 4 67% docker/utils/decorators.py 32 15 12 0 39% docker/utils/fnmatch.py 55 47 28 0 10% docker/utils/json_stream.py 43 31 14 1 23% docker/utils/ports.py 50 42 28 0 10% docker/utils/proxy.py 32 21 12 0 25% docker/utils/socket.py 86 64 40 0 17% docker/utils/utils.py 285 196 164 22 25% docker/version.py 2 0 0 0 100% ----------------------------------------------------------------------- TOTAL 5047 3688 2165 49 20% !!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!! =========================== 1 error in 3.89 seconds ============================ + docker stop dpy-dind-7-0-py2.7-19.03.12 dpy-tests-7-0-py2.7-19.03.12 [Pipeline] sh dpy-dind-7-0-py3.7-19.03.12 dpy-tests-7-0-py3.7-19.03.12 + docker rm -vf dpy-dind-7-0-py3.7-19.03.12 dpy-tests-7-0-py3.7-19.03.12 dpy-dind-7-0-py3.7-19.03.12 dpy-tests-7-0-py3.7-19.03.12 + docker network rm dpy-testnet-7-0-py3.7-19.03.12 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 + docker stop dpy-dind-7-0-py2.7-19.03.13-beta2 dpy-tests-7-0-py2.7-19.03.13-beta2 dpy-dind-7-0-py3.7-19.03.13-beta2 dpy-tests-7-0-py3.7-19.03.13-beta2 + docker rm -vf dpy-dind-7-0-py3.7-19.03.13-beta2 dpy-tests-7-0-py3.7-19.03.13-beta2 dpy-dind-7-0-py3.7-19.03.13-beta2 dpy-tests-7-0-py3.7-19.03.13-beta2 + docker network rm dpy-testnet-7-0-py3.7-19.03.13-beta2 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 dpy-dind-7-0-py2.7-19.03.12 dpy-tests-7-0-py2.7-19.03.12 + docker rm -vf dpy-dind-7-0-py2.7-19.03.12 dpy-tests-7-0-py2.7-19.03.12 dpy-dind-7-0-py2.7-19.03.12 dpy-tests-7-0-py2.7-19.03.12 + docker network rm dpy-testnet-7-0-py2.7-19.03.12 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 dpy-dind-7-0-py2.7-19.03.13-beta2 dpy-tests-7-0-py2.7-19.03.13-beta2 + docker rm -vf dpy-dind-7-0-py2.7-19.03.13-beta2 dpy-tests-7-0-py2.7-19.03.13-beta2 dpy-dind-7-0-py2.7-19.03.13-beta2 dpy-tests-7-0-py2.7-19.03.13-beta2 + docker network rm dpy-testnet-7-0-py2.7-19.03.13-beta2 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