Skip to content
Failed

Console Output

Pull request #3056 updated
18:46:29 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch main at bc0a5fbacd7617fd338d121adca61600fc70d221 rather than 5bbedcbe18a136b0487b23c42962c0f6d295db19
Obtained Jenkinsfile from bc0a5fbacd7617fd338d121adca61600fc70d221
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
 > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/docker-py_PR-3056@libs/jps/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 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"
 > git rev-list --no-walk 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
All nodes of label ‘amd64&&ubuntu-2004&&overlay2’ are offline
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0c416c6a10d7c212f) in /home/ubuntu/workspace/docker-py_PR-3056
[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-3056@tmp/d0162764-7d8d-4819-b6eb-d13db273a5d7/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
18:47:44 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
18:47:44 chowning workspace
[Pipeline] sh
18:47:45 + pwd
18:47:45 + id -u
18:47:45 + id -g
18:47:45 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-3056:/workspace busybox chown -R 1000:1000 /workspace
18:47:45 Unable to find image 'busybox:latest' locally
18:47:45 latest: Pulling from library/busybox
18:47:45 f5b7ce95afea: Pulling fs layer
18:47:45 f5b7ce95afea: Download complete
18:47:45 f5b7ce95afea: Pull complete
18:47:45 Digest: sha256:9810966b5f712084ea05bf28fc8ba2c8fb110baa2531a10e2da52c1efc504698
18:47:45 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
18:47:49 Removing all docker containers
[Pipeline] sh
18:47:49 + docker container ls -aq
[Pipeline] echo
18:47:49 Docker containers have been removed
[Pipeline] echo
18:47:49 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
18:47:49 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
18:47:49 The recommended git tool is: git
18:47:51 using credential docker-jenkins-github-credentials
18:47:51 Cloning the remote Git repository
18:47:51 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-3056 # 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/3056/head:refs/remotes/origin/PR-3056 +refs/heads/main:refs/remotes/origin/main # timeout=10
18:47:52 Fetching without tags
18:47:53 Merging remotes/origin/main commit bc0a5fbacd7617fd338d121adca61600fc70d221 into PR head commit 5bbedcbe18a136b0487b23c42962c0f6d295db19
18:47:53 Merge succeeded, producing 5bbedcbe18a136b0487b23c42962c0f6d295db19
18:47:53 Checking out Revision 5bbedcbe18a136b0487b23c42962c0f6d295db19 (PR-3056)
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/3056/head:refs/remotes/origin/PR-3056 # 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/3056/head:refs/remotes/origin/PR-3056 +refs/heads/main:refs/remotes/origin/main # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5bbedcbe18a136b0487b23c42962c0f6d295db19 # 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 bc0a5fbacd7617fd338d121adca61600fc70d221 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5bbedcbe18a136b0487b23c42962c0f6d295db19 # timeout=10
18:47:56 Commit message: "socket: handle npipe close. Fixes https://github.com/docker/docker-py/issues/3045"
18:47:56 First time build. Skipping changelog.
[Pipeline] sh
18:47:57 + git rev-parse HEAD
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] isUnix
[Pipeline] sh
18:47:58 + docker pull dockerpinata/docker-py:sshdind-5bbedcbe18a136b0487b23c42962c0f6d295db19
18:47:58 Error response from daemon: manifest for dockerpinata/docker-py:sshdind-5bbedcbe18a136b0487b23c42962c0f6d295db19 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
18:47:58 + docker build -t dockerpinata/docker-py:sshdind-5bbedcbe18a136b0487b23c42962c0f6d295db19 -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-3056@tmp/d21095a2-c29c-4f9a-acaa-da81c28406a8/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
18:47:58 #1 [internal] load .dockerignore
18:47:58 #1 transferring context: 161B done
18:47:58 #1 DONE 0.1s
18:47:58 
18:47:58 #2 [internal] load build definition from Dockerfile-ssh-dind
18:47:58 #2 transferring dockerfile: 523B done
18:47:58 #2 DONE 0.1s
18:47:58 
18:47:58 #3 [auth] docker/dockerfile:pull token for registry-1.docker.io
18:47:58 #3 DONE 0.0s
18:47:58 
18:47:58 #4 resolve image config for docker.io/docker/dockerfile:1
18:47:58 #4 DONE 0.5s
18:47:59 
18:47:59 #5 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc
18:47:59 #5 resolve docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc done
18:47:59 #5 sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 7.34MB / 9.94MB 0.1s
18:47:59 #5 sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc 2.00kB / 2.00kB done
18:47:59 #5 sha256:ad87fb03593d1b71f9a1cfc1406c4aafcb253b1dabebf569768d6e6166836f34 528B / 528B done
18:47:59 #5 sha256:1e8a16826fd1c80a63fa6817a9c7284c94e40cded14a9b0d0d3722356efa47bd 2.37kB / 2.37kB done
18:47:59 #5 sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 9.94MB / 9.94MB 0.1s done
18:47:59 #5 extracting sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546
18:47:59 #5 extracting sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 0.2s done
18:47:59 #5 DONE 0.6s
18:47:59 
18:47:59 #6 [auth] library/docker:pull token for registry-1.docker.io
18:47:59 #6 DONE 0.0s
18:47:59 
18:47:59 #7 [internal] load metadata for docker.io/library/docker:20.10-dind
18:48:00 #7 DONE 0.6s
18:48:00 
18:48:00 #8 [internal] load build context
18:48:00 #8 DONE 0.0s
18:48:00 
18:48:00 #9 [1/5] FROM docker.io/library/docker:20.10-dind@sha256:37a838f4810985ff63f31c4048515c1a7939d6db093d62f753a3b476a19f8deb
18:48:00 #9 resolve docker.io/library/docker:20.10-dind@sha256:37a838f4810985ff63f31c4048515c1a7939d6db093d62f753a3b476a19f8deb 0.0s done
18:48:00 #9 ...
18:48:00 
18:48:00 #8 [internal] load build context
18:48:00 #8 transferring context: 2.27kB 0.1s done
18:48:00 #8 DONE 0.1s
18:48:00 
18:48:00 #9 [1/5] FROM docker.io/library/docker:20.10-dind@sha256:37a838f4810985ff63f31c4048515c1a7939d6db093d62f753a3b476a19f8deb
18:48:00 #9 sha256:37a838f4810985ff63f31c4048515c1a7939d6db093d62f753a3b476a19f8deb 549B / 549B done
18:48:00 #9 sha256:059bcea9cd31bda5b7dff81b17a1f0a637228d8305ce95527169468826fa816c 12.01kB / 12.01kB done
18:48:00 #9 sha256:94055dff30fb2a2e02044d07603a9624615de3f432f3ae89f03fd4105b28fce2 3.25kB / 3.25kB done
18:48:00 #9 sha256:213ec9aee27d8be045c6a92b7eac22c9a64b44558193775a1a7f626352392b49 0B / 2.81MB 0.1s
18:48:00 #9 sha256:4b90f8029a368ccb8e58eae4ebf51ea850e9116df1d92a8e8687a6902c01e69f 0B / 154B 0.1s
18:48:00 #9 sha256:7b0dd730a5c3e0f2ca69ebcd573f312df80344d4349d3cdfc40bdc75c406b44d 0B / 2.04MB 0.1s
18:48:00 #9 sha256:213ec9aee27d8be045c6a92b7eac22c9a64b44558193775a1a7f626352392b49 2.81MB / 2.81MB 0.2s
18:48:00 #9 sha256:4b90f8029a368ccb8e58eae4ebf51ea850e9116df1d92a8e8687a6902c01e69f 154B / 154B 0.1s done
18:48:00 #9 sha256:213ec9aee27d8be045c6a92b7eac22c9a64b44558193775a1a7f626352392b49 2.81MB / 2.81MB 0.3s done
18:48:00 #9 sha256:7b0dd730a5c3e0f2ca69ebcd573f312df80344d4349d3cdfc40bdc75c406b44d 2.04MB / 2.04MB 0.3s done
18:48:00 #9 extracting sha256:213ec9aee27d8be045c6a92b7eac22c9a64b44558193775a1a7f626352392b49
18:48:00 #9 sha256:fd102b8fb384bb5c850d388d4afdcd841a777d45bcd06cf018b5d69f3880aea3 0B / 14.48MB 0.3s
18:48:00 #9 sha256:bea6d6d58c11443364e51c4a9d9a6e6073bd234e86d2a4af84d7dd3a64d018ff 1.05MB / 13.98MB 0.3s
18:48:00 #9 sha256:b28b21e9717209aad9184f3728e22469cf3adfdadf9e3253d9076023dc7ed09f 0B / 15.20MB 0.3s
18:48:01 #9 sha256:fd102b8fb384bb5c850d388d4afdcd841a777d45bcd06cf018b5d69f3880aea3 7.34MB / 14.48MB 0.4s
18:48:01 #9 sha256:bea6d6d58c11443364e51c4a9d9a6e6073bd234e86d2a4af84d7dd3a64d018ff 8.39MB / 13.98MB 0.4s
18:48:01 #9 sha256:b28b21e9717209aad9184f3728e22469cf3adfdadf9e3253d9076023dc7ed09f 6.29MB / 15.20MB 0.4s
18:48:01 #9 sha256:fd102b8fb384bb5c850d388d4afdcd841a777d45bcd06cf018b5d69f3880aea3 14.48MB / 14.48MB 0.5s
18:48:01 #9 sha256:bea6d6d58c11443364e51c4a9d9a6e6073bd234e86d2a4af84d7dd3a64d018ff 13.98MB / 13.98MB 0.5s
18:48:01 #9 sha256:b28b21e9717209aad9184f3728e22469cf3adfdadf9e3253d9076023dc7ed09f 11.53MB / 15.20MB 0.5s
18:48:01 #9 extracting sha256:213ec9aee27d8be045c6a92b7eac22c9a64b44558193775a1a7f626352392b49 0.3s done
18:48:01 #9 sha256:b28b21e9717209aad9184f3728e22469cf3adfdadf9e3253d9076023dc7ed09f 15.20MB / 15.20MB 0.6s
18:48:01 #9 sha256:fd102b8fb384bb5c850d388d4afdcd841a777d45bcd06cf018b5d69f3880aea3 14.48MB / 14.48MB 0.7s done
18:48:01 #9 sha256:bea6d6d58c11443364e51c4a9d9a6e6073bd234e86d2a4af84d7dd3a64d018ff 13.98MB / 13.98MB 0.6s done
18:48:01 #9 sha256:9eb1d0209852fc341cd34d4c5e9cc3b469dd04bd73262bbf72ecf6e4c4491eb5 548B / 548B 0.8s
18:48:01 #9 sha256:b28b21e9717209aad9184f3728e22469cf3adfdadf9e3253d9076023dc7ed09f 15.20MB / 15.20MB 0.8s done
18:48:01 #9 extracting sha256:7b0dd730a5c3e0f2ca69ebcd573f312df80344d4349d3cdfc40bdc75c406b44d 0.1s
18:48:01 #9 sha256:fb4cbd776d56ffdaac790a3ba8a2155f996e55653a251788becda50c7943f374 150B / 150B 0.9s
18:48:01 #9 sha256:9eb1d0209852fc341cd34d4c5e9cc3b469dd04bd73262bbf72ecf6e4c4491eb5 548B / 548B 1.0s done
18:48:01 #9 extracting sha256:7b0dd730a5c3e0f2ca69ebcd573f312df80344d4349d3cdfc40bdc75c406b44d 0.3s done
18:48:01 #9 sha256:fb4cbd776d56ffdaac790a3ba8a2155f996e55653a251788becda50c7943f374 150B / 150B 1.0s done
18:48:01 #9 sha256:d3ef7050c453ccede61051ec07c56baf93cccd602e8c25d42c1c9239d39a1773 1.02kB / 1.02kB 1.1s done
18:48:01 #9 sha256:fc0dac9bf21ffcb93b8c86061e117c03460d8ac03f0c65d383124021fcd5f0ad 1.32kB / 1.32kB 1.1s done
18:48:01 #9 sha256:4c9066acd10383fcc795d53bef0be26e96f0c60e4f25cfa98c5c398bbec2dead 6.86MB / 6.86MB 1.2s
18:48:01 #9 sha256:35aad7edfbbd0c584198b0cf115224fb7cf73c99f2acf7c919c54449ad2602de 0B / 960B 1.2s
18:48:01 #9 sha256:74c53f23b28c5f30da29186b840c64a67207b2b11d8dd68ba0e6dc111e78b113 1.05MB / 52.86MB 1.2s
18:48:02 #9 sha256:4c9066acd10383fcc795d53bef0be26e96f0c60e4f25cfa98c5c398bbec2dead 6.86MB / 6.86MB 1.2s done
18:48:02 #9 sha256:35aad7edfbbd0c584198b0cf115224fb7cf73c99f2acf7c919c54449ad2602de 960B / 960B 1.3s done
18:48:02 #9 sha256:74c53f23b28c5f30da29186b840c64a67207b2b11d8dd68ba0e6dc111e78b113 26.21MB / 52.86MB 1.4s
18:48:02 #9 extracting sha256:4b90f8029a368ccb8e58eae4ebf51ea850e9116df1d92a8e8687a6902c01e69f done
18:48:02 #9 sha256:74c53f23b28c5f30da29186b840c64a67207b2b11d8dd68ba0e6dc111e78b113 33.55MB / 52.86MB 1.5s
18:48:02 #9 extracting sha256:bea6d6d58c11443364e51c4a9d9a6e6073bd234e86d2a4af84d7dd3a64d018ff
18:48:02 #9 sha256:87ff5495a537d668a01821a9a67d33a244e739c13bb05c5973cf6df0842d275d 2.75kB / 2.75kB 1.3s done
18:48:02 #9 sha256:74c53f23b28c5f30da29186b840c64a67207b2b11d8dd68ba0e6dc111e78b113 46.14MB / 52.86MB 1.6s
18:48:02 #9 sha256:74c53f23b28c5f30da29186b840c64a67207b2b11d8dd68ba0e6dc111e78b113 52.86MB / 52.86MB 1.7s
18:48:02 #9 sha256:74c53f23b28c5f30da29186b840c64a67207b2b11d8dd68ba0e6dc111e78b113 52.86MB / 52.86MB 1.8s done
18:48:02 #9 extracting sha256:bea6d6d58c11443364e51c4a9d9a6e6073bd234e86d2a4af84d7dd3a64d018ff 0.6s done
18:48:02 #9 extracting sha256:b28b21e9717209aad9184f3728e22469cf3adfdadf9e3253d9076023dc7ed09f
18:48:03 #9 extracting sha256:b28b21e9717209aad9184f3728e22469cf3adfdadf9e3253d9076023dc7ed09f 0.5s done
18:48:03 #9 extracting sha256:fd102b8fb384bb5c850d388d4afdcd841a777d45bcd06cf018b5d69f3880aea3
18:48:04 #9 extracting sha256:fd102b8fb384bb5c850d388d4afdcd841a777d45bcd06cf018b5d69f3880aea3 0.4s done
18:48:04 #9 extracting sha256:9eb1d0209852fc341cd34d4c5e9cc3b469dd04bd73262bbf72ecf6e4c4491eb5 done
18:48:04 #9 extracting sha256:d3ef7050c453ccede61051ec07c56baf93cccd602e8c25d42c1c9239d39a1773 done
18:48:04 #9 extracting sha256:fb4cbd776d56ffdaac790a3ba8a2155f996e55653a251788becda50c7943f374 done
18:48:04 #9 extracting sha256:4c9066acd10383fcc795d53bef0be26e96f0c60e4f25cfa98c5c398bbec2dead
18:48:04 #9 extracting sha256:4c9066acd10383fcc795d53bef0be26e96f0c60e4f25cfa98c5c398bbec2dead 0.3s done
18:48:04 #9 extracting sha256:fc0dac9bf21ffcb93b8c86061e117c03460d8ac03f0c65d383124021fcd5f0ad done
18:48:04 #9 extracting sha256:74c53f23b28c5f30da29186b840c64a67207b2b11d8dd68ba0e6dc111e78b113 0.1s
18:48:06 #9 extracting sha256:74c53f23b28c5f30da29186b840c64a67207b2b11d8dd68ba0e6dc111e78b113 1.3s done
18:48:06 #9 extracting sha256:35aad7edfbbd0c584198b0cf115224fb7cf73c99f2acf7c919c54449ad2602de
18:48:06 #9 extracting sha256:35aad7edfbbd0c584198b0cf115224fb7cf73c99f2acf7c919c54449ad2602de done
18:48:06 #9 extracting sha256:87ff5495a537d668a01821a9a67d33a244e739c13bb05c5973cf6df0842d275d
18:48:06 #9 extracting sha256:87ff5495a537d668a01821a9a67d33a244e739c13bb05c5973cf6df0842d275d done
18:48:06 #9 DONE 6.3s
18:48:06 
18:48:06 #10 [2/5] RUN apk add --no-cache --upgrade     openssh
18:48:07 #10 0.377 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
18:48:08 #10 1.453 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
18:48:08 #10 1.651 (1/4) Installing openssh-sftp-server (9.0_p1-r2)
18:48:08 #10 1.655 (2/4) Installing openssh-server-common (9.0_p1-r2)
18:48:08 #10 1.657 (3/4) Installing openssh-server (9.0_p1-r2)
18:48:08 #10 1.668 (4/4) Installing openssh (9.0_p1-r2)
18:48:08 #10 1.676 Executing busybox-1.35.0-r17.trigger
18:48:08 #10 1.681 OK: 31 MiB in 59 packages
18:48:10 #10 DONE 3.6s
18:48:10 
18:48:10 #11 [3/5] COPY tests/ssh/config/server /etc/ssh/
18:48:10 #11 DONE 0.1s
18:48:10 
18:48:10 #12 [4/5] COPY tests/ssh/config/client/id_rsa.pub /root/.ssh/authorized_keys
18:48:10 #12 DONE 0.1s
18:48:10 
18:48:10 #13 [5/5] RUN chmod -R 600 /etc/ssh  && chmod -R 600 /root/.ssh  && ln -s /usr/local/bin/docker /usr/bin/docker
18:48:11 #13 DONE 0.5s
18:48:11 
18:48:11 #14 exporting to image
18:48:11 #14 exporting layers
18:48:11 #14 exporting layers 0.3s done
18:48:11 #14 writing image sha256:eb8ebcefc4e758d3cbb71bef06975b351ccd7075b85382fa061a2a0619cd887c done
18:48:11 #14 naming to docker.io/dockerpinata/docker-py:sshdind-5bbedcbe18a136b0487b23c42962c0f6d295db19 0.1s done
18:48:11 #14 DONE 0.3s
[Pipeline] isUnix
[Pipeline] sh
18:48:11 + docker tag dockerpinata/docker-py:sshdind-5bbedcbe18a136b0487b23c42962c0f6d295db19 dockerpinata/docker-py:sshdind-5bbedcbe18a136b0487b23c42962c0f6d295db19
[Pipeline] isUnix
[Pipeline] sh
18:48:12 + docker push dockerpinata/docker-py:sshdind-5bbedcbe18a136b0487b23c42962c0f6d295db19
18:48:12 The push refers to repository [docker.io/dockerpinata/docker-py]
18:48:12 bd9043c10941: Preparing
18:48:12 b2eb64dbc256: Preparing
18:48:12 5086d0baf633: Preparing
18:48:12 f7a166f988c9: Preparing
18:48:12 d61a14c92550: Preparing
18:48:12 51f49e405474: Preparing
18:48:12 a11db338c883: Preparing
18:48:12 1bcff0c5d2c0: Preparing
18:48:12 9d362204f5ac: Preparing
18:48:12 1866ecd6c6fd: Preparing
18:48:12 6af89afa63e0: Preparing
18:48:12 e273503e967a: Preparing
18:48:12 e04a88546a21: Preparing
18:48:12 d1ece70c52e8: Preparing
18:48:12 87c632b3069e: Preparing
18:48:12 0af550c3ac87: Preparing
18:48:12 ab7c98a2ed61: Preparing
18:48:12 994393dc58e7: Preparing
18:48:12 51f49e405474: Waiting
18:48:12 a11db338c883: Waiting
18:48:12 1bcff0c5d2c0: Waiting
18:48:12 9d362204f5ac: Waiting
18:48:12 1866ecd6c6fd: Waiting
18:48:12 6af89afa63e0: Waiting
18:48:12 e273503e967a: Waiting
18:48:12 e04a88546a21: Waiting
18:48:12 d1ece70c52e8: Waiting
18:48:12 87c632b3069e: Waiting
18:48:12 0af550c3ac87: Waiting
18:48:12 ab7c98a2ed61: Waiting
18:48:12 994393dc58e7: Waiting
18:48:12 d61a14c92550: Layer already exists
18:48:12 51f49e405474: Layer already exists
18:48:12 a11db338c883: Layer already exists
18:48:12 1bcff0c5d2c0: Layer already exists
18:48:12 9d362204f5ac: Layer already exists
18:48:12 1866ecd6c6fd: Layer already exists
18:48:12 6af89afa63e0: Layer already exists
18:48:12 e273503e967a: Layer already exists
18:48:12 e04a88546a21: Layer already exists
18:48:12 d1ece70c52e8: Layer already exists
18:48:12 87c632b3069e: Layer already exists
18:48:12 5086d0baf633: Pushed
18:48:13 0af550c3ac87: Layer already exists
18:48:13 994393dc58e7: Layer already exists
18:48:13 bd9043c10941: Pushed
18:48:13 ab7c98a2ed61: Layer already exists
18:48:13 f7a166f988c9: Pushed
18:48:13 b2eb64dbc256: Pushed
18:48:14 sshdind-5bbedcbe18a136b0487b23c42962c0f6d295db19: digest: sha256:3f0106076ea69250642eaa7d757f60fcf111c314f4f4e7c24f161639bc44410d size: 4084
[Pipeline] isUnix
[Pipeline] sh
18:48:14 + docker pull dockerpinata/docker-py:py3-5bbedcbe18a136b0487b23c42962c0f6d295db19
18:48:14 Error response from daemon: manifest for dockerpinata/docker-py:py3-5bbedcbe18a136b0487b23c42962c0f6d295db19 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
18:48:15 + docker build -t dockerpinata/docker-py:py3-5bbedcbe18a136b0487b23c42962c0f6d295db19 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.10 .
18:48:15 #1 [internal] load build definition from Dockerfile
18:48:15 #1 transferring dockerfile: 1.76kB done
18:48:15 #1 DONE 0.0s
18:48:15 
18:48:15 #2 [internal] load .dockerignore
18:48:15 #2 transferring context: 161B done
18:48:15 #2 DONE 0.0s
18:48:15 
18:48:15 #3 resolve image config for docker.io/docker/dockerfile:1
18:48:15 #3 DONE 0.1s
18:48:15 
18:48:15 #4 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc
18:48:15 #4 CACHED
18:48:15 
18:48:15 #5 [auth] library/python:pull token for registry-1.docker.io
18:48:15 #5 DONE 0.0s
18:48:15 
18:48:15 #6 [internal] load metadata for docker.io/library/python:3.10
18:48:15 #6 DONE 0.4s
18:48:16 
18:48:16 #7 [stage-0  1/20] FROM docker.io/library/python:3.10@sha256:3e15ea73ac5c1f9408d8dc9eeb8297ece8e727f3004129a829519230c7de720c
18:48:16 #7 resolve docker.io/library/python:3.10@sha256:3e15ea73ac5c1f9408d8dc9eeb8297ece8e727f3004129a829519230c7de720c 0.0s done
18:48:16 #7 ...
18:48:16 
18:48:16 #8 [internal] load build context
18:48:16 #8 transferring context: 1.24MB 0.1s done
18:48:16 #8 DONE 0.1s
18:48:16 
18:48:16 #7 [stage-0  1/20] FROM docker.io/library/python:3.10@sha256:3e15ea73ac5c1f9408d8dc9eeb8297ece8e727f3004129a829519230c7de720c
18:48:16 #7 sha256:3e15ea73ac5c1f9408d8dc9eeb8297ece8e727f3004129a829519230c7de720c 2.36kB / 2.36kB done
18:48:16 #7 sha256:f05c8762fe15f7fc201c1aa6fc621690851584000c64fd5cc0492498b85e1d06 8.53kB / 8.53kB done
18:48:16 #7 sha256:47db815c6a4547dc224b75222193cb1851cf529d2cbdf26f854b9bbf97099b98 5.16MB / 5.16MB 0.2s
18:48:16 #7 sha256:e9ebb760d74df0c28447c2f67050800c3392a3987ed77ce493545c7d3ad24c9d 2.22kB / 2.22kB done
18:48:16 #7 sha256:f606d8928ed378229f2460b94b504cca239fb906efc57acbdf9340bd298d5ddf 13.63MB / 55.05MB 0.2s
18:48:16 #7 sha256:bf48494000001a037b72870d2a6a2536f9da8bc5d1ceddd72d79f4a51fe7a60e 1.05MB / 10.88MB 0.2s
18:48:16 #7 sha256:47db815c6a4547dc224b75222193cb1851cf529d2cbdf26f854b9bbf97099b98 5.16MB / 5.16MB 0.2s done
18:48:16 #7 sha256:f606d8928ed378229f2460b94b504cca239fb906efc57acbdf9340bd298d5ddf 28.31MB / 55.05MB 0.4s
18:48:16 #7 sha256:bf48494000001a037b72870d2a6a2536f9da8bc5d1ceddd72d79f4a51fe7a60e 10.88MB / 10.88MB 0.4s
18:48:16 #7 sha256:a572f7a256d36a93ab0777949771b120c5d7dce75ea2a2d3d9444793b26b2ef1 2.10MB / 54.58MB 0.4s
18:48:16 #7 sha256:f606d8928ed378229f2460b94b504cca239fb906efc57acbdf9340bd298d5ddf 38.80MB / 55.05MB 0.5s
18:48:16 #7 sha256:bf48494000001a037b72870d2a6a2536f9da8bc5d1ceddd72d79f4a51fe7a60e 10.88MB / 10.88MB 0.4s done
18:48:16 #7 sha256:a572f7a256d36a93ab0777949771b120c5d7dce75ea2a2d3d9444793b26b2ef1 9.49MB / 54.58MB 0.5s
18:48:16 #7 sha256:8f7d0525895528fdb73153451e112bbd8e1854549bd1e0e6f4ac0b4a2ee98172 0B / 196.85MB 0.5s
18:48:16 #7 sha256:a572f7a256d36a93ab0777949771b120c5d7dce75ea2a2d3d9444793b26b2ef1 20.97MB / 54.58MB 0.6s
18:48:16 #7 sha256:f606d8928ed378229f2460b94b504cca239fb906efc57acbdf9340bd298d5ddf 55.05MB / 55.05MB 0.7s
18:48:16 #7 sha256:a572f7a256d36a93ab0777949771b120c5d7dce75ea2a2d3d9444793b26b2ef1 28.31MB / 54.58MB 0.7s
18:48:16 #7 sha256:a572f7a256d36a93ab0777949771b120c5d7dce75ea2a2d3d9444793b26b2ef1 34.60MB / 54.58MB 0.8s
18:48:16 #7 sha256:8f7d0525895528fdb73153451e112bbd8e1854549bd1e0e6f4ac0b4a2ee98172 17.83MB / 196.85MB 0.8s
18:48:16 #7 sha256:f606d8928ed378229f2460b94b504cca239fb906efc57acbdf9340bd298d5ddf 55.05MB / 55.05MB 0.8s done
18:48:16 #7 sha256:a572f7a256d36a93ab0777949771b120c5d7dce75ea2a2d3d9444793b26b2ef1 46.14MB / 54.58MB 1.0s
18:48:16 #7 sha256:8f7d0525895528fdb73153451e112bbd8e1854549bd1e0e6f4ac0b4a2ee98172 30.41MB / 196.85MB 1.0s
18:48:16 #7 sha256:7110f04115ae2d7232ed9e59b97db7cf7337c91f95edc25428baa3e522064187 4.19MB / 6.29MB 0.9s
18:48:17 #7 sha256:7110f04115ae2d7232ed9e59b97db7cf7337c91f95edc25428baa3e522064187 6.29MB / 6.29MB 1.0s done
18:48:17 #7 extracting sha256:f606d8928ed378229f2460b94b504cca239fb906efc57acbdf9340bd298d5ddf
18:48:17 #7 sha256:a572f7a256d36a93ab0777949771b120c5d7dce75ea2a2d3d9444793b26b2ef1 54.58MB / 54.58MB 1.2s
18:48:17 #7 sha256:8f7d0525895528fdb73153451e112bbd8e1854549bd1e0e6f4ac0b4a2ee98172 43.14MB / 196.85MB 1.2s
18:48:17 #7 sha256:967c89122295127adc8e23053527ebb284ca542cec4dea0cc398e4accd9354ca 3.15MB / 20.02MB 1.2s
18:48:17 #7 sha256:a572f7a256d36a93ab0777949771b120c5d7dce75ea2a2d3d9444793b26b2ef1 54.58MB / 54.58MB 1.2s done
18:48:17 #7 sha256:967c89122295127adc8e23053527ebb284ca542cec4dea0cc398e4accd9354ca 10.49MB / 20.02MB 1.3s
18:48:17 #7 sha256:9f28dfdab382574859f82bcf9f7f915420a88010cbc01e803ed613def474a6a4 0B / 234B 1.3s
18:48:17 #7 sha256:8f7d0525895528fdb73153451e112bbd8e1854549bd1e0e6f4ac0b4a2ee98172 65.01MB / 196.85MB 1.5s
18:48:17 #7 sha256:967c89122295127adc8e23053527ebb284ca542cec4dea0cc398e4accd9354ca 20.02MB / 20.02MB 1.5s
18:48:17 #7 sha256:9f28dfdab382574859f82bcf9f7f915420a88010cbc01e803ed613def474a6a4 234B / 234B 1.3s done
18:48:17 #7 sha256:5e971b2ac5723bf47eb1753dc126d2e831b33248c5fc2ae09d8e44880c2fe89c 3.04MB / 3.04MB 1.5s
18:48:17 #7 sha256:967c89122295127adc8e23053527ebb284ca542cec4dea0cc398e4accd9354ca 20.02MB / 20.02MB 1.6s done
18:48:17 #7 sha256:5e971b2ac5723bf47eb1753dc126d2e831b33248c5fc2ae09d8e44880c2fe89c 3.04MB / 3.04MB 1.6s done
18:48:17 #7 sha256:8f7d0525895528fdb73153451e112bbd8e1854549bd1e0e6f4ac0b4a2ee98172 87.03MB / 196.85MB 1.8s
18:48:17 #7 sha256:8f7d0525895528fdb73153451e112bbd8e1854549bd1e0e6f4ac0b4a2ee98172 104.86MB / 196.85MB 2.0s
18:48:18 #7 sha256:8f7d0525895528fdb73153451e112bbd8e1854549bd1e0e6f4ac0b4a2ee98172 115.34MB / 196.85MB 2.1s
18:48:18 #7 sha256:8f7d0525895528fdb73153451e112bbd8e1854549bd1e0e6f4ac0b4a2ee98172 125.83MB / 196.85MB 2.2s
18:48:18 #7 sha256:8f7d0525895528fdb73153451e112bbd8e1854549bd1e0e6f4ac0b4a2ee98172 142.61MB / 196.85MB 2.4s
18:48:18 #7 sha256:8f7d0525895528fdb73153451e112bbd8e1854549bd1e0e6f4ac0b4a2ee98172 156.24MB / 196.85MB 2.5s
18:48:18 #7 sha256:8f7d0525895528fdb73153451e112bbd8e1854549bd1e0e6f4ac0b4a2ee98172 176.16MB / 196.85MB 2.7s
18:48:18 #7 sha256:8f7d0525895528fdb73153451e112bbd8e1854549bd1e0e6f4ac0b4a2ee98172 186.65MB / 196.85MB 2.8s
18:48:19 #7 sha256:8f7d0525895528fdb73153451e112bbd8e1854549bd1e0e6f4ac0b4a2ee98172 196.85MB / 196.85MB 2.9s
18:48:20 #7 extracting sha256:f606d8928ed378229f2460b94b504cca239fb906efc57acbdf9340bd298d5ddf 2.9s done
18:48:20 #7 sha256:8f7d0525895528fdb73153451e112bbd8e1854549bd1e0e6f4ac0b4a2ee98172 196.85MB / 196.85MB 4.1s done
18:48:20 #7 extracting sha256:47db815c6a4547dc224b75222193cb1851cf529d2cbdf26f854b9bbf97099b98 0.1s
18:48:20 #7 extracting sha256:47db815c6a4547dc224b75222193cb1851cf529d2cbdf26f854b9bbf97099b98 0.2s done
18:48:20 #7 extracting sha256:bf48494000001a037b72870d2a6a2536f9da8bc5d1ceddd72d79f4a51fe7a60e 0.1s
18:48:20 #7 extracting sha256:bf48494000001a037b72870d2a6a2536f9da8bc5d1ceddd72d79f4a51fe7a60e 0.3s done
18:48:21 #7 extracting sha256:a572f7a256d36a93ab0777949771b120c5d7dce75ea2a2d3d9444793b26b2ef1
18:48:23 #7 extracting sha256:a572f7a256d36a93ab0777949771b120c5d7dce75ea2a2d3d9444793b26b2ef1 2.0s done
18:48:23 #7 extracting sha256:8f7d0525895528fdb73153451e112bbd8e1854549bd1e0e6f4ac0b4a2ee98172 0.1s
18:48:28 #7 extracting sha256:8f7d0525895528fdb73153451e112bbd8e1854549bd1e0e6f4ac0b4a2ee98172 5.1s
18:48:29 #7 extracting sha256:8f7d0525895528fdb73153451e112bbd8e1854549bd1e0e6f4ac0b4a2ee98172 6.3s done
18:48:29 #7 extracting sha256:7110f04115ae2d7232ed9e59b97db7cf7337c91f95edc25428baa3e522064187
18:48:30 #7 extracting sha256:7110f04115ae2d7232ed9e59b97db7cf7337c91f95edc25428baa3e522064187 0.3s done
18:48:30 #7 extracting sha256:967c89122295127adc8e23053527ebb284ca542cec4dea0cc398e4accd9354ca 0.1s
18:48:31 #7 extracting sha256:967c89122295127adc8e23053527ebb284ca542cec4dea0cc398e4accd9354ca 0.7s done
18:48:31 #7 extracting sha256:9f28dfdab382574859f82bcf9f7f915420a88010cbc01e803ed613def474a6a4 done
18:48:31 #7 extracting sha256:5e971b2ac5723bf47eb1753dc126d2e831b33248c5fc2ae09d8e44880c2fe89c
18:48:31 #7 extracting sha256:5e971b2ac5723bf47eb1753dc126d2e831b33248c5fc2ae09d8e44880c2fe89c 0.3s done
18:48:32 #7 DONE 15.9s
18:48:32 
18:48:32 #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
18:48:34 #9 DONE 2.4s
18:48:34 
18:48:34 #10 [stage-0  3/20] RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
18:48:35 #10 0.698 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
18:48:35 #10 0.707 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
18:48:35 #10 0.707 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
18:48:35 #10 0.813 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8184 kB]
18:48:35 #10 0.921 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [191 kB]
18:48:35 #10 1.012 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [6340 B]
18:48:36 #10 2.079 Fetched 8589 kB in 2s (5243 kB/s)
18:48:37 #10 2.079 Reading package lists...
18:48:37 #10 2.578 Reading package lists...
18:48:37 #10 3.075 Building dependency tree...
18:48:37 #10 3.198 Reading state information...
18:48:37 #10 3.321 The following additional packages will be installed:
18:48:37 #10 3.321   tree
18:48:37 #10 3.322 Suggested packages:
18:48:37 #10 3.322   python libxml-simple-perl ruby
18:48:37 #10 3.322 Recommended packages:
18:48:37 #10 3.322   qrencode xclip
18:48:37 #10 3.373 The following NEW packages will be installed:
18:48:37 #10 3.374   gnupg2 pass tree
18:48:38 #10 3.640 0 upgraded, 3 newly installed, 0 to remove and 3 not upgraded.
18:48:38 #10 3.640 Need to get 523 kB of archives.
18:48:38 #10 3.640 After this operation, 727 kB of additional disk space will be used.
18:48:38 #10 3.640 Get:1 http://deb.debian.org/debian bullseye/main amd64 gnupg2 all 2.2.27-2+deb11u2 [434 kB]
18:48:38 #10 3.660 Get:2 http://deb.debian.org/debian bullseye/main amd64 tree amd64 1.8.0-1+b1 [49.6 kB]
18:48:38 #10 3.661 Get:3 http://deb.debian.org/debian bullseye/main amd64 pass all 1.7.3-2 [39.2 kB]
18:48:38 #10 3.837 debconf: delaying package configuration, since apt-utils is not installed
18:48:38 #10 3.880 Fetched 523 kB in 0s (1847 kB/s)
18:48:38 #10 3.900 Selecting previously unselected package gnupg2.
18:48:38 #10 3.900 (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 ... 23422 files and directories currently installed.)
18:48:38 #10 3.917 Preparing to unpack .../gnupg2_2.2.27-2+deb11u2_all.deb ...
18:48:38 #10 3.920 Unpacking gnupg2 (2.2.27-2+deb11u2) ...
18:48:38 #10 3.957 Selecting previously unselected package tree.
18:48:38 #10 3.960 Preparing to unpack .../tree_1.8.0-1+b1_amd64.deb ...
18:48:38 #10 3.963 Unpacking tree (1.8.0-1+b1) ...
18:48:38 #10 4.002 Selecting previously unselected package pass.
18:48:38 #10 4.005 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
18:48:38 #10 4.011 Unpacking pass (1.7.3-2) ...
18:48:38 #10 4.053 Setting up gnupg2 (2.2.27-2+deb11u2) ...
18:48:38 #10 4.062 Setting up tree (1.8.0-1+b1) ...
18:48:38 #10 4.071 Setting up pass (1.7.3-2) ...
18:48:38 #10 DONE 4.2s
18:48:38 
18:48:38 #11 [stage-0  4/20] COPY tests/ssh/config/client /root/.ssh
18:48:38 #11 DONE 0.1s
18:48:38 
18:48:38 #12 [stage-0  5/20] COPY tests/ssh/config/server/known_ed25519.pub /root/.ssh/known_hosts
18:48:38 #12 DONE 0.1s
18:48:38 
18:48:38 #13 [stage-0  6/20] RUN sed -i '1s;^;dpy-dind-ssh ;' /root/.ssh/known_hosts
18:48:39 #13 DONE 0.5s
18:48:39 
18:48:39 #14 [stage-0  7/20] RUN chmod -R 600 /root/.ssh
18:48:39 #14 DONE 0.5s
18:48:39 
18:48:39 #15 [stage-0  8/20] COPY ./tests/gpg-keys /gpg-keys
18:48:39 #15 DONE 0.1s
18:48:39 
18:48:39 #16 [stage-0  9/20] RUN gpg2 --import gpg-keys/secret
18:48:40 #16 0.425 gpg: directory '/root/.gnupg' created
18:48:40 #16 0.425 gpg: keybox '/root/.gnupg/pubring.kbx' created
18:48:40 #16 0.426 gpg: /root/.gnupg/trustdb.gpg: trustdb created
18:48:40 #16 0.426 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
18:48:40 #16 0.432 gpg: key 464ED987A7B21401: secret key imported
18:48:40 #16 0.432 gpg: Total number processed: 1
18:48:40 #16 0.432 gpg:               imported: 1
18:48:40 #16 0.432 gpg:       secret keys read: 1
18:48:40 #16 0.432 gpg:   secret keys imported: 1
18:48:40 #16 DONE 0.5s
18:48:40 
18:48:40 #17 [stage-0 10/20] RUN gpg2 --import-ownertrust gpg-keys/ownertrust
18:48:40 #17 0.427 gpg: inserting ownertrust of 6
18:48:40 #17 DONE 0.5s
18:48:40 
18:48:40 #18 [stage-0 11/20] RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
18:48:41 #18 0.442 gpg: please do a --check-trustdb
18:48:41 #18 0.456 mkdir: created directory '/root/.password-store/'
18:48:41 #18 0.457 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
18:48:41 #18 DONE 0.5s
18:48:41 
18:48:41 #19 [stage-0 12/20] RUN gpg2 --check-trustdb
18:48:41 #19 0.565 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
18:48:41 #19 0.565 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
18:48:41 #19 DONE 0.6s
18:48:41 
18:48:41 #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
18:48:42 #20 DONE 0.8s
18:48:42 
18:48:42 #21 [stage-0 14/20] WORKDIR /src
18:48:42 #21 DONE 0.0s
18:48:42 
18:48:42 #22 [stage-0 15/20] COPY requirements.txt /src/requirements.txt
18:48:42 #22 DONE 0.1s
18:48:42 
18:48:42 #23 [stage-0 16/20] RUN --mount=type=cache,target=/root/.cache/pip     pip install -r requirements.txt
18:48:44 #23 1.778 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
18:48:48 #23 5.914 Collecting packaging==21.3
18:48:49 #23 6.945   Downloading packaging-21.3-py3-none-any.whl (40 kB)
18:48:49 #23 6.951      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.8/40.8 kB 9.1 MB/s eta 0:00:00
18:48:49 #23 6.991 Collecting paramiko==2.11.0
18:48:49 #23 6.995   Downloading paramiko-2.11.0-py2.py3-none-any.whl (212 kB)
18:48:49 #23 7.004      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.9/212.9 kB 30.1 MB/s eta 0:00:00
18:48:49 #23 7.045 Collecting requests==2.28.1
18:48:49 #23 7.050   Downloading requests-2.28.1-py3-none-any.whl (62 kB)
18:48:49 #23 7.058      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 kB 9.6 MB/s eta 0:00:00
18:48:49 #23 7.100 Collecting urllib3==1.26.11
18:48:49 #23 7.104   Downloading urllib3-1.26.11-py2.py3-none-any.whl (139 kB)
18:48:49 #23 7.110      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.9/139.9 kB 31.4 MB/s eta 0:00:00
18:48:49 #23 7.139 Collecting websocket-client==1.3.3
18:48:49 #23 7.143   Downloading websocket_client-1.3.3-py3-none-any.whl (54 kB)
18:48:49 #23 7.149      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.3/54.3 kB 13.2 MB/s eta 0:00:00
18:48:49 #23 7.192 Collecting pyparsing!=3.0.5,>=2.0.2
18:48:49 #23 7.196   Downloading pyparsing-3.0.9-py3-none-any.whl (98 kB)
18:48:50 #23 7.202      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.3/98.3 kB 22.0 MB/s eta 0:00:00
18:48:50 #23 7.253 Collecting pynacl>=1.0.1
18:48:50 #23 7.283   Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB)
18:48:50 #23 7.295      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 856.7/856.7 kB 83.3 MB/s eta 0:00:00
18:48:50 #23 7.528 Collecting cryptography>=2.5
18:48:50 #23 7.534   Downloading cryptography-38.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (4.2 MB)
18:48:50 #23 7.580      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.2/4.2 MB 96.5 MB/s eta 0:00:00
18:48:50 #23 7.612 Collecting six
18:48:50 #23 7.616   Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
18:48:50 #23 7.672 Collecting bcrypt>=3.1.3
18:48:50 #23 7.690   Downloading bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (593 kB)
18:48:50 #23 7.710      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 593.7/593.7 kB 33.6 MB/s eta 0:00:00
18:48:50 #23 7.787 Collecting charset-normalizer<3,>=2
18:48:50 #23 7.791   Downloading charset_normalizer-2.1.1-py3-none-any.whl (39 kB)
18:48:50 #23 7.814 Collecting idna<4,>=2.5
18:48:50 #23 7.818   Downloading idna-3.4-py3-none-any.whl (61 kB)
18:48:50 #23 7.824      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 14.6 MB/s eta 0:00:00
18:48:50 #23 7.849 Collecting certifi>=2017.4.17
18:48:50 #23 7.854   Downloading certifi-2022.9.24-py3-none-any.whl (161 kB)
18:48:50 #23 7.861      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 33.0 MB/s eta 0:00:00
18:48:50 #23 8.066 Collecting cffi>=1.12
18:48:50 #23 8.078   Downloading cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB)
18:48:50 #23 8.092      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 441.8/441.8 kB 37.9 MB/s eta 0:00:00
18:48:50 #23 8.126 Collecting pycparser
18:48:50 #23 8.130   Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)
18:48:50 #23 8.136      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 kB 25.5 MB/s eta 0:00:00
18:48:51 #23 8.265 Installing collected packages: websocket-client, urllib3, six, pyparsing, pycparser, idna, charset-normalizer, certifi, bcrypt, requests, packaging, cffi, pynacl, cryptography, paramiko
18:48:51 #23 9.154 Successfully installed bcrypt-4.0.1 certifi-2022.9.24 cffi-1.15.1 charset-normalizer-2.1.1 cryptography-38.0.1 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
18:48:51 #23 9.155 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
18:48:56 #23 13.30 
18:48:56 #23 13.30 [notice] A new release of pip available: 22.2.2 -> 22.3
18:48:56 #23 13.30 [notice] To update, run: pip install --upgrade pip
18:48:56 #23 DONE 13.7s
18:48:56 
18:48:56 #24 [stage-0 17/20] COPY test-requirements.txt /src/test-requirements.txt
18:48:56 #24 DONE 0.1s
18:48:56 
18:48:56 #25 [stage-0 18/20] RUN --mount=type=cache,target=/root/.cache/pip     pip install -r test-requirements.txt
18:48:57 #25 0.765 Requirement already satisfied: setuptools==63.2.0 in /usr/local/lib/python3.10/site-packages (from -r test-requirements.txt (line 1)) (63.2.0)
18:49:02 #25 5.159 Collecting coverage==6.4.2
18:49:02 #25 6.196   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)
18:49:02 #25 6.208      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.3/212.3 kB 22.4 MB/s eta 0:00:00
18:49:02 #25 6.248 Collecting flake8==4.0.1
18:49:02 #25 6.251   Downloading flake8-4.0.1-py2.py3-none-any.whl (64 kB)
18:49:02 #25 6.258      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.1/64.1 kB 14.6 MB/s eta 0:00:00
18:49:02 #25 6.327 Collecting pytest==7.1.2
18:49:02 #25 6.331   Downloading pytest-7.1.2-py3-none-any.whl (297 kB)
18:49:02 #25 6.339      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 297.0/297.0 kB 51.2 MB/s eta 0:00:00
18:49:02 #25 6.378 Collecting pytest-cov==3.0.0
18:49:02 #25 6.382   Downloading pytest_cov-3.0.0-py3-none-any.whl (20 kB)
18:49:02 #25 6.403 Collecting pytest-timeout==2.1.0
18:49:02 #25 6.406   Downloading pytest_timeout-2.1.0-py3-none-any.whl (12 kB)
18:49:02 #25 6.433 Collecting pycodestyle<2.9.0,>=2.8.0
18:49:02 #25 6.438   Downloading pycodestyle-2.8.0-py2.py3-none-any.whl (42 kB)
18:49:02 #25 6.444      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.1/42.1 kB 10.1 MB/s eta 0:00:00
18:49:02 #25 6.459 Collecting mccabe<0.7.0,>=0.6.0
18:49:02 #25 6.463   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
18:49:02 #25 6.487 Collecting pyflakes<2.5.0,>=2.4.0
18:49:02 #25 6.490   Downloading pyflakes-2.4.0-py2.py3-none-any.whl (69 kB)
18:49:02 #25 6.496      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 69.7/69.7 kB 15.0 MB/s eta 0:00:00
18:49:02 #25 6.533 Collecting py>=1.8.2
18:49:02 #25 6.537   Downloading py-1.11.0-py2.py3-none-any.whl (98 kB)
18:49:03 #25 6.545      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.7/98.7 kB 15.4 MB/s eta 0:00:00
18:49:03 #25 6.569 Collecting pluggy<2.0,>=0.12
18:49:03 #25 6.573   Downloading pluggy-1.0.0-py2.py3-none-any.whl (13 kB)
18:49:03 #25 6.598 Collecting attrs>=19.2.0
18:49:03 #25 6.601   Downloading attrs-22.1.0-py2.py3-none-any.whl (58 kB)
18:49:03 #25 6.607      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 15.6 MB/s eta 0:00:00
18:49:03 #25 6.621 Collecting iniconfig
18:49:03 #25 6.624   Downloading iniconfig-1.1.1-py2.py3-none-any.whl (5.0 kB)
18:49:03 #25 6.647 Collecting tomli>=1.0.0
18:49:03 #25 6.651   Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
18:49:03 #25 6.656 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)
18:49:03 #25 6.674 Collecting coverage[toml]>=5.2.1
18:49:03 #25 6.678   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)
18:49:03 #25 6.686      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 213.3/213.3 kB 37.9 MB/s eta 0:00:00
18:49:03 #25 6.750   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)
18:49:03 #25 6.758      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.5/212.5 kB 38.8 MB/s eta 0:00:00
18:49:03 #25 6.772   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)
18:49:03 #25 6.779      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.5/212.5 kB 44.3 MB/s eta 0:00:00
18:49:03 #25 6.804 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)
18:49:03 #25 6.976 Installing collected packages: mccabe, iniconfig, tomli, pyflakes, pycodestyle, py, pluggy, coverage, attrs, pytest, flake8, pytest-timeout, pytest-cov
18:49:04 #25 7.515 Successfully installed attrs-22.1.0 coverage-6.4.2 flake8-4.0.1 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-7.1.2 pytest-cov-3.0.0 pytest-timeout-2.1.0 tomli-2.0.1
18:49:04 #25 7.516 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
18:49:04 #25 7.522 
18:49:04 #25 7.522 [notice] A new release of pip available: 22.2.2 -> 22.3
18:49:04 #25 7.522 [notice] To update, run: pip install --upgrade pip
18:49:04 #25 DONE 7.8s
18:49:04 
18:49:04 #26 [stage-0 19/20] COPY . /src
18:49:04 #26 DONE 0.1s
18:49:04 
18:49:04 #27 [stage-0 20/20] RUN --mount=type=cache,target=/root/.cache/pip     pip install -e .
18:49:05 #27 0.772 Obtaining file:///src
18:49:05 #27 0.776   Installing build dependencies: started
18:49:13 #27 7.751   Installing build dependencies: finished with status 'done'
18:49:13 #27 7.756   WARNING: Missing build requirements in pyproject.toml for file:///src.
18:49:13 #27 7.756   WARNING: The project does not specify a build backend, and pip cannot fall back to setuptools without 'wheel'.
18:49:13 #27 7.756   Checking if build backend supports build_editable: started
18:49:13 #27 7.984   Checking if build backend supports build_editable: finished with status 'done'
18:49:13 #27 7.985   Getting requirements to build editable: started
18:49:13 #27 8.190   Getting requirements to build editable: finished with status 'done'
18:49:13 #27 8.193   Installing backend dependencies: started
18:49:18 #27 13.95   Installing backend dependencies: finished with status 'done'
18:49:18 #27 13.95   Preparing editable metadata (pyproject.toml): started
18:49:18 #27 14.34   Preparing editable metadata (pyproject.toml): finished with status 'done'
18:49:18 #27 14.35 Requirement already satisfied: urllib3>=1.26.0 in /usr/local/lib/python3.10/site-packages (from docker==99.0.0+docker) (1.26.11)
18:49:18 #27 14.35 Requirement already satisfied: packaging>=14.0 in /usr/local/lib/python3.10/site-packages (from docker==99.0.0+docker) (21.3)
18:49:18 #27 14.36 Requirement already satisfied: requests>=2.26.0 in /usr/local/lib/python3.10/site-packages (from docker==99.0.0+docker) (2.28.1)
18:49:18 #27 14.36 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)
18:49:18 #27 14.36 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)
18:49:18 #27 14.36 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.9.24)
18:49:18 #27 14.37 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)
18:49:18 #27 14.37 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)
18:49:18 #27 14.39 Building wheels for collected packages: docker
18:49:18 #27 14.39   Building editable for docker (pyproject.toml): started
18:49:18 #27 14.78   Building editable for docker (pyproject.toml): finished with status 'done'
18:49:19 #27 14.78   Created wheel for docker: filename=docker-99.0.0+docker-0.editable-py3-none-any.whl size=7615 sha256=c0ddfd81810b75f5b4c10ac174702b4de17a93aac5f6c1be9743fce118446559
18:49:19 #27 14.79   Stored in directory: /tmp/pip-ephem-wheel-cache-pi8wxlq7/wheels/5c/9b/23/f031c1877ee9aa5bf3ddc51ccc1ac38428d83c5d6eec32a03f
18:49:19 #27 14.79 Successfully built docker
18:49:19 #27 14.91 Installing collected packages: docker
18:49:19 #27 14.94 Successfully installed docker-99.0.0+docker
18:49:19 #27 14.94 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
18:49:19 #27 14.94 
18:49:19 #27 14.94 [notice] A new release of pip available: 22.2.2 -> 22.3
18:49:19 #27 14.94 [notice] To update, run: pip install --upgrade pip
18:49:19 #27 DONE 15.1s
18:49:19 
18:49:19 #28 exporting to image
18:49:19 #28 exporting layers
18:49:20 #28 exporting layers 0.6s done
18:49:20 #28 writing image sha256:91202c869fdfb63660c92f32bda811304412e534e66bdfa913a665b040c23f2e done
18:49:20 #28 naming to docker.io/dockerpinata/docker-py:py3-5bbedcbe18a136b0487b23c42962c0f6d295db19 0.0s done
18:49:20 #28 DONE 0.6s
[Pipeline] isUnix
[Pipeline] sh
18:49:20 + docker tag dockerpinata/docker-py:py3-5bbedcbe18a136b0487b23c42962c0f6d295db19 dockerpinata/docker-py:py3-5bbedcbe18a136b0487b23c42962c0f6d295db19
[Pipeline] isUnix
[Pipeline] sh
18:49:20 + docker push dockerpinata/docker-py:py3-5bbedcbe18a136b0487b23c42962c0f6d295db19
18:49:20 The push refers to repository [docker.io/dockerpinata/docker-py]
18:49:20 aa345f700b69: Preparing
18:49:20 dc11dd4310c6: Preparing
18:49:20 99363ba2a63f: Preparing
18:49:20 b006ed214069: Preparing
18:49:20 93e6dd8737e5: Preparing
18:49:20 d3263a3dd61f: Preparing
18:49:20 09ebd2c85b9e: Preparing
18:49:20 3fadd624b30d: Preparing
18:49:20 32c027580629: Preparing
18:49:20 7703c7cb3cb3: Preparing
18:49:20 f167c93142bf: Preparing
18:49:20 16355f2dd176: Preparing
18:49:20 0b822788f109: Preparing
18:49:20 7a48635e0863: Preparing
18:49:20 ff97431d2a56: Preparing
18:49:20 f96dec5953ab: Preparing
18:49:20 bd007a302f03: Preparing
18:49:20 469c975950c2: Preparing
18:49:20 1043f730d2a1: Preparing
18:49:20 dcc5479aae4e: Preparing
18:49:20 d91c7bf5ffb5: Preparing
18:49:20 57b220df0ae0: Preparing
18:49:20 0c7daf9a72c8: Preparing
18:49:20 75ba02937496: Preparing
18:49:20 288cf3a46e32: Preparing
18:49:20 186da837555d: Preparing
18:49:20 955c9335e041: Preparing
18:49:20 8e079fee2186: Preparing
18:49:20 d3263a3dd61f: Waiting
18:49:20 09ebd2c85b9e: Waiting
18:49:20 3fadd624b30d: Waiting
18:49:20 32c027580629: Waiting
18:49:20 7703c7cb3cb3: Waiting
18:49:20 f167c93142bf: Waiting
18:49:20 16355f2dd176: Waiting
18:49:20 0b822788f109: Waiting
18:49:20 7a48635e0863: Waiting
18:49:20 ff97431d2a56: Waiting
18:49:20 f96dec5953ab: Waiting
18:49:20 bd007a302f03: Waiting
18:49:20 469c975950c2: Waiting
18:49:20 1043f730d2a1: Waiting
18:49:20 dcc5479aae4e: Waiting
18:49:20 d91c7bf5ffb5: Waiting
18:49:20 57b220df0ae0: Waiting
18:49:20 0c7daf9a72c8: Waiting
18:49:20 75ba02937496: Waiting
18:49:20 288cf3a46e32: Waiting
18:49:20 186da837555d: Waiting
18:49:20 955c9335e041: Waiting
18:49:20 8e079fee2186: Waiting
18:49:21 b006ed214069: Pushed
18:49:21 aa345f700b69: Pushed
18:49:21 dc11dd4310c6: Pushed
18:49:22 99363ba2a63f: Pushed
18:49:22 d3263a3dd61f: Pushed
18:49:22 09ebd2c85b9e: Pushed
18:49:23 3fadd624b30d: Pushed
18:49:23 32c027580629: Pushed
18:49:23 93e6dd8737e5: Pushed
18:49:23 f167c93142bf: Pushed
18:49:23 7703c7cb3cb3: Pushed
18:49:24 16355f2dd176: Pushed
18:49:24 7a48635e0863: Pushed
18:49:24 ff97431d2a56: Pushed
18:49:24 f96dec5953ab: Pushed
18:49:24 dcc5479aae4e: Layer already exists
18:49:25 d91c7bf5ffb5: Layer already exists
18:49:25 57b220df0ae0: Layer already exists
18:49:25 bd007a302f03: Pushed
18:49:25 0c7daf9a72c8: Layer already exists
18:49:25 75ba02937496: Layer already exists
18:49:25 288cf3a46e32: Layer already exists
18:49:25 0b822788f109: Pushed
18:49:25 8e079fee2186: Layer already exists
18:49:25 955c9335e041: Layer already exists
18:49:25 186da837555d: Layer already exists
18:49:25 1043f730d2a1: Pushed
18:49:27 469c975950c2: Pushed
18:49:28 py3-5bbedcbe18a136b0487b23c42962c0f6d295db19: digest: sha256:4e854dda1dfcf14479486031d29014ca59b5efd94ee11b4aa0e50eecbcf1eb0b 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-0c416c6a10d7c212f) in /home/ubuntu/workspace/docker-py_PR-3056
[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-3056@tmp/3023a61c-e7d0-4cd1-b360-3b62c5270262/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
18:49:29 + docker run --rm --entrypoint=python dockerpinata/docker-py:py3-5bbedcbe18a136b0487b23c42962c0f6d295db19 /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_19.03.13)
[Pipeline] { (Branch: py3.10_20.10.20)
[Pipeline] { (Branch: py3.10_22.06.0-beta.0)
[Pipeline] node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0c416c6a10d7c212f) in /home/ubuntu/workspace/docker-py_PR-3056
[Pipeline] node
[Pipeline] node
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-3056@tmp/a7aab514-5484-4e5b-933d-5f7167b60178/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
18:49:55 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
18:49:55 chowning workspace
[Pipeline] sh
18:49:56 + pwd
18:49:56 + id -u
18:49:56 + id -g
18:49:56 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-3056:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
18:49:56 Removing all docker containers
[Pipeline] sh
18:49:57 + docker container ls -aq
[Pipeline] echo
18:49:57 Docker containers have been removed
[Pipeline] echo
18:49:57 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
18:49:57 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.10 / docker=19.03.12)
[Pipeline] checkout
18:49:57 The recommended git tool is: git
18:49:57 using credential docker-jenkins-github-credentials
18:49:57 Cloning the remote Git repository
18:49:57 Cloning with configured refspecs honoured and without tags
18:49:58 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-3056 # 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/3056/head:refs/remotes/origin/PR-3056 +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/3056/head:refs/remotes/origin/PR-3056 # 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
18:49:58 Merging remotes/origin/main commit bc0a5fbacd7617fd338d121adca61600fc70d221 into PR head commit 5bbedcbe18a136b0487b23c42962c0f6d295db19
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0c416c6a10d7c212f) in /home/ubuntu/workspace/docker-py_PR-3056
[Pipeline] }
Failed in branch py3.10_19.03.12
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-3056@tmp/d6d89f91-ad14-40fc-a2e4-23a30bc312fe/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
18:49:58 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
18:49:58 chowning workspace
[Pipeline] sh
18:49:58 + pwd
18:49:58 + id -u
18:49:58 + id -g
18:49:58 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-3056:/workspace busybox chown -R 1000:1000 /workspace
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/3056/head:refs/remotes/origin/PR-3056 +refs/heads/main:refs/remotes/origin/main # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5bbedcbe18a136b0487b23c42962c0f6d295db19 # timeout=10
[Pipeline] echo
18:49:59 Removing all docker containers
[Pipeline] sh
18:49:59 + docker container ls -aq
[Pipeline] echo
18:49:59 Docker containers have been removed
[Pipeline] echo
18:49:59 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
18:49:59 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.10 / docker=19.03.13)
[Pipeline] checkout
18:49:59 The recommended git tool is: git
18:49:59 using credential docker-jenkins-github-credentials
18:49:59 Cloning the remote Git repository
18:49:59 Cloning with configured refspecs honoured and without tags
18:50:00 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-3056 # 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/3056/head:refs/remotes/origin/PR-3056 +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/3056/head:refs/remotes/origin/PR-3056 # 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
18:50:00 Merging remotes/origin/main commit bc0a5fbacd7617fd338d121adca61600fc70d221 into PR head commit 5bbedcbe18a136b0487b23c42962c0f6d295db19
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0c416c6a10d7c212f) in /home/ubuntu/workspace/docker-py_PR-3056
[Pipeline] }
Failed in branch py3.10_19.03.13
[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-3056@tmp/a8f083ff-8906-41c7-abaa-f4099b37b815/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
18:50:01 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
18:50:01 chowning workspace
[Pipeline] sh
18:50:01 + pwd
18:50:01 + id -u
18:50:01 + id -g
18:50:01 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-3056:/workspace busybox chown -R 1000:1000 /workspace
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/3056/head:refs/remotes/origin/PR-3056 +refs/heads/main:refs/remotes/origin/main # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5bbedcbe18a136b0487b23c42962c0f6d295db19 # timeout=10
[Pipeline] echo
18:50:02 Removing all docker containers
[Pipeline] sh
18:50:02 + docker container ls -aq
[Pipeline] echo
18:50:02 Docker containers have been removed
[Pipeline] echo
18:50:02 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
18:50:02 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.10 / docker=20.10.20)
[Pipeline] checkout
18:50:02 The recommended git tool is: git
18:50:02 using credential docker-jenkins-github-credentials
18:50:02 Cloning the remote Git repository
18:50:02 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-3056 # 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/3056/head:refs/remotes/origin/PR-3056 +refs/heads/main:refs/remotes/origin/main # timeout=10
18:50:04 Fetching without tags
18:50:04 Merging remotes/origin/main commit bc0a5fbacd7617fd338d121adca61600fc70d221 into PR head commit 5bbedcbe18a136b0487b23c42962c0f6d295db19
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0c416c6a10d7c212f) in /home/ubuntu/workspace/docker-py_PR-3056
[Pipeline] }
Failed in branch py3.10_20.10.20
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/3056/head:refs/remotes/origin/PR-3056 # 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/3056/head:refs/remotes/origin/PR-3056 +refs/heads/main:refs/remotes/origin/main # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5bbedcbe18a136b0487b23c42962c0f6d295db19 # timeout=10
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-3056@tmp/f03383a3-278c-4749-bbdf-331068495d0d/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
18:50:04 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
18:50:04 chowning workspace
[Pipeline] sh
18:50:05 + pwd
18:50:05 + id -u
18:50:05 + id -g
18:50:05 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-3056:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
18:50:05 Removing all docker containers
[Pipeline] sh
18:50:06 + docker container ls -aq
[Pipeline] echo
18:50:06 Docker containers have been removed
[Pipeline] echo
18:50:06 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
18:50:06 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.10 / docker=22.06.0-beta.0)
[Pipeline] checkout
18:50:06 The recommended git tool is: git
18:50:06 using credential docker-jenkins-github-credentials
18:50:06 Cloning the remote Git repository
18:50:06 Cloning with configured refspecs honoured and without tags
18:50:07 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-3056 # 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/3056/head:refs/remotes/origin/PR-3056 +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/3056/head:refs/remotes/origin/PR-3056 # 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
18:50:07 Merging remotes/origin/main commit bc0a5fbacd7617fd338d121adca61600fc70d221 into PR head commit 5bbedcbe18a136b0487b23c42962c0f6d295db19
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.10_22.06.0-beta.0
[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 5bbedcbe18a136b0487b23c42962c0f6d295db19" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 5bbedcbe18a136b0487b23c42962c0f6d295db19

	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-0c416c6a10d7c212f)
		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.GeneratedMethodAccessor853.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.$Proxy478.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 5bbedcbe18a136b0487b23c42962c0f6d295db19" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 5bbedcbe18a136b0487b23c42962c0f6d295db19

		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-0c416c6a10d7c212f)
			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.GeneratedMethodAccessor853.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.$Proxy478.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 5bbedcbe18a136b0487b23c42962c0f6d295db19
Also:   hudson.plugins.git.GitException: Command "git checkout -f 5bbedcbe18a136b0487b23c42962c0f6d295db19" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 5bbedcbe18a136b0487b23c42962c0f6d295db19

		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-0c416c6a10d7c212f)
			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.GeneratedMethodAccessor853.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.$Proxy478.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 5bbedcbe18a136b0487b23c42962c0f6d295db19
Also:   hudson.plugins.git.GitException: Command "git checkout -f 5bbedcbe18a136b0487b23c42962c0f6d295db19" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 5bbedcbe18a136b0487b23c42962c0f6d295db19

		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-0c416c6a10d7c212f)
			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.GeneratedMethodAccessor853.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.$Proxy478.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 5bbedcbe18a136b0487b23c42962c0f6d295db19
Caused: hudson.plugins.git.GitException: Could not checkout 5bbedcbe18a136b0487b23c42962c0f6d295db19
	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