Skip to content
Failed

Console Output

Pull request #3117 opened
14:21:44 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch main at a02ba743338c27fd9348af2cf7767b140501734d rather than fc74d71963e928e51458eb498663dbf784169660
Obtained Jenkinsfile from a02ba743338c27fd9348af2cf7767b140501734d
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 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
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-3117@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 4f8fd6a86e521290dafaf7c28eced2a9b21b220a (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10
Commit message: "Merge pull request #26 from docker/add-retry-to-vpn-image-pull"
First time build. Skipping changelog.
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-00fcef8f76508ab19) in /home/ubuntu/workspace/docker-py_PR-3117
[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-3117@tmp/3b79a93e-d522-4672-a0da-7ff9755c45e6/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
14:21:47 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
14:21:47 chowning workspace
[Pipeline] sh
14:21:48 + pwd
14:21:48 + id -u
14:21:48 + id -g
14:21:48 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-3117:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
14:21:48 Removing all docker containers
[Pipeline] sh
14:21:49 + docker container ls -aq
[Pipeline] echo
14:21:49 Docker containers have been removed
[Pipeline] echo
14:21:49 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
14:21:49 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
14:21:49 The recommended git tool is: git
14:21:49 using credential docker-jenkins-github-credentials
14:21:49 Cloning the remote Git repository
14:21:49 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-3117 # 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/3117/head:refs/remotes/origin/PR-3117 +refs/heads/main:refs/remotes/origin/main # timeout=10
14:21:50 Fetching without tags
14:21:50 Merging remotes/origin/main commit a02ba743338c27fd9348af2cf7767b140501734d into PR head commit fc74d71963e928e51458eb498663dbf784169660
14:21:50 Merge succeeded, producing fc74d71963e928e51458eb498663dbf784169660
14:21:50 Checking out Revision fc74d71963e928e51458eb498663dbf784169660 (PR-3117)
14:21:50 Commit message: "Fix urllib3 2.0 compatibility"
14:21:50 First time build. Skipping changelog.
[Pipeline] sh
14:21:51 + git rev-parse HEAD
[Pipeline] withDockerRegistry
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/3117/head:refs/remotes/origin/PR-3117 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/main:refs/remotes/origin/main # 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/3117/head:refs/remotes/origin/PR-3117 +refs/heads/main:refs/remotes/origin/main # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fc74d71963e928e51458eb498663dbf784169660 # 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 a02ba743338c27fd9348af2cf7767b140501734d # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fc74d71963e928e51458eb498663dbf784169660 # timeout=10
[Pipeline] {
[Pipeline] isUnix
[Pipeline] sh
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
14:21:51 + docker pull dockerpinata/docker-py:sshdind-fc74d71963e928e51458eb498663dbf784169660
14:21:51 Error response from daemon: manifest for dockerpinata/docker-py:sshdind-fc74d71963e928e51458eb498663dbf784169660 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
14:21:51 + docker build -t dockerpinata/docker-py:sshdind-fc74d71963e928e51458eb498663dbf784169660 -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-3117@tmp/823dca65-9db2-4c9b-a626-8157cc8eb9f5/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
14:21:52 #1 [internal] load .dockerignore
14:21:52 #1 transferring context: 161B done
14:21:52 #1 DONE 0.0s
14:21:52 
14:21:52 #2 [internal] load build definition from Dockerfile-ssh-dind
14:21:52 #2 transferring dockerfile: 523B done
14:21:52 #2 DONE 0.0s
14:21:52 
14:21:52 #3 [auth] docker/dockerfile:pull token for registry-1.docker.io
14:21:52 #3 DONE 0.0s
14:21:52 
14:21:52 #4 resolve image config for docker.io/docker/dockerfile:1
14:21:52 #4 DONE 0.3s
14:21:52 
14:21:52 #5 docker-image://docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14
14:21:52 #5 resolve docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 0.0s done
14:21:52 #5 sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 8.40kB / 8.40kB done
14:21:52 #5 sha256:966d40f9ba8366e74c2fa353fc0bc7bbc167d2a0f3ad2420db8b9e633049462d 482B / 482B done
14:21:52 #5 sha256:dbdd11720762ad504260c66161c964e59eba06b95a7aa64a68634b598a830a91 2.90kB / 2.90kB done
14:21:52 #5 sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 6.29MB / 11.55MB 0.1s
14:21:52 #5 sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 11.55MB / 11.55MB 0.2s done
14:21:52 #5 extracting sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd
14:21:52 #5 extracting sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 0.2s done
14:21:52 #5 DONE 0.5s
14:21:53 
14:21:53 #6 [internal] load metadata for docker.io/library/docker:20.10-dind
14:21:53 #6 ...
14:21:53 
14:21:53 #7 [auth] library/docker:pull token for registry-1.docker.io
14:21:53 #7 DONE 0.0s
14:21:53 
14:21:53 #6 [internal] load metadata for docker.io/library/docker:20.10-dind
14:21:53 #6 DONE 0.3s
14:21:53 
14:21:53 #8 [internal] load build context
14:21:53 #8 transferring context: 2.27kB done
14:21:53 #8 DONE 0.0s
14:21:53 
14:21:53 #9 [1/5] FROM docker.io/library/docker:20.10-dind@sha256:b848ea12a51f9be34b5ad6774a93a015fee1c2017d1896414c2f8fbaeb0c87d3
14:21:53 #9 resolve docker.io/library/docker:20.10-dind@sha256:b848ea12a51f9be34b5ad6774a93a015fee1c2017d1896414c2f8fbaeb0c87d3 done
14:21:53 #9 sha256:3c93c0395b735e750e72393aee594472c99ccb36f482c3f75bb9c07897cff4f4 11.32kB / 11.32kB done
14:21:53 #9 sha256:c225df1fc0746a5331302226e8e5e682a06ae56de3db5529d4618307dd23516a 3.25kB / 3.25kB done
14:21:53 #9 sha256:b848ea12a51f9be34b5ad6774a93a015fee1c2017d1896414c2f8fbaeb0c87d3 549B / 549B done
14:21:53 #9 DONE 0.3s
14:21:53 
14:21:53 #10 [2/5] RUN apk add --no-cache --upgrade     openssh
14:21:54 #10 0.357 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz
14:21:55 #10 1.477 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz
14:21:55 #10 1.687 (1/5) Upgrading libcrypto3 (3.0.8-r3 -> 3.0.8-r4)
14:21:55 #10 1.724 (2/5) Installing openssh-sftp-server (9.1_p1-r2)
14:21:55 #10 1.728 (3/5) Installing openssh-server-common (9.1_p1-r2)
14:21:55 #10 1.730 (4/5) Installing openssh-server (9.1_p1-r2)
14:21:55 #10 1.739 (5/5) Installing openssh (9.1_p1-r2)
14:21:55 #10 1.744 Executing busybox-1.35.0-r29.trigger
14:21:55 #10 1.748 Executing ca-certificates-20220614-r4.trigger
14:21:55 #10 1.802 OK: 33 MiB in 60 packages
14:21:55 #10 DONE 1.9s
14:21:55 
14:21:55 #11 [3/5] COPY tests/ssh/config/server /etc/ssh/
14:21:55 #11 DONE 0.1s
14:21:55 
14:21:55 #12 [4/5] COPY tests/ssh/config/client/id_rsa.pub /root/.ssh/authorized_keys
14:21:55 #12 DONE 0.1s
14:21:55 
14:21:55 #13 [5/5] RUN chmod -R 600 /etc/ssh  && chmod -R 600 /root/.ssh  && ln -s /usr/local/bin/docker /usr/bin/docker
14:21:56 #13 DONE 0.6s
14:21:56 
14:21:56 #14 exporting to image
14:21:56 #14 exporting layers
14:21:56 #14 exporting layers 0.1s done
14:21:56 #14 writing image sha256:840542d5bb46c698cf16ca44162f4aa5e393fb9ff77b590d51d36344afe067a3 done
14:21:56 #14 naming to docker.io/dockerpinata/docker-py:sshdind-fc74d71963e928e51458eb498663dbf784169660 done
14:21:56 #14 DONE 0.1s
[Pipeline] isUnix
[Pipeline] sh
14:21:56 + docker tag dockerpinata/docker-py:sshdind-fc74d71963e928e51458eb498663dbf784169660 dockerpinata/docker-py:sshdind-fc74d71963e928e51458eb498663dbf784169660
[Pipeline] isUnix
[Pipeline] sh
14:21:57 + docker push dockerpinata/docker-py:sshdind-fc74d71963e928e51458eb498663dbf784169660
14:21:57 The push refers to repository [docker.io/dockerpinata/docker-py]
14:21:57 bc293fee922b: Preparing
14:21:57 c82dfafaefe6: Preparing
14:21:57 bb0929825014: Preparing
14:21:57 602664462b5f: Preparing
14:21:57 40bcc9714553: Preparing
14:21:57 d37a57834558: Preparing
14:21:57 b3e14accb281: Preparing
14:21:57 b604e2ab5d3a: Preparing
14:21:57 2d7bd1190e73: Preparing
14:21:57 8cd5b4869ba5: Preparing
14:21:57 11eae8314bcc: Preparing
14:21:57 7e27c169be41: Preparing
14:21:57 e07e0df35f5e: Preparing
14:21:57 ec2c12d6975b: Preparing
14:21:57 973cb6a02259: Preparing
14:21:57 7c6b4763f1d2: Preparing
14:21:57 c985518cb420: Preparing
14:21:57 f1417ff83b31: Preparing
14:21:57 d37a57834558: Waiting
14:21:57 b3e14accb281: Waiting
14:21:57 b604e2ab5d3a: Waiting
14:21:57 2d7bd1190e73: Waiting
14:21:57 8cd5b4869ba5: Waiting
14:21:57 11eae8314bcc: Waiting
14:21:57 7e27c169be41: Waiting
14:21:57 e07e0df35f5e: Waiting
14:21:57 ec2c12d6975b: Waiting
14:21:57 973cb6a02259: Waiting
14:21:57 7c6b4763f1d2: Waiting
14:21:57 c985518cb420: Waiting
14:21:57 f1417ff83b31: Waiting
14:21:57 40bcc9714553: Layer already exists
14:21:57 d37a57834558: Layer already exists
14:21:57 b3e14accb281: Layer already exists
14:21:57 b604e2ab5d3a: Layer already exists
14:21:57 2d7bd1190e73: Layer already exists
14:21:57 8cd5b4869ba5: Layer already exists
14:21:57 11eae8314bcc: Layer already exists
14:21:57 7e27c169be41: Layer already exists
14:21:57 e07e0df35f5e: Layer already exists
14:21:57 ec2c12d6975b: Layer already exists
14:21:57 973cb6a02259: Layer already exists
14:21:57 7c6b4763f1d2: Layer already exists
14:21:57 c985518cb420: Layer already exists
14:21:57 f1417ff83b31: Layer already exists
14:21:57 c82dfafaefe6: Pushed
14:21:58 bc293fee922b: Pushed
14:21:58 bb0929825014: Pushed
14:21:58 602664462b5f: Pushed
14:21:59 sshdind-fc74d71963e928e51458eb498663dbf784169660: digest: sha256:056a467bc56b4927dd2232a420312b2ba8f650e40a52c994cdfdb9d102608294 size: 4085
[Pipeline] isUnix
[Pipeline] sh
14:22:00 + docker pull dockerpinata/docker-py:py3-fc74d71963e928e51458eb498663dbf784169660
14:22:00 Error response from daemon: manifest for dockerpinata/docker-py:py3-fc74d71963e928e51458eb498663dbf784169660 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
14:22:00 + docker build -t dockerpinata/docker-py:py3-fc74d71963e928e51458eb498663dbf784169660 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.10 .
14:22:00 #1 [internal] load build definition from Dockerfile
14:22:00 #1 transferring dockerfile: 1.76kB done
14:22:00 #1 DONE 0.0s
14:22:00 
14:22:00 #2 [internal] load .dockerignore
14:22:00 #2 transferring context: 161B done
14:22:00 #2 DONE 0.0s
14:22:00 
14:22:00 #3 resolve image config for docker.io/docker/dockerfile:1
14:22:00 #3 DONE 0.1s
14:22:00 
14:22:00 #4 docker-image://docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14
14:22:00 #4 CACHED
14:22:00 
14:22:00 #5 [internal] load metadata for docker.io/library/python:3.10
14:22:00 #5 ...
14:22:00 
14:22:00 #6 [auth] library/python:pull token for registry-1.docker.io
14:22:00 #6 DONE 0.0s
14:22:00 
14:22:00 #5 [internal] load metadata for docker.io/library/python:3.10
14:22:00 #5 DONE 0.3s
14:22:01 
14:22:01 #7 [stage-0  1/20] FROM docker.io/library/python:3.10@sha256:f12d5573aa14fafc4b86ac76726fabdd1216e03f2dbd82e10406f302677a3754
14:22:01 #7 resolve docker.io/library/python:3.10@sha256:f12d5573aa14fafc4b86ac76726fabdd1216e03f2dbd82e10406f302677a3754 0.0s done
14:22:01 #7 ...
14:22:01 
14:22:01 #8 [internal] load build context
14:22:01 #8 transferring context: 1.24MB 0.1s done
14:22:01 #8 DONE 0.1s
14:22:01 
14:22:01 #7 [stage-0  1/20] FROM docker.io/library/python:3.10@sha256:f12d5573aa14fafc4b86ac76726fabdd1216e03f2dbd82e10406f302677a3754
14:22:01 #7 sha256:88fb365ea5d52ec8f5799f40a4742b9fb3c91dac92f7048eabaae194a25ccc28 2.22kB / 2.22kB done
14:22:01 #7 sha256:f12d5573aa14fafc4b86ac76726fabdd1216e03f2dbd82e10406f302677a3754 2.14kB / 2.14kB done
14:22:01 #7 sha256:c339f65d6ddf665efdc389c8eb69fe4bc3028f82210019336ba8b98126a70aed 7.90kB / 7.90kB done
14:22:01 #7 DONE 0.2s
14:22:01 
14:22:01 #9 [stage-0  2/20] RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list     && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list
14:22:01 #9 DONE 0.4s
14:22:01 
14:22:01 #10 [stage-0  3/20] RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
14:22:02 #10 0.705 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
14:22:02 #10 0.715 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
14:22:02 #10 0.715 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
14:22:02 #10 0.810 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
14:22:02 #10 0.916 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [237 kB]
14:22:02 #10 1.037 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB]
14:22:03 #10 2.058 Fetched 8643 kB in 2s (5367 kB/s)
14:22:04 #10 2.058 Reading package lists...
14:22:04 #10 2.573 Reading package lists...
14:22:04 #10 3.076 Building dependency tree...
14:22:04 #10 3.182 Reading state information...
14:22:04 #10 3.300 The following additional packages will be installed:
14:22:05 #10 3.300   tree
14:22:05 #10 3.301 Suggested packages:
14:22:05 #10 3.301   python libxml-simple-perl ruby
14:22:05 #10 3.301 Recommended packages:
14:22:05 #10 3.301   qrencode xclip
14:22:05 #10 3.353 The following NEW packages will be installed:
14:22:05 #10 3.354   gnupg2 pass tree
14:22:05 #10 3.622 0 upgraded, 3 newly installed, 0 to remove and 27 not upgraded.
14:22:05 #10 3.622 Need to get 523 kB of archives.
14:22:05 #10 3.622 After this operation, 727 kB of additional disk space will be used.
14:22:05 #10 3.622 Get:1 http://deb.debian.org/debian bullseye/main amd64 gnupg2 all 2.2.27-2+deb11u2 [434 kB]
14:22:05 #10 3.629 Get:2 http://deb.debian.org/debian bullseye/main amd64 tree amd64 1.8.0-1+b1 [49.6 kB]
14:22:05 #10 3.630 Get:3 http://deb.debian.org/debian bullseye/main amd64 pass all 1.7.3-2 [39.2 kB]
14:22:05 #10 3.765 debconf: delaying package configuration, since apt-utils is not installed
14:22:05 #10 3.801 Fetched 523 kB in 0s (1920 kB/s)
14:22:05 #10 3.824 Selecting previously unselected package gnupg2.
14:22:05 #10 3.824 (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 ... 23426 files and directories currently installed.)
14:22:05 #10 3.842 Preparing to unpack .../gnupg2_2.2.27-2+deb11u2_all.deb ...
14:22:05 #10 3.845 Unpacking gnupg2 (2.2.27-2+deb11u2) ...
14:22:05 #10 3.880 Selecting previously unselected package tree.
14:22:05 #10 3.883 Preparing to unpack .../tree_1.8.0-1+b1_amd64.deb ...
14:22:05 #10 3.886 Unpacking tree (1.8.0-1+b1) ...
14:22:05 #10 3.927 Selecting previously unselected package pass.
14:22:05 #10 3.929 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
14:22:05 #10 3.937 Unpacking pass (1.7.3-2) ...
14:22:05 #10 3.992 Setting up gnupg2 (2.2.27-2+deb11u2) ...
14:22:05 #10 4.003 Setting up tree (1.8.0-1+b1) ...
14:22:05 #10 4.014 Setting up pass (1.7.3-2) ...
14:22:05 #10 DONE 4.1s
14:22:05 
14:22:05 #11 [stage-0  4/20] COPY tests/ssh/config/client /root/.ssh
14:22:05 #11 DONE 0.1s
14:22:05 
14:22:05 #12 [stage-0  5/20] COPY tests/ssh/config/server/known_ed25519.pub /root/.ssh/known_hosts
14:22:05 #12 DONE 0.0s
14:22:06 
14:22:06 #13 [stage-0  6/20] RUN sed -i '1s;^;dpy-dind-ssh ;' /root/.ssh/known_hosts
14:22:06 #13 DONE 0.5s
14:22:06 
14:22:06 #14 [stage-0  7/20] RUN chmod -R 600 /root/.ssh
14:22:06 #14 DONE 0.5s
14:22:06 
14:22:06 #15 [stage-0  8/20] COPY ./tests/gpg-keys /gpg-keys
14:22:06 #15 DONE 0.1s
14:22:07 
14:22:07 #16 [stage-0  9/20] RUN gpg2 --import gpg-keys/secret
14:22:07 #16 0.403 gpg: directory '/root/.gnupg' created
14:22:07 #16 0.404 gpg: keybox '/root/.gnupg/pubring.kbx' created
14:22:07 #16 0.406 gpg: /root/.gnupg/trustdb.gpg: trustdb created
14:22:07 #16 0.406 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
14:22:07 #16 0.412 gpg: key 464ED987A7B21401: secret key imported
14:22:07 #16 0.412 gpg: Total number processed: 1
14:22:07 #16 0.412 gpg:               imported: 1
14:22:07 #16 0.412 gpg:       secret keys read: 1
14:22:07 #16 0.412 gpg:   secret keys imported: 1
14:22:07 #16 DONE 0.5s
14:22:07 
14:22:07 #17 [stage-0 10/20] RUN gpg2 --import-ownertrust gpg-keys/ownertrust
14:22:07 #17 0.433 gpg: inserting ownertrust of 6
14:22:07 #17 DONE 0.5s
14:22:07 
14:22:07 #18 [stage-0 11/20] RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
14:22:08 #18 0.464 gpg: please do a --check-trustdb
14:22:08 #18 0.480 mkdir: created directory '/root/.password-store/'
14:22:08 #18 0.481 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
14:22:08 #18 DONE 0.5s
14:22:08 
14:22:08 #19 [stage-0 12/20] RUN gpg2 --check-trustdb
14:22:09 #19 0.546 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
14:22:09 #19 0.547 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
14:22:09 #19 DONE 0.6s
14:22:09 
14:22:09 #20 [stage-0 13/20] RUN curl -sSL -o /opt/docker-credential-pass.tar.gz     https://github.com/docker/docker-credential-helpers/releases/download/v0.6.3/docker-credential-pass-v0.6.3-amd64.tar.gz &&     tar -xf /opt/docker-credential-pass.tar.gz -O > /usr/local/bin/docker-credential-pass &&     rm -rf /opt/docker-credential-pass.tar.gz &&     chmod +x /usr/local/bin/docker-credential-pass
14:22:09 #20 DONE 0.7s
14:22:09 
14:22:09 #21 [stage-0 14/20] WORKDIR /src
14:22:09 #21 DONE 0.0s
14:22:09 
14:22:09 #22 [stage-0 15/20] COPY requirements.txt /src/requirements.txt
14:22:09 #22 DONE 0.1s
14:22:09 
14:22:09 #23 [stage-0 16/20] RUN --mount=type=cache,target=/root/.cache/pip     pip install -r requirements.txt
14:22:11 #23 1.862 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
14:22:15 #23 6.022 Collecting packaging==21.3
14:22:16 #23 7.058   Downloading packaging-21.3-py3-none-any.whl (40 kB)
14:22:16 #23 7.066      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.8/40.8 kB 7.5 MB/s eta 0:00:00
14:22:16 #23 7.121 Collecting paramiko==2.11.0
14:22:16 #23 7.125   Downloading paramiko-2.11.0-py2.py3-none-any.whl (212 kB)
14:22:16 #23 7.135      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.9/212.9 kB 29.2 MB/s eta 0:00:00
14:22:16 #23 7.190 Collecting requests==2.28.1
14:22:17 #23 7.194   Downloading requests-2.28.1-py3-none-any.whl (62 kB)
14:22:17 #23 7.200      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 kB 14.1 MB/s eta 0:00:00
14:22:17 #23 7.258 Collecting urllib3==1.26.11
14:22:17 #23 7.264   Downloading urllib3-1.26.11-py2.py3-none-any.whl (139 kB)
14:22:17 #23 7.272      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.9/139.9 kB 21.9 MB/s eta 0:00:00
14:22:17 #23 7.310 Collecting websocket-client==1.3.3
14:22:17 #23 7.315   Downloading websocket_client-1.3.3-py3-none-any.whl (54 kB)
14:22:17 #23 7.323      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.3/54.3 kB 8.4 MB/s eta 0:00:00
14:22:17 #23 7.380 Collecting pyparsing!=3.0.5,>=2.0.2
14:22:17 #23 7.383   Downloading pyparsing-3.0.9-py3-none-any.whl (98 kB)
14:22:17 #23 7.390      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.3/98.3 kB 22.2 MB/s eta 0:00:00
14:22:17 #23 7.452 Collecting pynacl>=1.0.1
14:22:17 #23 7.457   Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB)
14:22:17 #23 7.470      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 856.7/856.7 kB 74.4 MB/s eta 0:00:00
14:22:17 #23 7.499 Collecting six
14:22:17 #23 7.504   Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
14:22:17 #23 7.579 Collecting bcrypt>=3.1.3
14:22:17 #23 7.583   Downloading bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (593 kB)
14:22:17 #23 7.596      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 593.7/593.7 kB 58.2 MB/s eta 0:00:00
14:22:17 #23 7.919 Collecting cryptography>=2.5
14:22:17 #23 7.928   Downloading cryptography-40.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (3.7 MB)
14:22:17 #23 7.965      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.7/3.7 MB 107.2 MB/s eta 0:00:00
14:22:17 #23 8.018 Collecting certifi>=2017.4.17
14:22:17 #23 8.022   Downloading certifi-2022.12.7-py3-none-any.whl (155 kB)
14:22:17 #23 8.030      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 kB 27.6 MB/s eta 0:00:00
14:22:17 #23 8.133 Collecting charset-normalizer<3,>=2
14:22:17 #23 8.137   Downloading charset_normalizer-2.1.1-py3-none-any.whl (39 kB)
14:22:17 #23 8.173 Collecting idna<4,>=2.5
14:22:17 #23 8.176   Downloading idna-3.4-py3-none-any.whl (61 kB)
14:22:17 #23 8.183      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 12.1 MB/s eta 0:00:00
14:22:18 #23 8.461 Collecting cffi>=1.12
14:22:18 #23 8.465   Downloading cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB)
14:22:18 #23 8.474      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 441.8/441.8 kB 61.4 MB/s eta 0:00:00
14:22:18 #23 8.518 Collecting pycparser
14:22:18 #23 8.522   Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)
14:22:18 #23 8.529      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 kB 22.2 MB/s eta 0:00:00
14:22:18 #23 8.651 Installing collected packages: websocket-client, urllib3, six, pyparsing, pycparser, idna, charset-normalizer, certifi, bcrypt, requests, packaging, cffi, pynacl, cryptography, paramiko
14:22:19 #23 9.593 Successfully installed bcrypt-4.0.1 certifi-2022.12.7 cffi-1.15.1 charset-normalizer-2.1.1 cryptography-40.0.2 idna-3.4 packaging-21.3 paramiko-2.11.0 pycparser-2.21 pynacl-1.5.0 pyparsing-3.0.9 requests-2.28.1 six-1.16.0 urllib3-1.26.11 websocket-client-1.3.3
14:22:19 #23 9.593 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
14:22:23 #23 13.78 
14:22:23 #23 13.78 [notice] A new release of pip is available: 23.0.1 -> 23.1.2
14:22:23 #23 13.78 [notice] To update, run: pip install --upgrade pip
14:22:23 #23 DONE 14.1s
14:22:23 
14:22:23 #24 [stage-0 17/20] COPY test-requirements.txt /src/test-requirements.txt
14:22:23 #24 DONE 0.1s
14:22:23 
14:22:23 #25 [stage-0 18/20] RUN --mount=type=cache,target=/root/.cache/pip     pip install -r test-requirements.txt
14:22:24 #25 0.747 Requirement already satisfied: setuptools==65.5.1 in /usr/local/lib/python3.10/site-packages (from -r test-requirements.txt (line 1)) (65.5.1)
14:22:29 #25 5.335 Collecting coverage==6.4.2
14:22:30 #25 6.386   Downloading coverage-6.4.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (212 kB)
14:22:30 #25 6.399      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.3/212.3 kB 22.5 MB/s eta 0:00:00
14:22:30 #25 6.448 Collecting flake8==4.0.1
14:22:30 #25 6.460   Downloading flake8-4.0.1-py2.py3-none-any.whl (64 kB)
14:22:30 #25 6.467      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.1/64.1 kB 12.3 MB/s eta 0:00:00
14:22:30 #25 6.553 Collecting pytest==7.1.2
14:22:30 #25 6.559   Downloading pytest-7.1.2-py3-none-any.whl (297 kB)
14:22:30 #25 6.573      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 297.0/297.0 kB 26.0 MB/s eta 0:00:00
14:22:30 #25 6.608 Collecting pytest-cov==3.0.0
14:22:30 #25 6.617   Downloading pytest_cov-3.0.0-py3-none-any.whl (20 kB)
14:22:30 #25 6.648 Collecting pytest-timeout==2.1.0
14:22:30 #25 6.652   Downloading pytest_timeout-2.1.0-py3-none-any.whl (12 kB)
14:22:30 #25 6.689 Collecting mccabe<0.7.0,>=0.6.0
14:22:30 #25 6.693   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
14:22:30 #25 6.725 Collecting pycodestyle<2.9.0,>=2.8.0
14:22:30 #25 6.729   Downloading pycodestyle-2.8.0-py2.py3-none-any.whl (42 kB)
14:22:30 #25 6.735      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.1/42.1 kB 8.3 MB/s eta 0:00:00
14:22:30 #25 6.765 Collecting pyflakes<2.5.0,>=2.4.0
14:22:30 #25 6.769   Downloading pyflakes-2.4.0-py2.py3-none-any.whl (69 kB)
14:22:30 #25 6.776      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 69.7/69.7 kB 14.5 MB/s eta 0:00:00
14:22:30 #25 6.818 Collecting tomli>=1.0.0
14:22:30 #25 6.822   Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
14:22:30 #25 6.860 Collecting py>=1.8.2
14:22:30 #25 6.864   Downloading py-1.11.0-py2.py3-none-any.whl (98 kB)
14:22:30 #25 6.879      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.7/98.7 kB 6.6 MB/s eta 0:00:00
14:22:30 #25 6.882 Requirement already satisfied: packaging in /usr/local/lib/python3.10/site-packages (from pytest==7.1.2->-r test-requirements.txt (line 4)) (21.3)
14:22:30 #25 6.912 Collecting attrs>=19.2.0
14:22:30 #25 6.916   Downloading attrs-23.1.0-py3-none-any.whl (61 kB)
14:22:31 #25 6.922      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 14.1 MB/s eta 0:00:00
14:22:31 #25 6.951 Collecting pluggy<2.0,>=0.12
14:22:31 #25 6.955   Downloading pluggy-1.0.0-py2.py3-none-any.whl (13 kB)
14:22:31 #25 7.007 Collecting iniconfig
14:22:31 #25 7.010   Downloading iniconfig-2.0.0-py3-none-any.whl (5.9 kB)
14:22:31 #25 7.046 Collecting coverage[toml]>=5.2.1
14:22:31 #25 7.051   Downloading coverage-7.2.5-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (228 kB)
14:22:31 #25 7.059      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 228.2/228.2 kB 38.8 MB/s eta 0:00:00
14:22:31 #25 7.107   Downloading coverage-7.2.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (228 kB)
14:22:31 #25 7.116      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 228.2/228.2 kB 33.1 MB/s eta 0:00:00
14:22:31 #25 7.132   Downloading coverage-7.2.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (227 kB)
14:22:31 #25 7.142      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 228.0/228.0 kB 26.9 MB/s eta 0:00:00
14:22:31 #25 7.157   Downloading coverage-7.2.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (227 kB)
14:22:31 #25 7.166      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.5/227.5 kB 35.6 MB/s eta 0:00:00
14:22:31 #25 7.181   Downloading coverage-7.2.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (227 kB)
14:22:31 #25 7.190      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.3/227.3 kB 34.5 MB/s eta 0:00:00
14:22:31 #25 7.205   Downloading coverage-7.2.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (227 kB)
14:22:31 #25 7.213      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.4/227.4 kB 37.1 MB/s eta 0:00:00
14:22:31 #25 7.231   Downloading coverage-7.1.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (226 kB)
14:22:31 #25 7.240      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 226.7/226.7 kB 35.9 MB/s eta 0:00:00
14:22:31 #25 7.256   Downloading coverage-7.0.5-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (225 kB)
14:22:31 #25 7.264      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 225.9/225.9 kB 37.9 MB/s eta 0:00:00
14:22:31 #25 7.279   Downloading coverage-7.0.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (225 kB)
14:22:31 #25 7.288      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 225.3/225.3 kB 36.1 MB/s eta 0:00:00
14:22:31 #25 7.303   Downloading coverage-7.0.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (224 kB)
14:22:31 #25 7.311      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 224.8/224.8 kB 37.9 MB/s eta 0:00:00
14:22:31 #25 7.354   Downloading coverage-7.0.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (224 kB)
14:22:31 #25 7.363      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 224.4/224.4 kB 34.0 MB/s eta 0:00:00
14:22:31 #25 7.446   Downloading coverage-7.0.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (216 kB)
14:22:31 #25 7.454      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 216.0/216.0 kB 38.5 MB/s eta 0:00:00
14:22:31 #25 7.482   Downloading coverage-7.0.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (215 kB)
14:22:31 #25 7.490      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 215.9/215.9 kB 34.3 MB/s eta 0:00:00
14:22:31 #25 7.506   Downloading coverage-6.5.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (213 kB)
14:22:31 #25 7.514      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 213.3/213.3 kB 36.4 MB/s eta 0:00:00
14:22:31 #25 7.529   Downloading coverage-6.4.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (212 kB)
14:22:31 #25 7.537      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.5/212.5 kB 31.4 MB/s eta 0:00:00
14:22:31 #25 7.563   Downloading coverage-6.4.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (212 kB)
14:22:31 #25 7.620      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.5/212.5 kB 3.7 MB/s eta 0:00:00
14:22:31 #25 7.669 Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.10/site-packages (from packaging->pytest==7.1.2->-r test-requirements.txt (line 4)) (3.0.9)
14:22:31 #25 7.831 Installing collected packages: mccabe, tomli, pyflakes, pycodestyle, py, pluggy, iniconfig, coverage, attrs, pytest, flake8, pytest-timeout, pytest-cov
14:22:32 #25 8.409 Successfully installed attrs-23.1.0 coverage-6.4.2 flake8-4.0.1 iniconfig-2.0.0 mccabe-0.6.1 pluggy-1.0.0 py-1.11.0 pycodestyle-2.8.0 pyflakes-2.4.0 pytest-7.1.2 pytest-cov-3.0.0 pytest-timeout-2.1.0 tomli-2.0.1
14:22:32 #25 8.410 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
14:22:32 #25 8.417 
14:22:32 #25 8.417 [notice] A new release of pip is available: 23.0.1 -> 23.1.2
14:22:32 #25 8.417 [notice] To update, run: pip install --upgrade pip
14:22:32 #25 DONE 8.6s
14:22:32 
14:22:32 #26 [stage-0 19/20] COPY . /src
14:22:32 #26 DONE 0.1s
14:22:32 
14:22:32 #27 [stage-0 20/20] RUN --mount=type=cache,target=/root/.cache/pip     pip install -e .
14:22:33 #27 0.772 Obtaining file:///src
14:22:33 #27 0.775   Installing build dependencies: started
14:22:41 #27 7.704   Installing build dependencies: finished with status 'done'
14:22:41 #27 7.707   Checking if build backend supports build_editable: started
14:22:41 #27 7.864   Checking if build backend supports build_editable: finished with status 'done'
14:22:41 #27 7.866   Getting requirements to build editable: started
14:22:41 #27 8.001   Getting requirements to build editable: finished with status 'done'
14:22:41 #27 8.005   Installing backend dependencies: started
14:22:46 #27 13.82   Installing backend dependencies: finished with status 'done'
14:22:46 #27 13.82   Preparing editable metadata (pyproject.toml): started
14:22:47 #27 14.14   Preparing editable metadata (pyproject.toml): finished with status 'done'
14:22:47 #27 14.15 Requirement already satisfied: urllib3>=1.26.0 in /usr/local/lib/python3.10/site-packages (from docker==99.0.0+docker) (1.26.11)
14:22:47 #27 14.15 Requirement already satisfied: packaging>=14.0 in /usr/local/lib/python3.10/site-packages (from docker==99.0.0+docker) (21.3)
14:22:47 #27 14.15 Requirement already satisfied: requests>=2.26.0 in /usr/local/lib/python3.10/site-packages (from docker==99.0.0+docker) (2.28.1)
14:22:47 #27 14.16 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.10/site-packages (from docker==99.0.0+docker) (1.3.3)
14:22:47 #27 14.16 Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.10/site-packages (from packaging>=14.0->docker==99.0.0+docker) (3.0.9)
14:22:47 #27 14.17 Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/site-packages (from requests>=2.26.0->docker==99.0.0+docker) (3.4)
14:22:47 #27 14.17 Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/site-packages (from requests>=2.26.0->docker==99.0.0+docker) (2.1.1)
14:22:47 #27 14.17 Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.10/site-packages (from requests>=2.26.0->docker==99.0.0+docker) (2022.12.7)
14:22:47 #27 14.19 Building wheels for collected packages: docker
14:22:47 #27 14.19   Building editable for docker (pyproject.toml): started
14:22:47 #27 14.53   Building editable for docker (pyproject.toml): finished with status 'done'
14:22:47 #27 14.53   Created wheel for docker: filename=docker-99.0.0+docker-0.editable-py3-none-any.whl size=7621 sha256=fef3a131fc586e747d222ad766bf874f7d0b48531d64348b870822dce097aec3
14:22:47 #27 14.53   Stored in directory: /tmp/pip-ephem-wheel-cache-c64sm0xl/wheels/5c/9b/23/f031c1877ee9aa5bf3ddc51ccc1ac38428d83c5d6eec32a03f
14:22:47 #27 14.53 Successfully built docker
14:22:47 #27 14.65 Installing collected packages: docker
14:22:47 #27 14.67 Successfully installed docker-99.0.0+docker
14:22:47 #27 14.67 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
14:22:47 #27 14.68 
14:22:47 #27 14.68 [notice] A new release of pip is available: 23.0.1 -> 23.1.2
14:22:47 #27 14.68 [notice] To update, run: pip install --upgrade pip
14:22:47 #27 DONE 14.9s
14:22:47 
14:22:47 #28 exporting to image
14:22:47 #28 exporting layers
14:22:48 #28 exporting layers 0.7s done
14:22:48 #28 writing image sha256:abd7af112c9ecf2e54d35668b02e105b8eee0bf7ee5c6af25553fe55a9522db3 done
14:22:48 #28 naming to docker.io/dockerpinata/docker-py:py3-fc74d71963e928e51458eb498663dbf784169660 done
14:22:48 #28 DONE 0.7s
[Pipeline] isUnix
[Pipeline] sh
14:22:48 + docker tag dockerpinata/docker-py:py3-fc74d71963e928e51458eb498663dbf784169660 dockerpinata/docker-py:py3-fc74d71963e928e51458eb498663dbf784169660
[Pipeline] isUnix
[Pipeline] sh
14:22:48 + docker push dockerpinata/docker-py:py3-fc74d71963e928e51458eb498663dbf784169660
14:22:48 The push refers to repository [docker.io/dockerpinata/docker-py]
14:22:48 b00ec6bd2635: Preparing
14:22:48 58d052de560a: Preparing
14:22:48 133860528887: Preparing
14:22:48 1ff2b3797029: Preparing
14:22:48 56317b1767a9: Preparing
14:22:48 b9d1337b3bcb: Preparing
14:22:48 262ca979d6c9: Preparing
14:22:48 8930ad9a4a60: Preparing
14:22:48 e081213276ec: Preparing
14:22:48 4f63e7d13f21: Preparing
14:22:48 9b6d7d9b84c9: Preparing
14:22:48 05e6c731955e: Preparing
14:22:48 e8a75e554fc1: Preparing
14:22:48 06ec8c701b5b: Preparing
14:22:48 5d9fbcd66f27: Preparing
14:22:48 a7fb79139ca0: Preparing
14:22:48 3c4da2a8131a: Preparing
14:22:48 427f25845157: Preparing
14:22:48 426bbd5ebc4a: Preparing
14:22:48 567c99960084: Preparing
14:22:48 c64253d875f4: Preparing
14:22:48 e2f2bb73c47d: Preparing
14:22:48 807e5e673844: Preparing
14:22:48 cfd0811d364e: Preparing
14:22:48 b86f260e173a: Preparing
14:22:48 6a1ebb98b0dc: Preparing
14:22:48 24b48387f467: Preparing
14:22:48 ae56c0c5405b: Preparing
14:22:48 b9d1337b3bcb: Waiting
14:22:48 262ca979d6c9: Waiting
14:22:48 8930ad9a4a60: Waiting
14:22:48 e081213276ec: Waiting
14:22:48 4f63e7d13f21: Waiting
14:22:48 9b6d7d9b84c9: Waiting
14:22:48 05e6c731955e: Waiting
14:22:48 e8a75e554fc1: Waiting
14:22:48 06ec8c701b5b: Waiting
14:22:48 5d9fbcd66f27: Waiting
14:22:48 a7fb79139ca0: Waiting
14:22:48 3c4da2a8131a: Waiting
14:22:48 427f25845157: Waiting
14:22:48 426bbd5ebc4a: Waiting
14:22:48 567c99960084: Waiting
14:22:48 c64253d875f4: Waiting
14:22:48 e2f2bb73c47d: Waiting
14:22:48 807e5e673844: Waiting
14:22:48 cfd0811d364e: Waiting
14:22:48 b86f260e173a: Waiting
14:22:48 6a1ebb98b0dc: Waiting
14:22:48 24b48387f467: Waiting
14:22:48 ae56c0c5405b: Waiting
14:22:50 b00ec6bd2635: Pushed
14:22:50 1ff2b3797029: Pushed
14:22:50 58d052de560a: Pushed
14:22:50 133860528887: Pushed
14:22:50 b9d1337b3bcb: Pushed
14:22:50 262ca979d6c9: Pushed
14:22:51 e081213276ec: Pushed
14:22:51 8930ad9a4a60: Pushed
14:22:51 9b6d7d9b84c9: Pushed
14:22:51 4f63e7d13f21: Pushed
14:22:51 56317b1767a9: Pushed
14:22:51 05e6c731955e: Pushed
14:22:52 e8a75e554fc1: Pushed
14:22:52 06ec8c701b5b: Pushed
14:22:52 5d9fbcd66f27: Pushed
14:22:52 567c99960084: Layer already exists
14:22:52 c64253d875f4: Layer already exists
14:22:52 e2f2bb73c47d: Layer already exists
14:22:52 807e5e673844: Layer already exists
14:22:52 cfd0811d364e: Layer already exists
14:22:52 a7fb79139ca0: Pushed
14:22:52 b86f260e173a: Layer already exists
14:22:52 6a1ebb98b0dc: Layer already exists
14:22:52 24b48387f467: Layer already exists
14:22:52 ae56c0c5405b: Layer already exists
14:22:52 3c4da2a8131a: Pushed
14:22:53 426bbd5ebc4a: Pushed
14:22:54 427f25845157: Pushed
14:22:55 py3-fc74d71963e928e51458eb498663dbf784169660: digest: sha256:aae994e6b12c4cff235a7703a4fde54d7a351dc051a2d8cf91c261ccf457f2b0 size: 6178
[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-00fcef8f76508ab19) in /home/ubuntu/workspace/docker-py_PR-3117
[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-3117@tmp/55da073f-224e-4a95-8064-75df586c6e2a/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] sh
14:22:56 + docker run --rm --entrypoint=python dockerpinata/docker-py:py3-fc74d71963e928e51458eb498663dbf784169660 /src/scripts/versions.py
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] parallel
[Pipeline] { (Branch: py3.10_19.03.12)
[Pipeline] { (Branch: py3.10_23.0.5)
[Pipeline] { (Branch: py3.10_24.0.0-rc.1)
[Pipeline] { (Branch: py3.10_19.03.13)
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-00fcef8f76508ab19) in /home/ubuntu/workspace/docker-py_PR-3117
[Pipeline] node
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0a0dc6dd0ee9c1709) in /home/ubuntu/workspace/docker-py_PR-3117
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-00ac3b0933b0bd70a) in /home/ubuntu/workspace/docker-py_PR-3117
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-04d08b89d912089e1) in /home/ubuntu/workspace/docker-py_PR-3117
[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-3117@tmp/ddab9df3-4887-4dcd-b865-a9698a038923/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
14:23:23 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
14:23:23 chowning workspace
[Pipeline] sh
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-3117@tmp/f8ac4e0a-8eef-430b-9c6d-e5e167323456/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
14:23:23 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
14:23:23 chowning workspace
[Pipeline] sh
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-3117@tmp/76f6beb7-b9cf-4288-a699-d78d58534ca3/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
14:23:23 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
14:23:23 chowning workspace
[Pipeline] sh
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-3117@tmp/79d5d6a5-d1a2-4deb-9b76-8852918438d4/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
14:23:23 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
14:23:23 chowning workspace
[Pipeline] sh
14:23:23 + pwd
14:23:23 + id -u
14:23:23 + id -g
14:23:23 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-3117:/workspace busybox chown -R 1000:1000 /workspace
14:23:23 + pwd
14:23:23 + id -u
14:23:23 + id -g
14:23:23 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-3117:/workspace busybox chown -R 1000:1000 /workspace
14:23:23 + pwd
14:23:23 + id -u
14:23:23 + id -g
14:23:23 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-3117:/workspace busybox chown -R 1000:1000 /workspace
14:23:23 + pwd
14:23:23 + id -u
14:23:23 + id -g
14:23:23 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-3117:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
14:23:24 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
14:23:24 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
14:23:24 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
14:23:24 Removing all docker containers
[Pipeline] sh
14:23:24 + docker container ls -aq
[Pipeline] echo
14:23:24 Docker containers have been removed
[Pipeline] echo
14:23:24 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
14:23:24 + docker container ls -aq
[Pipeline] echo
14:23:24 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.10 / docker=23.0.5)
[Pipeline] echo
14:23:24 Docker containers have been removed
[Pipeline] echo
14:23:24 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
14:23:24 + docker container ls -aq
[Pipeline] checkout
14:23:24 The recommended git tool is: git
[Pipeline] echo
14:23:24 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.10 / docker=19.03.13)
[Pipeline] checkout
14:23:24 The recommended git tool is: git
14:23:24 using credential docker-jenkins-github-credentials
14:23:24 Cloning the remote Git repository
14:23:24 Cloning with configured refspecs honoured and without tags
[Pipeline] echo
14:23:24 Docker containers have been removed
[Pipeline] echo
14:23:24 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
14:23:24 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.10 / docker=24.0.0-rc.1)
14:23:24 using credential docker-jenkins-github-credentials
[Pipeline] checkout
14:23:24 + docker container ls -aq
14:23:24 Cloning the remote Git repository
14:23:24 Cloning with configured refspecs honoured and without tags
[Pipeline] echo
14:23:24 Docker containers have been removed
[Pipeline] echo
14:23:24 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
14:23:24 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.10 / docker=19.03.12)
[Pipeline] checkout
14:23:24 The recommended git tool is: git
14:23:24 The recommended git tool is: git
14:23:24 using credential docker-jenkins-github-credentials
14:23:24 Cloning the remote Git repository
14:23:24 Cloning with configured refspecs honoured and without tags
14:23:24 using credential docker-jenkins-github-credentials
14:23:24 Cloning the remote Git repository
14:23:24 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-3117 # 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/3117/head:refs/remotes/origin/PR-3117 +refs/heads/main:refs/remotes/origin/main # timeout=10
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-3117 # 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/3117/head:refs/remotes/origin/PR-3117 +refs/heads/main:refs/remotes/origin/main # timeout=10
14:23:25 Fetching without tags
14:23:25 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-3117 # 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/3117/head:refs/remotes/origin/PR-3117 +refs/heads/main:refs/remotes/origin/main # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/3117/head:refs/remotes/origin/PR-3117 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/main:refs/remotes/origin/main # 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/3117/head:refs/remotes/origin/PR-3117 +refs/heads/main:refs/remotes/origin/main # timeout=10
14:23:25 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-3117 # 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/3117/head:refs/remotes/origin/PR-3117 +refs/heads/main:refs/remotes/origin/main # timeout=10
14:23:25 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/3117/head:refs/remotes/origin/PR-3117 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/main:refs/remotes/origin/main # 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/3117/head:refs/remotes/origin/PR-3117 +refs/heads/main:refs/remotes/origin/main # timeout=10
14:23:25 Merging remotes/origin/main commit a02ba743338c27fd9348af2cf7767b140501734d into PR head commit fc74d71963e928e51458eb498663dbf784169660
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/3117/head:refs/remotes/origin/PR-3117 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/main:refs/remotes/origin/main # 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/3117/head:refs/remotes/origin/PR-3117 +refs/heads/main:refs/remotes/origin/main # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.10_23.0.5
14:23:25 Merging remotes/origin/main commit a02ba743338c27fd9348af2cf7767b140501734d into PR head commit fc74d71963e928e51458eb498663dbf784169660
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.10_24.0.0-rc.1
14:23:25 Merging remotes/origin/main commit a02ba743338c27fd9348af2cf7767b140501734d into PR head commit fc74d71963e928e51458eb498663dbf784169660
[Pipeline] }
14:23:25 Merging remotes/origin/main commit a02ba743338c27fd9348af2cf7767b140501734d into PR head commit fc74d71963e928e51458eb498663dbf784169660
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.10_19.03.12
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.10_19.03.13
[Pipeline] // parallel
[Pipeline] End of Pipeline

Could not update commit status, please check if your scan credentials belong to a member of the organization or a collaborator of the repository and repo:status scope is selected


GitHub has been notified of this commit’s build result

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

	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-00fcef8f76508ab19)
		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.GeneratedMethodAccessor939.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.$Proxy451.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 fc74d71963e928e51458eb498663dbf784169660" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: fc74d71963e928e51458eb498663dbf784169660

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

		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-04d08b89d912089e1)
			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.GeneratedMethodAccessor939.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.$Proxy451.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 fc74d71963e928e51458eb498663dbf784169660
Also:   hudson.plugins.git.GitException: Command "git checkout -f fc74d71963e928e51458eb498663dbf784169660" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: fc74d71963e928e51458eb498663dbf784169660

		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-00ac3b0933b0bd70a)
			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.GeneratedMethodAccessor939.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.$Proxy451.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 fc74d71963e928e51458eb498663dbf784169660
Caused: hudson.plugins.git.GitException: Could not checkout fc74d71963e928e51458eb498663dbf784169660
	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