Skip to content
Failed

Console Output

Pull request #2495 updated
13:13:42 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from e4be3ad89710e11565466638f05a11ae68247bb8+f2e09ae63287dd812ceaf936513ccf836392fab1 (775d1078b4fc4d2030a402413491042fe58d04d7)
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 26028d2ce48352c9b2c3f496e963b79a4944a426
using credential jps-reader
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master
Checking out Revision 26028d2ce48352c9b2c3f496e963b79a4944a426 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 26028d2ce48352c9b2c3f496e963b79a4944a426
Commit message: "[TAR-1227] Run the sonar container as the current user (#17)"
 > git rev-list --no-walk 26028d2ce48352c9b2c3f496e963b79a4944a426 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-0d9aaf70262c7428d) in /home/ubuntu/workspace/docker-py_PR-2495
[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-2495@tmp/7cd2c001-6ef2-464e-b62e-19e020d725ee/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
13:13:45 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:13:45 chowning workspace
[Pipeline] sh
13:13:45 + uname -m
[Pipeline] sh
13:13:45 + pwd
13:13:45 + id -u
13:13:45 + id -g
13:13:45 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2495:/workspace busybox chown -R 1000:1000 /workspace
13:13:45 Unable to find image 'busybox:latest' locally
13:13:45 latest: Pulling from library/busybox
13:13:45 bdbbaa22dec6: Pulling fs layer
13:13:45 bdbbaa22dec6: Download complete
13:13:45 bdbbaa22dec6: Pull complete
13:13:45 Digest: sha256:6915be4043561d64e0ab0f8f098dc2ac48e077fe23f488ac24b665166898115a
13:13:45 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
13:13:47 Removing all docker containers
[Pipeline] sh
13:13:47 + docker container ls -aq
13:13:47 + docker container rm -vf 4cee16839e4b
13:13:47 4cee16839e4b
13:13:47 + docker container rm -vf 9fd231c7c144
13:13:48 9fd231c7c144
13:13:48 + docker container rm -vf 370fb2375085
13:13:48 Error: No such container: 370fb2375085
[Pipeline] echo
13:13:48 hudson.AbortException: script returned exit code 1
[Pipeline] echo
13:13:48 Docker containers have been removed
[Pipeline] echo
13:13:48 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:13:48 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
13:13:48 using credential docker-jenkins-github-credentials
13:13:48 Cloning the remote Git repository
13:13:48 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-2495 # 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/2495/head:refs/remotes/origin/PR-2495 +refs/heads/master:refs/remotes/origin/master
13:13:49 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/2495/head:refs/remotes/origin/PR-2495 # 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
13:13:49 Merging remotes/origin/master commit f2e09ae63287dd812ceaf936513ccf836392fab1 into PR head commit e4be3ad89710e11565466638f05a11ae68247bb8
13:13:50 Merge succeeded, producing e4be3ad89710e11565466638f05a11ae68247bb8
13:13:50 Checking out Revision e4be3ad89710e11565466638f05a11ae68247bb8 (PR-2495)
13:13:50 Commit message: "Return current context instead of default on get_context with no name"
[Pipeline] sh
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/2495/head:refs/remotes/origin/PR-2495 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e4be3ad89710e11565466638f05a11ae68247bb8
 > git merge f2e09ae63287dd812ceaf936513ccf836392fab1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e4be3ad89710e11565466638f05a11ae68247bb8
 > git rev-list --no-walk 0125e06acc2ffac1a84ddc51610bee40078a3341 # timeout=10
13:13:51 + git rev-parse HEAD
[Pipeline] sh
13:13:51 + docker pull dockerbuildbot/docker-py:py2-e4be3ad89710e11565466638f05a11ae68247bb8
13:13:51 Error response from daemon: manifest for dockerbuildbot/docker-py:py2-e4be3ad89710e11565466638f05a11ae68247bb8 not found: manifest unknown: manifest unknown
[Pipeline] sh
13:13:51 + docker build -t dockerbuildbot/docker-py:py2-e4be3ad89710e11565466638f05a11ae68247bb8 -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 .
13:13:51 Sending build context to Docker daemon  1.301MB

13:13:51 Step 1/19 : ARG PYTHON_VERSION=3.7
13:13:51 Step 2/19 : FROM python:${PYTHON_VERSION}
13:13:51 2.7: Pulling from library/python
13:13:52 dc65f448a2e2: Pulling fs layer
13:13:52 346ffb2b67d7: Pulling fs layer
13:13:52 dea4ecac934f: Pulling fs layer
13:13:52 8ac92ddf84b3: Pulling fs layer
13:13:52 a3ca60abc08a: Pulling fs layer
13:13:52 306a7a6db7d6: Pulling fs layer
13:13:52 62bb680d338b: Pulling fs layer
13:13:52 cf7c654f874c: Pulling fs layer
13:13:52 d808faf2b346: Pulling fs layer
13:13:52 306a7a6db7d6: Waiting
13:13:52 62bb680d338b: Waiting
13:13:52 cf7c654f874c: Waiting
13:13:52 d808faf2b346: Waiting
13:13:52 8ac92ddf84b3: Waiting
13:13:52 a3ca60abc08a: Waiting
13:13:52 346ffb2b67d7: Verifying Checksum
13:13:52 346ffb2b67d7: Download complete
13:13:52 dea4ecac934f: Verifying Checksum
13:13:52 dea4ecac934f: Download complete
13:13:52 dc65f448a2e2: Verifying Checksum
13:13:52 dc65f448a2e2: Download complete
13:13:53 8ac92ddf84b3: Verifying Checksum
13:13:53 8ac92ddf84b3: Download complete
13:13:53 306a7a6db7d6: Verifying Checksum
13:13:53 306a7a6db7d6: Download complete
13:13:53 62bb680d338b: Verifying Checksum
13:13:53 62bb680d338b: Download complete
13:13:53 cf7c654f874c: Verifying Checksum
13:13:53 cf7c654f874c: Download complete
13:13:53 d808faf2b346: Verifying Checksum
13:13:53 d808faf2b346: Download complete
13:13:54 a3ca60abc08a: Verifying Checksum
13:13:54 a3ca60abc08a: Download complete
13:13:55 dc65f448a2e2: Pull complete
13:13:56 346ffb2b67d7: Pull complete
13:13:56 dea4ecac934f: Pull complete
13:13:59 8ac92ddf84b3: Pull complete
13:14:05 a3ca60abc08a: Pull complete
13:14:05 306a7a6db7d6: Pull complete
13:14:06 62bb680d338b: Pull complete
13:14:06 cf7c654f874c: Pull complete
13:14:06 d808faf2b346: Pull complete
13:14:06 Digest: sha256:35e09ea760e7b9b855f6fb72c396ed1c60256f10d3df64777148c00a1ce9998c
13:14:06 Status: Downloaded newer image for python:2.7
13:14:06  ---> 883fd6e9f928
13:14:06 Step 3/19 : ARG APT_MIRROR
13:14:08  ---> Running in d875b66847c2
13:14:08 Removing intermediate container d875b66847c2
13:14:08  ---> 874bc8d8af25
13:14:08 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
13:14:08  ---> Running in cfd171f68db8
13:14:09 Removing intermediate container cfd171f68db8
13:14:09  ---> 87891b79ea21
13:14:09 Step 5/19 : RUN apt-get update && apt-get -y install     gnupg2     pass     curl
13:14:09  ---> Running in 260bdd9c532f
13:14:10 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:14:10 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
13:14:10 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
13:14:10 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [175 kB]
13:14:10 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7908 kB]
13:14:11 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
13:14:12 Fetched 8325 kB in 2s (4801 kB/s)
13:14:12 Reading package lists...
13:14:13 Reading package lists...
13:14:13 Building dependency tree...
13:14:13 Reading state information...
13:14:13 curl is already the newest version (7.64.0-4).
13:14:13 The following additional packages will be installed:
13:14:13   libqrencode4 libxmu6 libxmuu1 qrencode tree xauth xclip
13:14:13 Suggested packages:
13:14:13   libxml-simple-perl ruby
13:14:13 The following NEW packages will be installed:
13:14:13   gnupg2 libqrencode4 libxmu6 libxmuu1 pass qrencode tree xauth xclip
13:14:14 0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded.
13:14:14 Need to get 708 kB of archives.
13:14:14 After this operation, 1197 kB of additional disk space will be used.
13:14:14 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
13:14:14 Get:2 http://deb.debian.org/debian buster/main amd64 libqrencode4 amd64 4.0.2-1 [38.2 kB]
13:14:14 Get:3 http://deb.debian.org/debian buster/main amd64 libxmu6 amd64 2:1.1.2-2+b3 [60.8 kB]
13:14:14 Get:4 http://deb.debian.org/debian buster/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB]
13:14:14 Get:5 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
13:14:14 Get:6 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
13:14:14 Get:7 http://deb.debian.org/debian buster/main amd64 qrencode amd64 4.0.2-1 [39.8 kB]
13:14:14 Get:8 http://deb.debian.org/debian buster/main amd64 xauth amd64 1:1.0.10-1 [40.3 kB]
13:14:14 Get:9 http://deb.debian.org/debian buster/main amd64 xclip amd64 0.13-1 [23.2 kB]
13:14:14 debconf: delaying package configuration, since apt-utils is not installed
13:14:14 Fetched 708 kB in 0s (1809 kB/s)
13:14:14 Selecting previously unselected package gnupg2.
13:14:14 (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 ... 24533 files and directories currently installed.)
13:14:14 Preparing to unpack .../0-gnupg2_2.2.12-1+deb10u1_all.deb ...
13:14:14 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
13:14:14 Selecting previously unselected package libqrencode4:amd64.
13:14:14 Preparing to unpack .../1-libqrencode4_4.0.2-1_amd64.deb ...
13:14:14 Unpacking libqrencode4:amd64 (4.0.2-1) ...
13:14:14 Selecting previously unselected package libxmu6:amd64.
13:14:14 Preparing to unpack .../2-libxmu6_2%3a1.1.2-2+b3_amd64.deb ...
13:14:14 Unpacking libxmu6:amd64 (2:1.1.2-2+b3) ...
13:14:14 Selecting previously unselected package libxmuu1:amd64.
13:14:14 Preparing to unpack .../3-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ...
13:14:14 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ...
13:14:14 Selecting previously unselected package tree.
13:14:14 Preparing to unpack .../4-tree_1.8.0-1_amd64.deb ...
13:14:14 Unpacking tree (1.8.0-1) ...
13:14:14 Selecting previously unselected package pass.
13:14:14 Preparing to unpack .../5-pass_1.7.3-2_all.deb ...
13:14:14 Unpacking pass (1.7.3-2) ...
13:14:14 Selecting previously unselected package qrencode.
13:14:14 Preparing to unpack .../6-qrencode_4.0.2-1_amd64.deb ...
13:14:14 Unpacking qrencode (4.0.2-1) ...
13:14:14 Selecting previously unselected package xauth.
13:14:14 Preparing to unpack .../7-xauth_1%3a1.0.10-1_amd64.deb ...
13:14:14 Unpacking xauth (1:1.0.10-1) ...
13:14:14 Selecting previously unselected package xclip.
13:14:14 Preparing to unpack .../8-xclip_0.13-1_amd64.deb ...
13:14:14 Unpacking xclip (0.13-1) ...
13:14:14 Setting up gnupg2 (2.2.12-1+deb10u1) ...
13:14:14 Setting up libxmu6:amd64 (2:1.1.2-2+b3) ...
13:14:14 Setting up libqrencode4:amd64 (4.0.2-1) ...
13:14:14 Setting up qrencode (4.0.2-1) ...
13:14:14 Setting up tree (1.8.0-1) ...
13:14:14 Setting up xclip (0.13-1) ...
13:14:14 Setting up pass (1.7.3-2) ...
13:14:14 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ...
13:14:14 Setting up xauth (1:1.0.10-1) ...
13:14:14 Processing triggers for libc-bin (2.28-10) ...
13:14:15 Removing intermediate container 260bdd9c532f
13:14:15  ---> bee33228d7da
13:14:15 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys
13:14:15  ---> b394608e88e3
13:14:15 Step 7/19 : RUN gpg2 --import gpg-keys/secret
13:14:15  ---> Running in 3b10b335f076
13:14:16 gpg: directory '/root/.gnupg' created
13:14:16 gpg: keybox '/root/.gnupg/pubring.kbx' created
13:14:16 gpg: /root/.gnupg/trustdb.gpg: trustdb created
13:14:16 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
13:14:16 gpg: key 464ED987A7B21401: secret key imported
13:14:16 gpg: Total number processed: 1
13:14:16 gpg:               imported: 1
13:14:16 gpg:       secret keys read: 1
13:14:16 gpg:   secret keys imported: 1
13:14:16 Removing intermediate container 3b10b335f076
13:14:16  ---> f1115038a12f
13:14:16 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
13:14:16  ---> Running in 4fdd689f94ce
13:14:17 gpg: inserting ownertrust of 6
13:14:17 Removing intermediate container 4fdd689f94ce
13:14:17  ---> a6bf70623574
13:14:17 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
13:14:17  ---> Running in f15444d4858a
13:14:18 gpg: please do a --check-trustdb
13:14:18 mkdir: created directory '/root/.password-store/'
13:14:18 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
13:14:19 Removing intermediate container f15444d4858a
13:14:19  ---> be60affb604c
13:14:19 Step 10/19 : RUN gpg2 --check-trustdb
13:14:19  ---> Running in 4b9115317f76
13:14:20 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
13:14:20 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
13:14:20 Removing intermediate container 4b9115317f76
13:14:20  ---> 6e146e4fc6ff
13:14:20 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3
13:14:20  ---> Running in b9c0bc3550d0
13:14:20 Removing intermediate container b9c0bc3550d0
13:14:20  ---> 0dbed2099148
13:14:20 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
13:14:20  ---> Running in c3c1c320050e
13:14:22 Removing intermediate container c3c1c320050e
13:14:22  ---> 5c92d1ad8dc4
13:14:22 Step 13/19 : WORKDIR /src
13:14:22  ---> Running in b39b4579141a
13:14:22 Removing intermediate container b39b4579141a
13:14:22  ---> 82424bc7c52d
13:14:22 Step 14/19 : COPY requirements.txt /src/requirements.txt
13:14:22  ---> e61b8039c738
13:14:22 Step 15/19 : RUN pip install -r requirements.txt
13:14:22  ---> Running in 8fde839717ab
13:14:23 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
13:14:23 Ignoring pypiwin32: markers 'sys_platform == "win32" and python_version < "3.6"' don't match your environment
13:14:23 Ignoring pypiwin32: markers 'sys_platform == "win32" and python_version >= "3.6"' don't match your environment
13:14:27 Collecting appdirs==1.4.3
13:14:28   Downloading appdirs-1.4.3-py2.py3-none-any.whl (12 kB)
13:14:28 Collecting asn1crypto==0.22.0
13:14:28   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
13:14:28 Collecting backports.ssl-match-hostname==3.5.0.1
13:14:28   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
13:14:29 Collecting cffi==1.10.0
13:14:29   Downloading cffi-1.10.0-cp27-cp27mu-manylinux1_x86_64.whl (392 kB)
13:14:29 Collecting cryptography==2.3
13:14:29   Downloading cryptography-2.3-cp27-cp27mu-manylinux1_x86_64.whl (2.1 MB)
13:14:29 Collecting enum34==1.1.6
13:14:29   Downloading enum34-1.1.6-py2-none-any.whl (12 kB)
13:14:29 Collecting idna==2.5
13:14:29   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
13:14:29 Collecting ipaddress==1.0.18
13:14:29   Downloading ipaddress-1.0.18-py2-none-any.whl (17 kB)
13:14:29 Collecting packaging==16.8
13:14:29   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
13:14:29 Collecting paramiko==2.4.2
13:14:29   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
13:14:29 Collecting pycparser==2.17
13:14:29   Downloading pycparser-2.17.tar.gz (231 kB)
13:14:29 Collecting pyOpenSSL==18.0.0
13:14:29   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
13:14:30 Collecting pyparsing==2.2.0
13:14:30   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
13:14:30 Collecting requests==2.20.0
13:14:30   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
13:14:30 Collecting six==1.10.0
13:14:30   Downloading six-1.10.0-py2.py3-none-any.whl (10 kB)
13:14:30 Collecting urllib3==1.24.3
13:14:30   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
13:14:30 Collecting websocket-client==0.56.0
13:14:30   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
13:14:30 Collecting pyasn1>=0.1.7
13:14:30   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
13:14:30 Collecting pynacl>=1.0.1
13:14:30   Downloading PyNaCl-1.3.0-cp27-cp27mu-manylinux1_x86_64.whl (762 kB)
13:14:30 Collecting bcrypt>=3.1.3
13:14:30   Downloading bcrypt-3.1.7-cp27-cp27mu-manylinux1_x86_64.whl (59 kB)
13:14:30 Collecting certifi>=2017.4.17
13:14:30   Downloading certifi-2019.11.28-py2.py3-none-any.whl (156 kB)
13:14:30 Collecting chardet<3.1.0,>=3.0.2
13:14:30   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
13:14:30 Building wheels for collected packages: backports.ssl-match-hostname, pycparser
13:14:30   Building wheel for backports.ssl-match-hostname (setup.py): started
13:14:30   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
13:14:30   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py2-none-any.whl size=5209 sha256=4b92e1d989c31e65e731c1e090773535733a423b5580825bf8e1bb6152c9cc60
13:14:30   Stored in directory: /root/.cache/pip/wheels/19/dd/8c/6cad8e6c38a9fe006dd7423ca1655bb1eb3cb94c5ce1814e4f
13:14:30   Building wheel for pycparser (setup.py): started
13:14:31   Building wheel for pycparser (setup.py): finished with status 'done'
13:14:31   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=193884 sha256=54e6b493a89af259c8f2ccbe5cc2eddbae81fbe42f930e75f35ad2e1cc792832
13:14:31   Stored in directory: /root/.cache/pip/wheels/03/08/f2/bf70552f051cd78e9d8fe7d196ef762858dcfa156965e3a1e3
13:14:31 Successfully built backports.ssl-match-hostname pycparser
13:14:31 Installing collected packages: appdirs, 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
13:14:32 Successfully installed appdirs-1.4.3 asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.1.7 certifi-2019.11.28 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.3.0 pyparsing-2.2.0 requests-2.20.0 six-1.10.0 urllib3-1.24.3 websocket-client-0.56.0
13:14:37 Removing intermediate container 8fde839717ab
13:14:37  ---> 9b181da1c114
13:14:37 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt
13:14:37  ---> f5ca7c5e08d2
13:14:37 Step 17/19 : RUN pip install -r test-requirements.txt
13:14:37  ---> Running in cbb5f4d64226
13:14: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
13:14:38 Requirement already satisfied: setuptools==44.0.0 in /usr/local/lib/python2.7/site-packages (from -r test-requirements.txt (line 1)) (44.0.0)
13:14:44 Collecting coverage==4.5.2
13:14:44   Downloading coverage-4.5.2-cp27-cp27mu-manylinux1_x86_64.whl (201 kB)
13:14:44 Collecting flake8==3.6.0
13:14:44   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
13:14:44 Collecting mock==1.0.1
13:14:44   Downloading mock-1.0.1.tar.gz (818 kB)
13:14:44 Collecting pytest==4.3.1
13:14:44   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
13:14:45 Collecting pytest-cov==2.6.1
13:14:45   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
13:14:45 Collecting pytest-timeout==1.3.3
13:14:45   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
13:14:45 Collecting pyflakes<2.1.0,>=2.0.0
13:14:45   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
13:14:45 Collecting configparser; python_version < "3.2"
13:14:45   Downloading configparser-4.0.2-py2.py3-none-any.whl (22 kB)
13:14:45 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)
13:14:45 Collecting pycodestyle<2.5.0,>=2.4.0
13:14:45   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
13:14:45 Collecting mccabe<0.7.0,>=0.6.0
13:14:45   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
13:14:45 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)
13:14:45 Collecting pathlib2>=2.2.0; python_version < "3.6"
13:14:45   Downloading pathlib2-2.3.5-py2.py3-none-any.whl (18 kB)
13:14:45 Collecting py>=1.5.0
13:14:45   Downloading py-1.8.1-py2.py3-none-any.whl (83 kB)
13:14:45 Collecting attrs>=17.4.0
13:14:45   Downloading attrs-19.3.0-py2.py3-none-any.whl (39 kB)
13:14:45 Collecting more-itertools<6.0.0,>=4.0.0; python_version <= "2.7"
13:14:45   Downloading more_itertools-5.0.0-py2-none-any.whl (52 kB)
13:14:45 Collecting atomicwrites>=1.0
13:14:45   Downloading atomicwrites-1.3.0-py2.py3-none-any.whl (5.9 kB)
13:14:45 Collecting pluggy>=0.7
13:14:45   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
13:14:45 Collecting funcsigs; python_version < "3.0"
13:14:45   Downloading funcsigs-1.0.2-py2.py3-none-any.whl (17 kB)
13:14:45 Collecting scandir; python_version < "3.5"
13:14:45   Downloading scandir-1.10.0.tar.gz (33 kB)
13:14:45 Collecting importlib-metadata>=0.12; python_version < "3.8"
13:14:45   Downloading importlib_metadata-1.5.0-py2.py3-none-any.whl (30 kB)
13:14:45 Collecting contextlib2; python_version < "3"
13:14:45   Downloading contextlib2-0.6.0.post1-py2.py3-none-any.whl (9.8 kB)
13:14:45 Collecting zipp>=0.5
13:14:45   Downloading zipp-1.1.0-py2.py3-none-any.whl (4.6 kB)
13:14:45 Building wheels for collected packages: mock, scandir
13:14:45   Building wheel for mock (setup.py): started
13:14:46   Building wheel for mock (setup.py): finished with status 'done'
13:14:46   Created wheel for mock: filename=mock-1.0.1-py2-none-any.whl size=23755 sha256=0f4cf4468926a0de7fc96ae6e051aceaff2561f60aa53a74bef9dfe2054a8785
13:14:46   Stored in directory: /root/.cache/pip/wheels/ad/62/e0/a06cc957652749e64c7904e899eca3ecb2ec47c60d52653660
13:14:46   Building wheel for scandir (setup.py): started
13:14:46   Building wheel for scandir (setup.py): finished with status 'done'
13:14:46   Created wheel for scandir: filename=scandir-1.10.0-cp27-cp27mu-linux_x86_64.whl size=42779 sha256=7efc645cf688e58b858898b4762ce6dd7cf9a08f7811ca8144b3c4c784df6d59
13:14:46   Stored in directory: /root/.cache/pip/wheels/58/2c/26/52406f7d1f19bcc47a6fbd1037a5f293492f5cf1d58c539edb
13:14:46 Successfully built mock scandir
13:14:46 Installing collected packages: coverage, pyflakes, configparser, pycodestyle, mccabe, flake8, mock, scandir, pathlib2, py, attrs, more-itertools, atomicwrites, contextlib2, zipp, importlib-metadata, pluggy, funcsigs, pytest, pytest-cov, pytest-timeout
13:14:47 Successfully installed atomicwrites-1.3.0 attrs-19.3.0 configparser-4.0.2 contextlib2-0.6.0.post1 coverage-4.5.2 flake8-3.6.0 funcsigs-1.0.2 importlib-metadata-1.5.0 mccabe-0.6.1 mock-1.0.1 more-itertools-5.0.0 pathlib2-2.3.5 pluggy-0.13.1 py-1.8.1 pycodestyle-2.4.0 pyflakes-2.0.0 pytest-4.3.1 pytest-cov-2.6.1 pytest-timeout-1.3.3 scandir-1.10.0 zipp-1.1.0
13:14:48 Removing intermediate container cbb5f4d64226
13:14:48  ---> b5fe25e157d8
13:14:48 Step 18/19 : COPY . /src
13:14:48  ---> be61613163d4
13:14:48 Step 19/19 : RUN pip install .
13:14:48  ---> Running in 5ce2f5122a46
13:14:49 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
13:14:49 Processing /src
13:14:49 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python2.7/site-packages (from docker==4.2.0.dev0) (1.10.0)
13:14:49 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python2.7/site-packages (from docker==4.2.0.dev0) (0.56.0)
13:14:49 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python2.7/site-packages (from docker==4.2.0.dev0) (2.20.0)
13:14:49 Requirement already satisfied: backports.ssl_match_hostname>=3.5 in /usr/local/lib/python2.7/site-packages (from docker==4.2.0.dev0) (3.5.0.1)
13:14:49 Requirement already satisfied: ipaddress>=1.0.16 in /usr/local/lib/python2.7/site-packages (from docker==4.2.0.dev0) (1.0.18)
13:14:49 Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.2.0.dev0) (2019.11.28)
13:14:49 Requirement already satisfied: idna<2.8,>=2.5 in /usr/local/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.2.0.dev0) (2.5)
13:14:49 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/local/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.2.0.dev0) (3.0.4)
13:14:49 Requirement already satisfied: urllib3<1.25,>=1.21.1 in /usr/local/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.2.0.dev0) (1.24.3)
13:14:49 Building wheels for collected packages: docker
13:14:49   Building wheel for docker (setup.py): started
13:14:50   Building wheel for docker (setup.py): finished with status 'done'
13:14:50   Created wheel for docker: filename=docker-4.2.0.dev0-py2.py3-none-any.whl size=143980 sha256=7fbe5a4088b63f6541fe8c24c4d0cf55dcd5c533f5248bd951c20185c3532cde
13:14:50   Stored in directory: /tmp/pip-ephem-wheel-cache-TrI3IA/wheels/dc/45/28/050a7fcd95fc9b9f504d64d6668214323c48b439857458e65c
13:14:50 Successfully built docker
13:14:50 Installing collected packages: docker
13:14:50 Successfully installed docker-4.2.0.dev0
13:14:50 Removing intermediate container 5ce2f5122a46
13:14:50  ---> b3ef9a7069fc
13:14:50 Successfully built b3ef9a7069fc
13:14:50 Successfully tagged dockerbuildbot/docker-py:py2-e4be3ad89710e11565466638f05a11ae68247bb8
[Pipeline] sh
13:14:51 + docker tag dockerbuildbot/docker-py:py2-e4be3ad89710e11565466638f05a11ae68247bb8 dockerbuildbot/docker-py:py2-e4be3ad89710e11565466638f05a11ae68247bb8
[Pipeline] sh
13:14:51 + docker push dockerbuildbot/docker-py:py2-e4be3ad89710e11565466638f05a11ae68247bb8
13:14:51 The push refers to repository [docker.io/dockerbuildbot/docker-py]
13:14:51 99e1e7dcf8c4: Preparing
13:14:51 133965ad89be: Preparing
13:14:51 abbe1f79370f: Preparing
13:14:51 d5e25a772be8: Preparing
13:14:51 a8abef7501fb: Preparing
13:14:51 9142e21ede38: Preparing
13:14:51 8745526c17bb: Preparing
13:14:51 814ac59ca17a: Preparing
13:14:51 cc38c2f2c9be: Preparing
13:14:51 506d8a93d604: Preparing
13:14:51 2d0be63d404e: Preparing
13:14:51 e3e0f98cf5bc: Preparing
13:14:51 474c113a1de8: Preparing
13:14:51 fb5408a82e61: Preparing
13:14:51 773d51e876e6: Preparing
13:14:51 6789768244d1: Preparing
13:14:51 1bb0f373b079: Preparing
13:14:51 1d539fca9da3: Preparing
13:14:51 7d516feb580e: Preparing
13:14:51 3f4c8c89729b: Preparing
13:14:51 5c813a85f7f0: Preparing
13:14:51 bdca38f94ff0: Preparing
13:14:51 faac394a1ad3: Preparing
13:14:51 ce8168f12337: Preparing
13:14:51 9142e21ede38: Waiting
13:14:51 8745526c17bb: Waiting
13:14:51 814ac59ca17a: Waiting
13:14:51 cc38c2f2c9be: Waiting
13:14:51 506d8a93d604: Waiting
13:14:51 2d0be63d404e: Waiting
13:14:51 e3e0f98cf5bc: Waiting
13:14:51 474c113a1de8: Waiting
13:14:51 fb5408a82e61: Waiting
13:14:51 773d51e876e6: Waiting
13:14:51 6789768244d1: Waiting
13:14:51 1bb0f373b079: Waiting
13:14:51 1d539fca9da3: Waiting
13:14:51 7d516feb580e: Waiting
13:14:51 3f4c8c89729b: Waiting
13:14:51 5c813a85f7f0: Waiting
13:14:51 bdca38f94ff0: Waiting
13:14:51 faac394a1ad3: Waiting
13:14:51 ce8168f12337: Waiting
13:14:52 133965ad89be: Pushed
13:14:52 d5e25a772be8: Pushed
13:14:52 99e1e7dcf8c4: Pushed
13:14:53 abbe1f79370f: Pushed
13:14:53 9142e21ede38: Pushed
13:14:53 814ac59ca17a: Pushed
13:14:54 8745526c17bb: Pushed
13:14:54 cc38c2f2c9be: Pushed
13:14:54 506d8a93d604: Pushed
13:14:55 a8abef7501fb: Pushed
13:14:55 2d0be63d404e: Pushed
13:14:55 6789768244d1: Mounted from library/python
13:14:55 1bb0f373b079: Mounted from library/python
13:14:55 474c113a1de8: Pushed
13:14:55 e3e0f98cf5bc: Pushed
13:14:55 7d516feb580e: Mounted from library/python
13:14:55 1d539fca9da3: Mounted from library/python
13:14:56 5c813a85f7f0: Mounted from library/python
13:14:56 bdca38f94ff0: Mounted from library/python
13:14:56 3f4c8c89729b: Mounted from library/python
13:14:56 773d51e876e6: Pushed
13:14:56 faac394a1ad3: Mounted from library/python
13:14:56 ce8168f12337: Mounted from library/python
13:14:58 fb5408a82e61: Pushed
13:14:59 py2-e4be3ad89710e11565466638f05a11ae68247bb8: digest: sha256:e5e0f23d0d89655e1c41b60eff76a28a2260dc87d6f14849b79f6a98dc7c8ce9 size: 5353
[Pipeline] sh
13:15:00 + docker pull dockerbuildbot/docker-py:py3-e4be3ad89710e11565466638f05a11ae68247bb8
13:15:00 Error response from daemon: manifest for dockerbuildbot/docker-py:py3-e4be3ad89710e11565466638f05a11ae68247bb8 not found: manifest unknown: manifest unknown
[Pipeline] sh
13:15:00 + docker build -t dockerbuildbot/docker-py:py3-e4be3ad89710e11565466638f05a11ae68247bb8 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
13:15:00 Sending build context to Docker daemon  1.301MB

13:15:00 Step 1/19 : ARG PYTHON_VERSION=3.7
13:15:00 Step 2/19 : FROM python:${PYTHON_VERSION}
13:15:00 3.7: Pulling from library/python
13:15:00 dc65f448a2e2: Already exists
13:15:00 346ffb2b67d7: Already exists
13:15:00 dea4ecac934f: Already exists
13:15:00 8ac92ddf84b3: Already exists
13:15:00 a3ca60abc08a: Already exists
13:15:00 9253bd2ee3f6: Pulling fs layer
13:15:00 27f3323f0a58: Pulling fs layer
13:15:00 ea74ff1569e8: Pulling fs layer
13:15:00 1e7d1a31f70a: Pulling fs layer
13:15:00 1e7d1a31f70a: Waiting
13:15:00 ea74ff1569e8: Verifying Checksum
13:15:00 ea74ff1569e8: Download complete
13:15:00 9253bd2ee3f6: Verifying Checksum
13:15:00 9253bd2ee3f6: Download complete
13:15:00 1e7d1a31f70a: Verifying Checksum
13:15:00 1e7d1a31f70a: Download complete
13:15:00 27f3323f0a58: Verifying Checksum
13:15:00 27f3323f0a58: Download complete
13:15:01 9253bd2ee3f6: Pull complete
13:15:02 27f3323f0a58: Pull complete
13:15:02 ea74ff1569e8: Pull complete
13:15:02 1e7d1a31f70a: Pull complete
13:15:02 Digest: sha256:177d12ebaec2293a91da2acafef9593f8c4a4ee16cc0cf5e41f28fa215e56c47
13:15:02 Status: Downloaded newer image for python:3.7
13:15:02  ---> 894300ec3929
13:15:02 Step 3/19 : ARG APT_MIRROR
13:15:02  ---> Running in 0cdec0546688
13:15:03 Removing intermediate container 0cdec0546688
13:15:03  ---> 011df665e8e4
13:15:03 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
13:15:03  ---> Running in fa6f7109a322
13:15:04 Removing intermediate container fa6f7109a322
13:15:04  ---> 88eadf36d5aa
13:15:04 Step 5/19 : RUN apt-get update && apt-get -y install     gnupg2     pass     curl
13:15:04  ---> Running in 850338f21e5c
13:15:05 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
13:15:05 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:15:05 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
13:15:05 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [175 kB]
13:15:05 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7908 kB]
13:15:05 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
13:15:06 Fetched 8325 kB in 2s (4787 kB/s)
13:15:07 Reading package lists...
13:15:07 Reading package lists...
13:15:08 Building dependency tree...
13:15:08 Reading state information...
13:15:08 curl is already the newest version (7.64.0-4).
13:15:08 The following additional packages will be installed:
13:15:08   libqrencode4 libxmu6 libxmuu1 qrencode tree xauth xclip
13:15:08 Suggested packages:
13:15:08   libxml-simple-perl ruby
13:15:08 The following NEW packages will be installed:
13:15:08   gnupg2 libqrencode4 libxmu6 libxmuu1 pass qrencode tree xauth xclip
13:15:08 0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded.
13:15:08 Need to get 708 kB of archives.
13:15:08 After this operation, 1197 kB of additional disk space will be used.
13:15:08 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
13:15:08 Get:2 http://deb.debian.org/debian buster/main amd64 libqrencode4 amd64 4.0.2-1 [38.2 kB]
13:15:08 Get:3 http://deb.debian.org/debian buster/main amd64 libxmu6 amd64 2:1.1.2-2+b3 [60.8 kB]
13:15:08 Get:4 http://deb.debian.org/debian buster/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB]
13:15:08 Get:5 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
13:15:08 Get:6 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
13:15:08 Get:7 http://deb.debian.org/debian buster/main amd64 qrencode amd64 4.0.2-1 [39.8 kB]
13:15:08 Get:8 http://deb.debian.org/debian buster/main amd64 xauth amd64 1:1.0.10-1 [40.3 kB]
13:15:08 Get:9 http://deb.debian.org/debian buster/main amd64 xclip amd64 0.13-1 [23.2 kB]
13:15:08 debconf: delaying package configuration, since apt-utils is not installed
13:15:08 Fetched 708 kB in 0s (2571 kB/s)
13:15:08 Selecting previously unselected package gnupg2.
13:15:08 (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 ... 24593 files and directories currently installed.)
13:15:08 Preparing to unpack .../0-gnupg2_2.2.12-1+deb10u1_all.deb ...
13:15:08 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
13:15:08 Selecting previously unselected package libqrencode4:amd64.
13:15:08 Preparing to unpack .../1-libqrencode4_4.0.2-1_amd64.deb ...
13:15:08 Unpacking libqrencode4:amd64 (4.0.2-1) ...
13:15:08 Selecting previously unselected package libxmu6:amd64.
13:15:08 Preparing to unpack .../2-libxmu6_2%3a1.1.2-2+b3_amd64.deb ...
13:15:08 Unpacking libxmu6:amd64 (2:1.1.2-2+b3) ...
13:15:08 Selecting previously unselected package libxmuu1:amd64.
13:15:08 Preparing to unpack .../3-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ...
13:15:08 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ...
13:15:08 Selecting previously unselected package tree.
13:15:08 Preparing to unpack .../4-tree_1.8.0-1_amd64.deb ...
13:15:08 Unpacking tree (1.8.0-1) ...
13:15:08 Selecting previously unselected package pass.
13:15:08 Preparing to unpack .../5-pass_1.7.3-2_all.deb ...
13:15:08 Unpacking pass (1.7.3-2) ...
13:15:08 Selecting previously unselected package qrencode.
13:15:08 Preparing to unpack .../6-qrencode_4.0.2-1_amd64.deb ...
13:15:08 Unpacking qrencode (4.0.2-1) ...
13:15:09 Selecting previously unselected package xauth.
13:15:09 Preparing to unpack .../7-xauth_1%3a1.0.10-1_amd64.deb ...
13:15:09 Unpacking xauth (1:1.0.10-1) ...
13:15:09 Selecting previously unselected package xclip.
13:15:09 Preparing to unpack .../8-xclip_0.13-1_amd64.deb ...
13:15:09 Unpacking xclip (0.13-1) ...
13:15:09 Setting up gnupg2 (2.2.12-1+deb10u1) ...
13:15:09 Setting up libxmu6:amd64 (2:1.1.2-2+b3) ...
13:15:09 Setting up libqrencode4:amd64 (4.0.2-1) ...
13:15:09 Setting up qrencode (4.0.2-1) ...
13:15:09 Setting up tree (1.8.0-1) ...
13:15:09 Setting up xclip (0.13-1) ...
13:15:09 Setting up pass (1.7.3-2) ...
13:15:09 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ...
13:15:09 Setting up xauth (1:1.0.10-1) ...
13:15:09 Processing triggers for libc-bin (2.28-10) ...
13:15:10 Removing intermediate container 850338f21e5c
13:15:10  ---> 0c8941aa9da9
13:15:10 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys
13:15:10  ---> 019a4dac849b
13:15:10 Step 7/19 : RUN gpg2 --import gpg-keys/secret
13:15:10  ---> Running in 1fe002b03204
13:15:10 gpg: directory '/root/.gnupg' created
13:15:10 gpg: keybox '/root/.gnupg/pubring.kbx' created
13:15:10 gpg: /root/.gnupg/trustdb.gpg: trustdb created
13:15:10 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
13:15:10 gpg: key 464ED987A7B21401: secret key imported
13:15:10 gpg: Total number processed: 1
13:15:10 gpg:               imported: 1
13:15:10 gpg:       secret keys read: 1
13:15:10 gpg:   secret keys imported: 1
13:15:11 Removing intermediate container 1fe002b03204
13:15:11  ---> 379fdd56b400
13:15:11 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
13:15:11  ---> Running in fe205e66e536
13:15:11 gpg: inserting ownertrust of 6
13:15:12 Removing intermediate container fe205e66e536
13:15:12  ---> 3472c7a4d6f5
13:15:12 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
13:15:12  ---> Running in 306c2b1a55cb
13:15:13 gpg: please do a --check-trustdb
13:15:13 mkdir: created directory '/root/.password-store/'
13:15:13 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
13:15:13 Removing intermediate container 306c2b1a55cb
13:15:13  ---> 58fc446bc042
13:15:13 Step 10/19 : RUN gpg2 --check-trustdb
13:15:13  ---> Running in d84b7613f41b
13:15:14 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
13:15:14 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
13:15:15 Removing intermediate container d84b7613f41b
13:15:15  ---> 14f13d9c0991
13:15:15 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3
13:15:15  ---> Running in 4b69796eabbb
13:15:15 Removing intermediate container 4b69796eabbb
13:15:15  ---> be4b66c8822c
13:15: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
13:15:15  ---> Running in 8351c90a02c3
13:15:16 Removing intermediate container 8351c90a02c3
13:15:16  ---> 20f30cbf0895
13:15:16 Step 13/19 : WORKDIR /src
13:15:16  ---> Running in f66f2b5a178f
13:15:16 Removing intermediate container f66f2b5a178f
13:15:16  ---> 85337fb6c70b
13:15:16 Step 14/19 : COPY requirements.txt /src/requirements.txt
13:15:16  ---> 1bd6f857010c
13:15:16 Step 15/19 : RUN pip install -r requirements.txt
13:15:16  ---> Running in 1553191ac7ad
13:15:18 Ignoring pypiwin32: markers 'sys_platform == "win32" and python_version < "3.6"' don't match your environment
13:15:18 Ignoring pypiwin32: markers 'sys_platform == "win32" and python_version >= "3.6"' don't match your environment
13:15:22 Collecting appdirs==1.4.3
13:15:23   Downloading appdirs-1.4.3-py2.py3-none-any.whl (12 kB)
13:15:23 Collecting asn1crypto==0.22.0
13:15:23   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
13:15:23 Collecting backports.ssl-match-hostname==3.5.0.1
13:15:23   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
13:15:24 Collecting cffi==1.10.0
13:15:24   Downloading cffi-1.10.0.tar.gz (418 kB)
13:15:25 Collecting cryptography==2.3
13:15:25   Downloading cryptography-2.3-cp34-abi3-manylinux1_x86_64.whl (2.1 MB)
13:15:25 Collecting enum34==1.1.6
13:15:25   Downloading enum34-1.1.6-py3-none-any.whl (12 kB)
13:15:25 Collecting idna==2.5
13:15:25   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
13:15:25 Collecting ipaddress==1.0.18
13:15:25   Downloading ipaddress-1.0.18.tar.gz (32 kB)
13:15:25 Collecting packaging==16.8
13:15:25   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
13:15:25 Collecting paramiko==2.4.2
13:15:25   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
13:15:25 Collecting pycparser==2.17
13:15:25   Downloading pycparser-2.17.tar.gz (231 kB)
13:15:25 Collecting pyOpenSSL==18.0.0
13:15:25   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
13:15:25 Collecting pyparsing==2.2.0
13:15:25   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
13:15:25 Collecting requests==2.20.0
13:15:25   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
13:15:25 Collecting six==1.10.0
13:15:25   Downloading six-1.10.0-py2.py3-none-any.whl (10 kB)
13:15:26 Collecting urllib3==1.24.3
13:15:26   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
13:15:26 Collecting websocket-client==0.56.0
13:15:26   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
13:15:26 Collecting bcrypt>=3.1.3
13:15:26   Downloading bcrypt-3.1.7-cp34-abi3-manylinux1_x86_64.whl (56 kB)
13:15:26 Collecting pyasn1>=0.1.7
13:15:26   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
13:15:26 Collecting pynacl>=1.0.1
13:15:26   Downloading PyNaCl-1.3.0-cp34-abi3-manylinux1_x86_64.whl (759 kB)
13:15:26 Collecting chardet<3.1.0,>=3.0.2
13:15:26   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
13:15:26 Collecting certifi>=2017.4.17
13:15:26   Downloading certifi-2019.11.28-py2.py3-none-any.whl (156 kB)
13:15:26 Building wheels for collected packages: backports.ssl-match-hostname, cffi, ipaddress, pycparser
13:15:26   Building wheel for backports.ssl-match-hostname (setup.py): started
13:15:26   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
13:15:26   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py3-none-any.whl size=5205 sha256=f449732d52ece65a9820362e9b11514ed76d82f156e4badc863bc78393adbd30
13:15:26   Stored in directory: /root/.cache/pip/wheels/93/72/f6/df894bfc7947d11f89dbdb4e9b786703a43cd547c1b5e8c738
13:15:26   Building wheel for cffi (setup.py): started
13:15:29   Building wheel for cffi (setup.py): finished with status 'done'
13:15:29   Created wheel for cffi: filename=cffi-1.10.0-cp37-cp37m-linux_x86_64.whl size=371213 sha256=79157175272e6732eb3b2394d43b7297776c9c632ef55f12c4b555ee38d9abce
13:15:29   Stored in directory: /root/.cache/pip/wheels/cc/8d/6c/d24a8db003ac4a51d9959a9985718fac84e1baa5ec6c42d115
13:15:29   Building wheel for ipaddress (setup.py): started
13:15:30   Building wheel for ipaddress (setup.py): finished with status 'done'
13:15:30   Created wheel for ipaddress: filename=ipaddress-1.0.18-py3-none-any.whl size=18104 sha256=8ace4dd0c3d14222d006e920c23afa483ab9d411e7f3b01fe860d99d736597ea
13:15:30   Stored in directory: /root/.cache/pip/wheels/54/90/bd/f99e221ab77ef8e6d65c14efe986cef3360da2990396093151
13:15:30   Building wheel for pycparser (setup.py): started
13:15:30   Building wheel for pycparser (setup.py): finished with status 'done'
13:15:30   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=192840 sha256=db0a7e7a53e5baa323f0f16e262d8315123c19d4c1eb54b690b62382faea7387
13:15:30   Stored in directory: /root/.cache/pip/wheels/91/50/7a/9f94e39b01559aa44c3cefb775d7befcc01d0a6ed0093cab37
13:15:30 Successfully built backports.ssl-match-hostname cffi ipaddress pycparser
13:15:30 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
13:15:32 Successfully installed appdirs-1.4.3 asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.1.7 certifi-2019.11.28 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.3.0 pyparsing-2.2.0 requests-2.20.0 six-1.10.0 urllib3-1.24.3 websocket-client-0.56.0
13:15:37 Removing intermediate container 1553191ac7ad
13:15:37  ---> 4415034e6180
13:15:37 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt
13:15:37  ---> d6659385704d
13:15:37 Step 17/19 : RUN pip install -r test-requirements.txt
13:15:37  ---> Running in b65048d21414
13:15:42 Collecting setuptools==44.0.0
13:15:44   Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB)
13:15:44 Collecting coverage==4.5.2
13:15:44   Downloading coverage-4.5.2-cp37-cp37m-manylinux1_x86_64.whl (205 kB)
13:15:44 Collecting flake8==3.6.0
13:15:44   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
13:15:44 Collecting mock==1.0.1
13:15:44   Downloading mock-1.0.1.tar.gz (818 kB)
13:15:44 Collecting pytest==4.3.1
13:15:44   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
13:15:44 Collecting pytest-cov==2.6.1
13:15:44   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
13:15:44 Collecting pytest-timeout==1.3.3
13:15:44   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
13:15:45 Collecting pyflakes<2.1.0,>=2.0.0
13:15:45   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
13:15:45 Collecting mccabe<0.7.0,>=0.6.0
13:15:45   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
13:15:45 Collecting pycodestyle<2.5.0,>=2.4.0
13:15:45   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
13:15:45 Collecting attrs>=17.4.0
13:15:45   Downloading attrs-19.3.0-py2.py3-none-any.whl (39 kB)
13:15: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)
13:15:45 Collecting atomicwrites>=1.0
13:15:45   Downloading atomicwrites-1.3.0-py2.py3-none-any.whl (5.9 kB)
13:15:45 Collecting more-itertools>=4.0.0; python_version > "2.7"
13:15:45   Downloading more_itertools-8.2.0-py3-none-any.whl (43 kB)
13:15:45 Collecting pluggy>=0.7
13:15:45   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
13:15:45 Collecting py>=1.5.0
13:15:45   Downloading py-1.8.1-py2.py3-none-any.whl (83 kB)
13:15:45 Collecting importlib-metadata>=0.12; python_version < "3.8"
13:15:45   Downloading importlib_metadata-1.5.0-py2.py3-none-any.whl (30 kB)
13:15:45 Collecting zipp>=0.5
13:15:45   Downloading zipp-2.1.0-py3-none-any.whl (4.6 kB)
13:15:45 Building wheels for collected packages: mock
13:15:45   Building wheel for mock (setup.py): started
13:15:45   Building wheel for mock (setup.py): finished with status 'done'
13:15:45   Created wheel for mock: filename=mock-1.0.1-py3-none-any.whl size=23754 sha256=bcd0ee2b80341eda7b8cf165d5b7e0a1a5e841f4d2c2bd3dddd2aa909a9ee076
13:15:45   Stored in directory: /root/.cache/pip/wheels/16/03/37/f0a64ab894c9102906f192db1a4071b7592292ad661563c69b
13:15:45 Successfully built mock
13:15:45 Installing collected packages: setuptools, coverage, pyflakes, mccabe, pycodestyle, flake8, mock, attrs, atomicwrites, more-itertools, zipp, importlib-metadata, pluggy, py, pytest, pytest-cov, pytest-timeout
13:15:45   Attempting uninstall: setuptools
13:15:45     Found existing installation: setuptools 45.1.0
13:15:45     Uninstalling setuptools-45.1.0:
13:15:45       Successfully uninstalled setuptools-45.1.0
13:15:46 Successfully installed atomicwrites-1.3.0 attrs-19.3.0 coverage-4.5.2 flake8-3.6.0 importlib-metadata-1.5.0 mccabe-0.6.1 mock-1.0.1 more-itertools-8.2.0 pluggy-0.13.1 py-1.8.1 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-2.1.0
13:15:47 Removing intermediate container b65048d21414
13:15:47  ---> 45e128d4c5a9
13:15:47 Step 18/19 : COPY . /src
13:15:48  ---> 108f7334da34
13:15:48 Step 19/19 : RUN pip install .
13:15:48  ---> Running in 56f483dd0756
13:15:48 Processing /src
13:15:49 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.7/site-packages (from docker==4.2.0.dev0) (1.10.0)
13:15:49 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.7/site-packages (from docker==4.2.0.dev0) (0.56.0)
13:15:49 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python3.7/site-packages (from docker==4.2.0.dev0) (2.20.0)
13:15: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.2.0.dev0) (2.5)
13:15: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.2.0.dev0) (3.0.4)
13:15: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.2.0.dev0) (2019.11.28)
13:15: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.2.0.dev0) (1.24.3)
13:15:49 Building wheels for collected packages: docker
13:15:49   Building wheel for docker (setup.py): started
13:15:49   Building wheel for docker (setup.py): finished with status 'done'
13:15:49   Created wheel for docker: filename=docker-4.2.0.dev0-py2.py3-none-any.whl size=143982 sha256=5bfc596afc571a390c24ab00d7d2abb22678e4b5ffcdb6b1a25faaded1673bfe
13:15:49   Stored in directory: /tmp/pip-ephem-wheel-cache-uca37yn5/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525
13:15:49 Successfully built docker
13:15:49 Installing collected packages: docker
13:15:49 Successfully installed docker-4.2.0.dev0
13:15:50 Removing intermediate container 56f483dd0756
13:15:50  ---> 8214efa6fc99
13:15:50 Successfully built 8214efa6fc99
13:15:50 Successfully tagged dockerbuildbot/docker-py:py3-e4be3ad89710e11565466638f05a11ae68247bb8
[Pipeline] sh
13:15:51 + docker tag dockerbuildbot/docker-py:py3-e4be3ad89710e11565466638f05a11ae68247bb8 dockerbuildbot/docker-py:py3-e4be3ad89710e11565466638f05a11ae68247bb8
[Pipeline] sh
13:15:51 + docker push dockerbuildbot/docker-py:py3-e4be3ad89710e11565466638f05a11ae68247bb8
13:15:51 The push refers to repository [docker.io/dockerbuildbot/docker-py]
13:15:51 ca159462607b: Preparing
13:15:51 eccae3c92b83: Preparing
13:15:51 3b65f250fa29: Preparing
13:15:51 43c7206671da: Preparing
13:15:51 526335eed875: Preparing
13:15:51 0266731cc17d: Preparing
13:15:51 1c00f9609de7: Preparing
13:15:51 425726603b1b: Preparing
13:15:51 d1b349c45b7c: Preparing
13:15:51 0d7f05469bf4: Preparing
13:15:51 1912eac18c27: Preparing
13:15:51 b1575db45b05: Preparing
13:15:51 991c4ac5e8dc: Preparing
13:15:51 bf4418f27167: Preparing
13:15:51 fa2df6da5898: Preparing
13:15:51 78ead60560fd: Preparing
13:15:51 da0efd653ebe: Preparing
13:15:51 21dc9194e1ab: Preparing
13:15:51 a10c79771e86: Preparing
13:15:51 3f4c8c89729b: Preparing
13:15:51 5c813a85f7f0: Preparing
13:15:51 bdca38f94ff0: Preparing
13:15:51 faac394a1ad3: Preparing
13:15:51 ce8168f12337: Preparing
13:15:51 1c00f9609de7: Waiting
13:15:51 425726603b1b: Waiting
13:15:51 d1b349c45b7c: Waiting
13:15:51 0d7f05469bf4: Waiting
13:15:51 1912eac18c27: Waiting
13:15:51 b1575db45b05: Waiting
13:15:51 991c4ac5e8dc: Waiting
13:15:51 bf4418f27167: Waiting
13:15:51 fa2df6da5898: Waiting
13:15:51 78ead60560fd: Waiting
13:15:51 da0efd653ebe: Waiting
13:15:51 21dc9194e1ab: Waiting
13:15:51 a10c79771e86: Waiting
13:15:51 3f4c8c89729b: Waiting
13:15:51 5c813a85f7f0: Waiting
13:15:51 bdca38f94ff0: Waiting
13:15:51 faac394a1ad3: Waiting
13:15:51 ce8168f12337: Waiting
13:15:51 0266731cc17d: Waiting
13:15:52 43c7206671da: Pushed
13:15:52 ca159462607b: Pushed
13:15:53 eccae3c92b83: Pushed
13:15:53 0266731cc17d: Pushed
13:15:53 3b65f250fa29: Pushed
13:15:53 1c00f9609de7: Pushed
13:15:54 d1b349c45b7c: Pushed
13:15:54 425726603b1b: Pushed
13:15:54 0d7f05469bf4: Pushed
13:15:54 1912eac18c27: Pushed
13:15:54 526335eed875: Pushed
13:15:55 78ead60560fd: Mounted from library/python
13:15:55 da0efd653ebe: Mounted from library/python
13:15:55 21dc9194e1ab: Mounted from library/python
13:15:55 b1575db45b05: Pushed
13:15:55 3f4c8c89729b: Layer already exists
13:15:55 991c4ac5e8dc: Pushed
13:15:55 5c813a85f7f0: Layer already exists
13:15:55 bdca38f94ff0: Layer already exists
13:15:55 fa2df6da5898: Pushed
13:15:55 faac394a1ad3: Layer already exists
13:15:55 ce8168f12337: Layer already exists
13:15:56 a10c79771e86: Mounted from library/python
13:15:58 bf4418f27167: Pushed
13:15:59 py3-e4be3ad89710e11565466638f05a11ae68247bb8: digest: sha256:3ea9edd2e7e5520e4e02eee4bfb6b6a5faba878ad52bf823d889df640211c252 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-0d9aaf70262c7428d) in /home/ubuntu/workspace/docker-py_PR-2495
[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-2495@tmp/c3cc426f-2d7d-4d4e-821d-10b7e5688585/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
13:16:00 + docker run --rm --entrypoint=python dockerbuildbot/docker-py:py3-e4be3ad89710e11565466638f05a11ae68247bb8 /src/scripts/versions.py
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] parallel
[Pipeline] { (Branch: py2.7_17.06.2-ce)
[Pipeline] { (Branch: py2.7_19.03.6-rc1)
[Pipeline] { (Branch: py2.7_19.03.5)
[Pipeline] { (Branch: py3.7_17.06.2-ce)
[Pipeline] { (Branch: py3.7_19.03.6-rc1)
[Pipeline] { (Branch: py3.7_19.03.5)
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu&&!zfs&&amd64’
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu&&!zfs&&amd64’
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu&&!zfs&&amd64’
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu&&!zfs&&amd64’
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu&&!zfs&&amd64’
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu&&!zfs&&amd64’
Running on ubuntu-1804-overlay2 (i-0d9aaf70262c7428d) in /home/ubuntu/workspace/docker-py_PR-2495
[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-2495@tmp/c1c48be9-920a-427c-a829-945fa209d983/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
13:16:45 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:16:45 chowning workspace
[Pipeline] sh
13:16:45 + uname -m
[Pipeline] sh
13:16:45 + pwd
13:16:45 + id -u
13:16:45 + id -g
13:16:45 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2495:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
13:16:46 Removing all docker containers
[Pipeline] sh
13:16:47 + docker container ls -aq
[Pipeline] echo
13:16:47 Docker containers have been removed
[Pipeline] echo
13:16:47 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:16:47 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=17.06.2-ce)
[Pipeline] checkout
13:16:47 using credential docker-jenkins-github-credentials
13:16:47 Cloning the remote Git repository
13:16:47 Cloning with configured refspecs honoured and without tags
13:16:47 Fetching without tags
13:16:48 Merging remotes/origin/master commit f2e09ae63287dd812ceaf936513ccf836392fab1 into PR head commit e4be3ad89710e11565466638f05a11ae68247bb8
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_17.06.2-ce
Running on ubuntu-1804-overlay2 (i-0d9aaf70262c7428d) in /home/ubuntu/workspace/docker-py_PR-2495
[Pipeline] {
[Pipeline] withDockerRegistry
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2495 # 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/2495/head:refs/remotes/origin/PR-2495 +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/2495/head:refs/remotes/origin/PR-2495 # 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/2495/head:refs/remotes/origin/PR-2495 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e4be3ad89710e11565466638f05a11ae68247bb8
$ 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-2495@tmp/78e883c1-0d92-4720-81f2-39ab4e347c56/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
13:16:48 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:16:48 chowning workspace
[Pipeline] sh
13:16:48 + uname -m
[Pipeline] sh
13:16:48 + pwd
13:16:48 + id -u
13:16:48 + id -g
13:16:48 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2495:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
13:16:49 Removing all docker containers
[Pipeline] sh
13:16:50 + docker container ls -aq
[Pipeline] echo
13:16:50 Docker containers have been removed
[Pipeline] echo
13:16:50 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:16:50 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.6-rc1)
[Pipeline] checkout
13:16:50 using credential docker-jenkins-github-credentials
13:16:50 Cloning the remote Git repository
13:16:50 Cloning with configured refspecs honoured and without tags
13:16:50 Fetching without tags
13:16:51 Merging remotes/origin/master commit f2e09ae63287dd812ceaf936513ccf836392fab1 into PR head commit e4be3ad89710e11565466638f05a11ae68247bb8
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_19.03.6-rc1
Running on ubuntu-1804-overlay2 (i-0d9aaf70262c7428d) in /home/ubuntu/workspace/docker-py_PR-2495
[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-2495 # 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/2495/head:refs/remotes/origin/PR-2495 +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/2495/head:refs/remotes/origin/PR-2495 # 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/2495/head:refs/remotes/origin/PR-2495 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e4be3ad89710e11565466638f05a11ae68247bb8
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-2495@tmp/364bfb5a-7654-4e31-be1d-ebcea04e8e25/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
13:16:51 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:16:51 chowning workspace
[Pipeline] sh
13:16:51 + uname -m
[Pipeline] sh
13:16:51 + pwd
13:16:51 + id -u
13:16:51 + id -g
13:16:51 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2495:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
13:16:52 Removing all docker containers
[Pipeline] sh
13:16:53 + docker container ls -aq
[Pipeline] echo
13:16:53 Docker containers have been removed
[Pipeline] echo
13:16:53 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:16:53 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.5)
[Pipeline] checkout
13:16:53 using credential docker-jenkins-github-credentials
13:16:53 Cloning the remote Git repository
13:16:53 Cloning with configured refspecs honoured and without tags
13:16:53 Fetching without tags
13:16:54 Merging remotes/origin/master commit f2e09ae63287dd812ceaf936513ccf836392fab1 into PR head commit e4be3ad89710e11565466638f05a11ae68247bb8
[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 ubuntu-1804-overlay2 (i-0d9aaf70262c7428d) in /home/ubuntu/workspace/docker-py_PR-2495
[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-2495 # 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/2495/head:refs/remotes/origin/PR-2495 +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/2495/head:refs/remotes/origin/PR-2495 # 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/2495/head:refs/remotes/origin/PR-2495 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e4be3ad89710e11565466638f05a11ae68247bb8
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-2495@tmp/afc7a370-7f7f-4061-8a82-3d7e01f2a8f7/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
13:16:54 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:16:54 chowning workspace
[Pipeline] sh
13:16:54 + uname -m
[Pipeline] sh
13:16:54 + pwd
13:16:54 + id -u
13:16:54 + id -g
13:16:54 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2495:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
13:16:55 Removing all docker containers
[Pipeline] sh
13:16:56 + docker container ls -aq
[Pipeline] echo
13:16:56 Docker containers have been removed
[Pipeline] echo
13:16:56 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:16:56 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=17.06.2-ce)
[Pipeline] checkout
13:16:56 using credential docker-jenkins-github-credentials
13:16:56 Cloning the remote Git repository
13:16:56 Cloning with configured refspecs honoured and without tags
13:16:56 Fetching without tags
13:16:57 Merging remotes/origin/master commit f2e09ae63287dd812ceaf936513ccf836392fab1 into PR head commit e4be3ad89710e11565466638f05a11ae68247bb8
[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
Running on ubuntu-1804-overlay2 (i-0d9aaf70262c7428d) in /home/ubuntu/workspace/docker-py_PR-2495
[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-2495 # 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/2495/head:refs/remotes/origin/PR-2495 +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/2495/head:refs/remotes/origin/PR-2495 # 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/2495/head:refs/remotes/origin/PR-2495 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e4be3ad89710e11565466638f05a11ae68247bb8
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-2495@tmp/6aabf8aa-d854-4e0b-bf00-eeb4a8908466/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
13:16:57 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:16:57 chowning workspace
[Pipeline] sh
13:16:57 + uname -m
[Pipeline] sh
13:16:57 + pwd
13:16:57 + id -u
13:16:57 + id -g
13:16:57 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2495:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
13:16:58 Removing all docker containers
[Pipeline] sh
13:16:59 + docker container ls -aq
[Pipeline] echo
13:16:59 Docker containers have been removed
[Pipeline] echo
13:16:59 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:16:59 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.6-rc1)
[Pipeline] checkout
13:16:59 using credential docker-jenkins-github-credentials
13:16:59 Cloning the remote Git repository
13:16:59 Cloning with configured refspecs honoured and without tags
13:17:00 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2495 # 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/2495/head:refs/remotes/origin/PR-2495 +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/2495/head:refs/remotes/origin/PR-2495 # 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/2495/head:refs/remotes/origin/PR-2495 +refs/heads/master:refs/remotes/origin/master
13:17:00 Merging remotes/origin/master commit f2e09ae63287dd812ceaf936513ccf836392fab1 into PR head commit e4be3ad89710e11565466638f05a11ae68247bb8
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.6-rc1
Running on ubuntu-1804-overlay2 (i-0d9aaf70262c7428d) in /home/ubuntu/workspace/docker-py_PR-2495
[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-2495@tmp/1a80cbbf-ace0-42e3-ae2d-03c426406d73/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
13:17:00 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:17:00 chowning workspace
[Pipeline] sh
13:17:00 + uname -m
[Pipeline] sh
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e4be3ad89710e11565466638f05a11ae68247bb8
13:17:01 + pwd
13:17:01 + id -u
13:17:01 + id -g
13:17:01 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2495:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
13:17:02 Removing all docker containers
[Pipeline] sh
13:17:02 + docker container ls -aq
[Pipeline] echo
13:17:02 Docker containers have been removed
[Pipeline] echo
13:17:02 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:17:02 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.5)
[Pipeline] checkout
13:17:02 using credential docker-jenkins-github-credentials
13:17:02 Cloning the remote Git repository
13:17:02 Cloning with configured refspecs honoured and without tags
13:17:03 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2495 # 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/2495/head:refs/remotes/origin/PR-2495 +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/2495/head:refs/remotes/origin/PR-2495 # 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/2495/head:refs/remotes/origin/PR-2495 +refs/heads/master:refs/remotes/origin/master
13:17:03 Merging remotes/origin/master commit f2e09ae63287dd812ceaf936513ccf836392fab1 into PR head commit e4be3ad89710e11565466638f05a11ae68247bb8
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.5
[Pipeline] // parallel
[Pipeline] End of Pipeline
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e4be3ad89710e11565466638f05a11ae68247bb8

GitHub has been notified of this commit’s build result

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

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

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

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

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

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

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