Skip to content
Failed

Console Output

Pull request #2910 opened
04:58:52 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at a48a5a9647761406d66e8271f19fab7fa0c5f582 rather than 4c2808a4ef00b30a88d0812663516fc46bd08aea
Obtained Jenkinsfile from a48a5a9647761406d66e8271f19fab7fa0c5f582
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
The recommended git tool is: NONE
using credential jps-reader
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/docker-py_PR-2910@libs/jps # timeout=10
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file"
First time build. Skipping changelog.
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
All nodes of label ‘amd64&&ubuntu-2004&&overlay2’ are offline
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-074d010a4a7ca22b8) in /home/ubuntu/workspace/docker-py_PR-2910
[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-2910@tmp/2dfe7af6-3239-4615-b655-55f802588848/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
05:00:00 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
05:00:00 chowning workspace
[Pipeline] sh
05:00:01 + pwd
05:00:01 + id -u
05:00:01 + id -g
05:00:01 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2910:/workspace busybox chown -R 1000:1000 /workspace
05:00:01 Unable to find image 'busybox:latest' locally
05:00:01 latest: Pulling from library/busybox
05:00:01 01c2cdc13739: Pulling fs layer
05:00:01 01c2cdc13739: Verifying Checksum
05:00:01 01c2cdc13739: Download complete
05:00:02 01c2cdc13739: Pull complete
05:00:02 Digest: sha256:139abcf41943b8bcd4bc5c42ee71ddc9402c7ad69ad9e177b0a9bc4541f14924
05:00:02 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
05:00:04 Removing all docker containers
[Pipeline] sh
05:00:04 + docker container ls -aq
[Pipeline] echo
05:00:04 Docker containers have been removed
[Pipeline] echo
05:00:04 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
05:00:04 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
05:00:04 The recommended git tool is: git
05:00:06 using credential docker-jenkins-github-credentials
05:00:06 Cloning the remote Git repository
05:00:06 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-2910 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/2910/head:refs/remotes/origin/PR-2910 +refs/heads/master:refs/remotes/origin/master # timeout=10
05:00:09 Fetching without tags
05:00:09 Merging remotes/origin/master commit a48a5a9647761406d66e8271f19fab7fa0c5f582 into PR head commit 4c2808a4ef00b30a88d0812663516fc46bd08aea
05:00:09 Merge succeeded, producing 4c2808a4ef00b30a88d0812663516fc46bd08aea
05:00:09 Checking out Revision 4c2808a4ef00b30a88d0812663516fc46bd08aea (PR-2910)
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2910/head:refs/remotes/origin/PR-2910 # 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 --force --progress -- https://github.com/docker/docker-py.git +refs/pull/2910/head:refs/remotes/origin/PR-2910 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4c2808a4ef00b30a88d0812663516fc46bd08aea # 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 a48a5a9647761406d66e8271f19fab7fa0c5f582 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4c2808a4ef00b30a88d0812663516fc46bd08aea # timeout=10
05:00:13 Commit message: "Fix: fix CVE-2020-28243"
05:00:13 First time build. Skipping changelog.
[Pipeline] sh
05:00:13 + git rev-parse HEAD
[Pipeline] withDockerRegistry
[Pipeline] {
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
[Pipeline] isUnix
[Pipeline] sh
05:00:14 + docker pull dockerpinata/docker-py:sshdind-4c2808a4ef00b30a88d0812663516fc46bd08aea
05:00:14 Error response from daemon: manifest for dockerpinata/docker-py:sshdind-4c2808a4ef00b30a88d0812663516fc46bd08aea not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
05:00:14 + docker build -t dockerpinata/docker-py:sshdind-4c2808a4ef00b30a88d0812663516fc46bd08aea -f tests/Dockerfile-ssh-dind .
$ 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-2910@tmp/6c6a5ded-4269-460d-b581-8d52d08ef2c9/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
05:00:15 Sending build context to Docker daemon  1.374MB

05:00:15 Step 1/11 : ARG API_VERSION=1.39
05:00:15 Step 2/11 : ARG ENGINE_VERSION=19.03.12
05:00:15 Step 3/11 : FROM docker:${ENGINE_VERSION}-dind
05:00:15 19.03.12-dind: Pulling from library/docker
05:00:15 df20fa9351a1: Pulling fs layer
05:00:15 25ad7478873d: Pulling fs layer
05:00:15 4684f6177b5d: Pulling fs layer
05:00:15 46e300cec669: Pulling fs layer
05:00:15 63038576ad94: Pulling fs layer
05:00:15 0fdb76c4706c: Pulling fs layer
05:00:15 cb7edeffdfd5: Pulling fs layer
05:00:15 cc28bd76800f: Pulling fs layer
05:00:15 54196fe38f7e: Pulling fs layer
05:00:15 ea71acc29633: Pulling fs layer
05:00:15 657cc4c15165: Pulling fs layer
05:00:15 cb7edeffdfd5: Waiting
05:00:15 cc28bd76800f: Waiting
05:00:15 54196fe38f7e: Waiting
05:00:15 ea71acc29633: Waiting
05:00:15 657cc4c15165: Waiting
05:00:15 63038576ad94: Waiting
05:00:15 46e300cec669: Waiting
05:00:15 0fdb76c4706c: Waiting
05:00:15 4684f6177b5d: Verifying Checksum
05:00:15 4684f6177b5d: Download complete
05:00:15 25ad7478873d: Verifying Checksum
05:00:15 25ad7478873d: Download complete
05:00:15 df20fa9351a1: Verifying Checksum
05:00:15 df20fa9351a1: Download complete
05:00:15 63038576ad94: Verifying Checksum
05:00:15 63038576ad94: Download complete
05:00:15 0fdb76c4706c: Verifying Checksum
05:00:15 0fdb76c4706c: Download complete
05:00:15 df20fa9351a1: Pull complete
05:00:15 cc28bd76800f: Verifying Checksum
05:00:15 cc28bd76800f: Download complete
05:00:15 54196fe38f7e: Verifying Checksum
05:00:15 54196fe38f7e: Download complete
05:00:15 cb7edeffdfd5: Verifying Checksum
05:00:15 cb7edeffdfd5: Download complete
05:00:15 ea71acc29633: Verifying Checksum
05:00:15 ea71acc29633: Download complete
05:00:16 657cc4c15165: Verifying Checksum
05:00:16 657cc4c15165: Download complete
05:00:16 25ad7478873d: Pull complete
05:00:16 4684f6177b5d: Pull complete
05:00:16 46e300cec669: Verifying Checksum
05:00:16 46e300cec669: Download complete
05:00:20 46e300cec669: Pull complete
05:00:20 63038576ad94: Pull complete
05:00:20 0fdb76c4706c: Pull complete
05:00:20 cb7edeffdfd5: Pull complete
05:00:20 cc28bd76800f: Pull complete
05:00:20 54196fe38f7e: Pull complete
05:00:20 ea71acc29633: Pull complete
05:00:20 657cc4c15165: Pull complete
05:00:21 Digest: sha256:674f1f40ff7c8ac14f5d8b6b28d8fb1f182647ff75304d018003f1e21a0d8771
05:00:21 Status: Downloaded newer image for docker:19.03.12-dind
05:00:21  ---> 66dc2d45749a
05:00:21 Step 4/11 : RUN apk add --no-cache 		openssh
05:00:21  ---> Running in 6053858560f8
05:00:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
05:00:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
05:00:23 (1/4) Installing openssh-sftp-server (8.3_p1-r3)
05:00:23 (2/4) Installing openssh-server-common (8.3_p1-r3)
05:00:23 (3/4) Installing openssh-server (8.3_p1-r3)
05:00:23 (4/4) Installing openssh (8.3_p1-r3)
05:00:23 Executing busybox-1.31.1-r16.trigger
05:00:23 OK: 28 MiB in 51 packages
05:00:24 Removing intermediate container 6053858560f8
05:00:24  ---> c5ce4dc75bde
05:00:24 Step 5/11 : RUN ssh-keygen -A
05:00:24  ---> Running in 9a6e1599b511
05:00:25 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
05:00:26 Removing intermediate container 9a6e1599b511
05:00:26  ---> a7364fc8451c
05:00: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
05:00:26  ---> Running in 936ac52ac71b
05:00:27 Removing intermediate container 936ac52ac71b
05:00:27  ---> a40b734bc1b1
05:00:27 Step 7/11 : COPY tests/ssh-keys/authorized_keys /root/.ssh/authorized_keys
05:00:27  ---> 6f111949ec31
05:00:27 Step 8/11 : RUN chmod 600 /root/.ssh/authorized_keys
05:00:27  ---> Running in e8897e7a38ea
05:00:29 Removing intermediate container e8897e7a38ea
05:00:29  ---> 8764e61a6651
05:00:29 Step 9/11 : RUN echo "root:root" | chpasswd
05:00:29  ---> Running in 0e6a28929be8
05:00:29 chpasswd: password for 'root' changed
05:00:30 Removing intermediate container 0e6a28929be8
05:00:30  ---> 782b29f85503
05:00:30 Step 10/11 : RUN ln -s /usr/local/bin/docker /usr/bin/docker
05:00:30  ---> Running in 485028e06817
05:00:31 Removing intermediate container 485028e06817
05:00:31  ---> fa80b729200b
05:00:31 Step 11/11 : EXPOSE 22
05:00:31  ---> Running in 8337cc51f26c
05:00:31 Removing intermediate container 8337cc51f26c
05:00:31  ---> a47bcacff739
05:00:31 Successfully built a47bcacff739
05:00:31 Successfully tagged dockerpinata/docker-py:sshdind-4c2808a4ef00b30a88d0812663516fc46bd08aea
[Pipeline] isUnix
[Pipeline] sh
05:00:32 + docker tag dockerpinata/docker-py:sshdind-4c2808a4ef00b30a88d0812663516fc46bd08aea dockerpinata/docker-py:sshdind-4c2808a4ef00b30a88d0812663516fc46bd08aea
[Pipeline] isUnix
[Pipeline] sh
05:00:32 + docker push dockerpinata/docker-py:sshdind-4c2808a4ef00b30a88d0812663516fc46bd08aea
05:00:32 The push refers to repository [docker.io/dockerpinata/docker-py]
05:00:32 295701421b75: Preparing
05:00:32 5c73b775ca2e: Preparing
05:00:32 b7bc3c1aec13: Preparing
05:00:32 b2068d7869cc: Preparing
05:00:32 3e7b245e76e2: Preparing
05:00:32 36e97dc36f0e: Preparing
05:00:32 2419eb418b16: Preparing
05:00:32 1149e736aa92: Preparing
05:00:32 39e79983ac8b: Preparing
05:00:32 da8c28465f82: Preparing
05:00:32 d1292e236c36: Preparing
05:00:32 36e97dc36f0e: Waiting
05:00:32 2419eb418b16: Waiting
05:00:32 1149e736aa92: Waiting
05:00:32 39e79983ac8b: Waiting
05:00:32 da8c28465f82: Waiting
05:00:32 8890c171a12b: Preparing
05:00:32 4ae5bd84d450: Preparing
05:00:32 723a561964c8: Preparing
05:00:32 d1292e236c36: Waiting
05:00:32 8890c171a12b: Waiting
05:00:32 4ae5bd84d450: Waiting
05:00:32 78764725b56c: Preparing
05:00:32 51d6d3d09136: Preparing
05:00:32 1507bc794612: Preparing
05:00:32 50644c29ef5a: Preparing
05:00:32 723a561964c8: Waiting
05:00:32 78764725b56c: Waiting
05:00:32 51d6d3d09136: Waiting
05:00:32 1507bc794612: Waiting
05:00:32 50644c29ef5a: Waiting
05:00:33 5c73b775ca2e: Pushed
05:00:33 b7bc3c1aec13: Pushed
05:00:33 295701421b75: Pushed
05:00:33 3e7b245e76e2: Pushed
05:00:33 b2068d7869cc: Pushed
05:00:33 1149e736aa92: Layer already exists
05:00:33 39e79983ac8b: Layer already exists
05:00:33 da8c28465f82: Layer already exists
05:00:33 d1292e236c36: Layer already exists
05:00:33 8890c171a12b: Layer already exists
05:00:34 723a561964c8: Layer already exists
05:00:34 4ae5bd84d450: Layer already exists
05:00:34 51d6d3d09136: Layer already exists
05:00:34 1507bc794612: Layer already exists
05:00:34 50644c29ef5a: Layer already exists
05:00:34 78764725b56c: Layer already exists
05:00:34 36e97dc36f0e: Pushed
05:00:34 2419eb418b16: Pushed
05:00:36 sshdind-4c2808a4ef00b30a88d0812663516fc46bd08aea: digest: sha256:e49973b14a889d512e879602cfd4accb0314320de65fa11378ecbf5c17023a6b size: 4067
[Pipeline] isUnix
[Pipeline] sh
05:00:36 + docker pull dockerpinata/docker-py:py3-4c2808a4ef00b30a88d0812663516fc46bd08aea
05:00:36 Error response from daemon: manifest for dockerpinata/docker-py:py3-4c2808a4ef00b30a88d0812663516fc46bd08aea not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
05:00:36 + docker build -t dockerpinata/docker-py:py3-4c2808a4ef00b30a88d0812663516fc46bd08aea -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
05:00:36 Sending build context to Docker daemon  1.374MB

05:00:37 Step 1/21 : ARG PYTHON_VERSION=3.7
05:00:37 Step 2/21 : FROM python:${PYTHON_VERSION}
05:00:37 3.7: Pulling from library/python
05:00:37 bb7d5a84853b: Pulling fs layer
05:00:37 f02b617c6a8c: Pulling fs layer
05:00:37 d32e17419b7e: Pulling fs layer
05:00:37 c9d2d81226a4: Pulling fs layer
05:00:37 3c24ae8b6604: Pulling fs layer
05:00:37 8a4322d1621d: Pulling fs layer
05:00:37 637b803a116b: Pulling fs layer
05:00:37 3d1bee7e0864: Pulling fs layer
05:00:37 1a84a9eb2ed2: Pulling fs layer
05:00:37 c9d2d81226a4: Waiting
05:00:37 3c24ae8b6604: Waiting
05:00:37 8a4322d1621d: Waiting
05:00:37 637b803a116b: Waiting
05:00:37 3d1bee7e0864: Waiting
05:00:37 1a84a9eb2ed2: Waiting
05:00:37 f02b617c6a8c: Verifying Checksum
05:00:37 f02b617c6a8c: Download complete
05:00:37 d32e17419b7e: Verifying Checksum
05:00:37 d32e17419b7e: Download complete
05:00:39 bb7d5a84853b: Verifying Checksum
05:00:39 bb7d5a84853b: Download complete
05:00:39 c9d2d81226a4: Verifying Checksum
05:00:39 c9d2d81226a4: Download complete
05:00:39 8a4322d1621d: Verifying Checksum
05:00:39 8a4322d1621d: Download complete
05:00:39 637b803a116b: Verifying Checksum
05:00:39 637b803a116b: Download complete
05:00:39 3d1bee7e0864: Verifying Checksum
05:00:39 3d1bee7e0864: Download complete
05:00:39 1a84a9eb2ed2: Verifying Checksum
05:00:39 1a84a9eb2ed2: Download complete
05:00:41 3c24ae8b6604: Verifying Checksum
05:00:41 3c24ae8b6604: Download complete
05:00:42 bb7d5a84853b: Pull complete
05:00:42 f02b617c6a8c: Pull complete
05:00:43 d32e17419b7e: Pull complete
05:00:45 c9d2d81226a4: Pull complete
05:00:53 3c24ae8b6604: Pull complete
05:00:53 8a4322d1621d: Pull complete
05:00:53 637b803a116b: Pull complete
05:00:53 3d1bee7e0864: Pull complete
05:00:54 1a84a9eb2ed2: Pull complete
05:00:54 Digest: sha256:c185410ab69dcdfb5e5edabf0d78bc5655a210a4e263001b4bc4bc1d9e6f6309
05:00:54 Status: Downloaded newer image for python:3.7
05:00:54  ---> 0b3f272343d3
05:00:54 Step 3/21 : ARG APT_MIRROR
05:00:56  ---> Running in f4382f28298c
05:00:56 Removing intermediate container f4382f28298c
05:00:56  ---> 4a55157fa40e
05:00:56 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
05:00:56  ---> Running in 41ebf53a0658
05:00:57 Removing intermediate container 41ebf53a0658
05:00:57  ---> ef502d98e2a8
05:00:57 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
05:00:57  ---> Running in 6ed573295d83
05:00:58 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
05:00:58 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB]
05:00:58 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
05:00:58 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [90.7 kB]
05:00:58 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8180 kB]
05:00:59 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
05:01:00 Fetched 8473 kB in 3s (3268 kB/s)
05:01:01 Reading package lists...
05:01:01 Reading package lists...
05:01:01 Building dependency tree...
05:01:01 Reading state information...
05:01:02 The following additional packages will be installed:
05:01:02   tree
05:01:02 Suggested packages:
05:01:02   python libxml-simple-perl ruby
05:01:02 Recommended packages:
05:01:02   qrencode xclip
05:01:02 The following NEW packages will be installed:
05:01:02   gnupg2 pass tree
05:01:02 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
05:01:02 Need to get 523 kB of archives.
05:01:02 After this operation, 727 kB of additional disk space will be used.
05:01:02 Get:1 http://deb.debian.org/debian bullseye/main amd64 gnupg2 all 2.2.27-2 [434 kB]
05:01:02 Get:2 http://deb.debian.org/debian bullseye/main amd64 tree amd64 1.8.0-1+b1 [49.6 kB]
05:01:02 Get:3 http://deb.debian.org/debian bullseye/main amd64 pass all 1.7.3-2 [39.2 kB]
05:01:02 debconf: delaying package configuration, since apt-utils is not installed
05:01:02 Fetched 523 kB in 0s (1932 kB/s)
05:01:02 Selecting previously unselected package gnupg2.
05:01:02 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23378 files and directories currently installed.)
05:01:02 Preparing to unpack .../gnupg2_2.2.27-2_all.deb ...
05:01:02 Unpacking gnupg2 (2.2.27-2) ...
05:01:02 Selecting previously unselected package tree.
05:01:02 Preparing to unpack .../tree_1.8.0-1+b1_amd64.deb ...
05:01:02 Unpacking tree (1.8.0-1+b1) ...
05:01:02 Selecting previously unselected package pass.
05:01:02 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
05:01:02 Unpacking pass (1.7.3-2) ...
05:01:02 Setting up gnupg2 (2.2.27-2) ...
05:01:02 Setting up tree (1.8.0-1+b1) ...
05:01:02 Setting up pass (1.7.3-2) ...
05:01:03 Removing intermediate container 6ed573295d83
05:01:03  ---> 2537f697888c
05:01:03 Step 6/21 : COPY tests/ssh-keys /root/.ssh
05:01:04  ---> 9d36d27ab377
05:01:04 Step 7/21 : RUN chmod -R 600 /root/.ssh
05:01:04  ---> Running in 7cbc4008e018
05:01:05 Removing intermediate container 7cbc4008e018
05:01:05  ---> 7dab9d35685b
05:01:05 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys
05:01:05  ---> 0695e03264e5
05:01:05 Step 9/21 : RUN gpg2 --import gpg-keys/secret
05:01:05  ---> Running in a15a7a55800c
05:01:06 gpg: directory '/root/.gnupg' created
05:01:06 gpg: keybox '/root/.gnupg/pubring.kbx' created
05:01:06 gpg: /root/.gnupg/trustdb.gpg: trustdb created
05:01:06 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
05:01:06 gpg: key 464ED987A7B21401: secret key imported
05:01:06 gpg: Total number processed: 1
05:01:06 gpg:               imported: 1
05:01:06 gpg:       secret keys read: 1
05:01:06 gpg:   secret keys imported: 1
05:01:06 Removing intermediate container a15a7a55800c
05:01:06  ---> 2467847b1fdd
05:01:06 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
05:01:06  ---> Running in 78d07a186f61
05:01:07 gpg: inserting ownertrust of 6
05:01:08 Removing intermediate container 78d07a186f61
05:01:08  ---> cce02e02d8b6
05:01:08 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
05:01:08  ---> Running in 20787ac1dd65
05:01:08 gpg: please do a --check-trustdb
05:01:08 mkdir: created directory '/root/.password-store/'
05:01:08 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
05:01:09 Removing intermediate container 20787ac1dd65
05:01:09  ---> 3fdabf61d6cb
05:01:09 Step 12/21 : RUN gpg2 --check-trustdb
05:01:09  ---> Running in 50de076ab143
05:01:10 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
05:01:10 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
05:01:10 Removing intermediate container 50de076ab143
05:01:10  ---> e4fd13e3de5f
05:01:10 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3
05:01:10  ---> Running in e8a11f6dcd2e
05:01:10 Removing intermediate container e8a11f6dcd2e
05:01:10  ---> 59356bfa5f7d
05:01:10 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
05:01:10  ---> Running in 9129e44b6a92
05:01:12 Removing intermediate container 9129e44b6a92
05:01:12  ---> 7cfa9b9a404c
05:01:12 Step 15/21 : WORKDIR /src
05:01:12  ---> Running in 2038abb653e2
05:01:12 Removing intermediate container 2038abb653e2
05:01:12  ---> 7a48b0a92635
05:01:12 Step 16/21 : COPY requirements.txt /src/requirements.txt
05:01:12  ---> b26f0cdef4d1
05:01:12 Step 17/21 : RUN pip install -r requirements.txt
05:01:12  ---> Running in 8dbe0ca6c276
05:01:15 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
05:01:19 Collecting appdirs==1.4.3
05:01:20   Downloading appdirs-1.4.3-py2.py3-none-any.whl (12 kB)
05:01:20 Collecting asn1crypto==0.22.0
05:01:20   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
05:01:20 Collecting backports.ssl-match-hostname==3.5.0.1
05:01:20   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
05:01:21 Collecting cffi==1.14.4
05:01:21   Downloading cffi-1.14.4-cp37-cp37m-manylinux1_x86_64.whl (402 kB)
05:01:22 Collecting cryptography==3.4.7
05:01:22   Downloading cryptography-3.4.7-cp36-abi3-manylinux2014_x86_64.whl (3.2 MB)
05:01:22 Collecting enum34==1.1.6
05:01:22   Downloading enum34-1.1.6-py3-none-any.whl (12 kB)
05:01:22 Collecting idna==2.5
05:01:22   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
05:01:22 Collecting ipaddress==1.0.18
05:01:22   Downloading ipaddress-1.0.18.tar.gz (32 kB)
05:01:23 Collecting packaging==16.8
05:01:23   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
05:01:23 Collecting paramiko==2.8.0
05:01:23   Downloading paramiko-2.8.0-py2.py3-none-any.whl (206 kB)
05:01:23 Collecting pycparser==2.17
05:01:23   Downloading pycparser-2.17.tar.gz (231 kB)
05:01:23 Collecting pyOpenSSL==18.0.0
05:01:23   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
05:01:23 Collecting pyparsing==2.2.0
05:01:23   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
05:01:23 Collecting requests==2.26.0
05:01:23   Downloading requests-2.26.0-py2.py3-none-any.whl (62 kB)
05:01:23 Collecting urllib3==1.26.5
05:01:23   Downloading urllib3-1.26.5-py2.py3-none-any.whl (138 kB)
05:01:23 Collecting websocket-client==0.56.0
05:01:23   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
05:01:23 Collecting six
05:01:23   Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
05:01:24 Collecting pynacl>=1.0.1
05:01:24   Downloading PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB)
05:01:24 Collecting bcrypt>=3.1.3
05:01:24   Downloading bcrypt-3.2.0-cp36-abi3-manylinux2010_x86_64.whl (63 kB)
05:01:24 Collecting charset-normalizer~=2.0.0
05:01:24   Downloading charset_normalizer-2.0.7-py3-none-any.whl (38 kB)
05:01:24 Collecting certifi>=2017.4.17
05:01:24   Downloading certifi-2021.10.8-py2.py3-none-any.whl (149 kB)
05:01:24 Building wheels for collected packages: backports.ssl-match-hostname, ipaddress, pycparser
05:01:24   Building wheel for backports.ssl-match-hostname (setup.py): started
05:01:24   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
05:01:24   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py3-none-any.whl size=5206 sha256=5febddc9bd395bc3066182ba2c906338ce550492b07a20e701b23dc2b9cf197b
05:01:24   Stored in directory: /root/.cache/pip/wheels/93/72/f6/df894bfc7947d11f89dbdb4e9b786703a43cd547c1b5e8c738
05:01:24   Building wheel for ipaddress (setup.py): started
05:01:24   Building wheel for ipaddress (setup.py): finished with status 'done'
05:01:24   Created wheel for ipaddress: filename=ipaddress-1.0.18-py3-none-any.whl size=18124 sha256=2eac53533e838b67801e7cccf50e490ff92a8adf2b770377eafcf3d9e4565a80
05:01:24   Stored in directory: /root/.cache/pip/wheels/54/90/bd/f99e221ab77ef8e6d65c14efe986cef3360da2990396093151
05:01:24   Building wheel for pycparser (setup.py): started
05:01:25   Building wheel for pycparser (setup.py): finished with status 'done'
05:01:25   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=192894 sha256=2a98fbef32184097a2dbcb609bf41ce30eae89fa5c39d784a6c78058d30df51e
05:01:25   Stored in directory: /root/.cache/pip/wheels/91/50/7a/9f94e39b01559aa44c3cefb775d7befcc01d0a6ed0093cab37
05:01:25 Successfully built backports.ssl-match-hostname ipaddress pycparser
05:01:25 Installing collected packages: pycparser, six, cffi, urllib3, pyparsing, pynacl, idna, cryptography, charset-normalizer, certifi, bcrypt, websocket-client, requests, pyOpenSSL, paramiko, packaging, ipaddress, enum34, backports.ssl-match-hostname, asn1crypto, appdirs
05:01:26 Successfully installed appdirs-1.4.3 asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.2.0 certifi-2021.10.8 cffi-1.14.4 charset-normalizer-2.0.7 cryptography-3.4.7 enum34-1.1.6 idna-2.5 ipaddress-1.0.18 packaging-16.8 paramiko-2.8.0 pyOpenSSL-18.0.0 pycparser-2.17 pynacl-1.4.0 pyparsing-2.2.0 requests-2.26.0 six-1.16.0 urllib3-1.26.5 websocket-client-0.56.0
05:01:26 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
05:01:30 WARNING: You are using pip version 21.2.4; however, version 21.3.1 is available.
05:01:30 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
05:01:33 Removing intermediate container 8dbe0ca6c276
05:01:33  ---> 58e402e42af8
05:01:33 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
05:01:33  ---> ef325030368f
05:01:33 Step 19/21 : RUN pip install -r test-requirements.txt
05:01:33  ---> Running in 0048cd69cd37
05:01:39 Collecting setuptools==58.2.0
05:01:39   Downloading setuptools-58.2.0-py3-none-any.whl (946 kB)
05:01:40 Collecting coverage==6.0.1
05:01:40   Downloading coverage-6.0.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (252 kB)
05:01:40 Collecting flake8==4.0.1
05:01:40   Downloading flake8-4.0.1-py2.py3-none-any.whl (64 kB)
05:01:40 Collecting pytest==6.2.5
05:01:40   Downloading pytest-6.2.5-py3-none-any.whl (280 kB)
05:01:40 Collecting pytest-cov==3.0.0
05:01:40   Downloading pytest_cov-3.0.0-py3-none-any.whl (20 kB)
05:01:40 Collecting pytest-timeout==2.0.1
05:01:40   Downloading pytest_timeout-2.0.1-py3-none-any.whl (11 kB)
05:01:40 Collecting mccabe<0.7.0,>=0.6.0
05:01:40   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
05:01:40 Collecting pyflakes<2.5.0,>=2.4.0
05:01:40   Downloading pyflakes-2.4.0-py2.py3-none-any.whl (69 kB)
05:01:40 Collecting pycodestyle<2.9.0,>=2.8.0
05:01:40   Downloading pycodestyle-2.8.0-py2.py3-none-any.whl (42 kB)
05:01:40 Collecting importlib-metadata<4.3
05:01:40   Downloading importlib_metadata-4.2.0-py3-none-any.whl (16 kB)
05:01:40 Collecting attrs>=19.2.0
05:01:40   Downloading attrs-21.2.0-py2.py3-none-any.whl (53 kB)
05:01:40 Requirement already satisfied: packaging in /usr/local/lib/python3.7/site-packages (from pytest==6.2.5->-r test-requirements.txt (line 4)) (16.8)
05:01:40 Collecting py>=1.8.2
05:01:40   Downloading py-1.11.0-py2.py3-none-any.whl (98 kB)
05:01:40 Collecting iniconfig
05:01:40   Downloading iniconfig-1.1.1-py2.py3-none-any.whl (5.0 kB)
05:01:40 Collecting pluggy<2.0,>=0.12
05:01:40   Downloading pluggy-1.0.0-py2.py3-none-any.whl (13 kB)
05:01:40 Collecting toml
05:01:40   Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB)
05:01:40 Collecting coverage[toml]>=5.2.1
05:01:40   Downloading coverage-6.1.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (213 kB)
05:01:40   Downloading coverage-6.1.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (213 kB)
05:01:40   Downloading coverage-6.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (213 kB)
05:01:40   Downloading coverage-6.0.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (253 kB)
05:01:40 Collecting tomli
05:01:40   Downloading tomli-1.2.2-py3-none-any.whl (12 kB)
05:01:40 Collecting zipp>=0.5
05:01:40   Downloading zipp-3.6.0-py3-none-any.whl (5.3 kB)
05:01:40 Collecting typing-extensions>=3.6.4
05:01:40   Downloading typing_extensions-3.10.0.2-py3-none-any.whl (26 kB)
05:01:41 Requirement already satisfied: pyparsing in /usr/local/lib/python3.7/site-packages (from packaging->pytest==6.2.5->-r test-requirements.txt (line 4)) (2.2.0)
05:01:41 Requirement already satisfied: six in /usr/local/lib/python3.7/site-packages (from packaging->pytest==6.2.5->-r test-requirements.txt (line 4)) (1.16.0)
05:01:41 Installing collected packages: zipp, typing-extensions, importlib-metadata, tomli, toml, py, pluggy, iniconfig, coverage, attrs, pytest, pyflakes, pycodestyle, mccabe, setuptools, pytest-timeout, pytest-cov, flake8
05:01:41   Attempting uninstall: setuptools
05:01:41     Found existing installation: setuptools 57.5.0
05:01:41     Uninstalling setuptools-57.5.0:
05:01:42       Successfully uninstalled setuptools-57.5.0
05:01:42 Successfully installed attrs-21.2.0 coverage-6.0.1 flake8-4.0.1 importlib-metadata-4.2.0 iniconfig-1.1.1 mccabe-0.6.1 pluggy-1.0.0 py-1.11.0 pycodestyle-2.8.0 pyflakes-2.4.0 pytest-6.2.5 pytest-cov-3.0.0 pytest-timeout-2.0.1 setuptools-58.2.0 toml-0.10.2 tomli-1.2.2 typing-extensions-3.10.0.2 zipp-3.6.0
05:01:42 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
05:01:42 WARNING: You are using pip version 21.2.4; however, version 21.3.1 is available.
05:01:42 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
05:01:44 Removing intermediate container 0048cd69cd37
05:01:44  ---> c876359bcdc4
05:01:44 Step 20/21 : COPY . /src
05:01:44  ---> 4bfbe54fbd7e
05:01:44 Step 21/21 : RUN pip install .
05:01:44  ---> Running in 631ed8b256a3
05:01:45 Processing /src
05:01:45   DEPRECATION: A future pip version will change local packages to be built in-place without first copying to a temporary directory. We recommend you use --use-feature=in-tree-build to test your packages with this new behavior before it becomes the default.
05:01:45    pip 21.3 will remove support for this functionality. You can find discussion regarding this at https://github.com/pypa/pip/issues/7555.
05:01:45 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.7/site-packages (from docker==5.1.0.dev0) (0.56.0)
05:01:45 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python3.7/site-packages (from docker==5.1.0.dev0) (2.26.0)
05:01:45 Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==5.1.0.dev0) (2021.10.8)
05:01:45 Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==5.1.0.dev0) (2.0.7)
05:01:45 Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==5.1.0.dev0) (2.5)
05:01:45 Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==5.1.0.dev0) (1.26.5)
05:01:45 Requirement already satisfied: six in /usr/local/lib/python3.7/site-packages (from websocket-client>=0.32.0->docker==5.1.0.dev0) (1.16.0)
05:01:45 Building wheels for collected packages: docker
05:01:45   Building wheel for docker (setup.py): started
05:01:46   Building wheel for docker (setup.py): finished with status 'done'
05:01:46   Created wheel for docker: filename=docker-5.1.0.dev0-py3-none-any.whl size=146296 sha256=94dd0eb1377462739cb56d2f89e836442d0d1ef262f0f85b164a760a46472046
05:01:46   Stored in directory: /tmp/pip-ephem-wheel-cache-uj52mufv/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525
05:01:46 Successfully built docker
05:01:46 Installing collected packages: docker
05:01:46 Successfully installed docker-5.1.0.dev0
05:01:46 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
05:01:46 WARNING: You are using pip version 21.2.4; however, version 21.3.1 is available.
05:01:46 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
05:01:46 Removing intermediate container 631ed8b256a3
05:01:46  ---> 2c31e3ebd49d
05:01:46 Successfully built 2c31e3ebd49d
05:01:46 Successfully tagged dockerpinata/docker-py:py3-4c2808a4ef00b30a88d0812663516fc46bd08aea
[Pipeline] isUnix
[Pipeline] sh
05:01:47 + docker tag dockerpinata/docker-py:py3-4c2808a4ef00b30a88d0812663516fc46bd08aea dockerpinata/docker-py:py3-4c2808a4ef00b30a88d0812663516fc46bd08aea
[Pipeline] isUnix
[Pipeline] sh
05:01:47 + docker push dockerpinata/docker-py:py3-4c2808a4ef00b30a88d0812663516fc46bd08aea
05:01:47 The push refers to repository [docker.io/dockerpinata/docker-py]
05:01:47 fd7faa88f53e: Preparing
05:01:47 80616fd48c51: Preparing
05:01:47 967a3276d971: Preparing
05:01:47 a27f3b9df818: Preparing
05:01:47 9784987a527f: Preparing
05:01:47 87741f86c027: Preparing
05:01:47 a3b3e7402add: Preparing
05:01:47 13102d269883: Preparing
05:01:47 9760bf14495e: Preparing
05:01:47 bd7c14d8aab6: Preparing
05:01:47 4847101728e8: Preparing
05:01:47 0c2055ef131d: Preparing
05:01:47 bce54b069866: Preparing
05:01:47 48b721b96d6b: Preparing
05:01:47 c0fad984efc5: Preparing
05:01:47 1ac2c7b10ec6: Preparing
05:01:47 eafab1e7e8e7: Preparing
05:01:47 689d14134873: Preparing
05:01:47 da8ee6936a47: Preparing
05:01:47 6ae392c466cc: Preparing
05:01:47 7fcd2600f5ad: Preparing
05:01:47 8f56c3340629: Preparing
05:01:47 ba6e5ff31f23: Preparing
05:01:47 9f9f651e9303: Preparing
05:01:47 0b3c02b5d746: Preparing
05:01:47 62a747bf1719: Preparing
05:01:47 87741f86c027: Waiting
05:01:47 a3b3e7402add: Waiting
05:01:47 13102d269883: Waiting
05:01:47 9760bf14495e: Waiting
05:01:47 bd7c14d8aab6: Waiting
05:01:47 4847101728e8: Waiting
05:01:47 0c2055ef131d: Waiting
05:01:47 bce54b069866: Waiting
05:01:47 48b721b96d6b: Waiting
05:01:47 c0fad984efc5: Waiting
05:01:47 1ac2c7b10ec6: Waiting
05:01:47 eafab1e7e8e7: Waiting
05:01:47 689d14134873: Waiting
05:01:47 da8ee6936a47: Waiting
05:01:47 6ae392c466cc: Waiting
05:01:47 7fcd2600f5ad: Waiting
05:01:47 8f56c3340629: Waiting
05:01:47 ba6e5ff31f23: Waiting
05:01:47 9f9f651e9303: Waiting
05:01:47 0b3c02b5d746: Waiting
05:01:47 62a747bf1719: Waiting
05:01:49 a27f3b9df818: Pushed
05:01:49 80616fd48c51: Pushed
05:01:49 fd7faa88f53e: Pushed
05:01:50 967a3276d971: Pushed
05:01:50 87741f86c027: Pushed
05:01:50 a3b3e7402add: Pushed
05:01:50 13102d269883: Pushed
05:01:51 9760bf14495e: Pushed
05:01:51 bd7c14d8aab6: Pushed
05:01:51 4847101728e8: Pushed
05:01:51 9784987a527f: Pushed
05:01:52 0c2055ef131d: Pushed
05:01:52 bce54b069866: Pushed
05:01:52 689d14134873: Layer already exists
05:01:52 da8ee6936a47: Layer already exists
05:01:52 6ae392c466cc: Layer already exists
05:01:52 7fcd2600f5ad: Layer already exists
05:01:52 48b721b96d6b: Pushed
05:01:52 8f56c3340629: Layer already exists
05:01:52 ba6e5ff31f23: Layer already exists
05:01:52 9f9f651e9303: Layer already exists
05:01:52 0b3c02b5d746: Layer already exists
05:01:52 62a747bf1719: Layer already exists
05:01:53 c0fad984efc5: Pushed
05:01:53 eafab1e7e8e7: Pushed
05:01:54 1ac2c7b10ec6: Pushed
05:01:56 py3-4c2808a4ef00b30a88d0812663516fc46bd08aea: digest: sha256:c30271d526378dc407913a6082a0fc90700ed5a6532bc920aba369bd60dabb7b size: 5766
[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-2004-cgroup1 (i-074d010a4a7ca22b8) in /home/ubuntu/workspace/docker-py_PR-2910
[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-2910@tmp/4388fdb4-42a8-4673-9d46-239353e94ad3/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
05:02:04 + docker run --rm --entrypoint=python dockerpinata/docker-py:py3-4c2808a4ef00b30a88d0812663516fc46bd08aea /src/scripts/versions.py
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] parallel
[Pipeline] { (Branch: py3.7_19.03.12)
[Pipeline] { (Branch: py3.7_19.03.13)
[Pipeline] { (Branch: py3.7_20.10.10)
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-01dd364081b870f96) in /home/ubuntu/workspace/docker-py_PR-2910
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
Still waiting to schedule task
Waiting for next available executor on ‘amd64&&ubuntu-2004&&overlay2Still waiting to schedule task
Waiting for next available executor on ‘amd64&&ubuntu-2004&&overlay2WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2910@tmp/ac3be086-0a0c-42df-be8b-9cfebb2596ec/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
05:02:51 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
05:02:51 chowning workspace
[Pipeline] sh
05:02:52 + pwd
05:02:52 + id -u
05:02:52 + id -g
05:02:52 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2910:/workspace busybox chown -R 1000:1000 /workspace
05:02:52 Unable to find image 'busybox:latest' locally
05:02:52 latest: Pulling from library/busybox
05:02:52 01c2cdc13739: Pulling fs layer
05:02:53 01c2cdc13739: Verifying Checksum
05:02:53 01c2cdc13739: Download complete
05:02:53 01c2cdc13739: Pull complete
05:02:53 Digest: sha256:139abcf41943b8bcd4bc5c42ee71ddc9402c7ad69ad9e177b0a9bc4541f14924
05:02:53 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
05:02:57 Removing all docker containers
[Pipeline] sh
05:02:57 + docker container ls -aq
[Pipeline] echo
05:02:57 Docker containers have been removed
[Pipeline] echo
05:02:57 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
05:02:57 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.12)
[Pipeline] checkout
05:02:57 The recommended git tool is: git
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-074d010a4a7ca22b8) in /home/ubuntu/workspace/docker-py_PR-2910
[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-2910@tmp/84522ed6-152a-4b21-8285-0446b6fd3d7c/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
05:02:57 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
05:02:57 chowning workspace
[Pipeline] sh
05:02:58 + pwd
05:02:58 + id -u
05:02:58 + id -g
05:02:58 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2910:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
05:02:59 Removing all docker containers
[Pipeline] sh
05:02:59 + docker container ls -aq
[Pipeline] echo
05:02:59 Docker containers have been removed
[Pipeline] echo
05:02:59 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
05:02:59 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.13)
[Pipeline] checkout
05:02:59 The recommended git tool is: git
05:02:59 using credential docker-jenkins-github-credentials
05:02:59 Cloning the remote Git repository
05:02:59 Cloning with configured refspecs honoured and without tags
05:03:00 using credential docker-jenkins-github-credentials
05:03:00 Cloning the remote Git repository
05:03:00 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-2910 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/2910/head:refs/remotes/origin/PR-2910 +refs/heads/master:refs/remotes/origin/master # timeout=10
Cloning repository https://github.com/docker/docker-py.git
05:03:00 Fetching without tags
05:03:01 Merging remotes/origin/master commit a48a5a9647761406d66e8271f19fab7fa0c5f582 into PR head commit 4c2808a4ef00b30a88d0812663516fc46bd08aea
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-074d010a4a7ca22b8) in /home/ubuntu/workspace/docker-py_PR-2910
[Pipeline] // node
[Pipeline] {
[Pipeline] }
Failed in branch py3.7_19.03.13
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2910@tmp/ff86d148-a624-494c-868f-e0bc16ae5271/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
05:03:01 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
05:03:01 chowning workspace
[Pipeline] sh
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2910/head:refs/remotes/origin/PR-2910 # 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 --force --progress -- https://github.com/docker/docker-py.git +refs/pull/2910/head:refs/remotes/origin/PR-2910 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4c2808a4ef00b30a88d0812663516fc46bd08aea # timeout=10
05:03:01 + pwd
05:03:01 + id -u
05:03:01 + id -g
05:03:01 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2910:/workspace busybox chown -R 1000:1000 /workspace
 > git init /home/ubuntu/workspace/docker-py_PR-2910 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/2910/head:refs/remotes/origin/PR-2910 +refs/heads/master:refs/remotes/origin/master # timeout=10
[Pipeline] echo
05:03:02 Removing all docker containers
[Pipeline] sh
05:03:02 + docker container ls -aq
[Pipeline] echo
05:03:02 Docker containers have been removed
[Pipeline] echo
05:03:02 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
05:03:02 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=20.10.10)
[Pipeline] checkout
05:03:02 The recommended git tool is: git
05:03:02 using credential docker-jenkins-github-credentials
05:03:02 Cloning the remote Git repository
05:03:02 Cloning with configured refspecs honoured and without tags
05:03:03 Fetching without tags
05:03:03 Merging remotes/origin/master commit a48a5a9647761406d66e8271f19fab7fa0c5f582 into PR head commit 4c2808a4ef00b30a88d0812663516fc46bd08aea
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.12
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2910 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/2910/head:refs/remotes/origin/PR-2910 +refs/heads/master:refs/remotes/origin/master # timeout=10
05:03: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/2910/head:refs/remotes/origin/PR-2910 # 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 --force --progress -- https://github.com/docker/docker-py.git +refs/pull/2910/head:refs/remotes/origin/PR-2910 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4c2808a4ef00b30a88d0812663516fc46bd08aea # timeout=10
05:03:04 Merging remotes/origin/master commit a48a5a9647761406d66e8271f19fab7fa0c5f582 into PR head commit 4c2808a4ef00b30a88d0812663516fc46bd08aea
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_20.10.10
[Pipeline] // parallel
[Pipeline] End of Pipeline
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2910/head:refs/remotes/origin/PR-2910 # 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 --force --progress -- https://github.com/docker/docker-py.git +refs/pull/2910/head:refs/remotes/origin/PR-2910 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4c2808a4ef00b30a88d0812663516fc46bd08aea # timeout=10

GitHub has been notified of this commit’s build result

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

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2639)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1100(CliGitAPIImpl.java:84)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2956)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-074d010a4a7ca22b8)
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:1001)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor657.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:1163)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1302)
		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 4c2808a4ef00b30a88d0812663516fc46bd08aea" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 4c2808a4ef00b30a88d0812663516fc46bd08aea

		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2639)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1100(CliGitAPIImpl.java:84)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2956)
	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-01dd364081b870f96)
			at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
			at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
			at hudson.remoting.Channel.call(Channel.java:1001)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
			at sun.reflect.GeneratedMethodAccessor657.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:1163)
			at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1302)
			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 4c2808a4ef00b30a88d0812663516fc46bd08aea
Also:   hudson.plugins.git.GitException: Command "git checkout -f 4c2808a4ef00b30a88d0812663516fc46bd08aea" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 4c2808a4ef00b30a88d0812663516fc46bd08aea

		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2639)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1100(CliGitAPIImpl.java:84)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2956)
	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-074d010a4a7ca22b8)
			at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
			at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
			at hudson.remoting.Channel.call(Channel.java:1001)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
			at sun.reflect.GeneratedMethodAccessor657.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:1163)
			at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1302)
			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 4c2808a4ef00b30a88d0812663516fc46bd08aea
Caused: hudson.plugins.git.GitException: Could not checkout 4c2808a4ef00b30a88d0812663516fc46bd08aea
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2980)
	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:376)
	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
	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:829)
Finished: FAILURE