Skip to content
Failed

Console Output

Pull request #2699 updated
12:17:59 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at 800222268a79d62a0a63411278cca736e61bc191 rather than a09c5acad58eb1c122ab5b4321105885d3badd83
Obtained Jenkinsfile from 800222268a79d62a0a63411278cca736e61bc191
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
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > 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
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"
 > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
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
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-mem (i-07bd8f48aae912db3) 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/221e0d01-5748-49ec-befa-4190afa9fd6e/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
12:18:07 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:18:07 chowning workspace
[Pipeline] sh
12:18:08 + pwd
12:18:08 + id -u
12:18:08 + id -g
12:18:08 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2699:/workspace busybox chown -R 1000:1000 /workspace
12:18:08 Unable to find image 'busybox:latest' locally
12:18:08 latest: Pulling from library/busybox
12:18:08 9758c28807f2: Pulling fs layer
12:18:08 9758c28807f2: Verifying Checksum
12:18:08 9758c28807f2: Download complete
12:18:09 9758c28807f2: Pull complete
12:18:09 Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d
12:18:09 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
12:18:16 Removing all docker containers
[Pipeline] sh
12:18:16 + docker container ls -aq
[Pipeline] echo
12:18:16 Docker containers have been removed
[Pipeline] echo
12:18:16 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
12:18:16 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
12:18:19 using credential docker-jenkins-github-credentials
12:18:19 Cloning the remote Git repository
12:18:19 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
12:18:21 Fetching without tags
12:18:22 Merging remotes/origin/master commit 800222268a79d62a0a63411278cca736e61bc191 into PR head commit a09c5acad58eb1c122ab5b4321105885d3badd83
 > 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 a09c5acad58eb1c122ab5b4321105885d3badd83 # timeout=10
12:18:22 Merge succeeded, producing 60ff1108e3b627a4a0d1040c38c0d6a07aa07b3d
12:18:22 Checking out Revision 60ff1108e3b627a4a0d1040c38c0d6a07aa07b3d (PR-2699)
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge 800222268a79d62a0a63411278cca736e61bc191 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60ff1108e3b627a4a0d1040c38c0d6a07aa07b3d # timeout=10
12:18:26 Commit message: "Merge commit '800222268a79d62a0a63411278cca736e61bc191' into HEAD"
[Pipeline] sh
12:18:27 + git rev-parse HEAD
 > git rev-list --no-walk 6e7ed48ef4f8f52af8c8e3a86e458828c3cbf586 # timeout=10
[Pipeline] isUnix
[Pipeline] sh
12:18:28 + docker pull dockerbuildbot/docker-py:sshdind-60ff1108e3b627a4a0d1040c38c0d6a07aa07b3d
12:18:28 Error response from daemon: manifest for dockerbuildbot/docker-py:sshdind-60ff1108e3b627a4a0d1040c38c0d6a07aa07b3d not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
12:18:28 + docker build -t dockerbuildbot/docker-py:sshdind-60ff1108e3b627a4a0d1040c38c0d6a07aa07b3d -f tests/Dockerfile-ssh-dind .
12:18:28 Sending build context to Docker daemon  1.367MB

12:18:28 Step 1/11 : ARG API_VERSION=1.39
12:18:28 Step 2/11 : ARG ENGINE_VERSION=19.03.12
12:18:28 Step 3/11 : FROM docker:${ENGINE_VERSION}-dind
12:18:28 19.03.12-dind: Pulling from library/docker
12:18:28 df20fa9351a1: Pulling fs layer
12:18:28 25ad7478873d: Pulling fs layer
12:18:28 4684f6177b5d: Pulling fs layer
12:18:28 46e300cec669: Pulling fs layer
12:18:28 63038576ad94: Pulling fs layer
12:18:28 0fdb76c4706c: Pulling fs layer
12:18:28 cb7edeffdfd5: Pulling fs layer
12:18:28 cc28bd76800f: Pulling fs layer
12:18:28 54196fe38f7e: Pulling fs layer
12:18:28 ea71acc29633: Pulling fs layer
12:18:28 657cc4c15165: Pulling fs layer
12:18:28 46e300cec669: Waiting
12:18:28 63038576ad94: Waiting
12:18:28 0fdb76c4706c: Waiting
12:18:28 cb7edeffdfd5: Waiting
12:18:28 cc28bd76800f: Waiting
12:18:28 54196fe38f7e: Waiting
12:18:28 ea71acc29633: Waiting
12:18:28 657cc4c15165: Waiting
12:18:29 4684f6177b5d: Verifying Checksum
12:18:29 4684f6177b5d: Download complete
12:18:29 25ad7478873d: Verifying Checksum
12:18:29 25ad7478873d: Download complete
12:18:29 df20fa9351a1: Verifying Checksum
12:18:29 df20fa9351a1: Download complete
12:18:29 63038576ad94: Verifying Checksum
12:18:29 63038576ad94: Download complete
12:18:29 0fdb76c4706c: Verifying Checksum
12:18:29 0fdb76c4706c: Download complete
12:18:29 cb7edeffdfd5: Verifying Checksum
12:18:29 cb7edeffdfd5: Download complete
12:18:29 54196fe38f7e: Verifying Checksum
12:18:29 54196fe38f7e: Download complete
12:18:29 ea71acc29633: Verifying Checksum
12:18:29 ea71acc29633: Download complete
12:18:29 657cc4c15165: Download complete
12:18:29 cc28bd76800f: Verifying Checksum
12:18:29 cc28bd76800f: Download complete
12:18:29 df20fa9351a1: Pull complete
12:18:30 25ad7478873d: Pull complete
12:18:30 4684f6177b5d: Pull complete
12:18:30 46e300cec669: Verifying Checksum
12:18:30 46e300cec669: Download complete
12:18:35 46e300cec669: Pull complete
12:18:35 63038576ad94: Pull complete
12:18:35 0fdb76c4706c: Pull complete
12:18:35 cb7edeffdfd5: Pull complete
12:18:36 cc28bd76800f: Pull complete
12:18:36 54196fe38f7e: Pull complete
12:18:36 ea71acc29633: Pull complete
12:18:36 657cc4c15165: Pull complete
12:18:36 Digest: sha256:674f1f40ff7c8ac14f5d8b6b28d8fb1f182647ff75304d018003f1e21a0d8771
12:18:36 Status: Downloaded newer image for docker:19.03.12-dind
12:18:36  ---> 66dc2d45749a
12:18:36 Step 4/11 : RUN apk add --no-cache 		openssh
12:18:39  ---> Running in 389ddd4c20a6
12:18:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
12:18:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
12:18:40 (1/4) Installing openssh-sftp-server (8.3_p1-r0)
12:18:40 (2/4) Installing openssh-server-common (8.3_p1-r0)
12:18:40 (3/4) Installing openssh-server (8.3_p1-r0)
12:18:40 (4/4) Installing openssh (8.3_p1-r0)
12:18:40 Executing busybox-1.31.1-r16.trigger
12:18:40 OK: 28 MiB in 51 packages
12:18:42 Removing intermediate container 389ddd4c20a6
12:18:42  ---> ff77960420f8
12:18:42 Step 5/11 : RUN ssh-keygen -A
12:18:42  ---> Running in 902c533dae54
12:18:44 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
12:18:44 Removing intermediate container 902c533dae54
12:18:44  ---> 7c7a81d954b4
12:18:44 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
12:18:44  ---> Running in 674cbcfa51a2
12:18:46 Removing intermediate container 674cbcfa51a2
12:18:46  ---> de609b583f1b
12:18:46 Step 7/11 : COPY tests/ssh-keys/authorized_keys /root/.ssh/authorized_keys
12:18:46  ---> c70366483109
12:18:46 Step 8/11 : RUN chmod 600 /root/.ssh/authorized_keys
12:18:47  ---> Running in 86cc0b566d1a
12:18:48 Removing intermediate container 86cc0b566d1a
12:18:48  ---> 90f1b3a4f08b
12:18:48 Step 9/11 : RUN echo "root:root" | chpasswd
12:18:48  ---> Running in ff08fb775d33
12:18:49 chpasswd: password for 'root' changed
12:18:49 Removing intermediate container ff08fb775d33
12:18:49  ---> ac7883ced271
12:18:49 Step 10/11 : RUN ln -s /usr/local/bin/docker /usr/bin/docker
12:18:49  ---> Running in 1739285c3adf
12:18:50 Removing intermediate container 1739285c3adf
12:18:50  ---> 9ca247d89b48
12:18:50 Step 11/11 : EXPOSE 22
12:18:50  ---> Running in 901ef6b07270
12:18:50 Removing intermediate container 901ef6b07270
12:18:50  ---> fe0421015ced
12:18:50 Successfully built fe0421015ced
12:18:50 Successfully tagged dockerbuildbot/docker-py:sshdind-60ff1108e3b627a4a0d1040c38c0d6a07aa07b3d
[Pipeline] isUnix
[Pipeline] sh
12:18:51 + docker tag dockerbuildbot/docker-py:sshdind-60ff1108e3b627a4a0d1040c38c0d6a07aa07b3d dockerbuildbot/docker-py:sshdind-60ff1108e3b627a4a0d1040c38c0d6a07aa07b3d
[Pipeline] isUnix
[Pipeline] sh
12:18:51 + docker push dockerbuildbot/docker-py:sshdind-60ff1108e3b627a4a0d1040c38c0d6a07aa07b3d
12:18:51 The push refers to repository [docker.io/dockerbuildbot/docker-py]
12:18:51 d527f98f24f6: Preparing
12:18:51 1655eebbfedb: Preparing
12:18:51 789c209df10b: Preparing
12:18:51 a9126a040443: Preparing
12:18:51 8b0467cf6563: Preparing
12:18:51 77c0f661a4b5: Preparing
12:18:51 d9b6e24e6ee5: Preparing
12:18:51 1149e736aa92: Preparing
12:18:51 39e79983ac8b: Preparing
12:18:51 da8c28465f82: Preparing
12:18:51 d1292e236c36: Preparing
12:18:51 8890c171a12b: Preparing
12:18:51 4ae5bd84d450: Preparing
12:18:51 723a561964c8: Preparing
12:18:51 78764725b56c: Preparing
12:18:51 51d6d3d09136: Preparing
12:18:51 1507bc794612: Preparing
12:18:51 50644c29ef5a: Preparing
12:18:51 d1292e236c36: Waiting
12:18:51 8890c171a12b: Waiting
12:18:51 4ae5bd84d450: Waiting
12:18:51 77c0f661a4b5: Waiting
12:18:51 723a561964c8: Waiting
12:18:51 d9b6e24e6ee5: Waiting
12:18:51 78764725b56c: Waiting
12:18:51 1149e736aa92: Waiting
12:18:51 51d6d3d09136: Waiting
12:18:51 1507bc794612: Waiting
12:18:51 39e79983ac8b: Waiting
12:18:51 50644c29ef5a: Waiting
12:18:51 da8c28465f82: Waiting
12:18:52 d527f98f24f6: Pushed
12:18:53 8b0467cf6563: Pushed
12:18:53 a9126a040443: Pushed
12:18:53 1149e736aa92: Layer already exists
12:18:53 39e79983ac8b: Layer already exists
12:18:53 da8c28465f82: Layer already exists
12:18:53 d1292e236c36: Layer already exists
12:18:53 1655eebbfedb: Pushed
12:18:53 8890c171a12b: Layer already exists
12:18:53 4ae5bd84d450: Layer already exists
12:18:53 723a561964c8: Layer already exists
12:18:53 789c209df10b: Pushed
12:18:53 51d6d3d09136: Layer already exists
12:18:53 78764725b56c: Layer already exists
12:18:53 1507bc794612: Layer already exists
12:18:53 50644c29ef5a: Layer already exists
12:18:54 77c0f661a4b5: Pushed
12:18:55 d9b6e24e6ee5: Pushed
12:18:59 sshdind-60ff1108e3b627a4a0d1040c38c0d6a07aa07b3d: digest: sha256:6c558242bdb4b0978c71eb0e8903a4bc47cd1cc9258202bdb93eabc9bc30316c size: 4068
[Pipeline] isUnix
[Pipeline] sh
12:18:59 + docker pull dockerbuildbot/docker-py:py2-60ff1108e3b627a4a0d1040c38c0d6a07aa07b3d
12:18:59 Error response from daemon: manifest for dockerbuildbot/docker-py:py2-60ff1108e3b627a4a0d1040c38c0d6a07aa07b3d not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
12:18:59 + docker build -t dockerbuildbot/docker-py:py2-60ff1108e3b627a4a0d1040c38c0d6a07aa07b3d -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 .
12:18:59 Sending build context to Docker daemon  1.367MB

12:18:59 Step 1/21 : ARG PYTHON_VERSION=3.7
12:18:59 Step 2/21 : FROM python:${PYTHON_VERSION}
12:19:00 2.7: Pulling from library/python
12:19:00 7e2b2a5af8f6: Pulling fs layer
12:19:00 09b6f03ffac4: Pulling fs layer
12:19:00 dc3f0c679f0f: Pulling fs layer
12:19:00 fd4b47407fc3: Pulling fs layer
12:19:00 b32f6bf7d96d: Pulling fs layer
12:19:00 6f4489a7e4cf: Pulling fs layer
12:19:00 af4b99ad9ef0: Pulling fs layer
12:19:00 39db0bc48c26: Pulling fs layer
12:19:00 acb4a89489fc: Pulling fs layer
12:19:00 fd4b47407fc3: Waiting
12:19:00 b32f6bf7d96d: Waiting
12:19:00 6f4489a7e4cf: Waiting
12:19:00 af4b99ad9ef0: Waiting
12:19:00 39db0bc48c26: Waiting
12:19:00 acb4a89489fc: Waiting
12:19:00 dc3f0c679f0f: Verifying Checksum
12:19:00 dc3f0c679f0f: Download complete
12:19:00 09b6f03ffac4: Verifying Checksum
12:19:00 09b6f03ffac4: Download complete
12:19:02 7e2b2a5af8f6: Verifying Checksum
12:19:02 7e2b2a5af8f6: Download complete
12:19:02 fd4b47407fc3: Verifying Checksum
12:19:02 fd4b47407fc3: Download complete
12:19:02 6f4489a7e4cf: Verifying Checksum
12:19:02 6f4489a7e4cf: Download complete
12:19:02 af4b99ad9ef0: Verifying Checksum
12:19:02 af4b99ad9ef0: Download complete
12:19:02 39db0bc48c26: Verifying Checksum
12:19:02 39db0bc48c26: Download complete
12:19:02 acb4a89489fc: Verifying Checksum
12:19:02 acb4a89489fc: Download complete
12:19:04 b32f6bf7d96d: Verifying Checksum
12:19:04 b32f6bf7d96d: Download complete
12:19:05 7e2b2a5af8f6: Pull complete
12:19:06 09b6f03ffac4: Pull complete
12:19:06 dc3f0c679f0f: Pull complete
12:19:10 fd4b47407fc3: Pull complete
12:19:23 b32f6bf7d96d: Pull complete
12:19:23 6f4489a7e4cf: Pull complete
12:19:24 af4b99ad9ef0: Pull complete
12:19:25 39db0bc48c26: Pull complete
12:19:26 acb4a89489fc: Pull complete
12:19:26 Digest: sha256:cfa62318c459b1fde9e0841c619906d15ada5910d625176e24bf692cf8a2601d
12:19:26 Status: Downloaded newer image for python:2.7
12:19:26  ---> 68e7be49c28c
12:19:26 Step 3/21 : ARG APT_MIRROR
12:19:31  ---> Running in 0b701f0b81b0
12:19:31 Removing intermediate container 0b701f0b81b0
12:19:31  ---> db3fbbe7569f
12:19:31 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
12:19:31  ---> Running in 97a32cdb7d4b
12:19:32 Removing intermediate container 97a32cdb7d4b
12:19:32  ---> fc7d2fa22805
12:19:32 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
12:19:32  ---> Running in 74cb0cb5c7cf
12:19:33 Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
12:19:33 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
12:19:33 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
12:19:33 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB]
12:19:34 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
12:19:34 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [248 kB]
12:19:36 Fetched 8401 kB in 2s (3689 kB/s)
12:19:36 Reading package lists...
12:19:37 Reading package lists...
12:19:37 Building dependency tree...
12:19:37 Reading state information...
12:19:37 The following additional packages will be installed:
12:19:37   tree
12:19:37 Suggested packages:
12:19:37   libxml-simple-perl ruby
12:19:37 Recommended packages:
12:19:37   qrencode xclip
12:19:37 The following NEW packages will be installed:
12:19:37   gnupg2 pass tree
12:19:38 0 upgraded, 3 newly installed, 0 to remove and 61 not upgraded.
12:19:38 Need to get 481 kB of archives.
12:19:38 After this operation, 684 kB of additional disk space will be used.
12:19:38 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
12:19:38 Get:2 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
12:19:38 Get:3 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
12:19:38 debconf: delaying package configuration, since apt-utils is not installed
12:19:38 Fetched 481 kB in 0s (1765 kB/s)
12:19:38 Selecting previously unselected package gnupg2.
12:19:38 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24538 files and directories currently installed.)
12:19:38 Preparing to unpack .../gnupg2_2.2.12-1+deb10u1_all.deb ...
12:19:38 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
12:19:38 Selecting previously unselected package tree.
12:19:38 Preparing to unpack .../tree_1.8.0-1_amd64.deb ...
12:19:38 Unpacking tree (1.8.0-1) ...
12:19:38 Selecting previously unselected package pass.
12:19:38 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
12:19:38 Unpacking pass (1.7.3-2) ...
12:19:38 Setting up gnupg2 (2.2.12-1+deb10u1) ...
12:19:38 Setting up tree (1.8.0-1) ...
12:19:38 Setting up pass (1.7.3-2) ...
12:19:40 Removing intermediate container 74cb0cb5c7cf
12:19:40  ---> cf3914c4177a
12:19:40 Step 6/21 : COPY tests/ssh-keys /root/.ssh
12:19:40  ---> 709730ae607c
12:19:40 Step 7/21 : RUN chmod -R 600 /root/.ssh
12:19:40  ---> Running in bf01a0a3025e
12:19:42 Removing intermediate container bf01a0a3025e
12:19:42  ---> b7f20962539d
12:19:42 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys
12:19:42  ---> 762d7e7cb123
12:19:42 Step 9/21 : RUN gpg2 --import gpg-keys/secret
12:19:42  ---> Running in ce2b1a426a18
12:19:43 gpg: directory '/root/.gnupg' created
12:19:43 gpg: keybox '/root/.gnupg/pubring.kbx' created
12:19:43 gpg: /root/.gnupg/trustdb.gpg: trustdb created
12:19:43 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
12:19:43 gpg: key 464ED987A7B21401: secret key imported
12:19:43 gpg: Total number processed: 1
12:19:43 gpg:               imported: 1
12:19:43 gpg:       secret keys read: 1
12:19:43 gpg:   secret keys imported: 1
12:19:43 Removing intermediate container ce2b1a426a18
12:19:43  ---> 479b075f77b7
12:19:43 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
12:19:43  ---> Running in 503a35429581
12:19:44 gpg: inserting ownertrust of 6
12:19:44 Removing intermediate container 503a35429581
12:19:44  ---> 744fec1e41af
12:19:44 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
12:19:44  ---> Running in b7e20fcc92c3
12:19:45 gpg: please do a --check-trustdb
12:19:45 mkdir: created directory '/root/.password-store/'
12:19:45 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
12:19:45 Removing intermediate container b7e20fcc92c3
12:19:45  ---> 708d2c3a7e70
12:19:45 Step 12/21 : RUN gpg2 --check-trustdb
12:19:45  ---> Running in 7e408ef9aa58
12:19:46 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
12:19:46 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
12:19:46 Removing intermediate container 7e408ef9aa58
12:19:46  ---> 256b17014d35
12:19:46 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3
12:19:46  ---> Running in 0616e0ca3bc0
12:19:46 Removing intermediate container 0616e0ca3bc0
12:19:46  ---> 9d1ea66fb78e
12:19:46 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
12:19:46  ---> Running in 9c333c118690
12:19:48 Removing intermediate container 9c333c118690
12:19:48  ---> 55c384b7234a
12:19:48 Step 15/21 : WORKDIR /src
12:19:48  ---> Running in 6a4ebbb5bb70
12:19:48 Removing intermediate container 6a4ebbb5bb70
12:19:48  ---> 91ede5dfb52a
12:19:48 Step 16/21 : COPY requirements.txt /src/requirements.txt
12:19:48  ---> 46122cfebaa3
12:19:48 Step 17/21 : RUN pip install -r requirements.txt
12:19:48  ---> Running in 48d4514a6c6b
12:19:49 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
12:19:49 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
12:19:49 Requirement already satisfied: appdirs==1.4.3 in /usr/local/lib/python2.7/site-packages (from -r requirements.txt (line 1)) (1.4.3)
12:19:53 Collecting asn1crypto==0.22.0
12:19:54   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
12:19:54 Collecting backports.ssl-match-hostname==3.5.0.1
12:19:54   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
12:19:55 Collecting cffi==1.10.0
12:19:55   Downloading cffi-1.10.0-cp27-cp27mu-manylinux1_x86_64.whl (392 kB)
12:19:56 Collecting cryptography==3.2
12:19:56   Downloading cryptography-3.2-cp27-cp27mu-manylinux2010_x86_64.whl (2.7 MB)
12:19:56 Collecting enum34==1.1.6
12:19:56   Downloading enum34-1.1.6-py2-none-any.whl (12 kB)
12:19:56 Collecting idna==2.5
12:19:56   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
12:19:56 Collecting ipaddress==1.0.18
12:19:56   Downloading ipaddress-1.0.18-py2-none-any.whl (17 kB)
12:19:56 Collecting packaging==16.8
12:19:56   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
12:19:56 Collecting paramiko==2.4.2
12:19:56   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
12:19:56 Collecting pycparser==2.17
12:19:56   Downloading pycparser-2.17.tar.gz (231 kB)
12:19:57 Collecting pyOpenSSL==18.0.0
12:19:57   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
12:19:57 Collecting pyparsing==2.2.0
12:19:57   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
12:19:57 Collecting requests==2.20.0
12:19:57   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
12:19:57 Collecting six==1.10.0
12:19:57   Downloading six-1.10.0-py2.py3-none-any.whl (10 kB)
12:19:57 Collecting urllib3==1.24.3
12:19:57   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
12:19:57 Collecting websocket-client==0.56.0
12:19:57   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
12:19:57 Collecting pyasn1>=0.1.7
12:19:57   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
12:19:57 Collecting pynacl>=1.0.1
12:19:57   Downloading PyNaCl-1.4.0-cp27-cp27mu-manylinux1_x86_64.whl (964 kB)
12:19:58 Collecting bcrypt>=3.1.3
12:19:58   Downloading bcrypt-3.1.7-cp27-cp27mu-manylinux1_x86_64.whl (59 kB)
12:19:58 Collecting certifi>=2017.4.17
12:19:58   Downloading certifi-2020.11.8-py2.py3-none-any.whl (155 kB)
12:19:58 Collecting chardet<3.1.0,>=3.0.2
12:19:58   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
12:19:58 Building wheels for collected packages: backports.ssl-match-hostname, pycparser
12:19:58   Building wheel for backports.ssl-match-hostname (setup.py): started
12:19:58   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
12:19:58   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py2-none-any.whl size=5209 sha256=19930d362548abfdd86c6f868113e0d9a641d88d617782c8b0e4cf687dbcc329
12:19:58   Stored in directory: /root/.cache/pip/wheels/19/dd/8c/6cad8e6c38a9fe006dd7423ca1655bb1eb3cb94c5ce1814e4f
12:19:58   Building wheel for pycparser (setup.py): started
12:19:59   Building wheel for pycparser (setup.py): finished with status 'done'
12:19:59   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=193887 sha256=688fc894e9ea623093b530ca5a982746aaadc052b045e9ceb52c52e8b35cab5b
12:19:59   Stored in directory: /root/.cache/pip/wheels/03/08/f2/bf70552f051cd78e9d8fe7d196ef762858dcfa156965e3a1e3
12:19:59 Successfully built backports.ssl-match-hostname pycparser
12:19:59 Installing collected packages: asn1crypto, backports.ssl-match-hostname, pycparser, cffi, ipaddress, six, enum34, cryptography, idna, pyparsing, packaging, pyasn1, pynacl, bcrypt, paramiko, pyOpenSSL, certifi, chardet, urllib3, requests, websocket-client
12:19:59   Attempting uninstall: six
12:19:59     Found existing installation: six 1.14.0
12:19:59     Uninstalling six-1.14.0:
12:19:59       Successfully uninstalled six-1.14.0
12:20:00 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-3.2 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
12:20:05 WARNING: You are using pip version 20.0.2; however, version 20.2.4 is available.
12:20:05 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
12:20:07 Removing intermediate container 48d4514a6c6b
12:20:07  ---> c148525231e1
12:20:07 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
12:20:07  ---> 57c81f169792
12:20:07 Step 19/21 : RUN pip install -r test-requirements.txt
12:20:07  ---> Running in abab58792f88
12:20:08 /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
12:20:08   from cryptography import x509
12:20:08 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
12:20:13 Collecting setuptools==44.0.0
12:20:14   Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB)
12:20:15 Collecting coverage==4.5.2
12:20:15   Downloading coverage-4.5.2-cp27-cp27mu-manylinux1_x86_64.whl (201 kB)
12:20:15 Collecting flake8==3.6.0
12:20:15   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
12:20:15 Collecting mock==1.0.1
12:20:15   Downloading mock-1.0.1.tar.gz (818 kB)
12:20:15 Collecting pytest==4.3.1
12:20:15   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
12:20:15 Collecting pytest-cov==2.6.1
12:20:15   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
12:20:15 Collecting pytest-timeout==1.3.3
12:20:15   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
12:20:15 Collecting pyflakes<2.1.0,>=2.0.0
12:20:15   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
12:20:15 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)
12:20:15 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)
12:20:16 Collecting pycodestyle<2.5.0,>=2.4.0
12:20:16   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
12:20:16 Collecting mccabe<0.7.0,>=0.6.0
12:20:16   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
12:20:16 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)
12:20:16 Collecting atomicwrites>=1.0
12:20:16   Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
12:20:16 Collecting py>=1.5.0
12:20:16   Downloading py-1.9.0-py2.py3-none-any.whl (99 kB)
12:20:16 Collecting attrs>=17.4.0
12:20:16   Downloading attrs-20.3.0-py2.py3-none-any.whl (49 kB)
12:20:16 Collecting more-itertools<6.0.0,>=4.0.0; python_version <= "2.7"
12:20:16   Downloading more_itertools-5.0.0-py2-none-any.whl (52 kB)
12:20:16 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)
12:20:16 Collecting pluggy>=0.7
12:20:16   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
12:20:16 Collecting funcsigs; python_version < "3.0"
12:20:16   Downloading funcsigs-1.0.2-py2.py3-none-any.whl (17 kB)
12:20:16 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)
12:20:16 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)
12:20:16 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)
12:20:16 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)
12:20:16 Building wheels for collected packages: mock
12:20:16   Building wheel for mock (setup.py): started
12:20:17   Building wheel for mock (setup.py): finished with status 'done'
12:20:17   Created wheel for mock: filename=mock-1.0.1-py2-none-any.whl size=23755 sha256=c9c97f6ed8b609112d237a4526508f6ef495653d6395876296d4c0c3bfa94bac
12:20:17   Stored in directory: /root/.cache/pip/wheels/ad/62/e0/a06cc957652749e64c7904e899eca3ecb2ec47c60d52653660
12:20:17 Successfully built mock
12:20:17 Installing collected packages: setuptools, coverage, pyflakes, pycodestyle, mccabe, flake8, mock, atomicwrites, py, attrs, more-itertools, pluggy, funcsigs, pytest, pytest-cov, pytest-timeout
12:20:17   Attempting uninstall: setuptools
12:20:17     Found existing installation: setuptools 44.1.0
12:20:17     Uninstalling setuptools-44.1.0:
12:20:17       Successfully uninstalled setuptools-44.1.0
12:20:18 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
12:20:18 WARNING: You are using pip version 20.0.2; however, version 20.2.4 is available.
12:20:18 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
12:20:19 Removing intermediate container abab58792f88
12:20:19  ---> 01c3946e5d35
12:20:19 Step 20/21 : COPY . /src
12:20:20  ---> 23380aede49c
12:20:20 Step 21/21 : RUN pip install .
12:20:20  ---> Running in ab83505907ee
12:20:21 /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
12:20:21   from cryptography import x509
12:20:21 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
12:20:21 Processing /src
12:20:21 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (1.10.0)
12:20:21 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)
12:20:21 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)
12:20:21 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)
12:20:21 Requirement already satisfied: ipaddress>=1.0.16 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (1.0.18)
12:20:21 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)
12:20:21 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)
12:20:21 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)
12:20:21 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)
12:20:21 Building wheels for collected packages: docker
12:20:21   Building wheel for docker (setup.py): started
12:20:21   Building wheel for docker (setup.py): finished with status 'done'
12:20:21   Created wheel for docker: filename=docker-4.4.0.dev0-py2.py3-none-any.whl size=146559 sha256=a2fa067afa06d7d5a998748ff874453e484d421a976f0c3620296b4efed1020c
12:20:21   Stored in directory: /tmp/pip-ephem-wheel-cache-BphHrS/wheels/dc/45/28/050a7fcd95fc9b9f504d64d6668214323c48b439857458e65c
12:20:21 Successfully built docker
12:20:22 Installing collected packages: docker
12:20:22 Successfully installed docker-4.4.0.dev0
12:20:22 WARNING: You are using pip version 20.0.2; however, version 20.2.4 is available.
12:20:22 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
12:20:23 Removing intermediate container ab83505907ee
12:20:23  ---> b1d267d100fe
12:20:23 Successfully built b1d267d100fe
12:20:23 Successfully tagged dockerbuildbot/docker-py:py2-60ff1108e3b627a4a0d1040c38c0d6a07aa07b3d
[Pipeline] isUnix
[Pipeline] sh
12:20:23 + docker tag dockerbuildbot/docker-py:py2-60ff1108e3b627a4a0d1040c38c0d6a07aa07b3d dockerbuildbot/docker-py:py2-60ff1108e3b627a4a0d1040c38c0d6a07aa07b3d
[Pipeline] isUnix
[Pipeline] sh
12:20:23 + docker push dockerbuildbot/docker-py:py2-60ff1108e3b627a4a0d1040c38c0d6a07aa07b3d
12:20:23 The push refers to repository [docker.io/dockerbuildbot/docker-py]
12:20:23 9aecbdc0afd0: Preparing
12:20:23 b48228341c3c: Preparing
12:20:23 e47471afbb91: Preparing
12:20:23 bbf18f2011e0: Preparing
12:20:23 b6f5180bbd88: Preparing
12:20:23 bfc210fe60cf: Preparing
12:20:23 90ad35b643ff: Preparing
12:20:23 64cfc1fc08b6: Preparing
12:20:23 67d868e87293: Preparing
12:20:23 4e5d9abbd622: Preparing
12:20:23 533d6e344201: Preparing
12:20:23 1443fdd71df7: Preparing
12:20:23 c5d9795c680b: Preparing
12:20:23 3a00c2a05ee1: Preparing
12:20:23 97c6b733255b: Preparing
12:20:23 f4456578b537: Preparing
12:20:23 d6ce3d65ae5a: Preparing
12:20:23 e571d2d3c73c: Preparing
12:20:23 da7b0a80a4f2: Preparing
12:20:23 ceee8816bb96: Preparing
12:20:23 47458fb45d99: Preparing
12:20:23 46829331b1e4: Preparing
12:20:23 d35c5bda4793: Preparing
12:20:23 a3c1026c6bcc: Preparing
12:20:23 f1d420c2af1a: Preparing
12:20:23 461719022993: Preparing
12:20:23 3a00c2a05ee1: Waiting
12:20:23 97c6b733255b: Waiting
12:20:23 f4456578b537: Waiting
12:20:23 d6ce3d65ae5a: Waiting
12:20:23 e571d2d3c73c: Waiting
12:20:23 da7b0a80a4f2: Waiting
12:20:23 ceee8816bb96: Waiting
12:20:23 47458fb45d99: Waiting
12:20:23 46829331b1e4: Waiting
12:20:23 d35c5bda4793: Waiting
12:20:23 a3c1026c6bcc: Waiting
12:20:23 f1d420c2af1a: Waiting
12:20:23 461719022993: Waiting
12:20:23 64cfc1fc08b6: Waiting
12:20:23 67d868e87293: Waiting
12:20:23 4e5d9abbd622: Waiting
12:20:23 533d6e344201: Waiting
12:20:23 1443fdd71df7: Waiting
12:20:23 c5d9795c680b: Waiting
12:20:23 bfc210fe60cf: Waiting
12:20:23 90ad35b643ff: Waiting
12:20:25 b48228341c3c: Pushed
12:20:25 bbf18f2011e0: Pushed
12:20:26 9aecbdc0afd0: Pushed
12:20:27 90ad35b643ff: Pushed
12:20:27 64cfc1fc08b6: Pushed
12:20:28 e47471afbb91: Pushed
12:20:29 bfc210fe60cf: Pushed
12:20:29 b6f5180bbd88: Pushed
12:20:29 4e5d9abbd622: Pushed
12:20:30 533d6e344201: Pushed
12:20:31 1443fdd71df7: Pushed
12:20:31 c5d9795c680b: Pushed
12:20:31 67d868e87293: Pushed
12:20:31 e571d2d3c73c: Layer already exists
12:20:31 da7b0a80a4f2: Layer already exists
12:20:31 ceee8816bb96: Layer already exists
12:20:31 97c6b733255b: Pushed
12:20:31 47458fb45d99: Layer already exists
12:20:31 3a00c2a05ee1: Pushed
12:20:31 d35c5bda4793: Layer already exists
12:20:31 46829331b1e4: Layer already exists
12:20:32 a3c1026c6bcc: Layer already exists
12:20:32 f1d420c2af1a: Layer already exists
12:20:32 461719022993: Layer already exists
12:20:33 d6ce3d65ae5a: Pushed
12:20:34 f4456578b537: Pushed
12:20:38 py2-60ff1108e3b627a4a0d1040c38c0d6a07aa07b3d: digest: sha256:86ebeff5e062447722a0529b88f932b4ca0ee6734c796d05871a775ac880ca4c size: 5769
[Pipeline] isUnix
[Pipeline] sh
12:20:38 + docker pull dockerbuildbot/docker-py:py3-60ff1108e3b627a4a0d1040c38c0d6a07aa07b3d
12:20:38 Error response from daemon: manifest for dockerbuildbot/docker-py:py3-60ff1108e3b627a4a0d1040c38c0d6a07aa07b3d not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
12:20:38 + docker build -t dockerbuildbot/docker-py:py3-60ff1108e3b627a4a0d1040c38c0d6a07aa07b3d -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
12:20:38 Sending build context to Docker daemon  1.367MB

12:20:38 Step 1/21 : ARG PYTHON_VERSION=3.7
12:20:38 Step 2/21 : FROM python:${PYTHON_VERSION}
12:20:39 3.7: Pulling from library/python
12:20:39 e4c3d3e4f7b0: Pulling fs layer
12:20:39 101c41d0463b: Pulling fs layer
12:20:39 8275efcd805f: Pulling fs layer
12:20:39 751620502a7a: Pulling fs layer
12:20:39 0a5e725150a2: Pulling fs layer
12:20:39 397dba5694db: Pulling fs layer
12:20:39 88f0c2440f8d: Pulling fs layer
12:20:39 788145ec04e5: Pulling fs layer
12:20:39 596d3ac3bc76: Pulling fs layer
12:20:39 397dba5694db: Waiting
12:20:39 88f0c2440f8d: Waiting
12:20:39 788145ec04e5: Waiting
12:20:39 596d3ac3bc76: Waiting
12:20:39 0a5e725150a2: Waiting
12:20:39 751620502a7a: Waiting
12:20:40 101c41d0463b: Verifying Checksum
12:20:40 101c41d0463b: Download complete
12:20:40 8275efcd805f: Verifying Checksum
12:20:40 8275efcd805f: Download complete
12:20:41 751620502a7a: Verifying Checksum
12:20:41 751620502a7a: Download complete
12:20:41 e4c3d3e4f7b0: Verifying Checksum
12:20:41 e4c3d3e4f7b0: Download complete
12:20:41 397dba5694db: Verifying Checksum
12:20:41 397dba5694db: Download complete
12:20:41 788145ec04e5: Verifying Checksum
12:20:41 788145ec04e5: Download complete
12:20:41 596d3ac3bc76: Verifying Checksum
12:20:41 596d3ac3bc76: Download complete
12:20:41 88f0c2440f8d: Verifying Checksum
12:20:41 88f0c2440f8d: Download complete
12:20:44 0a5e725150a2: Verifying Checksum
12:20:44 0a5e725150a2: Download complete
12:20:46 e4c3d3e4f7b0: Pull complete
12:20:46 101c41d0463b: Pull complete
12:20:47 8275efcd805f: Pull complete
12:20:51 751620502a7a: Pull complete
12:21:01 0a5e725150a2: Pull complete
12:21:01 397dba5694db: Pull complete
12:21:01 88f0c2440f8d: Pull complete
12:21:01 788145ec04e5: Pull complete
12:21:02 596d3ac3bc76: Pull complete
12:21:02 Digest: sha256:bbd9a0b3aa12f5c4ff9faa30ca64b1626ce37c6ca713f2034ec9386654a5abb3
12:21:02 Status: Downloaded newer image for python:3.7
12:21:02  ---> 5b86e11778a2
12:21:02 Step 3/21 : ARG APT_MIRROR
12:21:03  ---> Running in afad91e2849d
12:21:03 Removing intermediate container afad91e2849d
12:21:03  ---> 9a555c0830cb
12:21:03 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
12:21:03  ---> Running in a24ff7c471a8
12:21:04 Removing intermediate container a24ff7c471a8
12:21:04  ---> 1af8420caadd
12:21:04 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
12:21:04  ---> Running in 90c73ff18155
12:21:04 Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
12:21:04 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
12:21:04 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
12:21:04 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [248 kB]
12:21:04 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB]
12:21:05 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
12:21:06 Fetched 8401 kB in 2s (4680 kB/s)
12:21:06 Reading package lists...
12:21:07 Reading package lists...
12:21:07 Building dependency tree...
12:21:07 Reading state information...
12:21:07 The following additional packages will be installed:
12:21:07   tree
12:21:07 Suggested packages:
12:21:07   libxml-simple-perl ruby
12:21:07 Recommended packages:
12:21:07   qrencode xclip
12:21:07 The following NEW packages will be installed:
12:21:07   gnupg2 pass tree
12:21:07 0 upgraded, 3 newly installed, 0 to remove and 12 not upgraded.
12:21:07 Need to get 481 kB of archives.
12:21:07 After this operation, 684 kB of additional disk space will be used.
12:21:07 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
12:21:07 Get:2 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
12:21:07 Get:3 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
12:21:08 debconf: delaying package configuration, since apt-utils is not installed
12:21:08 Fetched 481 kB in 0s (1778 kB/s)
12:21:08 Selecting previously unselected package gnupg2.
12:21:08 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24603 files and directories currently installed.)
12:21:08 Preparing to unpack .../gnupg2_2.2.12-1+deb10u1_all.deb ...
12:21:08 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
12:21:08 Selecting previously unselected package tree.
12:21:08 Preparing to unpack .../tree_1.8.0-1_amd64.deb ...
12:21:08 Unpacking tree (1.8.0-1) ...
12:21:08 Selecting previously unselected package pass.
12:21:08 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
12:21:08 Unpacking pass (1.7.3-2) ...
12:21:08 Setting up gnupg2 (2.2.12-1+deb10u1) ...
12:21:08 Setting up tree (1.8.0-1) ...
12:21:08 Setting up pass (1.7.3-2) ...
12:21:09 Removing intermediate container 90c73ff18155
12:21:09  ---> aba83b834236
12:21:09 Step 6/21 : COPY tests/ssh-keys /root/.ssh
12:21:09  ---> f81fb9069415
12:21:09 Step 7/21 : RUN chmod -R 600 /root/.ssh
12:21:09  ---> Running in c47a0fb7fe13
12:21:10 Removing intermediate container c47a0fb7fe13
12:21:10  ---> d34a51437cbe
12:21:10 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys
12:21:10  ---> 5480672b9cc3
12:21:10 Step 9/21 : RUN gpg2 --import gpg-keys/secret
12:21:10  ---> Running in cc4e42418e67
12:21:10 gpg: directory '/root/.gnupg' created
12:21:10 gpg: keybox '/root/.gnupg/pubring.kbx' created
12:21:10 gpg: /root/.gnupg/trustdb.gpg: trustdb created
12:21:10 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
12:21:10 gpg: key 464ED987A7B21401: secret key imported
12:21:10 gpg: Total number processed: 1
12:21:10 gpg:               imported: 1
12:21:10 gpg:       secret keys read: 1
12:21:10 gpg:   secret keys imported: 1
12:21:11 Removing intermediate container cc4e42418e67
12:21:11  ---> 67c65e93f03f
12:21:11 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
12:21:11  ---> Running in 88a996eee30b
12:21:11 gpg: inserting ownertrust of 6
12:21:11 Removing intermediate container 88a996eee30b
12:21:11  ---> 416dbe7088bf
12:21:11 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
12:21:11  ---> Running in c42a899c1b1f
12:21:12 gpg: please do a --check-trustdb
12:21:12 mkdir: created directory '/root/.password-store/'
12:21:12 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
12:21:12 Removing intermediate container c42a899c1b1f
12:21:12  ---> e58b5bd88f68
12:21:12 Step 12/21 : RUN gpg2 --check-trustdb
12:21:12  ---> Running in 3e6074687f59
12:21:13 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
12:21:13 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
12:21:13 Removing intermediate container 3e6074687f59
12:21:13  ---> 17ae444db02e
12:21:13 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3
12:21:13  ---> Running in 3fa1282906bd
12:21:13 Removing intermediate container 3fa1282906bd
12:21:13  ---> 1952bb13e814
12:21:13 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
12:21:13  ---> Running in c08bd1fb953e
12:21:14 Removing intermediate container c08bd1fb953e
12:21:14  ---> f67d283fcc6e
12:21:14 Step 15/21 : WORKDIR /src
12:21:14  ---> Running in b5ffd8ca9052
12:21:14 Removing intermediate container b5ffd8ca9052
12:21:14  ---> 155a1e24a7a4
12:21:14 Step 16/21 : COPY requirements.txt /src/requirements.txt
12:21:14  ---> d08582609480
12:21:14 Step 17/21 : RUN pip install -r requirements.txt
12:21:14  ---> Running in f434e4bfa7db
12:21:16 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
12:21:20 Collecting appdirs==1.4.3
12:21:21   Downloading appdirs-1.4.3-py2.py3-none-any.whl (12 kB)
12:21:21 Collecting asn1crypto==0.22.0
12:21:21   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
12:21:21 Collecting backports.ssl-match-hostname==3.5.0.1
12:21:21   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
12:21:21 Collecting cffi==1.10.0
12:21:21   Downloading cffi-1.10.0.tar.gz (418 kB)
12:21:22 Collecting cryptography==3.2
12:21:22   Downloading cryptography-3.2-cp35-abi3-manylinux2010_x86_64.whl (2.6 MB)
12:21:22 Collecting enum34==1.1.6
12:21:22   Downloading enum34-1.1.6-py3-none-any.whl (12 kB)
12:21:22 Collecting idna==2.5
12:21:22   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
12:21:22 Collecting ipaddress==1.0.18
12:21:22   Downloading ipaddress-1.0.18.tar.gz (32 kB)
12:21:22 Collecting packaging==16.8
12:21:22   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
12:21:22 Collecting paramiko==2.4.2
12:21:22   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
12:21:22 Collecting pycparser==2.17
12:21:22   Downloading pycparser-2.17.tar.gz (231 kB)
12:21:23 Collecting pyOpenSSL==18.0.0
12:21:23   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
12:21:23 Collecting pyparsing==2.2.0
12:21:23   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
12:21:23 Collecting requests==2.20.0
12:21:23   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
12:21:23 Collecting six==1.10.0
12:21:23   Downloading six-1.10.0-py2.py3-none-any.whl (10 kB)
12:21:23 Collecting urllib3==1.24.3
12:21:23   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
12:21:23 Collecting websocket-client==0.56.0
12:21:23   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
12:21:23 Collecting pynacl>=1.0.1
12:21:23   Downloading PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB)
12:21:23 Collecting pyasn1>=0.1.7
12:21:23   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
12:21:23 Collecting bcrypt>=3.1.3
12:21:23   Downloading bcrypt-3.2.0-cp36-abi3-manylinux2010_x86_64.whl (63 kB)
12:21:23 Collecting chardet<3.1.0,>=3.0.2
12:21:23   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
12:21:23 Collecting certifi>=2017.4.17
12:21:23   Downloading certifi-2020.11.8-py2.py3-none-any.whl (155 kB)
12:21:23 Building wheels for collected packages: backports.ssl-match-hostname, cffi, ipaddress, pycparser
12:21:23   Building wheel for backports.ssl-match-hostname (setup.py): started
12:21:24   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
12:21:24   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py3-none-any.whl size=5206 sha256=f5565a0cc9c13fac5cbd5fa2f9ade2b4ccfc9cfeeb828868cb3a18a8240965fb
12:21:24   Stored in directory: /root/.cache/pip/wheels/93/72/f6/df894bfc7947d11f89dbdb4e9b786703a43cd547c1b5e8c738
12:21:24   Building wheel for cffi (setup.py): started
12:21:27   Building wheel for cffi (setup.py): finished with status 'done'
12:21:27   Created wheel for cffi: filename=cffi-1.10.0-cp37-cp37m-linux_x86_64.whl size=371216 sha256=583036500453bdec0f5d0988848186c3df6a2d0273c34fd53b7a08c9a34c28db
12:21:27   Stored in directory: /root/.cache/pip/wheels/cc/8d/6c/d24a8db003ac4a51d9959a9985718fac84e1baa5ec6c42d115
12:21:27   Building wheel for ipaddress (setup.py): started
12:21:27   Building wheel for ipaddress (setup.py): finished with status 'done'
12:21:27   Created wheel for ipaddress: filename=ipaddress-1.0.18-py3-none-any.whl size=18105 sha256=883367903871e2aee301bfe092bac9f702c108c604e686a023d6d33c42e5a5cc
12:21:27   Stored in directory: /root/.cache/pip/wheels/54/90/bd/f99e221ab77ef8e6d65c14efe986cef3360da2990396093151
12:21:27   Building wheel for pycparser (setup.py): started
12:21:28   Building wheel for pycparser (setup.py): finished with status 'done'
12:21:28   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=192837 sha256=f5ae7ccf5621c7395f3edc7d5cc7328408d8730caa0f0f28fcc7888bddffac87
12:21:28   Stored in directory: /root/.cache/pip/wheels/91/50/7a/9f94e39b01559aa44c3cefb775d7befcc01d0a6ed0093cab37
12:21:28 Successfully built backports.ssl-match-hostname cffi ipaddress pycparser
12:21:28 Installing collected packages: appdirs, asn1crypto, backports.ssl-match-hostname, pycparser, cffi, six, cryptography, enum34, idna, ipaddress, pyparsing, packaging, pynacl, pyasn1, bcrypt, paramiko, pyOpenSSL, chardet, certifi, urllib3, requests, websocket-client
12:21:29 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-3.2 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
12:21:35 Removing intermediate container f434e4bfa7db
12:21:35  ---> cba232e45055
12:21:35 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
12:21:35  ---> 510e03221e33
12:21:35 Step 19/21 : RUN pip install -r test-requirements.txt
12:21:35  ---> Running in 664908052f4f
12:21:39 Collecting setuptools==44.0.0
12:21:40   Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB)
12:21:41 Collecting coverage==4.5.2
12:21:41   Downloading coverage-4.5.2-cp37-cp37m-manylinux1_x86_64.whl (205 kB)
12:21:41 Collecting flake8==3.6.0
12:21:41   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
12:21:41 Collecting mock==1.0.1
12:21:41   Downloading mock-1.0.1.tar.gz (818 kB)
12:21:41 Collecting pytest==4.3.1
12:21:41   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
12:21:41 Collecting pytest-cov==2.6.1
12:21:41   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
12:21:41 Collecting pytest-timeout==1.3.3
12:21:41   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
12:21:41 Collecting pycodestyle<2.5.0,>=2.4.0
12:21:41   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
12:21:41 Collecting pyflakes<2.1.0,>=2.0.0
12:21:41   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
12:21:41 Collecting mccabe<0.7.0,>=0.6.0
12:21:41   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
12:21:41 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)
12:21:41 Collecting more-itertools>=4.0.0; python_version > "2.7"
12:21:41   Downloading more_itertools-8.6.0-py3-none-any.whl (45 kB)
12:21:41 Collecting pluggy>=0.7
12:21:41   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
12:21:41 Collecting attrs>=17.4.0
12:21:41   Downloading attrs-20.3.0-py2.py3-none-any.whl (49 kB)
12:21:42 Collecting py>=1.5.0
12:21:42   Downloading py-1.9.0-py2.py3-none-any.whl (99 kB)
12:21:42 Collecting atomicwrites>=1.0
12:21:42   Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
12:21:42 Collecting importlib-metadata>=0.12; python_version < "3.8"
12:21:42   Downloading importlib_metadata-2.0.0-py2.py3-none-any.whl (31 kB)
12:21:42 Collecting zipp>=0.5
12:21:42   Downloading zipp-3.4.0-py3-none-any.whl (5.2 kB)
12:21:42 Building wheels for collected packages: mock
12:21:42   Building wheel for mock (setup.py): started
12:21:42   Building wheel for mock (setup.py): finished with status 'done'
12:21:42   Created wheel for mock: filename=mock-1.0.1-py3-none-any.whl size=23754 sha256=2bd92e0438c2d291ee1dbaca3ef6e96bf8371089aa23be760460c54133c1e5e4
12:21:42   Stored in directory: /root/.cache/pip/wheels/16/03/37/f0a64ab894c9102906f192db1a4071b7592292ad661563c69b
12:21:42 Successfully built mock
12:21:42 Installing collected packages: setuptools, coverage, pycodestyle, pyflakes, mccabe, flake8, mock, more-itertools, zipp, importlib-metadata, pluggy, attrs, py, atomicwrites, pytest, pytest-cov, pytest-timeout
12:21:42   Attempting uninstall: setuptools
12:21:42     Found existing installation: setuptools 50.3.2
12:21:42     Uninstalling setuptools-50.3.2:
12:21:42       Successfully uninstalled setuptools-50.3.2
12:21:43 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
12:21:44 Removing intermediate container 664908052f4f
12:21:44  ---> f8fd25be5ac0
12:21:44 Step 20/21 : COPY . /src
12:21:44  ---> 7592ab0f75e0
12:21:44 Step 21/21 : RUN pip install .
12:21:44  ---> Running in 3540314e6de0
12:21:45 Processing /src
12:21:45 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.7/site-packages (from docker==4.4.0.dev0) (1.10.0)
12:21:45 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)
12:21:45 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)
12:21:45 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)
12:21:45 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)
12:21:45 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)
12:21:45 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)
12:21:45 Building wheels for collected packages: docker
12:21:45   Building wheel for docker (setup.py): started
12:21:45   Building wheel for docker (setup.py): finished with status 'done'
12:21:45   Created wheel for docker: filename=docker-4.4.0.dev0-py2.py3-none-any.whl size=146561 sha256=815714086158aaa4e86364558a3e173c9071e161208d8f3bd6ae4fb103a8d68b
12:21:45   Stored in directory: /tmp/pip-ephem-wheel-cache-wumhdgrp/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525
12:21:45 Successfully built docker
12:21:45 Installing collected packages: docker
12:21:45 Successfully installed docker-4.4.0.dev0
12:21:46 Removing intermediate container 3540314e6de0
12:21:46  ---> 99120ade729f
12:21:46 Successfully built 99120ade729f
12:21:46 Successfully tagged dockerbuildbot/docker-py:py3-60ff1108e3b627a4a0d1040c38c0d6a07aa07b3d
[Pipeline] isUnix
[Pipeline] sh
12:21:46 + docker tag dockerbuildbot/docker-py:py3-60ff1108e3b627a4a0d1040c38c0d6a07aa07b3d dockerbuildbot/docker-py:py3-60ff1108e3b627a4a0d1040c38c0d6a07aa07b3d
[Pipeline] isUnix
[Pipeline] sh
12:21:47 + docker push dockerbuildbot/docker-py:py3-60ff1108e3b627a4a0d1040c38c0d6a07aa07b3d
12:21:47 The push refers to repository [docker.io/dockerbuildbot/docker-py]
12:21:47 1bae5220fcbe: Preparing
12:21:47 aef10cb698a0: Preparing
12:21:47 4ed2915dbf19: Preparing
12:21:47 2baad165bf20: Preparing
12:21:47 cc0bc392c4ae: Preparing
12:21:47 63b3b0cc943f: Preparing
12:21:47 73a92a26ad53: Preparing
12:21:47 8e22b95bf1dd: Preparing
12:21:47 ff626442b99d: Preparing
12:21:47 751c87693754: Preparing
12:21:47 204844f3178e: Preparing
12:21:47 121e5ba06554: Preparing
12:21:47 5fafbf4f3d87: Preparing
12:21:47 a2f91f5ebbb6: Preparing
12:21:47 f3d3650da5c8: Preparing
12:21:47 3eeced828ec2: Preparing
12:21:47 4408fe22d762: Preparing
12:21:47 1b17be258ee0: Preparing
12:21:47 6522a2852221: Preparing
12:21:47 56a69ef72608: Preparing
12:21:47 6f7043721c9b: Preparing
12:21:47 a933681cf349: Preparing
12:21:47 f49d20b92dc8: Preparing
12:21:47 fe342cfe5c83: Preparing
12:21:47 630e4f1da707: Preparing
12:21:47 9780f6d83e45: Preparing
12:21:47 63b3b0cc943f: Waiting
12:21:47 73a92a26ad53: Waiting
12:21:47 8e22b95bf1dd: Waiting
12:21:47 ff626442b99d: Waiting
12:21:47 751c87693754: Waiting
12:21:47 204844f3178e: Waiting
12:21:47 121e5ba06554: Waiting
12:21:47 5fafbf4f3d87: Waiting
12:21:47 a2f91f5ebbb6: Waiting
12:21:47 f3d3650da5c8: Waiting
12:21:47 3eeced828ec2: Waiting
12:21:47 4408fe22d762: Waiting
12:21:47 1b17be258ee0: Waiting
12:21:47 6522a2852221: Waiting
12:21:47 56a69ef72608: Waiting
12:21:47 6f7043721c9b: Waiting
12:21:47 a933681cf349: Waiting
12:21:47 f49d20b92dc8: Waiting
12:21:47 fe342cfe5c83: Waiting
12:21:47 630e4f1da707: Waiting
12:21:47 9780f6d83e45: Waiting
12:21:49 2baad165bf20: Pushed
12:21:49 1bae5220fcbe: Pushed
12:21:49 aef10cb698a0: Pushed
12:21:49 4ed2915dbf19: Pushed
12:21:50 63b3b0cc943f: Pushed
12:21:50 73a92a26ad53: Pushed
12:21:50 cc0bc392c4ae: Pushed
12:21:51 ff626442b99d: Pushed
12:21:52 8e22b95bf1dd: Pushed
12:21:52 204844f3178e: Pushed
12:21:52 751c87693754: Pushed
12:21:52 5fafbf4f3d87: Pushed
12:21:52 121e5ba06554: Pushed
12:21:52 1b17be258ee0: Layer already exists
12:21:53 6522a2852221: Layer already exists
12:21:53 56a69ef72608: Layer already exists
12:21:53 6f7043721c9b: Layer already exists
12:21:53 a933681cf349: Layer already exists
12:21:53 f49d20b92dc8: Layer already exists
12:21:53 fe342cfe5c83: Layer already exists
12:21:53 630e4f1da707: Layer already exists
12:21:53 9780f6d83e45: Layer already exists
12:21:53 a2f91f5ebbb6: Pushed
12:21:54 f3d3650da5c8: Pushed
12:21:54 4408fe22d762: Pushed
12:21:55 3eeced828ec2: Pushed
12:21:59 py3-60ff1108e3b627a4a0d1040c38c0d6a07aa07b3d: digest: sha256:ca4ba12bb8d363a5096c39ab7a409367ce4fca0c5a2ad9d685294367b186c2bb size: 5765
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0c864d4b43e616a13) 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/36946a12-8762-46e2-95b2-31e28b3b2350/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
12:23:15 + docker run --rm --entrypoint=python dockerbuildbot/docker-py:py3-60ff1108e3b627a4a0d1040c38c0d6a07aa07b3d /src/scripts/versions.py
12:23:15 Unable to find image 'dockerbuildbot/docker-py:py3-60ff1108e3b627a4a0d1040c38c0d6a07aa07b3d' locally
12:23:16 py3-60ff1108e3b627a4a0d1040c38c0d6a07aa07b3d: Pulling from dockerbuildbot/docker-py
12:23:16 e4c3d3e4f7b0: Pulling fs layer
12:23:16 101c41d0463b: Pulling fs layer
12:23:16 8275efcd805f: Pulling fs layer
12:23:16 751620502a7a: Pulling fs layer
12:23:16 0a5e725150a2: Pulling fs layer
12:23:16 397dba5694db: Pulling fs layer
12:23:16 88f0c2440f8d: Pulling fs layer
12:23:16 788145ec04e5: Pulling fs layer
12:23:16 596d3ac3bc76: Pulling fs layer
12:23:16 1ebb92111161: Pulling fs layer
12:23:16 87919bf7feb5: Pulling fs layer
12:23:16 e22c752fc647: Pulling fs layer
12:23:16 918125d2b998: Pulling fs layer
12:23:16 927483003f0b: Pulling fs layer
12:23:16 5718996311bc: Pulling fs layer
12:23:16 02709ab24389: Pulling fs layer
12:23:16 9ab2ec1f7909: Pulling fs layer
12:23:16 4ca35e1f238e: Pulling fs layer
12:23:16 07a001c019ef: Pulling fs layer
12:23:16 4ec08b9764a6: Pulling fs layer
12:23:16 1a5925d013e7: Pulling fs layer
12:23:16 24bd62b301ed: Pulling fs layer
12:23:16 0b3b479d76d2: Pulling fs layer
12:23:16 559634aed687: Pulling fs layer
12:23:16 e0b3eb772f88: Pulling fs layer
12:23:16 0a775a79ed6f: Pulling fs layer
12:23:16 751620502a7a: Waiting
12:23:16 0a5e725150a2: Waiting
12:23:16 397dba5694db: Waiting
12:23:16 88f0c2440f8d: Waiting
12:23:16 788145ec04e5: Waiting
12:23:16 596d3ac3bc76: Waiting
12:23:16 1ebb92111161: Waiting
12:23:16 87919bf7feb5: Waiting
12:23:16 e22c752fc647: Waiting
12:23:16 918125d2b998: Waiting
12:23:16 927483003f0b: Waiting
12:23:16 5718996311bc: Waiting
12:23:16 02709ab24389: Waiting
12:23:16 9ab2ec1f7909: Waiting
12:23:16 4ca35e1f238e: Waiting
12:23:16 07a001c019ef: Waiting
12:23:16 4ec08b9764a6: Waiting
12:23:16 1a5925d013e7: Waiting
12:23:16 24bd62b301ed: Waiting
12:23:16 0b3b479d76d2: Waiting
12:23:16 559634aed687: Waiting
12:23:16 e0b3eb772f88: Waiting
12:23:16 0a775a79ed6f: Waiting
12:23:16 8275efcd805f: Verifying Checksum
12:23:16 8275efcd805f: Download complete
12:23:16 101c41d0463b: Verifying Checksum
12:23:16 101c41d0463b: Download complete
12:23:18 e4c3d3e4f7b0: Verifying Checksum
12:23:18 e4c3d3e4f7b0: Download complete
12:23:19 397dba5694db: Verifying Checksum
12:23:19 397dba5694db: Download complete
12:23:19 751620502a7a: Verifying Checksum
12:23:19 751620502a7a: Download complete
12:23:19 788145ec04e5: Verifying Checksum
12:23:19 788145ec04e5: Download complete
12:23:19 596d3ac3bc76: Verifying Checksum
12:23:19 596d3ac3bc76: Download complete
12:23:19 88f0c2440f8d: Verifying Checksum
12:23:19 88f0c2440f8d: Download complete
12:23:20 1ebb92111161: Verifying Checksum
12:23:20 1ebb92111161: Download complete
12:23:20 e22c752fc647: Verifying Checksum
12:23:20 e22c752fc647: Download complete
12:23:20 918125d2b998: Verifying Checksum
12:23:20 918125d2b998: Download complete
12:23:20 927483003f0b: Download complete
12:23:20 5718996311bc: Verifying Checksum
12:23:20 5718996311bc: Download complete
12:23:20 87919bf7feb5: Verifying Checksum
12:23:20 87919bf7feb5: Download complete
12:23:20 02709ab24389: Verifying Checksum
12:23:20 02709ab24389: Download complete
12:23:20 9ab2ec1f7909: Download complete
12:23:20 4ca35e1f238e: Verifying Checksum
12:23:20 4ca35e1f238e: Download complete
12:23:21 4ec08b9764a6: Verifying Checksum
12:23:21 4ec08b9764a6: Download complete
12:23:21 07a001c019ef: Verifying Checksum
12:23:21 07a001c019ef: Download complete
12:23:21 1a5925d013e7: Verifying Checksum
12:23:21 1a5925d013e7: Download complete
12:23:21 0b3b479d76d2: Verifying Checksum
12:23:21 0b3b479d76d2: Download complete
12:23:21 559634aed687: Verifying Checksum
12:23:21 559634aed687: Download complete
12:23:22 e0b3eb772f88: Verifying Checksum
12:23:22 e0b3eb772f88: Download complete
12:23:22 0a775a79ed6f: Verifying Checksum
12:23:22 0a775a79ed6f: Download complete
12:23:22 24bd62b301ed: Verifying Checksum
12:23:22 24bd62b301ed: Download complete
12:23:23 0a5e725150a2: Verifying Checksum
12:23:23 0a5e725150a2: Download complete
12:23:26 e4c3d3e4f7b0: Pull complete
12:23:27 101c41d0463b: Pull complete
12:23:28 8275efcd805f: Pull complete
12:23:36 751620502a7a: Pull complete
12:23:54 0a5e725150a2: Pull complete
12:23:54 397dba5694db: Pull complete
12:23:55 88f0c2440f8d: Pull complete
12:23:55 788145ec04e5: Pull complete
12:23:56 596d3ac3bc76: Pull complete
12:23:56 1ebb92111161: Pull complete
12:23:57 87919bf7feb5: Pull complete
12:23:57 e22c752fc647: Pull complete
12:23:57 918125d2b998: Pull complete
12:23:57 927483003f0b: Pull complete
12:23:57 5718996311bc: Pull complete
12:23:57 02709ab24389: Pull complete
12:23:57 9ab2ec1f7909: Pull complete
12:23:58 4ca35e1f238e: Pull complete
12:23:58 07a001c019ef: Pull complete
12:23:58 4ec08b9764a6: Pull complete
12:23:58 1a5925d013e7: Pull complete
12:23:59 24bd62b301ed: Pull complete
12:23:59 0b3b479d76d2: Pull complete
12:24:00 559634aed687: Pull complete
12:24:00 e0b3eb772f88: Pull complete
12:24:01 0a775a79ed6f: Pull complete
12:24:01 Digest: sha256:ca4ba12bb8d363a5096c39ab7a409367ce4fca0c5a2ad9d685294367b186c2bb
12:24:01 Status: Downloaded newer image for dockerbuildbot/docker-py:py3-60ff1108e3b627a4a0d1040c38c0d6a07aa07b3d
[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-0c864d4b43e616a13) 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/c0e99e78-498d-4297-bcba-fa2ac8278491/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
12:24:33 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:24:33 chowning workspace
[Pipeline] sh
12:24:33 + pwd
12:24:33 + id -u
12:24:33 + id -g
12:24:33 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2699:/workspace busybox chown -R 1000:1000 /workspace
12:24:33 Unable to find image 'busybox:latest' locally
12:24:34 latest: Pulling from library/busybox
12:24:34 9758c28807f2: Pulling fs layer
12:24:34 9758c28807f2: Verifying Checksum
12:24:34 9758c28807f2: Download complete
12:24:35 9758c28807f2: Pull complete
12:24:35 Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d
12:24:35 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
12:24:37 Removing all docker containers
[Pipeline] sh
12:24:37 + docker container ls -aq
[Pipeline] echo
12:24:37 Docker containers have been removed
[Pipeline] echo
12:24:37 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
12:24:37 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.12)
[Pipeline] checkout
12:24:38 using credential docker-jenkins-github-credentials
12:24:38 Cloning the remote Git repository
12:24:38 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
12:24:41 Fetching without tags
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/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
12:24:41 Merging remotes/origin/master commit 800222268a79d62a0a63411278cca736e61bc191 into PR head commit a09c5acad58eb1c122ab5b4321105885d3badd83
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0c864d4b43e616a13) in /home/ubuntu/workspace/docker-py_PR-2699
[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/458b2552-3e0f-4ca2-8e59-f37cdc50844e/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
12:24:41 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:24:41 chowning workspace
[Pipeline] sh
12:24:41 + pwd
12:24:41 + id -u
12:24:41 + id -g
12:24:41 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2699:/workspace busybox chown -R 1000:1000 /workspace
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a09c5acad58eb1c122ab5b4321105885d3badd83 # timeout=10
[Pipeline] echo
12:24:43 Removing all docker containers
[Pipeline] sh
12:24:43 + docker container ls -aq
[Pipeline] echo
12:24:43 Docker containers have been removed
[Pipeline] echo
12:24:43 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
12:24:43 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=20.10.0-beta1)
[Pipeline] checkout
12:24:43 using credential docker-jenkins-github-credentials
12:24:43 Cloning the remote Git repository
12:24:43 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
12:24:44 Fetching without tags
12:24:45 Merging remotes/origin/master commit 800222268a79d62a0a63411278cca736e61bc191 into PR head commit a09c5acad58eb1c122ab5b4321105885d3badd83
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0c864d4b43e616a13) in /home/ubuntu/workspace/docker-py_PR-2699
[Pipeline] }
Failed in branch py2.7_20.10.0-beta1
[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/9a57957f-b974-42a0-9bb3-f5b25fbb9ed6/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
12:24:45 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:24:45 chowning workspace
[Pipeline] sh
 > 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 a09c5acad58eb1c122ab5b4321105885d3badd83 # timeout=10
12:24:45 + pwd
12:24:45 + id -u
12:24:45 + id -g
12:24:45 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2699:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
12:24:47 Removing all docker containers
[Pipeline] sh
12:24:47 + docker container ls -aq
[Pipeline] echo
12:24:47 Docker containers have been removed
[Pipeline] echo
12:24:47 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
12:24:47 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.13)
[Pipeline] checkout
12:24:47 using credential docker-jenkins-github-credentials
12:24:47 Cloning the remote Git repository
12:24:47 Cloning with configured refspecs honoured and without tags
Still waiting to schedule task
Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’
Still waiting to schedule task
Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’
Still waiting to schedule task
Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’
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
12:24:48 Fetching without tags
12:24:49 Merging remotes/origin/master commit 800222268a79d62a0a63411278cca736e61bc191 into PR head commit a09c5acad58eb1c122ab5b4321105885d3badd83
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0c864d4b43e616a13) in /home/ubuntu/workspace/docker-py_PR-2699
[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/8003710f-c58d-4b2e-8cae-3d9533867871/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
12:24:49 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:24:49 chowning workspace
[Pipeline] sh
12:24:49 + pwd
12:24:49 + id -u
12:24:49 + id -g
12:24:49 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2699:/workspace busybox chown -R 1000:1000 /workspace
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/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 a09c5acad58eb1c122ab5b4321105885d3badd83 # timeout=10
[Pipeline] echo
12:24:50 Removing all docker containers
[Pipeline] sh
12:24:50 + docker container ls -aq
[Pipeline] echo
12:24:50 Docker containers have been removed
[Pipeline] echo
12:24:50 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
12:24:50 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.12)
[Pipeline] checkout
12:24:50 using credential docker-jenkins-github-credentials
12:24:50 Cloning the remote Git repository
12:24:50 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
12:24:52 Fetching without tags
12:24:52 Merging remotes/origin/master commit 800222268a79d62a0a63411278cca736e61bc191 into PR head commit a09c5acad58eb1c122ab5b4321105885d3badd83
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0c864d4b43e616a13) in /home/ubuntu/workspace/docker-py_PR-2699[Pipeline] // node

[Pipeline] {
[Pipeline] }
Failed in branch py3.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/178f4db5-b229-4cf2-9fe3-063444bc2bd7/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
12:24:52 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:24:52 chowning workspace
[Pipeline] sh
12:24:52 + pwd
12:24:52 + id -u
12:24:52 + id -g
12:24:52 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2699:/workspace busybox chown -R 1000:1000 /workspace
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/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 a09c5acad58eb1c122ab5b4321105885d3badd83 # timeout=10
[Pipeline] echo
12:24:53 Removing all docker containers
[Pipeline] sh
12:24:54 + docker container ls -aq
[Pipeline] echo
12:24:54 Docker containers have been removed
[Pipeline] echo
12:24:54 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
12:24:54 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=20.10.0-beta1)
[Pipeline] checkout
12:24:54 using credential docker-jenkins-github-credentials
12:24:54 Cloning the remote Git repository
12:24:54 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
12:24:55 Fetching without tags
12:24:55 Merging remotes/origin/master commit 800222268a79d62a0a63411278cca736e61bc191 into PR head commit a09c5acad58eb1c122ab5b4321105885d3badd83
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0c864d4b43e616a13) in /home/ubuntu/workspace/docker-py_PR-2699
[Pipeline] // node
[Pipeline] {
[Pipeline] }
Failed in branch py3.7_20.10.0-beta1
[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/c76bbfc3-2697-4039-ace2-180170716315/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
12:24:55 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:24:55 chowning workspace
[Pipeline] sh
12:24:56 + pwd
12:24:56 + id -u
12:24:56 + id -g
12:24:56 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2699:/workspace busybox chown -R 1000:1000 /workspace
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/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 a09c5acad58eb1c122ab5b4321105885d3badd83 # timeout=10
[Pipeline] echo
12:24:58 Removing all docker containers
[Pipeline] sh
12:24:58 + docker container ls -aq
[Pipeline] echo
12:24:58 Docker containers have been removed
[Pipeline] echo
12:24:58 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
12:24:58 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.13)
[Pipeline] checkout
12:24:58 using credential docker-jenkins-github-credentials
12:24:58 Cloning the remote Git repository
12:24:58 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
12:24:59 Fetching without tags
12:24:59 Merging remotes/origin/master commit 800222268a79d62a0a63411278cca736e61bc191 into PR head commit a09c5acad58eb1c122ab5b4321105885d3badd83
[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 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 a09c5acad58eb1c122ab5b4321105885d3badd83 # timeout=10

GitHub has been notified of this commit’s build result

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

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

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

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

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

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

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