Skip to content
Failed

Console Output

Pull request #2699 opened
09:27:59 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at 2c6ef9b11d785d5023bb72a651707f613f60bdb6 rather than 8244cfc9d1495431eaaa856e59ac4d6b2be09d23
Obtained Jenkinsfile from 2c6ef9b11d785d5023bb72a651707f613f60bdb6
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 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
using credential jps-reader
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/docker-py_PR-2699@libs/jps # timeout=10
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/jps.git # 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/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file"
First time build. Skipping changelog.
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
All nodes of label ‘amd64&&ubuntu-1804&&overlay2’ are offline
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-088d1b48064fc4cd7) in /home/ubuntu/workspace/docker-py_PR-2699
[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-2699@tmp/33108796-2192-460c-86e2-90122d293ac0/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:29:08 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
09:29:08 chowning workspace
[Pipeline] sh
09:29:08 + pwd
09:29:08 + id -u
09:29:08 + id -g
09:29:08 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2699:/workspace busybox chown -R 1000:1000 /workspace
09:29:08 Unable to find image 'busybox:latest' locally
09:29:09 latest: Pulling from library/busybox
09:29:09 9758c28807f2: Pulling fs layer
09:29:09 9758c28807f2: Verifying Checksum
09:29:09 9758c28807f2: Download complete
09:29:10 9758c28807f2: Pull complete
09:29:11 Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d
09:29:11 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
09:29:16 Removing all docker containers
[Pipeline] sh
09:29:16 + docker container ls -aq
[Pipeline] echo
09:29:16 Docker containers have been removed
[Pipeline] echo
09:29:16 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
09:29:16 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
09:29:18 using credential docker-jenkins-github-credentials
09:29:18 Cloning the remote Git repository
09:29:18 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-2699 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2699/head:refs/remotes/origin/PR-2699 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:29:21 Fetching without tags
09:29:21 Merging remotes/origin/master commit 2c6ef9b11d785d5023bb72a651707f613f60bdb6 into PR head commit 8244cfc9d1495431eaaa856e59ac4d6b2be09d23
09:29:21 Merge succeeded, producing 8244cfc9d1495431eaaa856e59ac4d6b2be09d23
09:29:21 Checking out Revision 8244cfc9d1495431eaaa856e59ac4d6b2be09d23 (PR-2699)
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2699/head:refs/remotes/origin/PR-2699 # 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/2699/head:refs/remotes/origin/PR-2699 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8244cfc9d1495431eaaa856e59ac4d6b2be09d23 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge 2c6ef9b11d785d5023bb72a651707f613f60bdb6 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8244cfc9d1495431eaaa856e59ac4d6b2be09d23 # timeout=10
09:29:26 Commit message: "Add max_pool_size parameter"
09:29:26 First time build. Skipping changelog.
[Pipeline] sh
09:29:26 + git rev-parse HEAD
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
[Pipeline] isUnix
[Pipeline] sh
09:29:27 + docker pull dockerbuildbot/docker-py:sshdind-8244cfc9d1495431eaaa856e59ac4d6b2be09d23
09:29:27 Error response from daemon: manifest for dockerbuildbot/docker-py:sshdind-8244cfc9d1495431eaaa856e59ac4d6b2be09d23 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
09:29:28 + docker build -t dockerbuildbot/docker-py:sshdind-8244cfc9d1495431eaaa856e59ac4d6b2be09d23 -f tests/Dockerfile-ssh-dind .
09:29:28 Sending build context to Docker daemon  1.367MB

09:29:28 Step 1/11 : ARG API_VERSION=1.39
09:29:28 Step 2/11 : ARG ENGINE_VERSION=19.03.12
09:29:28 Step 3/11 : FROM docker:${ENGINE_VERSION}-dind
09:29:28 19.03.12-dind: Pulling from library/docker
09:29:28 df20fa9351a1: Pulling fs layer
09:29:28 25ad7478873d: Pulling fs layer
09:29:28 4684f6177b5d: Pulling fs layer
09:29:28 46e300cec669: Pulling fs layer
09:29:28 63038576ad94: Pulling fs layer
09:29:28 0fdb76c4706c: Pulling fs layer
09:29:28 cb7edeffdfd5: Pulling fs layer
09:29:28 cc28bd76800f: Pulling fs layer
09:29:28 54196fe38f7e: Pulling fs layer
09:29:28 ea71acc29633: Pulling fs layer
09:29:28 657cc4c15165: Pulling fs layer
09:29:28 cb7edeffdfd5: Waiting
09:29:28 cc28bd76800f: Waiting
09:29:28 54196fe38f7e: Waiting
09:29:28 ea71acc29633: Waiting
09:29:28 657cc4c15165: Waiting
09:29:28 63038576ad94: Waiting
09:29:28 0fdb76c4706c: Waiting
09:29:28 46e300cec669: Waiting
09:29:28 4684f6177b5d: Verifying Checksum
09:29:28 4684f6177b5d: Download complete
09:29:28 df20fa9351a1: Verifying Checksum
09:29:28 df20fa9351a1: Download complete
09:29:28 25ad7478873d: Download complete
09:29:28 63038576ad94: Verifying Checksum
09:29:28 63038576ad94: Download complete
09:29:28 0fdb76c4706c: Verifying Checksum
09:29:28 0fdb76c4706c: Download complete
09:29:28 cb7edeffdfd5: Verifying Checksum
09:29:28 cb7edeffdfd5: Download complete
09:29:28 54196fe38f7e: Verifying Checksum
09:29:28 54196fe38f7e: Download complete
09:29:29 ea71acc29633: Verifying Checksum
09:29:29 ea71acc29633: Download complete
09:29:29 cc28bd76800f: Verifying Checksum
09:29:29 cc28bd76800f: Download complete
09:29:29 657cc4c15165: Verifying Checksum
09:29:29 657cc4c15165: Download complete
09:29:29 df20fa9351a1: Pull complete
09:29:29 25ad7478873d: Pull complete
09:29:29 4684f6177b5d: Pull complete
09:29:30 46e300cec669: Verifying Checksum
09:29:30 46e300cec669: Download complete
09:29:34 46e300cec669: Pull complete
09:29:34 63038576ad94: Pull complete
09:29:34 0fdb76c4706c: Pull complete
09:29:34 cb7edeffdfd5: Pull complete
09:29:34 cc28bd76800f: Pull complete
09:29:35 54196fe38f7e: Pull complete
09:29:35 ea71acc29633: Pull complete
09:29:35 657cc4c15165: Pull complete
09:29:35 Digest: sha256:674f1f40ff7c8ac14f5d8b6b28d8fb1f182647ff75304d018003f1e21a0d8771
09:29:35 Status: Downloaded newer image for docker:19.03.12-dind
09:29:35  ---> 66dc2d45749a
09:29:35 Step 4/11 : RUN apk add --no-cache 		openssh
09:29:40  ---> Running in 35041fde7491
09:29:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
09:29:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
09:29:41 (1/4) Installing openssh-sftp-server (8.3_p1-r0)
09:29:41 (2/4) Installing openssh-server-common (8.3_p1-r0)
09:29:41 (3/4) Installing openssh-server (8.3_p1-r0)
09:29:41 (4/4) Installing openssh (8.3_p1-r0)
09:29:41 Executing busybox-1.31.1-r16.trigger
09:29:41 OK: 28 MiB in 51 packages
09:29:42 Removing intermediate container 35041fde7491
09:29:42  ---> 3e56788bdaf1
09:29:42 Step 5/11 : RUN ssh-keygen -A
09:29:42  ---> Running in bb2fd1daa67f
09:29:43 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
09:29:43 Removing intermediate container bb2fd1daa67f
09:29:43  ---> 73ee51615bc2
09:29:43 Step 6/11 : RUN echo "IgnoreUserKnownHosts yes" >> /etc/ssh/sshd_config &&   echo "PubkeyAuthentication yes" >> /etc/ssh/sshd_config &&   echo "PermitRootLogin yes" >> /etc/ssh/sshd_config
09:29:44  ---> Running in d5026b1d093d
09:29:45 Removing intermediate container d5026b1d093d
09:29:45  ---> 55b18be1d799
09:29:45 Step 7/11 : COPY tests/ssh-keys/authorized_keys /root/.ssh/authorized_keys
09:29:45  ---> d80b6ea90062
09:29:45 Step 8/11 : RUN chmod 600 /root/.ssh/authorized_keys
09:29:45  ---> Running in 78491117a16f
09:29:46 Removing intermediate container 78491117a16f
09:29:46  ---> a7ce2ba4da79
09:29:46 Step 9/11 : RUN echo "root:root" | chpasswd
09:29:46  ---> Running in 478a1f3372be
09:29:47 chpasswd: password for 'root' changed
09:29:47 Removing intermediate container 478a1f3372be
09:29:47  ---> 98775f87ac40
09:29:47 Step 10/11 : RUN ln -s /usr/local/bin/docker /usr/bin/docker
09:29:47  ---> Running in 3d0a6d0d1796
09:29:49 Removing intermediate container 3d0a6d0d1796
09:29:49  ---> d144dfb3533c
09:29:49 Step 11/11 : EXPOSE 22
09:29:49  ---> Running in 93c1b0bcdbae
09:29:49 Removing intermediate container 93c1b0bcdbae
09:29:49  ---> 78e37508b41d
09:29:49 Successfully built 78e37508b41d
09:29:49 Successfully tagged dockerbuildbot/docker-py:sshdind-8244cfc9d1495431eaaa856e59ac4d6b2be09d23
[Pipeline] isUnix
[Pipeline] sh
09:29:49 + docker tag dockerbuildbot/docker-py:sshdind-8244cfc9d1495431eaaa856e59ac4d6b2be09d23 dockerbuildbot/docker-py:sshdind-8244cfc9d1495431eaaa856e59ac4d6b2be09d23
[Pipeline] isUnix
[Pipeline] sh
09:29:49 + docker push dockerbuildbot/docker-py:sshdind-8244cfc9d1495431eaaa856e59ac4d6b2be09d23
09:29:49 The push refers to repository [docker.io/dockerbuildbot/docker-py]
09:29:49 5e4720f01b19: Preparing
09:29:49 86af9701ff46: Preparing
09:29:49 5cbe484235a8: Preparing
09:29:49 f916514cf7fc: Preparing
09:29:49 82cf59fb4ceb: Preparing
09:29:49 b0f49f1ab883: Preparing
09:29:49 839b545b072a: Preparing
09:29:49 1149e736aa92: Preparing
09:29:49 39e79983ac8b: Preparing
09:29:49 da8c28465f82: Preparing
09:29:49 d1292e236c36: Preparing
09:29:49 8890c171a12b: Preparing
09:29:49 4ae5bd84d450: Preparing
09:29:49 723a561964c8: Preparing
09:29:49 78764725b56c: Preparing
09:29:49 51d6d3d09136: Preparing
09:29:49 1507bc794612: Preparing
09:29:49 50644c29ef5a: Preparing
09:29:49 b0f49f1ab883: Waiting
09:29:49 839b545b072a: Waiting
09:29:49 1149e736aa92: Waiting
09:29:49 39e79983ac8b: Waiting
09:29:49 da8c28465f82: Waiting
09:29:49 d1292e236c36: Waiting
09:29:49 8890c171a12b: Waiting
09:29:49 4ae5bd84d450: Waiting
09:29:49 723a561964c8: Waiting
09:29:49 78764725b56c: Waiting
09:29:49 51d6d3d09136: Waiting
09:29:49 1507bc794612: Waiting
09:29:49 50644c29ef5a: Waiting
09:29:51 5e4720f01b19: Pushed
09:29:51 5cbe484235a8: Pushed
09:29:51 82cf59fb4ceb: Pushed
09:29:51 1149e736aa92: Layer already exists
09:29:51 39e79983ac8b: Layer already exists
09:29:51 da8c28465f82: Layer already exists
09:29:51 d1292e236c36: Layer already exists
09:29:51 8890c171a12b: Layer already exists
09:29:51 4ae5bd84d450: Layer already exists
09:29:51 86af9701ff46: Pushed
09:29:51 f916514cf7fc: Pushed
09:29:51 78764725b56c: Layer already exists
09:29:51 723a561964c8: Layer already exists
09:29:51 1507bc794612: Layer already exists
09:29:51 50644c29ef5a: Layer already exists
09:29:51 51d6d3d09136: Layer already exists
09:29:52 b0f49f1ab883: Pushed
09:29:52 839b545b072a: Pushed
09:29:54 sshdind-8244cfc9d1495431eaaa856e59ac4d6b2be09d23: digest: sha256:d026faf34c3762395a2c25d80ccfcf1f74b551136050fb0ba0ed70274aab0012 size: 4068
[Pipeline] isUnix
[Pipeline] sh
09:29:54 + docker pull dockerbuildbot/docker-py:py2-8244cfc9d1495431eaaa856e59ac4d6b2be09d23
09:29:54 Error response from daemon: manifest for dockerbuildbot/docker-py:py2-8244cfc9d1495431eaaa856e59ac4d6b2be09d23 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
09:29:55 + docker build -t dockerbuildbot/docker-py:py2-8244cfc9d1495431eaaa856e59ac4d6b2be09d23 -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 .
09:29:55 Sending build context to Docker daemon  1.367MB

09:29:55 Step 1/21 : ARG PYTHON_VERSION=3.7
09:29:55 Step 2/21 : FROM python:${PYTHON_VERSION}
09:29:55 2.7: Pulling from library/python
09:29:55 7e2b2a5af8f6: Pulling fs layer
09:29:55 09b6f03ffac4: Pulling fs layer
09:29:55 dc3f0c679f0f: Pulling fs layer
09:29:55 fd4b47407fc3: Pulling fs layer
09:29:55 b32f6bf7d96d: Pulling fs layer
09:29:55 6f4489a7e4cf: Pulling fs layer
09:29:55 af4b99ad9ef0: Pulling fs layer
09:29:55 39db0bc48c26: Pulling fs layer
09:29:55 acb4a89489fc: Pulling fs layer
09:29:55 fd4b47407fc3: Waiting
09:29:55 b32f6bf7d96d: Waiting
09:29:55 6f4489a7e4cf: Waiting
09:29:55 af4b99ad9ef0: Waiting
09:29:55 39db0bc48c26: Waiting
09:29:55 acb4a89489fc: Waiting
09:29:56 09b6f03ffac4: Verifying Checksum
09:29:56 09b6f03ffac4: Download complete
09:29:56 dc3f0c679f0f: Verifying Checksum
09:29:56 dc3f0c679f0f: Download complete
09:29:57 7e2b2a5af8f6: Verifying Checksum
09:29:57 7e2b2a5af8f6: Download complete
09:29:57 fd4b47407fc3: Verifying Checksum
09:29:57 fd4b47407fc3: Download complete
09:29:57 6f4489a7e4cf: Verifying Checksum
09:29:57 6f4489a7e4cf: Download complete
09:29:57 39db0bc48c26: Verifying Checksum
09:29:57 39db0bc48c26: Download complete
09:29:57 af4b99ad9ef0: Verifying Checksum
09:29:57 af4b99ad9ef0: Download complete
09:29:58 acb4a89489fc: Verifying Checksum
09:29:58 acb4a89489fc: Download complete
09:30:00 b32f6bf7d96d: Verifying Checksum
09:30:00 b32f6bf7d96d: Download complete
09:30:01 7e2b2a5af8f6: Pull complete
09:30:01 09b6f03ffac4: Pull complete
09:30:01 dc3f0c679f0f: Pull complete
09:30:05 fd4b47407fc3: Pull complete
09:30:18 b32f6bf7d96d: Pull complete
09:30:18 6f4489a7e4cf: Pull complete
09:30:18 af4b99ad9ef0: Pull complete
09:30:19 39db0bc48c26: Pull complete
09:30:19 acb4a89489fc: Pull complete
09:30:19 Digest: sha256:cfa62318c459b1fde9e0841c619906d15ada5910d625176e24bf692cf8a2601d
09:30:19 Status: Downloaded newer image for python:2.7
09:30:19  ---> 68e7be49c28c
09:30:19 Step 3/21 : ARG APT_MIRROR
09:30:23  ---> Running in 0b61b2052509
09:30:23 Removing intermediate container 0b61b2052509
09:30:23  ---> 3d8486114800
09:30:23 Step 4/21 : 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:30:23  ---> Running in 805c066f7a78
09:30:26 Removing intermediate container 805c066f7a78
09:30:26  ---> eb115496fba4
09:30:26 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
09:30:26  ---> Running in d2bea490e761
09:30:26 Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
09:30:26 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
09:30:26 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
09:30:26 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB]
09:30:26 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
09:30:27 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [245 kB]
09:30:28 Fetched 8398 kB in 2s (3625 kB/s)
09:30:29 Reading package lists...
09:30:30 Reading package lists...
09:30:30 Building dependency tree...
09:30:30 Reading state information...
09:30:30 The following additional packages will be installed:
09:30:30   tree
09:30:30 Suggested packages:
09:30:30   libxml-simple-perl ruby
09:30:30 Recommended packages:
09:30:30   qrencode xclip
09:30:30 The following NEW packages will be installed:
09:30:30   gnupg2 pass tree
09:30:30 0 upgraded, 3 newly installed, 0 to remove and 61 not upgraded.
09:30:30 Need to get 481 kB of archives.
09:30:30 After this operation, 684 kB of additional disk space will be used.
09:30:30 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
09:30:30 Get:2 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
09:30:30 Get:3 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
09:30:31 debconf: delaying package configuration, since apt-utils is not installed
09:30:31 Fetched 481 kB in 0s (1820 kB/s)
09:30:31 Selecting previously unselected package gnupg2.
09:30:31 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24538 files and directories currently installed.)
09:30:31 Preparing to unpack .../gnupg2_2.2.12-1+deb10u1_all.deb ...
09:30:31 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
09:30:31 Selecting previously unselected package tree.
09:30:31 Preparing to unpack .../tree_1.8.0-1_amd64.deb ...
09:30:31 Unpacking tree (1.8.0-1) ...
09:30:31 Selecting previously unselected package pass.
09:30:31 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
09:30:31 Unpacking pass (1.7.3-2) ...
09:30:31 Setting up gnupg2 (2.2.12-1+deb10u1) ...
09:30:31 Setting up tree (1.8.0-1) ...
09:30:31 Setting up pass (1.7.3-2) ...
09:30:34 Removing intermediate container d2bea490e761
09:30:34  ---> 0dc519886057
09:30:34 Step 6/21 : COPY tests/ssh-keys /root/.ssh
09:30:34  ---> 6d7e7e83291f
09:30:34 Step 7/21 : RUN chmod -R 600 /root/.ssh
09:30:34  ---> Running in 888c950aae18
09:30:35 Removing intermediate container 888c950aae18
09:30:35  ---> 29e8a4d59c34
09:30:35 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys
09:30:35  ---> 342576e7fef8
09:30:35 Step 9/21 : RUN gpg2 --import gpg-keys/secret
09:30:35  ---> Running in 0dd74798c91a
09:30:36 gpg: directory '/root/.gnupg' created
09:30:36 gpg: keybox '/root/.gnupg/pubring.kbx' created
09:30:36 gpg: /root/.gnupg/trustdb.gpg: trustdb created
09:30:36 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
09:30:36 gpg: key 464ED987A7B21401: secret key imported
09:30:36 gpg: Total number processed: 1
09:30:36 gpg:               imported: 1
09:30:36 gpg:       secret keys read: 1
09:30:36 gpg:   secret keys imported: 1
09:30:36 Removing intermediate container 0dd74798c91a
09:30:36  ---> 8193ce9ac363
09:30:36 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
09:30:36  ---> Running in 1b6e9e1b016d
09:30:37 gpg: inserting ownertrust of 6
09:30:37 Removing intermediate container 1b6e9e1b016d
09:30:37  ---> 89b368f621d5
09:30:37 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
09:30:37  ---> Running in 8ac2d4f18e75
09:30:38 gpg: please do a --check-trustdb
09:30:38 mkdir: created directory '/root/.password-store/'
09:30:38 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
09:30:38 Removing intermediate container 8ac2d4f18e75
09:30:38  ---> 7548483c839d
09:30:38 Step 12/21 : RUN gpg2 --check-trustdb
09:30:38  ---> Running in 3044ba548138
09:30:39 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
09:30:39 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
09:30:40 Removing intermediate container 3044ba548138
09:30:40  ---> 331f47070bd1
09:30:40 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3
09:30:40  ---> Running in 4f5e8cfe76f6
09:30:40 Removing intermediate container 4f5e8cfe76f6
09:30:40  ---> abd3f8786732
09:30:40 Step 14/21 : 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:30:40  ---> Running in 32bee59b7b4c
09:30:41 Removing intermediate container 32bee59b7b4c
09:30:41  ---> c12be65f1369
09:30:41 Step 15/21 : WORKDIR /src
09:30:41  ---> Running in 69d16383874c
09:30:41 Removing intermediate container 69d16383874c
09:30:41  ---> 29e6d4412900
09:30:41 Step 16/21 : COPY requirements.txt /src/requirements.txt
09:30:41  ---> 8c8ade1fc8c1
09:30:41 Step 17/21 : RUN pip install -r requirements.txt
09:30:41  ---> Running in e7c2d374f170
09:30:42 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:30:42 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
09:30:42 Requirement already satisfied: appdirs==1.4.3 in /usr/local/lib/python2.7/site-packages (from -r requirements.txt (line 1)) (1.4.3)
09:30:47 Collecting asn1crypto==0.22.0
09:30:48   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
09:30:48 Collecting backports.ssl-match-hostname==3.5.0.1
09:30:48   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
09:30:48 Collecting cffi==1.10.0
09:30:48   Downloading cffi-1.10.0-cp27-cp27mu-manylinux1_x86_64.whl (392 kB)
09:30:49 Collecting cryptography==2.3
09:30:49   Downloading cryptography-2.3-cp27-cp27mu-manylinux1_x86_64.whl (2.1 MB)
09:30:49 Collecting enum34==1.1.6
09:30:49   Downloading enum34-1.1.6-py2-none-any.whl (12 kB)
09:30:49 Collecting idna==2.5
09:30:49   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
09:30:49 Collecting ipaddress==1.0.18
09:30:49   Downloading ipaddress-1.0.18-py2-none-any.whl (17 kB)
09:30:49 Collecting packaging==16.8
09:30:49   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
09:30:49 Collecting paramiko==2.4.2
09:30:49   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
09:30:49 Collecting pycparser==2.17
09:30:49   Downloading pycparser-2.17.tar.gz (231 kB)
09:30:50 Collecting pyOpenSSL==18.0.0
09:30:50   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
09:30:50 Collecting pyparsing==2.2.0
09:30:50   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
09:30:50 Collecting requests==2.20.0
09:30:50   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
09:30:50 Collecting six==1.10.0
09:30:50   Downloading six-1.10.0-py2.py3-none-any.whl (10 kB)
09:30:50 Collecting urllib3==1.24.3
09:30:50   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
09:30:50 Collecting websocket-client==0.56.0
09:30:50   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
09:30:51 Collecting pyasn1>=0.1.7
09:30:51   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
09:30:51 Collecting pynacl>=1.0.1
09:30:51   Downloading PyNaCl-1.4.0-cp27-cp27mu-manylinux1_x86_64.whl (964 kB)
09:30:51 Collecting bcrypt>=3.1.3
09:30:51   Downloading bcrypt-3.1.7-cp27-cp27mu-manylinux1_x86_64.whl (59 kB)
09:30:51 Collecting certifi>=2017.4.17
09:30:51   Downloading certifi-2020.11.8-py2.py3-none-any.whl (155 kB)
09:30:51 Collecting chardet<3.1.0,>=3.0.2
09:30:51   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
09:30:51 Building wheels for collected packages: backports.ssl-match-hostname, pycparser
09:30:51   Building wheel for backports.ssl-match-hostname (setup.py): started
09:30:51   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
09:30:51   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py2-none-any.whl size=5209 sha256=9a47b2401e12d1b41fcdfa2783b59519b6a5647e1d50c1a16aa8578fc2fc9bdb
09:30:51   Stored in directory: /root/.cache/pip/wheels/19/dd/8c/6cad8e6c38a9fe006dd7423ca1655bb1eb3cb94c5ce1814e4f
09:30:51   Building wheel for pycparser (setup.py): started
09:30:52   Building wheel for pycparser (setup.py): finished with status 'done'
09:30:52   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=193887 sha256=86c4451c2ea85b76bd33970b23262b25f4a9b27fcbce2449ac91250cb8cae472
09:30:52   Stored in directory: /root/.cache/pip/wheels/03/08/f2/bf70552f051cd78e9d8fe7d196ef762858dcfa156965e3a1e3
09:30:52 Successfully built backports.ssl-match-hostname pycparser
09:30:52 Installing collected packages: asn1crypto, backports.ssl-match-hostname, pycparser, cffi, six, idna, enum34, ipaddress, cryptography, pyparsing, packaging, pyasn1, pynacl, bcrypt, paramiko, pyOpenSSL, certifi, chardet, urllib3, requests, websocket-client
09:30:53   Attempting uninstall: six
09:30:53     Found existing installation: six 1.14.0
09:30:53     Uninstalling six-1.14.0:
09:30:53       Successfully uninstalled six-1.14.0
09:30:53 Successfully installed asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.1.7 certifi-2020.11.8 cffi-1.10.0 chardet-3.0.4 cryptography-2.3 enum34-1.1.6 idna-2.5 ipaddress-1.0.18 packaging-16.8 paramiko-2.4.2 pyOpenSSL-18.0.0 pyasn1-0.4.8 pycparser-2.17 pynacl-1.4.0 pyparsing-2.2.0 requests-2.20.0 six-1.10.0 urllib3-1.24.3 websocket-client-0.56.0
09:30:59 WARNING: You are using pip version 20.0.2; however, version 20.2.4 is available.
09:30:59 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
09:31:00 Removing intermediate container e7c2d374f170
09:31:00  ---> 1c8ae578a290
09:31:00 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
09:31:00  ---> 7354cb0f3185
09:31:00 Step 19/21 : RUN pip install -r test-requirements.txt
09:31:00  ---> Running in 5407318beeb2
09:31:01 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:31:06 Collecting setuptools==44.0.0
09:31:07   Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB)
09:31:07 Collecting coverage==4.5.2
09:31:07   Downloading coverage-4.5.2-cp27-cp27mu-manylinux1_x86_64.whl (201 kB)
09:31:08 Collecting flake8==3.6.0
09:31:08   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
09:31:08 Collecting mock==1.0.1
09:31:08   Downloading mock-1.0.1.tar.gz (818 kB)
09:31:08 Collecting pytest==4.3.1
09:31:08   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
09:31:09 Collecting pytest-cov==2.6.1
09:31:09   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
09:31:09 Collecting pytest-timeout==1.3.3
09:31:09   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
09:31:09 Collecting pyflakes<2.1.0,>=2.0.0
09:31:09   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
09:31:09 Requirement already satisfied: configparser; python_version < "3.2" in /usr/local/lib/python2.7/site-packages (from flake8==3.6.0->-r test-requirements.txt (line 3)) (4.0.2)
09:31:09 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:31:09 Collecting pycodestyle<2.5.0,>=2.4.0
09:31:09   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
09:31:09 Collecting mccabe<0.7.0,>=0.6.0
09:31:09   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
09:31:09 Requirement already satisfied: pathlib2>=2.2.0; python_version < "3.6" in /usr/local/lib/python2.7/site-packages (from pytest==4.3.1->-r test-requirements.txt (line 5)) (2.3.5)
09:31:09 Collecting atomicwrites>=1.0
09:31:09   Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
09:31:09 Collecting py>=1.5.0
09:31:09   Downloading py-1.9.0-py2.py3-none-any.whl (99 kB)
09:31:09 Collecting attrs>=17.4.0
09:31:09   Downloading attrs-20.3.0-py2.py3-none-any.whl (49 kB)
09:31:09 Collecting more-itertools<6.0.0,>=4.0.0; python_version <= "2.7"
09:31:09   Downloading more_itertools-5.0.0-py2-none-any.whl (52 kB)
09:31:09 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:31:09 Collecting pluggy>=0.7
09:31:09   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
09:31:09 Collecting funcsigs; python_version < "3.0"
09:31:09   Downloading funcsigs-1.0.2-py2.py3-none-any.whl (17 kB)
09:31:09 Requirement already satisfied: scandir; python_version < "3.5" in /usr/local/lib/python2.7/site-packages (from pathlib2>=2.2.0; python_version < "3.6"->pytest==4.3.1->-r test-requirements.txt (line 5)) (1.10.0)
09:31:09 Requirement already satisfied: importlib-metadata>=0.12; python_version < "3.8" in /usr/local/lib/python2.7/site-packages (from pluggy>=0.7->pytest==4.3.1->-r test-requirements.txt (line 5)) (1.6.0)
09:31:09 Requirement already satisfied: contextlib2; python_version < "3" in /usr/local/lib/python2.7/site-packages (from importlib-metadata>=0.12; python_version < "3.8"->pluggy>=0.7->pytest==4.3.1->-r test-requirements.txt (line 5)) (0.6.0.post1)
09:31:09 Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python2.7/site-packages (from importlib-metadata>=0.12; python_version < "3.8"->pluggy>=0.7->pytest==4.3.1->-r test-requirements.txt (line 5)) (1.2.0)
09:31:09 Building wheels for collected packages: mock
09:31:09   Building wheel for mock (setup.py): started
09:31:10   Building wheel for mock (setup.py): finished with status 'done'
09:31:10   Created wheel for mock: filename=mock-1.0.1-py2-none-any.whl size=23755 sha256=f13a42a0fcd8c3833c039595e5923870c0c87fdf2f75abd3784a549ca6db3b88
09:31:10   Stored in directory: /root/.cache/pip/wheels/ad/62/e0/a06cc957652749e64c7904e899eca3ecb2ec47c60d52653660
09:31:10 Successfully built mock
09:31:10 Installing collected packages: setuptools, coverage, pyflakes, pycodestyle, mccabe, flake8, mock, atomicwrites, py, attrs, more-itertools, pluggy, funcsigs, pytest, pytest-cov, pytest-timeout
09:31:10   Attempting uninstall: setuptools
09:31:10     Found existing installation: setuptools 44.1.0
09:31:10     Uninstalling setuptools-44.1.0:
09:31:10       Successfully uninstalled setuptools-44.1.0
09:31:11 Successfully installed atomicwrites-1.4.0 attrs-20.3.0 coverage-4.5.2 flake8-3.6.0 funcsigs-1.0.2 mccabe-0.6.1 mock-1.0.1 more-itertools-5.0.0 pluggy-0.13.1 py-1.9.0 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
09:31:11 WARNING: You are using pip version 20.0.2; however, version 20.2.4 is available.
09:31:11 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
09:31:12 Removing intermediate container 5407318beeb2
09:31:12  ---> ce62c6e510f6
09:31:12 Step 20/21 : COPY . /src
09:31:13  ---> 02476e61624e
09:31:13 Step 21/21 : RUN pip install .
09:31:13  ---> Running in d526d96bfcb2
09:31:14 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:31:14 Processing /src
09:31:14 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (1.10.0)
09:31:14 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (0.56.0)
09:31:14 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (2.20.0)
09:31:14 Requirement already satisfied: backports.ssl_match_hostname>=3.5 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (3.5.0.1)
09:31:14 Requirement already satisfied: ipaddress>=1.0.16 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (1.0.18)
09:31:14 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.4.0.dev0) (2020.11.8)
09:31:14 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.4.0.dev0) (2.5)
09:31:14 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.4.0.dev0) (3.0.4)
09:31:14 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.4.0.dev0) (1.24.3)
09:31:14 Building wheels for collected packages: docker
09:31:14   Building wheel for docker (setup.py): started
09:31:14   Building wheel for docker (setup.py): finished with status 'done'
09:31:14   Created wheel for docker: filename=docker-4.4.0.dev0-py2.py3-none-any.whl size=146498 sha256=82559ef524c32c04419fe9a934dbfd7a4c21db10b7a3b3f39e6beb2608f800c4
09:31:14   Stored in directory: /tmp/pip-ephem-wheel-cache-QtcQ5m/wheels/dc/45/28/050a7fcd95fc9b9f504d64d6668214323c48b439857458e65c
09:31:14 Successfully built docker
09:31:14 Installing collected packages: docker
09:31:14 Successfully installed docker-4.4.0.dev0
09:31:14 WARNING: You are using pip version 20.0.2; however, version 20.2.4 is available.
09:31:14 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
09:31:15 Removing intermediate container d526d96bfcb2
09:31:15  ---> e11048cef93a
09:31:15 Successfully built e11048cef93a
09:31:15 Successfully tagged dockerbuildbot/docker-py:py2-8244cfc9d1495431eaaa856e59ac4d6b2be09d23
[Pipeline] isUnix
[Pipeline] sh
09:31:15 + docker tag dockerbuildbot/docker-py:py2-8244cfc9d1495431eaaa856e59ac4d6b2be09d23 dockerbuildbot/docker-py:py2-8244cfc9d1495431eaaa856e59ac4d6b2be09d23
[Pipeline] isUnix
[Pipeline] sh
09:31:16 + docker push dockerbuildbot/docker-py:py2-8244cfc9d1495431eaaa856e59ac4d6b2be09d23
09:31:16 The push refers to repository [docker.io/dockerbuildbot/docker-py]
09:31:16 319145570bcc: Preparing
09:31:16 ff09b90e5940: Preparing
09:31:16 fc452d2247bd: Preparing
09:31:16 1fca0a678f7f: Preparing
09:31:16 5c36426ae2e0: Preparing
09:31:16 01254bf92d34: Preparing
09:31:16 8ebd1ff143d2: Preparing
09:31:16 3b578bec7d80: Preparing
09:31:16 98b4158c71f3: Preparing
09:31:16 9f7fd0845a47: Preparing
09:31:16 3ff2a2999862: Preparing
09:31:16 d8c2307364c2: Preparing
09:31:16 ccf448ff5bbd: Preparing
09:31:16 6ae70801da3b: Preparing
09:31:16 4e94d3031043: Preparing
09:31:16 170ebb55e36e: Preparing
09:31:16 165108e60815: Preparing
09:31:16 e571d2d3c73c: Preparing
09:31:16 da7b0a80a4f2: Preparing
09:31:16 ceee8816bb96: Preparing
09:31:16 47458fb45d99: Preparing
09:31:16 46829331b1e4: Preparing
09:31:16 d35c5bda4793: Preparing
09:31:16 a3c1026c6bcc: Preparing
09:31:16 f1d420c2af1a: Preparing
09:31:16 461719022993: Preparing
09:31:16 01254bf92d34: Waiting
09:31:16 8ebd1ff143d2: Waiting
09:31:16 3b578bec7d80: Waiting
09:31:16 98b4158c71f3: Waiting
09:31:16 9f7fd0845a47: Waiting
09:31:16 3ff2a2999862: Waiting
09:31:16 d8c2307364c2: Waiting
09:31:16 ccf448ff5bbd: Waiting
09:31:16 6ae70801da3b: Waiting
09:31:16 4e94d3031043: Waiting
09:31:16 170ebb55e36e: Waiting
09:31:16 165108e60815: Waiting
09:31:16 e571d2d3c73c: Waiting
09:31:16 da7b0a80a4f2: Waiting
09:31:16 ceee8816bb96: Waiting
09:31:16 47458fb45d99: Waiting
09:31:16 46829331b1e4: Waiting
09:31:16 d35c5bda4793: Waiting
09:31:16 a3c1026c6bcc: Waiting
09:31:16 f1d420c2af1a: Waiting
09:31:16 461719022993: Waiting
09:31:17 1fca0a678f7f: Pushed
09:31:18 ff09b90e5940: Pushed
09:31:18 319145570bcc: Pushed
09:31:19 01254bf92d34: Pushed
09:31:20 fc452d2247bd: Pushed
09:31:20 8ebd1ff143d2: Pushed
09:31:20 3b578bec7d80: Pushed
09:31:20 5c36426ae2e0: Pushed
09:31:20 98b4158c71f3: Pushed
09:31:22 9f7fd0845a47: Pushed
09:31:22 ccf448ff5bbd: Pushed
09:31:22 d8c2307364c2: Pushed
09:31:22 6ae70801da3b: Pushed
09:31:23 e571d2d3c73c: Layer already exists
09:31:23 da7b0a80a4f2: Layer already exists
09:31:23 ceee8816bb96: Layer already exists
09:31:23 47458fb45d99: Layer already exists
09:31:23 46829331b1e4: Layer already exists
09:31:23 d35c5bda4793: Layer already exists
09:31:23 3ff2a2999862: Pushed
09:31:23 a3c1026c6bcc: Layer already exists
09:31:23 f1d420c2af1a: Layer already exists
09:31:23 461719022993: Layer already exists
09:31:23 4e94d3031043: Pushed
09:31:24 165108e60815: Pushed
09:31:26 170ebb55e36e: Pushed
09:31:29 py2-8244cfc9d1495431eaaa856e59ac4d6b2be09d23: digest: sha256:3bafaaafea10ec6c7ac58e3b7ed66fe058fb6570cec114859c701bedc06437d1 size: 5769
[Pipeline] isUnix
[Pipeline] sh
09:31:30 + docker pull dockerbuildbot/docker-py:py3-8244cfc9d1495431eaaa856e59ac4d6b2be09d23
09:31:30 Error response from daemon: manifest for dockerbuildbot/docker-py:py3-8244cfc9d1495431eaaa856e59ac4d6b2be09d23 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
09:31:30 + docker build -t dockerbuildbot/docker-py:py3-8244cfc9d1495431eaaa856e59ac4d6b2be09d23 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
09:31:30 Sending build context to Docker daemon  1.367MB

09:31:30 Step 1/21 : ARG PYTHON_VERSION=3.7
09:31:30 Step 2/21 : FROM python:${PYTHON_VERSION}
09:31:30 3.7: Pulling from library/python
09:31:30 e4c3d3e4f7b0: Pulling fs layer
09:31:30 101c41d0463b: Pulling fs layer
09:31:30 8275efcd805f: Pulling fs layer
09:31:30 751620502a7a: Pulling fs layer
09:31:30 0a5e725150a2: Pulling fs layer
09:31:30 397dba5694db: Pulling fs layer
09:31:30 88f0c2440f8d: Pulling fs layer
09:31:30 788145ec04e5: Pulling fs layer
09:31:30 596d3ac3bc76: Pulling fs layer
09:31:30 751620502a7a: Waiting
09:31:30 0a5e725150a2: Waiting
09:31:30 397dba5694db: Waiting
09:31:30 88f0c2440f8d: Waiting
09:31:30 788145ec04e5: Waiting
09:31:30 596d3ac3bc76: Waiting
09:31:31 101c41d0463b: Verifying Checksum
09:31:31 101c41d0463b: Download complete
09:31:31 8275efcd805f: Verifying Checksum
09:31:31 8275efcd805f: Download complete
09:31:32 e4c3d3e4f7b0: Verifying Checksum
09:31:32 e4c3d3e4f7b0: Download complete
09:31:32 397dba5694db: Verifying Checksum
09:31:32 397dba5694db: Download complete
09:31:32 751620502a7a: Verifying Checksum
09:31:32 751620502a7a: Download complete
09:31:32 788145ec04e5: Verifying Checksum
09:31:32 788145ec04e5: Download complete
09:31:33 596d3ac3bc76: Verifying Checksum
09:31:33 596d3ac3bc76: Download complete
09:31:33 88f0c2440f8d: Verifying Checksum
09:31:33 88f0c2440f8d: Download complete
09:31:35 0a5e725150a2: Verifying Checksum
09:31:35 0a5e725150a2: Download complete
09:31:36 e4c3d3e4f7b0: Pull complete
09:31:37 101c41d0463b: Pull complete
09:31:37 8275efcd805f: Pull complete
09:31:41 751620502a7a: Pull complete
09:31:48 0a5e725150a2: Pull complete
09:31:48 397dba5694db: Pull complete
09:31:49 88f0c2440f8d: Pull complete
09:31:49 788145ec04e5: Pull complete
09:31:50 596d3ac3bc76: Pull complete
09:31:50 Digest: sha256:bbd9a0b3aa12f5c4ff9faa30ca64b1626ce37c6ca713f2034ec9386654a5abb3
09:31:50 Status: Downloaded newer image for python:3.7
09:31:50  ---> 5b86e11778a2
09:31:50 Step 3/21 : ARG APT_MIRROR
09:31:52  ---> Running in 3b991cee8783
09:31:52 Removing intermediate container 3b991cee8783
09:31:52  ---> 3d5d22cd7cdd
09:31:52 Step 4/21 : 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:31:52  ---> Running in 72cda7efaa1e
09:31:52 Removing intermediate container 72cda7efaa1e
09:31:52  ---> 94dc5fc1e0a0
09:31:52 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
09:31:52  ---> Running in 11091454fe7c
09:31:52 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
09:31:53 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 Packages [245 kB]
09:31:53 Get:3 http://deb.debian.org/debian buster InRelease [121 kB]
09:31:53 Get:4 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
09:31:53 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB]
09:31:53 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
09:31:54 Fetched 8398 kB in 2s (5069 kB/s)
09:31:55 Reading package lists...
09:31:55 Reading package lists...
09:31:55 Building dependency tree...
09:31:55 Reading state information...
09:31:55 The following additional packages will be installed:
09:31:55   tree
09:31:55 Suggested packages:
09:31:55   libxml-simple-perl ruby
09:31:55 Recommended packages:
09:31:55   qrencode xclip
09:31:55 The following NEW packages will be installed:
09:31:55   gnupg2 pass tree
09:31:56 0 upgraded, 3 newly installed, 0 to remove and 12 not upgraded.
09:31:56 Need to get 481 kB of archives.
09:31:56 After this operation, 684 kB of additional disk space will be used.
09:31:56 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
09:31:56 Get:2 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
09:31:56 Get:3 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
09:31:56 debconf: delaying package configuration, since apt-utils is not installed
09:31:56 Fetched 481 kB in 0s (1837 kB/s)
09:31:56 Selecting previously unselected package gnupg2.
09:31:56 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24603 files and directories currently installed.)
09:31:56 Preparing to unpack .../gnupg2_2.2.12-1+deb10u1_all.deb ...
09:31:56 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
09:31:56 Selecting previously unselected package tree.
09:31:56 Preparing to unpack .../tree_1.8.0-1_amd64.deb ...
09:31:56 Unpacking tree (1.8.0-1) ...
09:31:56 Selecting previously unselected package pass.
09:31:56 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
09:31:56 Unpacking pass (1.7.3-2) ...
09:31:56 Setting up gnupg2 (2.2.12-1+deb10u1) ...
09:31:56 Setting up tree (1.8.0-1) ...
09:31:56 Setting up pass (1.7.3-2) ...
09:31:57 Removing intermediate container 11091454fe7c
09:31:57  ---> c1fe99e74232
09:31:57 Step 6/21 : COPY tests/ssh-keys /root/.ssh
09:31:57  ---> 84e62f0f187b
09:31:57 Step 7/21 : RUN chmod -R 600 /root/.ssh
09:31:57  ---> Running in 77964873dcb3
09:31:58 Removing intermediate container 77964873dcb3
09:31:58  ---> 143422e62dce
09:31:58 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys
09:31:58  ---> 7776f89e7e27
09:31:58 Step 9/21 : RUN gpg2 --import gpg-keys/secret
09:31:58  ---> Running in bfd70e88b205
09:31:59 gpg: directory '/root/.gnupg' created
09:31:59 gpg: keybox '/root/.gnupg/pubring.kbx' created
09:31:59 gpg: /root/.gnupg/trustdb.gpg: trustdb created
09:31:59 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
09:31:59 gpg: key 464ED987A7B21401: secret key imported
09:31:59 gpg: Total number processed: 1
09:31:59 gpg:               imported: 1
09:31:59 gpg:       secret keys read: 1
09:31:59 gpg:   secret keys imported: 1
09:31:59 Removing intermediate container bfd70e88b205
09:31:59  ---> fea034d332eb
09:31:59 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
09:31:59  ---> Running in 05f04f30f31b
09:32:00 gpg: inserting ownertrust of 6
09:32:00 Removing intermediate container 05f04f30f31b
09:32:00  ---> b3b1eda6ac7a
09:32:00 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
09:32:00  ---> Running in cdc09d80638c
09:32:00 gpg: please do a --check-trustdb
09:32:00 mkdir: created directory '/root/.password-store/'
09:32:00 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
09:32:01 Removing intermediate container cdc09d80638c
09:32:01  ---> eb8590723ec2
09:32:01 Step 12/21 : RUN gpg2 --check-trustdb
09:32:01  ---> Running in 0ebfcc022a05
09:32:01 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
09:32:01 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
09:32:01 Removing intermediate container 0ebfcc022a05
09:32:01  ---> f6d728fdc013
09:32:01 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3
09:32:01  ---> Running in 63c7ad00c83d
09:32:01 Removing intermediate container 63c7ad00c83d
09:32:01  ---> d4acd6da67b3
09:32:01 Step 14/21 : 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:32:01  ---> Running in 0b511915c851
09:32:02 Removing intermediate container 0b511915c851
09:32:02  ---> 0c68c3e98b33
09:32:02 Step 15/21 : WORKDIR /src
09:32:02  ---> Running in dd0a50744abe
09:32:02 Removing intermediate container dd0a50744abe
09:32:02  ---> 043a8b70f6ed
09:32:02 Step 16/21 : COPY requirements.txt /src/requirements.txt
09:32:03  ---> f16bdfd5bb67
09:32:03 Step 17/21 : RUN pip install -r requirements.txt
09:32:03  ---> Running in 76b750076711
09:32:04 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
09:32:08 Collecting appdirs==1.4.3
09:32:09   Downloading appdirs-1.4.3-py2.py3-none-any.whl (12 kB)
09:32:09 Collecting asn1crypto==0.22.0
09:32:09   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
09:32:09 Collecting backports.ssl-match-hostname==3.5.0.1
09:32:09   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
09:32:10 Collecting cffi==1.10.0
09:32:10   Downloading cffi-1.10.0.tar.gz (418 kB)
09:32:10 Collecting cryptography==2.3
09:32:10   Downloading cryptography-2.3-cp34-abi3-manylinux1_x86_64.whl (2.1 MB)
09:32:11 Collecting enum34==1.1.6
09:32:11   Downloading enum34-1.1.6-py3-none-any.whl (12 kB)
09:32:11 Collecting idna==2.5
09:32:11   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
09:32:11 Collecting ipaddress==1.0.18
09:32:11   Downloading ipaddress-1.0.18.tar.gz (32 kB)
09:32:11 Collecting packaging==16.8
09:32:11   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
09:32:11 Collecting paramiko==2.4.2
09:32:11   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
09:32:11 Collecting pycparser==2.17
09:32:11   Downloading pycparser-2.17.tar.gz (231 kB)
09:32:11 Collecting pyOpenSSL==18.0.0
09:32:11   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
09:32:11 Collecting pyparsing==2.2.0
09:32:11   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
09:32:11 Collecting requests==2.20.0
09:32:11   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
09:32:11 Collecting six==1.10.0
09:32:11   Downloading six-1.10.0-py2.py3-none-any.whl (10 kB)
09:32:11 Collecting urllib3==1.24.3
09:32:11   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
09:32:11 Collecting websocket-client==0.56.0
09:32:11   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
09:32:12 Collecting pynacl>=1.0.1
09:32:12   Downloading PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB)
09:32:12 Collecting pyasn1>=0.1.7
09:32:12   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
09:32:12 Collecting bcrypt>=3.1.3
09:32:12   Downloading bcrypt-3.2.0-cp36-abi3-manylinux2010_x86_64.whl (63 kB)
09:32:12 Collecting certifi>=2017.4.17
09:32:12   Downloading certifi-2020.11.8-py2.py3-none-any.whl (155 kB)
09:32:12 Collecting chardet<3.1.0,>=3.0.2
09:32:12   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
09:32:12 Building wheels for collected packages: backports.ssl-match-hostname, cffi, ipaddress, pycparser
09:32:12   Building wheel for backports.ssl-match-hostname (setup.py): started
09:32:12   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
09:32:12   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py3-none-any.whl size=5206 sha256=738ab54ece6db9f622857c2819784af4298c4c84bc85c2dae3d18ccfcf10a0b5
09:32:12   Stored in directory: /root/.cache/pip/wheels/93/72/f6/df894bfc7947d11f89dbdb4e9b786703a43cd547c1b5e8c738
09:32:12   Building wheel for cffi (setup.py): started
09:32:15   Building wheel for cffi (setup.py): finished with status 'done'
09:32:15   Created wheel for cffi: filename=cffi-1.10.0-cp37-cp37m-linux_x86_64.whl size=371222 sha256=81da322757a0a11c07c4fccd57755f8fe24e9eccfde0f96fcf7d07086589f85a
09:32:15   Stored in directory: /root/.cache/pip/wheels/cc/8d/6c/d24a8db003ac4a51d9959a9985718fac84e1baa5ec6c42d115
09:32:15   Building wheel for ipaddress (setup.py): started
09:32:15   Building wheel for ipaddress (setup.py): finished with status 'done'
09:32:15   Created wheel for ipaddress: filename=ipaddress-1.0.18-py3-none-any.whl size=18105 sha256=4ceb43b06a5f13ce9433dca6172c49436bbccd73a45abfc2c762143c8e40d1f8
09:32:15   Stored in directory: /root/.cache/pip/wheels/54/90/bd/f99e221ab77ef8e6d65c14efe986cef3360da2990396093151
09:32:15   Building wheel for pycparser (setup.py): started
09:32:16   Building wheel for pycparser (setup.py): finished with status 'done'
09:32:16   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=192837 sha256=98efdb1f4a9314418f31dcce020a49146bae02f85bd64e468b75e6935a1ba7eb
09:32:16   Stored in directory: /root/.cache/pip/wheels/91/50/7a/9f94e39b01559aa44c3cefb775d7befcc01d0a6ed0093cab37
09:32:16 Successfully built backports.ssl-match-hostname cffi ipaddress pycparser
09:32:16 Installing collected packages: appdirs, asn1crypto, backports.ssl-match-hostname, pycparser, cffi, idna, six, cryptography, enum34, ipaddress, pyparsing, packaging, pynacl, pyasn1, bcrypt, paramiko, pyOpenSSL, certifi, chardet, urllib3, requests, websocket-client
09:32:17 Successfully installed appdirs-1.4.3 asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.2.0 certifi-2020.11.8 cffi-1.10.0 chardet-3.0.4 cryptography-2.3 enum34-1.1.6 idna-2.5 ipaddress-1.0.18 packaging-16.8 paramiko-2.4.2 pyOpenSSL-18.0.0 pyasn1-0.4.8 pycparser-2.17 pynacl-1.4.0 pyparsing-2.2.0 requests-2.20.0 six-1.10.0 urllib3-1.24.3 websocket-client-0.56.0
09:32:23 Removing intermediate container 76b750076711
09:32:23  ---> 85ea82f13836
09:32:23 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
09:32:23  ---> 023e5c7a728b
09:32:23 Step 19/21 : RUN pip install -r test-requirements.txt
09:32:23  ---> Running in acafd5cd883b
09:32:28 Collecting setuptools==44.0.0
09:32:29   Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB)
09:32:29 Collecting coverage==4.5.2
09:32:29   Downloading coverage-4.5.2-cp37-cp37m-manylinux1_x86_64.whl (205 kB)
09:32:29 Collecting flake8==3.6.0
09:32:29   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
09:32:29 Collecting mock==1.0.1
09:32:29   Downloading mock-1.0.1.tar.gz (818 kB)
09:32:30 Collecting pytest==4.3.1
09:32:30   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
09:32:30 Collecting pytest-cov==2.6.1
09:32:30   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
09:32:30 Collecting pytest-timeout==1.3.3
09:32:30   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
09:32:30 Collecting mccabe<0.7.0,>=0.6.0
09:32:30   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
09:32:30 Collecting pycodestyle<2.5.0,>=2.4.0
09:32:30   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
09:32:30 Collecting pyflakes<2.1.0,>=2.0.0
09:32:30   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
09:32:30 Collecting py>=1.5.0
09:32:30   Downloading py-1.9.0-py2.py3-none-any.whl (99 kB)
09:32:30 Collecting attrs>=17.4.0
09:32:30   Downloading attrs-20.3.0-py2.py3-none-any.whl (49 kB)
09:32:30 Collecting pluggy>=0.7
09:32:30   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
09:32:30 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:32:30 Collecting more-itertools>=4.0.0; python_version > "2.7"
09:32:30   Downloading more_itertools-8.6.0-py3-none-any.whl (45 kB)
09:32:30 Collecting atomicwrites>=1.0
09:32:30   Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
09:32:30 Collecting importlib-metadata>=0.12; python_version < "3.8"
09:32:30   Downloading importlib_metadata-2.0.0-py2.py3-none-any.whl (31 kB)
09:32:30 Collecting zipp>=0.5
09:32:30   Downloading zipp-3.4.0-py3-none-any.whl (5.2 kB)
09:32:30 Building wheels for collected packages: mock
09:32:30   Building wheel for mock (setup.py): started
09:32:31   Building wheel for mock (setup.py): finished with status 'done'
09:32:31   Created wheel for mock: filename=mock-1.0.1-py3-none-any.whl size=23754 sha256=960dbb4ac71155ac619e5416d7bbe6e28645b55483cdf1b21a104fd38f08d090
09:32:31   Stored in directory: /root/.cache/pip/wheels/16/03/37/f0a64ab894c9102906f192db1a4071b7592292ad661563c69b
09:32:31 Successfully built mock
09:32:31 Installing collected packages: setuptools, coverage, mccabe, pycodestyle, pyflakes, flake8, mock, py, attrs, zipp, importlib-metadata, pluggy, more-itertools, atomicwrites, pytest, pytest-cov, pytest-timeout
09:32:31   Attempting uninstall: setuptools
09:32:31     Found existing installation: setuptools 50.3.2
09:32:31     Uninstalling setuptools-50.3.2:
09:32:31       Successfully uninstalled setuptools-50.3.2
09:32:31 Successfully installed atomicwrites-1.4.0 attrs-20.3.0 coverage-4.5.2 flake8-3.6.0 importlib-metadata-2.0.0 mccabe-0.6.1 mock-1.0.1 more-itertools-8.6.0 pluggy-0.13.1 py-1.9.0 pycodestyle-2.4.0 pyflakes-2.0.0 pytest-4.3.1 pytest-cov-2.6.1 pytest-timeout-1.3.3 setuptools-44.0.0 zipp-3.4.0
09:32:32 Removing intermediate container acafd5cd883b
09:32:32  ---> 33a26acd0b4b
09:32:32 Step 20/21 : COPY . /src
09:32:32  ---> 6ed57107b02a
09:32:32 Step 21/21 : RUN pip install .
09:32:32  ---> Running in 0fd00b53ba28
09:32:33 Processing /src
09:32:33 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.7/site-packages (from docker==4.4.0.dev0) (1.10.0)
09:32:33 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.7/site-packages (from docker==4.4.0.dev0) (0.56.0)
09:32:33 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python3.7/site-packages (from docker==4.4.0.dev0) (2.20.0)
09:32:33 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.4.0.dev0) (3.0.4)
09:32:33 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.4.0.dev0) (1.24.3)
09:32:33 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.4.0.dev0) (2.5)
09:32:33 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.4.0.dev0) (2020.11.8)
09:32:33 Building wheels for collected packages: docker
09:32:33   Building wheel for docker (setup.py): started
09:32:33   Building wheel for docker (setup.py): finished with status 'done'
09:32:33   Created wheel for docker: filename=docker-4.4.0.dev0-py2.py3-none-any.whl size=146500 sha256=97256324b0743afe666a02cef81fc3f2f7211112ab3247307704e3a26d9ed47c
09:32:33   Stored in directory: /tmp/pip-ephem-wheel-cache-slx95wev/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525
09:32:33 Successfully built docker
09:32:34 Installing collected packages: docker
09:32:34 Successfully installed docker-4.4.0.dev0
09:32:34 Removing intermediate container 0fd00b53ba28
09:32:34  ---> 216bd87cef4f
09:32:34 Successfully built 216bd87cef4f
09:32:34 Successfully tagged dockerbuildbot/docker-py:py3-8244cfc9d1495431eaaa856e59ac4d6b2be09d23
[Pipeline] isUnix
[Pipeline] sh
09:32:35 + docker tag dockerbuildbot/docker-py:py3-8244cfc9d1495431eaaa856e59ac4d6b2be09d23 dockerbuildbot/docker-py:py3-8244cfc9d1495431eaaa856e59ac4d6b2be09d23
[Pipeline] isUnix
[Pipeline] sh
09:32:35 + docker push dockerbuildbot/docker-py:py3-8244cfc9d1495431eaaa856e59ac4d6b2be09d23
09:32:35 The push refers to repository [docker.io/dockerbuildbot/docker-py]
09:32:35 d158fde3ff2d: Preparing
09:32:35 8a2d2721fb0d: Preparing
09:32:35 4c007f5ef65d: Preparing
09:32:35 703f8036e7de: Preparing
09:32:35 9ebe958eef3a: Preparing
09:32:35 7556b51edf49: Preparing
09:32:35 403efec69218: Preparing
09:32:35 e25f07d6329d: Preparing
09:32:35 c4851a428b93: Preparing
09:32:35 31053dffee09: Preparing
09:32:35 62c6ce380a4d: Preparing
09:32:35 47740ebf48f2: Preparing
09:32:35 e7fa12444573: Preparing
09:32:35 bd9fffceb641: Preparing
09:32:35 ff30a2e1fec0: Preparing
09:32:35 5656047beff8: Preparing
09:32:35 e25affc777f4: Preparing
09:32:35 1b17be258ee0: Preparing
09:32:35 6522a2852221: Preparing
09:32:35 56a69ef72608: Preparing
09:32:35 6f7043721c9b: Preparing
09:32:35 a933681cf349: Preparing
09:32:35 f49d20b92dc8: Preparing
09:32:35 fe342cfe5c83: Preparing
09:32:35 630e4f1da707: Preparing
09:32:35 9780f6d83e45: Preparing
09:32:35 7556b51edf49: Waiting
09:32:35 403efec69218: Waiting
09:32:35 e25f07d6329d: Waiting
09:32:35 c4851a428b93: Waiting
09:32:35 31053dffee09: Waiting
09:32:35 62c6ce380a4d: Waiting
09:32:35 47740ebf48f2: Waiting
09:32:35 e7fa12444573: Waiting
09:32:35 bd9fffceb641: Waiting
09:32:35 ff30a2e1fec0: Waiting
09:32:35 5656047beff8: Waiting
09:32:35 e25affc777f4: Waiting
09:32:35 1b17be258ee0: Waiting
09:32:35 6522a2852221: Waiting
09:32:35 56a69ef72608: Waiting
09:32:35 6f7043721c9b: Waiting
09:32:35 a933681cf349: Waiting
09:32:35 f49d20b92dc8: Waiting
09:32:35 fe342cfe5c83: Waiting
09:32:35 630e4f1da707: Waiting
09:32:35 9780f6d83e45: Waiting
09:32:37 703f8036e7de: Pushed
09:32:37 d158fde3ff2d: Pushed
09:32:37 8a2d2721fb0d: Pushed
09:32:38 4c007f5ef65d: Pushed
09:32:39 7556b51edf49: Pushed
09:32:39 403efec69218: Pushed
09:32:40 e25f07d6329d: Pushed
09:32:40 9ebe958eef3a: Pushed
09:32:40 c4851a428b93: Pushed
09:32:41 47740ebf48f2: Pushed
09:32:41 31053dffee09: Pushed
09:32:42 62c6ce380a4d: Pushed
09:32:42 e7fa12444573: Pushed
09:32:42 1b17be258ee0: Layer already exists
09:32:42 6522a2852221: Layer already exists
09:32:42 56a69ef72608: Layer already exists
09:32:42 6f7043721c9b: Layer already exists
09:32:42 a933681cf349: Layer already exists
09:32:42 bd9fffceb641: Pushed
09:32:42 f49d20b92dc8: Layer already exists
09:32:42 fe342cfe5c83: Layer already exists
09:32:42 9780f6d83e45: Layer already exists
09:32:42 630e4f1da707: Layer already exists
09:32:43 e25affc777f4: Pushed
09:32:43 ff30a2e1fec0: Pushed
09:32:45 5656047beff8: Pushed
09:32:48 py3-8244cfc9d1495431eaaa856e59ac4d6b2be09d23: digest: sha256:80b7c0bc254f76779df9bb44d1f40c7af721396284cdb1e3bd6558583d3e2612 size: 5765
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-088d1b48064fc4cd7) in /home/ubuntu/workspace/docker-py_PR-2699
[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-2699@tmp/730ccd03-368e-4ae0-98e8-d990f6a9b0f5/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:32:48 + docker run --rm --entrypoint=python dockerbuildbot/docker-py:py3-8244cfc9d1495431eaaa856e59ac4d6b2be09d23 /src/scripts/versions.py
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] parallel
[Pipeline] { (Branch: py2.7_19.03.12)
[Pipeline] { (Branch: py2.7_20.10.0-beta1)
[Pipeline] { (Branch: py2.7_19.03.13)
[Pipeline] { (Branch: py3.7_19.03.12)
[Pipeline] { (Branch: py3.7_20.10.0-beta1)
[Pipeline] { (Branch: py3.7_19.03.13)
[Pipeline] node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-088d1b48064fc4cd7) in /home/ubuntu/workspace/docker-py_PR-2699
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2699@tmp/e6755dc7-e770-4ac2-b60c-89e48d9a422f/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:33:15 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
09:33:15 chowning workspace
[Pipeline] sh
09:33:15 + pwd
09:33:15 + id -u
09:33:15 + id -g
09:33:15 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2699:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
09:33:16 Removing all docker containers
[Pipeline] sh
09:33:16 + docker container ls -aq
[Pipeline] echo
09:33:16 Docker containers have been removed
[Pipeline] echo
09:33:16 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
09:33:16 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.12)
[Pipeline] checkout
09:33:16 using credential docker-jenkins-github-credentials
09:33:16 Cloning the remote Git repository
09:33:16 Cloning with configured refspecs honoured and without tags
09:33:17 Fetching without tags
09:33:17 Merging remotes/origin/master commit 2c6ef9b11d785d5023bb72a651707f613f60bdb6 into PR head commit 8244cfc9d1495431eaaa856e59ac4d6b2be09d23
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2699 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2699/head:refs/remotes/origin/PR-2699 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2699/head:refs/remotes/origin/PR-2699 # 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/2699/head:refs/remotes/origin/PR-2699 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-088d1b48064fc4cd7) in /home/ubuntu/workspace/docker-py_PR-2699
[Pipeline] // node
[Pipeline] {
[Pipeline] }
Failed in branch py2.7_19.03.12
[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-2699@tmp/1012ecca-2853-4caf-9b80-2681b474030c/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:33:18 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
09:33:18 chowning workspace
[Pipeline] sh
09:33:18 + pwd
09:33:18 + id -u
09:33:18 + id -g
09:33:18 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2699:/workspace busybox chown -R 1000:1000 /workspace
 > git checkout -f 8244cfc9d1495431eaaa856e59ac4d6b2be09d23 # timeout=10
[Pipeline] echo
09:33:18 Removing all docker containers
[Pipeline] sh
09:33:19 + docker container ls -aq
[Pipeline] echo
09:33:19 Docker containers have been removed
[Pipeline] echo
09:33:19 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
09:33:19 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=20.10.0-beta1)
[Pipeline] checkout
09:33:19 using credential docker-jenkins-github-credentials
09:33:19 Cloning the remote Git repository
09:33:19 Cloning with configured refspecs honoured and without tags
09:33:20 Fetching without tags
09:33:20 Merging remotes/origin/master commit 2c6ef9b11d785d5023bb72a651707f613f60bdb6 into PR head commit 8244cfc9d1495431eaaa856e59ac4d6b2be09d23
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-088d1b48064fc4cd7) in /home/ubuntu/workspace/docker-py_PR-2699
[Pipeline] // node
[Pipeline] {
[Pipeline] }
Failed in branch py2.7_20.10.0-beta1
[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-2699 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2699/head:refs/remotes/origin/PR-2699 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2699/head:refs/remotes/origin/PR-2699 # 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/2699/head:refs/remotes/origin/PR-2699 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8244cfc9d1495431eaaa856e59ac4d6b2be09d23 # timeout=10
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2699@tmp/6d92e404-65d0-4e5b-b733-4affae64d9b3/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:33:20 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
09:33:20 chowning workspace
[Pipeline] sh
09:33:20 + pwd
09:33:20 + id -u
09:33:20 + id -g
09:33:20 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2699:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
09:33:21 Removing all docker containers
[Pipeline] sh
09:33:21 + docker container ls -aq
[Pipeline] echo
09:33:21 Docker containers have been removed
[Pipeline] echo
09:33:21 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
09:33:21 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.13)
[Pipeline] checkout
09:33:21 using credential docker-jenkins-github-credentials
09:33:21 Cloning the remote Git repository
09:33:21 Cloning with configured refspecs honoured and without tags
09:33:22 Fetching without tags
09:33:22 Merging remotes/origin/master commit 2c6ef9b11d785d5023bb72a651707f613f60bdb6 into PR head commit 8244cfc9d1495431eaaa856e59ac4d6b2be09d23
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2699 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2699/head:refs/remotes/origin/PR-2699 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2699/head:refs/remotes/origin/PR-2699 # 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/2699/head:refs/remotes/origin/PR-2699 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8244cfc9d1495431eaaa856e59ac4d6b2be09d23 # timeout=10
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-088d1b48064fc4cd7) in /home/ubuntu/workspace/docker-py_PR-2699
[Pipeline] // node
[Pipeline] {
[Pipeline] }
Failed in branch py2.7_19.03.13
[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-2699@tmp/dba74a3e-6fc0-440f-83f5-29449b9b8c4d/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:33:22 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
09:33:22 chowning workspace
[Pipeline] sh
09:33:22 + pwd
09:33:22 + id -u
09:33:22 + id -g
09:33:22 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2699:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
09:33:23 Removing all docker containers
[Pipeline] sh
09:33:23 + docker container ls -aq
[Pipeline] echo
09:33:23 Docker containers have been removed
[Pipeline] echo
09:33:23 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
09:33:23 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.12)
[Pipeline] checkout
09:33:23 using credential docker-jenkins-github-credentials
09:33:23 Cloning the remote Git repository
09:33:23 Cloning with configured refspecs honoured and without tags
09:33:24 Fetching without tags
09:33:24 Merging remotes/origin/master commit 2c6ef9b11d785d5023bb72a651707f613f60bdb6 into PR head commit 8244cfc9d1495431eaaa856e59ac4d6b2be09d23
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-088d1b48064fc4cd7) in /home/ubuntu/workspace/docker-py_PR-2699
[Pipeline] }
Failed in branch py3.7_19.03.12
[Pipeline] {
[Pipeline] withDockerRegistry
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2699 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2699/head:refs/remotes/origin/PR-2699 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2699/head:refs/remotes/origin/PR-2699 # 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/2699/head:refs/remotes/origin/PR-2699 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8244cfc9d1495431eaaa856e59ac4d6b2be09d23 # timeout=10
$ 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-2699@tmp/361de275-4089-41e9-b115-034f3ea60ad5/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:33:24 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
09:33:24 chowning workspace
[Pipeline] sh
09:33:25 + pwd
09:33:25 + id -u
09:33:25 + id -g
09:33:25 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2699:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
09:33:25 Removing all docker containers
[Pipeline] sh
09:33:26 + docker container ls -aq
[Pipeline] echo
09:33:26 Docker containers have been removed
[Pipeline] echo
09:33:26 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
09:33:26 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=20.10.0-beta1)
[Pipeline] checkout
09:33:26 using credential docker-jenkins-github-credentials
09:33:26 Cloning the remote Git repository
09:33:26 Cloning with configured refspecs honoured and without tags
09:33:26 Fetching without tags
09:33:27 Merging remotes/origin/master commit 2c6ef9b11d785d5023bb72a651707f613f60bdb6 into PR head commit 8244cfc9d1495431eaaa856e59ac4d6b2be09d23
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-088d1b48064fc4cd7) in /home/ubuntu/workspace/docker-py_PR-2699
[Pipeline] }
Failed in branch py3.7_20.10.0-beta1
[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-2699 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2699/head:refs/remotes/origin/PR-2699 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2699/head:refs/remotes/origin/PR-2699 # 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/2699/head:refs/remotes/origin/PR-2699 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8244cfc9d1495431eaaa856e59ac4d6b2be09d23 # timeout=10
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2699@tmp/9e33799a-5dc0-4651-abfc-aaffc71a1d16/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:33:27 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
09:33:27 chowning workspace
[Pipeline] sh
09:33:27 + pwd
09:33:27 + id -u
09:33:27 + id -g
09:33:27 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2699:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
09:33:28 Removing all docker containers
[Pipeline] sh
09:33:28 + docker container ls -aq
[Pipeline] echo
09:33:28 Docker containers have been removed
[Pipeline] echo
09:33:28 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
09:33:28 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.13)
[Pipeline] checkout
09:33:28 using credential docker-jenkins-github-credentials
09:33:28 Cloning the remote Git repository
09:33:28 Cloning with configured refspecs honoured and without tags
09:33:29 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2699 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2699/head:refs/remotes/origin/PR-2699 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2699/head:refs/remotes/origin/PR-2699 # 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/2699/head:refs/remotes/origin/PR-2699 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:33:29 Merging remotes/origin/master commit 2c6ef9b11d785d5023bb72a651707f613f60bdb6 into PR head commit 8244cfc9d1495431eaaa856e59ac4d6b2be09d23
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.13
[Pipeline] // parallel
[Pipeline] End of Pipeline
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8244cfc9d1495431eaaa856e59ac4d6b2be09d23 # timeout=10

GitHub has been notified of this commit’s build result

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

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2437)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1100(CliGitAPIImpl.java:84)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2754)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-088d1b48064fc4cd7)
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:998)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor332.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.$Proxy453.execute(Unknown Source)
		at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:144)
		at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:110)
		at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1063)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1168)
		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:125)
		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 8244cfc9d1495431eaaa856e59ac4d6b2be09d23" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 8244cfc9d1495431eaaa856e59ac4d6b2be09d23

		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2437)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1100(CliGitAPIImpl.java:84)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2754)
	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-088d1b48064fc4cd7)
			at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
			at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
			at hudson.remoting.Channel.call(Channel.java:998)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
			at sun.reflect.GeneratedMethodAccessor332.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.$Proxy453.execute(Unknown Source)
			at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:144)
			at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:110)
			at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1063)
			at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1168)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:125)
			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 8244cfc9d1495431eaaa856e59ac4d6b2be09d23
Also:   hudson.plugins.git.GitException: Command "git checkout -f 8244cfc9d1495431eaaa856e59ac4d6b2be09d23" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 8244cfc9d1495431eaaa856e59ac4d6b2be09d23

		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2437)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1100(CliGitAPIImpl.java:84)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2754)
	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-088d1b48064fc4cd7)
			at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
			at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
			at hudson.remoting.Channel.call(Channel.java:998)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
			at sun.reflect.GeneratedMethodAccessor332.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.$Proxy453.execute(Unknown Source)
			at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:144)
			at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:110)
			at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1063)
			at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1168)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:125)
			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 8244cfc9d1495431eaaa856e59ac4d6b2be09d23
Also:   hudson.plugins.git.GitException: Command "git checkout -f 8244cfc9d1495431eaaa856e59ac4d6b2be09d23" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 8244cfc9d1495431eaaa856e59ac4d6b2be09d23

		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2437)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1100(CliGitAPIImpl.java:84)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2754)
	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-088d1b48064fc4cd7)
			at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
			at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
			at hudson.remoting.Channel.call(Channel.java:998)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
			at sun.reflect.GeneratedMethodAccessor332.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.$Proxy453.execute(Unknown Source)
			at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:144)
			at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:110)
			at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1063)
			at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1168)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:125)
			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 8244cfc9d1495431eaaa856e59ac4d6b2be09d23
Also:   hudson.plugins.git.GitException: Command "git checkout -f 8244cfc9d1495431eaaa856e59ac4d6b2be09d23" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 8244cfc9d1495431eaaa856e59ac4d6b2be09d23

		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2437)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1100(CliGitAPIImpl.java:84)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2754)
	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-088d1b48064fc4cd7)
			at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
			at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
			at hudson.remoting.Channel.call(Channel.java:998)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
			at sun.reflect.GeneratedMethodAccessor332.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.$Proxy453.execute(Unknown Source)
			at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:144)
			at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:110)
			at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1063)
			at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1168)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:125)
			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 8244cfc9d1495431eaaa856e59ac4d6b2be09d23
Also:   hudson.plugins.git.GitException: Command "git checkout -f 8244cfc9d1495431eaaa856e59ac4d6b2be09d23" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 8244cfc9d1495431eaaa856e59ac4d6b2be09d23

		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2437)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1100(CliGitAPIImpl.java:84)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2754)
	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-088d1b48064fc4cd7)
			at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
			at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
			at hudson.remoting.Channel.call(Channel.java:998)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
			at sun.reflect.GeneratedMethodAccessor332.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.$Proxy453.execute(Unknown Source)
			at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:144)
			at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:110)
			at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1063)
			at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1168)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:125)
			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 8244cfc9d1495431eaaa856e59ac4d6b2be09d23
Caused: hudson.plugins.git.GitException: Could not checkout 8244cfc9d1495431eaaa856e59ac4d6b2be09d23
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2778)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:154)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.lang.Thread.run(Thread.java:834)
Finished: FAILURE