Skip to content
Failed

Console Output

Pull request #2495 updated
13:15:37 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 26acbb068816a032ca9df1c01d6a5003bffb78fb+f2e09ae63287dd812ceaf936513ccf836392fab1 (6ee1bfc76b1a7d716911c212272206a83b838597)
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-0ed8e3782daf8fa05) 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/f621c7fd-2e32-485b-bd93-de0c82814459/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:15:40 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:15:40 chowning workspace
[Pipeline] sh
13:15:41 + uname -m
[Pipeline] sh
13:15:41 + pwd
13:15:41 + id -u
13:15:41 + id -g
13:15:41 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2495:/workspace busybox chown -R 1000:1000 /workspace
13:15:41 Unable to find image 'busybox:latest' locally
13:15:41 latest: Pulling from library/busybox
13:15:41 bdbbaa22dec6: Pulling fs layer
13:15:41 bdbbaa22dec6: Verifying Checksum
13:15:41 bdbbaa22dec6: Download complete
13:15:41 bdbbaa22dec6: Pull complete
13:15:41 Digest: sha256:6915be4043561d64e0ab0f8f098dc2ac48e077fe23f488ac24b665166898115a
13:15:41 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
13:15:43 Removing all docker containers
[Pipeline] sh
13:15:43 + docker container ls -aq
13:15:43 + docker container rm -vf d8ae65b0ea85
13:15:43 d8ae65b0ea85
13:15:43 + docker container rm -vf f846de408949
13:15:44 f846de408949
13:15:44 + docker container rm -vf 31d481bb8d7b
13:15:44 Error: No such container: 31d481bb8d7b
[Pipeline] echo
13:15:44 hudson.AbortException: script returned exit code 1
[Pipeline] echo
13:15:44 Docker containers have been removed
[Pipeline] echo
13:15:44 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:15:44 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
13:15:44 using credential docker-jenkins-github-credentials
13:15:44 Cloning the remote Git repository
13:15:44 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
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
13:15:45 Fetching without tags
13:15:46 Merging remotes/origin/master commit f2e09ae63287dd812ceaf936513ccf836392fab1 into PR head commit 26acbb068816a032ca9df1c01d6a5003bffb78fb
13:15:46 Merge succeeded, producing 26acbb068816a032ca9df1c01d6a5003bffb78fb
13:15:46 Checking out Revision 26acbb068816a032ca9df1c01d6a5003bffb78fb (PR-2495)
13:15:46 Commit message: "cleanup"
 > 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 26acbb068816a032ca9df1c01d6a5003bffb78fb
 > git merge f2e09ae63287dd812ceaf936513ccf836392fab1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 26acbb068816a032ca9df1c01d6a5003bffb78fb
 > git rev-list --no-walk e4be3ad89710e11565466638f05a11ae68247bb8 # timeout=10
[Pipeline] sh
13:15:47 + git rev-parse HEAD
[Pipeline] sh
13:15:47 + docker pull dockerbuildbot/docker-py:py2-26acbb068816a032ca9df1c01d6a5003bffb78fb
13:15:47 Error response from daemon: manifest for dockerbuildbot/docker-py:py2-26acbb068816a032ca9df1c01d6a5003bffb78fb not found: manifest unknown: manifest unknown
[Pipeline] sh
13:15:48 + docker build -t dockerbuildbot/docker-py:py2-26acbb068816a032ca9df1c01d6a5003bffb78fb -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 .
13:15:48 Sending build context to Docker daemon  1.299MB

13:15:48 Step 1/19 : ARG PYTHON_VERSION=3.7
13:15:48 Step 2/19 : FROM python:${PYTHON_VERSION}
13:15:48 2.7: Pulling from library/python
13:15:48 dc65f448a2e2: Pulling fs layer
13:15:48 346ffb2b67d7: Pulling fs layer
13:15:48 dea4ecac934f: Pulling fs layer
13:15:48 8ac92ddf84b3: Pulling fs layer
13:15:48 a3ca60abc08a: Pulling fs layer
13:15:48 306a7a6db7d6: Pulling fs layer
13:15:48 62bb680d338b: Pulling fs layer
13:15:48 cf7c654f874c: Pulling fs layer
13:15:48 d808faf2b346: Pulling fs layer
13:15:48 8ac92ddf84b3: Waiting
13:15:48 a3ca60abc08a: Waiting
13:15:48 306a7a6db7d6: Waiting
13:15:48 62bb680d338b: Waiting
13:15:48 cf7c654f874c: Waiting
13:15:48 d808faf2b346: Waiting
13:15:48 346ffb2b67d7: Verifying Checksum
13:15:48 346ffb2b67d7: Download complete
13:15:48 dea4ecac934f: Verifying Checksum
13:15:48 dea4ecac934f: Download complete
13:15:49 dc65f448a2e2: Verifying Checksum
13:15:49 dc65f448a2e2: Download complete
13:15:49 306a7a6db7d6: Verifying Checksum
13:15:49 306a7a6db7d6: Download complete
13:15:49 8ac92ddf84b3: Verifying Checksum
13:15:49 8ac92ddf84b3: Download complete
13:15:49 cf7c654f874c: Verifying Checksum
13:15:49 cf7c654f874c: Download complete
13:15:49 62bb680d338b: Verifying Checksum
13:15:49 62bb680d338b: Download complete
13:15:49 d808faf2b346: Verifying Checksum
13:15:49 d808faf2b346: Download complete
13:15:51 a3ca60abc08a: Verifying Checksum
13:15:51 a3ca60abc08a: Download complete
13:15:52 dc65f448a2e2: Pull complete
13:15:52 346ffb2b67d7: Pull complete
13:15:53 dea4ecac934f: Pull complete
13:15:55 8ac92ddf84b3: Pull complete
13:16:02 a3ca60abc08a: Pull complete
13:16:02 306a7a6db7d6: Pull complete
13:16:03 62bb680d338b: Pull complete
13:16:03 cf7c654f874c: Pull complete
13:16:03 d808faf2b346: Pull complete
13:16:03 Digest: sha256:35e09ea760e7b9b855f6fb72c396ed1c60256f10d3df64777148c00a1ce9998c
13:16:03 Status: Downloaded newer image for python:2.7
13:16:03  ---> 883fd6e9f928
13:16:03 Step 3/19 : ARG APT_MIRROR
13:16:06  ---> Running in 4e8f64432e9f
13:16:06 Removing intermediate container 4e8f64432e9f
13:16:06  ---> fb7ff6ae2bc9
13:16:06 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:16:06  ---> Running in 0c485a8e3e62
13:16:06 Removing intermediate container 0c485a8e3e62
13:16:06  ---> 14178803cfa5
13:16:06 Step 5/19 : RUN apt-get update && apt-get -y install     gnupg2     pass     curl
13:16:06  ---> Running in e85af0dfd4ca
13:16:07 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
13:16:07 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:16:07 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
13:16:07 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [175 kB]
13:16:08 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7908 kB]
13:16:08 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
13:16:09 Fetched 8325 kB in 2s (4752 kB/s)
13:16:10 Reading package lists...
13:16:10 Reading package lists...
13:16:10 Building dependency tree...
13:16:10 Reading state information...
13:16:10 curl is already the newest version (7.64.0-4).
13:16:10 The following additional packages will be installed:
13:16:10   libqrencode4 libxmu6 libxmuu1 qrencode tree xauth xclip
13:16:10 Suggested packages:
13:16:10   libxml-simple-perl ruby
13:16:10 The following NEW packages will be installed:
13:16:10   gnupg2 libqrencode4 libxmu6 libxmuu1 pass qrencode tree xauth xclip
13:16:11 0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded.
13:16:11 Need to get 708 kB of archives.
13:16:11 After this operation, 1197 kB of additional disk space will be used.
13:16:11 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
13:16:11 Get:2 http://deb.debian.org/debian buster/main amd64 libqrencode4 amd64 4.0.2-1 [38.2 kB]
13:16:11 Get:3 http://deb.debian.org/debian buster/main amd64 libxmu6 amd64 2:1.1.2-2+b3 [60.8 kB]
13:16:11 Get:4 http://deb.debian.org/debian buster/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB]
13:16:11 Get:5 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
13:16:11 Get:6 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
13:16:11 Get:7 http://deb.debian.org/debian buster/main amd64 qrencode amd64 4.0.2-1 [39.8 kB]
13:16:11 Get:8 http://deb.debian.org/debian buster/main amd64 xauth amd64 1:1.0.10-1 [40.3 kB]
13:16:11 Get:9 http://deb.debian.org/debian buster/main amd64 xclip amd64 0.13-1 [23.2 kB]
13:16:11 debconf: delaying package configuration, since apt-utils is not installed
13:16:11 Fetched 708 kB in 0s (2633 kB/s)
13:16:11 Selecting previously unselected package gnupg2.
13:16:11 (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:16:11 Preparing to unpack .../0-gnupg2_2.2.12-1+deb10u1_all.deb ...
13:16:11 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
13:16:11 Selecting previously unselected package libqrencode4:amd64.
13:16:11 Preparing to unpack .../1-libqrencode4_4.0.2-1_amd64.deb ...
13:16:11 Unpacking libqrencode4:amd64 (4.0.2-1) ...
13:16:11 Selecting previously unselected package libxmu6:amd64.
13:16:11 Preparing to unpack .../2-libxmu6_2%3a1.1.2-2+b3_amd64.deb ...
13:16:11 Unpacking libxmu6:amd64 (2:1.1.2-2+b3) ...
13:16:11 Selecting previously unselected package libxmuu1:amd64.
13:16:11 Preparing to unpack .../3-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ...
13:16:11 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ...
13:16:11 Selecting previously unselected package tree.
13:16:11 Preparing to unpack .../4-tree_1.8.0-1_amd64.deb ...
13:16:11 Unpacking tree (1.8.0-1) ...
13:16:11 Selecting previously unselected package pass.
13:16:11 Preparing to unpack .../5-pass_1.7.3-2_all.deb ...
13:16:11 Unpacking pass (1.7.3-2) ...
13:16:11 Selecting previously unselected package qrencode.
13:16:11 Preparing to unpack .../6-qrencode_4.0.2-1_amd64.deb ...
13:16:11 Unpacking qrencode (4.0.2-1) ...
13:16:11 Selecting previously unselected package xauth.
13:16:11 Preparing to unpack .../7-xauth_1%3a1.0.10-1_amd64.deb ...
13:16:11 Unpacking xauth (1:1.0.10-1) ...
13:16:11 Selecting previously unselected package xclip.
13:16:11 Preparing to unpack .../8-xclip_0.13-1_amd64.deb ...
13:16:11 Unpacking xclip (0.13-1) ...
13:16:11 Setting up gnupg2 (2.2.12-1+deb10u1) ...
13:16:11 Setting up libxmu6:amd64 (2:1.1.2-2+b3) ...
13:16:11 Setting up libqrencode4:amd64 (4.0.2-1) ...
13:16:11 Setting up qrencode (4.0.2-1) ...
13:16:11 Setting up tree (1.8.0-1) ...
13:16:11 Setting up xclip (0.13-1) ...
13:16:11 Setting up pass (1.7.3-2) ...
13:16:11 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ...
13:16:11 Setting up xauth (1:1.0.10-1) ...
13:16:11 Processing triggers for libc-bin (2.28-10) ...
13:16:12 Removing intermediate container e85af0dfd4ca
13:16:12  ---> dd72b47e0c80
13:16:12 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys
13:16:12  ---> 9279177cc909
13:16:12 Step 7/19 : RUN gpg2 --import gpg-keys/secret
13:16:12  ---> Running in 59940977d95c
13:16:13 gpg: directory '/root/.gnupg' created
13:16:13 gpg: keybox '/root/.gnupg/pubring.kbx' created
13:16:13 gpg: /root/.gnupg/trustdb.gpg: trustdb created
13:16:13 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
13:16:13 gpg: key 464ED987A7B21401: secret key imported
13:16:13 gpg: Total number processed: 1
13:16:13 gpg:               imported: 1
13:16:13 gpg:       secret keys read: 1
13:16:13 gpg:   secret keys imported: 1
13:16:14 Removing intermediate container 59940977d95c
13:16:14  ---> a9485a5a8520
13:16:14 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
13:16:14  ---> Running in d75b7e820552
13:16:14 gpg: inserting ownertrust of 6
13:16:15 Removing intermediate container d75b7e820552
13:16:15  ---> 2172ac9b789d
13:16:15 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
13:16:15  ---> Running in 521b18205f90
13:16:16 gpg: please do a --check-trustdb
13:16:16 mkdir: created directory '/root/.password-store/'
13:16:16 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
13:16:16 Removing intermediate container 521b18205f90
13:16:16  ---> ddb77fee70ff
13:16:16 Step 10/19 : RUN gpg2 --check-trustdb
13:16:16  ---> Running in 122c2a59ccd6
13:16:17 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
13:16:17 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
13:16:17 Removing intermediate container 122c2a59ccd6
13:16:17  ---> aad51f869565
13:16:17 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3
13:16:17  ---> Running in 6193088c6ac1
13:16:17 Removing intermediate container 6193088c6ac1
13:16:17  ---> d5ceeffbbac4
13:16:17 Step 12/19 : RUN curl -sSL -o /opt/docker-credential-pass.tar.gz     https://github.com/docker/docker-credential-helpers/releases/download/$CREDSTORE_VERSION/docker-credential-pass-$CREDSTORE_VERSION-amd64.tar.gz &&     tar -xf /opt/docker-credential-pass.tar.gz -O > /usr/local/bin/docker-credential-pass &&     rm -rf /opt/docker-credential-pass.tar.gz &&     chmod +x /usr/local/bin/docker-credential-pass
13:16:17  ---> Running in 85600c7a0cdb
13:16:19 Removing intermediate container 85600c7a0cdb
13:16:19  ---> 12976bc8c641
13:16:19 Step 13/19 : WORKDIR /src
13:16:19  ---> Running in e8a7716e93c4
13:16:19 Removing intermediate container e8a7716e93c4
13:16:19  ---> a93cb59cb939
13:16:19 Step 14/19 : COPY requirements.txt /src/requirements.txt
13:16:19  ---> 6067ad3ebe8f
13:16:19 Step 15/19 : RUN pip install -r requirements.txt
13:16:19  ---> Running in 033cea67e371
13:16:20 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:16:20 Ignoring pypiwin32: markers 'sys_platform == "win32" and python_version < "3.6"' don't match your environment
13:16:20 Ignoring pypiwin32: markers 'sys_platform == "win32" and python_version >= "3.6"' don't match your environment
13:16:25 Collecting appdirs==1.4.3
13:16:26   Downloading appdirs-1.4.3-py2.py3-none-any.whl (12 kB)
13:16:26 Collecting asn1crypto==0.22.0
13:16:26   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
13:16:26 Collecting backports.ssl-match-hostname==3.5.0.1
13:16:26   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
13:16:26 Collecting cffi==1.10.0
13:16:26   Downloading cffi-1.10.0-cp27-cp27mu-manylinux1_x86_64.whl (392 kB)
13:16:26 Collecting cryptography==2.3
13:16:26   Downloading cryptography-2.3-cp27-cp27mu-manylinux1_x86_64.whl (2.1 MB)
13:16:27 Collecting enum34==1.1.6
13:16:27   Downloading enum34-1.1.6-py2-none-any.whl (12 kB)
13:16:27 Collecting idna==2.5
13:16:27   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
13:16:27 Collecting ipaddress==1.0.18
13:16:27   Downloading ipaddress-1.0.18-py2-none-any.whl (17 kB)
13:16:27 Collecting packaging==16.8
13:16:27   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
13:16:27 Collecting paramiko==2.4.2
13:16:27   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
13:16:27 Collecting pycparser==2.17
13:16:27   Downloading pycparser-2.17.tar.gz (231 kB)
13:16:27 Collecting pyOpenSSL==18.0.0
13:16:27   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
13:16:27 Collecting pyparsing==2.2.0
13:16:27   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
13:16:27 Collecting requests==2.20.0
13:16:27   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
13:16:27 Collecting six==1.10.0
13:16:27   Downloading six-1.10.0-py2.py3-none-any.whl (10 kB)
13:16:27 Collecting urllib3==1.24.3
13:16:27   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
13:16:27 Collecting websocket-client==0.56.0
13:16:27   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
13:16:27 Collecting pyasn1>=0.1.7
13:16:27   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
13:16:28 Collecting pynacl>=1.0.1
13:16:28   Downloading PyNaCl-1.3.0-cp27-cp27mu-manylinux1_x86_64.whl (762 kB)
13:16:28 Collecting bcrypt>=3.1.3
13:16:28   Downloading bcrypt-3.1.7-cp27-cp27mu-manylinux1_x86_64.whl (59 kB)
13:16:28 Collecting certifi>=2017.4.17
13:16:28   Downloading certifi-2019.11.28-py2.py3-none-any.whl (156 kB)
13:16:28 Collecting chardet<3.1.0,>=3.0.2
13:16:28   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
13:16:28 Building wheels for collected packages: backports.ssl-match-hostname, pycparser
13:16:28   Building wheel for backports.ssl-match-hostname (setup.py): started
13:16:28   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
13:16:28   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py2-none-any.whl size=5209 sha256=a77189efbaa6f1956a5ad53d4bec3326b54dd8a18d4572234551c1b53935e3f5
13:16:28   Stored in directory: /root/.cache/pip/wheels/19/dd/8c/6cad8e6c38a9fe006dd7423ca1655bb1eb3cb94c5ce1814e4f
13:16:28   Building wheel for pycparser (setup.py): started
13:16:28   Building wheel for pycparser (setup.py): finished with status 'done'
13:16:28   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=193884 sha256=2b61b6d790c86ead33523774ca5f4c2ab969a433a5b0b389f1241b0804e1565a
13:16:28   Stored in directory: /root/.cache/pip/wheels/03/08/f2/bf70552f051cd78e9d8fe7d196ef762858dcfa156965e3a1e3
13:16:28 Successfully built backports.ssl-match-hostname pycparser
13:16:28 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:16:29 Successfully installed appdirs-1.4.3 asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.1.7 certifi-2019.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:16:36 Removing intermediate container 033cea67e371
13:16:36  ---> 9b159c0042cf
13:16:36 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt
13:16:36  ---> 411e17725a7a
13:16:36 Step 17/19 : RUN pip install -r test-requirements.txt
13:16:36  ---> Running in e8b65cb052ca
13:16:36 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:16:36 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:16:41 Collecting coverage==4.5.2
13:16:42   Downloading coverage-4.5.2-cp27-cp27mu-manylinux1_x86_64.whl (201 kB)
13:16:42 Collecting flake8==3.6.0
13:16:42   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
13:16:42 Collecting mock==1.0.1
13:16:42   Downloading mock-1.0.1.tar.gz (818 kB)
13:16:42 Collecting pytest==4.3.1
13:16:42   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
13:16:42 Collecting pytest-cov==2.6.1
13:16:42   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
13:16:42 Collecting pytest-timeout==1.3.3
13:16:42   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
13:16:42 Collecting pyflakes<2.1.0,>=2.0.0
13:16:42   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
13:16:42 Collecting configparser; python_version < "3.2"
13:16:42   Downloading configparser-4.0.2-py2.py3-none-any.whl (22 kB)
13:16:42 Requirement already satisfied: enum34; python_version < "3.4" in /usr/local/lib/python2.7/site-packages (from flake8==3.6.0->-r test-requirements.txt (line 3)) (1.1.6)
13:16:42 Collecting pycodestyle<2.5.0,>=2.4.0
13:16:42   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
13:16:43 Collecting mccabe<0.7.0,>=0.6.0
13:16:43   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
13:16:43 Collecting pathlib2>=2.2.0; python_version < "3.6"
13:16:43   Downloading pathlib2-2.3.5-py2.py3-none-any.whl (18 kB)
13:16:43 Collecting atomicwrites>=1.0
13:16:43   Downloading atomicwrites-1.3.0-py2.py3-none-any.whl (5.9 kB)
13:16:43 Collecting py>=1.5.0
13:16:43   Downloading py-1.8.1-py2.py3-none-any.whl (83 kB)
13:16:43 Collecting attrs>=17.4.0
13:16:43   Downloading attrs-19.3.0-py2.py3-none-any.whl (39 kB)
13:16:43 Collecting more-itertools<6.0.0,>=4.0.0; python_version <= "2.7"
13:16:43   Downloading more_itertools-5.0.0-py2-none-any.whl (52 kB)
13:16:43 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:16:43 Collecting pluggy>=0.7
13:16:43   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
13:16:43 Collecting funcsigs; python_version < "3.0"
13:16:43   Downloading funcsigs-1.0.2-py2.py3-none-any.whl (17 kB)
13:16:43 Collecting scandir; python_version < "3.5"
13:16:43   Downloading scandir-1.10.0.tar.gz (33 kB)
13:16:43 Collecting importlib-metadata>=0.12; python_version < "3.8"
13:16:43   Downloading importlib_metadata-1.5.0-py2.py3-none-any.whl (30 kB)
13:16:43 Collecting contextlib2; python_version < "3"
13:16:43   Downloading contextlib2-0.6.0.post1-py2.py3-none-any.whl (9.8 kB)
13:16:43 Collecting zipp>=0.5
13:16:43   Downloading zipp-1.1.0-py2.py3-none-any.whl (4.6 kB)
13:16:43 Building wheels for collected packages: mock, scandir
13:16:43   Building wheel for mock (setup.py): started
13:16:43   Building wheel for mock (setup.py): finished with status 'done'
13:16:43   Created wheel for mock: filename=mock-1.0.1-py2-none-any.whl size=23755 sha256=4bce06a148cb51309add56afc8516a817674ab035982b4a3eff6261a300507c9
13:16:43   Stored in directory: /root/.cache/pip/wheels/ad/62/e0/a06cc957652749e64c7904e899eca3ecb2ec47c60d52653660
13:16:43   Building wheel for scandir (setup.py): started
13:16:44   Building wheel for scandir (setup.py): finished with status 'done'
13:16:44   Created wheel for scandir: filename=scandir-1.10.0-cp27-cp27mu-linux_x86_64.whl size=42773 sha256=078f6303ffe5a9d87a216dfe83fb9d5b9c542e6424ff90bc45385f2bc93d1c2e
13:16:44   Stored in directory: /root/.cache/pip/wheels/58/2c/26/52406f7d1f19bcc47a6fbd1037a5f293492f5cf1d58c539edb
13:16:44 Successfully built mock scandir
13:16:44 Installing collected packages: coverage, pyflakes, configparser, pycodestyle, mccabe, flake8, mock, scandir, pathlib2, atomicwrites, py, attrs, more-itertools, contextlib2, zipp, importlib-metadata, pluggy, funcsigs, pytest, pytest-cov, pytest-timeout
13:16:45 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:16:45 Removing intermediate container e8b65cb052ca
13:16:45  ---> 196c36a10d1b
13:16:45 Step 18/19 : COPY . /src
13:16:46  ---> c30576e96aac
13:16:46 Step 19/19 : RUN pip install .
13:16:46  ---> Running in c4fc24386059
13:16:47 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:16:47 Processing /src
13:16:47 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:16:47 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:16:47 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:16:47 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:16:47 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:16:47 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:16:47 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:16:47 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:16:47 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:16:47 Building wheels for collected packages: docker
13:16:47   Building wheel for docker (setup.py): started
13:16:47   Building wheel for docker (setup.py): finished with status 'done'
13:16:47   Created wheel for docker: filename=docker-4.2.0.dev0-py2.py3-none-any.whl size=143980 sha256=5723a21d843ee9eada84d388895b0cf9d871d3ee9e1d9f65e37d47e0eda3a0fe
13:16:47   Stored in directory: /tmp/pip-ephem-wheel-cache-OSC6K9/wheels/dc/45/28/050a7fcd95fc9b9f504d64d6668214323c48b439857458e65c
13:16:47 Successfully built docker
13:16:47 Installing collected packages: docker
13:16:47 Successfully installed docker-4.2.0.dev0
13:16:48 Removing intermediate container c4fc24386059
13:16:48  ---> c9bdfb16cfcd
13:16:48 Successfully built c9bdfb16cfcd
13:16:48 Successfully tagged dockerbuildbot/docker-py:py2-26acbb068816a032ca9df1c01d6a5003bffb78fb
[Pipeline] sh
13:16:48 + docker tag dockerbuildbot/docker-py:py2-26acbb068816a032ca9df1c01d6a5003bffb78fb dockerbuildbot/docker-py:py2-26acbb068816a032ca9df1c01d6a5003bffb78fb
[Pipeline] sh
13:16:49 + docker push dockerbuildbot/docker-py:py2-26acbb068816a032ca9df1c01d6a5003bffb78fb
13:16:49 The push refers to repository [docker.io/dockerbuildbot/docker-py]
13:16:49 c21a8aa3e562: Preparing
13:16:49 f4878b093317: Preparing
13:16:49 86801fc3fe02: Preparing
13:16:49 e758af1f9d9d: Preparing
13:16:49 02c7b3e6bdbf: Preparing
13:16:49 b1a9d1c92705: Preparing
13:16:49 5813926c4522: Preparing
13:16:49 0a58cb2ef9a1: Preparing
13:16:49 d1ed451f28dd: Preparing
13:16:49 ab794c55b29f: Preparing
13:16:49 daff98e131c8: Preparing
13:16:49 e7e34c0daa19: Preparing
13:16:49 03585ecb77d7: Preparing
13:16:49 e83ae77ea258: Preparing
13:16:49 3d24eacfc2e6: Preparing
13:16:49 6789768244d1: Preparing
13:16:49 1bb0f373b079: Preparing
13:16:49 1d539fca9da3: Preparing
13:16:49 7d516feb580e: Preparing
13:16:49 3f4c8c89729b: Preparing
13:16:49 5c813a85f7f0: Preparing
13:16:49 bdca38f94ff0: Preparing
13:16:49 faac394a1ad3: Preparing
13:16:49 ce8168f12337: Preparing
13:16:49 b1a9d1c92705: Waiting
13:16:49 5813926c4522: Waiting
13:16:49 0a58cb2ef9a1: Waiting
13:16:49 d1ed451f28dd: Waiting
13:16:49 ab794c55b29f: Waiting
13:16:49 daff98e131c8: Waiting
13:16:49 e7e34c0daa19: Waiting
13:16:49 03585ecb77d7: Waiting
13:16:49 e83ae77ea258: Waiting
13:16:49 3d24eacfc2e6: Waiting
13:16:49 6789768244d1: Waiting
13:16:49 1bb0f373b079: Waiting
13:16:49 1d539fca9da3: Waiting
13:16:49 7d516feb580e: Waiting
13:16:49 3f4c8c89729b: Waiting
13:16:49 5c813a85f7f0: Waiting
13:16:49 bdca38f94ff0: Waiting
13:16:49 ce8168f12337: Waiting
13:16:49 faac394a1ad3: Waiting
13:16:50 e758af1f9d9d: Pushed
13:16:50 f4878b093317: Pushed
13:16:50 c21a8aa3e562: Pushed
13:16:51 5813926c4522: Pushed
13:16:51 b1a9d1c92705: Pushed
13:16:51 86801fc3fe02: Pushed
13:16:52 0a58cb2ef9a1: Pushed
13:16:52 02c7b3e6bdbf: Pushed
13:16:52 ab794c55b29f: Pushed
13:16:52 d1ed451f28dd: Pushed
13:16:52 daff98e131c8: Pushed
13:16:52 6789768244d1: Layer already exists
13:16:53 1bb0f373b079: Layer already exists
13:16:53 1d539fca9da3: Layer already exists
13:16:53 e7e34c0daa19: Pushed
13:16:53 7d516feb580e: Layer already exists
13:16:53 3f4c8c89729b: Layer already exists
13:16:53 5c813a85f7f0: Layer already exists
13:16:53 faac394a1ad3: Layer already exists
13:16:53 bdca38f94ff0: Layer already exists
13:16:53 ce8168f12337: Layer already exists
13:16:53 03585ecb77d7: Pushed
13:16:53 3d24eacfc2e6: Pushed
13:16:57 e83ae77ea258: Pushed
13:16:59 py2-26acbb068816a032ca9df1c01d6a5003bffb78fb: digest: sha256:78df8f583b01c9a81ec507975c579de659fe0d7af632f84966e9817a16b71b46 size: 5353
[Pipeline] sh
13:16:59 + docker pull dockerbuildbot/docker-py:py3-26acbb068816a032ca9df1c01d6a5003bffb78fb
13:16:59 Error response from daemon: manifest for dockerbuildbot/docker-py:py3-26acbb068816a032ca9df1c01d6a5003bffb78fb not found: manifest unknown: manifest unknown
[Pipeline] sh
13:16:59 + docker build -t dockerbuildbot/docker-py:py3-26acbb068816a032ca9df1c01d6a5003bffb78fb -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
13:16:59 Sending build context to Docker daemon  1.299MB

13:16:59 Step 1/19 : ARG PYTHON_VERSION=3.7
13:16:59 Step 2/19 : FROM python:${PYTHON_VERSION}
13:16:59 3.7: Pulling from library/python
13:16:59 dc65f448a2e2: Already exists
13:16:59 346ffb2b67d7: Already exists
13:16:59 dea4ecac934f: Already exists
13:16:59 8ac92ddf84b3: Already exists
13:16:59 a3ca60abc08a: Already exists
13:16:59 9253bd2ee3f6: Pulling fs layer
13:16:59 27f3323f0a58: Pulling fs layer
13:16:59 ea74ff1569e8: Pulling fs layer
13:16:59 1e7d1a31f70a: Pulling fs layer
13:16:59 1e7d1a31f70a: Waiting
13:16:59 ea74ff1569e8: Verifying Checksum
13:16:59 ea74ff1569e8: Download complete
13:16:59 9253bd2ee3f6: Verifying Checksum
13:16:59 9253bd2ee3f6: Download complete
13:17:00 1e7d1a31f70a: Verifying Checksum
13:17:00 1e7d1a31f70a: Download complete
13:17:00 27f3323f0a58: Verifying Checksum
13:17:00 27f3323f0a58: Download complete
13:17:00 9253bd2ee3f6: Pull complete
13:17:01 27f3323f0a58: Pull complete
13:17:01 ea74ff1569e8: Pull complete
13:17:01 1e7d1a31f70a: Pull complete
13:17:01 Digest: sha256:177d12ebaec2293a91da2acafef9593f8c4a4ee16cc0cf5e41f28fa215e56c47
13:17:01 Status: Downloaded newer image for python:3.7
13:17:01  ---> 894300ec3929
13:17:01 Step 3/19 : ARG APT_MIRROR
13:17:02  ---> Running in ed760c3116a8
13:17:02 Removing intermediate container ed760c3116a8
13:17:02  ---> 79ac9e3bce94
13:17:02 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:17:02  ---> Running in eb87c3a52c79
13:17:03 Removing intermediate container eb87c3a52c79
13:17:03  ---> 4b916413905e
13:17:03 Step 5/19 : RUN apt-get update && apt-get -y install     gnupg2     pass     curl
13:17:03  ---> Running in ea122c254b21
13:17:04 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:17:04 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
13:17:04 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
13:17:04 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [175 kB]
13:17:04 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7908 kB]
13:17:05 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
13:17:06 Fetched 8325 kB in 2s (4836 kB/s)
13:17:06 Reading package lists...
13:17:07 Reading package lists...
13:17:07 Building dependency tree...
13:17:07 Reading state information...
13:17:07 curl is already the newest version (7.64.0-4).
13:17:07 The following additional packages will be installed:
13:17:07   libqrencode4 libxmu6 libxmuu1 qrencode tree xauth xclip
13:17:07 Suggested packages:
13:17:07   libxml-simple-perl ruby
13:17:07 The following NEW packages will be installed:
13:17:07   gnupg2 libqrencode4 libxmu6 libxmuu1 pass qrencode tree xauth xclip
13:17:08 0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded.
13:17:08 Need to get 708 kB of archives.
13:17:08 After this operation, 1197 kB of additional disk space will be used.
13:17:08 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
13:17:08 Get:2 http://deb.debian.org/debian buster/main amd64 libqrencode4 amd64 4.0.2-1 [38.2 kB]
13:17:08 Get:3 http://deb.debian.org/debian buster/main amd64 libxmu6 amd64 2:1.1.2-2+b3 [60.8 kB]
13:17:08 Get:4 http://deb.debian.org/debian buster/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB]
13:17:08 Get:5 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
13:17:08 Get:6 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
13:17:08 Get:7 http://deb.debian.org/debian buster/main amd64 qrencode amd64 4.0.2-1 [39.8 kB]
13:17:08 Get:8 http://deb.debian.org/debian buster/main amd64 xauth amd64 1:1.0.10-1 [40.3 kB]
13:17:08 Get:9 http://deb.debian.org/debian buster/main amd64 xclip amd64 0.13-1 [23.2 kB]
13:17:08 debconf: delaying package configuration, since apt-utils is not installed
13:17:08 Fetched 708 kB in 0s (1862 kB/s)
13:17:08 Selecting previously unselected package gnupg2.
13:17: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:17:08 Preparing to unpack .../0-gnupg2_2.2.12-1+deb10u1_all.deb ...
13:17:08 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
13:17:08 Selecting previously unselected package libqrencode4:amd64.
13:17:08 Preparing to unpack .../1-libqrencode4_4.0.2-1_amd64.deb ...
13:17:08 Unpacking libqrencode4:amd64 (4.0.2-1) ...
13:17:08 Selecting previously unselected package libxmu6:amd64.
13:17:08 Preparing to unpack .../2-libxmu6_2%3a1.1.2-2+b3_amd64.deb ...
13:17:08 Unpacking libxmu6:amd64 (2:1.1.2-2+b3) ...
13:17:08 Selecting previously unselected package libxmuu1:amd64.
13:17:08 Preparing to unpack .../3-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ...
13:17:08 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ...
13:17:08 Selecting previously unselected package tree.
13:17:08 Preparing to unpack .../4-tree_1.8.0-1_amd64.deb ...
13:17:08 Unpacking tree (1.8.0-1) ...
13:17:08 Selecting previously unselected package pass.
13:17:08 Preparing to unpack .../5-pass_1.7.3-2_all.deb ...
13:17:08 Unpacking pass (1.7.3-2) ...
13:17:08 Selecting previously unselected package qrencode.
13:17:08 Preparing to unpack .../6-qrencode_4.0.2-1_amd64.deb ...
13:17:08 Unpacking qrencode (4.0.2-1) ...
13:17:08 Selecting previously unselected package xauth.
13:17:08 Preparing to unpack .../7-xauth_1%3a1.0.10-1_amd64.deb ...
13:17:08 Unpacking xauth (1:1.0.10-1) ...
13:17:08 Selecting previously unselected package xclip.
13:17:08 Preparing to unpack .../8-xclip_0.13-1_amd64.deb ...
13:17:08 Unpacking xclip (0.13-1) ...
13:17:08 Setting up gnupg2 (2.2.12-1+deb10u1) ...
13:17:08 Setting up libxmu6:amd64 (2:1.1.2-2+b3) ...
13:17:08 Setting up libqrencode4:amd64 (4.0.2-1) ...
13:17:08 Setting up qrencode (4.0.2-1) ...
13:17:08 Setting up tree (1.8.0-1) ...
13:17:08 Setting up xclip (0.13-1) ...
13:17:08 Setting up pass (1.7.3-2) ...
13:17:08 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ...
13:17:08 Setting up xauth (1:1.0.10-1) ...
13:17:08 Processing triggers for libc-bin (2.28-10) ...
13:17:09 Removing intermediate container ea122c254b21
13:17:09  ---> f7150314de5e
13:17:09 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys
13:17:10  ---> 873ff09488f0
13:17:10 Step 7/19 : RUN gpg2 --import gpg-keys/secret
13:17:10  ---> Running in 9b8f2a1c447a
13:17:10 gpg: directory '/root/.gnupg' created
13:17:10 gpg: keybox '/root/.gnupg/pubring.kbx' created
13:17:10 gpg: /root/.gnupg/trustdb.gpg: trustdb created
13:17:10 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
13:17:10 gpg: key 464ED987A7B21401: secret key imported
13:17:10 gpg: Total number processed: 1
13:17:10 gpg:               imported: 1
13:17:10 gpg:       secret keys read: 1
13:17:10 gpg:   secret keys imported: 1
13:17:11 Removing intermediate container 9b8f2a1c447a
13:17:11  ---> 9a545db48a93
13:17:11 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
13:17:11  ---> Running in 2bcbbe980e8d
13:17:11 gpg: inserting ownertrust of 6
13:17:12 Removing intermediate container 2bcbbe980e8d
13:17:12  ---> 10405e3f0282
13:17:12 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
13:17:12  ---> Running in da53d9251f1b
13:17:12 gpg: please do a --check-trustdb
13:17:12 mkdir: created directory '/root/.password-store/'
13:17:12 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
13:17:13 Removing intermediate container da53d9251f1b
13:17:13  ---> 5aab1e497f09
13:17:13 Step 10/19 : RUN gpg2 --check-trustdb
13:17:13  ---> Running in e6e346816183
13:17:14 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
13:17:14 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
13:17:14 Removing intermediate container e6e346816183
13:17:14  ---> 01c35fee5697
13:17:14 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3
13:17:14  ---> Running in 94da3d310517
13:17:14 Removing intermediate container 94da3d310517
13:17:14  ---> 1c6d03c7a781
13:17:14 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:17:14  ---> Running in cb442b86d2ee
13:17:16 Removing intermediate container cb442b86d2ee
13:17:16  ---> a945249af2b8
13:17:16 Step 13/19 : WORKDIR /src
13:17:16  ---> Running in ff05cf92b3b9
13:17:16 Removing intermediate container ff05cf92b3b9
13:17:16  ---> ebc57065596e
13:17:16 Step 14/19 : COPY requirements.txt /src/requirements.txt
13:17:16  ---> 892161619046
13:17:16 Step 15/19 : RUN pip install -r requirements.txt
13:17:16  ---> Running in a0b25b22a6d1
13:17:18 Ignoring pypiwin32: markers 'sys_platform == "win32" and python_version < "3.6"' don't match your environment
13:17:18 Ignoring pypiwin32: markers 'sys_platform == "win32" and python_version >= "3.6"' don't match your environment
13:17:22 Collecting appdirs==1.4.3
13:17:23   Downloading appdirs-1.4.3-py2.py3-none-any.whl (12 kB)
13:17:23 Collecting asn1crypto==0.22.0
13:17:23   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
13:17:23 Collecting backports.ssl-match-hostname==3.5.0.1
13:17:23   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
13:17:24 Collecting cffi==1.10.0
13:17:24   Downloading cffi-1.10.0.tar.gz (418 kB)
13:17:25 Collecting cryptography==2.3
13:17:25   Downloading cryptography-2.3-cp34-abi3-manylinux1_x86_64.whl (2.1 MB)
13:17:25 Collecting enum34==1.1.6
13:17:25   Downloading enum34-1.1.6-py3-none-any.whl (12 kB)
13:17:25 Collecting idna==2.5
13:17:25   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
13:17:25 Collecting ipaddress==1.0.18
13:17:25   Downloading ipaddress-1.0.18.tar.gz (32 kB)
13:17:25 Collecting packaging==16.8
13:17:25   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
13:17:25 Collecting paramiko==2.4.2
13:17:25   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
13:17:25 Collecting pycparser==2.17
13:17:25   Downloading pycparser-2.17.tar.gz (231 kB)
13:17:25 Collecting pyOpenSSL==18.0.0
13:17:25   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
13:17:26 Collecting pyparsing==2.2.0
13:17:26   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
13:17:26 Collecting requests==2.20.0
13:17:26   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
13:17:26 Collecting six==1.10.0
13:17:26   Downloading six-1.10.0-py2.py3-none-any.whl (10 kB)
13:17:26 Collecting urllib3==1.24.3
13:17:26   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
13:17:26 Collecting websocket-client==0.56.0
13:17:26   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
13:17:26 Collecting bcrypt>=3.1.3
13:17:26   Downloading bcrypt-3.1.7-cp34-abi3-manylinux1_x86_64.whl (56 kB)
13:17:26 Collecting pynacl>=1.0.1
13:17:26   Downloading PyNaCl-1.3.0-cp34-abi3-manylinux1_x86_64.whl (759 kB)
13:17:26 Collecting pyasn1>=0.1.7
13:17:26   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
13:17:26 Collecting certifi>=2017.4.17
13:17:26   Downloading certifi-2019.11.28-py2.py3-none-any.whl (156 kB)
13:17:26 Collecting chardet<3.1.0,>=3.0.2
13:17:26   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
13:17:26 Building wheels for collected packages: backports.ssl-match-hostname, cffi, ipaddress, pycparser
13:17:26   Building wheel for backports.ssl-match-hostname (setup.py): started
13:17:26   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
13:17:26   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py3-none-any.whl size=5205 sha256=37eaedf4318b37a552eead484527b20a7ab0857f95131d99c96eef7c0443937a
13:17:26   Stored in directory: /root/.cache/pip/wheels/93/72/f6/df894bfc7947d11f89dbdb4e9b786703a43cd547c1b5e8c738
13:17:26   Building wheel for cffi (setup.py): started
13:17:31   Building wheel for cffi (setup.py): finished with status 'done'
13:17:31   Created wheel for cffi: filename=cffi-1.10.0-cp37-cp37m-linux_x86_64.whl size=371202 sha256=a6a4d05b0009c3096380430ce6d8c7eb607017ea0a9706eb547ba0044c8c33b2
13:17:31   Stored in directory: /root/.cache/pip/wheels/cc/8d/6c/d24a8db003ac4a51d9959a9985718fac84e1baa5ec6c42d115
13:17:31   Building wheel for ipaddress (setup.py): started
13:17:31   Building wheel for ipaddress (setup.py): finished with status 'done'
13:17:31   Created wheel for ipaddress: filename=ipaddress-1.0.18-py3-none-any.whl size=18104 sha256=43124d64dd2a8cc0c425d221f1086ce74e0626c80dba0f9b0d43c46f21660851
13:17:31   Stored in directory: /root/.cache/pip/wheels/54/90/bd/f99e221ab77ef8e6d65c14efe986cef3360da2990396093151
13:17:31   Building wheel for pycparser (setup.py): started
13:17:31   Building wheel for pycparser (setup.py): finished with status 'done'
13:17:31   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=192835 sha256=ec300441f1830b8423c36fa52dff7fb2b451861be1832380409322ecb55d7298
13:17:31   Stored in directory: /root/.cache/pip/wheels/91/50/7a/9f94e39b01559aa44c3cefb775d7befcc01d0a6ed0093cab37
13:17:31 Successfully built backports.ssl-match-hostname cffi ipaddress pycparser
13:17:31 Installing collected packages: appdirs, asn1crypto, backports.ssl-match-hostname, pycparser, cffi, idna, six, cryptography, enum34, ipaddress, pyparsing, packaging, bcrypt, pynacl, pyasn1, paramiko, pyOpenSSL, certifi, chardet, urllib3, requests, websocket-client
13:17: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:17:38 Removing intermediate container a0b25b22a6d1
13:17:38  ---> f6edc8980029
13:17:38 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt
13:17:38  ---> aae10c209db8
13:17:38 Step 17/19 : RUN pip install -r test-requirements.txt
13:17:38  ---> Running in c8ba3f8e42d5
13:17:44 Collecting setuptools==44.0.0
13:17:44   Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB)
13:17:45 Collecting coverage==4.5.2
13:17:45   Downloading coverage-4.5.2-cp37-cp37m-manylinux1_x86_64.whl (205 kB)
13:17:45 Collecting flake8==3.6.0
13:17:45   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
13:17:45 Collecting mock==1.0.1
13:17:45   Downloading mock-1.0.1.tar.gz (818 kB)
13:17:45 Collecting pytest==4.3.1
13:17:45   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
13:17:45 Collecting pytest-cov==2.6.1
13:17:45   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
13:17:45 Collecting pytest-timeout==1.3.3
13:17:45   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
13:17:45 Collecting mccabe<0.7.0,>=0.6.0
13:17:45   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
13:17:45 Collecting pycodestyle<2.5.0,>=2.4.0
13:17:45   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
13:17:45 Collecting pyflakes<2.1.0,>=2.0.0
13:17:45   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
13:17: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:17:45 Collecting py>=1.5.0
13:17:45   Downloading py-1.8.1-py2.py3-none-any.whl (83 kB)
13:17:45 Collecting attrs>=17.4.0
13:17:45   Downloading attrs-19.3.0-py2.py3-none-any.whl (39 kB)
13:17:45 Collecting pluggy>=0.7
13:17:45   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
13:17:45 Collecting atomicwrites>=1.0
13:17:45   Downloading atomicwrites-1.3.0-py2.py3-none-any.whl (5.9 kB)
13:17:45 Collecting more-itertools>=4.0.0; python_version > "2.7"
13:17:45   Downloading more_itertools-8.2.0-py3-none-any.whl (43 kB)
13:17:45 Collecting importlib-metadata>=0.12; python_version < "3.8"
13:17:45   Downloading importlib_metadata-1.5.0-py2.py3-none-any.whl (30 kB)
13:17:46 Collecting zipp>=0.5
13:17:46   Downloading zipp-2.1.0-py3-none-any.whl (4.6 kB)
13:17:46 Building wheels for collected packages: mock
13:17:46   Building wheel for mock (setup.py): started
13:17:46   Building wheel for mock (setup.py): finished with status 'done'
13:17:46   Created wheel for mock: filename=mock-1.0.1-py3-none-any.whl size=23754 sha256=c1f59e9ce29c60c23ddafece5e3d8d65aa29cd1a0bee80377c7dbb724f13f18e
13:17:46   Stored in directory: /root/.cache/pip/wheels/16/03/37/f0a64ab894c9102906f192db1a4071b7592292ad661563c69b
13:17:46 Successfully built mock
13:17:46 Installing collected packages: setuptools, coverage, mccabe, pycodestyle, pyflakes, flake8, mock, py, attrs, zipp, importlib-metadata, pluggy, atomicwrites, more-itertools, pytest, pytest-cov, pytest-timeout
13:17:46   Attempting uninstall: setuptools
13:17:46     Found existing installation: setuptools 45.1.0
13:17:46     Uninstalling setuptools-45.1.0:
13:17:46       Successfully uninstalled setuptools-45.1.0
13:17:47 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:17:48 Removing intermediate container c8ba3f8e42d5
13:17:48  ---> 54e63cedc761
13:17:48 Step 18/19 : COPY . /src
13:17:48  ---> 577f1640b568
13:17:48 Step 19/19 : RUN pip install .
13:17:48  ---> Running in de956393e47c
13:17:49 Processing /src
13:17: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:17: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:17: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:17: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:17: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:17: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:17: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:17:49 Building wheels for collected packages: docker
13:17:49   Building wheel for docker (setup.py): started
13:17:50   Building wheel for docker (setup.py): finished with status 'done'
13:17:50   Created wheel for docker: filename=docker-4.2.0.dev0-py2.py3-none-any.whl size=143982 sha256=2f16944edc9401b958822d22788f213e5b02771334c87f348c8c48cb76896395
13:17:50   Stored in directory: /tmp/pip-ephem-wheel-cache-c7nxf2ky/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525
13:17:50 Successfully built docker
13:17:50 Installing collected packages: docker
13:17:50 Successfully installed docker-4.2.0.dev0
13:17:51 Removing intermediate container de956393e47c
13:17:51  ---> 8309a9270349
13:17:51 Successfully built 8309a9270349
13:17:51 Successfully tagged dockerbuildbot/docker-py:py3-26acbb068816a032ca9df1c01d6a5003bffb78fb
[Pipeline] sh
13:17:51 + docker tag dockerbuildbot/docker-py:py3-26acbb068816a032ca9df1c01d6a5003bffb78fb dockerbuildbot/docker-py:py3-26acbb068816a032ca9df1c01d6a5003bffb78fb
[Pipeline] sh
13:17:51 + docker push dockerbuildbot/docker-py:py3-26acbb068816a032ca9df1c01d6a5003bffb78fb
13:17:51 The push refers to repository [docker.io/dockerbuildbot/docker-py]
13:17:51 bcb2766dd1af: Preparing
13:17:51 e38ad3b9253b: Preparing
13:17:51 96edf7abde9a: Preparing
13:17:51 8b5c087a381e: Preparing
13:17:51 342aaa4772d1: Preparing
13:17:51 55ca38110ec4: Preparing
13:17:51 d61772c5e08c: Preparing
13:17:51 d5c800fd8efc: Preparing
13:17:51 1ccf7168212f: Preparing
13:17:51 3f060822b9bc: Preparing
13:17:51 0bd7674c655b: Preparing
13:17:51 4ceb6a1ab475: Preparing
13:17:51 553b1d0f0ee2: Preparing
13:17:51 31dcec5f2ce2: Preparing
13:17:51 c6f054db3c46: Preparing
13:17:51 78ead60560fd: Preparing
13:17:51 da0efd653ebe: Preparing
13:17:51 21dc9194e1ab: Preparing
13:17:51 a10c79771e86: Preparing
13:17:51 3f4c8c89729b: Preparing
13:17:51 5c813a85f7f0: Preparing
13:17:51 bdca38f94ff0: Preparing
13:17:51 faac394a1ad3: Preparing
13:17:51 ce8168f12337: Preparing
13:17:51 55ca38110ec4: Waiting
13:17:51 d61772c5e08c: Waiting
13:17:51 d5c800fd8efc: Waiting
13:17:51 1ccf7168212f: Waiting
13:17:51 3f060822b9bc: Waiting
13:17:51 0bd7674c655b: Waiting
13:17:51 4ceb6a1ab475: Waiting
13:17:51 553b1d0f0ee2: Waiting
13:17:51 31dcec5f2ce2: Waiting
13:17:51 c6f054db3c46: Waiting
13:17:51 78ead60560fd: Waiting
13:17:51 da0efd653ebe: Waiting
13:17:51 21dc9194e1ab: Waiting
13:17:51 a10c79771e86: Waiting
13:17:51 3f4c8c89729b: Waiting
13:17:51 5c813a85f7f0: Waiting
13:17:51 bdca38f94ff0: Waiting
13:17:51 faac394a1ad3: Waiting
13:17:51 ce8168f12337: Waiting
13:17:53 bcb2766dd1af: Pushed
13:17:53 8b5c087a381e: Pushed
13:17:53 e38ad3b9253b: Pushed
13:17:54 96edf7abde9a: Pushed
13:17:54 55ca38110ec4: Pushed
13:17:54 d61772c5e08c: Pushed
13:17:54 1ccf7168212f: Pushed
13:17:54 d5c800fd8efc: Pushed
13:17:55 3f060822b9bc: Pushed
13:17:55 342aaa4772d1: Pushed
13:17:55 0bd7674c655b: Pushed
13:17:55 78ead60560fd: Layer already exists
13:17:55 da0efd653ebe: Layer already exists
13:17:55 21dc9194e1ab: Layer already exists
13:17:55 a10c79771e86: Layer already exists
13:17:55 3f4c8c89729b: Layer already exists
13:17:55 5c813a85f7f0: Layer already exists
13:17:55 bdca38f94ff0: Layer already exists
13:17:55 faac394a1ad3: Layer already exists
13:17:55 ce8168f12337: Layer already exists
13:17:56 4ceb6a1ab475: Pushed
13:17:56 553b1d0f0ee2: Pushed
13:17:56 c6f054db3c46: Pushed
13:17:58 31dcec5f2ce2: Pushed
13:18:01 py3-26acbb068816a032ca9df1c01d6a5003bffb78fb: digest: sha256:cb954549a5e52d62ef65edebc542329238ec064e77bcdfdc85a9f4b938300196 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-0ed8e3782daf8fa05) 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/2977fda8-7a75-409d-95a1-d8be6b705895/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:18:01 + docker run --rm --entrypoint=python dockerbuildbot/docker-py:py3-26acbb068816a032ca9df1c01d6a5003bffb78fb /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.5)
[Pipeline] { (Branch: py2.7_19.03.6-rc1)
[Pipeline] { (Branch: py3.7_17.06.2-ce)
[Pipeline] { (Branch: py3.7_19.03.5)
[Pipeline] { (Branch: py3.7_19.03.6-rc1)
[Pipeline] node
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-0ed8e3782daf8fa05) in /home/ubuntu/workspace/docker-py_PR-2495
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[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/2e3a7ab3-24a8-49c0-a60b-7ff265d11e2b/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:18:28 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:18:28 chowning workspace
[Pipeline] sh
13:18:28 + uname -m
[Pipeline] sh
13:18:28 + pwd
13:18:28 + id -u
13:18:28 + id -g
13:18:28 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2495:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
13:18:30 Removing all docker containers
[Pipeline] sh
13:18:30 + docker container ls -aq
[Pipeline] echo
13:18:30 Docker containers have been removed
[Pipeline] echo
13:18:30 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:18:30 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=17.06.2-ce)
[Pipeline] checkout
13:18:30 using credential docker-jenkins-github-credentials
13:18:30 Cloning the remote Git repository
13:18:30 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:18:31 Fetching without tags
13:18:31 Merging remotes/origin/master commit f2e09ae63287dd812ceaf936513ccf836392fab1 into PR head commit 26acbb068816a032ca9df1c01d6a5003bffb78fb
 > 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
[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-0ed8e3782daf8fa05) 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/33d339d7-ee55-4497-b367-fc3246d48209/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:18:32 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:18:32 chowning workspace
[Pipeline] sh
13:18:32 + uname -m
[Pipeline] sh
13:18:32 + pwd
13:18:32 + id -u
13:18:32 + id -g
13:18:32 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2495:/workspace busybox chown -R 1000:1000 /workspace
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 26acbb068816a032ca9df1c01d6a5003bffb78fb
[Pipeline] echo
13:18:33 Removing all docker containers
[Pipeline] sh
13:18:33 + docker container ls -aq
[Pipeline] echo
13:18:33 Docker containers have been removed
[Pipeline] echo
13:18:33 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:18:33 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.5)
[Pipeline] checkout
13:18:33 using credential docker-jenkins-github-credentials
13:18:33 Cloning the remote Git repository
13:18:33 Cloning with configured refspecs honoured and without tags
13:18:34 Fetching without tags
13:18:34 Merging remotes/origin/master commit f2e09ae63287dd812ceaf936513ccf836392fab1 into PR head commit 26acbb068816a032ca9df1c01d6a5003bffb78fb
[Pipeline] }
[Pipeline] // stage
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 26acbb068816a032ca9df1c01d6a5003bffb78fb
[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-0ed8e3782daf8fa05) 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/d5764df1-033c-48bb-ac67-63e856670492/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:18:35 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:18:35 chowning workspace
[Pipeline] sh
13:18:35 + uname -m
[Pipeline] sh
13:18:35 + pwd
13:18:35 + id -u
13:18:35 + id -g
13:18:35 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2495:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
13:18:36 Removing all docker containers
[Pipeline] sh
13:18:36 + docker container ls -aq
[Pipeline] echo
13:18:36 Docker containers have been removed
[Pipeline] echo
13:18:36 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:18:37 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.6-rc1)
[Pipeline] checkout
13:18:37 using credential docker-jenkins-github-credentials
13:18:37 Cloning the remote Git repository
13:18:37 Cloning with configured refspecs honoured and without tags
13:18:38 Fetching without tags
13:18:38 Merging remotes/origin/master commit f2e09ae63287dd812ceaf936513ccf836392fab1 into PR head commit 26acbb068816a032ca9df1c01d6a5003bffb78fb
[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-0ed8e3782daf8fa05) in /home/ubuntu/workspace/docker-py_PR-2495
[Pipeline] {
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 26acbb068816a032ca9df1c01d6a5003bffb78fb
[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/48d7cdec-3c30-4093-a9de-30243e1529ff/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:18:38 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:18:38 chowning workspace
[Pipeline] sh
13:18:38 + uname -m
[Pipeline] sh
13:18:38 + pwd
13:18:38 + id -u
13:18:38 + id -g
13:18:38 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2495:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
13:18:39 Removing all docker containers
[Pipeline] sh
13:18:40 + docker container ls -aq
[Pipeline] echo
13:18:40 Docker containers have been removed
[Pipeline] echo
13:18:40 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:18:40 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=17.06.2-ce)
[Pipeline] checkout
13:18:40 using credential docker-jenkins-github-credentials
13:18:40 Cloning the remote Git repository
13:18:40 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:18:41 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
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:18:41 Merging remotes/origin/master commit f2e09ae63287dd812ceaf936513ccf836392fab1 into PR head commit 26acbb068816a032ca9df1c01d6a5003bffb78fb
[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-0ed8e3782daf8fa05) 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/7b6e2ab8-1cbf-4e31-aa66-8efd7f239548/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:18:41 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:18:41 chowning workspace
[Pipeline] sh
13:18:42 + uname -m
[Pipeline] sh
13:18:42 + pwd
13:18:42 + id -u
13:18:42 + id -g
13:18:42 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2495:/workspace busybox chown -R 1000:1000 /workspace
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 26acbb068816a032ca9df1c01d6a5003bffb78fb
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu&&!zfs&&amd64’
[Pipeline] echo
13:18:43 Removing all docker containers
[Pipeline] sh
13:18:43 + docker container ls -aq
[Pipeline] echo
13:18:43 Docker containers have been removed
[Pipeline] echo
13:18:43 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:18:43 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.5)
[Pipeline] checkout
13:18:43 using credential docker-jenkins-github-credentials
13:18:43 Cloning the remote Git repository
13:18:43 Cloning with configured refspecs honoured and without tags
13:18:44 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:18:44 Merging remotes/origin/master commit f2e09ae63287dd812ceaf936513ccf836392fab1 into PR head commit 26acbb068816a032ca9df1c01d6a5003bffb78fb
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.5
Running on ubuntu-1804-overlay2 (i-0ed8e3782daf8fa05) 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/4bbe0169-a00f-4186-a98e-03ee868816e5/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:18:44 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:18:44 chowning workspace
[Pipeline] sh
13:18:45 + uname -m
[Pipeline] sh
13:18:45 + pwd
13:18:45 + id -u
13:18:45 + id -g
13:18:45 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2495:/workspace busybox chown -R 1000:1000 /workspace
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 26acbb068816a032ca9df1c01d6a5003bffb78fb
[Pipeline] echo
13:18:46 Removing all docker containers
[Pipeline] sh
13:18:46 + docker container ls -aq
[Pipeline] echo
13:18:46 Docker containers have been removed
[Pipeline] echo
13:18:46 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:18:46 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.6-rc1)
[Pipeline] checkout
13:18:46 using credential docker-jenkins-github-credentials
13:18:46 Cloning the remote Git repository
13:18:46 Cloning with configured refspecs honoured and without tags
13:18:47 Fetching without tags
13:18:47 Merging remotes/origin/master commit f2e09ae63287dd812ceaf936513ccf836392fab1 into PR head commit 26acbb068816a032ca9df1c01d6a5003bffb78fb
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
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 26acbb068816a032ca9df1c01d6a5003bffb78fb
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.6-rc1
[Pipeline] // parallel
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

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

	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-0ed8e3782daf8fa05)
		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 26acbb068816a032ca9df1c01d6a5003bffb78fb" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 26acbb068816a032ca9df1c01d6a5003bffb78fb

		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-0ed8e3782daf8fa05)
			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 26acbb068816a032ca9df1c01d6a5003bffb78fb
Also:   hudson.plugins.git.GitException: Command "git checkout -f 26acbb068816a032ca9df1c01d6a5003bffb78fb" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 26acbb068816a032ca9df1c01d6a5003bffb78fb

		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-0ed8e3782daf8fa05)
			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 26acbb068816a032ca9df1c01d6a5003bffb78fb
Also:   hudson.plugins.git.GitException: Command "git checkout -f 26acbb068816a032ca9df1c01d6a5003bffb78fb" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 26acbb068816a032ca9df1c01d6a5003bffb78fb

		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-0ed8e3782daf8fa05)
			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 26acbb068816a032ca9df1c01d6a5003bffb78fb
Also:   hudson.plugins.git.GitException: Command "git checkout -f 26acbb068816a032ca9df1c01d6a5003bffb78fb" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 26acbb068816a032ca9df1c01d6a5003bffb78fb

		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-0ed8e3782daf8fa05)
			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 26acbb068816a032ca9df1c01d6a5003bffb78fb
Also:   hudson.plugins.git.GitException: Command "git checkout -f 26acbb068816a032ca9df1c01d6a5003bffb78fb" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 26acbb068816a032ca9df1c01d6a5003bffb78fb

		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-0ed8e3782daf8fa05)
			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 26acbb068816a032ca9df1c01d6a5003bffb78fb
Caused: hudson.plugins.git.GitException: Could not checkout 26acbb068816a032ca9df1c01d6a5003bffb78fb
	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