Skip to content
Failed

Console Output

Pull request #2499 updated
16:30:05 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at f2e09ae63287dd812ceaf936513ccf836392fab1 rather than 1f1014f2054a3718d1e49bf0615eee4af3544b0b
Obtained Jenkinsfile from f2e09ae63287dd812ceaf936513ccf836392fab1
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 26028d2ce48352c9b2c3f496e963b79a4944a426
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 --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master
Checking out Revision 26028d2ce48352c9b2c3f496e963b79a4944a426 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 26028d2ce48352c9b2c3f496e963b79a4944a426
Commit message: "[TAR-1227] Run the sonar container as the current user (#17)"
 > git rev-list --no-walk 26028d2ce48352c9b2c3f496e963b79a4944a426 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-0f999a15f404a21c3) in /home/ubuntu/workspace/docker-py_PR-2499
[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-2499@tmp/af02c13a-9139-4916-afbf-e08fa3b22746/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
16:30:08 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
16:30:08 chowning workspace
[Pipeline] sh
16:30:09 + uname -m
[Pipeline] sh
16:30:09 + pwd
16:30:09 + id -u
16:30:09 + id -g
16:30:09 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2499:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
16:30:10 Removing all docker containers
[Pipeline] sh
16:30:10 + docker container ls -aq
[Pipeline] echo
16:30:10 Docker containers have been removed
[Pipeline] echo
16:30:10 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
16:30:10 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
16:30:10 using credential docker-jenkins-github-credentials
16:30:10 Cloning the remote Git repository
16:30:10 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2499 # 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/2499/head:refs/remotes/origin/PR-2499 +refs/heads/master:refs/remotes/origin/master
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2499/head:refs/remotes/origin/PR-2499 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
16:30:11 Fetching without tags
16:30:11 Merging remotes/origin/master commit f2e09ae63287dd812ceaf936513ccf836392fab1 into PR head commit 1f1014f2054a3718d1e49bf0615eee4af3544b0b
16:30:11 Merge succeeded, producing 1f1014f2054a3718d1e49bf0615eee4af3544b0b
16:30:11 Checking out Revision 1f1014f2054a3718d1e49bf0615eee4af3544b0b (PR-2499)
 > 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/2499/head:refs/remotes/origin/PR-2499 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1f1014f2054a3718d1e49bf0615eee4af3544b0b
 > git merge f2e09ae63287dd812ceaf936513ccf836392fab1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1f1014f2054a3718d1e49bf0615eee4af3544b0b
16:30:11 Commit message: "line too long for flake8 test for python 3.8"
[Pipeline] sh
16:30:12 + git rev-parse HEAD
 > git rev-list --no-walk 349c4f3f1c9f088b8270ff83b07f7078bafdbd58 # timeout=10
[Pipeline] sh
16:30:13 + docker pull dockerbuildbot/docker-py:py2-1f1014f2054a3718d1e49bf0615eee4af3544b0b
16:30:13 Error response from daemon: manifest for dockerbuildbot/docker-py:py2-1f1014f2054a3718d1e49bf0615eee4af3544b0b not found: manifest unknown: manifest unknown
[Pipeline] sh
16:30:13 + docker build -t dockerbuildbot/docker-py:py2-1f1014f2054a3718d1e49bf0615eee4af3544b0b -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 .
16:30:13 Sending build context to Docker daemon  1.274MB

16:30:13 Step 1/19 : ARG PYTHON_VERSION=3.7
16:30:13 Step 2/19 : FROM python:${PYTHON_VERSION}
16:30:13  ---> 3c1fea91a131
16:30:13 Step 3/19 : ARG APT_MIRROR
16:30:13  ---> Using cache
16:30:13  ---> 0ec9ca92d51f
16:30:13 Step 4/19 : RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list
16:30:13  ---> Using cache
16:30:13  ---> ff4dee6c3ac7
16:30:13 Step 5/19 : RUN apt-get update && apt-get -y install     gnupg2     pass     curl
16:30:13  ---> Using cache
16:30:13  ---> fecf639119fa
16:30:13 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys
16:30:13  ---> Using cache
16:30:13  ---> 22598c25d746
16:30:13 Step 7/19 : RUN gpg2 --import gpg-keys/secret
16:30:13  ---> Using cache
16:30:13  ---> b242ba862655
16:30:13 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
16:30:13  ---> Using cache
16:30:13  ---> cd1abcc0f0de
16:30:13 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
16:30:13  ---> Using cache
16:30:13  ---> afe93239420b
16:30:13 Step 10/19 : RUN gpg2 --check-trustdb
16:30:13  ---> Using cache
16:30:13  ---> 8e53749bf557
16:30:13 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3
16:30:13  ---> Using cache
16:30:13  ---> 11780e797087
16:30:13 Step 12/19 : RUN curl -sSL -o /opt/docker-credential-pass.tar.gz     https://github.com/docker/docker-credential-helpers/releases/download/$CREDSTORE_VERSION/docker-credential-pass-$CREDSTORE_VERSION-amd64.tar.gz &&     tar -xf /opt/docker-credential-pass.tar.gz -O > /usr/local/bin/docker-credential-pass &&     rm -rf /opt/docker-credential-pass.tar.gz &&     chmod +x /usr/local/bin/docker-credential-pass
16:30:13  ---> Using cache
16:30:13  ---> bbd89501afe3
16:30:13 Step 13/19 : WORKDIR /src
16:30:13  ---> Using cache
16:30:13  ---> d4c504c51a0c
16:30:13 Step 14/19 : COPY requirements.txt /src/requirements.txt
16:30:13  ---> Using cache
16:30:13  ---> 80efb43f0b92
16:30:13 Step 15/19 : RUN pip install -r requirements.txt
16:30:13  ---> Using cache
16:30:13  ---> 2b803e1a9df2
16:30:13 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt
16:30:13  ---> Using cache
16:30:13  ---> fcbfec052e14
16:30:13 Step 17/19 : RUN pip install -r test-requirements.txt
16:30:13  ---> Using cache
16:30:13  ---> d7b697eba97e
16:30:13 Step 18/19 : COPY . /src
16:30:13  ---> dc9f89fd967f
16:30:13 Step 19/19 : RUN pip install .
16:30:13  ---> Running in 0802efaad1dd
16:30:14 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
16:30:14 Processing /src
16:30:14 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python2.7/site-packages (from docker==4.2.0.dev0) (1.10.0)
16:30:14 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python2.7/site-packages (from docker==4.2.0.dev0) (0.56.0)
16:30:14 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python2.7/site-packages (from docker==4.2.0.dev0) (2.20.0)
16:30:14 Requirement already satisfied: backports.ssl_match_hostname>=3.5 in /usr/local/lib/python2.7/site-packages (from docker==4.2.0.dev0) (3.5.0.1)
16:30:14 Requirement already satisfied: ipaddress>=1.0.16 in /usr/local/lib/python2.7/site-packages (from docker==4.2.0.dev0) (1.0.18)
16:30:14 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.2.0.dev0) (2019.11.28)
16:30:14 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.2.0.dev0) (2.5)
16:30:14 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.2.0.dev0) (3.0.4)
16:30:14 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.2.0.dev0) (1.24.3)
16:30:14 Building wheels for collected packages: docker
16:30:14   Building wheel for docker (setup.py): started
16:30:15   Building wheel for docker (setup.py): finished with status 'done'
16:30:15   Created wheel for docker: filename=docker-4.2.0.dev0-py2.py3-none-any.whl size=139464 sha256=cf9490d664d9a2f510095dbbb93bc8da7a1bbf44ff391e76cc4e62ba14f8a38c
16:30:15   Stored in directory: /tmp/pip-ephem-wheel-cache-LmHxsm/wheels/dc/45/28/050a7fcd95fc9b9f504d64d6668214323c48b439857458e65c
16:30:15 Successfully built docker
16:30:15 Installing collected packages: docker
16:30:15 Successfully installed docker-4.2.0.dev0
16:30:15 Removing intermediate container 0802efaad1dd
16:30:15  ---> 78bd5d203a19
16:30:15 Successfully built 78bd5d203a19
16:30:15 Successfully tagged dockerbuildbot/docker-py:py2-1f1014f2054a3718d1e49bf0615eee4af3544b0b
[Pipeline] sh
16:30:16 + docker tag dockerbuildbot/docker-py:py2-1f1014f2054a3718d1e49bf0615eee4af3544b0b dockerbuildbot/docker-py:py2-1f1014f2054a3718d1e49bf0615eee4af3544b0b
[Pipeline] sh
16:30:16 + docker push dockerbuildbot/docker-py:py2-1f1014f2054a3718d1e49bf0615eee4af3544b0b
16:30:16 The push refers to repository [docker.io/dockerbuildbot/docker-py]
16:30:16 847f3d29402d: Preparing
16:30:16 8c73439689d9: Preparing
16:30:16 5ab966ed0e4f: Preparing
16:30:16 b50aacc56299: Preparing
16:30:16 926ca5eae863: Preparing
16:30:16 fb7dec08b42b: Preparing
16:30:16 dbb7caa8d763: Preparing
16:30:16 dad21792f0d8: Preparing
16:30:16 8a7e465b20a3: Preparing
16:30:16 d954afc10be2: Preparing
16:30:16 976950455e0f: Preparing
16:30:16 228cc8debaa7: Preparing
16:30:16 a2cacae68a7f: Preparing
16:30:16 b75837bfbc7c: Preparing
16:30:16 293e1e4abced: Preparing
16:30:16 08213480c949: Preparing
16:30:16 be5e790c12a3: Preparing
16:30:16 35fc403d4c4c: Preparing
16:30:16 c1fbc35a2660: Preparing
16:30:16 f63773c65620: Preparing
16:30:16 e6d60910d056: Preparing
16:30:16 b52c1c103fae: Preparing
16:30:16 6f1c84e6ec59: Preparing
16:30:16 dd5242c2dc8a: Preparing
16:30:16 fb7dec08b42b: Waiting
16:30:16 dbb7caa8d763: Waiting
16:30:16 dad21792f0d8: Waiting
16:30:16 8a7e465b20a3: Waiting
16:30:16 d954afc10be2: Waiting
16:30:16 976950455e0f: Waiting
16:30:16 228cc8debaa7: Waiting
16:30:16 a2cacae68a7f: Waiting
16:30:16 b75837bfbc7c: Waiting
16:30:16 293e1e4abced: Waiting
16:30:16 08213480c949: Waiting
16:30:16 be5e790c12a3: Waiting
16:30:16 35fc403d4c4c: Waiting
16:30:16 c1fbc35a2660: Waiting
16:30:16 f63773c65620: Waiting
16:30:16 e6d60910d056: Waiting
16:30:16 b52c1c103fae: Waiting
16:30:16 6f1c84e6ec59: Waiting
16:30:16 dd5242c2dc8a: Waiting
16:30:16 b50aacc56299: Layer already exists
16:30:16 5ab966ed0e4f: Layer already exists
16:30:16 926ca5eae863: Layer already exists
16:30:16 dbb7caa8d763: Layer already exists
16:30:16 dad21792f0d8: Layer already exists
16:30:16 fb7dec08b42b: Layer already exists
16:30:16 d954afc10be2: Layer already exists
16:30:16 8a7e465b20a3: Layer already exists
16:30:16 976950455e0f: Layer already exists
16:30:16 a2cacae68a7f: Layer already exists
16:30:16 228cc8debaa7: Layer already exists
16:30:16 b75837bfbc7c: Layer already exists
16:30:16 08213480c949: Layer already exists
16:30:16 be5e790c12a3: Layer already exists
16:30:16 293e1e4abced: Layer already exists
16:30:16 35fc403d4c4c: Layer already exists
16:30:16 c1fbc35a2660: Layer already exists
16:30:16 f63773c65620: Layer already exists
16:30:16 e6d60910d056: Layer already exists
16:30:16 b52c1c103fae: Layer already exists
16:30:16 6f1c84e6ec59: Layer already exists
16:30:16 dd5242c2dc8a: Layer already exists
16:30:17 847f3d29402d: Pushed
16:30:17 8c73439689d9: Pushed
16:30:19 py2-1f1014f2054a3718d1e49bf0615eee4af3544b0b: digest: sha256:595e71e045743d172de37f94e7c78ceebd779a52eb422fcad2ddd91327f9e9f8 size: 5353
[Pipeline] sh
16:30:19 + docker pull dockerbuildbot/docker-py:py3-1f1014f2054a3718d1e49bf0615eee4af3544b0b
16:30:19 Error response from daemon: manifest for dockerbuildbot/docker-py:py3-1f1014f2054a3718d1e49bf0615eee4af3544b0b not found: manifest unknown: manifest unknown
[Pipeline] sh
16:30:19 + docker build -t dockerbuildbot/docker-py:py3-1f1014f2054a3718d1e49bf0615eee4af3544b0b -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
16:30:19 Sending build context to Docker daemon  1.274MB

16:30:19 Step 1/19 : ARG PYTHON_VERSION=3.7
16:30:19 Step 2/19 : FROM python:${PYTHON_VERSION}
16:30:19  ---> de787d71ba24
16:30:19 Step 3/19 : ARG APT_MIRROR
16:30:19  ---> Using cache
16:30:19  ---> 07679836ad9f
16:30:19 Step 4/19 : RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list
16:30:19  ---> Using cache
16:30:19  ---> 75b4b83dd624
16:30:19 Step 5/19 : RUN apt-get update && apt-get -y install     gnupg2     pass     curl
16:30:19  ---> Using cache
16:30:19  ---> 3ee16b6b2902
16:30:19 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys
16:30:19  ---> Using cache
16:30:19  ---> 977a9ef5a1b6
16:30:19 Step 7/19 : RUN gpg2 --import gpg-keys/secret
16:30:19  ---> Using cache
16:30:19  ---> db1c2dcbedda
16:30:19 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
16:30:19  ---> Using cache
16:30:19  ---> 5a2c7a908493
16:30:19 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
16:30:19  ---> Using cache
16:30:19  ---> f6ec532c3d2c
16:30:19 Step 10/19 : RUN gpg2 --check-trustdb
16:30:19  ---> Using cache
16:30:19  ---> a9b02b1bced2
16:30:19 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3
16:30:19  ---> Using cache
16:30:19  ---> e7797ff501c9
16:30:19 Step 12/19 : RUN curl -sSL -o /opt/docker-credential-pass.tar.gz     https://github.com/docker/docker-credential-helpers/releases/download/$CREDSTORE_VERSION/docker-credential-pass-$CREDSTORE_VERSION-amd64.tar.gz &&     tar -xf /opt/docker-credential-pass.tar.gz -O > /usr/local/bin/docker-credential-pass &&     rm -rf /opt/docker-credential-pass.tar.gz &&     chmod +x /usr/local/bin/docker-credential-pass
16:30:19  ---> Using cache
16:30:19  ---> 0ede3eab081d
16:30:19 Step 13/19 : WORKDIR /src
16:30:19  ---> Using cache
16:30:19  ---> 725d51f09634
16:30:19 Step 14/19 : COPY requirements.txt /src/requirements.txt
16:30:19  ---> Using cache
16:30:19  ---> bd8ceb49104b
16:30:19 Step 15/19 : RUN pip install -r requirements.txt
16:30:19  ---> Using cache
16:30:19  ---> e7e5a5f9272e
16:30:19 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt
16:30:19  ---> Using cache
16:30:19  ---> 317751d68050
16:30:19 Step 17/19 : RUN pip install -r test-requirements.txt
16:30:19  ---> Using cache
16:30:19  ---> 5506a401a282
16:30:19 Step 18/19 : COPY . /src
16:30:19  ---> fc36d03922b6
16:30:19 Step 19/19 : RUN pip install .
16:30:19  ---> Running in 602b11429dee
16:30:21 Processing /src
16:30:21 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.7/site-packages (from docker==4.2.0.dev0) (1.10.0)
16:30:21 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.7/site-packages (from docker==4.2.0.dev0) (0.56.0)
16:30:21 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python3.7/site-packages (from docker==4.2.0.dev0) (2.20.0)
16:30:21 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.2.0.dev0) (3.0.4)
16:30:21 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.2.0.dev0) (2.5)
16:30:21 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.2.0.dev0) (2019.11.28)
16:30:21 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.2.0.dev0) (1.24.3)
16:30:21 Building wheels for collected packages: docker
16:30:21   Building wheel for docker (setup.py): started
16:30:21   Building wheel for docker (setup.py): finished with status 'done'
16:30:21   Created wheel for docker: filename=docker-4.2.0.dev0-py2.py3-none-any.whl size=139465 sha256=440573d462d750506145d9f38e3d1eb69239c86181add4cb35c5258535d09625
16:30:21   Stored in directory: /tmp/pip-ephem-wheel-cache-xzx44n9v/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525
16:30:21 Successfully built docker
16:30:21 Installing collected packages: docker
16:30:21 Successfully installed docker-4.2.0.dev0
16:30:22 Removing intermediate container 602b11429dee
16:30:22  ---> 7e49c1694b01
16:30:22 Successfully built 7e49c1694b01
16:30:22 Successfully tagged dockerbuildbot/docker-py:py3-1f1014f2054a3718d1e49bf0615eee4af3544b0b
[Pipeline] sh
16:30:22 + docker tag dockerbuildbot/docker-py:py3-1f1014f2054a3718d1e49bf0615eee4af3544b0b dockerbuildbot/docker-py:py3-1f1014f2054a3718d1e49bf0615eee4af3544b0b
[Pipeline] sh
16:30:22 + docker push dockerbuildbot/docker-py:py3-1f1014f2054a3718d1e49bf0615eee4af3544b0b
16:30:22 The push refers to repository [docker.io/dockerbuildbot/docker-py]
16:30:22 eaa5053bfab1: Preparing
16:30:22 35273311ea39: Preparing
16:30:22 9744cf51717c: Preparing
16:30:22 dbc1ad407418: Preparing
16:30:22 02fa5da3019a: Preparing
16:30:22 93c3b0f849d5: Preparing
16:30:22 4985ba0063ae: Preparing
16:30:22 cb5fc19fe1b2: Preparing
16:30:22 204034409707: Preparing
16:30:22 169102da5a94: Preparing
16:30:22 38824325693d: Preparing
16:30:22 780d55288aa7: Preparing
16:30:22 fddb15cffe54: Preparing
16:30:22 5bc7fbe8d413: Preparing
16:30:22 3f26be11756e: Preparing
16:30:22 50b2d6da80c9: Preparing
16:30:22 fb6ebca884aa: Preparing
16:30:22 057c71384d74: Preparing
16:30:22 07aa3e497121: Preparing
16:30:22 f63773c65620: Preparing
16:30:22 e6d60910d056: Preparing
16:30:22 b52c1c103fae: Preparing
16:30:22 6f1c84e6ec59: Preparing
16:30:22 dd5242c2dc8a: Preparing
16:30:22 93c3b0f849d5: Waiting
16:30:22 4985ba0063ae: Waiting
16:30:22 cb5fc19fe1b2: Waiting
16:30:22 204034409707: Waiting
16:30:22 169102da5a94: Waiting
16:30:22 38824325693d: Waiting
16:30:22 780d55288aa7: Waiting
16:30:22 fddb15cffe54: Waiting
16:30:22 5bc7fbe8d413: Waiting
16:30:22 3f26be11756e: Waiting
16:30:22 50b2d6da80c9: Waiting
16:30:22 fb6ebca884aa: Waiting
16:30:22 057c71384d74: Waiting
16:30:22 07aa3e497121: Waiting
16:30:22 f63773c65620: Waiting
16:30:22 e6d60910d056: Waiting
16:30:22 b52c1c103fae: Waiting
16:30:22 dd5242c2dc8a: Waiting
16:30:22 6f1c84e6ec59: Waiting
16:30:22 02fa5da3019a: Layer already exists
16:30:22 9744cf51717c: Layer already exists
16:30:22 dbc1ad407418: Layer already exists
16:30:22 93c3b0f849d5: Layer already exists
16:30:22 4985ba0063ae: Layer already exists
16:30:22 cb5fc19fe1b2: Layer already exists
16:30:22 204034409707: Layer already exists
16:30:22 169102da5a94: Layer already exists
16:30:23 fddb15cffe54: Layer already exists
16:30:23 38824325693d: Layer already exists
16:30:23 780d55288aa7: Layer already exists
16:30:23 50b2d6da80c9: Layer already exists
16:30:23 5bc7fbe8d413: Layer already exists
16:30:23 fb6ebca884aa: Layer already exists
16:30:23 057c71384d74: Layer already exists
16:30:23 3f26be11756e: Layer already exists
16:30:23 07aa3e497121: Layer already exists
16:30:23 e6d60910d056: Layer already exists
16:30:23 f63773c65620: Layer already exists
16:30:23 b52c1c103fae: Layer already exists
16:30:23 6f1c84e6ec59: Layer already exists
16:30:23 dd5242c2dc8a: Layer already exists
16:30:25 eaa5053bfab1: Pushed
16:30:25 35273311ea39: Pushed
16:30:26 py3-1f1014f2054a3718d1e49bf0615eee4af3544b0b: digest: sha256:554d42b19e595498aa5367fd881cff0180e9f4bd22620b3d2153ea9052ce4a95 size: 5349
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-0f999a15f404a21c3) in /home/ubuntu/workspace/docker-py_PR-2499
[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-2499@tmp/7cbdc328-f74e-4c22-9502-3d57f56498f4/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] sh
16:30:26 + docker run --rm --entrypoint=python dockerbuildbot/docker-py:py3-1f1014f2054a3718d1e49bf0615eee4af3544b0b /src/scripts/versions.py
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] parallel
[Pipeline] { (Branch: py2.7_17.06.2-ce)
[Pipeline] { (Branch: py2.7_19.03.6-rc1)
[Pipeline] { (Branch: py2.7_19.03.5)
[Pipeline] { (Branch: py3.7_17.06.2-ce)
[Pipeline] { (Branch: py3.7_19.03.6-rc1)
[Pipeline] { (Branch: py3.7_19.03.5)
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-0af0345e9d0094bed) in /home/ubuntu/workspace/docker-py_PR-2499
Running on ubuntu-1804-overlay2 (i-0b473f2c371f83d00) in /home/ubuntu/workspace/docker-py_PR-2499
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-0f999a15f404a21c3) in /home/ubuntu/workspace/docker-py_PR-2499
[Pipeline] {
Running on ubuntu-1804-overlay2 (i-016a92128bba7c0ea) in /home/ubuntu/workspace/docker-py_PR-2499[Pipeline] {

[Pipeline] {
Running on ubuntu-1804-overlay2 (i-0e881081446c80e81) in /home/ubuntu/workspace/docker-py_PR-2499
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
[Pipeline] {
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ 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-2499@tmp/9111c036-febe-4fe4-8783-a660c19d67b4/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-2499@tmp/3ba16c85-e420-4fe6-bca5-26b9a52e05cb/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] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] echo
16:30:53 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
16:30:53 chowning workspace
[Pipeline] sh
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2499@tmp/4336b9aa-8362-4f54-9925-f797872cd33c/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2499@tmp/debf9235-cf5e-4aa5-85bc-3d51d068f99e/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[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-2499@tmp/c0886145-7ab8-49b3-a6a8-65f49e6aedda/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] echo
16:30:53 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
16:30:53 chowning workspace
[Pipeline] sh
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] echo
16:30:53 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
16:30:53 chowning workspace
[Pipeline] sh
[Pipeline] echo
16:30:53 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
16:30:53 chowning workspace
[Pipeline] sh
[Pipeline] {
[Pipeline] echo
16:30:53 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
16:30:53 chowning workspace
[Pipeline] sh
16:30:53 + uname -m
[Pipeline] sh
16:30:53 + uname -m
[Pipeline] sh
16:30:53 + uname -m
[Pipeline] sh
16:30:53 + uname -m
16:30:53 + uname -m
[Pipeline] sh
[Pipeline] sh
16:30:53 + pwd
16:30:53 + id -u
16:30:53 + id -g
16:30:53 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2499:/workspace busybox chown -R 1000:1000 /workspace
16:30:54 + pwd
16:30:54 + id -u
16:30:54 + id -g
16:30:54 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2499:/workspace busybox chown -R 1000:1000 /workspace
16:30:54 + pwd
16:30:54 + id -u
16:30:54 + id -g
16:30:54 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2499:/workspace busybox chown -R 1000:1000 /workspace
16:30:54 + pwd
16:30:54 + id -u
16:30:54 + id -g
16:30:54 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2499:/workspace busybox chown -R 1000:1000 /workspace
16:30:54 + pwd
16:30:54 + id -u
16:30:54 + id -g
16:30:54 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2499:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
16:30:54 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
16:30:54 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
16:30:55 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
16:30:55 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
16:30:55 Removing all docker containers
[Pipeline] sh
16:30:55 + docker container ls -aq
[Pipeline] echo
16:30:55 Docker containers have been removed
[Pipeline] echo
16:30:55 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
16:30:55 + docker container ls -aq
[Pipeline] echo
16:30:55 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=17.06.2-ce)
[Pipeline] echo
16:30:55 Docker containers have been removed
[Pipeline] echo
16:30:55 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] checkout
[Pipeline] echo
16:30:55 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.6-rc1)
16:30:55 using credential docker-jenkins-github-credentials
16:30:55 Cloning the remote Git repository
16:30:55 Cloning with configured refspecs honoured and without tags
[Pipeline] checkout
16:30:55 using credential docker-jenkins-github-credentials
16:30:55 Cloning the remote Git repository
16:30:55 Cloning with configured refspecs honoured and without tags
16:30:55 + docker container ls -aq
[Pipeline] echo
16:30:55 Docker containers have been removed
[Pipeline] echo
16:30:55 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
16:30:55 cleanWorkspace: Workspace is clean.
16:30:55 + docker container ls -aq
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.6-rc1)
[Pipeline] checkout
[Pipeline] echo
16:30:55 Docker containers have been removed
[Pipeline] echo
16:30:55 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
16:30:55 using credential docker-jenkins-github-credentials
16:30:55 Cloning the remote Git repository
16:30:55 Cloning with configured refspecs honoured and without tags
[Pipeline] echo
16:30:55 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=17.06.2-ce)
[Pipeline] checkout
16:30:55 using credential docker-jenkins-github-credentials
16:30:55 Cloning the remote Git repository
16:30:55 Cloning with configured refspecs honoured and without tags
16:30:55 + docker container ls -aq
[Pipeline] echo
16:30:55 Docker containers have been removed
[Pipeline] echo
16:30:55 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
16:30:55 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.5)
[Pipeline] checkout
16:30:55 using credential docker-jenkins-github-credentials
16:30:55 Cloning the remote Git repository
16:30:55 Cloning with configured refspecs honoured and without tags
16:30:56 Fetching without tags
16:30:56 Fetching without tags
16:30:56 Merging remotes/origin/master commit f2e09ae63287dd812ceaf936513ccf836392fab1 into PR head commit 1f1014f2054a3718d1e49bf0615eee4af3544b0b
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
16:30:56 Fetching without tags
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_17.06.2-ce
Running on ubuntu-1804-overlay2 (i-0af0345e9d0094bed) in /home/ubuntu/workspace/docker-py_PR-2499
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
16:30:56 Merging remotes/origin/master commit f2e09ae63287dd812ceaf936513ccf836392fab1 into PR head commit 1f1014f2054a3718d1e49bf0615eee4af3544b0b
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2499 # 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/2499/head:refs/remotes/origin/PR-2499 +refs/heads/master:refs/remotes/origin/master
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2499/head:refs/remotes/origin/PR-2499 # 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/2499/head:refs/remotes/origin/PR-2499 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1f1014f2054a3718d1e49bf0615eee4af3544b0b
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_19.03.6-rc1
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2499 # 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/2499/head:refs/remotes/origin/PR-2499 +refs/heads/master:refs/remotes/origin/master
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2499/head:refs/remotes/origin/PR-2499 # 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/2499/head:refs/remotes/origin/PR-2499 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1f1014f2054a3718d1e49bf0615eee4af3544b0b
16:30:56 Merging remotes/origin/master commit f2e09ae63287dd812ceaf936513ccf836392fab1 into PR head commit 1f1014f2054a3718d1e49bf0615eee4af3544b0b
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.6-rc1
16:30:56 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2499 # 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/2499/head:refs/remotes/origin/PR-2499 +refs/heads/master:refs/remotes/origin/master
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2499/head:refs/remotes/origin/PR-2499 # 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/2499/head:refs/remotes/origin/PR-2499 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1f1014f2054a3718d1e49bf0615eee4af3544b0b
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-2499@tmp/78dce257-f3e4-4fa6-a649-cae3d8efc698/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
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2499 # 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/2499/head:refs/remotes/origin/PR-2499 +refs/heads/master:refs/remotes/origin/master
[Pipeline] {
[Pipeline] echo
16:30:56 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
16:30:56 chowning workspace
[Pipeline] sh
16:30:56 Fetching without tags
16:30:56 Merging remotes/origin/master commit f2e09ae63287dd812ceaf936513ccf836392fab1 into PR head commit 1f1014f2054a3718d1e49bf0615eee4af3544b0b
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2499 # 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/2499/head:refs/remotes/origin/PR-2499 +refs/heads/master:refs/remotes/origin/master
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2499/head:refs/remotes/origin/PR-2499 # 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/2499/head:refs/remotes/origin/PR-2499 +refs/heads/master:refs/remotes/origin/master
[Pipeline] }
16:30:56 Merging remotes/origin/master commit f2e09ae63287dd812ceaf936513ccf836392fab1 into PR head commit 1f1014f2054a3718d1e49bf0615eee4af3544b0b
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_17.06.2-ce
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_19.03.5
16:30:56 + uname -m
[Pipeline] sh
16:30:56 + pwd
16:30:56 + id -u
16:30:56 + id -g
16:30:56 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2499:/workspace busybox chown -R 1000:1000 /workspace
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2499/head:refs/remotes/origin/PR-2499 # 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/2499/head:refs/remotes/origin/PR-2499 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1f1014f2054a3718d1e49bf0615eee4af3544b0b
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1f1014f2054a3718d1e49bf0615eee4af3544b0b
[Pipeline] echo
16:30:57 Removing all docker containers
[Pipeline] sh
16:30:58 + docker container ls -aq
[Pipeline] echo
16:30:58 Docker containers have been removed
[Pipeline] echo
16:30:58 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
16:30:58 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.5)
[Pipeline] checkout
16:30:58 using credential docker-jenkins-github-credentials
16:30:58 Cloning the remote Git repository
16:30:58 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2499 # 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/2499/head:refs/remotes/origin/PR-2499 +refs/heads/master:refs/remotes/origin/master
16:30:59 Fetching without tags
16:30:59 Merging remotes/origin/master commit f2e09ae63287dd812ceaf936513ccf836392fab1 into PR head commit 1f1014f2054a3718d1e49bf0615eee4af3544b0b
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2499/head:refs/remotes/origin/PR-2499 # 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/2499/head:refs/remotes/origin/PR-2499 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1f1014f2054a3718d1e49bf0615eee4af3544b0b
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.5
[Pipeline] // parallel
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

hudson.plugins.git.GitException: Command "git checkout -f 1f1014f2054a3718d1e49bf0615eee4af3544b0b" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 1f1014f2054a3718d1e49bf0615eee4af3544b0b

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2104)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1000(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2403)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-1804-overlay2 (i-0af0345e9d0094bed)
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor316.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy158.execute(Unknown Source)
		at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:146)
		at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:112)
		at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1100)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1193)
		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:124)
		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93)
		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80)
		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
		at java.util.concurrent.FutureTask.run(FutureTask.java:266)
		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
		at java.lang.Thread.run(Thread.java:748)
Also:   hudson.plugins.git.GitException: Command "git checkout -f 1f1014f2054a3718d1e49bf0615eee4af3544b0b" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 1f1014f2054a3718d1e49bf0615eee4af3544b0b

		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2104)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1000(CliGitAPIImpl.java:72)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2403)
	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-1804-overlay2 (i-0b473f2c371f83d00)
			at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
			at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
			at hudson.remoting.Channel.call(Channel.java:957)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
			at sun.reflect.GeneratedMethodAccessor316.invoke(Unknown Source)
			at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
			at java.lang.reflect.Method.invoke(Method.java:498)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
			at com.sun.proxy.$Proxy158.execute(Unknown Source)
			at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:146)
			at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:112)
			at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1100)
			at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1193)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:124)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80)
			at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
			at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
			at java.util.concurrent.FutureTask.run(FutureTask.java:266)
			at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
			at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
			at java.lang.Thread.run(Thread.java:748)
	Caused: hudson.plugins.git.GitException: Could not checkout 1f1014f2054a3718d1e49bf0615eee4af3544b0b
Also:   hudson.plugins.git.GitException: Command "git checkout -f 1f1014f2054a3718d1e49bf0615eee4af3544b0b" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 1f1014f2054a3718d1e49bf0615eee4af3544b0b

		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2104)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1000(CliGitAPIImpl.java:72)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2403)
	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-1804-overlay2 (i-0e881081446c80e81)
			at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
			at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
			at hudson.remoting.Channel.call(Channel.java:957)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
			at sun.reflect.GeneratedMethodAccessor316.invoke(Unknown Source)
			at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
			at java.lang.reflect.Method.invoke(Method.java:498)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
			at com.sun.proxy.$Proxy158.execute(Unknown Source)
			at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:146)
			at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:112)
			at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1100)
			at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1193)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:124)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80)
			at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
			at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
			at java.util.concurrent.FutureTask.run(FutureTask.java:266)
			at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
			at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
			at java.lang.Thread.run(Thread.java:748)
	Caused: hudson.plugins.git.GitException: Could not checkout 1f1014f2054a3718d1e49bf0615eee4af3544b0b
Also:   hudson.plugins.git.GitException: Command "git checkout -f 1f1014f2054a3718d1e49bf0615eee4af3544b0b" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 1f1014f2054a3718d1e49bf0615eee4af3544b0b

		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2104)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1000(CliGitAPIImpl.java:72)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2403)
	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-1804-overlay2 (i-016a92128bba7c0ea)
			at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
			at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
			at hudson.remoting.Channel.call(Channel.java:957)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
			at sun.reflect.GeneratedMethodAccessor316.invoke(Unknown Source)
			at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
			at java.lang.reflect.Method.invoke(Method.java:498)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
			at com.sun.proxy.$Proxy158.execute(Unknown Source)
			at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:146)
			at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:112)
			at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1100)
			at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1193)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:124)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80)
			at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
			at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
			at java.util.concurrent.FutureTask.run(FutureTask.java:266)
			at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
			at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
			at java.lang.Thread.run(Thread.java:748)
	Caused: hudson.plugins.git.GitException: Could not checkout 1f1014f2054a3718d1e49bf0615eee4af3544b0b
Also:   hudson.plugins.git.GitException: Command "git checkout -f 1f1014f2054a3718d1e49bf0615eee4af3544b0b" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 1f1014f2054a3718d1e49bf0615eee4af3544b0b

		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2104)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1000(CliGitAPIImpl.java:72)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2403)
	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-1804-overlay2 (i-0f999a15f404a21c3)
			at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
			at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
			at hudson.remoting.Channel.call(Channel.java:957)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
			at sun.reflect.GeneratedMethodAccessor316.invoke(Unknown Source)
			at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
			at java.lang.reflect.Method.invoke(Method.java:498)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
			at com.sun.proxy.$Proxy158.execute(Unknown Source)
			at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:146)
			at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:112)
			at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1100)
			at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1193)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:124)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80)
			at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
			at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
			at java.util.concurrent.FutureTask.run(FutureTask.java:266)
			at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
			at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
			at java.lang.Thread.run(Thread.java:748)
	Caused: hudson.plugins.git.GitException: Could not checkout 1f1014f2054a3718d1e49bf0615eee4af3544b0b
Also:   hudson.plugins.git.GitException: Command "git checkout -f 1f1014f2054a3718d1e49bf0615eee4af3544b0b" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 1f1014f2054a3718d1e49bf0615eee4af3544b0b

		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2104)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1000(CliGitAPIImpl.java:72)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2403)
	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-1804-overlay2 (i-0af0345e9d0094bed)
			at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
			at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
			at hudson.remoting.Channel.call(Channel.java:957)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
			at sun.reflect.GeneratedMethodAccessor316.invoke(Unknown Source)
			at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
			at java.lang.reflect.Method.invoke(Method.java:498)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
			at com.sun.proxy.$Proxy158.execute(Unknown Source)
			at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:146)
			at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:112)
			at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1100)
			at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1193)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:124)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80)
			at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
			at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
			at java.util.concurrent.FutureTask.run(FutureTask.java:266)
			at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
			at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
			at java.lang.Thread.run(Thread.java:748)
	Caused: hudson.plugins.git.GitException: Could not checkout 1f1014f2054a3718d1e49bf0615eee4af3544b0b
Caused: hudson.plugins.git.GitException: Could not checkout 1f1014f2054a3718d1e49bf0615eee4af3544b0b
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2427)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.lang.Thread.run(Thread.java:834)
Finished: FAILURE