Skip to content
Failed

Console Output

Pull request #2721 updated
22:44:43 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 4574cac8455ec6ce41583670062a889735ec70a2+1757c974fa3a05b0e9b783af85242b18df09d05d (6b24eaf6beeb0cfdb34a649054d668583c0ae4de)
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
using credential jps-reader
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file"
 > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
All nodes of label ‘amd64&&ubuntu-1804&&overlay2’ are offline
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-00246ac542e615934) in /home/ubuntu/workspace/docker-py_PR-2721
[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-2721@tmp/c8f735cf-9399-46af-8875-27f915133e84/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
22:45:51 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
22:45:51 chowning workspace
[Pipeline] sh
22:45:51 + pwd
22:45:51 + id -u
22:45:51 + id -g
22:45:51 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2721:/workspace busybox chown -R 1000:1000 /workspace
22:45:51 Unable to find image 'busybox:latest' locally
22:45:52 latest: Pulling from library/busybox
22:45:52 ea97eb0eb3ec: Pulling fs layer
22:45:52 ea97eb0eb3ec: Verifying Checksum
22:45:52 ea97eb0eb3ec: Download complete
22:45:52 ea97eb0eb3ec: Pull complete
22:45:53 Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678
22:45:53 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
22:45:58 Removing all docker containers
[Pipeline] sh
22:45:58 + docker container ls -aq
[Pipeline] echo
22:45:58 Docker containers have been removed
[Pipeline] echo
22:45:58 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
22:45:58 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
22:46:01 using credential docker-jenkins-github-credentials
22:46:01 Cloning the remote Git repository
22:46:01 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-2721 # 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/2721/head:refs/remotes/origin/PR-2721 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:46:04 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/2721/head:refs/remotes/origin/PR-2721 # 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/2721/head:refs/remotes/origin/PR-2721 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:46:04 Merging remotes/origin/master commit 1757c974fa3a05b0e9b783af85242b18df09d05d into PR head commit 4574cac8455ec6ce41583670062a889735ec70a2
22:46:04 Merge succeeded, producing 4574cac8455ec6ce41583670062a889735ec70a2
22:46:04 Checking out Revision 4574cac8455ec6ce41583670062a889735ec70a2 (PR-2721)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4574cac8455ec6ce41583670062a889735ec70a2 # 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 4574cac8455ec6ce41583670062a889735ec70a2 # timeout=10
22:46:09 Commit message: "Add github actions"
22:46:09 First time build. Skipping changelog.
[Pipeline] sh
 > git rev-list --no-walk f832ff42535ff6dfd9cc298c172836228e7d27c5 # timeout=10
22:46:09 + git rev-parse HEAD
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] isUnix
[Pipeline] sh
22:46:10 + docker pull dockerbuildbot/docker-py:sshdind-4574cac8455ec6ce41583670062a889735ec70a2
22:46:10 Error response from daemon: manifest for dockerbuildbot/docker-py:sshdind-4574cac8455ec6ce41583670062a889735ec70a2 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
$ 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-2721@tmp/e93df075-8214-4acf-b9ea-8ca8df15af77/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
22:46:11 + docker build -t dockerbuildbot/docker-py:sshdind-4574cac8455ec6ce41583670062a889735ec70a2 -f tests/Dockerfile-ssh-dind .
22:46:11 Sending build context to Docker daemon   1.38MB

22:46:11 Step 1/11 : ARG API_VERSION=1.39
22:46:11 Step 2/11 : ARG ENGINE_VERSION=19.03.12
22:46:11 Step 3/11 : FROM docker:${ENGINE_VERSION}-dind
22:46:11 19.03.12-dind: Pulling from library/docker
22:46:11 df20fa9351a1: Pulling fs layer
22:46:11 25ad7478873d: Pulling fs layer
22:46:11 4684f6177b5d: Pulling fs layer
22:46:11 46e300cec669: Pulling fs layer
22:46:11 63038576ad94: Pulling fs layer
22:46:11 0fdb76c4706c: Pulling fs layer
22:46:11 cb7edeffdfd5: Pulling fs layer
22:46:11 cc28bd76800f: Pulling fs layer
22:46:11 54196fe38f7e: Pulling fs layer
22:46:11 ea71acc29633: Pulling fs layer
22:46:11 657cc4c15165: Pulling fs layer
22:46:11 0fdb76c4706c: Waiting
22:46:11 cb7edeffdfd5: Waiting
22:46:11 cc28bd76800f: Waiting
22:46:11 54196fe38f7e: Waiting
22:46:11 ea71acc29633: Waiting
22:46:11 657cc4c15165: Waiting
22:46:11 46e300cec669: Waiting
22:46:11 63038576ad94: Waiting
22:46:11 4684f6177b5d: Verifying Checksum
22:46:11 4684f6177b5d: Download complete
22:46:11 df20fa9351a1: Verifying Checksum
22:46:11 df20fa9351a1: Download complete
22:46:11 63038576ad94: Verifying Checksum
22:46:11 63038576ad94: Download complete
22:46:11 25ad7478873d: Verifying Checksum
22:46:11 25ad7478873d: Download complete
22:46:11 0fdb76c4706c: Verifying Checksum
22:46:11 0fdb76c4706c: Download complete
22:46:11 cb7edeffdfd5: Verifying Checksum
22:46:11 cb7edeffdfd5: Download complete
22:46:11 54196fe38f7e: Verifying Checksum
22:46:11 54196fe38f7e: Download complete
22:46:11 ea71acc29633: Verifying Checksum
22:46:11 ea71acc29633: Download complete
22:46:12 657cc4c15165: Verifying Checksum
22:46:12 657cc4c15165: Download complete
22:46:12 cc28bd76800f: Verifying Checksum
22:46:12 cc28bd76800f: Download complete
22:46:12 df20fa9351a1: Pull complete
22:46:12 25ad7478873d: Pull complete
22:46:13 4684f6177b5d: Pull complete
22:46:13 46e300cec669: Verifying Checksum
22:46:13 46e300cec669: Download complete
22:46:18 46e300cec669: Pull complete
22:46:18 63038576ad94: Pull complete
22:46:18 0fdb76c4706c: Pull complete
22:46:18 cb7edeffdfd5: Pull complete
22:46:18 cc28bd76800f: Pull complete
22:46:18 54196fe38f7e: Pull complete
22:46:18 ea71acc29633: Pull complete
22:46:18 657cc4c15165: Pull complete
22:46:18 Digest: sha256:674f1f40ff7c8ac14f5d8b6b28d8fb1f182647ff75304d018003f1e21a0d8771
22:46:18 Status: Downloaded newer image for docker:19.03.12-dind
22:46:18  ---> 66dc2d45749a
22:46:18 Step 4/11 : RUN apk add --no-cache 		openssh
22:46:22  ---> Running in 81b2e6d5dbc3
22:46:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
22:46:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
22:46:23 (1/4) Installing openssh-sftp-server (8.3_p1-r0)
22:46:23 (2/4) Installing openssh-server-common (8.3_p1-r0)
22:46:23 (3/4) Installing openssh-server (8.3_p1-r0)
22:46:23 (4/4) Installing openssh (8.3_p1-r0)
22:46:23 Executing busybox-1.31.1-r16.trigger
22:46:23 OK: 28 MiB in 51 packages
22:46:24 Removing intermediate container 81b2e6d5dbc3
22:46:24  ---> d80800cb6fef
22:46:24 Step 5/11 : RUN ssh-keygen -A
22:46:24  ---> Running in 4ed90ee94aa5
22:46:25 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
22:46:26 Removing intermediate container 4ed90ee94aa5
22:46:26  ---> 97bcd72eaa11
22:46:26 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
22:46:26  ---> Running in da8ae9e351bc
22:46:27 Removing intermediate container da8ae9e351bc
22:46:27  ---> da7d1beb7587
22:46:27 Step 7/11 : COPY tests/ssh-keys/authorized_keys /root/.ssh/authorized_keys
22:46:27  ---> 7bd7b8b9e976
22:46:27 Step 8/11 : RUN chmod 600 /root/.ssh/authorized_keys
22:46:27  ---> Running in 4d567611a25d
22:46:28 Removing intermediate container 4d567611a25d
22:46:28  ---> ad9c373bcc39
22:46:28 Step 9/11 : RUN echo "root:root" | chpasswd
22:46:28  ---> Running in 6bd50641643d
22:46:29 chpasswd: password for 'root' changed
22:46:29 Removing intermediate container 6bd50641643d
22:46:29  ---> 8e1d9c8fbc38
22:46:29 Step 10/11 : RUN ln -s /usr/local/bin/docker /usr/bin/docker
22:46:29  ---> Running in e23beac07afa
22:46:30 Removing intermediate container e23beac07afa
22:46:30  ---> e48de1e656fc
22:46:30 Step 11/11 : EXPOSE 22
22:46:30  ---> Running in ac017aabf51e
22:46:31 Removing intermediate container ac017aabf51e
22:46:31  ---> 8a2c1a59feb4
22:46:31 Successfully built 8a2c1a59feb4
22:46:31 Successfully tagged dockerbuildbot/docker-py:sshdind-4574cac8455ec6ce41583670062a889735ec70a2
[Pipeline] isUnix
[Pipeline] sh
22:46:31 + docker tag dockerbuildbot/docker-py:sshdind-4574cac8455ec6ce41583670062a889735ec70a2 dockerbuildbot/docker-py:sshdind-4574cac8455ec6ce41583670062a889735ec70a2
[Pipeline] isUnix
[Pipeline] sh
22:46:31 + docker push dockerbuildbot/docker-py:sshdind-4574cac8455ec6ce41583670062a889735ec70a2
22:46:31 The push refers to repository [docker.io/dockerbuildbot/docker-py]
22:46:31 c4eb91459818: Preparing
22:46:31 3f0d6bc3844d: Preparing
22:46:31 16361ae7bcb4: Preparing
22:46:31 b54dba8d48cd: Preparing
22:46:31 2c109aeabea7: Preparing
22:46:31 dbb19faf1edd: Preparing
22:46:31 a141d02d6996: Preparing
22:46:31 1149e736aa92: Preparing
22:46:31 39e79983ac8b: Preparing
22:46:31 dbb19faf1edd: Waiting
22:46:31 a141d02d6996: Waiting
22:46:31 1149e736aa92: Waiting
22:46:31 da8c28465f82: Preparing
22:46:31 d1292e236c36: Preparing
22:46:31 8890c171a12b: Preparing
22:46:31 4ae5bd84d450: Preparing
22:46:31 723a561964c8: Preparing
22:46:31 39e79983ac8b: Waiting
22:46:31 da8c28465f82: Waiting
22:46:31 d1292e236c36: Waiting
22:46:31 8890c171a12b: Waiting
22:46:31 4ae5bd84d450: Waiting
22:46:31 723a561964c8: Waiting
22:46:31 78764725b56c: Preparing
22:46:31 51d6d3d09136: Preparing
22:46:31 1507bc794612: Preparing
22:46:31 50644c29ef5a: Preparing
22:46:31 78764725b56c: Waiting
22:46:31 51d6d3d09136: Waiting
22:46:31 1507bc794612: Waiting
22:46:31 50644c29ef5a: Waiting
22:46:32 16361ae7bcb4: Pushed
22:46:32 3f0d6bc3844d: Pushed
22:46:33 c4eb91459818: Pushed
22:46:33 1149e736aa92: Layer already exists
22:46:33 b54dba8d48cd: Pushed
22:46:33 39e79983ac8b: Layer already exists
22:46:33 2c109aeabea7: Pushed
22:46:33 d1292e236c36: Layer already exists
22:46:33 da8c28465f82: Layer already exists
22:46:33 8890c171a12b: Layer already exists
22:46:33 723a561964c8: Layer already exists
22:46:33 4ae5bd84d450: Layer already exists
22:46:33 78764725b56c: Layer already exists
22:46:33 51d6d3d09136: Layer already exists
22:46:33 1507bc794612: Layer already exists
22:46:33 50644c29ef5a: Layer already exists
22:46:34 dbb19faf1edd: Pushed
22:46:35 a141d02d6996: Pushed
22:46:36 sshdind-4574cac8455ec6ce41583670062a889735ec70a2: digest: sha256:ff95e9fa0b44530f67ad44b1af9f0d5952f95bfc9bc283746be48cdda26e6835 size: 4067
[Pipeline] isUnix
[Pipeline] sh
22:46:36 + docker pull dockerbuildbot/docker-py:py2-4574cac8455ec6ce41583670062a889735ec70a2
22:46:37 Error response from daemon: manifest for dockerbuildbot/docker-py:py2-4574cac8455ec6ce41583670062a889735ec70a2 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
22:46:37 + docker build -t dockerbuildbot/docker-py:py2-4574cac8455ec6ce41583670062a889735ec70a2 -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 .
22:46:37 Sending build context to Docker daemon   1.38MB

22:46:37 Step 1/21 : ARG PYTHON_VERSION=3.7
22:46:37 Step 2/21 : FROM python:${PYTHON_VERSION}
22:46:38 2.7: Pulling from library/python
22:46:38 7e2b2a5af8f6: Pulling fs layer
22:46:38 09b6f03ffac4: Pulling fs layer
22:46:38 dc3f0c679f0f: Pulling fs layer
22:46:38 fd4b47407fc3: Pulling fs layer
22:46:38 b32f6bf7d96d: Pulling fs layer
22:46:38 6f4489a7e4cf: Pulling fs layer
22:46:38 af4b99ad9ef0: Pulling fs layer
22:46:38 39db0bc48c26: Pulling fs layer
22:46:38 acb4a89489fc: Pulling fs layer
22:46:38 fd4b47407fc3: Waiting
22:46:38 b32f6bf7d96d: Waiting
22:46:38 6f4489a7e4cf: Waiting
22:46:38 af4b99ad9ef0: Waiting
22:46:38 39db0bc48c26: Waiting
22:46:38 acb4a89489fc: Waiting
22:46:39 09b6f03ffac4: Verifying Checksum
22:46:39 09b6f03ffac4: Download complete
22:46:39 dc3f0c679f0f: Verifying Checksum
22:46:39 dc3f0c679f0f: Download complete
22:46:40 7e2b2a5af8f6: Verifying Checksum
22:46:40 7e2b2a5af8f6: Download complete
22:46:40 fd4b47407fc3: Verifying Checksum
22:46:40 fd4b47407fc3: Download complete
22:46:40 6f4489a7e4cf: Verifying Checksum
22:46:40 6f4489a7e4cf: Download complete
22:46:40 39db0bc48c26: Verifying Checksum
22:46:40 39db0bc48c26: Download complete
22:46:41 acb4a89489fc: Verifying Checksum
22:46:41 acb4a89489fc: Download complete
22:46:41 af4b99ad9ef0: Verifying Checksum
22:46:41 af4b99ad9ef0: Download complete
22:46:44 b32f6bf7d96d: Verifying Checksum
22:46:44 b32f6bf7d96d: Download complete
22:46:46 7e2b2a5af8f6: Pull complete
22:46:46 09b6f03ffac4: Pull complete
22:46:47 dc3f0c679f0f: Pull complete
22:46:52 fd4b47407fc3: Pull complete
22:47:04 b32f6bf7d96d: Pull complete
22:47:04 6f4489a7e4cf: Pull complete
22:47:05 af4b99ad9ef0: Pull complete
22:47:05 39db0bc48c26: Pull complete
22:47:06 acb4a89489fc: Pull complete
22:47:06 Digest: sha256:cfa62318c459b1fde9e0841c619906d15ada5910d625176e24bf692cf8a2601d
22:47:06 Status: Downloaded newer image for python:2.7
22:47:06  ---> 68e7be49c28c
22:47:06 Step 3/21 : ARG APT_MIRROR
22:47:07  ---> Running in 8bd072182d1f
22:47:07 Removing intermediate container 8bd072182d1f
22:47:07  ---> 4cdbf83e418a
22:47:07 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
22:47:08  ---> Running in a657aea9ce10
22:47:09 Removing intermediate container a657aea9ce10
22:47:09  ---> 3ac6a184e53d
22:47:09 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
22:47:09  ---> Running in f0acb391c61f
22:47:10 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:47:10 Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
22:47:10 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:47:10 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [254 kB]
22:47:10 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
22:47:10 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
22:47:12 Fetched 8408 kB in 2s (3491 kB/s)
22:47:12 Reading package lists...
22:47:13 Reading package lists...
22:47:14 Building dependency tree...
22:47:14 Reading state information...
22:47:14 The following additional packages will be installed:
22:47:14   tree
22:47:14 Suggested packages:
22:47:14   libxml-simple-perl ruby
22:47:14 Recommended packages:
22:47:14   qrencode xclip
22:47:14 The following NEW packages will be installed:
22:47:14   gnupg2 pass tree
22:47:14 0 upgraded, 3 newly installed, 0 to remove and 78 not upgraded.
22:47:14 Need to get 481 kB of archives.
22:47:14 After this operation, 684 kB of additional disk space will be used.
22:47:14 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
22:47:14 Get:2 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
22:47:14 Get:3 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
22:47:14 debconf: delaying package configuration, since apt-utils is not installed
22:47:14 Fetched 481 kB in 0s (1786 kB/s)
22:47:15 Selecting previously unselected package gnupg2.
22:47:15 (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.)
22:47:15 Preparing to unpack .../gnupg2_2.2.12-1+deb10u1_all.deb ...
22:47:15 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
22:47:15 Selecting previously unselected package tree.
22:47:15 Preparing to unpack .../tree_1.8.0-1_amd64.deb ...
22:47:15 Unpacking tree (1.8.0-1) ...
22:47:15 Selecting previously unselected package pass.
22:47:15 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
22:47:15 Unpacking pass (1.7.3-2) ...
22:47:15 Setting up gnupg2 (2.2.12-1+deb10u1) ...
22:47:15 Setting up tree (1.8.0-1) ...
22:47:15 Setting up pass (1.7.3-2) ...
22:47:17 Removing intermediate container f0acb391c61f
22:47:17  ---> 62e268199d45
22:47:17 Step 6/21 : COPY tests/ssh-keys /root/.ssh
22:47:18  ---> 7c8d4cd7d8df
22:47:18 Step 7/21 : RUN chmod -R 600 /root/.ssh
22:47:18  ---> Running in b7927000b811
22:47:19 Removing intermediate container b7927000b811
22:47:19  ---> 9dae7f645b6c
22:47:19 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys
22:47:19  ---> bc434352aef8
22:47:19 Step 9/21 : RUN gpg2 --import gpg-keys/secret
22:47:19  ---> Running in 3e092d16d57c
22:47:20 gpg: directory '/root/.gnupg' created
22:47:20 gpg: keybox '/root/.gnupg/pubring.kbx' created
22:47:20 gpg: /root/.gnupg/trustdb.gpg: trustdb created
22:47:20 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
22:47:20 gpg: key 464ED987A7B21401: secret key imported
22:47:20 gpg: Total number processed: 1
22:47:20 gpg:               imported: 1
22:47:20 gpg:       secret keys read: 1
22:47:20 gpg:   secret keys imported: 1
22:47:20 Removing intermediate container 3e092d16d57c
22:47:20  ---> 00ef58620aa5
22:47:20 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
22:47:20  ---> Running in f86d95114d02
22:47:21 gpg: inserting ownertrust of 6
22:47:22 Removing intermediate container f86d95114d02
22:47:22  ---> fcad7958dbb9
22:47:22 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
22:47:22  ---> Running in a083cb4c4ba9
22:47:22 gpg: please do a --check-trustdb
22:47:22 mkdir: created directory '/root/.password-store/'
22:47:22 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
22:47:23 Removing intermediate container a083cb4c4ba9
22:47:23  ---> c777cc383752
22:47:23 Step 12/21 : RUN gpg2 --check-trustdb
22:47:23  ---> Running in 51cb104c6d26
22:47:23 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
22:47:23 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
22:47:24 Removing intermediate container 51cb104c6d26
22:47:24  ---> 2acf0ca08da6
22:47:24 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3
22:47:24  ---> Running in 950a0dbe801e
22:47:24 Removing intermediate container 950a0dbe801e
22:47:24  ---> ee8733016725
22:47:24 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
22:47:24  ---> Running in dc08bec97d86
22:47:25 Removing intermediate container dc08bec97d86
22:47:25  ---> f5d61f6a0178
22:47:25 Step 15/21 : WORKDIR /src
22:47:25  ---> Running in 58a56a9b8612
22:47:25 Removing intermediate container 58a56a9b8612
22:47:25  ---> 073e0c8540a5
22:47:25 Step 16/21 : COPY requirements.txt /src/requirements.txt
22:47:25  ---> d773e480e635
22:47:25 Step 17/21 : RUN pip install -r requirements.txt
22:47:25  ---> Running in e71da3987db6
22:47:26 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
22:47:26 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
22:47:26 Requirement already satisfied: appdirs==1.4.3 in /usr/local/lib/python2.7/site-packages (from -r requirements.txt (line 1)) (1.4.3)
22:47:31 Collecting asn1crypto==0.22.0
22:47:32   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
22:47:32 Collecting backports.ssl-match-hostname==3.5.0.1
22:47:32   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
22:47:32 Collecting cffi==1.10.0
22:47:32   Downloading cffi-1.10.0-cp27-cp27mu-manylinux1_x86_64.whl (392 kB)
22:47:33 Collecting cryptography==3.2
22:47:33   Downloading cryptography-3.2-cp27-cp27mu-manylinux2010_x86_64.whl (2.7 MB)
22:47:34 Collecting enum34==1.1.6
22:47:34   Downloading enum34-1.1.6-py2-none-any.whl (12 kB)
22:47:34 Collecting idna==2.5
22:47:34   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
22:47:34 Collecting ipaddress==1.0.18
22:47:34   Downloading ipaddress-1.0.18-py2-none-any.whl (17 kB)
22:47:34 Collecting packaging==16.8
22:47:34   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
22:47:34 Collecting paramiko==2.4.2
22:47:34   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
22:47:34 Collecting pycparser==2.17
22:47:34   Downloading pycparser-2.17.tar.gz (231 kB)
22:47:34 Collecting pyOpenSSL==18.0.0
22:47:34   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
22:47:34 Collecting pyparsing==2.2.0
22:47:34   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
22:47:34 Collecting requests==2.20.0
22:47:34   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
22:47:35 Collecting six==1.10.0
22:47:35   Downloading six-1.10.0-py2.py3-none-any.whl (10 kB)
22:47:35 Collecting urllib3==1.24.3
22:47:35   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
22:47:35 Collecting websocket-client==0.56.0
22:47:35   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
22:47:35 Collecting pyasn1>=0.1.7
22:47:35   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
22:47:35 Collecting pynacl>=1.0.1
22:47:35   Downloading PyNaCl-1.4.0-cp27-cp27mu-manylinux1_x86_64.whl (964 kB)
22:47:35 Collecting bcrypt>=3.1.3
22:47:35   Downloading bcrypt-3.1.7-cp27-cp27mu-manylinux1_x86_64.whl (59 kB)
22:47:35 Collecting certifi>=2017.4.17
22:47:35   Downloading certifi-2020.12.5-py2.py3-none-any.whl (147 kB)
22:47:35 Collecting chardet<3.1.0,>=3.0.2
22:47:35   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
22:47:35 Building wheels for collected packages: backports.ssl-match-hostname, pycparser
22:47:35   Building wheel for backports.ssl-match-hostname (setup.py): started
22:47:36   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
22:47:36   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py2-none-any.whl size=5209 sha256=f2fcf47623f872a6ff9132663beae41ce4230d8fd9c20dc5e95bcb9f526d2141
22:47:36   Stored in directory: /root/.cache/pip/wheels/19/dd/8c/6cad8e6c38a9fe006dd7423ca1655bb1eb3cb94c5ce1814e4f
22:47:36   Building wheel for pycparser (setup.py): started
22:47:36   Building wheel for pycparser (setup.py): finished with status 'done'
22:47:36   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=193884 sha256=158953567f34a7c50191abf0c444a0a9d030fddce2d7323b7895dc52b247f251
22:47:36   Stored in directory: /root/.cache/pip/wheels/03/08/f2/bf70552f051cd78e9d8fe7d196ef762858dcfa156965e3a1e3
22:47:36 Successfully built backports.ssl-match-hostname pycparser
22:47:36 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
22:47:37   Attempting uninstall: six
22:47:37     Found existing installation: six 1.14.0
22:47:37     Uninstalling six-1.14.0:
22:47:37       Successfully uninstalled six-1.14.0
22:47:38 Successfully installed asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.1.7 certifi-2020.12.5 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
22:47:42 WARNING: You are using pip version 20.0.2; however, version 20.3.1 is available.
22:47:42 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
22:47:44 Removing intermediate container e71da3987db6
22:47:44  ---> bde9a37ac446
22:47:44 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
22:47:44  ---> 963676d46478
22:47:44 Step 19/21 : RUN pip install -r test-requirements.txt
22:47:44  ---> Running in 0ba757db7132
22:47:45 /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.
22:47:45   from cryptography import x509
22:47:45 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
22:47:51 Collecting setuptools==44.0.0
22:47:51   Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB)
22:47:52 Collecting coverage==4.5.2
22:47:52   Downloading coverage-4.5.2-cp27-cp27mu-manylinux1_x86_64.whl (201 kB)
22:47:52 Collecting flake8==3.6.0
22:47:52   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
22:47:52 Collecting mock==1.0.1
22:47:52   Downloading mock-1.0.1.tar.gz (818 kB)
22:47:53 Collecting pytest==4.3.1
22:47:53   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
22:47:53 Collecting pytest-cov==2.6.1
22:47:53   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
22:47:53 Collecting pytest-timeout==1.3.3
22:47:53   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
22:47:53 Collecting pyflakes<2.1.0,>=2.0.0
22:47:53   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
22:47:53 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)
22:47:53 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)
22:47:53 Collecting pycodestyle<2.5.0,>=2.4.0
22:47:53   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
22:47:53 Collecting mccabe<0.7.0,>=0.6.0
22:47:53   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
22:47:53 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)
22:47:53 Collecting atomicwrites>=1.0
22:47:53   Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
22:47:53 Collecting py>=1.5.0
22:47:53   Downloading py-1.9.0-py2.py3-none-any.whl (99 kB)
22:47:53 Collecting attrs>=17.4.0
22:47:53   Downloading attrs-20.3.0-py2.py3-none-any.whl (49 kB)
22:47:53 Collecting more-itertools<6.0.0,>=4.0.0; python_version <= "2.7"
22:47:53   Downloading more_itertools-5.0.0-py2-none-any.whl (52 kB)
22:47:53 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)
22:47:54 Collecting pluggy>=0.7
22:47:54   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
22:47:54 Collecting funcsigs; python_version < "3.0"
22:47:54   Downloading funcsigs-1.0.2-py2.py3-none-any.whl (17 kB)
22:47:54 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)
22:47:54 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)
22:47:54 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)
22:47:54 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)
22:47:54 Building wheels for collected packages: mock
22:47:54   Building wheel for mock (setup.py): started
22:47:54   Building wheel for mock (setup.py): finished with status 'done'
22:47:54   Created wheel for mock: filename=mock-1.0.1-py2-none-any.whl size=23755 sha256=70a00c1dd16618097f64ca77d3823a189baad43abb85fbccd948e417b5b791d7
22:47:54   Stored in directory: /root/.cache/pip/wheels/ad/62/e0/a06cc957652749e64c7904e899eca3ecb2ec47c60d52653660
22:47:54 Successfully built mock
22:47:54 Installing collected packages: setuptools, coverage, pyflakes, pycodestyle, mccabe, flake8, mock, atomicwrites, py, attrs, more-itertools, pluggy, funcsigs, pytest, pytest-cov, pytest-timeout
22:47:54   Attempting uninstall: setuptools
22:47:54     Found existing installation: setuptools 44.1.0
22:47:54     Uninstalling setuptools-44.1.0:
22:47:54       Successfully uninstalled setuptools-44.1.0
22:47:56 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
22:47:56 WARNING: You are using pip version 20.0.2; however, version 20.3.1 is available.
22:47:56 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
22:47:57 Removing intermediate container 0ba757db7132
22:47:57  ---> bd712cc4650e
22:47:57 Step 20/21 : COPY . /src
22:47:57  ---> 4bbafa6de1bf
22:47:57 Step 21/21 : RUN pip install .
22:47:57  ---> Running in 6bdd6faaaf0c
22:47:58 /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.
22:47:58   from cryptography import x509
22:47:58 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
22:47:58 Processing /src
22:47:59 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (1.10.0)
22:47:59 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)
22:47:59 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)
22:47:59 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)
22:47:59 Requirement already satisfied: ipaddress>=1.0.16 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (1.0.18)
22:47:59 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.12.5)
22:47:59 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)
22:47:59 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)
22:47:59 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)
22:47:59 Building wheels for collected packages: docker
22:47:59   Building wheel for docker (setup.py): started
22:47:59   Building wheel for docker (setup.py): finished with status 'done'
22:47:59   Created wheel for docker: filename=docker-4.4.0.dev0-py2.py3-none-any.whl size=146963 sha256=f92bfe80714abae8c7572e7aa7ff439ff75190b3087c556781b6320f907ef323
22:47:59   Stored in directory: /tmp/pip-ephem-wheel-cache-cl5lXJ/wheels/dc/45/28/050a7fcd95fc9b9f504d64d6668214323c48b439857458e65c
22:47:59 Successfully built docker
22:47:59 Installing collected packages: docker
22:48:00 Successfully installed docker-4.4.0.dev0
22:48:00 WARNING: You are using pip version 20.0.2; however, version 20.3.1 is available.
22:48:00 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
22:48:00 Removing intermediate container 6bdd6faaaf0c
22:48:00  ---> 90af78b9e5ac
22:48:00 Successfully built 90af78b9e5ac
22:48:00 Successfully tagged dockerbuildbot/docker-py:py2-4574cac8455ec6ce41583670062a889735ec70a2
[Pipeline] isUnix
[Pipeline] sh
22:48:01 + docker tag dockerbuildbot/docker-py:py2-4574cac8455ec6ce41583670062a889735ec70a2 dockerbuildbot/docker-py:py2-4574cac8455ec6ce41583670062a889735ec70a2
[Pipeline] isUnix
[Pipeline] sh
22:48:01 + docker push dockerbuildbot/docker-py:py2-4574cac8455ec6ce41583670062a889735ec70a2
22:48:01 The push refers to repository [docker.io/dockerbuildbot/docker-py]
22:48:01 4e278e3634f4: Preparing
22:48:01 74720d3ca3cb: Preparing
22:48:01 4c6f1f05eb03: Preparing
22:48:01 5d48b4082685: Preparing
22:48:01 cdb86f25f96f: Preparing
22:48:01 fa87601629af: Preparing
22:48:01 8976efe7200f: Preparing
22:48:01 96dfddb9c06a: Preparing
22:48:01 2be8315044b2: Preparing
22:48:01 69b4f7e15108: Preparing
22:48:01 571a7fc431ef: Preparing
22:48:01 556e769e5c1f: Preparing
22:48:01 98e675dd21a8: Preparing
22:48:01 50abe16ac97e: Preparing
22:48:01 e9446e7670c2: Preparing
22:48:01 2ea14c1ba2c8: Preparing
22:48:01 6918dbdfc4d7: Preparing
22:48:01 e571d2d3c73c: Preparing
22:48:01 da7b0a80a4f2: Preparing
22:48:01 ceee8816bb96: Preparing
22:48:01 47458fb45d99: Preparing
22:48:01 46829331b1e4: Preparing
22:48:01 d35c5bda4793: Preparing
22:48:01 a3c1026c6bcc: Preparing
22:48:01 f1d420c2af1a: Preparing
22:48:01 461719022993: Preparing
22:48:01 50abe16ac97e: Waiting
22:48:01 e9446e7670c2: Waiting
22:48:01 2ea14c1ba2c8: Waiting
22:48:01 6918dbdfc4d7: Waiting
22:48:01 e571d2d3c73c: Waiting
22:48:01 da7b0a80a4f2: Waiting
22:48:01 ceee8816bb96: Waiting
22:48:01 47458fb45d99: Waiting
22:48:01 46829331b1e4: Waiting
22:48:01 d35c5bda4793: Waiting
22:48:01 a3c1026c6bcc: Waiting
22:48:01 f1d420c2af1a: Waiting
22:48:01 461719022993: Waiting
22:48:01 96dfddb9c06a: Waiting
22:48:01 2be8315044b2: Waiting
22:48:01 69b4f7e15108: Waiting
22:48:01 571a7fc431ef: Waiting
22:48:01 556e769e5c1f: Waiting
22:48:01 98e675dd21a8: Waiting
22:48:01 fa87601629af: Waiting
22:48:01 8976efe7200f: Waiting
22:48:03 74720d3ca3cb: Pushed
22:48:03 5d48b4082685: Pushed
22:48:03 4e278e3634f4: Pushed
22:48:04 8976efe7200f: Pushed
22:48:05 4c6f1f05eb03: Pushed
22:48:05 fa87601629af: Pushed
22:48:05 96dfddb9c06a: Pushed
22:48:05 2be8315044b2: Pushed
22:48:06 cdb86f25f96f: Pushed
22:48:06 69b4f7e15108: Pushed
22:48:06 556e769e5c1f: Pushed
22:48:07 98e675dd21a8: Pushed
22:48:07 571a7fc431ef: Pushed
22:48:07 e571d2d3c73c: Layer already exists
22:48:07 da7b0a80a4f2: Layer already exists
22:48:07 ceee8816bb96: Layer already exists
22:48:07 47458fb45d99: Layer already exists
22:48:07 46829331b1e4: Layer already exists
22:48:07 d35c5bda4793: Layer already exists
22:48:07 50abe16ac97e: Pushed
22:48:07 a3c1026c6bcc: Layer already exists
22:48:07 f1d420c2af1a: Layer already exists
22:48:07 461719022993: Layer already exists
22:48:08 e9446e7670c2: Pushed
22:48:08 6918dbdfc4d7: Pushed
22:48:10 2ea14c1ba2c8: Pushed
22:48:11 py2-4574cac8455ec6ce41583670062a889735ec70a2: digest: sha256:7f887aa4680ab1f649f813e90f4bed03c7ea25414e8a248424d079237e221fb4 size: 5769
[Pipeline] isUnix
[Pipeline] sh
22:48:12 + docker pull dockerbuildbot/docker-py:py3-4574cac8455ec6ce41583670062a889735ec70a2
22:48:12 Error response from daemon: manifest for dockerbuildbot/docker-py:py3-4574cac8455ec6ce41583670062a889735ec70a2 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
22:48:12 + docker build -t dockerbuildbot/docker-py:py3-4574cac8455ec6ce41583670062a889735ec70a2 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
22:48:12 Sending build context to Docker daemon   1.38MB

22:48:12 Step 1/21 : ARG PYTHON_VERSION=3.7
22:48:12 Step 2/21 : FROM python:${PYTHON_VERSION}
22:48:12 3.7: Pulling from library/python
22:48:12 756975cb9c7e: Pulling fs layer
22:48:12 d77915b4e630: Pulling fs layer
22:48:12 5f37a0a41b6b: Pulling fs layer
22:48:12 96b2c1e36db5: Pulling fs layer
22:48:12 c495e8de12d2: Pulling fs layer
22:48:12 33382189822a: Pulling fs layer
22:48:12 6eaa0b6b8562: Pulling fs layer
22:48:12 adbdcbacafe9: Pulling fs layer
22:48:12 4265e1f512d4: Pulling fs layer
22:48:12 c495e8de12d2: Waiting
22:48:12 33382189822a: Waiting
22:48:12 6eaa0b6b8562: Waiting
22:48:12 adbdcbacafe9: Waiting
22:48:12 4265e1f512d4: Waiting
22:48:12 96b2c1e36db5: Waiting
22:48:13 d77915b4e630: Verifying Checksum
22:48:13 d77915b4e630: Download complete
22:48:13 5f37a0a41b6b: Verifying Checksum
22:48:13 5f37a0a41b6b: Download complete
22:48:14 756975cb9c7e: Verifying Checksum
22:48:14 756975cb9c7e: Download complete
22:48:14 33382189822a: Verifying Checksum
22:48:14 33382189822a: Download complete
22:48:14 96b2c1e36db5: Verifying Checksum
22:48:14 96b2c1e36db5: Download complete
22:48:14 adbdcbacafe9: Verifying Checksum
22:48:14 adbdcbacafe9: Download complete
22:48:15 4265e1f512d4: Verifying Checksum
22:48:15 4265e1f512d4: Download complete
22:48:15 6eaa0b6b8562: Verifying Checksum
22:48:15 6eaa0b6b8562: Download complete
22:48:18 c495e8de12d2: Verifying Checksum
22:48:18 c495e8de12d2: Download complete
22:48:19 756975cb9c7e: Pull complete
22:48:20 d77915b4e630: Pull complete
22:48:20 5f37a0a41b6b: Pull complete
22:48:24 96b2c1e36db5: Pull complete
22:48:36 c495e8de12d2: Pull complete
22:48:36 33382189822a: Pull complete
22:48:37 6eaa0b6b8562: Pull complete
22:48:37 adbdcbacafe9: Pull complete
22:48:38 4265e1f512d4: Pull complete
22:48:38 Digest: sha256:5b684be83002525397a81bd6b795e69c1663fc504215b28cd416ca3559dc6502
22:48:38 Status: Downloaded newer image for python:3.7
22:48:38  ---> 7fefbebd95b5
22:48:38 Step 3/21 : ARG APT_MIRROR
22:48:39  ---> Running in e6651f9466df
22:48:39 Removing intermediate container e6651f9466df
22:48:39  ---> 731f268feee0
22:48:39 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
22:48:39  ---> Running in 8d9c31227b4f
22:48:40 Removing intermediate container 8d9c31227b4f
22:48:40  ---> 82dbf986cd1f
22:48:40 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
22:48:40  ---> Running in 42f6d2d767e8
22:48:41 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:48:41 Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
22:48:41 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:48:41 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [254 kB]
22:48:41 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
22:48:42 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
22:48:43 Fetched 8408 kB in 2s (3419 kB/s)
22:48:44 Reading package lists...
22:48:45 Reading package lists...
22:48:45 Building dependency tree...
22:48:45 Reading state information...
22:48:45 The following additional packages will be installed:
22:48:45   tree
22:48:45 Suggested packages:
22:48:45   libxml-simple-perl ruby
22:48:45 Recommended packages:
22:48:45   qrencode xclip
22:48:45 The following NEW packages will be installed:
22:48:45   gnupg2 pass tree
22:48:46 0 upgraded, 3 newly installed, 0 to remove and 30 not upgraded.
22:48:46 Need to get 481 kB of archives.
22:48:46 After this operation, 684 kB of additional disk space will be used.
22:48:46 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
22:48:46 Get:2 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
22:48:46 Get:3 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
22:48:46 debconf: delaying package configuration, since apt-utils is not installed
22:48:46 Fetched 481 kB in 0s (1775 kB/s)
22:48:46 Selecting previously unselected package gnupg2.
22:48:46 (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.)
22:48:46 Preparing to unpack .../gnupg2_2.2.12-1+deb10u1_all.deb ...
22:48:46 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
22:48:46 Selecting previously unselected package tree.
22:48:46 Preparing to unpack .../tree_1.8.0-1_amd64.deb ...
22:48:46 Unpacking tree (1.8.0-1) ...
22:48:46 Selecting previously unselected package pass.
22:48:46 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
22:48:46 Unpacking pass (1.7.3-2) ...
22:48:46 Setting up gnupg2 (2.2.12-1+deb10u1) ...
22:48:46 Setting up tree (1.8.0-1) ...
22:48:46 Setting up pass (1.7.3-2) ...
22:48:47 Removing intermediate container 42f6d2d767e8
22:48:47  ---> 9a71395c723e
22:48:47 Step 6/21 : COPY tests/ssh-keys /root/.ssh
22:48:48  ---> 0b5138f66b45
22:48:48 Step 7/21 : RUN chmod -R 600 /root/.ssh
22:48:48  ---> Running in ae02dbf38f06
22:48:49 Removing intermediate container ae02dbf38f06
22:48:49  ---> 898e8986da9d
22:48:49 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys
22:48:49  ---> 1bcc0bfac9a3
22:48:49 Step 9/21 : RUN gpg2 --import gpg-keys/secret
22:48:49  ---> Running in 0a660b332b50
22:48:49 gpg: directory '/root/.gnupg' created
22:48:49 gpg: keybox '/root/.gnupg/pubring.kbx' created
22:48:49 gpg: /root/.gnupg/trustdb.gpg: trustdb created
22:48:49 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
22:48:49 gpg: key 464ED987A7B21401: secret key imported
22:48:49 gpg: Total number processed: 1
22:48:49 gpg:               imported: 1
22:48:49 gpg:       secret keys read: 1
22:48:49 gpg:   secret keys imported: 1
22:48:50 Removing intermediate container 0a660b332b50
22:48:50  ---> 639a9b73ca1b
22:48:50 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
22:48:50  ---> Running in 0cdd85035f9b
22:48:51 gpg: inserting ownertrust of 6
22:48:51 Removing intermediate container 0cdd85035f9b
22:48:51  ---> a5c69fcd582b
22:48:51 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
22:48:51  ---> Running in 05059890aa0a
22:48:52 gpg: please do a --check-trustdb
22:48:52 mkdir: created directory '/root/.password-store/'
22:48:52 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
22:48:52 Removing intermediate container 05059890aa0a
22:48:52  ---> d47f1f1ef050
22:48:52 Step 12/21 : RUN gpg2 --check-trustdb
22:48:52  ---> Running in 5c056d87cf46
22:48:53 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
22:48:53 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
22:48:53 Removing intermediate container 5c056d87cf46
22:48:53  ---> 10afc04ad7a3
22:48:53 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3
22:48:53  ---> Running in d5f8478caae8
22:48:53 Removing intermediate container d5f8478caae8
22:48:53  ---> 7c3813a98323
22:48:53 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
22:48:53  ---> Running in 2c9f77989eeb
22:48:55 Removing intermediate container 2c9f77989eeb
22:48:55  ---> c8cd21f2e71b
22:48:55 Step 15/21 : WORKDIR /src
22:48:55  ---> Running in 96c06340883f
22:48:55 Removing intermediate container 96c06340883f
22:48:55  ---> 151e8c2e9a11
22:48:55 Step 16/21 : COPY requirements.txt /src/requirements.txt
22:48:55  ---> 7f6c876f129a
22:48:55 Step 17/21 : RUN pip install -r requirements.txt
22:48:55  ---> Running in a8745bed0bcd
22:48:58 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
22:49:04 Collecting appdirs==1.4.3
22:49:04   Downloading appdirs-1.4.3-py2.py3-none-any.whl (12 kB)
22:49:04 Collecting asn1crypto==0.22.0
22:49:04   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
22:49:04 Collecting backports.ssl-match-hostname==3.5.0.1
22:49:04   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
22:49:05 Collecting cffi==1.10.0
22:49:05   Downloading cffi-1.10.0.tar.gz (418 kB)
22:49:05 Collecting cryptography==3.2
22:49:05   Downloading cryptography-3.2-cp35-abi3-manylinux2010_x86_64.whl (2.6 MB)
22:49:05 Collecting enum34==1.1.6
22:49:05   Downloading enum34-1.1.6-py3-none-any.whl (12 kB)
22:49:05 Collecting idna==2.5
22:49:05   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
22:49:05 Collecting ipaddress==1.0.18
22:49:05   Downloading ipaddress-1.0.18.tar.gz (32 kB)
22:49:06 Collecting packaging==16.8
22:49:06   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
22:49:06 Collecting paramiko==2.4.2
22:49:06   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
22:49:06 Collecting pycparser==2.17
22:49:06   Downloading pycparser-2.17.tar.gz (231 kB)
22:49:07 Collecting pyOpenSSL==18.0.0
22:49:07   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
22:49:07 Collecting pyparsing==2.2.0
22:49:07   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
22:49:07 Collecting requests==2.20.0
22:49:07   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
22:49:07 Collecting six==1.10.0
22:49:07   Downloading six-1.10.0-py2.py3-none-any.whl (10 kB)
22:49:07 Collecting urllib3==1.24.3
22:49:07   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
22:49:07 Collecting websocket-client==0.56.0
22:49:07   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
22:49:07 Collecting bcrypt>=3.1.3
22:49:07   Downloading bcrypt-3.2.0-cp36-abi3-manylinux2010_x86_64.whl (63 kB)
22:49:07 Collecting certifi>=2017.4.17
22:49:07   Downloading certifi-2020.12.5-py2.py3-none-any.whl (147 kB)
22:49:07 Collecting chardet<3.1.0,>=3.0.2
22:49:07   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
22:49:07 Collecting pyasn1>=0.1.7
22:49:07   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
22:49:07 Collecting pynacl>=1.0.1
22:49:07   Downloading PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB)
22:49:07 Building wheels for collected packages: backports.ssl-match-hostname, cffi, ipaddress, pycparser
22:49:07   Building wheel for backports.ssl-match-hostname (setup.py): started
22:49:08   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
22:49:08   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py3-none-any.whl size=5206 sha256=3763fab8b66067a91220e693f306b742e431ab8f69006bda9fe66d0ff2559872
22:49:08   Stored in directory: /root/.cache/pip/wheels/93/72/f6/df894bfc7947d11f89dbdb4e9b786703a43cd547c1b5e8c738
22:49:08   Building wheel for cffi (setup.py): started
22:49:13   Building wheel for cffi (setup.py): finished with status 'done'
22:49:13   Created wheel for cffi: filename=cffi-1.10.0-cp37-cp37m-linux_x86_64.whl size=371261 sha256=cfe9e2dde65c04e45551f93e9f8dac4ee1374a2f1532725848b5e7127aa8fb38
22:49:13   Stored in directory: /root/.cache/pip/wheels/cc/8d/6c/d24a8db003ac4a51d9959a9985718fac84e1baa5ec6c42d115
22:49:13   Building wheel for ipaddress (setup.py): started
22:49:13   Building wheel for ipaddress (setup.py): finished with status 'done'
22:49:13   Created wheel for ipaddress: filename=ipaddress-1.0.18-py3-none-any.whl size=18105 sha256=72ac9579071bae074f24ae71f2b1e5f38ef5a57906efda1aa64f68d0944301d9
22:49:13   Stored in directory: /root/.cache/pip/wheels/54/90/bd/f99e221ab77ef8e6d65c14efe986cef3360da2990396093151
22:49:13   Building wheel for pycparser (setup.py): started
22:49:13   Building wheel for pycparser (setup.py): finished with status 'done'
22:49:13   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=192879 sha256=8b5014321dc104fc2b0a06fcd0caf226f2e660c9a28f92a006d7436fdc41b2f3
22:49:13   Stored in directory: /root/.cache/pip/wheels/91/50/7a/9f94e39b01559aa44c3cefb775d7befcc01d0a6ed0093cab37
22:49:13 Successfully built backports.ssl-match-hostname cffi ipaddress pycparser
22:49:13 Installing collected packages: pycparser, six, cffi, urllib3, pyparsing, pynacl, pyasn1, idna, cryptography, chardet, certifi, bcrypt, websocket-client, requests, pyOpenSSL, paramiko, packaging, ipaddress, enum34, backports.ssl-match-hostname, asn1crypto, appdirs
22:49:15 Successfully installed appdirs-1.4.3 asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.2.0 certifi-2020.12.5 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
22:49:23 Removing intermediate container a8745bed0bcd
22:49:23  ---> 2701462d72b4
22:49:23 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
22:49:23  ---> 086e96d871c7
22:49:23 Step 19/21 : RUN pip install -r test-requirements.txt
22:49:23  ---> Running in 9821f37b7e02
22:49:30 Collecting coverage==4.5.2
22:49:30   Downloading coverage-4.5.2-cp37-cp37m-manylinux1_x86_64.whl (205 kB)
22:49:30 Collecting flake8==3.6.0
22:49:30   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
22:49:30 Collecting mock==1.0.1
22:49:30   Downloading mock-1.0.1.zip (861 kB)
22:49:31 Collecting pytest==4.3.1
22:49:31   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
22:49:31 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)
22:49:31 Collecting pytest-cov==2.6.1
22:49:31   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
22:49:31 Collecting pytest-timeout==1.3.3
22:49:31   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
22:49:31 Collecting setuptools==44.0.0
22:49:31   Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB)
22:49:31 Collecting atomicwrites>=1.0
22:49:31   Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
22:49:31 Collecting attrs>=17.4.0
22:49:31   Downloading attrs-20.3.0-py2.py3-none-any.whl (49 kB)
22:49:31 Collecting mccabe<0.7.0,>=0.6.0
22:49:31   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
22:49:31 Collecting more-itertools>=4.0.0
22:49:31   Downloading more_itertools-8.6.0-py3-none-any.whl (45 kB)
22:49:31 Collecting pluggy>=0.7
22:49:31   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
22:49:32 Collecting importlib-metadata>=0.12
22:49:32   Downloading importlib_metadata-3.1.1-py3-none-any.whl (9.6 kB)
22:49:32 Collecting py>=1.5.0
22:49:32   Downloading py-1.9.0-py2.py3-none-any.whl (99 kB)
22:49:32 Collecting pycodestyle<2.5.0,>=2.4.0
22:49:32   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
22:49:32 Collecting pyflakes<2.1.0,>=2.0.0
22:49:32   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
22:49:32 Collecting zipp>=0.5
22:49:32   Downloading zipp-3.4.0-py3-none-any.whl (5.2 kB)
22:49:32 Building wheels for collected packages: mock
22:49:32   Building wheel for mock (setup.py): started
22:49:33   Building wheel for mock (setup.py): finished with status 'done'
22:49:33   Created wheel for mock: filename=mock-1.0.1-py3-none-any.whl size=23754 sha256=e8c917bbecac106e2183cf1d23bec201c7511e261ff246cf431c6793bac606f8
22:49:33   Stored in directory: /root/.cache/pip/wheels/7a/94/b1/0fdc5339a5bd487a5cc15421ec200d9ba3e2aa7190e4a727f1
22:49:33 Successfully built mock
22:49:33 Installing collected packages: zipp, importlib-metadata, setuptools, py, pluggy, more-itertools, attrs, atomicwrites, pytest, pyflakes, pycodestyle, mccabe, coverage, pytest-timeout, pytest-cov, mock, flake8
22:49:33   Attempting uninstall: setuptools
22:49:33     Found existing installation: setuptools 50.3.2
22:49:33     Uninstalling setuptools-50.3.2:
22:49:33       Successfully uninstalled setuptools-50.3.2
22:49:34 Successfully installed atomicwrites-1.4.0 attrs-20.3.0 coverage-4.5.2 flake8-3.6.0 importlib-metadata-3.1.1 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
22:49:36 Removing intermediate container 9821f37b7e02
22:49:36  ---> a4216069c742
22:49:36 Step 20/21 : COPY . /src
22:49:36  ---> 1ddf2ea9ba21
22:49:36 Step 21/21 : RUN pip install .
22:49:36  ---> Running in 00d7bfd234b3
22:49:38 Processing /src
22:49:38 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.7/site-packages (from docker==4.4.0.dev0) (1.10.0)
22:49:38 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)
22:49:38 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)
22:49:38 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.12.5)
22:49:38 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)
22:49:38 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)
22:49:38 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)
22:49:38 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.7/site-packages (from docker==4.4.0.dev0) (1.10.0)
22:49:38 Building wheels for collected packages: docker
22:49:38   Building wheel for docker (setup.py): started
22:49:38   Building wheel for docker (setup.py): finished with status 'done'
22:49:38   Created wheel for docker: filename=docker-4.4.0.dev0-py2.py3-none-any.whl size=146965 sha256=8c793f4689d8cf6c7d048ea245115b484552fef6c253d2e93bcb8136b8dfe492
22:49:38   Stored in directory: /tmp/pip-ephem-wheel-cache-0h7_02gk/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525
22:49:38 Successfully built docker
22:49:39 Installing collected packages: docker
22:49:39 Successfully installed docker-4.4.0.dev0
22:49:39 Removing intermediate container 00d7bfd234b3
22:49:39  ---> 13230135bf8d
22:49:39 Successfully built 13230135bf8d
22:49:39 Successfully tagged dockerbuildbot/docker-py:py3-4574cac8455ec6ce41583670062a889735ec70a2
[Pipeline] isUnix
[Pipeline] sh
22:49:40 + docker tag dockerbuildbot/docker-py:py3-4574cac8455ec6ce41583670062a889735ec70a2 dockerbuildbot/docker-py:py3-4574cac8455ec6ce41583670062a889735ec70a2
[Pipeline] isUnix
[Pipeline] sh
22:49:40 + docker push dockerbuildbot/docker-py:py3-4574cac8455ec6ce41583670062a889735ec70a2
22:49:40 The push refers to repository [docker.io/dockerbuildbot/docker-py]
22:49:40 f3c644bfbbea: Preparing
22:49:40 90e859d72fd5: Preparing
22:49:40 e5b86ba36a99: Preparing
22:49:40 a78a9f79b90c: Preparing
22:49:40 0bff8d1a3317: Preparing
22:49:40 b35ab6c45cec: Preparing
22:49:40 1ffe22e0796d: Preparing
22:49:40 ea959598a374: Preparing
22:49:40 ab9796a313bb: Preparing
22:49:40 eb6dc3a2fb64: Preparing
22:49:40 38cd1f3cf537: Preparing
22:49:40 1aab4065685a: Preparing
22:49:40 a89de325f5e2: Preparing
22:49:40 81f2e61e127f: Preparing
22:49:40 8811585225b6: Preparing
22:49:40 9bafc4539c26: Preparing
22:49:40 bf4da733d098: Preparing
22:49:40 eaed50855d41: Preparing
22:49:40 026c477245c5: Preparing
22:49:40 ee78bcfefc78: Preparing
22:49:40 c4a6d8ca5d2c: Preparing
22:49:40 059ed1793a98: Preparing
22:49:40 712264374d24: Preparing
22:49:40 475b4eb79695: Preparing
22:49:40 f3be340a54b9: Preparing
22:49:40 114ca5b7280f: Preparing
22:49:40 b35ab6c45cec: Waiting
22:49:40 1ffe22e0796d: Waiting
22:49:40 ea959598a374: Waiting
22:49:40 ab9796a313bb: Waiting
22:49:40 eb6dc3a2fb64: Waiting
22:49:40 38cd1f3cf537: Waiting
22:49:40 1aab4065685a: Waiting
22:49:40 a89de325f5e2: Waiting
22:49:40 81f2e61e127f: Waiting
22:49:40 8811585225b6: Waiting
22:49:40 9bafc4539c26: Waiting
22:49:40 bf4da733d098: Waiting
22:49:40 eaed50855d41: Waiting
22:49:40 026c477245c5: Waiting
22:49:40 ee78bcfefc78: Waiting
22:49:40 c4a6d8ca5d2c: Waiting
22:49:40 059ed1793a98: Waiting
22:49:40 712264374d24: Waiting
22:49:40 475b4eb79695: Waiting
22:49:40 f3be340a54b9: Waiting
22:49:40 114ca5b7280f: Waiting
22:49:42 90e859d72fd5: Pushed
22:49:42 f3c644bfbbea: Pushed
22:49:42 a78a9f79b90c: Pushed
22:49:43 e5b86ba36a99: Pushed
22:49:43 b35ab6c45cec: Pushed
22:49:44 1ffe22e0796d: Pushed
22:49:44 ea959598a374: Pushed
22:49:44 ab9796a313bb: Pushed
22:49:44 eb6dc3a2fb64: Pushed
22:49:45 1aab4065685a: Pushed
22:49:45 38cd1f3cf537: Pushed
22:49:45 a89de325f5e2: Pushed
22:49:46 81f2e61e127f: Pushed
22:49:46 eaed50855d41: Layer already exists
22:49:46 026c477245c5: Layer already exists
22:49:46 ee78bcfefc78: Layer already exists
22:49:46 c4a6d8ca5d2c: Layer already exists
22:49:46 059ed1793a98: Layer already exists
22:49:46 712264374d24: Layer already exists
22:49:46 475b4eb79695: Layer already exists
22:49:46 f3be340a54b9: Layer already exists
22:49:46 114ca5b7280f: Layer already exists
22:49:46 8811585225b6: Pushed
22:49:47 bf4da733d098: Pushed
22:49:48 9bafc4539c26: Pushed
22:49:49 0bff8d1a3317: Pushed
22:49:50 py3-4574cac8455ec6ce41583670062a889735ec70a2: digest: sha256:39a48564806203d3c35e7269ceed6d65c658b544359f9fad8f8e12bf955329a7 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-00246ac542e615934) in /home/ubuntu/workspace/docker-py_PR-2721
[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-2721@tmp/c2385bac-33b8-48b6-baab-d569d447ea81/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
22:49:51 + docker run --rm --entrypoint=python dockerbuildbot/docker-py:py3-4574cac8455ec6ce41583670062a889735ec70a2 /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)
[Pipeline] { (Branch: py2.7_19.03.13)
[Pipeline] { (Branch: py3.7_19.03.12)
[Pipeline] { (Branch: py3.7_20.10.0)
[Pipeline] { (Branch: py3.7_19.03.13)
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-00246ac542e615934) in /home/ubuntu/workspace/docker-py_PR-2721
[Pipeline] node
[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-2721@tmp/ec4b2260-88d6-4582-ad2a-f1146b66aa15/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
22:50:18 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
22:50:18 chowning workspace
[Pipeline] sh
22:50:18 + pwd
22:50:18 + id -u
22:50:18 + id -g
22:50:18 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2721:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
22:50:18 Removing all docker containers
[Pipeline] sh
22:50:19 + docker container ls -aq
[Pipeline] echo
22:50:19 Docker containers have been removed
[Pipeline] echo
22:50:19 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
22:50:19 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.12)
[Pipeline] checkout
22:50:19 using credential docker-jenkins-github-credentials
22:50:19 Cloning the remote Git repository
22:50:19 Cloning with configured refspecs honoured and without tags
22:50:20 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2721 # 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/2721/head:refs/remotes/origin/PR-2721 +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/2721/head:refs/remotes/origin/PR-2721 # 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/2721/head:refs/remotes/origin/PR-2721 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:50:20 Merging remotes/origin/master commit 1757c974fa3a05b0e9b783af85242b18df09d05d into PR head commit 4574cac8455ec6ce41583670062a889735ec70a2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-00246ac542e615934) in /home/ubuntu/workspace/docker-py_PR-2721
[Pipeline] }
Failed in branch py2.7_19.03.12
[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-2721@tmp/d5b1553b-178f-4a56-93e3-cee1adc52f60/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
22:50:20 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
22:50:20 chowning workspace
[Pipeline] sh
22:50:20 + pwd
22:50:20 + id -u
22:50:20 + id -g
22:50:20 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2721:/workspace busybox chown -R 1000:1000 /workspace
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4574cac8455ec6ce41583670062a889735ec70a2 # timeout=10
[Pipeline] echo
22:50:21 Removing all docker containers
[Pipeline] sh
22:50:21 + docker container ls -aq
[Pipeline] echo
22:50:21 Docker containers have been removed
[Pipeline] echo
22:50:21 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
22:50:21 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=20.10.0)
[Pipeline] checkout
22:50:21 using credential docker-jenkins-github-credentials
22:50:21 Cloning the remote Git repository
22:50:21 Cloning with configured refspecs honoured and without tags
22:50:22 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2721 # 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/2721/head:refs/remotes/origin/PR-2721 +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/2721/head:refs/remotes/origin/PR-2721 # 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/2721/head:refs/remotes/origin/PR-2721 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:50:22 Merging remotes/origin/master commit 1757c974fa3a05b0e9b783af85242b18df09d05d into PR head commit 4574cac8455ec6ce41583670062a889735ec70a2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-00246ac542e615934) in /home/ubuntu/workspace/docker-py_PR-2721[Pipeline] // node

[Pipeline] {
[Pipeline] }
Failed in branch py2.7_20.10.0
[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-2721@tmp/533a721c-d2c9-46b5-b553-bbf50992a0ef/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
22:50:23 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
22:50:23 chowning workspace
[Pipeline] sh
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4574cac8455ec6ce41583670062a889735ec70a2 # timeout=10
22:50:23 + pwd
22:50:23 + id -u
22:50:23 + id -g
22:50:23 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2721:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
22:50:23 Removing all docker containers
[Pipeline] sh
22:50:24 + docker container ls -aq
[Pipeline] echo
22:50:24 Docker containers have been removed
[Pipeline] echo
22:50:24 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
22:50:24 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.13)
[Pipeline] checkout
22:50:24 using credential docker-jenkins-github-credentials
22:50:24 Cloning the remote Git repository
22:50:24 Cloning with configured refspecs honoured and without tags
22:50:25 Fetching without tags
22:50:25 Merging remotes/origin/master commit 1757c974fa3a05b0e9b783af85242b18df09d05d into PR head commit 4574cac8455ec6ce41583670062a889735ec70a2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-00246ac542e615934) in /home/ubuntu/workspace/docker-py_PR-2721
[Pipeline] // node
[Pipeline] {
[Pipeline] }
Failed in branch py2.7_19.03.13
[Pipeline] withDockerRegistry
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2721 # 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/2721/head:refs/remotes/origin/PR-2721 +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/2721/head:refs/remotes/origin/PR-2721 # 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/2721/head:refs/remotes/origin/PR-2721 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4574cac8455ec6ce41583670062a889735ec70a2 # timeout=10
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2721@tmp/f42b0810-f5e1-42f5-aa33-e80b54cd9091/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
22:50:25 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
22:50:25 chowning workspace
[Pipeline] sh
22:50:25 + pwd
22:50:25 + id -u
22:50:25 + id -g
22:50:25 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2721:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
22:50:26 Removing all docker containers
[Pipeline] sh
22:50:26 + docker container ls -aq
[Pipeline] echo
22:50:26 Docker containers have been removed
[Pipeline] echo
22:50:26 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
22:50:26 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.12)
[Pipeline] checkout
22:50:26 using credential docker-jenkins-github-credentials
22:50:26 Cloning the remote Git repository
22:50:26 Cloning with configured refspecs honoured and without tags
22:50:27 Fetching without tags
22:50:27 Merging remotes/origin/master commit 1757c974fa3a05b0e9b783af85242b18df09d05d into PR head commit 4574cac8455ec6ce41583670062a889735ec70a2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-00246ac542e615934) in /home/ubuntu/workspace/docker-py_PR-2721
[Pipeline] // node
[Pipeline] {
[Pipeline] }
Failed in branch py3.7_19.03.12
[Pipeline] withDockerRegistry
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2721 # 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/2721/head:refs/remotes/origin/PR-2721 +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/2721/head:refs/remotes/origin/PR-2721 # 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/2721/head:refs/remotes/origin/PR-2721 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4574cac8455ec6ce41583670062a889735ec70a2 # timeout=10
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2721@tmp/ff44a904-1863-44bc-91b0-ee1a2144c57c/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
22:50:27 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
22:50:27 chowning workspace
[Pipeline] sh
22:50:28 + pwd
22:50:28 + id -u
22:50:28 + id -g
22:50:28 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2721:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
22:50:28 Removing all docker containers
[Pipeline] sh
22:50:28 + docker container ls -aq
[Pipeline] echo
22:50:28 Docker containers have been removed
[Pipeline] echo
22:50:28 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
22:50:28 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=20.10.0)
[Pipeline] checkout
22:50:28 using credential docker-jenkins-github-credentials
22:50:28 Cloning the remote Git repository
22:50:28 Cloning with configured refspecs honoured and without tags
22:50:29 Fetching without tags
22:50:29 Merging remotes/origin/master commit 1757c974fa3a05b0e9b783af85242b18df09d05d into PR head commit 4574cac8455ec6ce41583670062a889735ec70a2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-00246ac542e615934) in /home/ubuntu/workspace/docker-py_PR-2721
[Pipeline] // node
[Pipeline] {
[Pipeline] }
Failed in branch py3.7_20.10.0
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2721 # 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/2721/head:refs/remotes/origin/PR-2721 +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/2721/head:refs/remotes/origin/PR-2721 # 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/2721/head:refs/remotes/origin/PR-2721 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4574cac8455ec6ce41583670062a889735ec70a2 # 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-2721@tmp/ab00bf80-a48a-4fdf-bc98-26e790cfd044/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
22:50:30 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
22:50:30 chowning workspace
[Pipeline] sh
22:50:30 + pwd
22:50:30 + id -u
22:50:30 + id -g
22:50:30 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2721:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
22:50:30 Removing all docker containers
[Pipeline] sh
22:50:31 + docker container ls -aq
[Pipeline] echo
22:50:31 Docker containers have been removed
[Pipeline] echo
22:50:31 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
22:50:31 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.13)
[Pipeline] checkout
22:50:31 using credential docker-jenkins-github-credentials
22:50:31 Cloning the remote Git repository
22:50:31 Cloning with configured refspecs honoured and without tags
22:50:32 Fetching without tags
22:50:32 Merging remotes/origin/master commit 1757c974fa3a05b0e9b783af85242b18df09d05d into PR head commit 4574cac8455ec6ce41583670062a889735ec70a2
[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
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2721 # 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/2721/head:refs/remotes/origin/PR-2721 +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/2721/head:refs/remotes/origin/PR-2721 # 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/2721/head:refs/remotes/origin/PR-2721 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4574cac8455ec6ce41583670062a889735ec70a2 # timeout=10
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

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

	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-00246ac542e615934)
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:1001)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor717.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.$Proxy472.execute(Unknown Source)
		at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:145)
		at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:111)
		at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1073)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1178)
		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 4574cac8455ec6ce41583670062a889735ec70a2" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 4574cac8455ec6ce41583670062a889735ec70a2

		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-00246ac542e615934)
			at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
			at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
			at hudson.remoting.Channel.call(Channel.java:1001)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
			at sun.reflect.GeneratedMethodAccessor717.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.$Proxy472.execute(Unknown Source)
			at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:145)
			at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:111)
			at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1073)
			at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1178)
			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 4574cac8455ec6ce41583670062a889735ec70a2
Also:   hudson.plugins.git.GitException: Command "git checkout -f 4574cac8455ec6ce41583670062a889735ec70a2" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 4574cac8455ec6ce41583670062a889735ec70a2

		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-00246ac542e615934)
			at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
			at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
			at hudson.remoting.Channel.call(Channel.java:1001)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
			at sun.reflect.GeneratedMethodAccessor717.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.$Proxy472.execute(Unknown Source)
			at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:145)
			at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:111)
			at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1073)
			at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1178)
			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 4574cac8455ec6ce41583670062a889735ec70a2
Also:   hudson.plugins.git.GitException: Command "git checkout -f 4574cac8455ec6ce41583670062a889735ec70a2" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 4574cac8455ec6ce41583670062a889735ec70a2

		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-00246ac542e615934)
			at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
			at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
			at hudson.remoting.Channel.call(Channel.java:1001)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
			at sun.reflect.GeneratedMethodAccessor717.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.$Proxy472.execute(Unknown Source)
			at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:145)
			at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:111)
			at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1073)
			at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1178)
			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 4574cac8455ec6ce41583670062a889735ec70a2
Also:   hudson.plugins.git.GitException: Command "git checkout -f 4574cac8455ec6ce41583670062a889735ec70a2" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 4574cac8455ec6ce41583670062a889735ec70a2

		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-00246ac542e615934)
			at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
			at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
			at hudson.remoting.Channel.call(Channel.java:1001)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
			at sun.reflect.GeneratedMethodAccessor717.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.$Proxy472.execute(Unknown Source)
			at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:145)
			at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:111)
			at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1073)
			at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1178)
			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 4574cac8455ec6ce41583670062a889735ec70a2
Also:   hudson.plugins.git.GitException: Command "git checkout -f 4574cac8455ec6ce41583670062a889735ec70a2" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 4574cac8455ec6ce41583670062a889735ec70a2

		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-00246ac542e615934)
			at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
			at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
			at hudson.remoting.Channel.call(Channel.java:1001)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
			at sun.reflect.GeneratedMethodAccessor717.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.$Proxy472.execute(Unknown Source)
			at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:145)
			at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:111)
			at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1073)
			at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1178)
			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 4574cac8455ec6ce41583670062a889735ec70a2
Caused: hudson.plugins.git.GitException: Could not checkout 4574cac8455ec6ce41583670062a889735ec70a2
	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:375)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
	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