Skip to content
Failed

Console Output

Pull request #2699 updated
09:44:46 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at 2c6ef9b11d785d5023bb72a651707f613f60bdb6 rather than 2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a
Obtained Jenkinsfile from 2c6ef9b11d785d5023bb72a651707f613f60bdb6
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
using credential jps-reader
 > 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-04d1a8dc6a21ed19c) 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/5041b2b9-626e-4dc3-8fd9-f7b6aac4130a/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
09:45:00 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
09:45:00 chowning workspace
[Pipeline] sh
09:45:00 + pwd
09:45:00 + id -u
09:45:00 + id -g
09:45:00 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2699:/workspace busybox chown -R 1000:1000 /workspace
09:45:00 Unable to find image 'busybox:latest' locally
09:45:01 latest: Pulling from library/busybox
09:45:01 9758c28807f2: Pulling fs layer
09:45:01 9758c28807f2: Verifying Checksum
09:45:01 9758c28807f2: Download complete
09:45:01 9758c28807f2: Pull complete
09:45:01 Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d
09:45:01 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
09:45:02 Removing all docker containers
[Pipeline] sh
09:45:03 + docker container ls -aq
[Pipeline] echo
09:45:03 Docker containers have been removed
[Pipeline] echo
09:45:03 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
09:45:03 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
09:45:04 using credential docker-jenkins-github-credentials
09:45:04 Cloning the remote Git repository
09:45:04 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2699 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2699/head:refs/remotes/origin/PR-2699 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:45:06 Fetching without tags
09:45:06 Merging remotes/origin/master commit 2c6ef9b11d785d5023bb72a651707f613f60bdb6 into PR head commit 2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a
09:45:07 Merge succeeded, producing 2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a
09:45:07 Checking out Revision 2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a (PR-2699)
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2699/head:refs/remotes/origin/PR-2699 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2699/head:refs/remotes/origin/PR-2699 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge 2c6ef9b11d785d5023bb72a651707f613f60bdb6 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a # timeout=10
09:45:10 Commit message: "Add client version to tests"
 > git rev-list --no-walk 96f064b00c0db0f9d9fdedd33df599742627c9b7 # timeout=10
[Pipeline] sh
09:45:11 + git rev-parse HEAD
[Pipeline] isUnix
[Pipeline] sh
09:45:12 + docker pull dockerbuildbot/docker-py:sshdind-2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a
09:45:12 Error response from daemon: manifest for dockerbuildbot/docker-py:sshdind-2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
09:45:12 + docker build -t dockerbuildbot/docker-py:sshdind-2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a -f tests/Dockerfile-ssh-dind .
09:45:12 Sending build context to Docker daemon  1.367MB

09:45:12 Step 1/11 : ARG API_VERSION=1.39
09:45:12 Step 2/11 : ARG ENGINE_VERSION=19.03.12
09:45:12 Step 3/11 : FROM docker:${ENGINE_VERSION}-dind
09:45:12 19.03.12-dind: Pulling from library/docker
09:45:12 df20fa9351a1: Pulling fs layer
09:45:12 25ad7478873d: Pulling fs layer
09:45:12 4684f6177b5d: Pulling fs layer
09:45:12 46e300cec669: Pulling fs layer
09:45:12 63038576ad94: Pulling fs layer
09:45:12 0fdb76c4706c: Pulling fs layer
09:45:12 cb7edeffdfd5: Pulling fs layer
09:45:12 cc28bd76800f: Pulling fs layer
09:45:12 54196fe38f7e: Pulling fs layer
09:45:12 ea71acc29633: Pulling fs layer
09:45:12 657cc4c15165: Pulling fs layer
09:45:12 46e300cec669: Waiting
09:45:12 63038576ad94: Waiting
09:45:12 cc28bd76800f: Waiting
09:45:12 0fdb76c4706c: Waiting
09:45:12 cb7edeffdfd5: Waiting
09:45:12 657cc4c15165: Waiting
09:45:12 ea71acc29633: Waiting
09:45:12 54196fe38f7e: Waiting
09:45:12 4684f6177b5d: Verifying Checksum
09:45:12 4684f6177b5d: Download complete
09:45:12 25ad7478873d: Verifying Checksum
09:45:12 25ad7478873d: Download complete
09:45:12 df20fa9351a1: Verifying Checksum
09:45:12 df20fa9351a1: Download complete
09:45:12 63038576ad94: Verifying Checksum
09:45:12 63038576ad94: Download complete
09:45:12 0fdb76c4706c: Verifying Checksum
09:45:12 0fdb76c4706c: Download complete
09:45:12 cb7edeffdfd5: Verifying Checksum
09:45:12 cb7edeffdfd5: Download complete
09:45:13 54196fe38f7e: Verifying Checksum
09:45:13 54196fe38f7e: Download complete
09:45:13 cc28bd76800f: Verifying Checksum
09:45:13 cc28bd76800f: Download complete
09:45:13 ea71acc29633: Verifying Checksum
09:45:13 ea71acc29633: Download complete
09:45:13 df20fa9351a1: Pull complete
09:45:13 657cc4c15165: Verifying Checksum
09:45:13 657cc4c15165: Download complete
09:45:13 25ad7478873d: Pull complete
09:45:13 46e300cec669: Verifying Checksum
09:45:13 46e300cec669: Download complete
09:45:13 4684f6177b5d: Pull complete
09:45:15 46e300cec669: Pull complete
09:45:15 63038576ad94: Pull complete
09:45:15 0fdb76c4706c: Pull complete
09:45:15 cb7edeffdfd5: Pull complete
09:45:16 cc28bd76800f: Pull complete
09:45:16 54196fe38f7e: Pull complete
09:45:16 ea71acc29633: Pull complete
09:45:16 657cc4c15165: Pull complete
09:45:16 Digest: sha256:674f1f40ff7c8ac14f5d8b6b28d8fb1f182647ff75304d018003f1e21a0d8771
09:45:16 Status: Downloaded newer image for docker:19.03.12-dind
09:45:16  ---> 66dc2d45749a
09:45:16 Step 4/11 : RUN apk add --no-cache 		openssh
09:45:19  ---> Running in 9e6faebea505
09:45:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
09:45:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
09:45:20 (1/4) Installing openssh-sftp-server (8.3_p1-r0)
09:45:20 (2/4) Installing openssh-server-common (8.3_p1-r0)
09:45:20 (3/4) Installing openssh-server (8.3_p1-r0)
09:45:20 (4/4) Installing openssh (8.3_p1-r0)
09:45:20 Executing busybox-1.31.1-r16.trigger
09:45:20 OK: 28 MiB in 51 packages
09:45:21 Removing intermediate container 9e6faebea505
09:45:21  ---> ec9d994f0fb0
09:45:21 Step 5/11 : RUN ssh-keygen -A
09:45:21  ---> Running in 5876f2a27fc7
09:45:21 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
09:45:22 Removing intermediate container 5876f2a27fc7
09:45:22  ---> f08b044184d6
09:45:22 Step 6/11 : RUN echo "IgnoreUserKnownHosts yes" >> /etc/ssh/sshd_config &&   echo "PubkeyAuthentication yes" >> /etc/ssh/sshd_config &&   echo "PermitRootLogin yes" >> /etc/ssh/sshd_config
09:45:22  ---> Running in 37c447e91049
09:45:22 Removing intermediate container 37c447e91049
09:45:22  ---> 25443418e5cb
09:45:22 Step 7/11 : COPY tests/ssh-keys/authorized_keys /root/.ssh/authorized_keys
09:45:23  ---> bf13d385f781
09:45:23 Step 8/11 : RUN chmod 600 /root/.ssh/authorized_keys
09:45:23  ---> Running in 1762005a278b
09:45:23 Removing intermediate container 1762005a278b
09:45:23  ---> 1320c6a49ed0
09:45:23 Step 9/11 : RUN echo "root:root" | chpasswd
09:45:23  ---> Running in e6eff82ef0c6
09:45:24 chpasswd: password for 'root' changed
09:45:24 Removing intermediate container e6eff82ef0c6
09:45:24  ---> 736bb4d8b195
09:45:24 Step 10/11 : RUN ln -s /usr/local/bin/docker /usr/bin/docker
09:45:24  ---> Running in 6199c3439682
09:45:25 Removing intermediate container 6199c3439682
09:45:25  ---> e77d4f289ac9
09:45:25 Step 11/11 : EXPOSE 22
09:45:25  ---> Running in 3d97e167dc93
09:45:25 Removing intermediate container 3d97e167dc93
09:45:25  ---> 6595ffda525f
09:45:25 Successfully built 6595ffda525f
09:45:25 Successfully tagged dockerbuildbot/docker-py:sshdind-2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a
[Pipeline] isUnix
[Pipeline] sh
09:45:25 + docker tag dockerbuildbot/docker-py:sshdind-2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a dockerbuildbot/docker-py:sshdind-2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a
[Pipeline] isUnix
[Pipeline] sh
09:45:26 + docker push dockerbuildbot/docker-py:sshdind-2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a
09:45:26 The push refers to repository [docker.io/dockerbuildbot/docker-py]
09:45:26 cd4e23fbc30f: Preparing
09:45:26 f4ba28a4d899: Preparing
09:45:26 d0b384672ad4: Preparing
09:45:26 9eef7b7ec57f: Preparing
09:45:26 2619c384cf8f: Preparing
09:45:26 4a2b72b4eb72: Preparing
09:45:26 3e7bbd92b894: Preparing
09:45:26 1149e736aa92: Preparing
09:45:26 39e79983ac8b: Preparing
09:45:26 da8c28465f82: Preparing
09:45:26 d1292e236c36: Preparing
09:45:26 8890c171a12b: Preparing
09:45:26 4ae5bd84d450: Preparing
09:45:26 723a561964c8: Preparing
09:45:26 78764725b56c: Preparing
09:45:26 51d6d3d09136: Preparing
09:45:26 1507bc794612: Preparing
09:45:26 50644c29ef5a: Preparing
09:45:26 4a2b72b4eb72: Waiting
09:45:26 3e7bbd92b894: Waiting
09:45:26 1149e736aa92: Waiting
09:45:26 39e79983ac8b: Waiting
09:45:26 da8c28465f82: Waiting
09:45:26 d1292e236c36: Waiting
09:45:26 8890c171a12b: Waiting
09:45:26 4ae5bd84d450: Waiting
09:45:26 723a561964c8: Waiting
09:45:26 78764725b56c: Waiting
09:45:26 51d6d3d09136: Waiting
09:45:26 1507bc794612: Waiting
09:45:26 50644c29ef5a: Waiting
09:45:28 f4ba28a4d899: Pushed
09:45:28 2619c384cf8f: Pushed
09:45:28 9eef7b7ec57f: Pushed
09:45:28 d0b384672ad4: Pushed
09:45:28 1149e736aa92: Layer already exists
09:45:28 39e79983ac8b: Layer already exists
09:45:28 da8c28465f82: Layer already exists
09:45:28 d1292e236c36: Layer already exists
09:45:28 8890c171a12b: Layer already exists
09:45:28 4ae5bd84d450: Layer already exists
09:45:28 723a561964c8: Layer already exists
09:45:28 51d6d3d09136: Layer already exists
09:45:28 78764725b56c: Layer already exists
09:45:28 50644c29ef5a: Layer already exists
09:45:28 1507bc794612: Layer already exists
09:45:28 cd4e23fbc30f: Pushed
09:45:29 4a2b72b4eb72: Pushed
09:45:29 3e7bbd92b894: Pushed
09:45:31 sshdind-2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a: digest: sha256:a9658b9a71059287a7900a9cb243bcb7f65ae465223abd7505c77adf867e1588 size: 4068
[Pipeline] isUnix
[Pipeline] sh
09:45:31 + docker pull dockerbuildbot/docker-py:py2-2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a
09:45:31 Error response from daemon: manifest for dockerbuildbot/docker-py:py2-2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
09:45:32 + docker build -t dockerbuildbot/docker-py:py2-2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 .
09:45:32 Sending build context to Docker daemon  1.367MB

09:45:32 Step 1/21 : ARG PYTHON_VERSION=3.7
09:45:32 Step 2/21 : FROM python:${PYTHON_VERSION}
09:45:32 2.7: Pulling from library/python
09:45:32 7e2b2a5af8f6: Pulling fs layer
09:45:32 09b6f03ffac4: Pulling fs layer
09:45:32 dc3f0c679f0f: Pulling fs layer
09:45:32 fd4b47407fc3: Pulling fs layer
09:45:32 b32f6bf7d96d: Pulling fs layer
09:45:32 6f4489a7e4cf: Pulling fs layer
09:45:32 af4b99ad9ef0: Pulling fs layer
09:45:32 39db0bc48c26: Pulling fs layer
09:45:32 acb4a89489fc: Pulling fs layer
09:45:32 fd4b47407fc3: Waiting
09:45:32 b32f6bf7d96d: Waiting
09:45:32 6f4489a7e4cf: Waiting
09:45:32 af4b99ad9ef0: Waiting
09:45:32 39db0bc48c26: Waiting
09:45:32 acb4a89489fc: Waiting
09:45:32 09b6f03ffac4: Verifying Checksum
09:45:32 09b6f03ffac4: Download complete
09:45:32 dc3f0c679f0f: Verifying Checksum
09:45:32 dc3f0c679f0f: Download complete
09:45:32 7e2b2a5af8f6: Verifying Checksum
09:45:32 7e2b2a5af8f6: Download complete
09:45:33 6f4489a7e4cf: Verifying Checksum
09:45:33 6f4489a7e4cf: Download complete
09:45:33 fd4b47407fc3: Verifying Checksum
09:45:33 fd4b47407fc3: Download complete
09:45:33 39db0bc48c26: Verifying Checksum
09:45:33 39db0bc48c26: Download complete
09:45:33 af4b99ad9ef0: Verifying Checksum
09:45:33 af4b99ad9ef0: Download complete
09:45:33 acb4a89489fc: Verifying Checksum
09:45:33 acb4a89489fc: Download complete
09:45:35 b32f6bf7d96d: Verifying Checksum
09:45:35 b32f6bf7d96d: Download complete
09:45:36 7e2b2a5af8f6: Pull complete
09:45:36 09b6f03ffac4: Pull complete
09:45:36 dc3f0c679f0f: Pull complete
09:45:39 fd4b47407fc3: Pull complete
09:45:45 b32f6bf7d96d: Pull complete
09:45:45 6f4489a7e4cf: Pull complete
09:45:46 af4b99ad9ef0: Pull complete
09:45:46 39db0bc48c26: Pull complete
09:45:47 acb4a89489fc: Pull complete
09:45:47 Digest: sha256:cfa62318c459b1fde9e0841c619906d15ada5910d625176e24bf692cf8a2601d
09:45:47 Status: Downloaded newer image for python:2.7
09:45:47  ---> 68e7be49c28c
09:45:47 Step 3/21 : ARG APT_MIRROR
09:45:51  ---> Running in bd4b17385512
09:45:51 Removing intermediate container bd4b17385512
09:45:51  ---> c7612b7f1214
09:45:51 Step 4/21 : RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list     && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list
09:45:51  ---> Running in 6b783c125826
09:45:51 Removing intermediate container 6b783c125826
09:45:51  ---> b1c0e81ab72b
09:45:51 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
09:45:51  ---> Running in 6099b913fc91
09:45:52 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
09:45:52 Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
09:45:52 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
09:45:52 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [245 kB]
09:45:52 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB]
09:45:52 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
09:45:53 Fetched 8398 kB in 2s (4891 kB/s)
09:45:54 Reading package lists...
09:45:54 Reading package lists...
09:45:54 Building dependency tree...
09:45:54 Reading state information...
09:45:54 The following additional packages will be installed:
09:45:54   tree
09:45:54 Suggested packages:
09:45:54   libxml-simple-perl ruby
09:45:54 Recommended packages:
09:45:54   qrencode xclip
09:45:55 The following NEW packages will be installed:
09:45:55   gnupg2 pass tree
09:45:55 0 upgraded, 3 newly installed, 0 to remove and 61 not upgraded.
09:45:55 Need to get 481 kB of archives.
09:45:55 After this operation, 684 kB of additional disk space will be used.
09:45:55 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
09:45:55 Get:2 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
09:45:55 Get:3 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
09:45:55 debconf: delaying package configuration, since apt-utils is not installed
09:45:55 Fetched 481 kB in 0s (1772 kB/s)
09:45:55 Selecting previously unselected package gnupg2.
09:45:55 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24538 files and directories currently installed.)
09:45:55 Preparing to unpack .../gnupg2_2.2.12-1+deb10u1_all.deb ...
09:45:55 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
09:45:55 Selecting previously unselected package tree.
09:45:55 Preparing to unpack .../tree_1.8.0-1_amd64.deb ...
09:45:55 Unpacking tree (1.8.0-1) ...
09:45:55 Selecting previously unselected package pass.
09:45:55 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
09:45:55 Unpacking pass (1.7.3-2) ...
09:45:55 Setting up gnupg2 (2.2.12-1+deb10u1) ...
09:45:55 Setting up tree (1.8.0-1) ...
09:45:55 Setting up pass (1.7.3-2) ...
09:45:56 Removing intermediate container 6099b913fc91
09:45:56  ---> ed34eca6df18
09:45:56 Step 6/21 : COPY tests/ssh-keys /root/.ssh
09:45:56  ---> 1c35e989c65b
09:45:56 Step 7/21 : RUN chmod -R 600 /root/.ssh
09:45:56  ---> Running in ab6afef82b10
09:45:57 Removing intermediate container ab6afef82b10
09:45:57  ---> 71b8484e22c1
09:45:57 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys
09:45:57  ---> 18ec8f0f8236
09:45:57 Step 9/21 : RUN gpg2 --import gpg-keys/secret
09:45:57  ---> Running in ae2819023203
09:45:57 gpg: directory '/root/.gnupg' created
09:45:57 gpg: keybox '/root/.gnupg/pubring.kbx' created
09:45:57 gpg: /root/.gnupg/trustdb.gpg: trustdb created
09:45:57 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
09:45:57 gpg: key 464ED987A7B21401: secret key imported
09:45:57 gpg: Total number processed: 1
09:45:57 gpg:               imported: 1
09:45:57 gpg:       secret keys read: 1
09:45:57 gpg:   secret keys imported: 1
09:45:57 Removing intermediate container ae2819023203
09:45:57  ---> fa0e18ca3567
09:45:57 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
09:45:57  ---> Running in 42cd60cdbecb
09:45:58 gpg: inserting ownertrust of 6
09:45:58 Removing intermediate container 42cd60cdbecb
09:45:58  ---> 4006516bb117
09:45:58 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
09:45:58  ---> Running in 1b667b629f5e
09:45:59 gpg: please do a --check-trustdb
09:45:59 mkdir: created directory '/root/.password-store/'
09:45:59 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
09:45:59 Removing intermediate container 1b667b629f5e
09:45:59  ---> 16df0467c594
09:45:59 Step 12/21 : RUN gpg2 --check-trustdb
09:45:59  ---> Running in 1af9a9a43a79
09:45:59 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
09:45:59 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
09:46:00 Removing intermediate container 1af9a9a43a79
09:46:00  ---> d18d64199ef5
09:46:00 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3
09:46:00  ---> Running in 855defe3e183
09:46:00 Removing intermediate container 855defe3e183
09:46:00  ---> f516f6668908
09:46:00 Step 14/21 : RUN curl -sSL -o /opt/docker-credential-pass.tar.gz     https://github.com/docker/docker-credential-helpers/releases/download/$CREDSTORE_VERSION/docker-credential-pass-$CREDSTORE_VERSION-amd64.tar.gz &&     tar -xf /opt/docker-credential-pass.tar.gz -O > /usr/local/bin/docker-credential-pass &&     rm -rf /opt/docker-credential-pass.tar.gz &&     chmod +x /usr/local/bin/docker-credential-pass
09:46:00  ---> Running in 97c45d9f3949
09:46:01 Removing intermediate container 97c45d9f3949
09:46:01  ---> b065d393583b
09:46:01 Step 15/21 : WORKDIR /src
09:46:01  ---> Running in 3be1375bc6cf
09:46:01 Removing intermediate container 3be1375bc6cf
09:46:01  ---> 7ce30e7cb6c4
09:46:01 Step 16/21 : COPY requirements.txt /src/requirements.txt
09:46:01  ---> 395dc871ca46
09:46:01 Step 17/21 : RUN pip install -r requirements.txt
09:46:01  ---> Running in 632a1f2401da
09:46:02 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
09:46:02 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
09:46:02 Requirement already satisfied: appdirs==1.4.3 in /usr/local/lib/python2.7/site-packages (from -r requirements.txt (line 1)) (1.4.3)
09:46:06 Collecting asn1crypto==0.22.0
09:46:07   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
09:46:07 Collecting backports.ssl-match-hostname==3.5.0.1
09:46:07   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
09:46:08 Collecting cffi==1.10.0
09:46:08   Downloading cffi-1.10.0-cp27-cp27mu-manylinux1_x86_64.whl (392 kB)
09:46:08 Collecting cryptography==2.3
09:46:08   Downloading cryptography-2.3-cp27-cp27mu-manylinux1_x86_64.whl (2.1 MB)
09:46:08 Collecting enum34==1.1.6
09:46:08   Downloading enum34-1.1.6-py2-none-any.whl (12 kB)
09:46:08 Collecting idna==2.5
09:46:08   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
09:46:08 Collecting ipaddress==1.0.18
09:46:08   Downloading ipaddress-1.0.18-py2-none-any.whl (17 kB)
09:46:08 Collecting packaging==16.8
09:46:08   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
09:46:08 Collecting paramiko==2.4.2
09:46:08   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
09:46:08 Collecting pycparser==2.17
09:46:08   Downloading pycparser-2.17.tar.gz (231 kB)
09:46:09 Collecting pyOpenSSL==18.0.0
09:46:09   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
09:46:09 Collecting pyparsing==2.2.0
09:46:09   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
09:46:09 Collecting requests==2.20.0
09:46:09   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
09:46:09 Collecting six==1.10.0
09:46:09   Downloading six-1.10.0-py2.py3-none-any.whl (10 kB)
09:46:09 Collecting urllib3==1.24.3
09:46:09   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
09:46:09 Collecting websocket-client==0.56.0
09:46:09   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
09:46:09 Collecting pyasn1>=0.1.7
09:46:09   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
09:46:09 Collecting pynacl>=1.0.1
09:46:09   Downloading PyNaCl-1.4.0-cp27-cp27mu-manylinux1_x86_64.whl (964 kB)
09:46:09 Collecting bcrypt>=3.1.3
09:46:09   Downloading bcrypt-3.1.7-cp27-cp27mu-manylinux1_x86_64.whl (59 kB)
09:46:09 Collecting certifi>=2017.4.17
09:46:09   Downloading certifi-2020.11.8-py2.py3-none-any.whl (155 kB)
09:46:09 Collecting chardet<3.1.0,>=3.0.2
09:46:09   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
09:46:09 Building wheels for collected packages: backports.ssl-match-hostname, pycparser
09:46:09   Building wheel for backports.ssl-match-hostname (setup.py): started
09:46:10   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
09:46:10   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py2-none-any.whl size=5209 sha256=4fa9257962932ab5202cd48c4de66f402681a419c8bd32467dd1639f96fcc383
09:46:10   Stored in directory: /root/.cache/pip/wheels/19/dd/8c/6cad8e6c38a9fe006dd7423ca1655bb1eb3cb94c5ce1814e4f
09:46:10   Building wheel for pycparser (setup.py): started
09:46:10   Building wheel for pycparser (setup.py): finished with status 'done'
09:46:10   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=193884 sha256=a8265eb33797526514a016688aa011b091a7351af81f5bd25407e3a3afb4aa80
09:46:10   Stored in directory: /root/.cache/pip/wheels/03/08/f2/bf70552f051cd78e9d8fe7d196ef762858dcfa156965e3a1e3
09:46:10 Successfully built backports.ssl-match-hostname pycparser
09:46:10 Installing collected packages: asn1crypto, backports.ssl-match-hostname, pycparser, cffi, six, idna, enum34, ipaddress, cryptography, pyparsing, packaging, pyasn1, pynacl, bcrypt, paramiko, pyOpenSSL, certifi, chardet, urllib3, requests, websocket-client
09:46:10   Attempting uninstall: six
09:46:10     Found existing installation: six 1.14.0
09:46:10     Uninstalling six-1.14.0:
09:46:10       Successfully uninstalled six-1.14.0
09:46:11 Successfully installed asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.1.7 certifi-2020.11.8 cffi-1.10.0 chardet-3.0.4 cryptography-2.3 enum34-1.1.6 idna-2.5 ipaddress-1.0.18 packaging-16.8 paramiko-2.4.2 pyOpenSSL-18.0.0 pyasn1-0.4.8 pycparser-2.17 pynacl-1.4.0 pyparsing-2.2.0 requests-2.20.0 six-1.10.0 urllib3-1.24.3 websocket-client-0.56.0
09:46:15 WARNING: You are using pip version 20.0.2; however, version 20.2.4 is available.
09:46:15 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
09:46:16 Removing intermediate container 632a1f2401da
09:46:16  ---> 0a305805cd50
09:46:16 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
09:46:16  ---> f8e37ccbd1a6
09:46:16 Step 19/21 : RUN pip install -r test-requirements.txt
09:46:16  ---> Running in d7c9a50d4182
09:46:17 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
09:46:22 Collecting setuptools==44.0.0
09:46:23   Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB)
09:46:23 Collecting coverage==4.5.2
09:46:23   Downloading coverage-4.5.2-cp27-cp27mu-manylinux1_x86_64.whl (201 kB)
09:46:23 Collecting flake8==3.6.0
09:46:23   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
09:46:23 Collecting mock==1.0.1
09:46:23   Downloading mock-1.0.1.tar.gz (818 kB)
09:46:24 Collecting pytest==4.3.1
09:46:24   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
09:46:24 Collecting pytest-cov==2.6.1
09:46:24   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
09:46:24 Collecting pytest-timeout==1.3.3
09:46:24   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
09:46:24 Collecting pyflakes<2.1.0,>=2.0.0
09:46:24   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
09:46:24 Requirement already satisfied: configparser; python_version < "3.2" in /usr/local/lib/python2.7/site-packages (from flake8==3.6.0->-r test-requirements.txt (line 3)) (4.0.2)
09:46:24 Requirement already satisfied: enum34; python_version < "3.4" in /usr/local/lib/python2.7/site-packages (from flake8==3.6.0->-r test-requirements.txt (line 3)) (1.1.6)
09:46:24 Collecting pycodestyle<2.5.0,>=2.4.0
09:46:24   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
09:46:24 Collecting mccabe<0.7.0,>=0.6.0
09:46:24   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
09:46:24 Requirement already satisfied: pathlib2>=2.2.0; python_version < "3.6" in /usr/local/lib/python2.7/site-packages (from pytest==4.3.1->-r test-requirements.txt (line 5)) (2.3.5)
09:46:24 Collecting atomicwrites>=1.0
09:46:24   Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
09:46:24 Collecting py>=1.5.0
09:46:24   Downloading py-1.9.0-py2.py3-none-any.whl (99 kB)
09:46:24 Collecting attrs>=17.4.0
09:46:24   Downloading attrs-20.3.0-py2.py3-none-any.whl (49 kB)
09:46:24 Collecting more-itertools<6.0.0,>=4.0.0; python_version <= "2.7"
09:46:24   Downloading more_itertools-5.0.0-py2-none-any.whl (52 kB)
09:46:24 Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python2.7/site-packages (from pytest==4.3.1->-r test-requirements.txt (line 5)) (1.10.0)
09:46:24 Collecting pluggy>=0.7
09:46:24   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
09:46:24 Collecting funcsigs; python_version < "3.0"
09:46:24   Downloading funcsigs-1.0.2-py2.py3-none-any.whl (17 kB)
09:46:24 Requirement already satisfied: scandir; python_version < "3.5" in /usr/local/lib/python2.7/site-packages (from pathlib2>=2.2.0; python_version < "3.6"->pytest==4.3.1->-r test-requirements.txt (line 5)) (1.10.0)
09:46:24 Requirement already satisfied: importlib-metadata>=0.12; python_version < "3.8" in /usr/local/lib/python2.7/site-packages (from pluggy>=0.7->pytest==4.3.1->-r test-requirements.txt (line 5)) (1.6.0)
09:46:24 Requirement already satisfied: contextlib2; python_version < "3" in /usr/local/lib/python2.7/site-packages (from importlib-metadata>=0.12; python_version < "3.8"->pluggy>=0.7->pytest==4.3.1->-r test-requirements.txt (line 5)) (0.6.0.post1)
09:46:24 Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python2.7/site-packages (from importlib-metadata>=0.12; python_version < "3.8"->pluggy>=0.7->pytest==4.3.1->-r test-requirements.txt (line 5)) (1.2.0)
09:46:24 Building wheels for collected packages: mock
09:46:24   Building wheel for mock (setup.py): started
09:46:24   Building wheel for mock (setup.py): finished with status 'done'
09:46:24   Created wheel for mock: filename=mock-1.0.1-py2-none-any.whl size=23755 sha256=f938dff484ab3a3b909c445093fd6729c25a36989a485a8e1e869d8a08b74ebc
09:46:24   Stored in directory: /root/.cache/pip/wheels/ad/62/e0/a06cc957652749e64c7904e899eca3ecb2ec47c60d52653660
09:46:24 Successfully built mock
09:46:25 Installing collected packages: setuptools, coverage, pyflakes, pycodestyle, mccabe, flake8, mock, atomicwrites, py, attrs, more-itertools, pluggy, funcsigs, pytest, pytest-cov, pytest-timeout
09:46:25   Attempting uninstall: setuptools
09:46:25     Found existing installation: setuptools 44.1.0
09:46:25     Uninstalling setuptools-44.1.0:
09:46:25       Successfully uninstalled setuptools-44.1.0
09:46:26 Successfully installed atomicwrites-1.4.0 attrs-20.3.0 coverage-4.5.2 flake8-3.6.0 funcsigs-1.0.2 mccabe-0.6.1 mock-1.0.1 more-itertools-5.0.0 pluggy-0.13.1 py-1.9.0 pycodestyle-2.4.0 pyflakes-2.0.0 pytest-4.3.1 pytest-cov-2.6.1 pytest-timeout-1.3.3 setuptools-44.0.0
09:46:26 WARNING: You are using pip version 20.0.2; however, version 20.2.4 is available.
09:46:26 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
09:46:26 Removing intermediate container d7c9a50d4182
09:46:26  ---> ee0eb2640324
09:46:26 Step 20/21 : COPY . /src
09:46:27  ---> ea9f91bc1706
09:46:27 Step 21/21 : RUN pip install .
09:46:27  ---> Running in 2c41990e6fdc
09:46:27 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
09:46:27 Processing /src
09:46:27 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (1.10.0)
09:46:27 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (0.56.0)
09:46:27 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (2.20.0)
09:46:27 Requirement already satisfied: backports.ssl_match_hostname>=3.5 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (3.5.0.1)
09:46:27 Requirement already satisfied: ipaddress>=1.0.16 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (1.0.18)
09:46:27 Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (2020.11.8)
09:46:27 Requirement already satisfied: idna<2.8,>=2.5 in /usr/local/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (2.5)
09:46:27 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/local/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (3.0.4)
09:46:27 Requirement already satisfied: urllib3<1.25,>=1.21.1 in /usr/local/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (1.24.3)
09:46:27 Building wheels for collected packages: docker
09:46:27   Building wheel for docker (setup.py): started
09:46:28   Building wheel for docker (setup.py): finished with status 'done'
09:46:28   Created wheel for docker: filename=docker-4.4.0.dev0-py2.py3-none-any.whl size=146498 sha256=d8f9f5fc57c827d44362286b7340ed55ca7c26d301badb40c03f665d11c30836
09:46:28   Stored in directory: /tmp/pip-ephem-wheel-cache-_NGQ4F/wheels/dc/45/28/050a7fcd95fc9b9f504d64d6668214323c48b439857458e65c
09:46:28 Successfully built docker
09:46:28 Installing collected packages: docker
09:46:28 Successfully installed docker-4.4.0.dev0
09:46:28 WARNING: You are using pip version 20.0.2; however, version 20.2.4 is available.
09:46:28 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
09:46:28 Removing intermediate container 2c41990e6fdc
09:46:28  ---> d1fa1e9be2ef
09:46:28 Successfully built d1fa1e9be2ef
09:46:28 Successfully tagged dockerbuildbot/docker-py:py2-2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a
[Pipeline] isUnix
[Pipeline] sh
09:46:29 + docker tag dockerbuildbot/docker-py:py2-2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a dockerbuildbot/docker-py:py2-2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a
[Pipeline] isUnix
[Pipeline] sh
09:46:29 + docker push dockerbuildbot/docker-py:py2-2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a
09:46:29 The push refers to repository [docker.io/dockerbuildbot/docker-py]
09:46:29 7631012a126f: Preparing
09:46:29 03e71a1f5dd9: Preparing
09:46:29 6b583dccd7e0: Preparing
09:46:29 da719ab3d801: Preparing
09:46:29 1b60293d8fe1: Preparing
09:46:29 9f894b204a34: Preparing
09:46:29 b6fcee44eac8: Preparing
09:46:29 bfc2183388f0: Preparing
09:46:29 e07dd2908387: Preparing
09:46:29 5c3114eae0c6: Preparing
09:46:29 df7333a4df9d: Preparing
09:46:29 3a0bbc035605: Preparing
09:46:29 c71a3b802aeb: Preparing
09:46:29 6d9a9e251493: Preparing
09:46:29 e5a2869bf7db: Preparing
09:46:29 3434f5864e25: Preparing
09:46:29 f327fbc92ffc: Preparing
09:46:29 e571d2d3c73c: Preparing
09:46:29 da7b0a80a4f2: Preparing
09:46:29 ceee8816bb96: Preparing
09:46:29 47458fb45d99: Preparing
09:46:29 46829331b1e4: Preparing
09:46:29 d35c5bda4793: Preparing
09:46:29 a3c1026c6bcc: Preparing
09:46:29 f1d420c2af1a: Preparing
09:46:29 461719022993: Preparing
09:46:29 9f894b204a34: Waiting
09:46:29 b6fcee44eac8: Waiting
09:46:29 bfc2183388f0: Waiting
09:46:29 e07dd2908387: Waiting
09:46:29 5c3114eae0c6: Waiting
09:46:29 df7333a4df9d: Waiting
09:46:29 3a0bbc035605: Waiting
09:46:29 c71a3b802aeb: Waiting
09:46:29 6d9a9e251493: Waiting
09:46:29 e5a2869bf7db: Waiting
09:46:29 3434f5864e25: Waiting
09:46:29 f327fbc92ffc: Waiting
09:46:29 e571d2d3c73c: Waiting
09:46:29 da7b0a80a4f2: Waiting
09:46:29 ceee8816bb96: Waiting
09:46:29 47458fb45d99: Waiting
09:46:29 46829331b1e4: Waiting
09:46:29 d35c5bda4793: Waiting
09:46:29 a3c1026c6bcc: Waiting
09:46:29 f1d420c2af1a: Waiting
09:46:29 461719022993: Waiting
09:46:32 7631012a126f: Pushed
09:46:32 03e71a1f5dd9: Pushed
09:46:32 da719ab3d801: Pushed
09:46:32 6b583dccd7e0: Pushed
09:46:32 1b60293d8fe1: Pushed
09:46:33 b6fcee44eac8: Pushed
09:46:33 9f894b204a34: Pushed
09:46:33 bfc2183388f0: Pushed
09:46:34 e07dd2908387: Pushed
09:46:34 5c3114eae0c6: Pushed
09:46:34 df7333a4df9d: Pushed
09:46:34 3a0bbc035605: Pushed
09:46:35 6d9a9e251493: Pushed
09:46:35 c71a3b802aeb: Pushed
09:46:35 da7b0a80a4f2: Layer already exists
09:46:35 e571d2d3c73c: Layer already exists
09:46:35 ceee8816bb96: Layer already exists
09:46:35 47458fb45d99: Layer already exists
09:46:35 46829331b1e4: Layer already exists
09:46:36 d35c5bda4793: Layer already exists
09:46:36 a3c1026c6bcc: Layer already exists
09:46:36 461719022993: Layer already exists
09:46:36 f1d420c2af1a: Layer already exists
09:46:36 e5a2869bf7db: Pushed
09:46:36 f327fbc92ffc: Pushed
09:46:37 3434f5864e25: Pushed
09:46:39 py2-2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a: digest: sha256:30873ae39a289f3fe75aa1a3686fb131a4fd1a5c363a8fcb7c7084def52dca14 size: 5769
[Pipeline] isUnix
[Pipeline] sh
09:46:39 + docker pull dockerbuildbot/docker-py:py3-2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a
09:46:39 Error response from daemon: manifest for dockerbuildbot/docker-py:py3-2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
09:46:40 + docker build -t dockerbuildbot/docker-py:py3-2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
09:46:40 Sending build context to Docker daemon  1.367MB

09:46:40 Step 1/21 : ARG PYTHON_VERSION=3.7
09:46:40 Step 2/21 : FROM python:${PYTHON_VERSION}
09:46:40 3.7: Pulling from library/python
09:46:40 e4c3d3e4f7b0: Pulling fs layer
09:46:40 101c41d0463b: Pulling fs layer
09:46:40 8275efcd805f: Pulling fs layer
09:46:40 751620502a7a: Pulling fs layer
09:46:40 0a5e725150a2: Pulling fs layer
09:46:40 397dba5694db: Pulling fs layer
09:46:40 88f0c2440f8d: Pulling fs layer
09:46:40 788145ec04e5: Pulling fs layer
09:46:40 596d3ac3bc76: Pulling fs layer
09:46:40 751620502a7a: Waiting
09:46:40 0a5e725150a2: Waiting
09:46:40 397dba5694db: Waiting
09:46:40 88f0c2440f8d: Waiting
09:46:40 788145ec04e5: Waiting
09:46:40 596d3ac3bc76: Waiting
09:46:40 8275efcd805f: Verifying Checksum
09:46:40 8275efcd805f: Download complete
09:46:40 101c41d0463b: Verifying Checksum
09:46:40 101c41d0463b: Download complete
09:46:41 e4c3d3e4f7b0: Verifying Checksum
09:46:41 e4c3d3e4f7b0: Download complete
09:46:41 397dba5694db: Verifying Checksum
09:46:41 397dba5694db: Download complete
09:46:41 751620502a7a: Verifying Checksum
09:46:41 751620502a7a: Download complete
09:46:41 788145ec04e5: Verifying Checksum
09:46:41 788145ec04e5: Download complete
09:46:41 88f0c2440f8d: Verifying Checksum
09:46:41 88f0c2440f8d: Download complete
09:46:42 596d3ac3bc76: Verifying Checksum
09:46:42 596d3ac3bc76: Download complete
09:46:43 0a5e725150a2: Verifying Checksum
09:46:43 0a5e725150a2: Download complete
09:46:44 e4c3d3e4f7b0: Pull complete
09:46:44 101c41d0463b: Pull complete
09:46:44 8275efcd805f: Pull complete
09:46:47 751620502a7a: Pull complete
09:46:54 0a5e725150a2: Pull complete
09:46:54 397dba5694db: Pull complete
09:46:54 88f0c2440f8d: Pull complete
09:46:54 788145ec04e5: Pull complete
09:46:54 596d3ac3bc76: Pull complete
09:46:54 Digest: sha256:bbd9a0b3aa12f5c4ff9faa30ca64b1626ce37c6ca713f2034ec9386654a5abb3
09:46:54 Status: Downloaded newer image for python:3.7
09:46:54  ---> 5b86e11778a2
09:46:54 Step 3/21 : ARG APT_MIRROR
09:46:58  ---> Running in ebc479afb97b
09:46:58 Removing intermediate container ebc479afb97b
09:46:58  ---> d7494dbd2206
09:46:58 Step 4/21 : RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list     && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list
09:46:58  ---> Running in a7f86ae35b08
09:46:58 Removing intermediate container a7f86ae35b08
09:46:58  ---> bc55374b8aa4
09:46:58 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
09:46:58  ---> Running in 5e92c041f7b0
09:46:59 Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
09:46:59 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
09:46:59 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
09:46:59 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [245 kB]
09:46:59 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB]
09:46:59 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
09:47:01 Fetched 8398 kB in 2s (4482 kB/s)
09:47:01 Reading package lists...
09:47:02 Reading package lists...
09:47:02 Building dependency tree...
09:47:02 Reading state information...
09:47:02 The following additional packages will be installed:
09:47:02   tree
09:47:02 Suggested packages:
09:47:02   libxml-simple-perl ruby
09:47:02 Recommended packages:
09:47:02   qrencode xclip
09:47:02 The following NEW packages will be installed:
09:47:02   gnupg2 pass tree
09:47:02 0 upgraded, 3 newly installed, 0 to remove and 12 not upgraded.
09:47:02 Need to get 481 kB of archives.
09:47:02 After this operation, 684 kB of additional disk space will be used.
09:47:02 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
09:47:02 Get:2 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
09:47:02 Get:3 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
09:47:02 debconf: delaying package configuration, since apt-utils is not installed
09:47:02 Fetched 481 kB in 0s (1795 kB/s)
09:47:02 Selecting previously unselected package gnupg2.
09:47:02 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24603 files and directories currently installed.)
09:47:02 Preparing to unpack .../gnupg2_2.2.12-1+deb10u1_all.deb ...
09:47:02 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
09:47:03 Selecting previously unselected package tree.
09:47:03 Preparing to unpack .../tree_1.8.0-1_amd64.deb ...
09:47:03 Unpacking tree (1.8.0-1) ...
09:47:03 Selecting previously unselected package pass.
09:47:03 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
09:47:03 Unpacking pass (1.7.3-2) ...
09:47:03 Setting up gnupg2 (2.2.12-1+deb10u1) ...
09:47:03 Setting up tree (1.8.0-1) ...
09:47:03 Setting up pass (1.7.3-2) ...
09:47:04 Removing intermediate container 5e92c041f7b0
09:47:04  ---> 56a23e25deab
09:47:04 Step 6/21 : COPY tests/ssh-keys /root/.ssh
09:47:04  ---> 5854ccedf1e8
09:47:04 Step 7/21 : RUN chmod -R 600 /root/.ssh
09:47:04  ---> Running in 780bf0b8c530
09:47:04 Removing intermediate container 780bf0b8c530
09:47:04  ---> ab8d5ea701ea
09:47:04 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys
09:47:05  ---> cac112c3eebc
09:47:05 Step 9/21 : RUN gpg2 --import gpg-keys/secret
09:47:05  ---> Running in 0d8c27eba9e7
09:47:05 gpg: directory '/root/.gnupg' created
09:47:05 gpg: keybox '/root/.gnupg/pubring.kbx' created
09:47:05 gpg: /root/.gnupg/trustdb.gpg: trustdb created
09:47:05 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
09:47:05 gpg: key 464ED987A7B21401: secret key imported
09:47:05 gpg: Total number processed: 1
09:47:05 gpg:               imported: 1
09:47:05 gpg:       secret keys read: 1
09:47:05 gpg:   secret keys imported: 1
09:47:06 Removing intermediate container 0d8c27eba9e7
09:47:06  ---> a68a916d018e
09:47:06 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
09:47:06  ---> Running in 00ec444d4081
09:47:06 gpg: inserting ownertrust of 6
09:47:06 Removing intermediate container 00ec444d4081
09:47:06  ---> fcbe8d1976cf
09:47:06 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
09:47:06  ---> Running in afe58b9725d7
09:47:07 gpg: please do a --check-trustdb
09:47:07 mkdir: created directory '/root/.password-store/'
09:47:07 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
09:47:07 Removing intermediate container afe58b9725d7
09:47:07  ---> 90d748a7dffd
09:47:07 Step 12/21 : RUN gpg2 --check-trustdb
09:47:07  ---> Running in 608e0c3ce06d
09:47:07 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
09:47:07 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
09:47:08 Removing intermediate container 608e0c3ce06d
09:47:08  ---> 6348d9b884d2
09:47:08 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3
09:47:08  ---> Running in f42bd8a0574b
09:47:08 Removing intermediate container f42bd8a0574b
09:47:08  ---> b497ad2d9d44
09:47:08 Step 14/21 : RUN curl -sSL -o /opt/docker-credential-pass.tar.gz     https://github.com/docker/docker-credential-helpers/releases/download/$CREDSTORE_VERSION/docker-credential-pass-$CREDSTORE_VERSION-amd64.tar.gz &&     tar -xf /opt/docker-credential-pass.tar.gz -O > /usr/local/bin/docker-credential-pass &&     rm -rf /opt/docker-credential-pass.tar.gz &&     chmod +x /usr/local/bin/docker-credential-pass
09:47:08  ---> Running in 24564b927e50
09:47:09 Removing intermediate container 24564b927e50
09:47:09  ---> bab2c11e0a5b
09:47:09 Step 15/21 : WORKDIR /src
09:47:09  ---> Running in d87dd1047a7d
09:47:09 Removing intermediate container d87dd1047a7d
09:47:09  ---> f3618ada3b35
09:47:09 Step 16/21 : COPY requirements.txt /src/requirements.txt
09:47:09  ---> 3f89d6634ba5
09:47:09 Step 17/21 : RUN pip install -r requirements.txt
09:47:09  ---> Running in 19af81b63eff
09:47:11 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
09:47:15 Collecting appdirs==1.4.3
09:47:16   Downloading appdirs-1.4.3-py2.py3-none-any.whl (12 kB)
09:47:16 Collecting asn1crypto==0.22.0
09:47:16   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
09:47:16 Collecting backports.ssl-match-hostname==3.5.0.1
09:47:16   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
09:47:16 Collecting cffi==1.10.0
09:47:16   Downloading cffi-1.10.0.tar.gz (418 kB)
09:47:17 Collecting cryptography==2.3
09:47:17   Downloading cryptography-2.3-cp34-abi3-manylinux1_x86_64.whl (2.1 MB)
09:47:17 Collecting enum34==1.1.6
09:47:17   Downloading enum34-1.1.6-py3-none-any.whl (12 kB)
09:47:17 Collecting idna==2.5
09:47:17   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
09:47:17 Collecting ipaddress==1.0.18
09:47:17   Downloading ipaddress-1.0.18.tar.gz (32 kB)
09:47:17 Collecting packaging==16.8
09:47:17   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
09:47:17 Collecting paramiko==2.4.2
09:47:17   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
09:47:17 Collecting pycparser==2.17
09:47:17   Downloading pycparser-2.17.tar.gz (231 kB)
09:47:18 Collecting pyOpenSSL==18.0.0
09:47:18   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
09:47:18 Collecting pyparsing==2.2.0
09:47:18   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
09:47:18 Collecting requests==2.20.0
09:47:18   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
09:47:18 Collecting six==1.10.0
09:47:18   Downloading six-1.10.0-py2.py3-none-any.whl (10 kB)
09:47:18 Collecting urllib3==1.24.3
09:47:18   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
09:47:18 Collecting websocket-client==0.56.0
09:47:18   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
09:47:18 Collecting pyasn1>=0.1.7
09:47:18   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
09:47:18 Collecting pynacl>=1.0.1
09:47:18   Downloading PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB)
09:47:18 Collecting bcrypt>=3.1.3
09:47:18   Downloading bcrypt-3.2.0-cp36-abi3-manylinux2010_x86_64.whl (63 kB)
09:47:18 Collecting certifi>=2017.4.17
09:47:18   Downloading certifi-2020.11.8-py2.py3-none-any.whl (155 kB)
09:47:18 Collecting chardet<3.1.0,>=3.0.2
09:47:18   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
09:47:18 Building wheels for collected packages: backports.ssl-match-hostname, cffi, ipaddress, pycparser
09:47:18   Building wheel for backports.ssl-match-hostname (setup.py): started
09:47:18   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
09:47:18   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py3-none-any.whl size=5206 sha256=92abe462d8413de4e640a5253885302751eabe063fc179192f351120aedce67c
09:47:18   Stored in directory: /root/.cache/pip/wheels/93/72/f6/df894bfc7947d11f89dbdb4e9b786703a43cd547c1b5e8c738
09:47:18   Building wheel for cffi (setup.py): started
09:47:23   Building wheel for cffi (setup.py): finished with status 'done'
09:47:23   Created wheel for cffi: filename=cffi-1.10.0-cp37-cp37m-linux_x86_64.whl size=371224 sha256=9cf7fc23157da1de68ca52c1e0dd23042714eda35dedd172e0649b140b53afa1
09:47:23   Stored in directory: /root/.cache/pip/wheels/cc/8d/6c/d24a8db003ac4a51d9959a9985718fac84e1baa5ec6c42d115
09:47:23   Building wheel for ipaddress (setup.py): started
09:47:23   Building wheel for ipaddress (setup.py): finished with status 'done'
09:47:23   Created wheel for ipaddress: filename=ipaddress-1.0.18-py3-none-any.whl size=18105 sha256=73e524a513defbea508e7f331a9536ec9567e678161d6885770229675c4032de
09:47:23   Stored in directory: /root/.cache/pip/wheels/54/90/bd/f99e221ab77ef8e6d65c14efe986cef3360da2990396093151
09:47:23   Building wheel for pycparser (setup.py): started
09:47:23   Building wheel for pycparser (setup.py): finished with status 'done'
09:47:23   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=192836 sha256=de08b79a4a0f468d2edd073405644bb3d905875c9990dda80cde0cee001deaa5
09:47:23   Stored in directory: /root/.cache/pip/wheels/91/50/7a/9f94e39b01559aa44c3cefb775d7befcc01d0a6ed0093cab37
09:47:23 Successfully built backports.ssl-match-hostname cffi ipaddress pycparser
09:47:23 Installing collected packages: appdirs, asn1crypto, backports.ssl-match-hostname, pycparser, cffi, idna, six, cryptography, enum34, ipaddress, pyparsing, packaging, pyasn1, pynacl, bcrypt, paramiko, pyOpenSSL, urllib3, certifi, chardet, requests, websocket-client
09:47:24 Successfully installed appdirs-1.4.3 asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.2.0 certifi-2020.11.8 cffi-1.10.0 chardet-3.0.4 cryptography-2.3 enum34-1.1.6 idna-2.5 ipaddress-1.0.18 packaging-16.8 paramiko-2.4.2 pyOpenSSL-18.0.0 pyasn1-0.4.8 pycparser-2.17 pynacl-1.4.0 pyparsing-2.2.0 requests-2.20.0 six-1.10.0 urllib3-1.24.3 websocket-client-0.56.0
09:47:30 Removing intermediate container 19af81b63eff
09:47:30  ---> 185c99c385ef
09:47:30 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
09:47:30  ---> 3459fb2811e5
09:47:30 Step 19/21 : RUN pip install -r test-requirements.txt
09:47:30  ---> Running in 0c287bcc9cf0
09:47:34 Collecting setuptools==44.0.0
09:47:35   Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB)
09:47:36 Collecting coverage==4.5.2
09:47:36   Downloading coverage-4.5.2-cp37-cp37m-manylinux1_x86_64.whl (205 kB)
09:47:36 Collecting flake8==3.6.0
09:47:36   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
09:47:36 Collecting mock==1.0.1
09:47:36   Downloading mock-1.0.1.tar.gz (818 kB)
09:47:36 Collecting pytest==4.3.1
09:47:36   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
09:47:36 Collecting pytest-cov==2.6.1
09:47:36   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
09:47:36 Collecting pytest-timeout==1.3.3
09:47:36   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
09:47:36 Collecting pycodestyle<2.5.0,>=2.4.0
09:47:36   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
09:47:36 Collecting mccabe<0.7.0,>=0.6.0
09:47:36   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
09:47:36 Collecting pyflakes<2.1.0,>=2.0.0
09:47:36   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
09:47:36 Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.7/site-packages (from pytest==4.3.1->-r test-requirements.txt (line 5)) (1.10.0)
09:47:36 Collecting more-itertools>=4.0.0; python_version > "2.7"
09:47:36   Downloading more_itertools-8.6.0-py3-none-any.whl (45 kB)
09:47:37 Collecting atomicwrites>=1.0
09:47:37   Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
09:47:37 Collecting attrs>=17.4.0
09:47:37   Downloading attrs-20.3.0-py2.py3-none-any.whl (49 kB)
09:47:37 Collecting pluggy>=0.7
09:47:37   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
09:47:37 Collecting py>=1.5.0
09:47:37   Downloading py-1.9.0-py2.py3-none-any.whl (99 kB)
09:47:37 Collecting importlib-metadata>=0.12; python_version < "3.8"
09:47:37   Downloading importlib_metadata-2.0.0-py2.py3-none-any.whl (31 kB)
09:47:37 Collecting zipp>=0.5
09:47:37   Downloading zipp-3.4.0-py3-none-any.whl (5.2 kB)
09:47:37 Building wheels for collected packages: mock
09:47:37   Building wheel for mock (setup.py): started
09:47:37   Building wheel for mock (setup.py): finished with status 'done'
09:47:37   Created wheel for mock: filename=mock-1.0.1-py3-none-any.whl size=23754 sha256=1b67dbb2d02e051e1c234d6d145564c3cc67f3430fa491e1b3f5c4d6c7074464
09:47:37   Stored in directory: /root/.cache/pip/wheels/16/03/37/f0a64ab894c9102906f192db1a4071b7592292ad661563c69b
09:47:37 Successfully built mock
09:47:37 Installing collected packages: setuptools, coverage, pycodestyle, mccabe, pyflakes, flake8, mock, more-itertools, atomicwrites, attrs, zipp, importlib-metadata, pluggy, py, pytest, pytest-cov, pytest-timeout
09:47:37   Attempting uninstall: setuptools
09:47:37     Found existing installation: setuptools 50.3.2
09:47:37     Uninstalling setuptools-50.3.2:
09:47:37       Successfully uninstalled setuptools-50.3.2
09:47:38 Successfully installed atomicwrites-1.4.0 attrs-20.3.0 coverage-4.5.2 flake8-3.6.0 importlib-metadata-2.0.0 mccabe-0.6.1 mock-1.0.1 more-itertools-8.6.0 pluggy-0.13.1 py-1.9.0 pycodestyle-2.4.0 pyflakes-2.0.0 pytest-4.3.1 pytest-cov-2.6.1 pytest-timeout-1.3.3 setuptools-44.0.0 zipp-3.4.0
09:47:39 Removing intermediate container 0c287bcc9cf0
09:47:39  ---> 325218bd9782
09:47:39 Step 20/21 : COPY . /src
09:47:39  ---> 30b1f3d70c6a
09:47:39 Step 21/21 : RUN pip install .
09:47:39  ---> Running in 551ecbeb878d
09:47:40 Processing /src
09:47:40 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.7/site-packages (from docker==4.4.0.dev0) (1.10.0)
09:47:40 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.7/site-packages (from docker==4.4.0.dev0) (0.56.0)
09:47:40 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python3.7/site-packages (from docker==4.4.0.dev0) (2.20.0)
09:47:40 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (3.0.4)
09:47:40 Requirement already satisfied: idna<2.8,>=2.5 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (2.5)
09:47:40 Requirement already satisfied: urllib3<1.25,>=1.21.1 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (1.24.3)
09:47:40 Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (2020.11.8)
09:47:40 Building wheels for collected packages: docker
09:47:40   Building wheel for docker (setup.py): started
09:47:40   Building wheel for docker (setup.py): finished with status 'done'
09:47:40   Created wheel for docker: filename=docker-4.4.0.dev0-py2.py3-none-any.whl size=146500 sha256=e8e99c4bed87e792a69ede3697df58b769c58fd5676487f15a0e4d591ac60b3e
09:47:40   Stored in directory: /tmp/pip-ephem-wheel-cache-7qkfxw8h/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525
09:47:40 Successfully built docker
09:47:40 Installing collected packages: docker
09:47:40 Successfully installed docker-4.4.0.dev0
09:47:41 Removing intermediate container 551ecbeb878d
09:47:41  ---> 594aac06cef7
09:47:41 Successfully built 594aac06cef7
09:47:41 Successfully tagged dockerbuildbot/docker-py:py3-2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a
[Pipeline] isUnix
[Pipeline] sh
09:47:41 + docker tag dockerbuildbot/docker-py:py3-2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a dockerbuildbot/docker-py:py3-2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a
[Pipeline] isUnix
[Pipeline] sh
09:47:42 + docker push dockerbuildbot/docker-py:py3-2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a
09:47:42 The push refers to repository [docker.io/dockerbuildbot/docker-py]
09:47:42 ac6687d901b3: Preparing
09:47:42 6ed67ccad0f6: Preparing
09:47:42 5545b294a9a2: Preparing
09:47:42 94aaaf011318: Preparing
09:47:42 ca33a9566526: Preparing
09:47:42 dc2a254dcba2: Preparing
09:47:42 100f411d5e59: Preparing
09:47:42 60c798483c91: Preparing
09:47:42 51072b1de63e: Preparing
09:47:42 ff4eec9963ec: Preparing
09:47:42 125e8590377f: Preparing
09:47:42 f56499b189d6: Preparing
09:47:42 2488d6992364: Preparing
09:47:42 2df25aad371e: Preparing
09:47:42 dfaa001d918f: Preparing
09:47:42 3a828beb62f1: Preparing
09:47:42 e419a1add745: Preparing
09:47:42 1b17be258ee0: Preparing
09:47:42 6522a2852221: Preparing
09:47:42 56a69ef72608: Preparing
09:47:42 6f7043721c9b: Preparing
09:47:42 a933681cf349: Preparing
09:47:42 f49d20b92dc8: Preparing
09:47:42 fe342cfe5c83: Preparing
09:47:42 630e4f1da707: Preparing
09:47:42 9780f6d83e45: Preparing
09:47:42 dc2a254dcba2: Waiting
09:47:42 100f411d5e59: Waiting
09:47:42 60c798483c91: Waiting
09:47:42 51072b1de63e: Waiting
09:47:42 ff4eec9963ec: Waiting
09:47:42 125e8590377f: Waiting
09:47:42 f56499b189d6: Waiting
09:47:42 2488d6992364: Waiting
09:47:42 2df25aad371e: Waiting
09:47:42 dfaa001d918f: Waiting
09:47:42 3a828beb62f1: Waiting
09:47:42 e419a1add745: Waiting
09:47:42 1b17be258ee0: Waiting
09:47:42 6522a2852221: Waiting
09:47:42 56a69ef72608: Waiting
09:47:42 6f7043721c9b: Waiting
09:47:42 a933681cf349: Waiting
09:47:42 f49d20b92dc8: Waiting
09:47:42 fe342cfe5c83: Waiting
09:47:42 630e4f1da707: Waiting
09:47:42 9780f6d83e45: Waiting
09:47:43 ac6687d901b3: Pushed
09:47:44 94aaaf011318: Pushed
09:47:44 6ed67ccad0f6: Pushed
09:47:44 5545b294a9a2: Pushed
09:47:45 dc2a254dcba2: Pushed
09:47:46 ca33a9566526: Pushed
09:47:46 100f411d5e59: Pushed
09:47:46 51072b1de63e: Pushed
09:47:46 60c798483c91: Pushed
09:47:47 ff4eec9963ec: Pushed
09:47:47 f56499b189d6: Pushed
09:47:47 125e8590377f: Pushed
09:47:48 2488d6992364: Pushed
09:47:48 1b17be258ee0: Layer already exists
09:47:48 6522a2852221: Layer already exists
09:47:48 56a69ef72608: Layer already exists
09:47:48 2df25aad371e: Pushed
09:47:48 6f7043721c9b: Layer already exists
09:47:48 f49d20b92dc8: Layer already exists
09:47:48 a933681cf349: Layer already exists
09:47:48 fe342cfe5c83: Layer already exists
09:47:48 630e4f1da707: Layer already exists
09:47:48 9780f6d83e45: Layer already exists
09:47:49 dfaa001d918f: Pushed
09:47:50 e419a1add745: Pushed
09:47:53 3a828beb62f1: Pushed
09:47:55 py3-2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a: digest: sha256:1793086bae949d644ab1252b15f9354f6e112f9f4a70102cbe83eff934318b61 size: 5765
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-mem (i-04d1a8dc6a21ed19c) 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/ab951fa8-22c0-4523-a58b-87ed482a1514/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] sh
09:47:55 + docker run --rm --entrypoint=python dockerbuildbot/docker-py:py3-2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a /src/scripts/versions.py
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] parallel
[Pipeline] { (Branch: py2.7_19.03.12)
[Pipeline] { (Branch: py2.7_20.10.0-beta1)
[Pipeline] { (Branch: py2.7_19.03.13)
[Pipeline] { (Branch: py3.7_19.03.12)
[Pipeline] { (Branch: py3.7_20.10.0-beta1)
[Pipeline] { (Branch: py3.7_19.03.13)
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-mem (i-04d1a8dc6a21ed19c) in /home/ubuntu/workspace/docker-py_PR-2699
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-088d1b48064fc4cd7) in /home/ubuntu/workspace/docker-py_PR-2699
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] {
[Pipeline] {
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-016d060586283af56) in /home/ubuntu/workspace/docker-py_PR-2699
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-01c3d51a3bf9e6827) in /home/ubuntu/workspace/docker-py_PR-2699
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-mem (i-04632448fa1471054) in /home/ubuntu/workspace/docker-py_PR-2699
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0a0dcde00597852d2) in /home/ubuntu/workspace/docker-py_PR-2699
[Pipeline] {
[Pipeline] withDockerRegistry
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/adc0e874-093c-487a-b7e8-5c96390d5405/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] {
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/08aba13b-b863-45fa-a846-769b9297a5aa/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] echo
09:48:22 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
09:48:22 chowning workspace
[Pipeline] sh
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
09:48:22 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
09:48:22 chowning workspace
[Pipeline] sh
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
09:48:22 + pwd
09:48:22 + id -u
09:48:22 + id -g
09:48:22 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2699:/workspace busybox chown -R 1000:1000 /workspace
09:48:22 + pwd
09:48:22 + id -u
09:48:22 + id -g
09:48:22 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2699:/workspace busybox chown -R 1000:1000 /workspace
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
[Pipeline] echo
09:48:23 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
09:48:23 Removing all docker containers
[Pipeline] sh
09:48:23 + docker container ls -aq
[Pipeline] echo
09:48:23 Docker containers have been removed
[Pipeline] echo
09:48:23 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
09:48:23 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.13)
[Pipeline] checkout
09:48:23 using credential docker-jenkins-github-credentials
09:48:23 + docker container ls -aq
09:48:23 Cloning the remote Git repository
09:48:23 Cloning with configured refspecs honoured and without tags
[Pipeline] echo
09:48:23 Docker containers have been removed
[Pipeline] echo
09:48:23 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
09:48:23 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=20.10.0-beta1)
[Pipeline] checkout
09:48:23 using credential docker-jenkins-github-credentials
09:48:23 Cloning the remote Git repository
09:48:23 Cloning with configured refspecs honoured and without tags
09:48:24 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2699 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2699/head:refs/remotes/origin/PR-2699 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2699/head:refs/remotes/origin/PR-2699 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2699/head:refs/remotes/origin/PR-2699 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:48:24 Fetching without tags
09:48:24 Merging remotes/origin/master commit 2c6ef9b11d785d5023bb72a651707f613f60bdb6 into PR head commit 2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2699 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2699/head:refs/remotes/origin/PR-2699 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2699/head:refs/remotes/origin/PR-2699 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2699/head:refs/remotes/origin/PR-2699 +refs/heads/master:refs/remotes/origin/master # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.13
09:48:24 Merging remotes/origin/master commit 2c6ef9b11d785d5023bb72a651707f613f60bdb6 into PR head commit 2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_20.10.0-beta1
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a # timeout=10
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2699@tmp/c8babbcd-7cf1-46e7-95e1-10637469621c/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
09:48:27 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
09:48:27 chowning workspace
[Pipeline] sh
09:48:27 + pwd
09:48:27 + id -u
09:48:27 + id -g
09:48:27 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2699:/workspace busybox chown -R 1000:1000 /workspace
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
[Pipeline] echo
09:48:28 Removing all docker containers
[Pipeline] sh
09:48:28 + docker container ls -aq
[Pipeline] echo
09:48:28 Docker containers have been removed
[Pipeline] echo
09:48:28 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
09:48:28 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.12)
[Pipeline] checkout
09:48:28 using credential docker-jenkins-github-credentials
09:48:28 Cloning the remote Git repository
09:48:28 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2699 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2699/head:refs/remotes/origin/PR-2699 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:48:29 Fetching without tags
09:48:29 Merging remotes/origin/master commit 2c6ef9b11d785d5023bb72a651707f613f60bdb6 into PR head commit 2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2699/head:refs/remotes/origin/PR-2699 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2699/head:refs/remotes/origin/PR-2699 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_19.03.12
 > git checkout -f 2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a # timeout=10
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2699@tmp/8cddd212-0759-43ab-ad56-80926776b968/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
09:48:32 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
09:48:32 chowning workspace
[Pipeline] sh
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2699@tmp/8ba82429-b3a3-4826-a141-340fc271519e/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2699@tmp/1c1bbbb4-971c-4a0a-8c74-faa466605ed6/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] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] echo
09:48:32 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
09:48:32 chowning workspace
[Pipeline] sh
[Pipeline] echo
09:48:32 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
09:48:32 chowning workspace
[Pipeline] sh
09:48:32 + pwd
09:48:32 + id -u
09:48:32 + id -g
09:48:32 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2699:/workspace busybox chown -R 1000:1000 /workspace
09:48:32 Unable to find image 'busybox:latest' locally
09:48:32 + pwd
09:48:32 + id -u
09:48:32 + id -g
09:48:32 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2699:/workspace busybox chown -R 1000:1000 /workspace
09:48:32 Unable to find image 'busybox:latest' locally
09:48:33 latest: Pulling from library/busybox
09:48:33 9758c28807f2: Pulling fs layer
09:48:33 latest: Pulling from library/busybox
09:48:33 9758c28807f2: Pulling fs layer
09:48:33 + pwd
09:48:33 + id -u
09:48:33 + id -g
09:48:33 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2699:/workspace busybox chown -R 1000:1000 /workspace
09:48:33 Unable to find image 'busybox:latest' locally
09:48:33 latest: Pulling from library/busybox
09:48:33 9758c28807f2: Verifying Checksum
09:48:33 9758c28807f2: Download complete
09:48:33 9758c28807f2: Pull complete
09:48:33 Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d
09:48:33 Status: Downloaded newer image for busybox:latest
09:48:33 9758c28807f2: Download complete
09:48:33 9758c28807f2: Pull complete
09:48:33 Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d
09:48:33 Status: Downloaded newer image for busybox:latest
09:48:33 9758c28807f2: Pulling fs layer
09:48:33 9758c28807f2: Verifying Checksum
09:48:33 9758c28807f2: Download complete
09:48:33 9758c28807f2: Pull complete
09:48:33 Digest: sha256:a9286defaba7b3a519d585ba0e37d0b2cbee74ebfe590960b0b1d6a5e97d1e1d
09:48:33 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
09:48:34 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
09:48:34 Removing all docker containers
[Pipeline] sh
09:48:35 + docker container ls -aq
[Pipeline] echo
09:48:35 Docker containers have been removed
[Pipeline] echo
09:48:35 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
09:48:35 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.13)
[Pipeline] checkout
09:48:35 + docker container ls -aq
[Pipeline] echo
09:48:35 Docker containers have been removed
[Pipeline] echo
09:48:35 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
09:48:35 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=20.10.0-beta1)
[Pipeline] echo
09:48:35 Removing all docker containers
[Pipeline] sh
[Pipeline] checkout
09:48:35 + docker container ls -aq
[Pipeline] echo
09:48:35 Docker containers have been removed
[Pipeline] echo
09:48:35 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
09:48:35 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.12)
[Pipeline] checkout
09:48:36 using credential docker-jenkins-github-credentials
09:48:36 Cloning the remote Git repository
09:48:36 Cloning with configured refspecs honoured and without tags
09:48:37 using credential docker-jenkins-github-credentials
09:48:37 Cloning the remote Git repository
09:48:37 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2699 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2699/head:refs/remotes/origin/PR-2699 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:48:37 using credential docker-jenkins-github-credentials
09:48:37 Cloning the remote Git repository
09:48:37 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
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2699 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2699/head:refs/remotes/origin/PR-2699 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:48:38 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
09:48:38 Merging remotes/origin/master commit 2c6ef9b11d785d5023bb72a651707f613f60bdb6 into PR head commit 2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_20.10.0-beta1
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2699/head:refs/remotes/origin/PR-2699 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:48:38 Fetching without tags
09:48:39 Merging remotes/origin/master commit 2c6ef9b11d785d5023bb72a651707f613f60bdb6 into PR head commit 2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_19.03.13
09:48:39 Fetching without tags
09:48:39 Merging remotes/origin/master commit 2c6ef9b11d785d5023bb72a651707f613f60bdb6 into PR head commit 2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a
 > 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 2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.12
[Pipeline] // parallel
[Pipeline] End of Pipeline
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2699/head:refs/remotes/origin/PR-2699 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2699/head:refs/remotes/origin/PR-2699 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a # timeout=10

GitHub has been notified of this commit’s build result

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

	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-016d060586283af56)
		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 2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a

		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-mem (i-04d1a8dc6a21ed19c)
			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 2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a
Also:   hudson.plugins.git.GitException: Command "git checkout -f 2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a

		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2437)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1100(CliGitAPIImpl.java:84)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2754)
	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-088d1b48064fc4cd7)
			at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
			at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
			at hudson.remoting.Channel.call(Channel.java:998)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
			at sun.reflect.GeneratedMethodAccessor332.invoke(Unknown Source)
			at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
			at java.lang.reflect.Method.invoke(Method.java:498)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
			at com.sun.proxy.$Proxy453.execute(Unknown Source)
			at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:144)
			at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:110)
			at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1063)
			at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1168)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:125)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80)
			at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
			at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
			at java.util.concurrent.FutureTask.run(FutureTask.java:266)
			at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
			at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
			at java.lang.Thread.run(Thread.java:748)
	Caused: hudson.plugins.git.GitException: Could not checkout 2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a
Also:   hudson.plugins.git.GitException: Command "git checkout -f 2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a

		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-big (i-01c3d51a3bf9e6827)
			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 2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a
Also:   hudson.plugins.git.GitException: Command "git checkout -f 2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a

		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-mem (i-04632448fa1471054)
			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 2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a
Also:   hudson.plugins.git.GitException: Command "git checkout -f 2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 2d2fb9a31c1db88ff7d7f293b55aba8d7767f99a

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