Skip to content
Failed

Console Output

Pull request #2595 updated
14:48:23 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at 5efe28149a2060ff64faab5d4c1566f4cb994792 rather than a877c85e906195d72740c89b46cac09020c6e08c
Obtained Jenkinsfile from 5efe28149a2060ff64faab5d4c1566f4cb994792
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 ad1b00369dd78a15c273e17e363f91bced3f6e18
using credential jps-reader
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision ad1b00369dd78a15c273e17e363f91bced3f6e18 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ad1b00369dd78a15c273e17e363f91bced3f6e18 # timeout=10
Commit message: "Merge pull request #22 from docker/add-getOnlineNodeNamesByPrefix"
 > git rev-list --no-walk ad1b00369dd78a15c273e17e363f91bced3f6e18 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0dde4b1d0cb85c6d5) in /home/ubuntu/workspace/docker-py_PR-2595
[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-2595@tmp/b2feb668-6693-4bd4-9ca4-8bf75542b432/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
14:48:25 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
14:48:25 chowning workspace
[Pipeline] sh
14:48:25 + pwd
14:48:25 + id -u
14:48:25 + id -g
14:48:25 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2595:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
14:48:26 Removing all docker containers
[Pipeline] sh
14:48:27 + docker container ls -aq
[Pipeline] echo
14:48:27 Docker containers have been removed
[Pipeline] echo
14:48:27 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
14:48:27 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
14:48:27 using credential docker-jenkins-github-credentials
14:48:27 Cloning the remote Git repository
14:48:27 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-2595 # 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/2595/head:refs/remotes/origin/PR-2595 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:48:28 Fetching without tags
14:48:28 Merging remotes/origin/master commit 5efe28149a2060ff64faab5d4c1566f4cb994792 into PR head commit a877c85e906195d72740c89b46cac09020c6e08c
14:48:28 Merge succeeded, producing a877c85e906195d72740c89b46cac09020c6e08c
14:48:28 Checking out Revision a877c85e906195d72740c89b46cac09020c6e08c (PR-2595)
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2595/head:refs/remotes/origin/PR-2595 # 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/2595/head:refs/remotes/origin/PR-2595 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a877c85e906195d72740c89b46cac09020c6e08c # timeout=10
 > git merge 5efe28149a2060ff64faab5d4c1566f4cb994792 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a877c85e906195d72740c89b46cac09020c6e08c # timeout=10
14:48:32 Commit message: "Add healthcheck doc for container.run"
14:48:32 First time build. Skipping changelog.
 > git rev-list --no-walk 0ced7f8049bb197da52223cef7f2dc70361d0576 # timeout=10
[Pipeline] sh
14:48:33 + git rev-parse HEAD
[Pipeline] isUnix
[Pipeline] sh
14:48:33 + docker pull dockerbuildbot/docker-py:py2-a877c85e906195d72740c89b46cac09020c6e08c
14:48:33 Error response from daemon: manifest for dockerbuildbot/docker-py:py2-a877c85e906195d72740c89b46cac09020c6e08c not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
14:48:34 + docker build -t dockerbuildbot/docker-py:py2-a877c85e906195d72740c89b46cac09020c6e08c -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 .
14:48:34 Sending build context to Docker daemon  1.304MB

14:48:34 Step 1/19 : ARG PYTHON_VERSION=3.7
14:48:34 Step 2/19 : FROM python:${PYTHON_VERSION}
14:48:34 2.7: Pulling from library/python
14:48:34 7e2b2a5af8f6: Pulling fs layer
14:48:34 09b6f03ffac4: Pulling fs layer
14:48:34 dc3f0c679f0f: Pulling fs layer
14:48:34 fd4b47407fc3: Pulling fs layer
14:48:34 b32f6bf7d96d: Pulling fs layer
14:48:34 6f4489a7e4cf: Pulling fs layer
14:48:34 af4b99ad9ef0: Pulling fs layer
14:48:34 39db0bc48c26: Pulling fs layer
14:48:34 acb4a89489fc: Pulling fs layer
14:48:34 fd4b47407fc3: Waiting
14:48:34 b32f6bf7d96d: Waiting
14:48:34 6f4489a7e4cf: Waiting
14:48:34 af4b99ad9ef0: Waiting
14:48:34 39db0bc48c26: Waiting
14:48:34 acb4a89489fc: Waiting
14:48:34 09b6f03ffac4: Verifying Checksum
14:48:34 09b6f03ffac4: Download complete
14:48:34 dc3f0c679f0f: Verifying Checksum
14:48:34 dc3f0c679f0f: Download complete
14:48:35 7e2b2a5af8f6: Verifying Checksum
14:48:35 7e2b2a5af8f6: Download complete
14:48:35 6f4489a7e4cf: Verifying Checksum
14:48:35 6f4489a7e4cf: Download complete
14:48:36 af4b99ad9ef0: Verifying Checksum
14:48:36 af4b99ad9ef0: Download complete
14:48:36 fd4b47407fc3: Verifying Checksum
14:48:36 fd4b47407fc3: Download complete
14:48:36 39db0bc48c26: Verifying Checksum
14:48:36 39db0bc48c26: Download complete
14:48:37 acb4a89489fc: Verifying Checksum
14:48:37 acb4a89489fc: Download complete
14:48:40 b32f6bf7d96d: Verifying Checksum
14:48:40 b32f6bf7d96d: Download complete
14:48:42 7e2b2a5af8f6: Pull complete
14:48:42 09b6f03ffac4: Pull complete
14:48:43 dc3f0c679f0f: Pull complete
14:48:47 fd4b47407fc3: Pull complete
14:48:59 b32f6bf7d96d: Pull complete
14:48:59 6f4489a7e4cf: Pull complete
14:48:59 af4b99ad9ef0: Pull complete
14:49:00 39db0bc48c26: Pull complete
14:49:00 acb4a89489fc: Pull complete
14:49:00 Digest: sha256:cfa62318c459b1fde9e0841c619906d15ada5910d625176e24bf692cf8a2601d
14:49:00 Status: Downloaded newer image for python:2.7
14:49:00  ---> 68e7be49c28c
14:49:00 Step 3/19 : ARG APT_MIRROR
14:49:01  ---> Running in 6c13f697057f
14:49:01 Removing intermediate container 6c13f697057f
14:49:01  ---> 2df2c9e24e08
14:49:01 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
14:49:01  ---> Running in e0e29e7f601e
14:49:02 Removing intermediate container e0e29e7f601e
14:49:02  ---> 402e44458a88
14:49:02 Step 5/19 : RUN apt-get update && apt-get -y install     gnupg2     pass     curl
14:49:02  ---> Running in 501d5d64c8ac
14:49:02 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
14:49:02 Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
14:49:02 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
14:49:02 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [203 kB]
14:49:03 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7905 kB]
14:49:03 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7868 B]
14:49:04 Fetched 8355 kB in 2s (4814 kB/s)
14:49:04 Reading package lists...
14:49:05 Reading package lists...
14:49:05 Building dependency tree...
14:49:05 Reading state information...
14:49:05 curl is already the newest version (7.64.0-4+deb10u1).
14:49:05 The following additional packages will be installed:
14:49:05   libqrencode4 libxmu6 libxmuu1 qrencode tree xauth xclip
14:49:05 Suggested packages:
14:49:05   libxml-simple-perl ruby
14:49:05 The following NEW packages will be installed:
14:49:05   gnupg2 libqrencode4 libxmu6 libxmuu1 pass qrencode tree xauth xclip
14:49:06 0 upgraded, 9 newly installed, 0 to remove and 25 not upgraded.
14:49:06 Need to get 708 kB of archives.
14:49:06 After this operation, 1197 kB of additional disk space will be used.
14:49:06 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
14:49:06 Get:2 http://deb.debian.org/debian buster/main amd64 libqrencode4 amd64 4.0.2-1 [38.2 kB]
14:49:06 Get:3 http://deb.debian.org/debian buster/main amd64 libxmu6 amd64 2:1.1.2-2+b3 [60.8 kB]
14:49:06 Get:4 http://deb.debian.org/debian buster/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB]
14:49:06 Get:5 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
14:49:06 Get:6 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
14:49:06 Get:7 http://deb.debian.org/debian buster/main amd64 qrencode amd64 4.0.2-1 [39.8 kB]
14:49:06 Get:8 http://deb.debian.org/debian buster/main amd64 xauth amd64 1:1.0.10-1 [40.3 kB]
14:49:06 Get:9 http://deb.debian.org/debian buster/main amd64 xclip amd64 0.13-1 [23.2 kB]
14:49:06 debconf: delaying package configuration, since apt-utils is not installed
14:49:06 Fetched 708 kB in 0s (2439 kB/s)
14:49:06 Selecting previously unselected package gnupg2.
14:49:06 (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 ... 24538 files and directories currently installed.)
14:49:06 Preparing to unpack .../0-gnupg2_2.2.12-1+deb10u1_all.deb ...
14:49:06 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
14:49:06 Selecting previously unselected package libqrencode4:amd64.
14:49:06 Preparing to unpack .../1-libqrencode4_4.0.2-1_amd64.deb ...
14:49:06 Unpacking libqrencode4:amd64 (4.0.2-1) ...
14:49:06 Selecting previously unselected package libxmu6:amd64.
14:49:06 Preparing to unpack .../2-libxmu6_2%3a1.1.2-2+b3_amd64.deb ...
14:49:06 Unpacking libxmu6:amd64 (2:1.1.2-2+b3) ...
14:49:06 Selecting previously unselected package libxmuu1:amd64.
14:49:06 Preparing to unpack .../3-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ...
14:49:06 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ...
14:49:06 Selecting previously unselected package tree.
14:49:06 Preparing to unpack .../4-tree_1.8.0-1_amd64.deb ...
14:49:06 Unpacking tree (1.8.0-1) ...
14:49:06 Selecting previously unselected package pass.
14:49:06 Preparing to unpack .../5-pass_1.7.3-2_all.deb ...
14:49:06 Unpacking pass (1.7.3-2) ...
14:49:06 Selecting previously unselected package qrencode.
14:49:06 Preparing to unpack .../6-qrencode_4.0.2-1_amd64.deb ...
14:49:06 Unpacking qrencode (4.0.2-1) ...
14:49:06 Selecting previously unselected package xauth.
14:49:06 Preparing to unpack .../7-xauth_1%3a1.0.10-1_amd64.deb ...
14:49:06 Unpacking xauth (1:1.0.10-1) ...
14:49:06 Selecting previously unselected package xclip.
14:49:06 Preparing to unpack .../8-xclip_0.13-1_amd64.deb ...
14:49:06 Unpacking xclip (0.13-1) ...
14:49:06 Setting up gnupg2 (2.2.12-1+deb10u1) ...
14:49:06 Setting up libxmu6:amd64 (2:1.1.2-2+b3) ...
14:49:06 Setting up libqrencode4:amd64 (4.0.2-1) ...
14:49:06 Setting up qrencode (4.0.2-1) ...
14:49:06 Setting up tree (1.8.0-1) ...
14:49:06 Setting up xclip (0.13-1) ...
14:49:06 Setting up pass (1.7.3-2) ...
14:49:06 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ...
14:49:06 Setting up xauth (1:1.0.10-1) ...
14:49:06 Processing triggers for libc-bin (2.28-10) ...
14:49:07 Removing intermediate container 501d5d64c8ac
14:49:07  ---> 8a753071f0a3
14:49:07 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys
14:49:07  ---> 1e6fc2c055e8
14:49:07 Step 7/19 : RUN gpg2 --import gpg-keys/secret
14:49:07  ---> Running in 11b4afdfb0e2
14:49:08 gpg: directory '/root/.gnupg' created
14:49:08 gpg: keybox '/root/.gnupg/pubring.kbx' created
14:49:08 gpg: /root/.gnupg/trustdb.gpg: trustdb created
14:49:08 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
14:49:08 gpg: key 464ED987A7B21401: secret key imported
14:49:08 gpg: Total number processed: 1
14:49:08 gpg:               imported: 1
14:49:08 gpg:       secret keys read: 1
14:49:08 gpg:   secret keys imported: 1
14:49:08 Removing intermediate container 11b4afdfb0e2
14:49:08  ---> 5261126e3bd8
14:49:08 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
14:49:08  ---> Running in 93c9ec88ce97
14:49:09 gpg: inserting ownertrust of 6
14:49:09 Removing intermediate container 93c9ec88ce97
14:49:09  ---> c33b02c62db0
14:49:09 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
14:49:09  ---> Running in b1f188299433
14:49:10 gpg: please do a --check-trustdb
14:49:10 mkdir: created directory '/root/.password-store/'
14:49:10 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
14:49:10 Removing intermediate container b1f188299433
14:49:10  ---> 223dd7399629
14:49:10 Step 10/19 : RUN gpg2 --check-trustdb
14:49:10  ---> Running in a367c7a1cf7b
14:49:10 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
14:49:10 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
14:49:11 Removing intermediate container a367c7a1cf7b
14:49:11  ---> 9a7b98ee5d94
14:49:11 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3
14:49:11  ---> Running in 74d7763d49c3
14:49:11 Removing intermediate container 74d7763d49c3
14:49:11  ---> f5b337ed8503
14:49:11 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
14:49:11  ---> Running in 9beef3a2c4e1
14:49:12 Removing intermediate container 9beef3a2c4e1
14:49:12  ---> 25a7599a500d
14:49:12 Step 13/19 : WORKDIR /src
14:49:12  ---> Running in 2c407e06c4bc
14:49:12 Removing intermediate container 2c407e06c4bc
14:49:12  ---> 6e06ce879bb3
14:49:12 Step 14/19 : COPY requirements.txt /src/requirements.txt
14:49:12  ---> ed82b6bc2ea4
14:49:12 Step 15/19 : RUN pip install -r requirements.txt
14:49:12  ---> Running in b8b2039c77ad
14:49:13 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
14:49:13 Ignoring pypiwin32: markers 'sys_platform == "win32" and python_version < "3.6"' don't match your environment
14:49:13 Ignoring pypiwin32: markers 'sys_platform == "win32" and python_version >= "3.6"' don't match your environment
14:49:13 Requirement already satisfied: appdirs==1.4.3 in /usr/local/lib/python2.7/site-packages (from -r requirements.txt (line 1)) (1.4.3)
14:49:17 Collecting asn1crypto==0.22.0
14:49:18   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
14:49:18 Collecting backports.ssl-match-hostname==3.5.0.1
14:49:18   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
14:49:19 Collecting cffi==1.10.0
14:49:19   Downloading cffi-1.10.0-cp27-cp27mu-manylinux1_x86_64.whl (392 kB)
14:49:19 Collecting cryptography==2.3
14:49:19   Downloading cryptography-2.3-cp27-cp27mu-manylinux1_x86_64.whl (2.1 MB)
14:49:19 Collecting enum34==1.1.6
14:49:19   Downloading enum34-1.1.6-py2-none-any.whl (12 kB)
14:49:19 Collecting idna==2.5
14:49:19   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
14:49:19 Collecting ipaddress==1.0.18
14:49:19   Downloading ipaddress-1.0.18-py2-none-any.whl (17 kB)
14:49:19 Collecting packaging==16.8
14:49:19   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
14:49:19 Collecting paramiko==2.4.2
14:49:19   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
14:49:19 Collecting pycparser==2.17
14:49:19   Downloading pycparser-2.17.tar.gz (231 kB)
14:49:20 Collecting pyOpenSSL==18.0.0
14:49:20   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
14:49:20 Collecting pyparsing==2.2.0
14:49:20   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
14:49:20 Collecting requests==2.20.0
14:49:20   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
14:49:20 Collecting six==1.10.0
14:49:20   Downloading six-1.10.0-py2.py3-none-any.whl (10 kB)
14:49:20 Collecting urllib3==1.24.3
14:49:20   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
14:49:20 Collecting websocket-client==0.56.0
14:49:20   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
14:49:20 Collecting pyasn1>=0.1.7
14:49:20   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
14:49:20 Collecting pynacl>=1.0.1
14:49:20   Downloading PyNaCl-1.4.0-cp27-cp27mu-manylinux1_x86_64.whl (964 kB)
14:49:21 Collecting bcrypt>=3.1.3
14:49:21   Downloading bcrypt-3.1.7-cp27-cp27mu-manylinux1_x86_64.whl (59 kB)
14:49:21 Collecting certifi>=2017.4.17
14:49:21   Downloading certifi-2020.4.5.2-py2.py3-none-any.whl (157 kB)
14:49:21 Collecting chardet<3.1.0,>=3.0.2
14:49:21   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
14:49:21 Building wheels for collected packages: backports.ssl-match-hostname, pycparser
14:49:21   Building wheel for backports.ssl-match-hostname (setup.py): started
14:49:21   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
14:49:21   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py2-none-any.whl size=5209 sha256=7b137e833b1f3983364b56e140bdce511560dd17122b772ee39182b1c2551cdd
14:49:21   Stored in directory: /root/.cache/pip/wheels/19/dd/8c/6cad8e6c38a9fe006dd7423ca1655bb1eb3cb94c5ce1814e4f
14:49:21   Building wheel for pycparser (setup.py): started
14:49:21   Building wheel for pycparser (setup.py): finished with status 'done'
14:49:21   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=193882 sha256=34ebe85e9fe6f89a3a9b1f146a6f24f65c6fde3b774ffe7c5c374e892cb49f1f
14:49:21   Stored in directory: /root/.cache/pip/wheels/03/08/f2/bf70552f051cd78e9d8fe7d196ef762858dcfa156965e3a1e3
14:49:21 Successfully built backports.ssl-match-hostname pycparser
14:49:21 Installing collected packages: asn1crypto, backports.ssl-match-hostname, pycparser, cffi, six, idna, enum34, ipaddress, cryptography, pyparsing, packaging, pyasn1, pynacl, bcrypt, paramiko, pyOpenSSL, certifi, chardet, urllib3, requests, websocket-client
14:49:21   Attempting uninstall: six
14:49:21     Found existing installation: six 1.14.0
14:49:21     Uninstalling six-1.14.0:
14:49:22       Successfully uninstalled six-1.14.0
14:49:22 Successfully installed asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.1.7 certifi-2020.4.5.2 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.8 pycparser-2.17 pynacl-1.4.0 pyparsing-2.2.0 requests-2.20.0 six-1.10.0 urllib3-1.24.3 websocket-client-0.56.0
14:49:27 WARNING: You are using pip version 20.0.2; however, version 20.1.1 is available.
14:49:27 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
14:49:27 Removing intermediate container b8b2039c77ad
14:49:27  ---> a6ef6347edc1
14:49:27 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt
14:49:27  ---> 4b6330966aed
14:49:27 Step 17/19 : RUN pip install -r test-requirements.txt
14:49:27  ---> Running in 9e87cb5f353c
14:49:28 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
14:49:34 Collecting setuptools==44.0.0
14:49:34   Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB)
14:49:34 Collecting coverage==4.5.2
14:49:34   Downloading coverage-4.5.2-cp27-cp27mu-manylinux1_x86_64.whl (201 kB)
14:49:34 Collecting flake8==3.6.0
14:49:34   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
14:49:34 Collecting mock==1.0.1
14:49:34   Downloading mock-1.0.1.tar.gz (818 kB)
14:49:35 Collecting pytest==4.3.1
14:49:35   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
14:49:35 Collecting pytest-cov==2.6.1
14:49:35   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
14:49:35 Collecting pytest-timeout==1.3.3
14:49:35   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
14:49:35 Collecting pyflakes<2.1.0,>=2.0.0
14:49:35   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
14:49:35 Requirement already satisfied: configparser; python_version < "3.2" in /usr/local/lib/python2.7/site-packages (from flake8==3.6.0->-r test-requirements.txt (line 3)) (4.0.2)
14:49:35 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 3)) (1.1.6)
14:49:35 Collecting pycodestyle<2.5.0,>=2.4.0
14:49:35   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
14:49:35 Collecting mccabe<0.7.0,>=0.6.0
14:49:35   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
14:49:35 Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python2.7/site-packages (from pytest==4.3.1->-r test-requirements.txt (line 5)) (1.10.0)
14:49:35 Requirement already satisfied: pathlib2>=2.2.0; python_version < "3.6" in /usr/local/lib/python2.7/site-packages (from pytest==4.3.1->-r test-requirements.txt (line 5)) (2.3.5)
14:49:35 Collecting py>=1.5.0
14:49:35   Downloading py-1.8.2-py2.py3-none-any.whl (83 kB)
14:49:35 Collecting attrs>=17.4.0
14:49:35   Downloading attrs-19.3.0-py2.py3-none-any.whl (39 kB)
14:49:35 Collecting more-itertools<6.0.0,>=4.0.0; python_version <= "2.7"
14:49:35   Downloading more_itertools-5.0.0-py2-none-any.whl (52 kB)
14:49:35 Collecting atomicwrites>=1.0
14:49:35   Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
14:49:35 Collecting pluggy>=0.7
14:49:35   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
14:49:35 Collecting funcsigs; python_version < "3.0"
14:49:35   Downloading funcsigs-1.0.2-py2.py3-none-any.whl (17 kB)
14:49:35 Requirement already satisfied: scandir; python_version < "3.5" in /usr/local/lib/python2.7/site-packages (from pathlib2>=2.2.0; python_version < "3.6"->pytest==4.3.1->-r test-requirements.txt (line 5)) (1.10.0)
14:49:35 Requirement already satisfied: importlib-metadata>=0.12; python_version < "3.8" in /usr/local/lib/python2.7/site-packages (from pluggy>=0.7->pytest==4.3.1->-r test-requirements.txt (line 5)) (1.6.0)
14:49:35 Requirement already satisfied: contextlib2; python_version < "3" in /usr/local/lib/python2.7/site-packages (from importlib-metadata>=0.12; python_version < "3.8"->pluggy>=0.7->pytest==4.3.1->-r test-requirements.txt (line 5)) (0.6.0.post1)
14:49:35 Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python2.7/site-packages (from importlib-metadata>=0.12; python_version < "3.8"->pluggy>=0.7->pytest==4.3.1->-r test-requirements.txt (line 5)) (1.2.0)
14:49:35 Building wheels for collected packages: mock
14:49:35   Building wheel for mock (setup.py): started
14:49:36   Building wheel for mock (setup.py): finished with status 'done'
14:49:36   Created wheel for mock: filename=mock-1.0.1-py2-none-any.whl size=23755 sha256=92bec01570d7b50082d31dc833f3df8aa611738a13bee73705d0cabc9d980bf6
14:49:36   Stored in directory: /root/.cache/pip/wheels/ad/62/e0/a06cc957652749e64c7904e899eca3ecb2ec47c60d52653660
14:49:36 Successfully built mock
14:49:36 Installing collected packages: setuptools, coverage, pyflakes, pycodestyle, mccabe, flake8, mock, py, attrs, more-itertools, atomicwrites, pluggy, funcsigs, pytest, pytest-cov, pytest-timeout
14:49:36   Attempting uninstall: setuptools
14:49:36     Found existing installation: setuptools 44.1.0
14:49:36     Uninstalling setuptools-44.1.0:
14:49:36       Successfully uninstalled setuptools-44.1.0
14:49:37 Successfully installed atomicwrites-1.4.0 attrs-19.3.0 coverage-4.5.2 flake8-3.6.0 funcsigs-1.0.2 mccabe-0.6.1 mock-1.0.1 more-itertools-5.0.0 pluggy-0.13.1 py-1.8.2 pycodestyle-2.4.0 pyflakes-2.0.0 pytest-4.3.1 pytest-cov-2.6.1 pytest-timeout-1.3.3 setuptools-44.0.0
14:49:37 WARNING: You are using pip version 20.0.2; however, version 20.1.1 is available.
14:49:37 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
14:49:38 Removing intermediate container 9e87cb5f353c
14:49:38  ---> d9b399f39ffa
14:49:38 Step 18/19 : COPY . /src
14:49:38  ---> af48e9a09ea6
14:49:38 Step 19/19 : RUN pip install .
14:49:38  ---> Running in 912fa89f4750
14:49:38 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
14:49:38 Processing /src
14:49:39 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python2.7/site-packages (from docker==4.3.0.dev0) (1.10.0)
14:49:39 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python2.7/site-packages (from docker==4.3.0.dev0) (0.56.0)
14:49:39 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python2.7/site-packages (from docker==4.3.0.dev0) (2.20.0)
14:49:39 Requirement already satisfied: backports.ssl_match_hostname>=3.5 in /usr/local/lib/python2.7/site-packages (from docker==4.3.0.dev0) (3.5.0.1)
14:49:39 Requirement already satisfied: ipaddress>=1.0.16 in /usr/local/lib/python2.7/site-packages (from docker==4.3.0.dev0) (1.0.18)
14:49:39 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.3.0.dev0) (2020.4.5.2)
14:49:39 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.3.0.dev0) (2.5)
14:49:39 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.3.0.dev0) (3.0.4)
14:49:39 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.3.0.dev0) (1.24.3)
14:49:39 Building wheels for collected packages: docker
14:49:39   Building wheel for docker (setup.py): started
14:49:39   Building wheel for docker (setup.py): finished with status 'done'
14:49:39   Created wheel for docker: filename=docker-4.3.0.dev0-py2.py3-none-any.whl size=144396 sha256=d953bc81393448d069e49e10816355c26140c70eea6dbdf4cbff8310e809cce9
14:49:39   Stored in directory: /tmp/pip-ephem-wheel-cache-n_d0YG/wheels/dc/45/28/050a7fcd95fc9b9f504d64d6668214323c48b439857458e65c
14:49:39 Successfully built docker
14:49:39 Installing collected packages: docker
14:49:39 Successfully installed docker-4.3.0.dev0
14:49:39 WARNING: You are using pip version 20.0.2; however, version 20.1.1 is available.
14:49:39 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
14:49:40 Removing intermediate container 912fa89f4750
14:49:40  ---> 19cdeb4c670d
14:49:40 Successfully built 19cdeb4c670d
14:49:40 Successfully tagged dockerbuildbot/docker-py:py2-a877c85e906195d72740c89b46cac09020c6e08c
[Pipeline] isUnix
[Pipeline] sh
14:49:40 + docker tag dockerbuildbot/docker-py:py2-a877c85e906195d72740c89b46cac09020c6e08c dockerbuildbot/docker-py:py2-a877c85e906195d72740c89b46cac09020c6e08c
[Pipeline] isUnix
[Pipeline] sh
14:49:40 + docker push dockerbuildbot/docker-py:py2-a877c85e906195d72740c89b46cac09020c6e08c
14:49:40 The push refers to repository [docker.io/dockerbuildbot/docker-py]
14:49:40 df7758cd091b: Preparing
14:49:40 d5db13da17b9: Preparing
14:49:40 568190bd6eac: Preparing
14:49:40 26501520e0bd: Preparing
14:49:40 8692ac17a1d7: Preparing
14:49:40 c5d1645749d8: Preparing
14:49:40 3d0565f87802: Preparing
14:49:40 2d0d2239893d: Preparing
14:49:40 1dbca0da8977: Preparing
14:49:40 65ce9ea58005: Preparing
14:49:40 455afd9e00f4: Preparing
14:49:40 b9516b7b63b2: Preparing
14:49:40 9dd9aefeed28: Preparing
14:49:40 c3a501fd851d: Preparing
14:49:40 34651202e476: Preparing
14:49:40 e571d2d3c73c: Preparing
14:49:40 da7b0a80a4f2: Preparing
14:49:40 ceee8816bb96: Preparing
14:49:40 47458fb45d99: Preparing
14:49:40 46829331b1e4: Preparing
14:49:40 d35c5bda4793: Preparing
14:49:40 a3c1026c6bcc: Preparing
14:49:40 f1d420c2af1a: Preparing
14:49:40 461719022993: Preparing
14:49:40 c5d1645749d8: Waiting
14:49:40 3d0565f87802: Waiting
14:49:40 2d0d2239893d: Waiting
14:49:40 1dbca0da8977: Waiting
14:49:40 65ce9ea58005: Waiting
14:49:40 455afd9e00f4: Waiting
14:49:40 b9516b7b63b2: Waiting
14:49:40 9dd9aefeed28: Waiting
14:49:40 c3a501fd851d: Waiting
14:49:40 34651202e476: Waiting
14:49:40 e571d2d3c73c: Waiting
14:49:40 da7b0a80a4f2: Waiting
14:49:40 ceee8816bb96: Waiting
14:49:40 47458fb45d99: Waiting
14:49:40 46829331b1e4: Waiting
14:49:40 d35c5bda4793: Waiting
14:49:40 a3c1026c6bcc: Waiting
14:49:40 f1d420c2af1a: Waiting
14:49:42 d5db13da17b9: Pushed
14:49:42 26501520e0bd: Pushed
14:49:42 df7758cd091b: Pushed
14:49:43 568190bd6eac: Pushed
14:49:43 c5d1645749d8: Pushed
14:49:43 3d0565f87802: Pushed
14:49:43 2d0d2239893d: Pushed
14:49:44 8692ac17a1d7: Pushed
14:49:44 65ce9ea58005: Pushed
14:49:44 1dbca0da8977: Pushed
14:49:44 b9516b7b63b2: Pushed
14:49:44 e571d2d3c73c: Layer already exists
14:49:44 da7b0a80a4f2: Layer already exists
14:49:45 ceee8816bb96: Layer already exists
14:49:45 47458fb45d99: Layer already exists
14:49:45 46829331b1e4: Layer already exists
14:49:45 d35c5bda4793: Layer already exists
14:49:45 455afd9e00f4: Pushed
14:49:45 f1d420c2af1a: Layer already exists
14:49:45 a3c1026c6bcc: Layer already exists
14:49:45 461719022993: Layer already exists
14:49:45 9dd9aefeed28: Pushed
14:49:46 34651202e476: Pushed
14:49:47 c3a501fd851d: Pushed
14:49:48 py2-a877c85e906195d72740c89b46cac09020c6e08c: digest: sha256:1b72d443a50aea9de9978667c50bf9765d983da70b325ddd6e0809db1f00e88d size: 5353
[Pipeline] isUnix
[Pipeline] sh
14:49:49 + docker pull dockerbuildbot/docker-py:py3-a877c85e906195d72740c89b46cac09020c6e08c
14:49:49 Error response from daemon: manifest for dockerbuildbot/docker-py:py3-a877c85e906195d72740c89b46cac09020c6e08c not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
14:49:49 + docker build -t dockerbuildbot/docker-py:py3-a877c85e906195d72740c89b46cac09020c6e08c -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
14:49:49 Sending build context to Docker daemon  1.304MB

14:49:49 Step 1/19 : ARG PYTHON_VERSION=3.7
14:49:49 Step 2/19 : FROM python:${PYTHON_VERSION}
14:49:49 3.7: Pulling from library/python
14:49:49 e9afc4f90ab0: Pulling fs layer
14:49:49 989e6b19a265: Pulling fs layer
14:49:49 af14b6c2f878: Pulling fs layer
14:49:49 5573c4b30949: Pulling fs layer
14:49:49 11a88e764313: Pulling fs layer
14:49:49 ee776f0e36af: Pulling fs layer
14:49:49 9075e1fb5d17: Pulling fs layer
14:49:49 7882db2cc9d4: Pulling fs layer
14:49:49 955a532dd46c: Pulling fs layer
14:49:49 11a88e764313: Waiting
14:49:49 ee776f0e36af: Waiting
14:49:49 9075e1fb5d17: Waiting
14:49:49 7882db2cc9d4: Waiting
14:49:49 955a532dd46c: Waiting
14:49:49 5573c4b30949: Waiting
14:49:49 989e6b19a265: Verifying Checksum
14:49:49 989e6b19a265: Download complete
14:49:49 af14b6c2f878: Verifying Checksum
14:49:49 af14b6c2f878: Download complete
14:49:50 e9afc4f90ab0: Verifying Checksum
14:49:50 e9afc4f90ab0: Download complete
14:49:50 ee776f0e36af: Verifying Checksum
14:49:50 ee776f0e36af: Download complete
14:49:50 5573c4b30949: Verifying Checksum
14:49:50 5573c4b30949: Download complete
14:49:50 7882db2cc9d4: Verifying Checksum
14:49:50 7882db2cc9d4: Download complete
14:49:50 955a532dd46c: Verifying Checksum
14:49:50 955a532dd46c: Download complete
14:49:50 9075e1fb5d17: Verifying Checksum
14:49:50 9075e1fb5d17: Download complete
14:49:52 11a88e764313: Verifying Checksum
14:49:52 11a88e764313: Download complete
14:49:53 e9afc4f90ab0: Pull complete
14:49:53 989e6b19a265: Pull complete
14:49:53 af14b6c2f878: Pull complete
14:49:56 5573c4b30949: Pull complete
14:50:03 11a88e764313: Pull complete
14:50:03 ee776f0e36af: Pull complete
14:50:04 9075e1fb5d17: Pull complete
14:50:04 7882db2cc9d4: Pull complete
14:50:04 955a532dd46c: Pull complete
14:50:04 Digest: sha256:c1e36afba1c3c230a6846801fb284cf4383a8a0080fcf32c2ec625c066c56361
14:50:04 Status: Downloaded newer image for python:3.7
14:50:04  ---> e4e55e98f1e0
14:50:04 Step 3/19 : ARG APT_MIRROR
14:50:05  ---> Running in ed640a6afe80
14:50:05 Removing intermediate container ed640a6afe80
14:50:05  ---> 5f615ad67c1f
14:50:05 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
14:50:05  ---> Running in 4a10ca81a181
14:50:06 Removing intermediate container 4a10ca81a181
14:50:06  ---> de1b5f308a13
14:50:06 Step 5/19 : RUN apt-get update && apt-get -y install     gnupg2     pass     curl
14:50:06  ---> Running in a6eef689d83e
14:50:07 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
14:50:07 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 Packages [203 kB]
14:50:07 Get:3 http://deb.debian.org/debian buster InRelease [121 kB]
14:50:07 Get:4 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
14:50:07 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7905 kB]
14:50:07 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7868 B]
14:50:08 Fetched 8355 kB in 2s (5172 kB/s)
14:50:09 Reading package lists...
14:50:09 Reading package lists...
14:50:10 Building dependency tree...
14:50:10 Reading state information...
14:50:10 curl is already the newest version (7.64.0-4+deb10u1).
14:50:10 The following additional packages will be installed:
14:50:10   libqrencode4 libxmu6 libxmuu1 qrencode tree xauth xclip
14:50:10 Suggested packages:
14:50:10   libxml-simple-perl ruby
14:50:10 The following NEW packages will be installed:
14:50:10   gnupg2 libqrencode4 libxmu6 libxmuu1 pass qrencode tree xauth xclip
14:50:10 0 upgraded, 9 newly installed, 0 to remove and 1 not upgraded.
14:50:10 Need to get 708 kB of archives.
14:50:10 After this operation, 1197 kB of additional disk space will be used.
14:50:10 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
14:50:10 Get:2 http://deb.debian.org/debian buster/main amd64 libqrencode4 amd64 4.0.2-1 [38.2 kB]
14:50:10 Get:3 http://deb.debian.org/debian buster/main amd64 libxmu6 amd64 2:1.1.2-2+b3 [60.8 kB]
14:50:10 Get:4 http://deb.debian.org/debian buster/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB]
14:50:10 Get:5 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
14:50:10 Get:6 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
14:50:10 Get:7 http://deb.debian.org/debian buster/main amd64 qrencode amd64 4.0.2-1 [39.8 kB]
14:50:10 Get:8 http://deb.debian.org/debian buster/main amd64 xauth amd64 1:1.0.10-1 [40.3 kB]
14:50:10 Get:9 http://deb.debian.org/debian buster/main amd64 xclip amd64 0.13-1 [23.2 kB]
14:50:10 debconf: delaying package configuration, since apt-utils is not installed
14:50:10 Fetched 708 kB in 0s (2033 kB/s)
14:50:10 Selecting previously unselected package gnupg2.
14:50: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 ... 24603 files and directories currently installed.)
14:50:10 Preparing to unpack .../0-gnupg2_2.2.12-1+deb10u1_all.deb ...
14:50:10 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
14:50:10 Selecting previously unselected package libqrencode4:amd64.
14:50:10 Preparing to unpack .../1-libqrencode4_4.0.2-1_amd64.deb ...
14:50:10 Unpacking libqrencode4:amd64 (4.0.2-1) ...
14:50:10 Selecting previously unselected package libxmu6:amd64.
14:50:10 Preparing to unpack .../2-libxmu6_2%3a1.1.2-2+b3_amd64.deb ...
14:50:10 Unpacking libxmu6:amd64 (2:1.1.2-2+b3) ...
14:50:10 Selecting previously unselected package libxmuu1:amd64.
14:50:10 Preparing to unpack .../3-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ...
14:50:10 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ...
14:50:10 Selecting previously unselected package tree.
14:50:10 Preparing to unpack .../4-tree_1.8.0-1_amd64.deb ...
14:50:10 Unpacking tree (1.8.0-1) ...
14:50:11 Selecting previously unselected package pass.
14:50:11 Preparing to unpack .../5-pass_1.7.3-2_all.deb ...
14:50:11 Unpacking pass (1.7.3-2) ...
14:50:11 Selecting previously unselected package qrencode.
14:50:11 Preparing to unpack .../6-qrencode_4.0.2-1_amd64.deb ...
14:50:11 Unpacking qrencode (4.0.2-1) ...
14:50:11 Selecting previously unselected package xauth.
14:50:11 Preparing to unpack .../7-xauth_1%3a1.0.10-1_amd64.deb ...
14:50:11 Unpacking xauth (1:1.0.10-1) ...
14:50:11 Selecting previously unselected package xclip.
14:50:11 Preparing to unpack .../8-xclip_0.13-1_amd64.deb ...
14:50:11 Unpacking xclip (0.13-1) ...
14:50:11 Setting up gnupg2 (2.2.12-1+deb10u1) ...
14:50:11 Setting up libxmu6:amd64 (2:1.1.2-2+b3) ...
14:50:11 Setting up libqrencode4:amd64 (4.0.2-1) ...
14:50:11 Setting up qrencode (4.0.2-1) ...
14:50:11 Setting up tree (1.8.0-1) ...
14:50:11 Setting up xclip (0.13-1) ...
14:50:11 Setting up pass (1.7.3-2) ...
14:50:11 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ...
14:50:11 Setting up xauth (1:1.0.10-1) ...
14:50:11 Processing triggers for libc-bin (2.28-10) ...
14:50:12 Removing intermediate container a6eef689d83e
14:50:12  ---> b033438ac168
14:50:12 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys
14:50:12  ---> e317c7e230ac
14:50:12 Step 7/19 : RUN gpg2 --import gpg-keys/secret
14:50:12  ---> Running in d20bfddda455
14:50:12 gpg: directory '/root/.gnupg' created
14:50:12 gpg: keybox '/root/.gnupg/pubring.kbx' created
14:50:12 gpg: /root/.gnupg/trustdb.gpg: trustdb created
14:50:12 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
14:50:12 gpg: key 464ED987A7B21401: secret key imported
14:50:12 gpg: Total number processed: 1
14:50:12 gpg:               imported: 1
14:50:12 gpg:       secret keys read: 1
14:50:12 gpg:   secret keys imported: 1
14:50:12 Removing intermediate container d20bfddda455
14:50:12  ---> a30d1decf1e9
14:50:12 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
14:50:12  ---> Running in a1d2b8027224
14:50:13 gpg: inserting ownertrust of 6
14:50:13 Removing intermediate container a1d2b8027224
14:50:13  ---> a275b2ae256f
14:50:13 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
14:50:13  ---> Running in aec5f881a354
14:50:14 gpg: please do a --check-trustdb
14:50:14 mkdir: created directory '/root/.password-store/'
14:50:14 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
14:50:14 Removing intermediate container aec5f881a354
14:50:14  ---> bf96106b86e3
14:50:14 Step 10/19 : RUN gpg2 --check-trustdb
14:50:14  ---> Running in 8b10f9156e37
14:50:15 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
14:50:15 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
14:50:15 Removing intermediate container 8b10f9156e37
14:50:15  ---> 6bb0998ae828
14:50:15 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3
14:50:15  ---> Running in 2136e011ecc1
14:50:15 Removing intermediate container 2136e011ecc1
14:50:15  ---> 6147813ca3d4
14:50:15 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
14:50:15  ---> Running in 8e07675ecf9d
14:50:16 Removing intermediate container 8e07675ecf9d
14:50:16  ---> 54d8ed429ba8
14:50:16 Step 13/19 : WORKDIR /src
14:50:16  ---> Running in 7b0dfaf73ac5
14:50:16 Removing intermediate container 7b0dfaf73ac5
14:50:16  ---> 274ac43875c3
14:50:16 Step 14/19 : COPY requirements.txt /src/requirements.txt
14:50:16  ---> 837236bab5bc
14:50:16 Step 15/19 : RUN pip install -r requirements.txt
14:50:16  ---> Running in 4f862a930759
14:50:18 Ignoring pypiwin32: markers 'sys_platform == "win32" and python_version < "3.6"' don't match your environment
14:50:18 Ignoring pypiwin32: markers 'sys_platform == "win32" and python_version >= "3.6"' don't match your environment
14:50:23 Collecting appdirs==1.4.3
14:50:23   Downloading appdirs-1.4.3-py2.py3-none-any.whl (12 kB)
14:50:23 Collecting asn1crypto==0.22.0
14:50:23   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
14:50:23 Collecting backports.ssl-match-hostname==3.5.0.1
14:50:23   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
14:50:24 Collecting cffi==1.10.0
14:50:24   Downloading cffi-1.10.0.tar.gz (418 kB)
14:50:25 Collecting cryptography==2.3
14:50:25   Downloading cryptography-2.3-cp34-abi3-manylinux1_x86_64.whl (2.1 MB)
14:50:25 Collecting enum34==1.1.6
14:50:25   Downloading enum34-1.1.6-py3-none-any.whl (12 kB)
14:50:25 Collecting idna==2.5
14:50:25   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
14:50:25 Collecting ipaddress==1.0.18
14:50:25   Downloading ipaddress-1.0.18.tar.gz (32 kB)
14:50:25 Collecting packaging==16.8
14:50:25   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
14:50:25 Collecting paramiko==2.4.2
14:50:25   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
14:50:25 Collecting pycparser==2.17
14:50:25   Downloading pycparser-2.17.tar.gz (231 kB)
14:50:25 Collecting pyOpenSSL==18.0.0
14:50:25   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
14:50:26 Collecting pyparsing==2.2.0
14:50:26   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
14:50:26 Collecting requests==2.20.0
14:50:26   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
14:50:26 Collecting six==1.10.0
14:50:26   Downloading six-1.10.0-py2.py3-none-any.whl (10 kB)
14:50:26 Collecting urllib3==1.24.3
14:50:26   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
14:50:26 Collecting websocket-client==0.56.0
14:50:26   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
14:50:26 Collecting bcrypt>=3.1.3
14:50:26   Downloading bcrypt-3.1.7-cp34-abi3-manylinux1_x86_64.whl (56 kB)
14:50:26 Collecting pyasn1>=0.1.7
14:50:26   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
14:50:26 Collecting pynacl>=1.0.1
14:50:26   Downloading PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB)
14:50:26 Collecting chardet<3.1.0,>=3.0.2
14:50:26   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
14:50:26 Collecting certifi>=2017.4.17
14:50:26   Downloading certifi-2020.4.5.2-py2.py3-none-any.whl (157 kB)
14:50:26 Building wheels for collected packages: backports.ssl-match-hostname, cffi, ipaddress, pycparser
14:50:26   Building wheel for backports.ssl-match-hostname (setup.py): started
14:50:26   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
14:50:26   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py3-none-any.whl size=5205 sha256=8341ac5dcb13f575cf3c23325498e5014bef52e93e6a9c4e153598e451cbe484
14:50:26   Stored in directory: /root/.cache/pip/wheels/93/72/f6/df894bfc7947d11f89dbdb4e9b786703a43cd547c1b5e8c738
14:50:26   Building wheel for cffi (setup.py): started
14:50:30   Building wheel for cffi (setup.py): finished with status 'done'
14:50:30   Created wheel for cffi: filename=cffi-1.10.0-cp37-cp37m-linux_x86_64.whl size=371228 sha256=5ba2f225c309cd4aed0c4c88de0716426437d8ba9a9181a9f6cc9b65732ab269
14:50:30   Stored in directory: /root/.cache/pip/wheels/cc/8d/6c/d24a8db003ac4a51d9959a9985718fac84e1baa5ec6c42d115
14:50:30   Building wheel for ipaddress (setup.py): started
14:50:30   Building wheel for ipaddress (setup.py): finished with status 'done'
14:50:30   Created wheel for ipaddress: filename=ipaddress-1.0.18-py3-none-any.whl size=18104 sha256=88292c9cfce200d0d1b02157653004e019eee1376a7e9a0b1afe89710c5be7a5
14:50:30   Stored in directory: /root/.cache/pip/wheels/54/90/bd/f99e221ab77ef8e6d65c14efe986cef3360da2990396093151
14:50:30   Building wheel for pycparser (setup.py): started
14:50:31   Building wheel for pycparser (setup.py): finished with status 'done'
14:50:31   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=192835 sha256=f1c4f2d2f08f64eee4cac49a0c15523493489eabbddacb2f88dfe1df22dfc0da
14:50:31   Stored in directory: /root/.cache/pip/wheels/91/50/7a/9f94e39b01559aa44c3cefb775d7befcc01d0a6ed0093cab37
14:50:31 Successfully built backports.ssl-match-hostname cffi ipaddress pycparser
14:50:31 Installing collected packages: appdirs, asn1crypto, backports.ssl-match-hostname, pycparser, cffi, idna, six, cryptography, enum34, ipaddress, pyparsing, packaging, bcrypt, pyasn1, pynacl, paramiko, pyOpenSSL, chardet, certifi, urllib3, requests, websocket-client
14:50:32 Successfully installed appdirs-1.4.3 asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.1.7 certifi-2020.4.5.2 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.8 pycparser-2.17 pynacl-1.4.0 pyparsing-2.2.0 requests-2.20.0 six-1.10.0 urllib3-1.24.3 websocket-client-0.56.0
14:50:37 Removing intermediate container 4f862a930759
14:50:37  ---> 8bc1bd114bca
14:50:37 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt
14:50:37  ---> cdf7a65aec92
14:50:37 Step 17/19 : RUN pip install -r test-requirements.txt
14:50:37  ---> Running in fd87a3878fd5
14:50:42 Collecting setuptools==44.0.0
14:50:44   Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB)
14:50:44 Collecting coverage==4.5.2
14:50:44   Downloading coverage-4.5.2-cp37-cp37m-manylinux1_x86_64.whl (205 kB)
14:50:44 Collecting flake8==3.6.0
14:50:44   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
14:50:44 Collecting mock==1.0.1
14:50:44   Downloading mock-1.0.1.tar.gz (818 kB)
14:50:44 Collecting pytest==4.3.1
14:50:44   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
14:50:45 Collecting pytest-cov==2.6.1
14:50:45   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
14:50:45 Collecting pytest-timeout==1.3.3
14:50:45   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
14:50:45 Collecting pycodestyle<2.5.0,>=2.4.0
14:50:45   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
14:50:45 Collecting mccabe<0.7.0,>=0.6.0
14:50:45   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
14:50:45 Collecting pyflakes<2.1.0,>=2.0.0
14:50:45   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
14:50:45 Collecting py>=1.5.0
14:50:45   Downloading py-1.8.2-py2.py3-none-any.whl (83 kB)
14:50:45 Collecting more-itertools>=4.0.0; python_version > "2.7"
14:50:45   Downloading more_itertools-8.4.0-py3-none-any.whl (43 kB)
14:50:45 Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.7/site-packages (from pytest==4.3.1->-r test-requirements.txt (line 5)) (1.10.0)
14:50:45 Collecting pluggy>=0.7
14:50:45   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
14:50:45 Collecting attrs>=17.4.0
14:50:45   Downloading attrs-19.3.0-py2.py3-none-any.whl (39 kB)
14:50:45 Collecting atomicwrites>=1.0
14:50:45   Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
14:50:45 Collecting importlib-metadata>=0.12; python_version < "3.8"
14:50:45   Downloading importlib_metadata-1.6.1-py2.py3-none-any.whl (31 kB)
14:50:45 Collecting zipp>=0.5
14:50:45   Downloading zipp-3.1.0-py3-none-any.whl (4.9 kB)
14:50:45 Building wheels for collected packages: mock
14:50:45   Building wheel for mock (setup.py): started
14:50:45   Building wheel for mock (setup.py): finished with status 'done'
14:50:45   Created wheel for mock: filename=mock-1.0.1-py3-none-any.whl size=23754 sha256=21f8c18cf611e93890a5c81275fe7c6cdb2e85fc0133004925f242a2667724be
14:50:45   Stored in directory: /root/.cache/pip/wheels/16/03/37/f0a64ab894c9102906f192db1a4071b7592292ad661563c69b
14:50:45 Successfully built mock
14:50:45 Installing collected packages: setuptools, coverage, pycodestyle, mccabe, pyflakes, flake8, mock, py, more-itertools, zipp, importlib-metadata, pluggy, attrs, atomicwrites, pytest, pytest-cov, pytest-timeout
14:50:45   Attempting uninstall: setuptools
14:50:45     Found existing installation: setuptools 47.1.1
14:50:45     Uninstalling setuptools-47.1.1:
14:50:46       Successfully uninstalled setuptools-47.1.1
14:50:47 Successfully installed atomicwrites-1.4.0 attrs-19.3.0 coverage-4.5.2 flake8-3.6.0 importlib-metadata-1.6.1 mccabe-0.6.1 mock-1.0.1 more-itertools-8.4.0 pluggy-0.13.1 py-1.8.2 pycodestyle-2.4.0 pyflakes-2.0.0 pytest-4.3.1 pytest-cov-2.6.1 pytest-timeout-1.3.3 setuptools-44.0.0 zipp-3.1.0
14:50:47 Removing intermediate container fd87a3878fd5
14:50:47  ---> 8938f277ab65
14:50:47 Step 18/19 : COPY . /src
14:50:47  ---> a21867d1c4da
14:50:47 Step 19/19 : RUN pip install .
14:50:47  ---> Running in c3c192ad1bb7
14:50:48 Processing /src
14:50:48 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.7/site-packages (from docker==4.3.0.dev0) (1.10.0)
14:50:48 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.7/site-packages (from docker==4.3.0.dev0) (0.56.0)
14:50:48 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python3.7/site-packages (from docker==4.3.0.dev0) (2.20.0)
14:50:49 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.3.0.dev0) (1.24.3)
14:50:49 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.3.0.dev0) (2020.4.5.2)
14:50:49 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.3.0.dev0) (3.0.4)
14:50:49 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.3.0.dev0) (2.5)
14:50:49 Building wheels for collected packages: docker
14:50:49   Building wheel for docker (setup.py): started
14:50:49   Building wheel for docker (setup.py): finished with status 'done'
14:50:49   Created wheel for docker: filename=docker-4.3.0.dev0-py2.py3-none-any.whl size=144397 sha256=65e8e13432ec5e8c1ccf20de34a07235ec99846d2ee9f150268e240e8ede1a62
14:50:49   Stored in directory: /tmp/pip-ephem-wheel-cache-5ng1jm00/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525
14:50:49 Successfully built docker
14:50:49 Installing collected packages: docker
14:50:49 Successfully installed docker-4.3.0.dev0
14:50:49 Removing intermediate container c3c192ad1bb7
14:50:49  ---> 2306cc685351
14:50:49 Successfully built 2306cc685351
14:50:49 Successfully tagged dockerbuildbot/docker-py:py3-a877c85e906195d72740c89b46cac09020c6e08c
[Pipeline] isUnix
[Pipeline] sh
14:50:50 + docker tag dockerbuildbot/docker-py:py3-a877c85e906195d72740c89b46cac09020c6e08c dockerbuildbot/docker-py:py3-a877c85e906195d72740c89b46cac09020c6e08c
[Pipeline] isUnix
[Pipeline] sh
14:50:50 + docker push dockerbuildbot/docker-py:py3-a877c85e906195d72740c89b46cac09020c6e08c
14:50:50 The push refers to repository [docker.io/dockerbuildbot/docker-py]
14:50:50 b2eb8dd2fdab: Preparing
14:50:50 321995083fa4: Preparing
14:50:50 e23c5447b9e9: Preparing
14:50:50 cc128cb2809a: Preparing
14:50:50 8feff0ecfc4c: Preparing
14:50:50 6fe5982e743b: Preparing
14:50:50 d9004d59b8ac: Preparing
14:50:50 1609e62ecc79: Preparing
14:50:50 6d8fe449e6b8: Preparing
14:50:50 9bb4e03a0047: Preparing
14:50:50 f546b74f4e4b: Preparing
14:50:50 736809366164: Preparing
14:50:50 f31984c0c68f: Preparing
14:50:50 475f4bb04b24: Preparing
14:50:50 cbb1d92a5872: Preparing
14:50:50 f8d89ba0399b: Preparing
14:50:50 2be8fac4a55f: Preparing
14:50:50 dabd0b48256e: Preparing
14:50:50 98d95bdfa037: Preparing
14:50:50 da9418a2e1b1: Preparing
14:50:50 2e5b4ca91984: Preparing
14:50:50 527ade4639e0: Preparing
14:50:50 c2c789d2d3c5: Preparing
14:50:50 8803ef42039d: Preparing
14:50:50 6fe5982e743b: Waiting
14:50:50 d9004d59b8ac: Waiting
14:50:50 1609e62ecc79: Waiting
14:50:50 6d8fe449e6b8: Waiting
14:50:50 9bb4e03a0047: Waiting
14:50:50 f546b74f4e4b: Waiting
14:50:50 736809366164: Waiting
14:50:50 f31984c0c68f: Waiting
14:50:50 475f4bb04b24: Waiting
14:50:50 cbb1d92a5872: Waiting
14:50:50 f8d89ba0399b: Waiting
14:50:50 2be8fac4a55f: Waiting
14:50:50 dabd0b48256e: Waiting
14:50:50 98d95bdfa037: Waiting
14:50:50 2e5b4ca91984: Waiting
14:50:50 527ade4639e0: Waiting
14:50:50 c2c789d2d3c5: Waiting
14:50:50 8803ef42039d: Waiting
14:50:50 da9418a2e1b1: Waiting
14:50:52 321995083fa4: Pushed
14:50:52 b2eb8dd2fdab: Pushed
14:50:52 cc128cb2809a: Pushed
14:50:52 e23c5447b9e9: Pushed
14:50:53 6fe5982e743b: Pushed
14:50:53 1609e62ecc79: Pushed
14:50:53 d9004d59b8ac: Pushed
14:50:53 8feff0ecfc4c: Pushed
14:50:54 9bb4e03a0047: Pushed
14:50:54 6d8fe449e6b8: Pushed
14:50:54 f546b74f4e4b: Pushed
14:50:54 f8d89ba0399b: Layer already exists
14:50:55 2be8fac4a55f: Layer already exists
14:50:55 736809366164: Pushed
14:50:55 98d95bdfa037: Layer already exists
14:50:55 dabd0b48256e: Layer already exists
14:50:55 2e5b4ca91984: Layer already exists
14:50:55 da9418a2e1b1: Layer already exists
14:50:55 c2c789d2d3c5: Layer already exists
14:50:55 8803ef42039d: Layer already exists
14:50:55 527ade4639e0: Layer already exists
14:50:55 f31984c0c68f: Pushed
14:50:55 cbb1d92a5872: Pushed
14:50:56 475f4bb04b24: Pushed
14:50:58 py3-a877c85e906195d72740c89b46cac09020c6e08c: digest: sha256:0cf8491b09ba133e631b6cd9b41ca3312f40f99739bcb00b0adc52728a5fac40 size: 5349
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0dde4b1d0cb85c6d5) in /home/ubuntu/workspace/docker-py_PR-2595
[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-2595@tmp/8b34014a-8616-4f90-91e3-06a9bc17cdcf/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
14:51:06 + docker run --rm --entrypoint=python dockerbuildbot/docker-py:py3-a877c85e906195d72740c89b46cac09020c6e08c /src/scripts/versions.py
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] parallel
[Pipeline] { (Branch: py2.7_19.03.5)
[Pipeline] { (Branch: py2.7_19.03.11)
[Pipeline] { (Branch: py3.7_19.03.5)
[Pipeline] { (Branch: py3.7_19.03.11)
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0dde4b1d0cb85c6d5) in /home/ubuntu/workspace/docker-py_PR-2595
[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-2595@tmp/593a8287-380d-4e8c-a8e1-97162ae2441f/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
14:51:33 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
14:51:33 chowning workspace
[Pipeline] sh
14:51:33 + pwd
14:51:33 + id -u
14:51:33 + id -g
14:51:33 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2595:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
14:51:34 Removing all docker containers
[Pipeline] sh
14:51:34 + docker container ls -aq
[Pipeline] echo
14:51:34 Docker containers have been removed
[Pipeline] echo
14:51:34 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
14:51:34 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.5)
[Pipeline] checkout
14:51:35 using credential docker-jenkins-github-credentials
14:51:35 Cloning the remote Git repository
14:51:35 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-2595 # 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/2595/head:refs/remotes/origin/PR-2595 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:51:35 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/2595/head:refs/remotes/origin/PR-2595 # 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/2595/head:refs/remotes/origin/PR-2595 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:51:36 Merging remotes/origin/master commit 5efe28149a2060ff64faab5d4c1566f4cb994792 into PR head commit a877c85e906195d72740c89b46cac09020c6e08c
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_19.03.5
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0dde4b1d0cb85c6d5) in /home/ubuntu/workspace/docker-py_PR-2595
[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-2595@tmp/b389e427-d87a-4052-86d2-f0ef9ae324d9/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
14:51:36 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
14:51:36 chowning workspace
[Pipeline] sh
14:51:36 + pwd
14:51:36 + id -u
14:51:36 + id -g
14:51:36 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2595:/workspace busybox chown -R 1000:1000 /workspace
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a877c85e906195d72740c89b46cac09020c6e08c # timeout=10
[Pipeline] echo
14:51:37 Removing all docker containers
[Pipeline] sh
14:51:37 + docker container ls -aq
[Pipeline] echo
14:51:37 Docker containers have been removed
[Pipeline] echo
14:51:37 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
14:51:37 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.11)
[Pipeline] checkout
14:51:37 using credential docker-jenkins-github-credentials
14:51:37 Cloning the remote Git repository
14:51:37 Cloning with configured refspecs honoured and without tags
14:51:38 Fetching without tags
14:51:38 Merging remotes/origin/master commit 5efe28149a2060ff64faab5d4c1566f4cb994792 into PR head commit a877c85e906195d72740c89b46cac09020c6e08c
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_19.03.11
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0dde4b1d0cb85c6d5) in /home/ubuntu/workspace/docker-py_PR-2595
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2595 # 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/2595/head:refs/remotes/origin/PR-2595 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2595/head:refs/remotes/origin/PR-2595 # 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/2595/head:refs/remotes/origin/PR-2595 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a877c85e906195d72740c89b46cac09020c6e08c # timeout=10
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-2595@tmp/00dd2ce2-dd19-4452-9d30-32457b3ebc88/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
14:51:38 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
14:51:38 chowning workspace
[Pipeline] sh
14:51:39 + pwd
14:51:39 + id -u
14:51:39 + id -g
14:51:39 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2595:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
14:51:40 Removing all docker containers
[Pipeline] sh
14:51:40 + docker container ls -aq
[Pipeline] echo
14:51:40 Docker containers have been removed
[Pipeline] echo
14:51:40 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
14:51:40 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.5)
[Pipeline] checkout
14:51:40 using credential docker-jenkins-github-credentials
14:51:40 Cloning the remote Git repository
14:51:40 Cloning with configured refspecs honoured and without tags
14:51:41 Fetching without tags
14:51:41 Merging remotes/origin/master commit 5efe28149a2060ff64faab5d4c1566f4cb994792 into PR head commit a877c85e906195d72740c89b46cac09020c6e08c
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2595 # 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/2595/head:refs/remotes/origin/PR-2595 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2595/head:refs/remotes/origin/PR-2595 # 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/2595/head:refs/remotes/origin/PR-2595 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a877c85e906195d72740c89b46cac09020c6e08c # timeout=10
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.5
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0dde4b1d0cb85c6d5) in /home/ubuntu/workspace/docker-py_PR-2595
[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-2595@tmp/e49b5f86-e705-4de8-9c60-5fc82d6f2eb7/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
14:51:41 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
14:51:41 chowning workspace
[Pipeline] sh
14:51:41 + pwd
14:51:41 + id -u
14:51:41 + id -g
14:51:41 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2595:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
14:51:42 Removing all docker containers
[Pipeline] sh
14:51:43 + docker container ls -aq
[Pipeline] echo
14:51:43 Docker containers have been removed
[Pipeline] echo
14:51:43 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
14:51:43 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.11)
[Pipeline] checkout
14:51:43 using credential docker-jenkins-github-credentials
14:51:43 Cloning the remote Git repository
14:51:43 Cloning with configured refspecs honoured and without tags
14:51:43 Fetching without tags
14:51:44 Merging remotes/origin/master commit 5efe28149a2060ff64faab5d4c1566f4cb994792 into PR head commit a877c85e906195d72740c89b46cac09020c6e08c
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.11
[Pipeline] // parallel
[Pipeline] End of Pipeline
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2595 # 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/2595/head:refs/remotes/origin/PR-2595 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2595/head:refs/remotes/origin/PR-2595 # 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/2595/head:refs/remotes/origin/PR-2595 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a877c85e906195d72740c89b46cac09020c6e08c # timeout=10

GitHub has been notified of this commit’s build result

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

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2372)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1000(CliGitAPIImpl.java:80)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2681)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0dde4b1d0cb85c6d5)
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:998)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor664.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.$Proxy469.execute(Unknown Source)
		at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:144)
		at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:110)
		at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1063)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1168)
		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 a877c85e906195d72740c89b46cac09020c6e08c" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: a877c85e906195d72740c89b46cac09020c6e08c

		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2372)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1000(CliGitAPIImpl.java:80)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2681)
	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0dde4b1d0cb85c6d5)
			at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
			at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
			at hudson.remoting.Channel.call(Channel.java:998)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
			at sun.reflect.GeneratedMethodAccessor664.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.$Proxy469.execute(Unknown Source)
			at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:144)
			at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:110)
			at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1063)
			at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1168)
			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 a877c85e906195d72740c89b46cac09020c6e08c
Also:   hudson.plugins.git.GitException: Command "git checkout -f a877c85e906195d72740c89b46cac09020c6e08c" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: a877c85e906195d72740c89b46cac09020c6e08c

		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2372)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1000(CliGitAPIImpl.java:80)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2681)
	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0dde4b1d0cb85c6d5)
			at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
			at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
			at hudson.remoting.Channel.call(Channel.java:998)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
			at sun.reflect.GeneratedMethodAccessor664.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.$Proxy469.execute(Unknown Source)
			at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:144)
			at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:110)
			at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1063)
			at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1168)
			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 a877c85e906195d72740c89b46cac09020c6e08c
Also:   hudson.plugins.git.GitException: Command "git checkout -f a877c85e906195d72740c89b46cac09020c6e08c" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: a877c85e906195d72740c89b46cac09020c6e08c

		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2372)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1000(CliGitAPIImpl.java:80)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2681)
	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0dde4b1d0cb85c6d5)
			at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
			at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
			at hudson.remoting.Channel.call(Channel.java:998)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
			at sun.reflect.GeneratedMethodAccessor664.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.$Proxy469.execute(Unknown Source)
			at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:144)
			at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:110)
			at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1063)
			at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1168)
			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 a877c85e906195d72740c89b46cac09020c6e08c
Caused: hudson.plugins.git.GitException: Could not checkout a877c85e906195d72740c89b46cac09020c6e08c
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2705)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:154)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	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