Skip to content
Failed

Console Output

Pull request #2711 opened
14:23:53 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at 1757c974fa3a05b0e9b783af85242b18df09d05d rather than 55798d80d3c65d2bf4f526bfa636fe0ec4d2e5a7
Obtained Jenkinsfile from 1757c974fa3a05b0e9b783af85242b18df09d05d
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
using credential jps-reader
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/docker-py_PR-2711@libs/jps # timeout=10
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file"
First time build. Skipping changelog.
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0cc013d395c274de0) in /home/ubuntu/workspace/docker-py_PR-2711
[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-2711@tmp/b2cefcaa-4e1a-4f20-b233-46a78c3f354e/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
14:24:01 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
14:24:01 chowning workspace
[Pipeline] sh
14:24:02 + pwd
14:24:02 + id -u
14:24:02 + id -g
14:24:02 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2711:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
14:24:02 Removing all docker containers
[Pipeline] sh
14:24:03 + docker container ls -aq
[Pipeline] echo
14:24:03 Docker containers have been removed
[Pipeline] echo
14:24:03 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
14:24:03 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
14:24:03 using credential docker-jenkins-github-credentials
14:24:03 Cloning the remote Git repository
14:24:03 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-2711 # 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/2711/head:refs/remotes/origin/PR-2711 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:24:04 Fetching without tags
14:24:04 Merging remotes/origin/master commit 1757c974fa3a05b0e9b783af85242b18df09d05d into PR head commit 55798d80d3c65d2bf4f526bfa636fe0ec4d2e5a7
14:24:05 Merge succeeded, producing 55798d80d3c65d2bf4f526bfa636fe0ec4d2e5a7
14:24:05 Checking out Revision 55798d80d3c65d2bf4f526bfa636fe0ec4d2e5a7 (PR-2711)
14:24:05 Commit message: "Fix doc formatting"
14:24:05 First time build. Skipping changelog.
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2711/head:refs/remotes/origin/PR-2711 # 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/2711/head:refs/remotes/origin/PR-2711 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 55798d80d3c65d2bf4f526bfa636fe0ec4d2e5a7 # 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 1757c974fa3a05b0e9b783af85242b18df09d05d # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 55798d80d3c65d2bf4f526bfa636fe0ec4d2e5a7 # timeout=10
[Pipeline] sh
14:24:06 + git rev-parse HEAD
[Pipeline] withDockerRegistry
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
[Pipeline] {
[Pipeline] isUnix
[Pipeline] sh
14:24:06 + docker pull dockerbuildbot/docker-py:sshdind-55798d80d3c65d2bf4f526bfa636fe0ec4d2e5a7
14:24:06 Error response from daemon: manifest for dockerbuildbot/docker-py:sshdind-55798d80d3c65d2bf4f526bfa636fe0ec4d2e5a7 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
14:24:07 + docker build -t dockerbuildbot/docker-py:sshdind-55798d80d3c65d2bf4f526bfa636fe0ec4d2e5a7 -f tests/Dockerfile-ssh-dind .
14:24:07 Sending build context to Docker daemon  1.369MB

14:24:07 Step 1/11 : ARG API_VERSION=1.39
14:24:07 Step 2/11 : ARG ENGINE_VERSION=19.03.12
14:24:07 Step 3/11 : FROM docker:${ENGINE_VERSION}-dind
14:24:07 19.03.12-dind: Pulling from library/docker
$ 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-2711@tmp/40ea4398-da54-46b5-bd3d-f63f074571a6/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
14:24:07 df20fa9351a1: Pulling fs layer
14:24:07 25ad7478873d: Pulling fs layer
14:24:07 4684f6177b5d: Pulling fs layer
14:24:07 46e300cec669: Pulling fs layer
14:24:07 63038576ad94: Pulling fs layer
14:24:07 0fdb76c4706c: Pulling fs layer
14:24:07 cb7edeffdfd5: Pulling fs layer
14:24:07 cc28bd76800f: Pulling fs layer
14:24:07 54196fe38f7e: Pulling fs layer
14:24:07 ea71acc29633: Pulling fs layer
14:24:07 657cc4c15165: Pulling fs layer
14:24:07 46e300cec669: Waiting
14:24:07 63038576ad94: Waiting
14:24:07 0fdb76c4706c: Waiting
14:24:07 cb7edeffdfd5: Waiting
14:24:07 cc28bd76800f: Waiting
14:24:07 54196fe38f7e: Waiting
14:24:07 ea71acc29633: Waiting
14:24:07 657cc4c15165: Waiting
14:24:07 25ad7478873d: Verifying Checksum
14:24:07 25ad7478873d: Download complete
14:24:07 df20fa9351a1: Verifying Checksum
14:24:07 4684f6177b5d: Verifying Checksum
14:24:07 4684f6177b5d: Download complete
14:24:07 0fdb76c4706c: Verifying Checksum
14:24:07 0fdb76c4706c: Download complete
14:24:07 63038576ad94: Verifying Checksum
14:24:07 63038576ad94: Download complete
14:24:07 cb7edeffdfd5: Verifying Checksum
14:24:07 cb7edeffdfd5: Download complete
14:24:07 54196fe38f7e: Verifying Checksum
14:24:07 54196fe38f7e: Download complete
14:24:07 cc28bd76800f: Verifying Checksum
14:24:07 cc28bd76800f: Download complete
14:24:07 ea71acc29633: Verifying Checksum
14:24:07 ea71acc29633: Download complete
14:24:07 df20fa9351a1: Pull complete
14:24:07 657cc4c15165: Verifying Checksum
14:24:07 657cc4c15165: Download complete
14:24:08 25ad7478873d: Pull complete
14:24:08 46e300cec669: Verifying Checksum
14:24:08 46e300cec669: Download complete
14:24:08 4684f6177b5d: Pull complete
14:24:10 46e300cec669: Pull complete
14:24:10 63038576ad94: Pull complete
14:24:10 0fdb76c4706c: Pull complete
14:24:10 cb7edeffdfd5: Pull complete
14:24:10 cc28bd76800f: Pull complete
14:24:10 54196fe38f7e: Pull complete
14:24:10 ea71acc29633: Pull complete
14:24:10 657cc4c15165: Pull complete
14:24:10 Digest: sha256:674f1f40ff7c8ac14f5d8b6b28d8fb1f182647ff75304d018003f1e21a0d8771
14:24:10 Status: Downloaded newer image for docker:19.03.12-dind
14:24:10  ---> 66dc2d45749a
14:24:10 Step 4/11 : RUN apk add --no-cache 		openssh
14:24:11  ---> Running in 1f801c41ed19
14:24:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
14:24:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
14:24:13 (1/4) Installing openssh-sftp-server (8.3_p1-r0)
14:24:13 (2/4) Installing openssh-server-common (8.3_p1-r0)
14:24:13 (3/4) Installing openssh-server (8.3_p1-r0)
14:24:13 (4/4) Installing openssh (8.3_p1-r0)
14:24:13 Executing busybox-1.31.1-r16.trigger
14:24:13 OK: 28 MiB in 51 packages
14:24:13 Removing intermediate container 1f801c41ed19
14:24:13  ---> 163fd9c89b8d
14:24:13 Step 5/11 : RUN ssh-keygen -A
14:24:13  ---> Running in f86566d7a22e
14:24:14 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
14:24:14 Removing intermediate container f86566d7a22e
14:24:14  ---> b6fed48b041a
14:24:14 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
14:24:14  ---> Running in 799973e73b1b
14:24:15 Removing intermediate container 799973e73b1b
14:24:15  ---> 3345a32ab750
14:24:15 Step 7/11 : COPY tests/ssh-keys/authorized_keys /root/.ssh/authorized_keys
14:24:15  ---> d7e53f77166a
14:24:15 Step 8/11 : RUN chmod 600 /root/.ssh/authorized_keys
14:24:15  ---> Running in 4762d91fd655
14:24:16 Removing intermediate container 4762d91fd655
14:24:16  ---> f9d0b43917e7
14:24:16 Step 9/11 : RUN echo "root:root" | chpasswd
14:24:16  ---> Running in 6e5e2c938d90
14:24:16 chpasswd: password for 'root' changed
14:24:17 Removing intermediate container 6e5e2c938d90
14:24:17  ---> e11735f5e6e4
14:24:17 Step 10/11 : RUN ln -s /usr/local/bin/docker /usr/bin/docker
14:24:17  ---> Running in b90095d678f7
14:24:18 Removing intermediate container b90095d678f7
14:24:18  ---> 4cc17dd4ded9
14:24:18 Step 11/11 : EXPOSE 22
14:24:18  ---> Running in a8c996dae98b
14:24:18 Removing intermediate container a8c996dae98b
14:24:18  ---> 7cc6fcd8f4bb
14:24:18 Successfully built 7cc6fcd8f4bb
14:24:18 Successfully tagged dockerbuildbot/docker-py:sshdind-55798d80d3c65d2bf4f526bfa636fe0ec4d2e5a7
[Pipeline] isUnix
[Pipeline] sh
14:24:18 + docker tag dockerbuildbot/docker-py:sshdind-55798d80d3c65d2bf4f526bfa636fe0ec4d2e5a7 dockerbuildbot/docker-py:sshdind-55798d80d3c65d2bf4f526bfa636fe0ec4d2e5a7
[Pipeline] isUnix
[Pipeline] sh
14:24:18 + docker push dockerbuildbot/docker-py:sshdind-55798d80d3c65d2bf4f526bfa636fe0ec4d2e5a7
14:24:18 The push refers to repository [docker.io/dockerbuildbot/docker-py]
14:24:18 8d8e661f000c: Preparing
14:24:18 8c7e3d9fe00c: Preparing
14:24:18 1b25a1b2d250: Preparing
14:24:18 71993e2c5523: Preparing
14:24:18 41fc5a72a159: Preparing
14:24:18 b489b4df2cfd: Preparing
14:24:18 56a57f77229d: Preparing
14:24:18 1149e736aa92: Preparing
14:24:18 39e79983ac8b: Preparing
14:24:18 da8c28465f82: Preparing
14:24:18 d1292e236c36: Preparing
14:24:18 8890c171a12b: Preparing
14:24:18 4ae5bd84d450: Preparing
14:24:18 723a561964c8: Preparing
14:24:18 78764725b56c: Preparing
14:24:18 51d6d3d09136: Preparing
14:24:18 1507bc794612: Preparing
14:24:18 50644c29ef5a: Preparing
14:24:18 da8c28465f82: Waiting
14:24:18 d1292e236c36: Waiting
14:24:18 8890c171a12b: Waiting
14:24:18 4ae5bd84d450: Waiting
14:24:18 723a561964c8: Waiting
14:24:18 78764725b56c: Waiting
14:24:18 51d6d3d09136: Waiting
14:24:18 1507bc794612: Waiting
14:24:18 50644c29ef5a: Waiting
14:24:18 b489b4df2cfd: Waiting
14:24:18 56a57f77229d: Waiting
14:24:18 1149e736aa92: Waiting
14:24:18 39e79983ac8b: Waiting
14:24:20 41fc5a72a159: Pushed
14:24:20 71993e2c5523: Pushed
14:24:20 1b25a1b2d250: Pushed
14:24:20 1149e736aa92: Layer already exists
14:24:20 39e79983ac8b: Layer already exists
14:24:20 8c7e3d9fe00c: Pushed
14:24:21 da8c28465f82: Layer already exists
14:24:21 8890c171a12b: Layer already exists
14:24:21 d1292e236c36: Layer already exists
14:24:21 4ae5bd84d450: Layer already exists
14:24:21 723a561964c8: Layer already exists
14:24:21 78764725b56c: Layer already exists
14:24:21 51d6d3d09136: Layer already exists
14:24:21 1507bc794612: Layer already exists
14:24:21 50644c29ef5a: Layer already exists
14:24:21 b489b4df2cfd: Pushed
14:24:21 8d8e661f000c: Pushed
14:24:22 56a57f77229d: Pushed
14:24:24 sshdind-55798d80d3c65d2bf4f526bfa636fe0ec4d2e5a7: digest: sha256:0945ef110cede50c1be71319ef52cd3b3aa5dbb670070ae7041eef81c108a7db size: 4067
[Pipeline] isUnix
[Pipeline] sh
14:24:25 + docker pull dockerbuildbot/docker-py:py2-55798d80d3c65d2bf4f526bfa636fe0ec4d2e5a7
14:24:25 Error response from daemon: manifest for dockerbuildbot/docker-py:py2-55798d80d3c65d2bf4f526bfa636fe0ec4d2e5a7 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
14:24:25 + docker build -t dockerbuildbot/docker-py:py2-55798d80d3c65d2bf4f526bfa636fe0ec4d2e5a7 -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 .
14:24:25 Sending build context to Docker daemon  1.369MB

14:24:25 Step 1/21 : ARG PYTHON_VERSION=3.7
14:24:25 Step 2/21 : FROM python:${PYTHON_VERSION}
14:24:25 2.7: Pulling from library/python
14:24:26 7e2b2a5af8f6: Pulling fs layer
14:24:26 09b6f03ffac4: Pulling fs layer
14:24:26 dc3f0c679f0f: Pulling fs layer
14:24:26 fd4b47407fc3: Pulling fs layer
14:24:26 b32f6bf7d96d: Pulling fs layer
14:24:26 6f4489a7e4cf: Pulling fs layer
14:24:26 af4b99ad9ef0: Pulling fs layer
14:24:26 39db0bc48c26: Pulling fs layer
14:24:26 acb4a89489fc: Pulling fs layer
14:24:26 fd4b47407fc3: Waiting
14:24:26 b32f6bf7d96d: Waiting
14:24:26 6f4489a7e4cf: Waiting
14:24:26 af4b99ad9ef0: Waiting
14:24:26 39db0bc48c26: Waiting
14:24:26 acb4a89489fc: Waiting
14:24:26 dc3f0c679f0f: Verifying Checksum
14:24:26 dc3f0c679f0f: Download complete
14:24:26 09b6f03ffac4: Verifying Checksum
14:24:26 09b6f03ffac4: Download complete
14:24:27 7e2b2a5af8f6: Verifying Checksum
14:24:27 7e2b2a5af8f6: Download complete
14:24:27 6f4489a7e4cf: Verifying Checksum
14:24:27 6f4489a7e4cf: Download complete
14:24:27 fd4b47407fc3: Verifying Checksum
14:24:27 fd4b47407fc3: Download complete
14:24:27 39db0bc48c26: Verifying Checksum
14:24:27 39db0bc48c26: Download complete
14:24:27 af4b99ad9ef0: Verifying Checksum
14:24:27 af4b99ad9ef0: Download complete
14:24:27 acb4a89489fc: Verifying Checksum
14:24:27 acb4a89489fc: Download complete
14:24:28 b32f6bf7d96d: Verifying Checksum
14:24:28 b32f6bf7d96d: Download complete
14:24:30 7e2b2a5af8f6: Pull complete
14:24:30 09b6f03ffac4: Pull complete
14:24:30 dc3f0c679f0f: Pull complete
14:24:33 fd4b47407fc3: Pull complete
14:24:39 b32f6bf7d96d: Pull complete
14:24:39 6f4489a7e4cf: Pull complete
14:24:40 af4b99ad9ef0: Pull complete
14:24:40 39db0bc48c26: Pull complete
14:24:41 acb4a89489fc: Pull complete
14:24:41 Digest: sha256:cfa62318c459b1fde9e0841c619906d15ada5910d625176e24bf692cf8a2601d
14:24:41 Status: Downloaded newer image for python:2.7
14:24:41  ---> 68e7be49c28c
14:24:41 Step 3/21 : ARG APT_MIRROR
14:24:42  ---> Running in d5c54ee81c9a
14:24:42 Removing intermediate container d5c54ee81c9a
14:24:42  ---> cbe9508c6dac
14:24:42 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
14:24:42  ---> Running in a2ccaf538e17
14:24:42 Removing intermediate container a2ccaf538e17
14:24:42  ---> b623a020838a
14:24:42 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
14:24:42  ---> Running in 3910b928dd40
14:24:43 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
14:24:43 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 Packages [253 kB]
14:24:43 Get:3 http://deb.debian.org/debian buster InRelease [121 kB]
14:24:43 Get:4 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
14:24:43 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB]
14:24:44 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
14:24:44 Fetched 8406 kB in 2s (4863 kB/s)
14:24:45 Reading package lists...
14:24:46 Reading package lists...
14:24:46 Building dependency tree...
14:24:46 Reading state information...
14:24:46 The following additional packages will be installed:
14:24:46   tree
14:24:46 Suggested packages:
14:24:46   libxml-simple-perl ruby
14:24:46 Recommended packages:
14:24:46   qrencode xclip
14:24:46 The following NEW packages will be installed:
14:24:46   gnupg2 pass tree
14:24:46 0 upgraded, 3 newly installed, 0 to remove and 71 not upgraded.
14:24:46 Need to get 481 kB of archives.
14:24:46 After this operation, 684 kB of additional disk space will be used.
14:24:46 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
14:24:46 Get:2 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
14:24:46 Get:3 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
14:24:47 debconf: delaying package configuration, since apt-utils is not installed
14:24:47 Fetched 481 kB in 0s (1310 kB/s)
14:24:47 Selecting previously unselected package gnupg2.
14:24:47 (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.)
14:24:47 Preparing to unpack .../gnupg2_2.2.12-1+deb10u1_all.deb ...
14:24:47 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
14:24:47 Selecting previously unselected package tree.
14:24:47 Preparing to unpack .../tree_1.8.0-1_amd64.deb ...
14:24:47 Unpacking tree (1.8.0-1) ...
14:24:47 Selecting previously unselected package pass.
14:24:47 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
14:24:47 Unpacking pass (1.7.3-2) ...
14:24:47 Setting up gnupg2 (2.2.12-1+deb10u1) ...
14:24:47 Setting up tree (1.8.0-1) ...
14:24:47 Setting up pass (1.7.3-2) ...
14:24:47 Removing intermediate container 3910b928dd40
14:24:47  ---> 5a94417fb07e
14:24:47 Step 6/21 : COPY tests/ssh-keys /root/.ssh
14:24:47  ---> 4039faad435b
14:24:47 Step 7/21 : RUN chmod -R 600 /root/.ssh
14:24:47  ---> Running in 148a2916921f
14:24:48 Removing intermediate container 148a2916921f
14:24:48  ---> 5594cab0ded3
14:24:48 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys
14:24:48  ---> 75a7805c571d
14:24:48 Step 9/21 : RUN gpg2 --import gpg-keys/secret
14:24:48  ---> Running in 2d52a6861a10
14:24:49 gpg: directory '/root/.gnupg' created
14:24:49 gpg: keybox '/root/.gnupg/pubring.kbx' created
14:24:49 gpg: /root/.gnupg/trustdb.gpg: trustdb created
14:24:49 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
14:24:49 gpg: key 464ED987A7B21401: secret key imported
14:24:49 gpg: Total number processed: 1
14:24:49 gpg:               imported: 1
14:24:49 gpg:       secret keys read: 1
14:24:49 gpg:   secret keys imported: 1
14:24:49 Removing intermediate container 2d52a6861a10
14:24:49  ---> 3de42f211a0a
14:24:49 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
14:24:49  ---> Running in 592bf5232bb9
14:24:50 gpg: inserting ownertrust of 6
14:24:50 Removing intermediate container 592bf5232bb9
14:24:50  ---> f9f18fe6c02a
14:24:50 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
14:24:50  ---> Running in 2d9f9e1eef38
14:24:51 gpg: please do a --check-trustdb
14:24:51 mkdir: created directory '/root/.password-store/'
14:24:51 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
14:24:51 Removing intermediate container 2d9f9e1eef38
14:24:51  ---> fe62b783a708
14:24:51 Step 12/21 : RUN gpg2 --check-trustdb
14:24:51  ---> Running in bda1543620e8
14:24:51 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
14:24:51 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
14:24:52 Removing intermediate container bda1543620e8
14:24:52  ---> f8321a3f0ed7
14:24:52 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3
14:24:52  ---> Running in 73005f152042
14:24:52 Removing intermediate container 73005f152042
14:24:52  ---> 70fd4e47b334
14:24:52 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
14:24:52  ---> Running in f9e469558a39
14:24:53 Removing intermediate container f9e469558a39
14:24:53  ---> a2b46a20349d
14:24:53 Step 15/21 : WORKDIR /src
14:24:53  ---> Running in 368643c26aa3
14:24:53 Removing intermediate container 368643c26aa3
14:24:53  ---> 96efce5dd0a3
14:24:53 Step 16/21 : COPY requirements.txt /src/requirements.txt
14:24:53  ---> 2cac7d3e3617
14:24:53 Step 17/21 : RUN pip install -r requirements.txt
14:24:53  ---> Running in 5dc0485b0ad2
14:24:54 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
14:24:54 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
14:24:54 Requirement already satisfied: appdirs==1.4.3 in /usr/local/lib/python2.7/site-packages (from -r requirements.txt (line 1)) (1.4.3)
14:24:58 Collecting asn1crypto==0.22.0
14:24:59   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
14:24:59 Collecting backports.ssl-match-hostname==3.5.0.1
14:24:59   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
14:24:59 Collecting cffi==1.10.0
14:24:59   Downloading cffi-1.10.0-cp27-cp27mu-manylinux1_x86_64.whl (392 kB)
14:25:00 Collecting cryptography==3.2
14:25:00   Downloading cryptography-3.2-cp27-cp27mu-manylinux2010_x86_64.whl (2.7 MB)
14:25:00 Collecting enum34==1.1.6
14:25:00   Downloading enum34-1.1.6-py2-none-any.whl (12 kB)
14:25:00 Collecting idna==2.5
14:25:00   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
14:25:00 Collecting ipaddress==1.0.18
14:25:00   Downloading ipaddress-1.0.18-py2-none-any.whl (17 kB)
14:25:00 Collecting packaging==16.8
14:25:00   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
14:25:00 Collecting paramiko==2.4.2
14:25:00   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
14:25:00 Collecting pycparser==2.17
14:25:00   Downloading pycparser-2.17.tar.gz (231 kB)
14:25:00 Collecting pyOpenSSL==18.0.0
14:25:00   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
14:25:00 Collecting pyparsing==2.2.0
14:25:00   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
14:25:00 Collecting requests==2.20.0
14:25:00   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
14:25:00 Collecting six==1.10.0
14:25:00   Downloading six-1.10.0-py2.py3-none-any.whl (10 kB)
14:25:01 Collecting urllib3==1.24.3
14:25:01   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
14:25:01 Collecting websocket-client==0.56.0
14:25:01   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
14:25:01 Collecting pyasn1>=0.1.7
14:25:01   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
14:25:01 Collecting pynacl>=1.0.1
14:25:01   Downloading PyNaCl-1.4.0-cp27-cp27mu-manylinux1_x86_64.whl (964 kB)
14:25:01 Collecting bcrypt>=3.1.3
14:25:01   Downloading bcrypt-3.1.7-cp27-cp27mu-manylinux1_x86_64.whl (59 kB)
14:25:01 Collecting certifi>=2017.4.17
14:25:01   Downloading certifi-2020.11.8-py2.py3-none-any.whl (155 kB)
14:25:01 Collecting chardet<3.1.0,>=3.0.2
14:25:01   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
14:25:01 Building wheels for collected packages: backports.ssl-match-hostname, pycparser
14:25:01   Building wheel for backports.ssl-match-hostname (setup.py): started
14:25:01   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
14:25:01   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py2-none-any.whl size=5209 sha256=5e2b1bba00bb6e3bf8233620d8dbd681fe89f4313f71f7317be6bfa431cf9c22
14:25:01   Stored in directory: /root/.cache/pip/wheels/19/dd/8c/6cad8e6c38a9fe006dd7423ca1655bb1eb3cb94c5ce1814e4f
14:25:01   Building wheel for pycparser (setup.py): started
14:25:02   Building wheel for pycparser (setup.py): finished with status 'done'
14:25:02   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=193884 sha256=e7456318d7f698288f001ab544b96f5feb8c4f5965923b5cc7272e47b1a90619
14:25:02   Stored in directory: /root/.cache/pip/wheels/03/08/f2/bf70552f051cd78e9d8fe7d196ef762858dcfa156965e3a1e3
14:25:02 Successfully built backports.ssl-match-hostname pycparser
14:25:02 Installing collected packages: asn1crypto, backports.ssl-match-hostname, pycparser, cffi, ipaddress, six, enum34, cryptography, idna, pyparsing, packaging, pyasn1, pynacl, bcrypt, paramiko, pyOpenSSL, certifi, chardet, urllib3, requests, websocket-client
14:25:02   Attempting uninstall: six
14:25:02     Found existing installation: six 1.14.0
14:25:02     Uninstalling six-1.14.0:
14:25:02       Successfully uninstalled six-1.14.0
14:25:03 Successfully installed asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.1.7 certifi-2020.11.8 cffi-1.10.0 chardet-3.0.4 cryptography-3.2 enum34-1.1.6 idna-2.5 ipaddress-1.0.18 packaging-16.8 paramiko-2.4.2 pyOpenSSL-18.0.0 pyasn1-0.4.8 pycparser-2.17 pynacl-1.4.0 pyparsing-2.2.0 requests-2.20.0 six-1.10.0 urllib3-1.24.3 websocket-client-0.56.0
14:25:07 WARNING: You are using pip version 20.0.2; however, version 20.3 is available.
14:25:07 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
14:25:08 Removing intermediate container 5dc0485b0ad2
14:25:08  ---> d51c6c8c7651
14:25:08 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
14:25:08  ---> 056ad3dea3e8
14:25:08 Step 19/21 : RUN pip install -r test-requirements.txt
14:25:08  ---> Running in e6829ea8028e
14:25:09 /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
14:25:09   from cryptography import x509
14:25:09 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
14:25:14 Collecting setuptools==44.0.0
14:25:14   Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB)
14:25:15 Collecting coverage==4.5.2
14:25:15   Downloading coverage-4.5.2-cp27-cp27mu-manylinux1_x86_64.whl (201 kB)
14:25:15 Collecting flake8==3.6.0
14:25:15   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
14:25:15 Collecting mock==1.0.1
14:25:15   Downloading mock-1.0.1.tar.gz (818 kB)
14:25:16 Collecting pytest==4.3.1
14:25:16   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
14:25:16 Collecting pytest-cov==2.6.1
14:25:16   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
14:25:16 Collecting pytest-timeout==1.3.3
14:25:16   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
14:25:16 Collecting pyflakes<2.1.0,>=2.0.0
14:25:16   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
14:25:16 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)
14:25:16 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)
14:25:16 Collecting pycodestyle<2.5.0,>=2.4.0
14:25:16   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
14:25:16 Collecting mccabe<0.7.0,>=0.6.0
14:25:16   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
14:25:16 Requirement already satisfied: pathlib2>=2.2.0; python_version < "3.6" in /usr/local/lib/python2.7/site-packages (from pytest==4.3.1->-r test-requirements.txt (line 5)) (2.3.5)
14:25:16 Collecting atomicwrites>=1.0
14:25:16   Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
14:25:16 Collecting py>=1.5.0
14:25:16   Downloading py-1.9.0-py2.py3-none-any.whl (99 kB)
14:25:16 Collecting attrs>=17.4.0
14:25:16   Downloading attrs-20.3.0-py2.py3-none-any.whl (49 kB)
14:25:16 Collecting more-itertools<6.0.0,>=4.0.0; python_version <= "2.7"
14:25:16   Downloading more_itertools-5.0.0-py2-none-any.whl (52 kB)
14:25:16 Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python2.7/site-packages (from pytest==4.3.1->-r test-requirements.txt (line 5)) (1.10.0)
14:25:16 Collecting pluggy>=0.7
14:25:16   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
14:25:16 Collecting funcsigs; python_version < "3.0"
14:25:16   Downloading funcsigs-1.0.2-py2.py3-none-any.whl (17 kB)
14:25:16 Requirement already satisfied: scandir; python_version < "3.5" in /usr/local/lib/python2.7/site-packages (from pathlib2>=2.2.0; python_version < "3.6"->pytest==4.3.1->-r test-requirements.txt (line 5)) (1.10.0)
14:25:16 Requirement already satisfied: importlib-metadata>=0.12; python_version < "3.8" in /usr/local/lib/python2.7/site-packages (from pluggy>=0.7->pytest==4.3.1->-r test-requirements.txt (line 5)) (1.6.0)
14:25:16 Requirement already satisfied: contextlib2; python_version < "3" in /usr/local/lib/python2.7/site-packages (from importlib-metadata>=0.12; python_version < "3.8"->pluggy>=0.7->pytest==4.3.1->-r test-requirements.txt (line 5)) (0.6.0.post1)
14:25:16 Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python2.7/site-packages (from importlib-metadata>=0.12; python_version < "3.8"->pluggy>=0.7->pytest==4.3.1->-r test-requirements.txt (line 5)) (1.2.0)
14:25:16 Building wheels for collected packages: mock
14:25:16   Building wheel for mock (setup.py): started
14:25:16   Building wheel for mock (setup.py): finished with status 'done'
14:25:16   Created wheel for mock: filename=mock-1.0.1-py2-none-any.whl size=23755 sha256=e3b5548e38e8a8bffaab3325615726f31cfc3a017482f6a4f3ff1170cd5c462b
14:25:16   Stored in directory: /root/.cache/pip/wheels/ad/62/e0/a06cc957652749e64c7904e899eca3ecb2ec47c60d52653660
14:25:16 Successfully built mock
14:25:17 Installing collected packages: setuptools, coverage, pyflakes, pycodestyle, mccabe, flake8, mock, atomicwrites, py, attrs, more-itertools, pluggy, funcsigs, pytest, pytest-cov, pytest-timeout
14:25:17   Attempting uninstall: setuptools
14:25:17     Found existing installation: setuptools 44.1.0
14:25:17     Uninstalling setuptools-44.1.0:
14:25:17       Successfully uninstalled setuptools-44.1.0
14:25:17 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
14:25:17 WARNING: You are using pip version 20.0.2; however, version 20.3 is available.
14:25:17 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
14:25:18 Removing intermediate container e6829ea8028e
14:25:18  ---> de60175fb038
14:25:18 Step 20/21 : COPY . /src
14:25:18  ---> a8bc5c76b1af
14:25:18 Step 21/21 : RUN pip install .
14:25:18  ---> Running in be70e0bc8f33
14:25:19 /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
14:25:19   from cryptography import x509
14:25:19 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
14:25:19 Processing /src
14:25:19 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (1.10.0)
14:25:19 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)
14:25:19 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)
14:25:19 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)
14:25:19 Requirement already satisfied: ipaddress>=1.0.16 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (1.0.18)
14:25:19 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)
14:25:19 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)
14:25:19 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)
14:25:19 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)
14:25:19 Building wheels for collected packages: docker
14:25:19   Building wheel for docker (setup.py): started
14:25:19   Building wheel for docker (setup.py): finished with status 'done'
14:25:19   Created wheel for docker: filename=docker-4.4.0.dev0-py2.py3-none-any.whl size=146825 sha256=748429f1dc906c8ff47346d891da739d71a465fcd64547385bdde7243d54c4ea
14:25:19   Stored in directory: /tmp/pip-ephem-wheel-cache-2SYxDs/wheels/dc/45/28/050a7fcd95fc9b9f504d64d6668214323c48b439857458e65c
14:25:19 Successfully built docker
14:25:20 Installing collected packages: docker
14:25:20 Successfully installed docker-4.4.0.dev0
14:25:20 WARNING: You are using pip version 20.0.2; however, version 20.3 is available.
14:25:20 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
14:25:20 Removing intermediate container be70e0bc8f33
14:25:20  ---> 76e7b75bd1d5
14:25:20 Successfully built 76e7b75bd1d5
14:25:20 Successfully tagged dockerbuildbot/docker-py:py2-55798d80d3c65d2bf4f526bfa636fe0ec4d2e5a7
[Pipeline] isUnix
[Pipeline] sh
14:25:21 + docker tag dockerbuildbot/docker-py:py2-55798d80d3c65d2bf4f526bfa636fe0ec4d2e5a7 dockerbuildbot/docker-py:py2-55798d80d3c65d2bf4f526bfa636fe0ec4d2e5a7
[Pipeline] isUnix
[Pipeline] sh
14:25:21 + docker push dockerbuildbot/docker-py:py2-55798d80d3c65d2bf4f526bfa636fe0ec4d2e5a7
14:25:21 The push refers to repository [docker.io/dockerbuildbot/docker-py]
14:25:21 63a40341b9f5: Preparing
14:25:21 07623eb49e74: Preparing
14:25:21 4f2e680844e7: Preparing
14:25:21 cdd8aea2d5ff: Preparing
14:25:21 2dc8d28ce646: Preparing
14:25:21 7ff48de9d37c: Preparing
14:25:21 0431823ab664: Preparing
14:25:21 48ae1b06e6e4: Preparing
14:25:21 1a9583819934: Preparing
14:25:21 f8575097427e: Preparing
14:25:21 dffd82845b91: Preparing
14:25:21 9f45b1c190af: Preparing
14:25:21 27c6c96f1315: Preparing
14:25:21 3a6dd6039a94: Preparing
14:25:21 ad6c33b315f7: Preparing
14:25:21 4fcfcf26826d: Preparing
14:25:21 404bfc94ef2f: Preparing
14:25:21 e571d2d3c73c: Preparing
14:25:21 da7b0a80a4f2: Preparing
14:25:21 ceee8816bb96: Preparing
14:25:21 47458fb45d99: Preparing
14:25:21 46829331b1e4: Preparing
14:25:21 d35c5bda4793: Preparing
14:25:21 a3c1026c6bcc: Preparing
14:25:21 f1d420c2af1a: Preparing
14:25:21 461719022993: Preparing
14:25:21 7ff48de9d37c: Waiting
14:25:21 0431823ab664: Waiting
14:25:21 48ae1b06e6e4: Waiting
14:25:21 1a9583819934: Waiting
14:25:21 f8575097427e: Waiting
14:25:21 dffd82845b91: Waiting
14:25:21 9f45b1c190af: Waiting
14:25:21 27c6c96f1315: Waiting
14:25:21 3a6dd6039a94: Waiting
14:25:21 ad6c33b315f7: Waiting
14:25:21 4fcfcf26826d: Waiting
14:25:21 404bfc94ef2f: Waiting
14:25:21 e571d2d3c73c: Waiting
14:25:21 da7b0a80a4f2: Waiting
14:25:21 ceee8816bb96: Waiting
14:25:21 47458fb45d99: Waiting
14:25:21 46829331b1e4: Waiting
14:25:21 d35c5bda4793: Waiting
14:25:21 a3c1026c6bcc: Waiting
14:25:21 f1d420c2af1a: Waiting
14:25:21 461719022993: Waiting
14:25:23 cdd8aea2d5ff: Pushed
14:25:23 63a40341b9f5: Pushed
14:25:24 4f2e680844e7: Pushed
14:25:24 07623eb49e74: Pushed
14:25:24 7ff48de9d37c: Pushed
14:25:25 0431823ab664: Pushed
14:25:25 1a9583819934: Pushed
14:25:25 2dc8d28ce646: Pushed
14:25:26 48ae1b06e6e4: Pushed
14:25:26 f8575097427e: Pushed
14:25:27 dffd82845b91: Pushed
14:25:27 27c6c96f1315: Pushed
14:25:27 3a6dd6039a94: Pushed
14:25:27 e571d2d3c73c: Layer already exists
14:25:27 da7b0a80a4f2: Layer already exists
14:25:27 9f45b1c190af: Pushed
14:25:27 47458fb45d99: Layer already exists
14:25:27 46829331b1e4: Layer already exists
14:25:27 ceee8816bb96: Layer already exists
14:25:28 a3c1026c6bcc: Layer already exists
14:25:28 d35c5bda4793: Layer already exists
14:25:28 f1d420c2af1a: Layer already exists
14:25:28 ad6c33b315f7: Pushed
14:25:28 461719022993: Layer already exists
14:25:29 404bfc94ef2f: Pushed
14:25:29 4fcfcf26826d: Pushed
14:25:32 py2-55798d80d3c65d2bf4f526bfa636fe0ec4d2e5a7: digest: sha256:192bb093ab8f088a88d60eb14b21a6e6ae66a0f95dc225f8896750b4cdee29ba size: 5769
[Pipeline] isUnix
[Pipeline] sh
14:25:32 + docker pull dockerbuildbot/docker-py:py3-55798d80d3c65d2bf4f526bfa636fe0ec4d2e5a7
14:25:32 Error response from daemon: manifest for dockerbuildbot/docker-py:py3-55798d80d3c65d2bf4f526bfa636fe0ec4d2e5a7 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
14:25:33 + docker build -t dockerbuildbot/docker-py:py3-55798d80d3c65d2bf4f526bfa636fe0ec4d2e5a7 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
14:25:33 Sending build context to Docker daemon  1.369MB

14:25:33 Step 1/21 : ARG PYTHON_VERSION=3.7
14:25:33 Step 2/21 : FROM python:${PYTHON_VERSION}
14:25:33 3.7: Pulling from library/python
14:25:33 756975cb9c7e: Already exists
14:25:33 d77915b4e630: Pulling fs layer
14:25:33 5f37a0a41b6b: Pulling fs layer
14:25:33 96b2c1e36db5: Pulling fs layer
14:25:33 c495e8de12d2: Pulling fs layer
14:25:33 33382189822a: Pulling fs layer
14:25:33 6eaa0b6b8562: Pulling fs layer
14:25:33 adbdcbacafe9: Pulling fs layer
14:25:33 f860607a6cd9: Pulling fs layer
14:25:33 c495e8de12d2: Waiting
14:25:33 33382189822a: Waiting
14:25:33 6eaa0b6b8562: Waiting
14:25:33 adbdcbacafe9: Waiting
14:25:33 f860607a6cd9: Waiting
14:25:33 d77915b4e630: Verifying Checksum
14:25:33 d77915b4e630: Download complete
14:25:33 5f37a0a41b6b: Verifying Checksum
14:25:33 5f37a0a41b6b: Download complete
14:25:34 33382189822a: Verifying Checksum
14:25:34 33382189822a: Download complete
14:25:34 96b2c1e36db5: Verifying Checksum
14:25:34 96b2c1e36db5: Download complete
14:25:34 adbdcbacafe9: Verifying Checksum
14:25:34 adbdcbacafe9: Download complete
14:25:34 6eaa0b6b8562: Verifying Checksum
14:25:34 6eaa0b6b8562: Download complete
14:25:34 f860607a6cd9: Verifying Checksum
14:25:34 f860607a6cd9: Download complete
14:25:34 d77915b4e630: Pull complete
14:25:35 5f37a0a41b6b: Pull complete
14:25:36 c495e8de12d2: Verifying Checksum
14:25:36 c495e8de12d2: Download complete
14:25:37 96b2c1e36db5: Pull complete
14:25:44 c495e8de12d2: Pull complete
14:25:44 33382189822a: Pull complete
14:25:45 6eaa0b6b8562: Pull complete
14:25:45 adbdcbacafe9: Pull complete
14:25:45 f860607a6cd9: Pull complete
14:25:45 Digest: sha256:6008006c63b0a6043a11ac151cee572e0c8676b4ba3130ff23deff5f5d711237
14:25:45 Status: Downloaded newer image for python:3.7
14:25:45  ---> 94c9a318e47a
14:25:45 Step 3/21 : ARG APT_MIRROR
14:25:46  ---> Running in cc743203784a
14:25:46 Removing intermediate container cc743203784a
14:25:46  ---> ac3517afa4cd
14:25:46 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
14:25:46  ---> Running in 788f21322b8d
14:25:47 Removing intermediate container 788f21322b8d
14:25:47  ---> 6ca09123d329
14:25:47 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
14:25:47  ---> Running in d0c5a6651788
14:25:48 Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
14:25:48 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
14:25:48 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
14:25:48 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [253 kB]
14:25:48 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB]
14:25:48 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
14:25:50 Fetched 8406 kB in 2s (4497 kB/s)
14:25:50 Reading package lists...
14:25:51 Reading package lists...
14:25:51 Building dependency tree...
14:25:51 Reading state information...
14:25:51 The following additional packages will be installed:
14:25:51   tree
14:25:51 Suggested packages:
14:25:51   libxml-simple-perl ruby
14:25:51 Recommended packages:
14:25:51   qrencode xclip
14:25:51 The following NEW packages will be installed:
14:25:51   gnupg2 pass tree
14:25:51 0 upgraded, 3 newly installed, 0 to remove and 10 not upgraded.
14:25:51 Need to get 481 kB of archives.
14:25:51 After this operation, 684 kB of additional disk space will be used.
14:25:51 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
14:25:51 Get:2 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
14:25:51 Get:3 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
14:25:52 debconf: delaying package configuration, since apt-utils is not installed
14:25:52 Fetched 481 kB in 0s (1840 kB/s)
14:25:52 Selecting previously unselected package gnupg2.
14:25:52 (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 ... 24604 files and directories currently installed.)
14:25:52 Preparing to unpack .../gnupg2_2.2.12-1+deb10u1_all.deb ...
14:25:52 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
14:25:52 Selecting previously unselected package tree.
14:25:52 Preparing to unpack .../tree_1.8.0-1_amd64.deb ...
14:25:52 Unpacking tree (1.8.0-1) ...
14:25:52 Selecting previously unselected package pass.
14:25:52 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
14:25:52 Unpacking pass (1.7.3-2) ...
14:25:52 Setting up gnupg2 (2.2.12-1+deb10u1) ...
14:25:52 Setting up tree (1.8.0-1) ...
14:25:52 Setting up pass (1.7.3-2) ...
14:25:52 Removing intermediate container d0c5a6651788
14:25:52  ---> aa4303dd06a9
14:25:52 Step 6/21 : COPY tests/ssh-keys /root/.ssh
14:25:53  ---> f29a2b89515c
14:25:53 Step 7/21 : RUN chmod -R 600 /root/.ssh
14:25:53  ---> Running in f047e668dbc3
14:25:53 Removing intermediate container f047e668dbc3
14:25:53  ---> abb369a463c8
14:25:53 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys
14:25:54  ---> 8d6cc304dfec
14:25:54 Step 9/21 : RUN gpg2 --import gpg-keys/secret
14:25:54  ---> Running in a5c46263a3c1
14:25:54 gpg: directory '/root/.gnupg' created
14:25:54 gpg: keybox '/root/.gnupg/pubring.kbx' created
14:25:54 gpg: /root/.gnupg/trustdb.gpg: trustdb created
14:25:54 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
14:25:54 gpg: key 464ED987A7B21401: secret key imported
14:25:54 gpg: Total number processed: 1
14:25:54 gpg:               imported: 1
14:25:54 gpg:       secret keys read: 1
14:25:54 gpg:   secret keys imported: 1
14:25:54 Removing intermediate container a5c46263a3c1
14:25:54  ---> 91ed98850d50
14:25:54 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
14:25:54  ---> Running in 942c17a07356
14:25:55 gpg: inserting ownertrust of 6
14:25:55 Removing intermediate container 942c17a07356
14:25:55  ---> b15a001ce1dd
14:25:55 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
14:25:55  ---> Running in d4e8acdf6714
14:25:55 gpg: please do a --check-trustdb
14:25:55 mkdir: created directory '/root/.password-store/'
14:25:55 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
14:25:56 Removing intermediate container d4e8acdf6714
14:25:56  ---> e5fa808ea2af
14:25:56 Step 12/21 : RUN gpg2 --check-trustdb
14:25:56  ---> Running in 4430b09d6364
14:25:56 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
14:25:56 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
14:25:57 Removing intermediate container 4430b09d6364
14:25:57  ---> 411c082855b4
14:25:57 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3
14:25:57  ---> Running in 29642614ecd2
14:25:57 Removing intermediate container 29642614ecd2
14:25:57  ---> d03d75bdf1bd
14:25:57 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
14:25:57  ---> Running in 3a0cf2618052
14:25:58 Removing intermediate container 3a0cf2618052
14:25:58  ---> eb814256ae66
14:25:58 Step 15/21 : WORKDIR /src
14:25:58  ---> Running in dc5f5f976d98
14:25:58 Removing intermediate container dc5f5f976d98
14:25:58  ---> ad220228b2ad
14:25:58 Step 16/21 : COPY requirements.txt /src/requirements.txt
14:25:58  ---> 2e7c27af0ef9
14:25:58 Step 17/21 : RUN pip install -r requirements.txt
14:25:58  ---> Running in d06aecccf311
14:26:00 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
14:26:04 Collecting appdirs==1.4.3
14:26:05   Downloading appdirs-1.4.3-py2.py3-none-any.whl (12 kB)
14:26:05 Collecting asn1crypto==0.22.0
14:26:05   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
14:26:05 Collecting backports.ssl-match-hostname==3.5.0.1
14:26:05   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
14:26:05 Collecting cffi==1.10.0
14:26:05   Downloading cffi-1.10.0.tar.gz (418 kB)
14:26:06 Collecting cryptography==3.2
14:26:06   Downloading cryptography-3.2-cp35-abi3-manylinux2010_x86_64.whl (2.6 MB)
14:26:06 Collecting enum34==1.1.6
14:26:06   Downloading enum34-1.1.6-py3-none-any.whl (12 kB)
14:26:06 Collecting idna==2.5
14:26:06   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
14:26:06 Collecting ipaddress==1.0.18
14:26:06   Downloading ipaddress-1.0.18.tar.gz (32 kB)
14:26:07 Collecting packaging==16.8
14:26:07   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
14:26:07 Collecting paramiko==2.4.2
14:26:07   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
14:26:07 Collecting pycparser==2.17
14:26:07   Downloading pycparser-2.17.tar.gz (231 kB)
14:26:07 Collecting pyOpenSSL==18.0.0
14:26:07   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
14:26:07 Collecting pyparsing==2.2.0
14:26:07   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
14:26:07 Collecting requests==2.20.0
14:26:07   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
14:26:07 Collecting six==1.10.0
14:26:07   Downloading six-1.10.0-py2.py3-none-any.whl (10 kB)
14:26:07 Collecting urllib3==1.24.3
14:26:07   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
14:26:07 Collecting websocket-client==0.56.0
14:26:07   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
14:26:07 Collecting pyasn1>=0.1.7
14:26:07   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
14:26:07 Collecting pynacl>=1.0.1
14:26:07   Downloading PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB)
14:26:07 Collecting bcrypt>=3.1.3
14:26:07   Downloading bcrypt-3.2.0-cp36-abi3-manylinux2010_x86_64.whl (63 kB)
14:26:07 Collecting certifi>=2017.4.17
14:26:07   Downloading certifi-2020.11.8-py2.py3-none-any.whl (155 kB)
14:26:07 Collecting chardet<3.1.0,>=3.0.2
14:26:07   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
14:26:07 Building wheels for collected packages: backports.ssl-match-hostname, cffi, ipaddress, pycparser
14:26:07   Building wheel for backports.ssl-match-hostname (setup.py): started
14:26:08   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
14:26:08   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py3-none-any.whl size=5206 sha256=02e2f9f21899f7c9913a0339c0531104740f8d4c65e883df39b05392034f1eb9
14:26:08   Stored in directory: /root/.cache/pip/wheels/93/72/f6/df894bfc7947d11f89dbdb4e9b786703a43cd547c1b5e8c738
14:26:08   Building wheel for cffi (setup.py): started
14:26:11   Building wheel for cffi (setup.py): finished with status 'done'
14:26:11   Created wheel for cffi: filename=cffi-1.10.0-cp37-cp37m-linux_x86_64.whl size=371214 sha256=50535a7efcfc5617e5c1867ef1c28c2f613297186a5bd553ef8c8fd7b498a13c
14:26:11   Stored in directory: /root/.cache/pip/wheels/cc/8d/6c/d24a8db003ac4a51d9959a9985718fac84e1baa5ec6c42d115
14:26:11   Building wheel for ipaddress (setup.py): started
14:26:11   Building wheel for ipaddress (setup.py): finished with status 'done'
14:26:11   Created wheel for ipaddress: filename=ipaddress-1.0.18-py3-none-any.whl size=18105 sha256=7df638412b144212d3368c92e8527b4f148e2769dcea93f868ad3465acfc99a2
14:26:11   Stored in directory: /root/.cache/pip/wheels/54/90/bd/f99e221ab77ef8e6d65c14efe986cef3360da2990396093151
14:26:11   Building wheel for pycparser (setup.py): started
14:26:12   Building wheel for pycparser (setup.py): finished with status 'done'
14:26:12   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=192840 sha256=133796efe3dd39e89940b0a0ac45cfa51ce882368845825915e8a96435fe6f14
14:26:12   Stored in directory: /root/.cache/pip/wheels/91/50/7a/9f94e39b01559aa44c3cefb775d7befcc01d0a6ed0093cab37
14:26:12 Successfully built backports.ssl-match-hostname cffi ipaddress pycparser
14:26:12 Installing collected packages: appdirs, asn1crypto, backports.ssl-match-hostname, pycparser, cffi, six, cryptography, enum34, idna, ipaddress, pyparsing, packaging, pyasn1, pynacl, bcrypt, paramiko, pyOpenSSL, certifi, urllib3, chardet, requests, websocket-client
14:26:13 Successfully installed appdirs-1.4.3 asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.2.0 certifi-2020.11.8 cffi-1.10.0 chardet-3.0.4 cryptography-3.2 enum34-1.1.6 idna-2.5 ipaddress-1.0.18 packaging-16.8 paramiko-2.4.2 pyOpenSSL-18.0.0 pyasn1-0.4.8 pycparser-2.17 pynacl-1.4.0 pyparsing-2.2.0 requests-2.20.0 six-1.10.0 urllib3-1.24.3 websocket-client-0.56.0
14:26:17 WARNING: You are using pip version 20.2.4; however, version 20.3 is available.
14:26:17 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
14:26:18 Removing intermediate container d06aecccf311
14:26:18  ---> bb0ce50b6e7d
14:26:18 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
14:26:19  ---> 6871f1b93630
14:26:19 Step 19/21 : RUN pip install -r test-requirements.txt
14:26:19  ---> Running in 0ef04885250e
14:26:24 Collecting setuptools==44.0.0
14:26:25   Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB)
14:26:25 Collecting coverage==4.5.2
14:26:25   Downloading coverage-4.5.2-cp37-cp37m-manylinux1_x86_64.whl (205 kB)
14:26:25 Collecting flake8==3.6.0
14:26:25   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
14:26:25 Collecting mock==1.0.1
14:26:25   Downloading mock-1.0.1.tar.gz (818 kB)
14:26:26 Collecting pytest==4.3.1
14:26:26   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
14:26:26 Collecting pytest-cov==2.6.1
14:26:26   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
14:26:26 Collecting pytest-timeout==1.3.3
14:26:26   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
14:26:26 Collecting pycodestyle<2.5.0,>=2.4.0
14:26:26   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
14:26:26 Collecting mccabe<0.7.0,>=0.6.0
14:26:26   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
14:26:26 Collecting pyflakes<2.1.0,>=2.0.0
14:26:26   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
14:26:26 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)
14:26:26 Collecting attrs>=17.4.0
14:26:26   Downloading attrs-20.3.0-py2.py3-none-any.whl (49 kB)
14:26:26 Collecting more-itertools>=4.0.0; python_version > "2.7"
14:26:26   Downloading more_itertools-8.6.0-py3-none-any.whl (45 kB)
14:26:26 Collecting py>=1.5.0
14:26:26   Downloading py-1.9.0-py2.py3-none-any.whl (99 kB)
14:26:26 Collecting atomicwrites>=1.0
14:26:26   Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
14:26:26 Collecting pluggy>=0.7
14:26:26   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
14:26:26 Collecting importlib-metadata>=0.12; python_version < "3.8"
14:26:26   Downloading importlib_metadata-3.1.0-py2.py3-none-any.whl (9.3 kB)
14:26:26 Collecting zipp>=0.5
14:26:26   Downloading zipp-3.4.0-py3-none-any.whl (5.2 kB)
14:26:26 Building wheels for collected packages: mock
14:26:26   Building wheel for mock (setup.py): started
14:26:26   Building wheel for mock (setup.py): finished with status 'done'
14:26:26   Created wheel for mock: filename=mock-1.0.1-py3-none-any.whl size=23754 sha256=95e5b422321a533b770ba6f9f248d89f115e36ef1b47174141dff0f109108b4c
14:26:26   Stored in directory: /root/.cache/pip/wheels/16/03/37/f0a64ab894c9102906f192db1a4071b7592292ad661563c69b
14:26:26 Successfully built mock
14:26:27 Installing collected packages: setuptools, coverage, pycodestyle, mccabe, pyflakes, flake8, mock, attrs, more-itertools, py, atomicwrites, zipp, importlib-metadata, pluggy, pytest, pytest-cov, pytest-timeout
14:26:27   Attempting uninstall: setuptools
14:26:27     Found existing installation: setuptools 50.3.2
14:26:27     Uninstalling setuptools-50.3.2:
14:26:27       Successfully uninstalled setuptools-50.3.2
14:26:28 Successfully installed atomicwrites-1.4.0 attrs-20.3.0 coverage-4.5.2 flake8-3.6.0 importlib-metadata-3.1.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
14:26:28 WARNING: You are using pip version 20.2.4; however, version 20.3 is available.
14:26:28 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
14:26:28 Removing intermediate container 0ef04885250e
14:26:28  ---> b645febd52e2
14:26:28 Step 20/21 : COPY . /src
14:26:28  ---> 734458688c99
14:26:28 Step 21/21 : RUN pip install .
14:26:28  ---> Running in 72019fa8ba6d
14:26:29 Processing /src
14:26:29 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.7/site-packages (from docker==4.4.0.dev0) (1.10.0)
14:26:29 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)
14:26:29 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)
14:26:29 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)
14:26:29 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)
14:26:29 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)
14:26:29 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)
14:26:29 Building wheels for collected packages: docker
14:26:29   Building wheel for docker (setup.py): started
14:26:30   Building wheel for docker (setup.py): finished with status 'done'
14:26:30   Created wheel for docker: filename=docker-4.4.0.dev0-py2.py3-none-any.whl size=146827 sha256=94816cf19be192161e75653af6a7b126ec96b7077bc4d385ca316fb4035d56ee
14:26:30   Stored in directory: /tmp/pip-ephem-wheel-cache-dgssvpfv/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525
14:26:30 Successfully built docker
14:26:30 Installing collected packages: docker
14:26:30 Successfully installed docker-4.4.0.dev0
14:26:30 WARNING: You are using pip version 20.2.4; however, version 20.3 is available.
14:26:30 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
14:26:30 Removing intermediate container 72019fa8ba6d
14:26:30  ---> 9e7b1ba34e64
14:26:30 Successfully built 9e7b1ba34e64
14:26:30 Successfully tagged dockerbuildbot/docker-py:py3-55798d80d3c65d2bf4f526bfa636fe0ec4d2e5a7
[Pipeline] isUnix
[Pipeline] sh
14:26:31 + docker tag dockerbuildbot/docker-py:py3-55798d80d3c65d2bf4f526bfa636fe0ec4d2e5a7 dockerbuildbot/docker-py:py3-55798d80d3c65d2bf4f526bfa636fe0ec4d2e5a7
[Pipeline] isUnix
[Pipeline] sh
14:26:31 + docker push dockerbuildbot/docker-py:py3-55798d80d3c65d2bf4f526bfa636fe0ec4d2e5a7
14:26:31 The push refers to repository [docker.io/dockerbuildbot/docker-py]
14:26:31 8a29d61f4f9c: Preparing
14:26:31 96bd7baf406c: Preparing
14:26:31 fb8d19849463: Preparing
14:26:31 cb9c4b47431e: Preparing
14:26:31 cd870714b2ae: Preparing
14:26:31 bcd2b854f2b8: Preparing
14:26:31 df4ccc5538e6: Preparing
14:26:31 b66f2e4883b0: Preparing
14:26:31 e4e806089bd2: Preparing
14:26:31 541eaf6b5ef9: Preparing
14:26:31 ffe7899d158d: Preparing
14:26:31 e4eb32e0377d: Preparing
14:26:31 9f93dbf202b6: Preparing
14:26:31 8652f5592984: Preparing
14:26:31 11636cbbbc5e: Preparing
14:26:31 9b1c81776125: Preparing
14:26:31 92de9c439651: Preparing
14:26:31 adec77bceebb: Preparing
14:26:31 026c477245c5: Preparing
14:26:31 ee78bcfefc78: Preparing
14:26:31 c4a6d8ca5d2c: Preparing
14:26:31 059ed1793a98: Preparing
14:26:31 712264374d24: Preparing
14:26:31 475b4eb79695: Preparing
14:26:31 f3be340a54b9: Preparing
14:26:31 114ca5b7280f: Preparing
14:26:31 bcd2b854f2b8: Waiting
14:26:31 df4ccc5538e6: Waiting
14:26:31 b66f2e4883b0: Waiting
14:26:31 e4e806089bd2: Waiting
14:26:31 541eaf6b5ef9: Waiting
14:26:31 ffe7899d158d: Waiting
14:26:31 e4eb32e0377d: Waiting
14:26:31 9f93dbf202b6: Waiting
14:26:31 8652f5592984: Waiting
14:26:31 11636cbbbc5e: Waiting
14:26:31 9b1c81776125: Waiting
14:26:31 92de9c439651: Waiting
14:26:31 adec77bceebb: Waiting
14:26:31 026c477245c5: Waiting
14:26:31 ee78bcfefc78: Waiting
14:26:31 c4a6d8ca5d2c: Waiting
14:26:31 059ed1793a98: Waiting
14:26:31 712264374d24: Waiting
14:26:31 475b4eb79695: Waiting
14:26:31 f3be340a54b9: Waiting
14:26:31 114ca5b7280f: Waiting
14:26:33 96bd7baf406c: Pushed
14:26:33 cb9c4b47431e: Pushed
14:26:33 8a29d61f4f9c: Pushed
14:26:34 fb8d19849463: Pushed
14:26:35 df4ccc5538e6: Pushed
14:26:35 b66f2e4883b0: Pushed
14:26:35 bcd2b854f2b8: Pushed
14:26:35 cd870714b2ae: Pushed
14:26:36 e4e806089bd2: Pushed
14:26:36 ffe7899d158d: Pushed
14:26:37 e4eb32e0377d: Pushed
14:26:37 541eaf6b5ef9: Pushed
14:26:37 9f93dbf202b6: Pushed
14:26:37 adec77bceebb: Layer already exists
14:26:37 026c477245c5: Layer already exists
14:26:37 ee78bcfefc78: Layer already exists
14:26:37 c4a6d8ca5d2c: Layer already exists
14:26:37 059ed1793a98: Layer already exists
14:26:37 712264374d24: Layer already exists
14:26:37 475b4eb79695: Layer already exists
14:26:37 f3be340a54b9: Layer already exists
14:26:37 8652f5592984: Pushed
14:26:37 114ca5b7280f: Layer already exists
14:26:38 11636cbbbc5e: Pushed
14:26:38 92de9c439651: Pushed
14:26:40 9b1c81776125: Pushed
14:26:42 py3-55798d80d3c65d2bf4f526bfa636fe0ec4d2e5a7: digest: sha256:b2be8630cc48ca5ee636ecc9c86fe9ccc775a92d0154ab7a5b3732fa62b5a1ab size: 5765
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0cc013d395c274de0) in /home/ubuntu/workspace/docker-py_PR-2711
[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-2711@tmp/8286e8e8-0fd2-42e2-ba40-8aec441d7e63/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
14:26:43 + docker run --rm --entrypoint=python dockerbuildbot/docker-py:py3-55798d80d3c65d2bf4f526bfa636fe0ec4d2e5a7 /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-rc1)
[Pipeline] { (Branch: py2.7_19.03.13)
[Pipeline] { (Branch: py3.7_19.03.12)
[Pipeline] { (Branch: py3.7_20.10.0-rc1)
[Pipeline] { (Branch: py3.7_19.03.13)
[Pipeline] node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0cc013d395c274de0) in /home/ubuntu/workspace/docker-py_PR-2711
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2711@tmp/3ffd3ecc-b8d5-4275-a9b2-92b97c94f1f1/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
14:27:10 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
14:27:10 chowning workspace
[Pipeline] sh
14:27:10 + pwd
14:27:10 + id -u
14:27:10 + id -g
14:27:10 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2711:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
14:27:10 Removing all docker containers
[Pipeline] sh
14:27:11 + docker container ls -aq
[Pipeline] echo
14:27:11 Docker containers have been removed
[Pipeline] echo
14:27:11 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
14:27:11 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.12)
[Pipeline] checkout
14:27:11 using credential docker-jenkins-github-credentials
14:27:11 Cloning the remote Git repository
14:27:11 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-2711 # 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/2711/head:refs/remotes/origin/PR-2711 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:27:12 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/2711/head:refs/remotes/origin/PR-2711 # 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/2711/head:refs/remotes/origin/PR-2711 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:27:12 Merging remotes/origin/master commit 1757c974fa3a05b0e9b783af85242b18df09d05d into PR head commit 55798d80d3c65d2bf4f526bfa636fe0ec4d2e5a7
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0cc013d395c274de0) in /home/ubuntu/workspace/docker-py_PR-2711
[Pipeline] // node
[Pipeline] {
[Pipeline] }
Failed in branch py2.7_19.03.12
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2711@tmp/b5a64710-6e44-483f-af14-0e38adc5189a/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
14:27:12 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
14:27:12 chowning workspace
[Pipeline] sh
14:27:12 + pwd
14:27:12 + id -u
14:27:12 + id -g
14:27:12 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2711:/workspace busybox chown -R 1000:1000 /workspace
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 55798d80d3c65d2bf4f526bfa636fe0ec4d2e5a7 # timeout=10
[Pipeline] echo
14:27:13 Removing all docker containers
[Pipeline] sh
14:27:13 + docker container ls -aq
[Pipeline] echo
14:27:13 Docker containers have been removed
[Pipeline] echo
14:27:13 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
14:27:13 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=20.10.0-rc1)
[Pipeline] checkout
14:27:13 using credential docker-jenkins-github-credentials
14:27:13 Cloning the remote Git repository
14:27:13 Cloning with configured refspecs honoured and without tags
14:27:14 Fetching without tags
14:27:14 Merging remotes/origin/master commit 1757c974fa3a05b0e9b783af85242b18df09d05d into PR head commit 55798d80d3c65d2bf4f526bfa636fe0ec4d2e5a7
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2711 # 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/2711/head:refs/remotes/origin/PR-2711 +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/2711/head:refs/remotes/origin/PR-2711 # 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/2711/head:refs/remotes/origin/PR-2711 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 55798d80d3c65d2bf4f526bfa636fe0ec4d2e5a7 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0cc013d395c274de0) in /home/ubuntu/workspace/docker-py_PR-2711
[Pipeline] }
Failed in branch py2.7_20.10.0-rc1
[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-2711@tmp/d6054939-f248-4eae-80eb-233c8b928fc9/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
14:27:14 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
14:27:14 chowning workspace
[Pipeline] sh
14:27:15 + pwd
14:27:15 + id -u
14:27:15 + id -g
14:27:15 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2711:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
14:27:15 Removing all docker containers
[Pipeline] sh
14:27:16 + docker container ls -aq
[Pipeline] echo
14:27:16 Docker containers have been removed
[Pipeline] echo
14:27:16 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
14:27:16 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.13)
[Pipeline] checkout
14:27:16 using credential docker-jenkins-github-credentials
14:27:16 Cloning the remote Git repository
14:27:16 Cloning with configured refspecs honoured and without tags
14:27:16 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2711 # 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/2711/head:refs/remotes/origin/PR-2711 +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/2711/head:refs/remotes/origin/PR-2711 # 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/2711/head:refs/remotes/origin/PR-2711 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:27:17 Merging remotes/origin/master commit 1757c974fa3a05b0e9b783af85242b18df09d05d into PR head commit 55798d80d3c65d2bf4f526bfa636fe0ec4d2e5a7
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0cc013d395c274de0) in /home/ubuntu/workspace/docker-py_PR-2711
[Pipeline] // node
[Pipeline] {
[Pipeline] }
Failed in branch py2.7_19.03.13
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2711@tmp/ba4bf7c2-7b1f-46f5-a1b3-e54b00c40e7c/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
14:27:17 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
14:27:17 chowning workspace
[Pipeline] sh
14:27:17 + pwd
14:27:17 + id -u
14:27:17 + id -g
14:27:17 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2711:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
14:27:18 Removing all docker containers
[Pipeline] sh
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 55798d80d3c65d2bf4f526bfa636fe0ec4d2e5a7 # timeout=10
14:27:18 + docker container ls -aq
[Pipeline] echo
14:27:18 Docker containers have been removed
[Pipeline] echo
14:27:18 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
14:27:18 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.12)
[Pipeline] checkout
14:27:18 using credential docker-jenkins-github-credentials
14:27:18 Cloning the remote Git repository
14:27:18 Cloning with configured refspecs honoured and without tags
14:27:19 Fetching without tags
14:27:19 Merging remotes/origin/master commit 1757c974fa3a05b0e9b783af85242b18df09d05d into PR head commit 55798d80d3c65d2bf4f526bfa636fe0ec4d2e5a7
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2711 # 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/2711/head:refs/remotes/origin/PR-2711 +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/2711/head:refs/remotes/origin/PR-2711 # 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/2711/head:refs/remotes/origin/PR-2711 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 55798d80d3c65d2bf4f526bfa636fe0ec4d2e5a7 # timeout=10
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0cc013d395c274de0) in /home/ubuntu/workspace/docker-py_PR-2711
[Pipeline] // node
[Pipeline] {
[Pipeline] }
Failed in branch py3.7_19.03.12
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2711@tmp/d3d58834-009f-446f-b476-7d5e60261e38/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
14:27:19 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
14:27:19 chowning workspace
[Pipeline] sh
14:27:19 + pwd
14:27:19 + id -u
14:27:19 + id -g
14:27:19 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2711:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
14:27:20 Removing all docker containers
[Pipeline] sh
14:27:20 + docker container ls -aq
[Pipeline] echo
14:27:20 Docker containers have been removed
[Pipeline] echo
14:27:20 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
14:27:20 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=20.10.0-rc1)
[Pipeline] checkout
14:27:20 using credential docker-jenkins-github-credentials
14:27:20 Cloning the remote Git repository
14:27:20 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-2711 # 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/2711/head:refs/remotes/origin/PR-2711 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:27:21 Fetching without tags
14:27:21 Merging remotes/origin/master commit 1757c974fa3a05b0e9b783af85242b18df09d05d into PR head commit 55798d80d3c65d2bf4f526bfa636fe0ec4d2e5a7
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0cc013d395c274de0) in /home/ubuntu/workspace/docker-py_PR-2711
[Pipeline] // node
[Pipeline] {
[Pipeline] }
Failed in branch py3.7_20.10.0-rc1
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2711/head:refs/remotes/origin/PR-2711 # 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/2711/head:refs/remotes/origin/PR-2711 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 55798d80d3c65d2bf4f526bfa636fe0ec4d2e5a7 # 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-2711@tmp/9ce94ae1-05b1-4fff-93fc-3b95916acbda/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
14:27:21 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
14:27:21 chowning workspace
[Pipeline] sh
14:27:22 + pwd
14:27:22 + id -u
14:27:22 + id -g
14:27:22 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2711:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
14:27:22 Removing all docker containers
[Pipeline] sh
14:27:23 + docker container ls -aq
[Pipeline] echo
14:27:23 Docker containers have been removed
[Pipeline] echo
14:27:23 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
14:27:23 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.13)
[Pipeline] checkout
14:27:23 using credential docker-jenkins-github-credentials
14:27:23 Cloning the remote Git repository
14:27:23 Cloning with configured refspecs honoured and without tags
14:27:23 Fetching without tags
14:27:23 Merging remotes/origin/master commit 1757c974fa3a05b0e9b783af85242b18df09d05d into PR head commit 55798d80d3c65d2bf4f526bfa636fe0ec4d2e5a7
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.13
[Pipeline] // parallel
[Pipeline] End of Pipeline
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2711 # 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/2711/head:refs/remotes/origin/PR-2711 +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/2711/head:refs/remotes/origin/PR-2711 # 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/2711/head:refs/remotes/origin/PR-2711 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 55798d80d3c65d2bf4f526bfa636fe0ec4d2e5a7 # timeout=10

GitHub has been notified of this commit’s build result

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

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

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

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

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

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

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