Skip to content
Failed

Console Output

Pull request #2495 updated
09:33:26 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 124688388fe69d5c59f5b3e5d8dc37fd2586b658+f2e09ae63287dd812ceaf936513ccf836392fab1 (c67b874397c67d92512b5cccb27c8700869a0c7d)
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
Still waiting to schedule task
All nodes of label ‘ubuntu&&!zfs&&amd64’ are offline
Running on ubuntu-1804-overlay2 (i-07294a91d7d37ec7e) 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/2a5336ab-d2f0-414a-983f-4ad6ed22ef07/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
09:34:43 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
09:34:43 chowning workspace
[Pipeline] sh
09:34:44 + uname -m
[Pipeline] sh
09:34:44 + pwd
09:34:44 + id -u
09:34:44 + id -g
09:34:44 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2495:/workspace busybox chown -R 1000:1000 /workspace
09:34:44 Unable to find image 'busybox:latest' locally
09:34:45 latest: Pulling from library/busybox
09:34:45 bdbbaa22dec6: Pulling fs layer
09:34:45 bdbbaa22dec6: Verifying Checksum
09:34:45 bdbbaa22dec6: Download complete
09:34:46 bdbbaa22dec6: Pull complete
09:34:46 Digest: sha256:6915be4043561d64e0ab0f8f098dc2ac48e077fe23f488ac24b665166898115a
09:34:46 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
09:34:50 Removing all docker containers
[Pipeline] sh
09:34:50 + docker container ls -aq
[Pipeline] echo
09:34:50 Docker containers have been removed
[Pipeline] echo
09:34:50 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
09:34:50 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
09:34:53 using credential docker-jenkins-github-credentials
09:34:53 Cloning the remote Git repository
09:34:53 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
 > 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
09:34:56 Fetching without tags
09:34:56 Merging remotes/origin/master commit f2e09ae63287dd812ceaf936513ccf836392fab1 into PR head commit 124688388fe69d5c59f5b3e5d8dc37fd2586b658
09:34:56 Merge succeeded, producing 124688388fe69d5c59f5b3e5d8dc37fd2586b658
09:34:56 Checking out Revision 124688388fe69d5c59f5b3e5d8dc37fd2586b658 (PR-2495)
09:34:57 Commit message: "Add a set_current_context method"
 > 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 124688388fe69d5c59f5b3e5d8dc37fd2586b658
 > git merge f2e09ae63287dd812ceaf936513ccf836392fab1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 124688388fe69d5c59f5b3e5d8dc37fd2586b658
 > git rev-list --no-walk fefd7854b933eb258b3827e7b5b6215ea9f03a02 # timeout=10
[Pipeline] sh
09:34:59 + git rev-parse HEAD
[Pipeline] sh
09:34:59 + docker pull dockerbuildbot/docker-py:py2-124688388fe69d5c59f5b3e5d8dc37fd2586b658
09:34:59 Error response from daemon: manifest for dockerbuildbot/docker-py:py2-124688388fe69d5c59f5b3e5d8dc37fd2586b658 not found: manifest unknown: manifest unknown
[Pipeline] sh
09:34:59 + docker build -t dockerbuildbot/docker-py:py2-124688388fe69d5c59f5b3e5d8dc37fd2586b658 -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 .
09:34:59 Sending build context to Docker daemon  1.303MB

09:35:00 Step 1/19 : ARG PYTHON_VERSION=3.7
09:35:00 Step 2/19 : FROM python:${PYTHON_VERSION}
09:35:00 2.7: Pulling from library/python
09:35:00 8f0fdd3eaac0: Pulling fs layer
09:35:00 d918eaefd9de: Pulling fs layer
09:35:00 43bf3e3107f5: Pulling fs layer
09:35:00 27622921edb2: Pulling fs layer
09:35:00 dcfa0aa1ae2c: Pulling fs layer
09:35:00 ef6ca6913068: Pulling fs layer
09:35:00 a755ea00feee: Pulling fs layer
09:35:00 d3ef4ceaf881: Pulling fs layer
09:35:00 a91a6037ab89: Pulling fs layer
09:35:00 27622921edb2: Waiting
09:35:00 dcfa0aa1ae2c: Waiting
09:35:00 ef6ca6913068: Waiting
09:35:00 a755ea00feee: Waiting
09:35:00 d3ef4ceaf881: Waiting
09:35:00 a91a6037ab89: Waiting
09:35:00 d918eaefd9de: Verifying Checksum
09:35:00 d918eaefd9de: Download complete
09:35:00 43bf3e3107f5: Verifying Checksum
09:35:00 43bf3e3107f5: Download complete
09:35:01 8f0fdd3eaac0: Verifying Checksum
09:35:01 8f0fdd3eaac0: Download complete
09:35:01 ef6ca6913068: Verifying Checksum
09:35:01 ef6ca6913068: Download complete
09:35:02 27622921edb2: Verifying Checksum
09:35:02 27622921edb2: Download complete
09:35:02 d3ef4ceaf881: Verifying Checksum
09:35:02 d3ef4ceaf881: Download complete
09:35:02 a755ea00feee: Verifying Checksum
09:35:02 a755ea00feee: Download complete
09:35:02 a91a6037ab89: Verifying Checksum
09:35:02 a91a6037ab89: Download complete
09:35:07 dcfa0aa1ae2c: Verifying Checksum
09:35:07 dcfa0aa1ae2c: Download complete
09:35:07 8f0fdd3eaac0: Pull complete
09:35:08 d918eaefd9de: Pull complete
09:35:09 43bf3e3107f5: Pull complete
09:35:14 27622921edb2: Pull complete
09:35:26 dcfa0aa1ae2c: Pull complete
09:35:26 ef6ca6913068: Pull complete
09:35:28 a755ea00feee: Pull complete
09:35:28 d3ef4ceaf881: Pull complete
09:35:29 a91a6037ab89: Pull complete
09:35:29 Digest: sha256:9723e7e38d445f2a8327c6669fc568800c8163783a0f0606fb73c2d48f546f74
09:35:29 Status: Downloaded newer image for python:2.7
09:35:29  ---> 3c1fea91a131
09:35:29 Step 3/19 : ARG APT_MIRROR
09:35:30  ---> Running in df0472b9d5b6
09:35:30 Removing intermediate container df0472b9d5b6
09:35:30  ---> 49152d705929
09:35:30 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
09:35:30  ---> Running in 85526c4638b7
09:35:32 Removing intermediate container 85526c4638b7
09:35:32  ---> ed45b3b7e2bb
09:35:32 Step 5/19 : RUN apt-get update && apt-get -y install     gnupg2     pass     curl
09:35:32  ---> Running in ddd3c6a03d9b
09:35:34 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
09:35:34 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
09:35:34 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
09:35:34 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [174 kB]
09:35:34 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7908 kB]
09:35:34 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
09:35:35 Fetched 8324 kB in 3s (3305 kB/s)
09:35:36 Reading package lists...
09:35:38 Reading package lists...
09:35:38 Building dependency tree...
09:35:38 Reading state information...
09:35:38 curl is already the newest version (7.64.0-4).
09:35:38 The following additional packages will be installed:
09:35:38   libqrencode4 libxmu6 libxmuu1 qrencode tree xauth xclip
09:35:38 Suggested packages:
09:35:38   libxml-simple-perl ruby
09:35:38 The following NEW packages will be installed:
09:35:38   gnupg2 libqrencode4 libxmu6 libxmuu1 pass qrencode tree xauth xclip
09:35:38 0 upgraded, 9 newly installed, 0 to remove and 3 not upgraded.
09:35:38 Need to get 708 kB of archives.
09:35:38 After this operation, 1197 kB of additional disk space will be used.
09:35:38 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
09:35:38 Get:2 http://deb.debian.org/debian buster/main amd64 libqrencode4 amd64 4.0.2-1 [38.2 kB]
09:35:38 Get:3 http://deb.debian.org/debian buster/main amd64 libxmu6 amd64 2:1.1.2-2+b3 [60.8 kB]
09:35:38 Get:4 http://deb.debian.org/debian buster/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB]
09:35:38 Get:5 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
09:35:38 Get:6 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
09:35:38 Get:7 http://deb.debian.org/debian buster/main amd64 qrencode amd64 4.0.2-1 [39.8 kB]
09:35:38 Get:8 http://deb.debian.org/debian buster/main amd64 xauth amd64 1:1.0.10-1 [40.3 kB]
09:35:38 Get:9 http://deb.debian.org/debian buster/main amd64 xclip amd64 0.13-1 [23.2 kB]
09:35:38 debconf: delaying package configuration, since apt-utils is not installed
09:35:38 Fetched 708 kB in 0s (2568 kB/s)
09:35:38 Selecting previously unselected package gnupg2.
09:35:38 (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.)
09:35:39 Preparing to unpack .../0-gnupg2_2.2.12-1+deb10u1_all.deb ...
09:35:39 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
09:35:39 Selecting previously unselected package libqrencode4:amd64.
09:35:39 Preparing to unpack .../1-libqrencode4_4.0.2-1_amd64.deb ...
09:35:39 Unpacking libqrencode4:amd64 (4.0.2-1) ...
09:35:39 Selecting previously unselected package libxmu6:amd64.
09:35:39 Preparing to unpack .../2-libxmu6_2%3a1.1.2-2+b3_amd64.deb ...
09:35:39 Unpacking libxmu6:amd64 (2:1.1.2-2+b3) ...
09:35:39 Selecting previously unselected package libxmuu1:amd64.
09:35:39 Preparing to unpack .../3-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ...
09:35:39 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ...
09:35:39 Selecting previously unselected package tree.
09:35:39 Preparing to unpack .../4-tree_1.8.0-1_amd64.deb ...
09:35:39 Unpacking tree (1.8.0-1) ...
09:35:39 Selecting previously unselected package pass.
09:35:39 Preparing to unpack .../5-pass_1.7.3-2_all.deb ...
09:35:39 Unpacking pass (1.7.3-2) ...
09:35:39 Selecting previously unselected package qrencode.
09:35:39 Preparing to unpack .../6-qrencode_4.0.2-1_amd64.deb ...
09:35:39 Unpacking qrencode (4.0.2-1) ...
09:35:39 Selecting previously unselected package xauth.
09:35:39 Preparing to unpack .../7-xauth_1%3a1.0.10-1_amd64.deb ...
09:35:39 Unpacking xauth (1:1.0.10-1) ...
09:35:39 Selecting previously unselected package xclip.
09:35:39 Preparing to unpack .../8-xclip_0.13-1_amd64.deb ...
09:35:39 Unpacking xclip (0.13-1) ...
09:35:39 Setting up gnupg2 (2.2.12-1+deb10u1) ...
09:35:39 Setting up libxmu6:amd64 (2:1.1.2-2+b3) ...
09:35:39 Setting up libqrencode4:amd64 (4.0.2-1) ...
09:35:39 Setting up qrencode (4.0.2-1) ...
09:35:39 Setting up tree (1.8.0-1) ...
09:35:39 Setting up xclip (0.13-1) ...
09:35:39 Setting up pass (1.7.3-2) ...
09:35:39 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ...
09:35:39 Setting up xauth (1:1.0.10-1) ...
09:35:39 Processing triggers for libc-bin (2.28-10) ...
09:35:40 Removing intermediate container ddd3c6a03d9b
09:35:40  ---> e91d8fb9a849
09:35:40 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys
09:35:40  ---> 8a2d74f99b97
09:35:40 Step 7/19 : RUN gpg2 --import gpg-keys/secret
09:35:41  ---> Running in 087a162ba585
09:35:42 gpg: directory '/root/.gnupg' created
09:35:42 gpg: keybox '/root/.gnupg/pubring.kbx' created
09:35:42 gpg: /root/.gnupg/trustdb.gpg: trustdb created
09:35:42 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
09:35:42 gpg: key 464ED987A7B21401: secret key imported
09:35:42 gpg: Total number processed: 1
09:35:42 gpg:               imported: 1
09:35:42 gpg:       secret keys read: 1
09:35:42 gpg:   secret keys imported: 1
09:35:42 Removing intermediate container 087a162ba585
09:35:42  ---> 8a7837f0be50
09:35:42 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
09:35:42  ---> Running in d52b0a987edc
09:35:43 gpg: inserting ownertrust of 6
09:35:44 Removing intermediate container d52b0a987edc
09:35:44  ---> 5a4fbdddae80
09:35:44 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
09:35:44  ---> Running in 7bb13a5f3685
09:35:45 gpg: please do a --check-trustdb
09:35:45 mkdir: created directory '/root/.password-store/'
09:35:45 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
09:35:45 Removing intermediate container 7bb13a5f3685
09:35:45  ---> 72b85d42de64
09:35:45 Step 10/19 : RUN gpg2 --check-trustdb
09:35:46  ---> Running in b2b68f363aaf
09:35:47 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
09:35:47 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
09:35:47 Removing intermediate container b2b68f363aaf
09:35:47  ---> 283b2d472400
09:35:47 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3
09:35:47  ---> Running in ca0f98c81bb8
09:35:48 Removing intermediate container ca0f98c81bb8
09:35:48  ---> 4da31cfd74da
09:35:48 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
09:35:48  ---> Running in 9b9e5eb9686c
09:35:49 Removing intermediate container 9b9e5eb9686c
09:35:49  ---> 35352869d854
09:35:49 Step 13/19 : WORKDIR /src
09:35:50  ---> Running in c62cfbc639f7
09:35:50 Removing intermediate container c62cfbc639f7
09:35:50  ---> 34481d7d9c6c
09:35:50 Step 14/19 : COPY requirements.txt /src/requirements.txt
09:35:50  ---> 1dfa18c2eec5
09:35:50 Step 15/19 : RUN pip install -r requirements.txt
09:35:50  ---> Running in 559b6f896f92
09:35:52 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
09:35:52 Ignoring pypiwin32: markers 'sys_platform == "win32" and python_version < "3.6"' don't match your environment
09:35:52 Ignoring pypiwin32: markers 'sys_platform == "win32" and python_version >= "3.6"' don't match your environment
09:35:56 Collecting appdirs==1.4.3
09:35:57   Downloading appdirs-1.4.3-py2.py3-none-any.whl (12 kB)
09:35:57 Collecting asn1crypto==0.22.0
09:35:57   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
09:35:57 Collecting backports.ssl-match-hostname==3.5.0.1
09:35:57   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
09:35:58 Collecting cffi==1.10.0
09:35:58   Downloading cffi-1.10.0-cp27-cp27mu-manylinux1_x86_64.whl (392 kB)
09:35:59 Collecting cryptography==2.3
09:35:59   Downloading cryptography-2.3-cp27-cp27mu-manylinux1_x86_64.whl (2.1 MB)
09:35:59 Collecting enum34==1.1.6
09:35:59   Downloading enum34-1.1.6-py2-none-any.whl (12 kB)
09:35:59 Collecting idna==2.5
09:35:59   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
09:35:59 Collecting ipaddress==1.0.18
09:35:59   Downloading ipaddress-1.0.18-py2-none-any.whl (17 kB)
09:36:00 Collecting packaging==16.8
09:36:00   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
09:36:00 Collecting paramiko==2.4.2
09:36:00   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
09:36:00 Collecting pycparser==2.17
09:36:00   Downloading pycparser-2.17.tar.gz (231 kB)
09:36:00 Collecting pyOpenSSL==18.0.0
09:36:00   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
09:36:00 Collecting pyparsing==2.2.0
09:36:00   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
09:36:00 Collecting requests==2.20.0
09:36:00   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
09:36:00 Collecting six==1.10.0
09:36:00   Downloading six-1.10.0-py2.py3-none-any.whl (10 kB)
09:36:01 Collecting urllib3==1.24.3
09:36:01   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
09:36:01 Collecting websocket-client==0.56.0
09:36:01   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
09:36:01 Collecting pyasn1>=0.1.7
09:36:01   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
09:36:01 Collecting pynacl>=1.0.1
09:36:01   Downloading PyNaCl-1.3.0-cp27-cp27mu-manylinux1_x86_64.whl (762 kB)
09:36:01 Collecting bcrypt>=3.1.3
09:36:01   Downloading bcrypt-3.1.7-cp27-cp27mu-manylinux1_x86_64.whl (59 kB)
09:36:01 Collecting certifi>=2017.4.17
09:36:01   Downloading certifi-2019.11.28-py2.py3-none-any.whl (156 kB)
09:36:01 Collecting chardet<3.1.0,>=3.0.2
09:36:01   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
09:36:01 Building wheels for collected packages: backports.ssl-match-hostname, pycparser
09:36:01   Building wheel for backports.ssl-match-hostname (setup.py): started
09:36:02   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
09:36:02   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py2-none-any.whl size=5210 sha256=033c01257f00e44419ebbc2ebd3158988c20ac41ea3db41c99edd899bb0bde32
09:36:02   Stored in directory: /root/.cache/pip/wheels/19/dd/8c/6cad8e6c38a9fe006dd7423ca1655bb1eb3cb94c5ce1814e4f
09:36:02   Building wheel for pycparser (setup.py): started
09:36:02   Building wheel for pycparser (setup.py): finished with status 'done'
09:36:02   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=193884 sha256=c944521b5e0fe049c0ae5b48bc8039607e610b65a1b84ffdc86a7e7d3eb58bef
09:36:02   Stored in directory: /root/.cache/pip/wheels/03/08/f2/bf70552f051cd78e9d8fe7d196ef762858dcfa156965e3a1e3
09:36:02 Successfully built backports.ssl-match-hostname pycparser
09:36:03 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
09:36:04 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
09:36:11 Removing intermediate container 559b6f896f92
09:36:11  ---> 633d2feb4089
09:36:11 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt
09:36:11  ---> f68e6fa65364
09:36:11 Step 17/19 : RUN pip install -r test-requirements.txt
09:36:11  ---> Running in 0053c683912c
09:36:12 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
09:36:12 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)
09:36:17 Collecting coverage==4.5.2
09:36:18   Downloading coverage-4.5.2-cp27-cp27mu-manylinux1_x86_64.whl (201 kB)
09:36:18 Collecting flake8==3.6.0
09:36:18   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
09:36:18 Collecting mock==1.0.1
09:36:18   Downloading mock-1.0.1.tar.gz (818 kB)
09:36:18 Collecting pytest==4.3.1
09:36:18   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
09:36:18 Collecting pytest-cov==2.6.1
09:36:18   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
09:36:18 Collecting pytest-timeout==1.3.3
09:36:18   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
09:36:18 Collecting pyflakes<2.1.0,>=2.0.0
09:36:18   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
09:36:19 Collecting configparser; python_version < "3.2"
09:36:19   Downloading configparser-4.0.2-py2.py3-none-any.whl (22 kB)
09:36:19 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)
09:36:19 Collecting pycodestyle<2.5.0,>=2.4.0
09:36:19   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
09:36:19 Collecting mccabe<0.7.0,>=0.6.0
09:36:19   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
09:36:19 Collecting pathlib2>=2.2.0; python_version < "3.6"
09:36:19   Downloading pathlib2-2.3.5-py2.py3-none-any.whl (18 kB)
09:36:19 Collecting atomicwrites>=1.0
09:36:19   Downloading atomicwrites-1.3.0-py2.py3-none-any.whl (5.9 kB)
09:36:19 Collecting py>=1.5.0
09:36:19   Downloading py-1.8.1-py2.py3-none-any.whl (83 kB)
09:36:19 Collecting attrs>=17.4.0
09:36:19   Downloading attrs-19.3.0-py2.py3-none-any.whl (39 kB)
09:36:19 Collecting more-itertools<6.0.0,>=4.0.0; python_version <= "2.7"
09:36:19   Downloading more_itertools-5.0.0-py2-none-any.whl (52 kB)
09:36:19 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)
09:36:19 Collecting pluggy>=0.7
09:36:19   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
09:36:19 Collecting funcsigs; python_version < "3.0"
09:36:20   Downloading funcsigs-1.0.2-py2.py3-none-any.whl (17 kB)
09:36:20 Collecting scandir; python_version < "3.5"
09:36:20   Downloading scandir-1.10.0.tar.gz (33 kB)
09:36:20 Collecting importlib-metadata>=0.12; python_version < "3.8"
09:36:20   Downloading importlib_metadata-1.5.0-py2.py3-none-any.whl (30 kB)
09:36:20 Collecting contextlib2; python_version < "3"
09:36:20   Downloading contextlib2-0.6.0.post1-py2.py3-none-any.whl (9.8 kB)
09:36:20 Collecting zipp>=0.5
09:36:20   Downloading zipp-1.1.0-py2.py3-none-any.whl (4.6 kB)
09:36:20 Building wheels for collected packages: mock, scandir
09:36:20   Building wheel for mock (setup.py): started
09:36:20   Building wheel for mock (setup.py): finished with status 'done'
09:36:20   Created wheel for mock: filename=mock-1.0.1-py2-none-any.whl size=23754 sha256=ff973ce80fda7e097bbff385997344026a9c6d4a7a3dc3deb69e0776d99ba626
09:36:20   Stored in directory: /root/.cache/pip/wheels/ad/62/e0/a06cc957652749e64c7904e899eca3ecb2ec47c60d52653660
09:36:20   Building wheel for scandir (setup.py): started
09:36:21   Building wheel for scandir (setup.py): finished with status 'done'
09:36:21   Created wheel for scandir: filename=scandir-1.10.0-cp27-cp27mu-linux_x86_64.whl size=42782 sha256=ac57f0ea7c79b828704f336cd5c576359e6b84c6a8db4cc2e3e1c88ae1338059
09:36:21   Stored in directory: /root/.cache/pip/wheels/58/2c/26/52406f7d1f19bcc47a6fbd1037a5f293492f5cf1d58c539edb
09:36:21 Successfully built mock scandir
09:36:21 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
09:36:22 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
09:36:23 Removing intermediate container 0053c683912c
09:36:23  ---> 825d1a7ad599
09:36:23 Step 18/19 : COPY . /src
09:36:24  ---> 160a2f1f7672
09:36:24 Step 19/19 : RUN pip install .
09:36:24  ---> Running in 22e19d39317f
09:36:25 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
09:36:25 Processing /src
09:36:25 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python2.7/site-packages (from docker==4.2.0.dev0) (1.10.0)
09:36:25 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)
09:36:25 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)
09:36:25 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)
09:36:25 Requirement already satisfied: ipaddress>=1.0.16 in /usr/local/lib/python2.7/site-packages (from docker==4.2.0.dev0) (1.0.18)
09:36:25 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)
09:36:25 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)
09:36:25 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)
09:36:25 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)
09:36:25 Building wheels for collected packages: docker
09:36:25   Building wheel for docker (setup.py): started
09:36:25   Building wheel for docker (setup.py): finished with status 'done'
09:36:25   Created wheel for docker: filename=docker-4.2.0.dev0-py2.py3-none-any.whl size=143860 sha256=42f3538dc3016154847c09baa47c9cb1126023626b14690316580c5d747b4530
09:36:25   Stored in directory: /tmp/pip-ephem-wheel-cache-OQLuwm/wheels/dc/45/28/050a7fcd95fc9b9f504d64d6668214323c48b439857458e65c
09:36:25 Successfully built docker
09:36:25 Installing collected packages: docker
09:36:25 Successfully installed docker-4.2.0.dev0
09:36:26 Removing intermediate container 22e19d39317f
09:36:26  ---> 9d09bbbe9c04
09:36:26 Successfully built 9d09bbbe9c04
09:36:26 Successfully tagged dockerbuildbot/docker-py:py2-124688388fe69d5c59f5b3e5d8dc37fd2586b658
[Pipeline] sh
09:36:26 + docker tag dockerbuildbot/docker-py:py2-124688388fe69d5c59f5b3e5d8dc37fd2586b658 dockerbuildbot/docker-py:py2-124688388fe69d5c59f5b3e5d8dc37fd2586b658
[Pipeline] sh
09:36:27 + docker push dockerbuildbot/docker-py:py2-124688388fe69d5c59f5b3e5d8dc37fd2586b658
09:36:27 The push refers to repository [docker.io/dockerbuildbot/docker-py]
09:36:27 aca27a26c1ab: Preparing
09:36:27 d7d671f5941f: Preparing
09:36:27 99631f2c8e6e: Preparing
09:36:27 c6e91b415835: Preparing
09:36:27 18a44cf1d065: Preparing
09:36:27 fa967e626c90: Preparing
09:36:27 a150cdfe5428: Preparing
09:36:27 314513c21b38: Preparing
09:36:27 ad62037b77f2: Preparing
09:36:27 fa967e626c90: Waiting
09:36:27 a150cdfe5428: Waiting
09:36:27 314513c21b38: Waiting
09:36:27 5fb6f8e8a7cf: Preparing
09:36:27 9f1cf19d7b8e: Preparing
09:36:27 f1dc444ffd80: Preparing
09:36:27 ad62037b77f2: Waiting
09:36:27 5fb6f8e8a7cf: Waiting
09:36:27 9f1cf19d7b8e: Waiting
09:36:27 7a85d6f1c89c: Preparing
09:36:27 47ff4cf63704: Preparing
09:36:27 2166a67bb2ed: Preparing
09:36:27 08213480c949: Preparing
09:36:27 be5e790c12a3: Preparing
09:36:27 f1dc444ffd80: Waiting
09:36:27 7a85d6f1c89c: Waiting
09:36:27 47ff4cf63704: Waiting
09:36:27 2166a67bb2ed: Waiting
09:36:27 08213480c949: Waiting
09:36:27 35fc403d4c4c: Preparing
09:36:27 c1fbc35a2660: Preparing
09:36:27 f63773c65620: Preparing
09:36:27 e6d60910d056: Preparing
09:36:27 b52c1c103fae: Preparing
09:36:27 be5e790c12a3: Waiting
09:36:27 35fc403d4c4c: Waiting
09:36:27 c1fbc35a2660: Waiting
09:36:27 f63773c65620: Waiting
09:36:27 e6d60910d056: Waiting
09:36:27 6f1c84e6ec59: Preparing
09:36:27 b52c1c103fae: Waiting
09:36:27 dd5242c2dc8a: Preparing
09:36:27 6f1c84e6ec59: Waiting
09:36:27 dd5242c2dc8a: Waiting
09:36:28 c6e91b415835: Pushed
09:36:28 d7d671f5941f: Pushed
09:36:28 aca27a26c1ab: Pushed
09:36:29 fa967e626c90: Pushed
09:36:29 99631f2c8e6e: Pushed
09:36:29 a150cdfe5428: Pushed
09:36:30 314513c21b38: Pushed
09:36:30 5fb6f8e8a7cf: Pushed
09:36:30 9f1cf19d7b8e: Pushed
09:36:30 ad62037b77f2: Pushed
09:36:31 f1dc444ffd80: Pushed
09:36:31 7a85d6f1c89c: Pushed
09:36:31 18a44cf1d065: Pushed
09:36:32 08213480c949: Layer already exists
09:36:32 35fc403d4c4c: Layer already exists
09:36:32 c1fbc35a2660: Layer already exists
09:36:32 be5e790c12a3: Layer already exists
09:36:32 f63773c65620: Layer already exists
09:36:32 e6d60910d056: Layer already exists
09:36:32 b52c1c103fae: Layer already exists
09:36:32 6f1c84e6ec59: Layer already exists
09:36:32 dd5242c2dc8a: Layer already exists
09:36:32 2166a67bb2ed: Pushed
09:36:33 47ff4cf63704: Pushed
09:36:35 py2-124688388fe69d5c59f5b3e5d8dc37fd2586b658: digest: sha256:694fc9c012d9281c1a6d3a7e67c4b4243fdcb06b663d9da11eb0f563ba7a8a98 size: 5353
[Pipeline] sh
09:36:35 + docker pull dockerbuildbot/docker-py:py3-124688388fe69d5c59f5b3e5d8dc37fd2586b658
09:36:35 Error response from daemon: manifest for dockerbuildbot/docker-py:py3-124688388fe69d5c59f5b3e5d8dc37fd2586b658 not found: manifest unknown: manifest unknown
[Pipeline] sh
09:36:35 + docker build -t dockerbuildbot/docker-py:py3-124688388fe69d5c59f5b3e5d8dc37fd2586b658 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
09:36:35 Sending build context to Docker daemon  1.303MB

09:36:35 Step 1/19 : ARG PYTHON_VERSION=3.7
09:36:35 Step 2/19 : FROM python:${PYTHON_VERSION}
09:36:36 3.7: Pulling from library/python
09:36:36 8f0fdd3eaac0: Already exists
09:36:36 d918eaefd9de: Already exists
09:36:36 43bf3e3107f5: Already exists
09:36:36 27622921edb2: Already exists
09:36:36 dcfa0aa1ae2c: Already exists
09:36:36 61cf1e8f9385: Pulling fs layer
09:36:36 a79fc60597da: Pulling fs layer
09:36:36 420e7f932707: Pulling fs layer
09:36:36 666534959f2b: Pulling fs layer
09:36:36 666534959f2b: Waiting
09:36:36 420e7f932707: Verifying Checksum
09:36:36 420e7f932707: Download complete
09:36:36 61cf1e8f9385: Verifying Checksum
09:36:36 61cf1e8f9385: Download complete
09:36:36 666534959f2b: Verifying Checksum
09:36:36 666534959f2b: Download complete
09:36:36 a79fc60597da: Verifying Checksum
09:36:36 a79fc60597da: Download complete
09:36:36 61cf1e8f9385: Pull complete
09:36:38 a79fc60597da: Pull complete
09:36:38 420e7f932707: Pull complete
09:36:39 666534959f2b: Pull complete
09:36:39 Digest: sha256:ddb23df374f4161b6778d9f995e0504001c438219810779056883e3657797158
09:36:39 Status: Downloaded newer image for python:3.7
09:36:39  ---> de787d71ba24
09:36:39 Step 3/19 : ARG APT_MIRROR
09:36:40  ---> Running in ecfc1a1ae1a5
09:36:40 Removing intermediate container ecfc1a1ae1a5
09:36:40  ---> 9f73c5491b51
09:36:40 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
09:36:40  ---> Running in bfcef771f9f9
09:36:42 Removing intermediate container bfcef771f9f9
09:36:42  ---> 6cfb25c5619e
09:36:42 Step 5/19 : RUN apt-get update && apt-get -y install     gnupg2     pass     curl
09:36:42  ---> Running in 91a4fdffe258
09:36:43 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
09:36:43 Get:2 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
09:36:43 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
09:36:43 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7908 kB]
09:36:43 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
09:36:44 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [174 kB]
09:36:45 Fetched 8324 kB in 2s (3564 kB/s)
09:36:46 Reading package lists...
09:36:47 Reading package lists...
09:36:47 Building dependency tree...
09:36:47 Reading state information...
09:36:47 curl is already the newest version (7.64.0-4).
09:36:47 The following additional packages will be installed:
09:36:47   libqrencode4 libxmu6 libxmuu1 qrencode tree xauth xclip
09:36:47 Suggested packages:
09:36:47   libxml-simple-perl ruby
09:36:47 The following NEW packages will be installed:
09:36:47   gnupg2 libqrencode4 libxmu6 libxmuu1 pass qrencode tree xauth xclip
09:36:47 0 upgraded, 9 newly installed, 0 to remove and 3 not upgraded.
09:36:47 Need to get 708 kB of archives.
09:36:47 After this operation, 1197 kB of additional disk space will be used.
09:36:47 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
09:36:48 Get:2 http://deb.debian.org/debian buster/main amd64 libqrencode4 amd64 4.0.2-1 [38.2 kB]
09:36:48 Get:3 http://deb.debian.org/debian buster/main amd64 libxmu6 amd64 2:1.1.2-2+b3 [60.8 kB]
09:36:48 Get:4 http://deb.debian.org/debian buster/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB]
09:36:48 Get:5 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
09:36:48 Get:6 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
09:36:48 Get:7 http://deb.debian.org/debian buster/main amd64 qrencode amd64 4.0.2-1 [39.8 kB]
09:36:48 Get:8 http://deb.debian.org/debian buster/main amd64 xauth amd64 1:1.0.10-1 [40.3 kB]
09:36:48 Get:9 http://deb.debian.org/debian buster/main amd64 xclip amd64 0.13-1 [23.2 kB]
09:36:48 debconf: delaying package configuration, since apt-utils is not installed
09:36:48 Fetched 708 kB in 0s (2586 kB/s)
09:36:48 Selecting previously unselected package gnupg2.
09:36:48 (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.)
09:36:48 Preparing to unpack .../0-gnupg2_2.2.12-1+deb10u1_all.deb ...
09:36:48 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
09:36:48 Selecting previously unselected package libqrencode4:amd64.
09:36:48 Preparing to unpack .../1-libqrencode4_4.0.2-1_amd64.deb ...
09:36:48 Unpacking libqrencode4:amd64 (4.0.2-1) ...
09:36:48 Selecting previously unselected package libxmu6:amd64.
09:36:48 Preparing to unpack .../2-libxmu6_2%3a1.1.2-2+b3_amd64.deb ...
09:36:48 Unpacking libxmu6:amd64 (2:1.1.2-2+b3) ...
09:36:48 Selecting previously unselected package libxmuu1:amd64.
09:36:48 Preparing to unpack .../3-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ...
09:36:48 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ...
09:36:48 Selecting previously unselected package tree.
09:36:48 Preparing to unpack .../4-tree_1.8.0-1_amd64.deb ...
09:36:48 Unpacking tree (1.8.0-1) ...
09:36:48 Selecting previously unselected package pass.
09:36:48 Preparing to unpack .../5-pass_1.7.3-2_all.deb ...
09:36:48 Unpacking pass (1.7.3-2) ...
09:36:48 Selecting previously unselected package qrencode.
09:36:48 Preparing to unpack .../6-qrencode_4.0.2-1_amd64.deb ...
09:36:48 Unpacking qrencode (4.0.2-1) ...
09:36:48 Selecting previously unselected package xauth.
09:36:48 Preparing to unpack .../7-xauth_1%3a1.0.10-1_amd64.deb ...
09:36:48 Unpacking xauth (1:1.0.10-1) ...
09:36:48 Selecting previously unselected package xclip.
09:36:48 Preparing to unpack .../8-xclip_0.13-1_amd64.deb ...
09:36:48 Unpacking xclip (0.13-1) ...
09:36:48 Setting up gnupg2 (2.2.12-1+deb10u1) ...
09:36:48 Setting up libxmu6:amd64 (2:1.1.2-2+b3) ...
09:36:48 Setting up libqrencode4:amd64 (4.0.2-1) ...
09:36:48 Setting up qrencode (4.0.2-1) ...
09:36:48 Setting up tree (1.8.0-1) ...
09:36:48 Setting up xclip (0.13-1) ...
09:36:48 Setting up pass (1.7.3-2) ...
09:36:48 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ...
09:36:48 Setting up xauth (1:1.0.10-1) ...
09:36:48 Processing triggers for libc-bin (2.28-10) ...
09:36:50 Removing intermediate container 91a4fdffe258
09:36:50  ---> a87a879d84b0
09:36:50 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys
09:36:50  ---> 57daa2e3f322
09:36:50 Step 7/19 : RUN gpg2 --import gpg-keys/secret
09:36:50  ---> Running in 11a90de26d61
09:36:51 gpg: directory '/root/.gnupg' created
09:36:51 gpg: keybox '/root/.gnupg/pubring.kbx' created
09:36:51 gpg: /root/.gnupg/trustdb.gpg: trustdb created
09:36:51 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
09:36:51 gpg: key 464ED987A7B21401: secret key imported
09:36:51 gpg: Total number processed: 1
09:36:51 gpg:               imported: 1
09:36:51 gpg:       secret keys read: 1
09:36:51 gpg:   secret keys imported: 1
09:36:52 Removing intermediate container 11a90de26d61
09:36:52  ---> e1849eaaa3ae
09:36:52 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
09:36:52  ---> Running in dcce086014bb
09:36:52 gpg: inserting ownertrust of 6
09:36:53 Removing intermediate container dcce086014bb
09:36:53  ---> 8ee3c278f2b7
09:36:53 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
09:36:53  ---> Running in 045155926cde
09:36:54 gpg: please do a --check-trustdb
09:36:54 mkdir: created directory '/root/.password-store/'
09:36:54 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
09:36:55 Removing intermediate container 045155926cde
09:36:55  ---> 9017b494ec93
09:36:55 Step 10/19 : RUN gpg2 --check-trustdb
09:36:55  ---> Running in 01bee45aa20b
09:36:56 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
09:36:56 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
09:36:57 Removing intermediate container 01bee45aa20b
09:36:57  ---> c90c9ce80cf8
09:36:57 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3
09:36:57  ---> Running in c8c92284b82b
09:36:57 Removing intermediate container c8c92284b82b
09:36:57  ---> 4460d1f16186
09:36:57 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
09:36:57  ---> Running in 91b8246b4c4c
09:36:59 Removing intermediate container 91b8246b4c4c
09:36:59  ---> eef74039e85d
09:36:59 Step 13/19 : WORKDIR /src
09:36:59  ---> Running in 15515e5581c8
09:36:59 Removing intermediate container 15515e5581c8
09:36:59  ---> 50c475b0bdb0
09:36:59 Step 14/19 : COPY requirements.txt /src/requirements.txt
09:36:59  ---> 45531c0f472c
09:36:59 Step 15/19 : RUN pip install -r requirements.txt
09:37:00  ---> Running in 6a0484a1f7e3
09:37:02 Ignoring pypiwin32: markers 'sys_platform == "win32" and python_version < "3.6"' don't match your environment
09:37:02 Ignoring pypiwin32: markers 'sys_platform == "win32" and python_version >= "3.6"' don't match your environment
09:37:06 Collecting appdirs==1.4.3
09:37:08   Downloading appdirs-1.4.3-py2.py3-none-any.whl (12 kB)
09:37:08 Collecting asn1crypto==0.22.0
09:37:08   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
09:37:08 Collecting backports.ssl-match-hostname==3.5.0.1
09:37:08   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
09:37:08 Collecting cffi==1.10.0
09:37:08   Downloading cffi-1.10.0.tar.gz (418 kB)
09:37:09 Collecting cryptography==2.3
09:37:09   Downloading cryptography-2.3-cp34-abi3-manylinux1_x86_64.whl (2.1 MB)
09:37:09 Collecting enum34==1.1.6
09:37:09   Downloading enum34-1.1.6-py3-none-any.whl (12 kB)
09:37:10 Collecting idna==2.5
09:37:10   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
09:37:10 Collecting ipaddress==1.0.18
09:37:10   Downloading ipaddress-1.0.18.tar.gz (32 kB)
09:37:10 Collecting packaging==16.8
09:37:10   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
09:37:10 Collecting paramiko==2.4.2
09:37:10   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
09:37:10 Collecting pycparser==2.17
09:37:10   Downloading pycparser-2.17.tar.gz (231 kB)
09:37:10 Collecting pyOpenSSL==18.0.0
09:37:10   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
09:37:10 Collecting pyparsing==2.2.0
09:37:10   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
09:37:11 Collecting requests==2.20.0
09:37:11   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
09:37:11 Collecting six==1.10.0
09:37:11   Downloading six-1.10.0-py2.py3-none-any.whl (10 kB)
09:37:11 Collecting urllib3==1.24.3
09:37:11   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
09:37:11 Collecting websocket-client==0.56.0
09:37:11   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
09:37:11 Collecting pynacl>=1.0.1
09:37:11   Downloading PyNaCl-1.3.0-cp34-abi3-manylinux1_x86_64.whl (759 kB)
09:37:11 Collecting bcrypt>=3.1.3
09:37:11   Downloading bcrypt-3.1.7-cp34-abi3-manylinux1_x86_64.whl (56 kB)
09:37:11 Collecting pyasn1>=0.1.7
09:37:11   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
09:37:11 Collecting certifi>=2017.4.17
09:37:11   Downloading certifi-2019.11.28-py2.py3-none-any.whl (156 kB)
09:37:11 Collecting chardet<3.1.0,>=3.0.2
09:37:11   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
09:37:11 Building wheels for collected packages: backports.ssl-match-hostname, cffi, ipaddress, pycparser
09:37:11   Building wheel for backports.ssl-match-hostname (setup.py): started
09:37:12   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
09:37:12   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py3-none-any.whl size=5206 sha256=508aec91c297c7401e9aaefad2fbea18b6400c2896ac85554d82eb7784ef82a0
09:37:12   Stored in directory: /root/.cache/pip/wheels/93/72/f6/df894bfc7947d11f89dbdb4e9b786703a43cd547c1b5e8c738
09:37:12   Building wheel for cffi (setup.py): started
09:37:17   Building wheel for cffi (setup.py): finished with status 'done'
09:37:17   Created wheel for cffi: filename=cffi-1.10.0-cp37-cp37m-linux_x86_64.whl size=371224 sha256=bdcdf78de75cdc2e92f87b8a3c7828bce9ba36f37f22beee3faddeca20ad8286
09:37:17   Stored in directory: /root/.cache/pip/wheels/cc/8d/6c/d24a8db003ac4a51d9959a9985718fac84e1baa5ec6c42d115
09:37:17   Building wheel for ipaddress (setup.py): started
09:37:17   Building wheel for ipaddress (setup.py): finished with status 'done'
09:37:17   Created wheel for ipaddress: filename=ipaddress-1.0.18-py3-none-any.whl size=18106 sha256=53ef8fccc11b70989cd450ed6d3eaed2c32f52acc30f310fd32d6c1966abd528
09:37:17   Stored in directory: /root/.cache/pip/wheels/54/90/bd/f99e221ab77ef8e6d65c14efe986cef3360da2990396093151
09:37:17   Building wheel for pycparser (setup.py): started
09:37:18   Building wheel for pycparser (setup.py): finished with status 'done'
09:37:18   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=192841 sha256=f3f83448272bf3d76b43db221318e45e2bf8b1dce47b19e0a5086c5f02292ec2
09:37:18   Stored in directory: /root/.cache/pip/wheels/91/50/7a/9f94e39b01559aa44c3cefb775d7befcc01d0a6ed0093cab37
09:37:18 Successfully built backports.ssl-match-hostname cffi ipaddress pycparser
09:37:18 Installing collected packages: appdirs, asn1crypto, backports.ssl-match-hostname, pycparser, cffi, idna, six, cryptography, enum34, ipaddress, pyparsing, packaging, pynacl, bcrypt, pyasn1, paramiko, pyOpenSSL, certifi, urllib3, chardet, requests, websocket-client
09:37:20 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
09:37:26 Removing intermediate container 6a0484a1f7e3
09:37:26  ---> 8377ffdd4262
09:37:26 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt
09:37:26  ---> 23afcf99c696
09:37:26 Step 17/19 : RUN pip install -r test-requirements.txt
09:37:26  ---> Running in b37d20ea9d66
09:37:33 Collecting setuptools==44.0.0
09:37:33   Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB)
09:37:34 Collecting coverage==4.5.2
09:37:34   Downloading coverage-4.5.2-cp37-cp37m-manylinux1_x86_64.whl (205 kB)
09:37:34 Collecting flake8==3.6.0
09:37:34   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
09:37:34 Collecting mock==1.0.1
09:37:34   Downloading mock-1.0.1.tar.gz (818 kB)
09:37:34 Collecting pytest==4.3.1
09:37:34   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
09:37:35 Collecting pytest-cov==2.6.1
09:37:35   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
09:37:35 Collecting pytest-timeout==1.3.3
09:37:35   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
09:37:35 Collecting mccabe<0.7.0,>=0.6.0
09:37:35   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
09:37:35 Collecting pyflakes<2.1.0,>=2.0.0
09:37:35   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
09:37:35 Collecting pycodestyle<2.5.0,>=2.4.0
09:37:35   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
09:37:35 Collecting attrs>=17.4.0
09:37:35   Downloading attrs-19.3.0-py2.py3-none-any.whl (39 kB)
09:37:35 Collecting atomicwrites>=1.0
09:37:35   Downloading atomicwrites-1.3.0-py2.py3-none-any.whl (5.9 kB)
09:37:35 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)
09:37:35 Collecting more-itertools>=4.0.0; python_version > "2.7"
09:37:35   Downloading more_itertools-8.2.0-py3-none-any.whl (43 kB)
09:37:35 Collecting pluggy>=0.7
09:37:35   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
09:37:35 Collecting py>=1.5.0
09:37:35   Downloading py-1.8.1-py2.py3-none-any.whl (83 kB)
09:37:35 Collecting importlib-metadata>=0.12; python_version < "3.8"
09:37:35   Downloading importlib_metadata-1.5.0-py2.py3-none-any.whl (30 kB)
09:37:35 Collecting zipp>=0.5
09:37:35   Downloading zipp-2.1.0-py3-none-any.whl (4.6 kB)
09:37:35 Building wheels for collected packages: mock
09:37:35   Building wheel for mock (setup.py): started
09:37:36   Building wheel for mock (setup.py): finished with status 'done'
09:37:36   Created wheel for mock: filename=mock-1.0.1-py3-none-any.whl size=23755 sha256=e7dd2eeb7cce8da1cd60670bbdbe44d1f29572a1b175ed6f657e681e2b304609
09:37:36   Stored in directory: /root/.cache/pip/wheels/16/03/37/f0a64ab894c9102906f192db1a4071b7592292ad661563c69b
09:37:36 Successfully built mock
09:37:36 Installing collected packages: setuptools, coverage, mccabe, pyflakes, pycodestyle, flake8, mock, attrs, atomicwrites, more-itertools, zipp, importlib-metadata, pluggy, py, pytest, pytest-cov, pytest-timeout
09:37:36   Attempting uninstall: setuptools
09:37:36     Found existing installation: setuptools 45.1.0
09:37:36     Uninstalling setuptools-45.1.0:
09:37:36       Successfully uninstalled setuptools-45.1.0
09:37:37 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
09:37:39 Removing intermediate container b37d20ea9d66
09:37:39  ---> 3d0f3acb00bb
09:37:39 Step 18/19 : COPY . /src
09:37:39  ---> 8eb16b349ea0
09:37:39 Step 19/19 : RUN pip install .
09:37:39  ---> Running in 50b6a81138fd
09:37:41 Processing /src
09:37:41 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.7/site-packages (from docker==4.2.0.dev0) (1.10.0)
09:37:41 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)
09:37:41 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)
09:37:41 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)
09:37:41 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)
09:37:41 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)
09:37:41 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)
09:37:41 Building wheels for collected packages: docker
09:37:41   Building wheel for docker (setup.py): started
09:37:42   Building wheel for docker (setup.py): finished with status 'done'
09:37:42   Created wheel for docker: filename=docker-4.2.0.dev0-py2.py3-none-any.whl size=143861 sha256=e5231ed7c627655128cae4485954f835f5cd9833c53f8e0a49213ef4e648d399
09:37:42   Stored in directory: /tmp/pip-ephem-wheel-cache-7a81pheh/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525
09:37:42 Successfully built docker
09:37:42 Installing collected packages: docker
09:37:42 Successfully installed docker-4.2.0.dev0
09:37:43 Removing intermediate container 50b6a81138fd
09:37:43  ---> a698aa45988b
09:37:43 Successfully built a698aa45988b
09:37:43 Successfully tagged dockerbuildbot/docker-py:py3-124688388fe69d5c59f5b3e5d8dc37fd2586b658
[Pipeline] sh
09:37:43 + docker tag dockerbuildbot/docker-py:py3-124688388fe69d5c59f5b3e5d8dc37fd2586b658 dockerbuildbot/docker-py:py3-124688388fe69d5c59f5b3e5d8dc37fd2586b658
[Pipeline] sh
09:37:44 + docker push dockerbuildbot/docker-py:py3-124688388fe69d5c59f5b3e5d8dc37fd2586b658
09:37:44 The push refers to repository [docker.io/dockerbuildbot/docker-py]
09:37:44 8c94e76e42fb: Preparing
09:37:44 ffcbb7437252: Preparing
09:37:44 67dc011d0a91: Preparing
09:37:44 6e64635959f4: Preparing
09:37:44 dfb4551ca180: Preparing
09:37:44 a7e843ff3871: Preparing
09:37:44 e8c32243c1d6: Preparing
09:37:44 a7e843ff3871: Waiting
09:37:44 e1b10e3bd777: Preparing
09:37:44 1852ca7152fc: Preparing
09:37:44 e8c32243c1d6: Waiting
09:37:44 e1b10e3bd777: Waiting
09:37:44 1852ca7152fc: Waiting
09:37:44 2a4788732382: Preparing
09:37:44 deaa182d3e53: Preparing
09:37:44 c195ab641ef2: Preparing
09:37:44 2a4788732382: Waiting
09:37:44 deaa182d3e53: Waiting
09:37:44 f26fa2e0e80c: Preparing
09:37:44 3f677cc92d67: Preparing
09:37:44 1bd026b270c1: Preparing
09:37:44 50b2d6da80c9: Preparing
09:37:44 c195ab641ef2: Waiting
09:37:44 f26fa2e0e80c: Waiting
09:37:44 3f677cc92d67: Waiting
09:37:44 1bd026b270c1: Waiting
09:37:44 fb6ebca884aa: Preparing
09:37:44 057c71384d74: Preparing
09:37:44 07aa3e497121: Preparing
09:37:44 f63773c65620: Preparing
09:37:44 e6d60910d056: Preparing
09:37:44 b52c1c103fae: Preparing
09:37:44 6f1c84e6ec59: Preparing
09:37:44 50b2d6da80c9: Waiting
09:37:44 fb6ebca884aa: Waiting
09:37:44 057c71384d74: Waiting
09:37:44 07aa3e497121: Waiting
09:37:44 f63773c65620: Waiting
09:37:44 e6d60910d056: Waiting
09:37:44 b52c1c103fae: Waiting
09:37:44 dd5242c2dc8a: Preparing
09:37:44 6f1c84e6ec59: Waiting
09:37:44 dd5242c2dc8a: Waiting
09:37:45 6e64635959f4: Pushed
09:37:45 8c94e76e42fb: Pushed
09:37:45 ffcbb7437252: Pushed
09:37:46 a7e843ff3871: Pushed
09:37:46 67dc011d0a91: Pushed
09:37:47 e8c32243c1d6: Pushed
09:37:47 1852ca7152fc: Pushed
09:37:47 e1b10e3bd777: Pushed
09:37:47 deaa182d3e53: Pushed
09:37:47 2a4788732382: Pushed
09:37:48 c195ab641ef2: Pushed
09:37:48 50b2d6da80c9: Layer already exists
09:37:48 fb6ebca884aa: Layer already exists
09:37:48 057c71384d74: Layer already exists
09:37:48 07aa3e497121: Layer already exists
09:37:48 f26fa2e0e80c: Pushed
09:37:48 f63773c65620: Layer already exists
09:37:49 e6d60910d056: Layer already exists
09:37:49 b52c1c103fae: Layer already exists
09:37:49 1bd026b270c1: Pushed
09:37:49 6f1c84e6ec59: Layer already exists
09:37:49 dd5242c2dc8a: Layer already exists
09:37:49 dfb4551ca180: Pushed
09:37:54 3f677cc92d67: Pushed
09:37:55 py3-124688388fe69d5c59f5b3e5d8dc37fd2586b658: digest: sha256:3f040ba519c7270786f8e52663e04343cec955643350992200349373b198b55f size: 5349
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu-1804-overlay2 (i-07294a91d7d37ec7e)’
Running on ubuntu-1804-overlay2 (i-07294a91d7d37ec7e) 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/9e3dbeda-e371-41e9-9c0b-d4fa66dcc711/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
09:38:20 + docker run --rm --entrypoint=python dockerbuildbot/docker-py:py3-124688388fe69d5c59f5b3e5d8dc37fd2586b658 /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
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-0e544b56e6257d4bc) in /home/ubuntu/workspace/docker-py_PR-2495
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu&&!zfs&&amd64’
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu&&!zfs&&amd64’
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu&&!zfs&&amd64’
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu&&!zfs&&amd64’
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu&&!zfs&&amd64’
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/9b32f68a-bfd5-4fbf-94c9-0db83adceb6b/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
09:39:08 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
09:39:08 chowning workspace
[Pipeline] sh
09:39:08 + uname -m
[Pipeline] sh
09:39:09 + pwd
09:39:09 + id -u
09:39:09 + id -g
09:39:09 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2495:/workspace busybox chown -R 1000:1000 /workspace
09:39:09 Unable to find image 'busybox:latest' locally
09:39:09 latest: Pulling from library/busybox
09:39:09 bdbbaa22dec6: Pulling fs layer
09:39:09 bdbbaa22dec6: Download complete
09:39:10 bdbbaa22dec6: Pull complete
09:39:10 Digest: sha256:6915be4043561d64e0ab0f8f098dc2ac48e077fe23f488ac24b665166898115a
09:39:10 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
09:39:13 Removing all docker containers
[Pipeline] sh
09:39:13 + docker container ls -aq
[Pipeline] echo
09:39:13 Docker containers have been removed
[Pipeline] echo
09:39:13 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
09:39:13 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=17.06.2-ce)
[Pipeline] checkout
09:39:16 using credential docker-jenkins-github-credentials
09:39:16 Cloning the remote Git repository
09:39:16 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
09:39:19 Fetching without tags
Running on ubuntu-1804-overlay2 (i-07294a91d7d37ec7e) 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/bc77d056-0649-42a0-974e-742819c1dd85/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
09:39:19 Merging remotes/origin/master commit f2e09ae63287dd812ceaf936513ccf836392fab1 into PR head commit 124688388fe69d5c59f5b3e5d8dc37fd2586b658
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
09:39:19 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
09:39:19 chowning workspace
[Pipeline] sh
[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-0e544b56e6257d4bc) in /home/ubuntu/workspace/docker-py_PR-2495
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
09:39:19 + uname -m
[Pipeline] sh
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2495@tmp/70708c5d-67c3-4e22-a93d-f80ac5e0aca8/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
09:39:20 + pwd
09:39:20 + id -u
09:39:20 + id -g
09:39:20 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2495:/workspace busybox chown -R 1000:1000 /workspace
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/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 124688388fe69d5c59f5b3e5d8dc37fd2586b658
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
09:39:20 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
09:39:20 chowning workspace
[Pipeline] sh
09:39:20 + uname -m
[Pipeline] sh
09:39:20 + pwd
09:39:20 + id -u
09:39:20 + id -g
09:39:20 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2495:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
09:39:21 Removing all docker containers
[Pipeline] sh
09:39:21 + docker container ls -aq
[Pipeline] echo
09:39:21 Docker containers have been removed
[Pipeline] echo
09:39:21 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
09:39:21 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.5)
[Pipeline] checkout
09:39:21 using credential docker-jenkins-github-credentials
09:39:21 Cloning the remote Git repository
09:39:21 Cloning with configured refspecs honoured and without tags
09:39:22 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
09:39:22 Merging remotes/origin/master commit f2e09ae63287dd812ceaf936513ccf836392fab1 into PR head commit 124688388fe69d5c59f5b3e5d8dc37fd2586b658
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_19.03.5
Running on ubuntu-1804-overlay2 (i-07294a91d7d37ec7e) 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/29456898-e4cf-47a5-b3e1-6cbb0eb6f086/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
09:39:22 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
09:39:22 chowning workspace
[Pipeline] sh
09:39:23 + uname -m
[Pipeline] sh
[Pipeline] echo
09:39:23 Removing all docker containers
[Pipeline] sh
09:39:23 + pwd
09:39:23 + id -u
09:39:23 + id -g
09:39:23 + 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 124688388fe69d5c59f5b3e5d8dc37fd2586b658
09:39:23 + docker container ls -aq
[Pipeline] echo
09:39:24 Docker containers have been removed
[Pipeline] echo
09:39:24 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
09:39:24 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.6-rc1)
[Pipeline] checkout
09:39:24 using credential docker-jenkins-github-credentials
09:39:24 Cloning the remote Git repository
09:39:24 Cloning with configured refspecs honoured and without tags
[Pipeline] echo
09:39:24 Removing all docker containers
[Pipeline] sh
09:39:24 + docker container ls -aq
[Pipeline] echo
09:39:24 Docker containers have been removed
[Pipeline] echo
09:39:24 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
09:39:24 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=17.06.2-ce)
[Pipeline] checkout
09:39:24 using credential docker-jenkins-github-credentials
09:39:24 Cloning the remote Git repository
09:39:24 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
09:39:25 Fetching without tags
09:39:25 Merging remotes/origin/master commit f2e09ae63287dd812ceaf936513ccf836392fab1 into PR head commit 124688388fe69d5c59f5b3e5d8dc37fd2586b658
[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-0e544b56e6257d4bc) in /home/ubuntu/workspace/docker-py_PR-2495
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2495 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2495/head:refs/remotes/origin/PR-2495 +refs/heads/master:refs/remotes/origin/master
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2495/head:refs/remotes/origin/PR-2495 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
09:39:25 Fetching without tags
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/d6f23e0c-ca67-4fa4-9962-63fc051fbaab/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
09:39:25 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
09:39:25 chowning workspace
[Pipeline] sh
09:39:26 Merging remotes/origin/master commit f2e09ae63287dd812ceaf936513ccf836392fab1 into PR head commit 124688388fe69d5c59f5b3e5d8dc37fd2586b658
[Pipeline] }
[Pipeline] // stage
 > 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 124688388fe69d5c59f5b3e5d8dc37fd2586b658
[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-07294a91d7d37ec7e) in /home/ubuntu/workspace/docker-py_PR-2495
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
09:39:26 + uname -m
[Pipeline] sh
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2495@tmp/a9dbb3d6-3ee6-41a2-a19d-4caa5a86be30/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
09:39:26 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
09:39:26 chowning workspace
[Pipeline] sh
09:39:26 + pwd
09:39:26 + id -u
09:39:26 + id -g
09:39:26 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2495:/workspace busybox chown -R 1000:1000 /workspace
09:39:26 + uname -m
[Pipeline] sh
09:39:26 + pwd
09:39:26 + id -u
09:39:26 + id -g
09:39:26 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2495:/workspace busybox chown -R 1000:1000 /workspace
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 124688388fe69d5c59f5b3e5d8dc37fd2586b658
[Pipeline] echo
09:39:28 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
09:39:28 Removing all docker containers
[Pipeline] sh
09:39:28 + docker container ls -aq
[Pipeline] echo
09:39:28 Docker containers have been removed
[Pipeline] echo
09:39:28 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
09:39:28 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.6-rc1)
[Pipeline] checkout
09:39:28 using credential docker-jenkins-github-credentials
09:39:28 Cloning the remote Git repository
09:39:28 Cloning with configured refspecs honoured and without tags
09:39:28 + docker container ls -aq
[Pipeline] echo
09:39:28 Docker containers have been removed
[Pipeline] echo
09:39:28 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
09:39:28 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.5)
[Pipeline] checkout
09:39:28 using credential docker-jenkins-github-credentials
09:39:28 Cloning the remote Git repository
09:39:28 Cloning with configured refspecs honoured and without tags
09:39:29 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
09:39:29 Merging remotes/origin/master commit f2e09ae63287dd812ceaf936513ccf836392fab1 into PR head commit 124688388fe69d5c59f5b3e5d8dc37fd2586b658
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.6-rc1
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
09:39:30 Fetching without tags
09:39:30 Merging remotes/origin/master commit f2e09ae63287dd812ceaf936513ccf836392fab1 into PR head commit 124688388fe69d5c59f5b3e5d8dc37fd2586b658
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.5
[Pipeline] // parallel
[Pipeline] End of Pipeline
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 124688388fe69d5c59f5b3e5d8dc37fd2586b658
 > 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 124688388fe69d5c59f5b3e5d8dc37fd2586b658

GitHub has been notified of this commit’s build result

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

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

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

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

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

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

		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-0e544b56e6257d4bc)
			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 124688388fe69d5c59f5b3e5d8dc37fd2586b658
Caused: hudson.plugins.git.GitException: Could not checkout 124688388fe69d5c59f5b3e5d8dc37fd2586b658
	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