Skip to content
Failed

Console Output

Pull request #2421 updated
08:56:32 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at 8acd2c3d084805df0bbeda4697c8ad7215ff7247 rather than c461dd9f0b69bf96f0dbed88e277ce88565492e4
Obtained Jenkinsfile from 8acd2c3d084805df0bbeda4697c8ad7215ff7247
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 ead69454b4062f17d1f8389642089a002b037213
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 ead69454b4062f17d1f8389642089a002b037213 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ead69454b4062f17d1f8389642089a002b037213
Commit message: "Merge pull request #10 from russellcardullo/sonar-scan"
 > git rev-list --no-walk ead69454b4062f17d1f8389642089a002b037213 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-01db70bf7a0ebb737) in /home/ubuntu/workspace/docker-py_PR-2421
[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-2421@tmp/7aa434a5-922b-477d-abca-3a94adf6a7d6/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
08:56:38 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
08:56:38 chowning workspace
[Pipeline] sh
08:56:39 + uname -m
[Pipeline] sh
08:56:39 + pwd
08:56:39 + id -u
08:56:39 + id -g
08:56:39 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2421:/workspace busybox chown -R 1000:1000 /workspace
08:56:39 Unable to find image 'busybox:latest' locally
08:56:39 latest: Pulling from library/busybox
08:56:39 ee153a04d683: Pulling fs layer
08:56:39 ee153a04d683: Verifying Checksum
08:56:39 ee153a04d683: Download complete
08:56:40 ee153a04d683: Pull complete
08:56:40 Digest: sha256:9f1003c480699be56815db0f8146ad2e22efea85129b5b5983d0e0fb52d9ab70
08:56:40 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
08:56:41 Removing all docker containers
[Pipeline] sh
08:56:42 + docker container ls -aq
[Pipeline] echo
08:56:42 Docker containers have been removed
[Pipeline] echo
08:56:42 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
08:56:42 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
08:56:43 using credential docker-jenkins-github-credentials
08:56:43 Cloning the remote Git repository
08:56:43 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-2421 # 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/2421/head:refs/remotes/origin/PR-2421 +refs/heads/master:refs/remotes/origin/master
08:56:45 Fetching without tags
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2421/head:refs/remotes/origin/PR-2421 # 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/2421/head:refs/remotes/origin/PR-2421 +refs/heads/master:refs/remotes/origin/master
08:56:45 Merging remotes/origin/master commit 8acd2c3d084805df0bbeda4697c8ad7215ff7247 into PR head commit c461dd9f0b69bf96f0dbed88e277ce88565492e4
08:56:45 Merge succeeded, producing c461dd9f0b69bf96f0dbed88e277ce88565492e4
08:56:45 Checking out Revision c461dd9f0b69bf96f0dbed88e277ce88565492e4 (PR-2421)
08:56:46 Commit message: "Fix win32pipe.WaitNamedPipe throw exception in windows container Signed-off-by: Renlong Tu <rentu@microsoft.com>"
08:56:46 First time build. Skipping changelog.
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c461dd9f0b69bf96f0dbed88e277ce88565492e4
 > git merge 8acd2c3d084805df0bbeda4697c8ad7215ff7247 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c461dd9f0b69bf96f0dbed88e277ce88565492e4
 > git rev-list --no-walk dfc541f5f393b793367d362e28433bcc6a4380bc # timeout=10
[Pipeline] sh
08:56:46 + git rev-parse HEAD
[Pipeline] sh
08:56:47 + docker pull dockerbuildbot/docker-py:py2-c461dd9f0b69bf96f0dbed88e277ce88565492e4
08:56:47 Error response from daemon: manifest for dockerbuildbot/docker-py:py2-c461dd9f0b69bf96f0dbed88e277ce88565492e4 not found: manifest unknown: manifest unknown
[Pipeline] sh
08:56:47 + docker build -t dockerbuildbot/docker-py:py2-c461dd9f0b69bf96f0dbed88e277ce88565492e4 -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 .
08:56:47 Sending build context to Docker daemon  1.273MB

08:56:47 Step 1/19 : ARG PYTHON_VERSION=3.7
08:56:47 Step 2/19 : FROM python:${PYTHON_VERSION}
08:56:47 2.7: Pulling from library/python
08:56:47 4ae16bd47783: Pulling fs layer
08:56:47 bbab4ec87ac4: Pulling fs layer
08:56:47 2ea1f7804402: Pulling fs layer
08:56:47 96465440c208: Pulling fs layer
08:56:47 6ac892e64b94: Pulling fs layer
08:56:47 6f7ce750b843: Pulling fs layer
08:56:47 886c714e5c8c: Pulling fs layer
08:56:47 9ef5af0ee617: Pulling fs layer
08:56:47 95b0a7d3ce20: Pulling fs layer
08:56:47 96465440c208: Waiting
08:56:47 6ac892e64b94: Waiting
08:56:47 6f7ce750b843: Waiting
08:56:47 886c714e5c8c: Waiting
08:56:47 9ef5af0ee617: Waiting
08:56:47 95b0a7d3ce20: Waiting
08:56:47 2ea1f7804402: Verifying Checksum
08:56:47 2ea1f7804402: Download complete
08:56:48 bbab4ec87ac4: Verifying Checksum
08:56:48 bbab4ec87ac4: Download complete
08:56:48 96465440c208: Verifying Checksum
08:56:48 96465440c208: Download complete
08:56:48 4ae16bd47783: Verifying Checksum
08:56:48 4ae16bd47783: Download complete
08:56:49 6f7ce750b843: Verifying Checksum
08:56:49 6f7ce750b843: Download complete
08:56:49 9ef5af0ee617: Verifying Checksum
08:56:49 9ef5af0ee617: Download complete
08:56:49 95b0a7d3ce20: Verifying Checksum
08:56:49 95b0a7d3ce20: Download complete
08:56:49 886c714e5c8c: Verifying Checksum
08:56:49 886c714e5c8c: Download complete
08:56:50 6ac892e64b94: Verifying Checksum
08:56:50 6ac892e64b94: Download complete
08:56:51 4ae16bd47783: Pull complete
08:56:52 bbab4ec87ac4: Pull complete
08:56:52 2ea1f7804402: Pull complete
08:56:54 96465440c208: Pull complete
08:57:01 6ac892e64b94: Pull complete
08:57:01 6f7ce750b843: Pull complete
08:57:02 886c714e5c8c: Pull complete
08:57:02 9ef5af0ee617: Pull complete
08:57:02 95b0a7d3ce20: Pull complete
08:57:02 Digest: sha256:e2770e7e5984998b0902537ea041343a35e816b6e96038be928855ddff4b4446
08:57:02 Status: Downloaded newer image for python:2.7
08:57:02  ---> 55b47eef9c39
08:57:02 Step 3/19 : ARG APT_MIRROR
08:57:04  ---> Running in 4941829b25cd
08:57:04 Removing intermediate container 4941829b25cd
08:57:04  ---> 2dbd235f147f
08:57:04 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
08:57:04  ---> Running in dd77a9fd9392
08:57:06 Removing intermediate container dd77a9fd9392
08:57:06  ---> cbc956368554
08:57:06 Step 5/19 : RUN apt-get update && apt-get -y install     gnupg2     pass     curl
08:57:06  ---> Running in 67db5ba10187
08:57:07 Get:1 http://deb.debian.org/debian buster InRelease [118 kB]
08:57:07 Get:2 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB]
08:57:07 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
08:57:07 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [73.9 kB]
08:57:07 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7897 kB]
08:57:07 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [884 B]
08:57:08 Fetched 8178 kB in 2s (4941 kB/s)
08:57:08 Reading package lists...
08:57:09 Reading package lists...
08:57:09 Building dependency tree...
08:57:09 Reading state information...
08:57:09 curl is already the newest version (7.64.0-4).
08:57:09 The following additional packages will be installed:
08:57:09   libqrencode4 libxmu6 libxmuu1 qrencode tree xauth xclip
08:57:09 Suggested packages:
08:57:09   libxml-simple-perl ruby
08:57:09 The following NEW packages will be installed:
08:57:09   gnupg2 libqrencode4 libxmu6 libxmuu1 pass qrencode tree xauth xclip
08:57:09 0 upgraded, 9 newly installed, 0 to remove and 1 not upgraded.
08:57:09 Need to get 707 kB of archives.
08:57:09 After this operation, 1197 kB of additional disk space will be used.
08:57:09 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1 [392 kB]
08:57:09 Get:2 http://deb.debian.org/debian buster/main amd64 libqrencode4 amd64 4.0.2-1 [38.2 kB]
08:57:09 Get:3 http://deb.debian.org/debian buster/main amd64 libxmu6 amd64 2:1.1.2-2+b3 [60.8 kB]
08:57:09 Get:4 http://deb.debian.org/debian buster/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB]
08:57:09 Get:5 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
08:57:09 Get:6 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
08:57:09 Get:7 http://deb.debian.org/debian buster/main amd64 qrencode amd64 4.0.2-1 [39.8 kB]
08:57:09 Get:8 http://deb.debian.org/debian buster/main amd64 xauth amd64 1:1.0.10-1 [40.3 kB]
08:57:09 Get:9 http://deb.debian.org/debian buster/main amd64 xclip amd64 0.13-1 [23.2 kB]
08:57:10 debconf: delaying package configuration, since apt-utils is not installed
08:57:10 Fetched 707 kB in 0s (2590 kB/s)
08:57:10 Selecting previously unselected package gnupg2.
08:57:10 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24544 files and directories currently installed.)
08:57:10 Preparing to unpack .../0-gnupg2_2.2.12-1_all.deb ...
08:57:10 Unpacking gnupg2 (2.2.12-1) ...
08:57:10 Selecting previously unselected package libqrencode4:amd64.
08:57:10 Preparing to unpack .../1-libqrencode4_4.0.2-1_amd64.deb ...
08:57:10 Unpacking libqrencode4:amd64 (4.0.2-1) ...
08:57:10 Selecting previously unselected package libxmu6:amd64.
08:57:10 Preparing to unpack .../2-libxmu6_2%3a1.1.2-2+b3_amd64.deb ...
08:57:10 Unpacking libxmu6:amd64 (2:1.1.2-2+b3) ...
08:57:10 Selecting previously unselected package libxmuu1:amd64.
08:57:10 Preparing to unpack .../3-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ...
08:57:10 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ...
08:57:10 Selecting previously unselected package tree.
08:57:10 Preparing to unpack .../4-tree_1.8.0-1_amd64.deb ...
08:57:10 Unpacking tree (1.8.0-1) ...
08:57:10 Selecting previously unselected package pass.
08:57:10 Preparing to unpack .../5-pass_1.7.3-2_all.deb ...
08:57:10 Unpacking pass (1.7.3-2) ...
08:57:10 Selecting previously unselected package qrencode.
08:57:10 Preparing to unpack .../6-qrencode_4.0.2-1_amd64.deb ...
08:57:10 Unpacking qrencode (4.0.2-1) ...
08:57:10 Selecting previously unselected package xauth.
08:57:10 Preparing to unpack .../7-xauth_1%3a1.0.10-1_amd64.deb ...
08:57:10 Unpacking xauth (1:1.0.10-1) ...
08:57:10 Selecting previously unselected package xclip.
08:57:10 Preparing to unpack .../8-xclip_0.13-1_amd64.deb ...
08:57:10 Unpacking xclip (0.13-1) ...
08:57:11 Setting up gnupg2 (2.2.12-1) ...
08:57:11 Setting up libxmu6:amd64 (2:1.1.2-2+b3) ...
08:57:11 Setting up libqrencode4:amd64 (4.0.2-1) ...
08:57:11 Setting up qrencode (4.0.2-1) ...
08:57:11 Setting up tree (1.8.0-1) ...
08:57:11 Setting up xclip (0.13-1) ...
08:57:11 Setting up pass (1.7.3-2) ...
08:57:11 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ...
08:57:11 Setting up xauth (1:1.0.10-1) ...
08:57:11 Processing triggers for libc-bin (2.28-10) ...
08:57:11 Removing intermediate container 67db5ba10187
08:57:11  ---> 164016a9e144
08:57:11 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys
08:57:12  ---> 37bdb3f4443a
08:57:12 Step 7/19 : RUN gpg2 --import gpg-keys/secret
08:57:12  ---> Running in 1d7438671de0
08:57:13 gpg: directory '/root/.gnupg' created
08:57:13 gpg: keybox '/root/.gnupg/pubring.kbx' created
08:57:13 gpg: /root/.gnupg/trustdb.gpg: trustdb created
08:57:13 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
08:57:13 gpg: key 464ED987A7B21401: secret key imported
08:57:13 gpg: Total number processed: 1
08:57:13 gpg:               imported: 1
08:57:13 gpg:       secret keys read: 1
08:57:13 gpg:   secret keys imported: 1
08:57:13 Removing intermediate container 1d7438671de0
08:57:13  ---> 335a76154815
08:57:13 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
08:57:13  ---> Running in 65888f0e7e47
08:57:14 gpg: inserting ownertrust of 6
08:57:14 Removing intermediate container 65888f0e7e47
08:57:14  ---> 1534c4fbd034
08:57:14 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
08:57:14  ---> Running in 2b6915614601
08:57:15 gpg: please do a --check-trustdb
08:57:15 mkdir: created directory '/root/.password-store/'
08:57:15 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
08:57:15 Removing intermediate container 2b6915614601
08:57:15  ---> 60bb353bd79c
08:57:15 Step 10/19 : RUN gpg2 --check-trustdb
08:57:16  ---> Running in ea2f05cb2b84
08:57:16 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
08:57:16 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
08:57:17 Removing intermediate container ea2f05cb2b84
08:57:17  ---> fe6d1e4dcfb0
08:57:17 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3
08:57:17  ---> Running in 37d922f80816
08:57:17 Removing intermediate container 37d922f80816
08:57:17  ---> a085861e84ef
08:57:17 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
08:57:17  ---> Running in 821f93c00023
08:57:18 Removing intermediate container 821f93c00023
08:57:18  ---> 05547bd54720
08:57:18 Step 13/19 : WORKDIR /src
08:57:18  ---> Running in edc4a149b905
08:57:19 Removing intermediate container edc4a149b905
08:57:19  ---> 3a9e694e1278
08:57:19 Step 14/19 : COPY requirements.txt /src/requirements.txt
08:57:19  ---> c19950c4019e
08:57:19 Step 15/19 : RUN pip install -r requirements.txt
08:57:19  ---> Running in 80a018b76a3e
08:57:20 DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. 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
08:57:20 Ignoring pypiwin32: markers 'sys_platform == "win32" and python_version < "3.6"' don't match your environment
08:57:20 Ignoring pypiwin32: markers 'sys_platform == "win32" and python_version >= "3.6"' don't match your environment
08:57:20 Collecting appdirs==1.4.3 (from -r requirements.txt (line 1))
08:57:25   Downloading https://files.pythonhosted.org/packages/56/eb/810e700ed1349edde4cbdc1b2a21e28cdf115f9faf263f6bbf8447c1abf3/appdirs-1.4.3-py2.py3-none-any.whl
08:57:25 Collecting asn1crypto==0.22.0 (from -r requirements.txt (line 2))
08:57:25   Downloading https://files.pythonhosted.org/packages/97/ba/7e8117d8efcee589f4d96dd2b2eb1d997f96d27d214cf2b7134ad8acf6ab/asn1crypto-0.22.0-py2.py3-none-any.whl (97kB)
08:57:25 Collecting backports.ssl-match-hostname==3.5.0.1 (from -r requirements.txt (line 3))
08:57:25   Downloading https://files.pythonhosted.org/packages/76/21/2dc61178a2038a5cb35d14b61467c6ac632791ed05131dda72c20e7b9e23/backports.ssl_match_hostname-3.5.0.1.tar.gz
08:57:25 Collecting cffi==1.10.0 (from -r requirements.txt (line 4))
08:57:25   Downloading https://files.pythonhosted.org/packages/50/85/d74d06ac09fc2deb3d9bd6d6aca4ca13d82b8118c04494cd0e84fcd81624/cffi-1.10.0-cp27-cp27mu-manylinux1_x86_64.whl (392kB)
08:57:25 Collecting cryptography==2.3 (from -r requirements.txt (line 5))
08:57:26   Downloading https://files.pythonhosted.org/packages/67/21/e79987f1f9abae42d666b1f89b4e78aa096acc00bbf97ad40d19b07b4a83/cryptography-2.3-cp27-cp27mu-manylinux1_x86_64.whl (2.1MB)
08:57:26 Collecting enum34==1.1.6 (from -r requirements.txt (line 6))
08:57:26   Downloading https://files.pythonhosted.org/packages/c5/db/e56e6b4bbac7c4a06de1c50de6fe1ef3810018ae11732a50f15f62c7d050/enum34-1.1.6-py2-none-any.whl
08:57:26 Collecting idna==2.5 (from -r requirements.txt (line 7))
08:57:26   Downloading https://files.pythonhosted.org/packages/11/7d/9bbbd7bb35f34b0169542487d2a8859e44306bb2e6a4455d491800a5621f/idna-2.5-py2.py3-none-any.whl (55kB)
08:57:26 Collecting ipaddress==1.0.18 (from -r requirements.txt (line 8))
08:57:26   Downloading https://files.pythonhosted.org/packages/17/93/28f4dd560780dd70fe75ce7e2662869770dfac181f6bbb472179ea8da516/ipaddress-1.0.18-py2-none-any.whl
08:57:26 Collecting packaging==16.8 (from -r requirements.txt (line 9))
08:57:26   Downloading https://files.pythonhosted.org/packages/87/1b/c39b7c65b5612812b83d6cab7ef2885eac9f6beb0b7b8a7071a186aea3b1/packaging-16.8-py2.py3-none-any.whl
08:57:26 Collecting paramiko==2.4.2 (from -r requirements.txt (line 10))
08:57:26   Downloading https://files.pythonhosted.org/packages/cf/ae/94e70d49044ccc234bfdba20114fa947d7ba6eb68a2e452d89b920e62227/paramiko-2.4.2-py2.py3-none-any.whl (193kB)
08:57:26 Collecting pycparser==2.17 (from -r requirements.txt (line 11))
08:57:26   Downloading https://files.pythonhosted.org/packages/be/64/1bb257ffb17d01f4a38d7ce686809a736837ad4371bcc5c42ba7a715c3ac/pycparser-2.17.tar.gz (231kB)
08:57:26 Collecting pyOpenSSL==18.0.0 (from -r requirements.txt (line 12))
08:57:27   Downloading https://files.pythonhosted.org/packages/96/af/9d29e6bd40823061aea2e0574ccb2fcf72bfd6130ce53d32773ec375458c/pyOpenSSL-18.0.0-py2.py3-none-any.whl (53kB)
08:57:27 Collecting pyparsing==2.2.0 (from -r requirements.txt (line 13))
08:57:27   Downloading https://files.pythonhosted.org/packages/6a/8a/718fd7d3458f9fab8e67186b00abdd345b639976bc7fb3ae722e1b026a50/pyparsing-2.2.0-py2.py3-none-any.whl (56kB)
08:57:27 Collecting requests==2.20.0 (from -r requirements.txt (line 16))
08:57:27   Downloading https://files.pythonhosted.org/packages/f1/ca/10332a30cb25b627192b4ea272c351bce3ca1091e541245cccbace6051d8/requests-2.20.0-py2.py3-none-any.whl (60kB)
08:57:27 Collecting six==1.10.0 (from -r requirements.txt (line 17))
08:57:27   Downloading https://files.pythonhosted.org/packages/c8/0a/b6723e1bc4c516cb687841499455a8505b44607ab535be01091c0f24f079/six-1.10.0-py2.py3-none-any.whl
08:57:27 Collecting urllib3==1.24.3 (from -r requirements.txt (line 18))
08:57:27   Downloading https://files.pythonhosted.org/packages/01/11/525b02e4acc0c747de8b6ccdab376331597c569c42ea66ab0a1dbd36eca2/urllib3-1.24.3-py2.py3-none-any.whl (118kB)
08:57:27 Collecting websocket-client==0.56.0 (from -r requirements.txt (line 19))
08:57:27   Downloading https://files.pythonhosted.org/packages/29/19/44753eab1fdb50770ac69605527e8859468f3c0fd7dc5a76dd9c4dbd7906/websocket_client-0.56.0-py2.py3-none-any.whl (200kB)
08:57:27 Collecting pynacl>=1.0.1 (from paramiko==2.4.2->-r requirements.txt (line 10))
08:57:27   Downloading https://files.pythonhosted.org/packages/b3/25/e605574f24948a8a53b497744e93f061eb1dbe7c44b6465fc1c172d591aa/PyNaCl-1.3.0-cp27-cp27mu-manylinux1_x86_64.whl (762kB)
08:57:27 Collecting pyasn1>=0.1.7 (from paramiko==2.4.2->-r requirements.txt (line 10))
08:57:27   Downloading https://files.pythonhosted.org/packages/6a/6e/209351ec34b7d7807342e2bb6ff8a96eef1fd5dcac13bdbadf065c2bb55c/pyasn1-0.4.6-py2.py3-none-any.whl (75kB)
08:57:27 Collecting bcrypt>=3.1.3 (from paramiko==2.4.2->-r requirements.txt (line 10))
08:57:27   Downloading https://files.pythonhosted.org/packages/ad/36/9a0227d048e98409f012570f7bef8a8c2373b9c9c5dfbf82963cbae05ede/bcrypt-3.1.7-cp27-cp27mu-manylinux1_x86_64.whl (59kB)
08:57:27 Collecting certifi>=2017.4.17 (from requests==2.20.0->-r requirements.txt (line 16))
08:57:27   Downloading https://files.pythonhosted.org/packages/69/1b/b853c7a9d4f6a6d00749e94eb6f3a041e342a885b87340b79c1ef73e3a78/certifi-2019.6.16-py2.py3-none-any.whl (157kB)
08:57:27 Collecting chardet<3.1.0,>=3.0.2 (from requests==2.20.0->-r requirements.txt (line 16))
08:57:27   Downloading https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl (133kB)
08:57:27 Building wheels for collected packages: backports.ssl-match-hostname, pycparser
08:57:27   Building wheel for backports.ssl-match-hostname (setup.py): started
08:57:27   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
08:57:27   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-cp27-none-any.whl size=5211 sha256=176d06eaaa3a2a99486bfba6edba107b400a6e89983dbee3ef084e5856964108
08:57:27   Stored in directory: /root/.cache/pip/wheels/99/7e/f7/a88a9bcf7a3bd6b12cf6a74eee8c89746aaa02f71ab7b33939
08:57:27   Building wheel for pycparser (setup.py): started
08:57:28   Building wheel for pycparser (setup.py): finished with status 'done'
08:57:28   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=193887 sha256=ca97162228fffa158b824d7248a57228f6ed62c247109e0e2c954b5ef86e5038
08:57:28   Stored in directory: /root/.cache/pip/wheels/3f/a9/a7/44a27bb67d962845df8df4ac988e1f369184e307392ce37c5b
08:57:28 Successfully built backports.ssl-match-hostname pycparser
08:57:28 Installing collected packages: appdirs, asn1crypto, backports.ssl-match-hostname, pycparser, cffi, enum34, six, idna, ipaddress, cryptography, pyparsing, packaging, pynacl, pyasn1, bcrypt, paramiko, pyOpenSSL, urllib3, certifi, chardet, requests, websocket-client
08:57:29 Successfully installed appdirs-1.4.3 asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.1.7 certifi-2019.6.16 cffi-1.10.0 chardet-3.0.4 cryptography-2.3 enum34-1.1.6 idna-2.5 ipaddress-1.0.18 packaging-16.8 paramiko-2.4.2 pyOpenSSL-18.0.0 pyasn1-0.4.6 pycparser-2.17 pynacl-1.3.0 pyparsing-2.2.0 requests-2.20.0 six-1.10.0 urllib3-1.24.3 websocket-client-0.56.0
08:57:35 Removing intermediate container 80a018b76a3e
08:57:35  ---> 396302bcacda
08:57:35 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt
08:57:35  ---> b6ab0120a532
08:57:35 Step 17/19 : RUN pip install -r test-requirements.txt
08:57:35  ---> Running in 9d7a57dae7e0
08:57:35 DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. 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
08:57:35 Collecting coverage==4.5.2 (from -r test-requirements.txt (line 1))
08:57:42   Downloading https://files.pythonhosted.org/packages/af/cf/e240715a50d64b0538a08a2be1ae4060fb25791e911cbe8fd2367b5deeaa/coverage-4.5.2-cp27-cp27mu-manylinux1_x86_64.whl (201kB)
08:57:42 Collecting flake8==3.6.0 (from -r test-requirements.txt (line 2))
08:57:42   Downloading https://files.pythonhosted.org/packages/34/a6/49e2849a0e5464e1b5d621f63bc8453066f0f367bb3b744a33fca0bc1ddd/flake8-3.6.0-py2.py3-none-any.whl (68kB)
08:57:42 Collecting mock==1.0.1 (from -r test-requirements.txt (line 3))
08:57:42   Downloading https://files.pythonhosted.org/packages/a2/52/7edcd94f0afb721a2d559a5b9aae8af4f8f2c79bc63fdbe8a8a6c9b23bbe/mock-1.0.1.tar.gz (818kB)
08:57:42 Collecting pytest==4.2.1 (from -r test-requirements.txt (line 4))
08:57:42   Downloading https://files.pythonhosted.org/packages/11/e9/dc9a7269a7e1fed46de7d5864da6a86370256c791bf263dd0c7d7e8f1ff1/pytest-4.2.1-py2.py3-none-any.whl (218kB)
08:57:42 Collecting pytest-cov==2.6.1 (from -r test-requirements.txt (line 5))
08:57:42   Downloading https://files.pythonhosted.org/packages/7d/b5/92f32674ab954f80499ac73347bfeb815545ea295439c12b0ef3ac8f0975/pytest_cov-2.6.1-py2.py3-none-any.whl
08:57:42 Collecting pytest-timeout==1.3.3 (from -r test-requirements.txt (line 6))
08:57:42   Downloading https://files.pythonhosted.org/packages/58/92/f60ea2e27074d6f97c8aaf21e34d1f838eb623e4b8070680846c65318a10/pytest_timeout-1.3.3-py2.py3-none-any.whl
08:57:42 Collecting configparser; python_version < "3.2" (from flake8==3.6.0->-r test-requirements.txt (line 2))
08:57:42   Downloading https://files.pythonhosted.org/packages/ab/1a/ec151e5e703ac80041eaccef923611bbcec2b667c20383655a06962732e9/configparser-3.8.1-py2.py3-none-any.whl
08:57:42 Requirement already satisfied: enum34; python_version < "3.4" in /usr/local/lib/python2.7/site-packages (from flake8==3.6.0->-r test-requirements.txt (line 2)) (1.1.6)
08:57:42 Collecting pycodestyle<2.5.0,>=2.4.0 (from flake8==3.6.0->-r test-requirements.txt (line 2))
08:57:42   Downloading https://files.pythonhosted.org/packages/e5/c6/ce130213489969aa58610042dff1d908c25c731c9575af6935c2dfad03aa/pycodestyle-2.4.0-py2.py3-none-any.whl (62kB)
08:57:42 Collecting mccabe<0.7.0,>=0.6.0 (from flake8==3.6.0->-r test-requirements.txt (line 2))
08:57:42   Downloading https://files.pythonhosted.org/packages/87/89/479dc97e18549e21354893e4ee4ef36db1d237534982482c3681ee6e7b57/mccabe-0.6.1-py2.py3-none-any.whl
08:57:42 Collecting pyflakes<2.1.0,>=2.0.0 (from flake8==3.6.0->-r test-requirements.txt (line 2))
08:57:42   Downloading https://files.pythonhosted.org/packages/44/98/af7a72c9a543b1487d92813c648cb9b9adfbc96faef5455d60f4439aa99b/pyflakes-2.0.0-py2.py3-none-any.whl (53kB)
08:57:42 Requirement already satisfied: setuptools>=30 in /usr/local/lib/python2.7/site-packages (from flake8==3.6.0->-r test-requirements.txt (line 2)) (41.2.0)
08:57:42 Collecting py>=1.5.0 (from pytest==4.2.1->-r test-requirements.txt (line 4))
08:57:42   Downloading https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl (83kB)
08:57:42 Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python2.7/site-packages (from pytest==4.2.1->-r test-requirements.txt (line 4)) (1.10.0)
08:57:42 Collecting pathlib2>=2.2.0; python_version < "3.6" (from pytest==4.2.1->-r test-requirements.txt (line 4))
08:57:42   Downloading https://files.pythonhosted.org/packages/67/c6/4dbf5dfdbe1140cadf765c3896acc098578626c35721bc7d3eb35f6a8fc1/pathlib2-2.3.4-py2.py3-none-any.whl
08:57:42 Collecting funcsigs; python_version < "3.0" (from pytest==4.2.1->-r test-requirements.txt (line 4))
08:57:42   Downloading https://files.pythonhosted.org/packages/69/cb/f5be453359271714c01b9bd06126eaf2e368f1fddfff30818754b5ac2328/funcsigs-1.0.2-py2.py3-none-any.whl
08:57:42 Collecting atomicwrites>=1.0 (from pytest==4.2.1->-r test-requirements.txt (line 4))
08:57:42   Downloading https://files.pythonhosted.org/packages/52/90/6155aa926f43f2b2a22b01be7241be3bfd1ceaf7d0b3267213e8127d41f4/atomicwrites-1.3.0-py2.py3-none-any.whl
08:57:42 Collecting pluggy>=0.7 (from pytest==4.2.1->-r test-requirements.txt (line 4))
08:57:42   Downloading https://files.pythonhosted.org/packages/06/ee/de89e0582276e3551df3110088bf20844de2b0e7df2748406876cc78e021/pluggy-0.12.0-py2.py3-none-any.whl
08:57:42 Collecting more-itertools<6.0.0,>=4.0.0; python_version <= "2.7" (from pytest==4.2.1->-r test-requirements.txt (line 4))
08:57:42   Downloading https://files.pythonhosted.org/packages/2f/9d/dcfe59e213093695f108508af1214cf9cd95cc5489e46877ec5cb56369e5/more_itertools-5.0.0-py2-none-any.whl (52kB)
08:57:42 Collecting attrs>=17.4.0 (from pytest==4.2.1->-r test-requirements.txt (line 4))
08:57:42   Downloading https://files.pythonhosted.org/packages/23/96/d828354fa2dbdf216eaa7b7de0db692f12c234f7ef888cc14980ef40d1d2/attrs-19.1.0-py2.py3-none-any.whl
08:57:42 Collecting scandir; python_version < "3.5" (from pathlib2>=2.2.0; python_version < "3.6"->pytest==4.2.1->-r test-requirements.txt (line 4))
08:57:42   Downloading https://files.pythonhosted.org/packages/df/f5/9c052db7bd54d0cbf1bc0bb6554362bba1012d03e5888950a4f5c5dadc4e/scandir-1.10.0.tar.gz
08:57:42 Collecting importlib-metadata>=0.12 (from pluggy>=0.7->pytest==4.2.1->-r test-requirements.txt (line 4))
08:57:42   Downloading https://files.pythonhosted.org/packages/ad/aa/25fcbded2ab4ed4ff3071d1e000cd4f8f9c65653d2d7157dd105a8e81d42/importlib_metadata-0.19-py2.py3-none-any.whl
08:57:42 Collecting zipp>=0.5 (from importlib-metadata>=0.12->pluggy>=0.7->pytest==4.2.1->-r test-requirements.txt (line 4))
08:57:42   Downloading https://files.pythonhosted.org/packages/74/3d/1ee25a26411ba0401b43c6376d2316a71addcc72ef8690b101b4ea56d76a/zipp-0.6.0-py2.py3-none-any.whl
08:57:42 Collecting contextlib2; python_version < "3" (from importlib-metadata>=0.12->pluggy>=0.7->pytest==4.2.1->-r test-requirements.txt (line 4))
08:57:42   Downloading https://files.pythonhosted.org/packages/a2/71/8273a7eeed0aff6a854237ab5453bc9aa67deb49df4832801c21f0ff3782/contextlib2-0.5.5-py2.py3-none-any.whl
08:57:42 Building wheels for collected packages: mock, scandir
08:57:42   Building wheel for mock (setup.py): started
08:57:42   Building wheel for mock (setup.py): finished with status 'done'
08:57:42   Created wheel for mock: filename=mock-1.0.1-cp27-none-any.whl size=23755 sha256=84b82563f0802bcab0e4947030cd777fce71f3812da79960ec2fe49cef68613c
08:57:42   Stored in directory: /root/.cache/pip/wheels/7e/72/92/744b532c779242b57aab4bcba80c312b30c069bbd60025e7e6
08:57:42   Building wheel for scandir (setup.py): started
08:57:43   Building wheel for scandir (setup.py): finished with status 'done'
08:57:43   Created wheel for scandir: filename=scandir-1.10.0-cp27-cp27mu-linux_x86_64.whl size=42779 sha256=aaee02130b1b7001ead30f6bab3a53efa77d987f6fab22002e9a07df5410e6c8
08:57:43   Stored in directory: /root/.cache/pip/wheels/91/95/75/19c98a91239878abbc7c59970abd3b4e0438a7dd5b61778335
08:57:43 Successfully built mock scandir
08:57:43 Installing collected packages: coverage, configparser, pycodestyle, mccabe, pyflakes, flake8, mock, py, scandir, pathlib2, funcsigs, atomicwrites, more-itertools, zipp, contextlib2, importlib-metadata, pluggy, attrs, pytest, pytest-cov, pytest-timeout
08:57:43 Successfully installed atomicwrites-1.3.0 attrs-19.1.0 configparser-3.8.1 contextlib2-0.5.5 coverage-4.5.2 flake8-3.6.0 funcsigs-1.0.2 importlib-metadata-0.19 mccabe-0.6.1 mock-1.0.1 more-itertools-5.0.0 pathlib2-2.3.4 pluggy-0.12.0 py-1.8.0 pycodestyle-2.4.0 pyflakes-2.0.0 pytest-4.2.1 pytest-cov-2.6.1 pytest-timeout-1.3.3 scandir-1.10.0 zipp-0.6.0
08:57:44 Removing intermediate container 9d7a57dae7e0
08:57:44  ---> da70308c8d6f
08:57:44 Step 18/19 : COPY . /src
08:57:44  ---> 1b7bcd02a030
08:57:44 Step 19/19 : RUN pip install .
08:57:45  ---> Running in ed927b834cc4
08:57:46 DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. 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
08:57:46 Processing /src
08:57:46 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python2.7/site-packages (from docker==4.1.0.dev0) (1.10.0)
08:57:46 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python2.7/site-packages (from docker==4.1.0.dev0) (0.56.0)
08:57:46 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python2.7/site-packages (from docker==4.1.0.dev0) (2.20.0)
08:57:46 Requirement already satisfied: backports.ssl_match_hostname>=3.5 in /usr/local/lib/python2.7/site-packages (from docker==4.1.0.dev0) (3.5.0.1)
08:57:46 Requirement already satisfied: ipaddress>=1.0.16 in /usr/local/lib/python2.7/site-packages (from docker==4.1.0.dev0) (1.0.18)
08:57:46 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.1.0.dev0) (2.5)
08:57:46 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.1.0.dev0) (1.24.3)
08:57:46 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.1.0.dev0) (2019.6.16)
08:57:46 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.1.0.dev0) (3.0.4)
08:57:46 Building wheels for collected packages: docker
08:57:46   Building wheel for docker (setup.py): started
08:57:46   Building wheel for docker (setup.py): finished with status 'done'
08:57:46   Created wheel for docker: filename=docker-4.1.0.dev0-py2.py3-none-any.whl size=139164 sha256=f895dec908c33c9d95a9330556dc83a7482493b2af599cfcc28fca3a0106ae92
08:57:46   Stored in directory: /tmp/pip-ephem-wheel-cache-bEYeP2/wheels/ee/4d/f0/2a86c10b571f6f2e614d6de70cb18e96cf856ba00408408b23
08:57:46 Successfully built docker
08:57:46 Installing collected packages: docker
08:57:46 Successfully installed docker-4.1.0.dev0
08:57:47 Removing intermediate container ed927b834cc4
08:57:47  ---> 3d55c9d13980
08:57:47 Successfully built 3d55c9d13980
08:57:47 Successfully tagged dockerbuildbot/docker-py:py2-c461dd9f0b69bf96f0dbed88e277ce88565492e4
[Pipeline] dockerFingerprintFrom
[Pipeline] sh
08:57:47 + docker tag dockerbuildbot/docker-py:py2-c461dd9f0b69bf96f0dbed88e277ce88565492e4 dockerbuildbot/docker-py:py2-c461dd9f0b69bf96f0dbed88e277ce88565492e4
[Pipeline] sh
08:57:48 + docker push dockerbuildbot/docker-py:py2-c461dd9f0b69bf96f0dbed88e277ce88565492e4
08:57:48 The push refers to repository [docker.io/dockerbuildbot/docker-py]
08:57:48 298bd69c3c25: Preparing
08:57:48 5d775019ce15: Preparing
08:57:48 3dacbf7a10a3: Preparing
08:57:48 1ec4e710a77a: Preparing
08:57:48 cf42a2e0acb2: Preparing
08:57:48 263ea65d4864: Preparing
08:57:48 85b0c309d3a6: Preparing
08:57:48 7242c2669e54: Preparing
08:57:48 3fc594fd9a9d: Preparing
08:57:48 fe17b830b567: Preparing
08:57:48 79bf339aa6f6: Preparing
08:57:48 2b6af4125576: Preparing
08:57:48 d40130079b8a: Preparing
08:57:48 a2f09ab78283: Preparing
08:57:48 c4d12e33723a: Preparing
08:57:48 c8992614e936: Preparing
08:57:48 aec8973e3aff: Preparing
08:57:48 64f59e052a98: Preparing
08:57:48 190e115e5849: Preparing
08:57:48 6e302bbcacce: Preparing
08:57:48 97e8dd85db4e: Preparing
08:57:48 74e2ede3b29c: Preparing
08:57:48 6d5a64ea8f37: Preparing
08:57:48 660314270d76: Preparing
08:57:48 263ea65d4864: Waiting
08:57:48 85b0c309d3a6: Waiting
08:57:48 7242c2669e54: Waiting
08:57:48 3fc594fd9a9d: Waiting
08:57:48 fe17b830b567: Waiting
08:57:48 79bf339aa6f6: Waiting
08:57:48 2b6af4125576: Waiting
08:57:48 d40130079b8a: Waiting
08:57:48 a2f09ab78283: Waiting
08:57:48 c4d12e33723a: Waiting
08:57:48 c8992614e936: Waiting
08:57:48 aec8973e3aff: Waiting
08:57:48 64f59e052a98: Waiting
08:57:48 190e115e5849: Waiting
08:57:48 6e302bbcacce: Waiting
08:57:48 97e8dd85db4e: Waiting
08:57:48 74e2ede3b29c: Waiting
08:57:48 660314270d76: Waiting
08:57:48 6d5a64ea8f37: Waiting
08:57:49 5d775019ce15: Pushed
08:57:49 1ec4e710a77a: Pushed
08:57:50 298bd69c3c25: Pushed
08:57:50 3dacbf7a10a3: Pushed
08:57:50 263ea65d4864: Pushed
08:57:50 85b0c309d3a6: Pushed
08:57:51 3fc594fd9a9d: Pushed
08:57:51 cf42a2e0acb2: Pushed
08:57:51 7242c2669e54: Pushed
08:57:51 fe17b830b567: Pushed
08:57:51 79bf339aa6f6: Pushed
08:57:51 c8992614e936: Layer already exists
08:57:51 aec8973e3aff: Layer already exists
08:57:52 64f59e052a98: Layer already exists
08:57:52 190e115e5849: Layer already exists
08:57:52 6e302bbcacce: Layer already exists
08:57:52 97e8dd85db4e: Layer already exists
08:57:52 74e2ede3b29c: Layer already exists
08:57:52 6d5a64ea8f37: Layer already exists
08:57:52 d40130079b8a: Pushed
08:57:52 2b6af4125576: Pushed
08:57:52 660314270d76: Layer already exists
08:57:52 c4d12e33723a: Pushed
08:57:53 a2f09ab78283: Pushed
08:57:55 py2-c461dd9f0b69bf96f0dbed88e277ce88565492e4: digest: sha256:966154a432d035d9b1da556ca150c85314715b73d80c586783c6fafe61a2d0ec size: 5353
[Pipeline] sh
08:57:55 + docker pull dockerbuildbot/docker-py:py3-c461dd9f0b69bf96f0dbed88e277ce88565492e4
08:57:55 Error response from daemon: manifest for dockerbuildbot/docker-py:py3-c461dd9f0b69bf96f0dbed88e277ce88565492e4 not found: manifest unknown: manifest unknown
[Pipeline] sh
08:57:55 + docker build -t dockerbuildbot/docker-py:py3-c461dd9f0b69bf96f0dbed88e277ce88565492e4 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
08:57:55 Sending build context to Docker daemon  1.273MB

08:57:55 Step 1/19 : ARG PYTHON_VERSION=3.7
08:57:55 Step 2/19 : FROM python:${PYTHON_VERSION}
08:57:56 3.7: Pulling from library/python
08:57:56 4ae16bd47783: Already exists
08:57:56 bbab4ec87ac4: Already exists
08:57:56 2ea1f7804402: Already exists
08:57:56 96465440c208: Already exists
08:57:56 6ac892e64b94: Already exists
08:57:56 5b3ec9e84adf: Pulling fs layer
08:57:56 317202007d7c: Pulling fs layer
08:57:56 ba1ee226143f: Pulling fs layer
08:57:56 e33fb8e92c2f: Pulling fs layer
08:57:56 e33fb8e92c2f: Waiting
08:57:56 ba1ee226143f: Download complete
08:57:56 5b3ec9e84adf: Verifying Checksum
08:57:56 5b3ec9e84adf: Download complete
08:57:56 e33fb8e92c2f: Verifying Checksum
08:57:56 e33fb8e92c2f: Download complete
08:57:56 317202007d7c: Verifying Checksum
08:57:56 317202007d7c: Download complete
08:57:56 5b3ec9e84adf: Pull complete
08:57:57 317202007d7c: Pull complete
08:57:57 ba1ee226143f: Pull complete
08:57:58 e33fb8e92c2f: Pull complete
08:57:58 Digest: sha256:5f980d2673056ca33580979bcfb70c82f70ceccf857b77b740da40701e5d473e
08:57:58 Status: Downloaded newer image for python:3.7
08:57:58  ---> 60e318e4984a
08:57:58 Step 3/19 : ARG APT_MIRROR
08:57:58  ---> Running in 57d5b0b2be0e
08:57:58 Removing intermediate container 57d5b0b2be0e
08:57:58  ---> 3dc465e9fd6d
08:57:58 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
08:57:58  ---> Running in 639dcafd2c9a
08:57:59 Removing intermediate container 639dcafd2c9a
08:57:59  ---> bbb1b577a1b8
08:57:59 Step 5/19 : RUN apt-get update && apt-get -y install     gnupg2     pass     curl
08:58:00  ---> Running in df8e44002a3b
08:58:01 Get:1 http://deb.debian.org/debian buster InRelease [118 kB]
08:58:01 Get:2 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB]
08:58:01 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
08:58:01 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [73.9 kB]
08:58:01 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7897 kB]
08:58:01 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [884 B]
08:58:02 Fetched 8178 kB in 2s (4955 kB/s)
08:58:02 Reading package lists...
08:58:03 Reading package lists...
08:58:03 Building dependency tree...
08:58:03 Reading state information...
08:58:03 curl is already the newest version (7.64.0-4).
08:58:03 The following additional packages will be installed:
08:58:03   libqrencode4 libxmu6 libxmuu1 qrencode tree xauth xclip
08:58:03 Suggested packages:
08:58:03   libxml-simple-perl ruby
08:58:03 The following NEW packages will be installed:
08:58:03   gnupg2 libqrencode4 libxmu6 libxmuu1 pass qrencode tree xauth xclip
08:58:04 0 upgraded, 9 newly installed, 0 to remove and 1 not upgraded.
08:58:04 Need to get 707 kB of archives.
08:58:04 After this operation, 1197 kB of additional disk space will be used.
08:58:04 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1 [392 kB]
08:58:04 Get:2 http://deb.debian.org/debian buster/main amd64 libqrencode4 amd64 4.0.2-1 [38.2 kB]
08:58:04 Get:3 http://deb.debian.org/debian buster/main amd64 libxmu6 amd64 2:1.1.2-2+b3 [60.8 kB]
08:58:04 Get:4 http://deb.debian.org/debian buster/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB]
08:58:04 Get:5 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
08:58:04 Get:6 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
08:58:04 Get:7 http://deb.debian.org/debian buster/main amd64 qrencode amd64 4.0.2-1 [39.8 kB]
08:58:04 Get:8 http://deb.debian.org/debian buster/main amd64 xauth amd64 1:1.0.10-1 [40.3 kB]
08:58:04 Get:9 http://deb.debian.org/debian buster/main amd64 xclip amd64 0.13-1 [23.2 kB]
08:58:04 debconf: delaying package configuration, since apt-utils is not installed
08:58:04 Fetched 707 kB in 0s (2567 kB/s)
08:58:04 Selecting previously unselected package gnupg2.
08:58:04 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24544 files and directories currently installed.)
08:58:04 Preparing to unpack .../0-gnupg2_2.2.12-1_all.deb ...
08:58:04 Unpacking gnupg2 (2.2.12-1) ...
08:58:04 Selecting previously unselected package libqrencode4:amd64.
08:58:04 Preparing to unpack .../1-libqrencode4_4.0.2-1_amd64.deb ...
08:58:04 Unpacking libqrencode4:amd64 (4.0.2-1) ...
08:58:04 Selecting previously unselected package libxmu6:amd64.
08:58:04 Preparing to unpack .../2-libxmu6_2%3a1.1.2-2+b3_amd64.deb ...
08:58:04 Unpacking libxmu6:amd64 (2:1.1.2-2+b3) ...
08:58:04 Selecting previously unselected package libxmuu1:amd64.
08:58:04 Preparing to unpack .../3-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ...
08:58:04 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ...
08:58:04 Selecting previously unselected package tree.
08:58:04 Preparing to unpack .../4-tree_1.8.0-1_amd64.deb ...
08:58:04 Unpacking tree (1.8.0-1) ...
08:58:04 Selecting previously unselected package pass.
08:58:04 Preparing to unpack .../5-pass_1.7.3-2_all.deb ...
08:58:04 Unpacking pass (1.7.3-2) ...
08:58:04 Selecting previously unselected package qrencode.
08:58:04 Preparing to unpack .../6-qrencode_4.0.2-1_amd64.deb ...
08:58:04 Unpacking qrencode (4.0.2-1) ...
08:58:04 Selecting previously unselected package xauth.
08:58:04 Preparing to unpack .../7-xauth_1%3a1.0.10-1_amd64.deb ...
08:58:04 Unpacking xauth (1:1.0.10-1) ...
08:58:04 Selecting previously unselected package xclip.
08:58:04 Preparing to unpack .../8-xclip_0.13-1_amd64.deb ...
08:58:04 Unpacking xclip (0.13-1) ...
08:58:04 Setting up gnupg2 (2.2.12-1) ...
08:58:04 Setting up libxmu6:amd64 (2:1.1.2-2+b3) ...
08:58:04 Setting up libqrencode4:amd64 (4.0.2-1) ...
08:58:04 Setting up qrencode (4.0.2-1) ...
08:58:04 Setting up tree (1.8.0-1) ...
08:58:04 Setting up xclip (0.13-1) ...
08:58:04 Setting up pass (1.7.3-2) ...
08:58:04 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ...
08:58:04 Setting up xauth (1:1.0.10-1) ...
08:58:04 Processing triggers for libc-bin (2.28-10) ...
08:58:05 Removing intermediate container df8e44002a3b
08:58:05  ---> 8ad47969a4f3
08:58:05 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys
08:58:05  ---> 5549f2901fc5
08:58:05 Step 7/19 : RUN gpg2 --import gpg-keys/secret
08:58:05  ---> Running in b3f475a4e2ed
08:58:06 gpg: directory '/root/.gnupg' created
08:58:06 gpg: keybox '/root/.gnupg/pubring.kbx' created
08:58:06 gpg: /root/.gnupg/trustdb.gpg: trustdb created
08:58:06 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
08:58:06 gpg: key 464ED987A7B21401: secret key imported
08:58:06 gpg: Total number processed: 1
08:58:06 gpg:               imported: 1
08:58:06 gpg:       secret keys read: 1
08:58:06 gpg:   secret keys imported: 1
08:58:06 Removing intermediate container b3f475a4e2ed
08:58:06  ---> 3d9d32604283
08:58:06 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
08:58:06  ---> Running in e946b4259e6a
08:58:07 gpg: inserting ownertrust of 6
08:58:08 Removing intermediate container e946b4259e6a
08:58:08  ---> dc264b4a3df5
08:58:08 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
08:58:08  ---> Running in b3fc57ae8e2b
08:58:09 gpg: please do a --check-trustdb
08:58:09 mkdir: created directory '/root/.password-store/'
08:58:09 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
08:58:09 Removing intermediate container b3fc57ae8e2b
08:58:09  ---> 31f41d940303
08:58:09 Step 10/19 : RUN gpg2 --check-trustdb
08:58:09  ---> Running in dc303571c364
08:58:09 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
08:58:09 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
08:58:10 Removing intermediate container dc303571c364
08:58:10  ---> 34c4c5908460
08:58:10 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3
08:58:10  ---> Running in 66c8ecb09bb5
08:58:10 Removing intermediate container 66c8ecb09bb5
08:58:10  ---> f5e8fc81a33e
08:58:10 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
08:58:10  ---> Running in ebb18df8237d
08:58:12 Removing intermediate container ebb18df8237d
08:58:12  ---> ba239ed691a4
08:58:12 Step 13/19 : WORKDIR /src
08:58:12  ---> Running in 7cfbe3be3c56
08:58:12 Removing intermediate container 7cfbe3be3c56
08:58:12  ---> c129a72376bc
08:58:12 Step 14/19 : COPY requirements.txt /src/requirements.txt
08:58:12  ---> 0d8c71f498d5
08:58:12 Step 15/19 : RUN pip install -r requirements.txt
08:58:12  ---> Running in 0ec985ba1969
08:58:13 Ignoring pypiwin32: markers 'sys_platform == "win32" and python_version < "3.6"' don't match your environment
08:58:13 Ignoring pypiwin32: markers 'sys_platform == "win32" and python_version >= "3.6"' don't match your environment
08:58:13 Collecting appdirs==1.4.3 (from -r requirements.txt (line 1))
08:58:19   Downloading https://files.pythonhosted.org/packages/56/eb/810e700ed1349edde4cbdc1b2a21e28cdf115f9faf263f6bbf8447c1abf3/appdirs-1.4.3-py2.py3-none-any.whl
08:58:19 Collecting asn1crypto==0.22.0 (from -r requirements.txt (line 2))
08:58:19   Downloading https://files.pythonhosted.org/packages/97/ba/7e8117d8efcee589f4d96dd2b2eb1d997f96d27d214cf2b7134ad8acf6ab/asn1crypto-0.22.0-py2.py3-none-any.whl (97kB)
08:58:19 Collecting backports.ssl-match-hostname==3.5.0.1 (from -r requirements.txt (line 3))
08:58:19   Downloading https://files.pythonhosted.org/packages/76/21/2dc61178a2038a5cb35d14b61467c6ac632791ed05131dda72c20e7b9e23/backports.ssl_match_hostname-3.5.0.1.tar.gz
08:58:19 Collecting cffi==1.10.0 (from -r requirements.txt (line 4))
08:58:19   Downloading https://files.pythonhosted.org/packages/5b/b9/790f8eafcdab455bcd3bd908161f802c9ce5adbf702a83aa7712fcc345b7/cffi-1.10.0.tar.gz (418kB)
08:58:20 Collecting cryptography==2.3 (from -r requirements.txt (line 5))
08:58:20   Downloading https://files.pythonhosted.org/packages/c2/fa/fa9a8933c285895935d1392922fe721e9cb1b2c1881d14f149213a227ee3/cryptography-2.3-cp34-abi3-manylinux1_x86_64.whl (2.1MB)
08:58:20 Collecting enum34==1.1.6 (from -r requirements.txt (line 6))
08:58:20   Downloading https://files.pythonhosted.org/packages/af/42/cb9355df32c69b553e72a2e28daee25d1611d2c0d9c272aa1d34204205b2/enum34-1.1.6-py3-none-any.whl
08:58:20 Collecting idna==2.5 (from -r requirements.txt (line 7))
08:58:20   Downloading https://files.pythonhosted.org/packages/11/7d/9bbbd7bb35f34b0169542487d2a8859e44306bb2e6a4455d491800a5621f/idna-2.5-py2.py3-none-any.whl (55kB)
08:58:20 Collecting ipaddress==1.0.18 (from -r requirements.txt (line 8))
08:58:20   Downloading https://files.pythonhosted.org/packages/4e/13/774faf38b445d0b3a844b65747175b2e0500164b7c28d78e34987a5bfe06/ipaddress-1.0.18.tar.gz
08:58:20 Collecting packaging==16.8 (from -r requirements.txt (line 9))
08:58:20   Downloading https://files.pythonhosted.org/packages/87/1b/c39b7c65b5612812b83d6cab7ef2885eac9f6beb0b7b8a7071a186aea3b1/packaging-16.8-py2.py3-none-any.whl
08:58:20 Collecting paramiko==2.4.2 (from -r requirements.txt (line 10))
08:58:20   Downloading https://files.pythonhosted.org/packages/cf/ae/94e70d49044ccc234bfdba20114fa947d7ba6eb68a2e452d89b920e62227/paramiko-2.4.2-py2.py3-none-any.whl (193kB)
08:58:20 Collecting pycparser==2.17 (from -r requirements.txt (line 11))
08:58:20   Downloading https://files.pythonhosted.org/packages/be/64/1bb257ffb17d01f4a38d7ce686809a736837ad4371bcc5c42ba7a715c3ac/pycparser-2.17.tar.gz (231kB)
08:58:21 Collecting pyOpenSSL==18.0.0 (from -r requirements.txt (line 12))
08:58:21   Downloading https://files.pythonhosted.org/packages/96/af/9d29e6bd40823061aea2e0574ccb2fcf72bfd6130ce53d32773ec375458c/pyOpenSSL-18.0.0-py2.py3-none-any.whl (53kB)
08:58:21 Collecting pyparsing==2.2.0 (from -r requirements.txt (line 13))
08:58:21   Downloading https://files.pythonhosted.org/packages/6a/8a/718fd7d3458f9fab8e67186b00abdd345b639976bc7fb3ae722e1b026a50/pyparsing-2.2.0-py2.py3-none-any.whl (56kB)
08:58:21 Collecting requests==2.20.0 (from -r requirements.txt (line 16))
08:58:21   Downloading https://files.pythonhosted.org/packages/f1/ca/10332a30cb25b627192b4ea272c351bce3ca1091e541245cccbace6051d8/requests-2.20.0-py2.py3-none-any.whl (60kB)
08:58:21 Collecting six==1.10.0 (from -r requirements.txt (line 17))
08:58:21   Downloading https://files.pythonhosted.org/packages/c8/0a/b6723e1bc4c516cb687841499455a8505b44607ab535be01091c0f24f079/six-1.10.0-py2.py3-none-any.whl
08:58:21 Collecting urllib3==1.24.3 (from -r requirements.txt (line 18))
08:58:21   Downloading https://files.pythonhosted.org/packages/01/11/525b02e4acc0c747de8b6ccdab376331597c569c42ea66ab0a1dbd36eca2/urllib3-1.24.3-py2.py3-none-any.whl (118kB)
08:58:21 Collecting websocket-client==0.56.0 (from -r requirements.txt (line 19))
08:58:21   Downloading https://files.pythonhosted.org/packages/29/19/44753eab1fdb50770ac69605527e8859468f3c0fd7dc5a76dd9c4dbd7906/websocket_client-0.56.0-py2.py3-none-any.whl (200kB)
08:58:21 Collecting pynacl>=1.0.1 (from paramiko==2.4.2->-r requirements.txt (line 10))
08:58:21   Downloading https://files.pythonhosted.org/packages/27/15/2cd0a203f318c2240b42cd9dd13c931ddd61067809fee3479f44f086103e/PyNaCl-1.3.0-cp34-abi3-manylinux1_x86_64.whl (759kB)
08:58:21 Collecting bcrypt>=3.1.3 (from paramiko==2.4.2->-r requirements.txt (line 10))
08:58:21   Downloading https://files.pythonhosted.org/packages/8b/1d/82826443777dd4a624e38a08957b975e75df859b381ae302cfd7a30783ed/bcrypt-3.1.7-cp34-abi3-manylinux1_x86_64.whl (56kB)
08:58:21 Collecting pyasn1>=0.1.7 (from paramiko==2.4.2->-r requirements.txt (line 10))
08:58:21   Downloading https://files.pythonhosted.org/packages/6a/6e/209351ec34b7d7807342e2bb6ff8a96eef1fd5dcac13bdbadf065c2bb55c/pyasn1-0.4.6-py2.py3-none-any.whl (75kB)
08:58:21 Collecting chardet<3.1.0,>=3.0.2 (from requests==2.20.0->-r requirements.txt (line 16))
08:58:21   Downloading https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl (133kB)
08:58:21 Collecting certifi>=2017.4.17 (from requests==2.20.0->-r requirements.txt (line 16))
08:58:21   Downloading https://files.pythonhosted.org/packages/69/1b/b853c7a9d4f6a6d00749e94eb6f3a041e342a885b87340b79c1ef73e3a78/certifi-2019.6.16-py2.py3-none-any.whl (157kB)
08:58:21 Building wheels for collected packages: backports.ssl-match-hostname, cffi, ipaddress, pycparser
08:58:21   Building wheel for backports.ssl-match-hostname (setup.py): started
08:58:21   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
08:58:21   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-cp37-none-any.whl size=5206 sha256=60ef23f5afd1009025f1c8a0fb707f256ec39a51baefe0c4b625006ea7997a80
08:58:21   Stored in directory: /root/.cache/pip/wheels/99/7e/f7/a88a9bcf7a3bd6b12cf6a74eee8c89746aaa02f71ab7b33939
08:58:21   Building wheel for cffi (setup.py): started
08:58:26   Building wheel for cffi (setup.py): finished with status 'done'
08:58:26   Created wheel for cffi: filename=cffi-1.10.0-cp37-cp37m-linux_x86_64.whl size=371193 sha256=14309d4fe767fd211e8f4bce166bb17b239864056ef6fa9ae3d053a8386f4d72
08:58:26   Stored in directory: /root/.cache/pip/wheels/f7/15/ae/fb38663a1329fd6043160c18a6c5e3a60aec7f7a727a631875
08:58:26   Building wheel for ipaddress (setup.py): started
08:58:26   Building wheel for ipaddress (setup.py): finished with status 'done'
08:58:26   Created wheel for ipaddress: filename=ipaddress-1.0.18-cp37-none-any.whl size=18105 sha256=a615616c80884662d44693b31658d03de0898ad00b78657f21f8e6f8b1042a09
08:58:26   Stored in directory: /root/.cache/pip/wheels/b4/e1/56/07b2633e42e05445161d0748b02fc47c0fe24ba56ff4920f98
08:58:26   Building wheel for pycparser (setup.py): started
08:58:26   Building wheel for pycparser (setup.py): finished with status 'done'
08:58:26   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=192837 sha256=27fabd4833cf4b2005017507521cc02d4e139d209d35f171a330f6af688abf09
08:58:26   Stored in directory: /root/.cache/pip/wheels/3f/a9/a7/44a27bb67d962845df8df4ac988e1f369184e307392ce37c5b
08:58:26 Successfully built backports.ssl-match-hostname cffi ipaddress pycparser
08:58:26 Installing collected packages: appdirs, asn1crypto, backports.ssl-match-hostname, pycparser, cffi, idna, six, cryptography, enum34, ipaddress, pyparsing, packaging, pynacl, bcrypt, pyasn1, paramiko, pyOpenSSL, urllib3, chardet, certifi, requests, websocket-client
08:58:26 Successfully installed appdirs-1.4.3 asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.1.7 certifi-2019.6.16 cffi-1.10.0 chardet-3.0.4 cryptography-2.3 enum34-1.1.6 idna-2.5 ipaddress-1.0.18 packaging-16.8 paramiko-2.4.2 pyOpenSSL-18.0.0 pyasn1-0.4.6 pycparser-2.17 pynacl-1.3.0 pyparsing-2.2.0 requests-2.20.0 six-1.10.0 urllib3-1.24.3 websocket-client-0.56.0
08:58:32 Removing intermediate container 0ec985ba1969
08:58:32  ---> 1f338c9bf2e7
08:58:32 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt
08:58:32  ---> 4e226aef98c2
08:58:32 Step 17/19 : RUN pip install -r test-requirements.txt
08:58:32  ---> Running in 3447df3081ea
08:58:33 Collecting coverage==4.5.2 (from -r test-requirements.txt (line 1))
08:58:39   Downloading https://files.pythonhosted.org/packages/d0/a1/ea743f1facd8d287c2088d47fc80b06e042833041ba906fdd5c8f5d291bb/coverage-4.5.2-cp37-cp37m-manylinux1_x86_64.whl (205kB)
08:58:39 Collecting flake8==3.6.0 (from -r test-requirements.txt (line 2))
08:58:39   Downloading https://files.pythonhosted.org/packages/34/a6/49e2849a0e5464e1b5d621f63bc8453066f0f367bb3b744a33fca0bc1ddd/flake8-3.6.0-py2.py3-none-any.whl (68kB)
08:58:39 Collecting mock==1.0.1 (from -r test-requirements.txt (line 3))
08:58:39   Downloading https://files.pythonhosted.org/packages/a2/52/7edcd94f0afb721a2d559a5b9aae8af4f8f2c79bc63fdbe8a8a6c9b23bbe/mock-1.0.1.tar.gz (818kB)
08:58:39 Collecting pytest==4.2.1 (from -r test-requirements.txt (line 4))
08:58:39   Downloading https://files.pythonhosted.org/packages/11/e9/dc9a7269a7e1fed46de7d5864da6a86370256c791bf263dd0c7d7e8f1ff1/pytest-4.2.1-py2.py3-none-any.whl (218kB)
08:58:39 Collecting pytest-cov==2.6.1 (from -r test-requirements.txt (line 5))
08:58:39   Downloading https://files.pythonhosted.org/packages/7d/b5/92f32674ab954f80499ac73347bfeb815545ea295439c12b0ef3ac8f0975/pytest_cov-2.6.1-py2.py3-none-any.whl
08:58:39 Collecting pytest-timeout==1.3.3 (from -r test-requirements.txt (line 6))
08:58:39   Downloading https://files.pythonhosted.org/packages/58/92/f60ea2e27074d6f97c8aaf21e34d1f838eb623e4b8070680846c65318a10/pytest_timeout-1.3.3-py2.py3-none-any.whl
08:58:39 Collecting pycodestyle<2.5.0,>=2.4.0 (from flake8==3.6.0->-r test-requirements.txt (line 2))
08:58:39   Downloading https://files.pythonhosted.org/packages/e5/c6/ce130213489969aa58610042dff1d908c25c731c9575af6935c2dfad03aa/pycodestyle-2.4.0-py2.py3-none-any.whl (62kB)
08:58:39 Collecting pyflakes<2.1.0,>=2.0.0 (from flake8==3.6.0->-r test-requirements.txt (line 2))
08:58:39   Downloading https://files.pythonhosted.org/packages/44/98/af7a72c9a543b1487d92813c648cb9b9adfbc96faef5455d60f4439aa99b/pyflakes-2.0.0-py2.py3-none-any.whl (53kB)
08:58:39 Collecting mccabe<0.7.0,>=0.6.0 (from flake8==3.6.0->-r test-requirements.txt (line 2))
08:58:39   Downloading https://files.pythonhosted.org/packages/87/89/479dc97e18549e21354893e4ee4ef36db1d237534982482c3681ee6e7b57/mccabe-0.6.1-py2.py3-none-any.whl
08:58:39 Requirement already satisfied: setuptools>=30 in /usr/local/lib/python3.7/site-packages (from flake8==3.6.0->-r test-requirements.txt (line 2)) (41.2.0)
08:58:39 Collecting attrs>=17.4.0 (from pytest==4.2.1->-r test-requirements.txt (line 4))
08:58:39   Downloading https://files.pythonhosted.org/packages/23/96/d828354fa2dbdf216eaa7b7de0db692f12c234f7ef888cc14980ef40d1d2/attrs-19.1.0-py2.py3-none-any.whl
08:58:39 Collecting more-itertools>=4.0.0; python_version > "2.7" (from pytest==4.2.1->-r test-requirements.txt (line 4))
08:58:39   Downloading https://files.pythonhosted.org/packages/45/dc/3241eef99eb45f1def35cf93af35d1cf9ef4c0991792583b8f33ea41b092/more_itertools-7.2.0-py3-none-any.whl (57kB)
08:58:39 Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.7/site-packages (from pytest==4.2.1->-r test-requirements.txt (line 4)) (1.10.0)
08:58:39 Collecting atomicwrites>=1.0 (from pytest==4.2.1->-r test-requirements.txt (line 4))
08:58:39   Downloading https://files.pythonhosted.org/packages/52/90/6155aa926f43f2b2a22b01be7241be3bfd1ceaf7d0b3267213e8127d41f4/atomicwrites-1.3.0-py2.py3-none-any.whl
08:58:39 Collecting py>=1.5.0 (from pytest==4.2.1->-r test-requirements.txt (line 4))
08:58:39   Downloading https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl (83kB)
08:58:39 Collecting pluggy>=0.7 (from pytest==4.2.1->-r test-requirements.txt (line 4))
08:58:39   Downloading https://files.pythonhosted.org/packages/06/ee/de89e0582276e3551df3110088bf20844de2b0e7df2748406876cc78e021/pluggy-0.12.0-py2.py3-none-any.whl
08:58:39 Collecting importlib-metadata>=0.12 (from pluggy>=0.7->pytest==4.2.1->-r test-requirements.txt (line 4))
08:58:39   Downloading https://files.pythonhosted.org/packages/ad/aa/25fcbded2ab4ed4ff3071d1e000cd4f8f9c65653d2d7157dd105a8e81d42/importlib_metadata-0.19-py2.py3-none-any.whl
08:58:39 Collecting zipp>=0.5 (from importlib-metadata>=0.12->pluggy>=0.7->pytest==4.2.1->-r test-requirements.txt (line 4))
08:58:39   Downloading https://files.pythonhosted.org/packages/74/3d/1ee25a26411ba0401b43c6376d2316a71addcc72ef8690b101b4ea56d76a/zipp-0.6.0-py2.py3-none-any.whl
08:58:39 Building wheels for collected packages: mock
08:58:39   Building wheel for mock (setup.py): started
08:58:39   Building wheel for mock (setup.py): finished with status 'done'
08:58:39   Created wheel for mock: filename=mock-1.0.1-cp37-none-any.whl size=23754 sha256=13e271bf890ba057fc797d4df57838286470ade8fadc7e6c3e8b0475b53420d9
08:58:39   Stored in directory: /root/.cache/pip/wheels/7e/72/92/744b532c779242b57aab4bcba80c312b30c069bbd60025e7e6
08:58:40 Successfully built mock
08:58:40 Installing collected packages: coverage, pycodestyle, pyflakes, mccabe, flake8, mock, attrs, more-itertools, atomicwrites, py, zipp, importlib-metadata, pluggy, pytest, pytest-cov, pytest-timeout
08:58:40 Successfully installed atomicwrites-1.3.0 attrs-19.1.0 coverage-4.5.2 flake8-3.6.0 importlib-metadata-0.19 mccabe-0.6.1 mock-1.0.1 more-itertools-7.2.0 pluggy-0.12.0 py-1.8.0 pycodestyle-2.4.0 pyflakes-2.0.0 pytest-4.2.1 pytest-cov-2.6.1 pytest-timeout-1.3.3 zipp-0.6.0
08:58:41 Removing intermediate container 3447df3081ea
08:58:41  ---> f5ac883c68ef
08:58:41 Step 18/19 : COPY . /src
08:58:41  ---> f3fd6b5246e2
08:58:41 Step 19/19 : RUN pip install .
08:58:41  ---> Running in 9b77941984e5
08:58:42 Processing /src
08:58:43 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.7/site-packages (from docker==4.1.0.dev0) (1.10.0)
08:58:43 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.7/site-packages (from docker==4.1.0.dev0) (0.56.0)
08:58:43 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python3.7/site-packages (from docker==4.1.0.dev0) (2.20.0)
08:58:43 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.1.0.dev0) (2.5)
08:58:43 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.1.0.dev0) (3.0.4)
08:58:43 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.1.0.dev0) (1.24.3)
08:58:43 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.1.0.dev0) (2019.6.16)
08:58:43 Building wheels for collected packages: docker
08:58:43   Building wheel for docker (setup.py): started
08:58:43   Building wheel for docker (setup.py): finished with status 'done'
08:58:43   Created wheel for docker: filename=docker-4.1.0.dev0-py2.py3-none-any.whl size=139165 sha256=483e58e4253976d052c8b854d169c63d6d7731ce4571f5535d68395506af46c1
08:58:43   Stored in directory: /tmp/pip-ephem-wheel-cache-1s1t03_m/wheels/ee/4d/f0/2a86c10b571f6f2e614d6de70cb18e96cf856ba00408408b23
08:58:43 Successfully built docker
08:58:43 Installing collected packages: docker
08:58:43 Successfully installed docker-4.1.0.dev0
08:58:44 Removing intermediate container 9b77941984e5
08:58:44  ---> 8bb15e7d0836
08:58:44 Successfully built 8bb15e7d0836
08:58:44 Successfully tagged dockerbuildbot/docker-py:py3-c461dd9f0b69bf96f0dbed88e277ce88565492e4
[Pipeline] dockerFingerprintFrom
[Pipeline] sh
08:58:44 + docker tag dockerbuildbot/docker-py:py3-c461dd9f0b69bf96f0dbed88e277ce88565492e4 dockerbuildbot/docker-py:py3-c461dd9f0b69bf96f0dbed88e277ce88565492e4
[Pipeline] sh
08:58:44 + docker push dockerbuildbot/docker-py:py3-c461dd9f0b69bf96f0dbed88e277ce88565492e4
08:58:44 The push refers to repository [docker.io/dockerbuildbot/docker-py]
08:58:44 9aae40374214: Preparing
08:58:44 a9a0beca503c: Preparing
08:58:44 421017fc5d9c: Preparing
08:58:44 f19e463cc919: Preparing
08:58:44 a822bae2b567: Preparing
08:58:44 c97b4ff18bfe: Preparing
08:58:44 d4df359aa9d5: Preparing
08:58:44 965454692bc0: Preparing
08:58:44 90f1399ebc49: Preparing
08:58:44 c06171dc628b: Preparing
08:58:44 612a64a4f7bd: Preparing
08:58:44 d5e27e7fc872: Preparing
08:58:44 a801eba48f44: Preparing
08:58:44 5fe422db6824: Preparing
08:58:44 d9ecf11c686e: Preparing
08:58:44 69d95271719a: Preparing
08:58:44 f88be44e4bd8: Preparing
08:58:44 e505c7600391: Preparing
08:58:44 4d2fd1bf072c: Preparing
08:58:44 6e302bbcacce: Preparing
08:58:44 97e8dd85db4e: Preparing
08:58:44 74e2ede3b29c: Preparing
08:58:44 6d5a64ea8f37: Preparing
08:58:44 660314270d76: Preparing
08:58:44 c97b4ff18bfe: Waiting
08:58:44 d4df359aa9d5: Waiting
08:58:44 965454692bc0: Waiting
08:58:44 d9ecf11c686e: Waiting
08:58:44 90f1399ebc49: Waiting
08:58:44 69d95271719a: Waiting
08:58:44 c06171dc628b: Waiting
08:58:44 612a64a4f7bd: Waiting
08:58:44 f88be44e4bd8: Waiting
08:58:44 d5e27e7fc872: Waiting
08:58:44 a801eba48f44: Waiting
08:58:44 e505c7600391: Waiting
08:58:44 5fe422db6824: Waiting
08:58:44 74e2ede3b29c: Waiting
08:58:44 4d2fd1bf072c: Waiting
08:58:44 6e302bbcacce: Waiting
08:58:44 6d5a64ea8f37: Waiting
08:58:44 97e8dd85db4e: Waiting
08:58:45 f19e463cc919: Pushed
08:58:46 9aae40374214: Pushed
08:58:46 a9a0beca503c: Pushed
08:58:46 c97b4ff18bfe: Pushed
08:58:47 d4df359aa9d5: Pushed
08:58:47 421017fc5d9c: Pushed
08:58:47 965454692bc0: Pushed
08:58:48 c06171dc628b: Pushed
08:58:48 90f1399ebc49: Pushed
08:58:48 d5e27e7fc872: Pushed
08:58:48 612a64a4f7bd: Pushed
08:58:48 69d95271719a: Layer already exists
08:58:48 f88be44e4bd8: Layer already exists
08:58:48 e505c7600391: Layer already exists
08:58:48 4d2fd1bf072c: Layer already exists
08:58:48 6e302bbcacce: Layer already exists
08:58:49 97e8dd85db4e: Layer already exists
08:58:49 74e2ede3b29c: Layer already exists
08:58:49 6d5a64ea8f37: Layer already exists
08:58:49 660314270d76: Layer already exists
08:58:49 a822bae2b567: Pushed
08:58:49 a801eba48f44: Pushed
08:58:49 d9ecf11c686e: Pushed
08:58:54 5fe422db6824: Pushed
08:58:56 py3-c461dd9f0b69bf96f0dbed88e277ce88565492e4: digest: sha256:cc4e79c78427bd665723c67ca6b084b661487264649ab6bec2a1a752e1a62630 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-01db70bf7a0ebb737) in /home/ubuntu/workspace/docker-py_PR-2421
[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-2421@tmp/8ec7a64b-502f-4308-b850-fcf8bd68cf08/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
08:58:56 + docker run --rm --entrypoint=python dockerbuildbot/docker-py:py3-c461dd9f0b69bf96f0dbed88e277ce88565492e4 /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.1)
[Pipeline] { (Branch: py2.7_19.03.2-rc1)
[Pipeline] { (Branch: py3.7_17.06.2-ce)
[Pipeline] { (Branch: py3.7_19.03.1)
[Pipeline] { (Branch: py3.7_19.03.2-rc1)
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-01db70bf7a0ebb737) in /home/ubuntu/workspace/docker-py_PR-2421
[Pipeline] {
Running on ubuntu-1804-overlay2 (i-0312a95df18d9d660) in /home/ubuntu/workspace/docker-py_PR-2421
[Pipeline] withDockerRegistry
Running on ubuntu-1804-overlay2 (i-03afc80c6d6f5acea) in /home/ubuntu/workspace/docker-py_PR-2421
$ 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-2421@tmp/f27492ec-2902-4eae-8ba2-17cfc5cc90ba/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] 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-2421@tmp/32f9fb6a-c1f3-456d-b95d-ce791512f7b3/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] 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-2421@tmp/4b36b690-5cb6-4c23-9471-5c46fff9c1f9/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] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] echo
08:59:24 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
08:59:24 chowning workspace
[Pipeline] sh
[Pipeline] echo
08:59:24 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
08:59:24 chowning workspace
[Pipeline] sh
[Pipeline] echo
08:59:24 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
08:59:24 chowning workspace
[Pipeline] sh
08:59:24 + uname -m
[Pipeline] sh
08:59:24 + uname -m
[Pipeline] sh
08:59:24 + uname -m
[Pipeline] sh
08:59:24 + pwd
08:59:24 + id -u
08:59:24 + id -g
08:59:24 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2421:/workspace busybox chown -R 1000:1000 /workspace
08:59:24 + pwd
08:59:24 + id -u
08:59:24 + id -g
08:59:24 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2421:/workspace busybox chown -R 1000:1000 /workspace
08:59:24 + pwd
08:59:24 + id -u
08:59:24 + id -g
08:59:24 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2421:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
08:59:25 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
08:59:25 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
08:59:25 Removing all docker containers
[Pipeline] sh
08:59:25 + docker container ls -aq
[Pipeline] echo
08:59:25 Docker containers have been removed
[Pipeline] echo
08:59:25 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
08:59:25 cleanWorkspace: Workspace is clean.
08:59:25 + docker container ls -aq
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=17.06.2-ce)
[Pipeline] echo
08:59:25 Docker containers have been removed
[Pipeline] echo
08:59:25 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] checkout
[Pipeline] echo
08:59:25 cleanWorkspace: Workspace is clean.
08:59:25 [Pipeline] stage
using credential docker-jenkins-github-credentials
[Pipeline] { (test python=py2.7 / docker=19.03.1)
[Pipeline] checkout
08:59:25 Cloning the remote Git repository
08:59:25 Cloning with configured refspecs honoured and without tags
08:59:25 using credential docker-jenkins-github-credentials
08:59:25 Cloning the remote Git repository
08:59:25 Cloning with configured refspecs honoured and without tags
08:59:25 + docker container ls -aq
[Pipeline] echo
08:59:25 Docker containers have been removed
[Pipeline] echo
08:59:25 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
08:59:25 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.2-rc1)
[Pipeline] checkout
08:59:26 using credential docker-jenkins-github-credentials
08:59:26 Cloning the remote Git repository
08:59:26 Cloning with configured refspecs honoured and without tags
08:59:26 Fetching without tags
08:59:26 Fetching without tags
08:59:26 Merging remotes/origin/master commit 8acd2c3d084805df0bbeda4697c8ad7215ff7247 into PR head commit c461dd9f0b69bf96f0dbed88e277ce88565492e4
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
08:59:26 Fetching without tags
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_19.03.1
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2421 # 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/2421/head:refs/remotes/origin/PR-2421 +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/2421/head:refs/remotes/origin/PR-2421 # 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/2421/head:refs/remotes/origin/PR-2421 +refs/heads/master:refs/remotes/origin/master
08:59:26 Merging remotes/origin/master commit 8acd2c3d084805df0bbeda4697c8ad7215ff7247 into PR head commit c461dd9f0b69bf96f0dbed88e277ce88565492e4
Running on ubuntu-1804-overlay2 (i-0312a95df18d9d660) in /home/ubuntu/workspace/docker-py_PR-2421
[Pipeline] {
[Pipeline] withDockerRegistry
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2421 # 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/2421/head:refs/remotes/origin/PR-2421 +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/2421/head:refs/remotes/origin/PR-2421 # 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/2421/head:refs/remotes/origin/PR-2421 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c461dd9f0b69bf96f0dbed88e277ce88565492e4
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
08:59:26 Merging remotes/origin/master commit 8acd2c3d084805df0bbeda4697c8ad7215ff7247 into PR head commit c461dd9f0b69bf96f0dbed88e277ce88565492e4
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2421 # 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/2421/head:refs/remotes/origin/PR-2421 +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/2421/head:refs/remotes/origin/PR-2421 # 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/2421/head:refs/remotes/origin/PR-2421 +refs/heads/master:refs/remotes/origin/master
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-2421@tmp/81b6238f-ac89-4440-a686-39b9eb7ff0af/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] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] {
[Pipeline] wrap
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] }
[Pipeline] }
[Pipeline] {
[Pipeline] // wrap
[Pipeline] // wrap
[Pipeline] }
[Pipeline] }
[Pipeline] echo
08:59:27 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
08:59:27 chowning workspace
[Pipeline] sh
[Pipeline] // withDockerRegistry
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] }
[Pipeline] // node
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_17.06.2-ce
[Pipeline] }
Failed in branch py2.7_19.03.2-rc1
Running on ubuntu-1804-overlay2 (i-01db70bf7a0ebb737) in /home/ubuntu/workspace/docker-py_PR-2421
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
Terminated
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-2421@tmp/c1537968-68ec-4c7d-bcc8-1465fbe27d1c/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
08:59:27 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
08:59:27 chowning workspace
[Pipeline] sh
08:59:27 + uname -m
[Pipeline] sh
Terminated
Terminated
Terminated
Running on ubuntu-1804-overlay2 (i-03afc80c6d6f5acea) in /home/ubuntu/workspace/docker-py_PR-2421
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
Terminated
Terminated
08:59:27 + uname -m
08:59:27 + pwd
08:59:27 + id -u
08:59:27 + id -g
08:59:27 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2421:/workspace busybox chown -R 1000:1000 /workspace
Terminated
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-2421@tmp/93e7af59-3fe3-4fb0-90e9-e4bc6e2ed508/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] sh
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
08:59:27 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
08:59:27 chowning workspace
[Pipeline] sh
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c461dd9f0b69bf96f0dbed88e277ce88565492e4
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c461dd9f0b69bf96f0dbed88e277ce88565492e4
08:59:28 + pwd
08:59:28 + id -u
08:59:28 + id -g
08:59:28 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2421:/workspace busybox chown -R 1000:1000 /workspace
08:59:28 + uname -m
[Pipeline] sh
08:59:28 + pwd
08:59:28 + id -u
08:59:28 + id -g
08:59:28 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2421:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
08:59:28 Removing all docker containers
[Pipeline] sh
08:59:28 + docker container ls -aq
[Pipeline] echo
08:59:28 Docker containers have been removed
[Pipeline] echo
08:59:28 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
08:59:28 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=17.06.2-ce)
[Pipeline] checkout
[Pipeline] echo
08:59:28 Removing all docker containers
08:59:28 using credential docker-jenkins-github-credentials
[Pipeline] sh
08:59:28 Cloning the remote Git repository
08:59:28 Cloning with configured refspecs honoured and without tags
08:59:29 + docker container ls -aq
[Pipeline] echo
08:59:29 Docker containers have been removed
[Pipeline] echo
08:59:29 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
08:59:29 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.1)
[Pipeline] checkout
[Pipeline] echo
08:59:29 Removing all docker containers
[Pipeline] sh
08:59:29 using credential docker-jenkins-github-credentials
08:59:29 Cloning the remote Git repository
08:59:29 Cloning with configured refspecs honoured and without tags
08:59:29 + docker container ls -aq
[Pipeline] echo
08:59:29 Docker containers have been removed
[Pipeline] echo
08:59:29 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
08:59:29 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.2-rc1)
[Pipeline] checkout
08:59:29 using credential docker-jenkins-github-credentials
08:59:29 Fetching without tags
08:59:29 Cloning the remote Git repository
08:59:29 Cloning with configured refspecs honoured and without tags
08:59:29 Merging remotes/origin/master commit 8acd2c3d084805df0bbeda4697c8ad7215ff7247 into PR head commit c461dd9f0b69bf96f0dbed88e277ce88565492e4
[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
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2421 # 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/2421/head:refs/remotes/origin/PR-2421 +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/2421/head:refs/remotes/origin/PR-2421 # 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/2421/head:refs/remotes/origin/PR-2421 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c461dd9f0b69bf96f0dbed88e277ce88565492e4
08:59:30 Fetching without tags
08:59:30 Merging remotes/origin/master commit 8acd2c3d084805df0bbeda4697c8ad7215ff7247 into PR head commit c461dd9f0b69bf96f0dbed88e277ce88565492e4
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.1
Terminated
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2421 # 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/2421/head:refs/remotes/origin/PR-2421 +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/2421/head:refs/remotes/origin/PR-2421 # 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/2421/head:refs/remotes/origin/PR-2421 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c461dd9f0b69bf96f0dbed88e277ce88565492e4
Terminated
08:59:30 Fetching without tags
Terminated
08:59:30 Merging remotes/origin/master commit 8acd2c3d084805df0bbeda4697c8ad7215ff7247 into PR head commit c461dd9f0b69bf96f0dbed88e277ce88565492e4
[Pipeline] }
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2421 # 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/2421/head:refs/remotes/origin/PR-2421 +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/2421/head:refs/remotes/origin/PR-2421 # 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/2421/head:refs/remotes/origin/PR-2421 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c461dd9f0b69bf96f0dbed88e277ce88565492e4
[Pipeline] // stage
Terminated
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.2-rc1
[Pipeline] // parallel
[Pipeline] End of Pipeline
Terminated
Terminated
Terminated
Terminated
Terminated

GitHub has been notified of this commit’s build result

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

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2042)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$900(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2341)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-1804-overlay2 (i-0312a95df18d9d660)
		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.GeneratedMethodAccessor531.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.$Proxy419.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 c461dd9f0b69bf96f0dbed88e277ce88565492e4" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: c461dd9f0b69bf96f0dbed88e277ce88565492e4

		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2042)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$900(CliGitAPIImpl.java:72)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2341)
	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-1804-overlay2 (i-01db70bf7a0ebb737)
			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.GeneratedMethodAccessor531.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.$Proxy419.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 c461dd9f0b69bf96f0dbed88e277ce88565492e4
Also:   hudson.plugins.git.GitException: Command "git checkout -f c461dd9f0b69bf96f0dbed88e277ce88565492e4" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: c461dd9f0b69bf96f0dbed88e277ce88565492e4

		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2042)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$900(CliGitAPIImpl.java:72)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2341)
	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-1804-overlay2 (i-03afc80c6d6f5acea)
			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.GeneratedMethodAccessor531.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.$Proxy419.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 c461dd9f0b69bf96f0dbed88e277ce88565492e4
Also:   hudson.plugins.git.GitException: Command "git checkout -f c461dd9f0b69bf96f0dbed88e277ce88565492e4" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: c461dd9f0b69bf96f0dbed88e277ce88565492e4

		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2042)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$900(CliGitAPIImpl.java:72)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2341)
	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-1804-overlay2 (i-0312a95df18d9d660)
			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.GeneratedMethodAccessor531.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.$Proxy419.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 c461dd9f0b69bf96f0dbed88e277ce88565492e4
Also:   hudson.plugins.git.GitException: Command "git checkout -f c461dd9f0b69bf96f0dbed88e277ce88565492e4" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: c461dd9f0b69bf96f0dbed88e277ce88565492e4

		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2042)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$900(CliGitAPIImpl.java:72)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2341)
	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-1804-overlay2 (i-01db70bf7a0ebb737)
			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.GeneratedMethodAccessor531.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.$Proxy419.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 c461dd9f0b69bf96f0dbed88e277ce88565492e4
Also:   hudson.plugins.git.GitException: Command "git checkout -f c461dd9f0b69bf96f0dbed88e277ce88565492e4" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: c461dd9f0b69bf96f0dbed88e277ce88565492e4

		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2042)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$900(CliGitAPIImpl.java:72)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2341)
	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-1804-overlay2 (i-03afc80c6d6f5acea)
			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.GeneratedMethodAccessor531.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.$Proxy419.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 c461dd9f0b69bf96f0dbed88e277ce88565492e4
Caused: hudson.plugins.git.GitException: Could not checkout c461dd9f0b69bf96f0dbed88e277ce88565492e4
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2365)
	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