Skip to content
Failed

Console Output

Pull request #3090 updated
03:29:46 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch main at 34e6829dd40e99e9ba47ea02fcfabda09e08d36e rather than 8b2e3b80794bda105076712b159067f61f2d7629
Obtained Jenkinsfile from 34e6829dd40e99e9ba47ea02fcfabda09e08d36e
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-3090@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
‘EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-08fe739d128d943b7)’ is offline
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-08fe739d128d943b7) in /home/ubuntu/workspace/docker-py_PR-3090
[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-3090@tmp/adcd87bb-1e83-43b2-961f-090da181396c/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
03:31:10 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
03:31:10 chowning workspace
[Pipeline] sh
03:31:12 + pwd
03:31:12 + id -u
03:31:12 + id -g
03:31:12 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-3090:/workspace busybox chown -R 1000:1000 /workspace
03:31:12 Unable to find image 'busybox:latest' locally
03:31:12 latest: Pulling from library/busybox
03:31:12 205dae5015e7: Pulling fs layer
03:31:12 205dae5015e7: Download complete
03:31:13 205dae5015e7: Pull complete
03:31:13 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
03:31:13 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
03:31:16 Removing all docker containers
[Pipeline] sh
03:31:16 + docker container ls -aq
[Pipeline] echo
03:31:16 Docker containers have been removed
[Pipeline] echo
03:31:16 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
03:31:16 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
03:31:16 The recommended git tool is: git
03:31:18 using credential docker-jenkins-github-credentials
03:31:18 Cloning the remote Git repository
03:31:18 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-3090 # 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/3090/head:refs/remotes/origin/PR-3090 +refs/heads/main:refs/remotes/origin/main # timeout=10
03:31:20 Fetching without tags
03:31:21 Merging remotes/origin/main commit 34e6829dd40e99e9ba47ea02fcfabda09e08d36e into PR head commit 8b2e3b80794bda105076712b159067f61f2d7629
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/3090/head:refs/remotes/origin/PR-3090 # 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/3090/head:refs/remotes/origin/PR-3090 +refs/heads/main:refs/remotes/origin/main # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8b2e3b80794bda105076712b159067f61f2d7629 # 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 34e6829dd40e99e9ba47ea02fcfabda09e08d36e # timeout=10
03:31:21 Merge succeeded, producing 8b2e3b80794bda105076712b159067f61f2d7629
03:31:21 Checking out Revision 8b2e3b80794bda105076712b159067f61f2d7629 (PR-3090)
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8b2e3b80794bda105076712b159067f61f2d7629 # timeout=10
03:31:25 Commit message: "Fix typos"
03:31:25 First time build. Skipping changelog.
[Pipeline] sh
03:31:25 + git rev-parse HEAD
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] isUnix
[Pipeline] sh
 > git rev-list --no-walk 3660908291ce77699de8643fb796a904acfd5ae1 # timeout=10
03:31:26 + docker pull dockerpinata/docker-py:sshdind-8b2e3b80794bda105076712b159067f61f2d7629
03:31:26 Error response from daemon: manifest for dockerpinata/docker-py:sshdind-8b2e3b80794bda105076712b159067f61f2d7629 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-3090@tmp/e002d5f3-ec31-40d6-b4ee-4b2a82daee51/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
03:31:26 + docker build -t dockerpinata/docker-py:sshdind-8b2e3b80794bda105076712b159067f61f2d7629 -f tests/Dockerfile-ssh-dind .
03:31:27 #1 [internal] load build definition from Dockerfile-ssh-dind
03:31:27 #1 transferring dockerfile: 523B done
03:31:27 #1 DONE 0.1s
03:31:27 
03:31:27 #2 [internal] load .dockerignore
03:31:27 #2 transferring context:
03:31:27 #2 transferring context: 161B done
03:31:27 #2 DONE 0.2s
03:31:27 
03:31:27 #3 [auth] docker/dockerfile:pull token for registry-1.docker.io
03:31:27 #3 DONE 0.0s
03:31:27 
03:31:27 #4 resolve image config for docker.io/docker/dockerfile:1
03:31:28 #4 DONE 0.5s
03:31:28 
03:31:28 #5 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc
03:31:28 #5 resolve docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc 0.0s done
03:31:28 #5 sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc 2.00kB / 2.00kB done
03:31:28 #5 sha256:ad87fb03593d1b71f9a1cfc1406c4aafcb253b1dabebf569768d6e6166836f34 528B / 528B done
03:31:28 #5 sha256:1e8a16826fd1c80a63fa6817a9c7284c94e40cded14a9b0d0d3722356efa47bd 2.37kB / 2.37kB done
03:31:28 #5 sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 4.19MB / 9.94MB 0.1s
03:31:28 #5 sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 9.94MB / 9.94MB 0.2s done
03:31:28 #5 extracting sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546
03:31:28 #5 extracting sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 0.5s done
03:31:28 #5 DONE 0.9s
03:31:28 
03:31:28 #6 [auth] library/docker:pull token for registry-1.docker.io
03:31:29 #6 DONE 0.0s
03:31:29 
03:31:29 #7 [internal] load metadata for docker.io/library/docker:20.10-dind
03:31:29 #7 DONE 0.3s
03:31:30 
03:31:30 #8 [internal] load build context
03:31:30 #8 DONE 0.0s
03:31:30 
03:31:30 #9 [1/5] FROM docker.io/library/docker:20.10-dind@sha256:85a1b877d0f59fd6c7eebaff67436e26f460347a79229cf054dbbe8d5ae9f936
03:31:30 #9 resolve docker.io/library/docker:20.10-dind@sha256:85a1b877d0f59fd6c7eebaff67436e26f460347a79229cf054dbbe8d5ae9f936 done
03:31:30 #9 ...
03:31:30 
03:31:30 #8 [internal] load build context
03:31:30 #8 transferring context: 2.27kB done
03:31:30 #8 DONE 0.1s
03:31:30 
03:31:30 #9 [1/5] FROM docker.io/library/docker:20.10-dind@sha256:85a1b877d0f59fd6c7eebaff67436e26f460347a79229cf054dbbe8d5ae9f936
03:31:30 #9 sha256:ea237885379427b44e97fa21c0d47eaa42f826dfd0833a69279002a7ce8f50d9 0B / 2.06MB 0.1s
03:31:30 #9 sha256:a201afc762d4387d79af22a29b3c10cf0087308df49bed7f8a49a23c9cf96923 0B / 13.98MB 0.1s
03:31:30 #9 sha256:85a1b877d0f59fd6c7eebaff67436e26f460347a79229cf054dbbe8d5ae9f936 549B / 549B done
03:31:30 #9 sha256:8921db27df2831fa6eaa85321205a2470c669b855f3ec95d5a3c2b46de0442c9 0B / 3.37MB 0.1s
03:31:30 #9 sha256:70ae571e74c1d711d3d5bf6f47eaaf6a51dd260fe0036c7d6894c008e7d24297 11.96kB / 11.96kB done
03:31:30 #9 sha256:4133b890fa579cd7b44dbe4c128d1a710e449e20f1e04f9cf7182d71c61f5e20 3.04kB / 3.04kB done
03:31:30 #9 sha256:8921db27df2831fa6eaa85321205a2470c669b855f3ec95d5a3c2b46de0442c9 3.37MB / 3.37MB 0.1s done
03:31:30 #9 extracting sha256:8921db27df2831fa6eaa85321205a2470c669b855f3ec95d5a3c2b46de0442c9
03:31:30 #9 sha256:ea237885379427b44e97fa21c0d47eaa42f826dfd0833a69279002a7ce8f50d9 2.06MB / 2.06MB 0.3s done
03:31:30 #9 sha256:a201afc762d4387d79af22a29b3c10cf0087308df49bed7f8a49a23c9cf96923 4.19MB / 13.98MB 0.3s
03:31:30 #9 sha256:7aa249bd668269d94abe35782eb9dfa4ef1846c3d51f3de0bfa0ef9148f89f9e 3.15MB / 15.99MB 0.3s
03:31:30 #9 sha256:a201afc762d4387d79af22a29b3c10cf0087308df49bed7f8a49a23c9cf96923 13.63MB / 13.98MB 0.4s
03:31:30 #9 sha256:7aa249bd668269d94abe35782eb9dfa4ef1846c3d51f3de0bfa0ef9148f89f9e 13.63MB / 15.99MB 0.4s
03:31:30 #9 sha256:67037cec525c7408a360cc8f52a3357d582b1ebb87bf77bcde71ab2b8fbb13aa 2.10MB / 14.49MB 0.4s
03:31:30 #9 sha256:a201afc762d4387d79af22a29b3c10cf0087308df49bed7f8a49a23c9cf96923 13.98MB / 13.98MB 0.5s done
03:31:30 #9 extracting sha256:8921db27df2831fa6eaa85321205a2470c669b855f3ec95d5a3c2b46de0442c9 0.4s done
03:31:30 #9 sha256:7aa249bd668269d94abe35782eb9dfa4ef1846c3d51f3de0bfa0ef9148f89f9e 15.99MB / 15.99MB 0.5s done
03:31:30 #9 sha256:67037cec525c7408a360cc8f52a3357d582b1ebb87bf77bcde71ab2b8fbb13aa 13.63MB / 14.49MB 0.6s
03:31:30 #9 sha256:d553967fe4b4d9fa59b876b260d9f680c056351d47e813261a20a6ad3b43fb19 0B / 1.02kB 0.6s
03:31:30 #9 sha256:67037cec525c7408a360cc8f52a3357d582b1ebb87bf77bcde71ab2b8fbb13aa 14.49MB / 14.49MB 0.7s done
03:31:30 #9 sha256:d553967fe4b4d9fa59b876b260d9f680c056351d47e813261a20a6ad3b43fb19 1.02kB / 1.02kB 0.6s done
03:31:30 #9 sha256:f3384b857e77ad01bce25aaec1c99dcc8451a187949bd7939bb48ee84b88710b 546B / 546B 0.7s done
03:31:30 #9 sha256:58f9f6a7d5841dab4735453e908862d9c0178b6c29f8e5b07916335a99be64e1 148B / 148B 0.7s
03:31:30 #9 sha256:58f9f6a7d5841dab4735453e908862d9c0178b6c29f8e5b07916335a99be64e1 148B / 148B 0.8s done
03:31:30 #9 extracting sha256:ea237885379427b44e97fa21c0d47eaa42f826dfd0833a69279002a7ce8f50d9
03:31:30 #9 sha256:95293c0a18213bcb60ed471dccf84a850eae56a2e02b474e81c7ec2a0feabf4b 1.32kB / 1.32kB 0.9s done
03:31:30 #9 sha256:de19a7efd48b075817910c4f39a4de7a344a98a573d022f47a684ca5986d647f 0B / 6.84MB 0.9s
03:31:30 #9 sha256:1e50ae43c98d3f43ec1aea4c8eb8448cb1400f5e6b5514c59d07cbe21960cd9b 3.15MB / 53.02MB 0.9s
03:31:31 #9 sha256:de19a7efd48b075817910c4f39a4de7a344a98a573d022f47a684ca5986d647f 3.34MB / 6.84MB 1.0s
03:31:31 #9 sha256:1e50ae43c98d3f43ec1aea4c8eb8448cb1400f5e6b5514c59d07cbe21960cd9b 6.95MB / 53.02MB 1.0s
03:31:31 #9 sha256:75b007bc92597cbaada31daf9d25c496331bc98539a763413cc5ca680ee9fda7 1.04kB / 1.04kB 1.0s
03:31:31 #9 extracting sha256:ea237885379427b44e97fa21c0d47eaa42f826dfd0833a69279002a7ce8f50d9 0.3s done
03:31:31 #9 sha256:1e50ae43c98d3f43ec1aea4c8eb8448cb1400f5e6b5514c59d07cbe21960cd9b 17.83MB / 53.02MB 1.1s
03:31:31 #9 sha256:75b007bc92597cbaada31daf9d25c496331bc98539a763413cc5ca680ee9fda7 1.04kB / 1.04kB 1.0s done
03:31:31 #9 sha256:32dfe7c2b2d794689ffb31232be674ad337470943816f9dc8bc36bd3e34ff6df 2.75kB / 2.75kB 1.1s
03:31:31 #9 sha256:de19a7efd48b075817910c4f39a4de7a344a98a573d022f47a684ca5986d647f 6.84MB / 6.84MB 1.1s done
03:31:31 #9 sha256:1e50ae43c98d3f43ec1aea4c8eb8448cb1400f5e6b5514c59d07cbe21960cd9b 27.26MB / 53.02MB 1.2s
03:31:31 #9 sha256:32dfe7c2b2d794689ffb31232be674ad337470943816f9dc8bc36bd3e34ff6df 2.75kB / 2.75kB 1.1s done
03:31:31 #9 extracting sha256:a201afc762d4387d79af22a29b3c10cf0087308df49bed7f8a49a23c9cf96923
03:31:31 #9 sha256:1e50ae43c98d3f43ec1aea4c8eb8448cb1400f5e6b5514c59d07cbe21960cd9b 35.65MB / 53.02MB 1.3s
03:31:31 #9 sha256:1e50ae43c98d3f43ec1aea4c8eb8448cb1400f5e6b5514c59d07cbe21960cd9b 47.19MB / 53.02MB 1.4s
03:31:31 #9 sha256:1e50ae43c98d3f43ec1aea4c8eb8448cb1400f5e6b5514c59d07cbe21960cd9b 53.02MB / 53.02MB 1.6s
03:31:31 #9 sha256:1e50ae43c98d3f43ec1aea4c8eb8448cb1400f5e6b5514c59d07cbe21960cd9b 53.02MB / 53.02MB 1.7s done
03:31:32 #9 extracting sha256:a201afc762d4387d79af22a29b3c10cf0087308df49bed7f8a49a23c9cf96923 0.6s done
03:31:32 #9 extracting sha256:7aa249bd668269d94abe35782eb9dfa4ef1846c3d51f3de0bfa0ef9148f89f9e
03:31:32 #9 extracting sha256:7aa249bd668269d94abe35782eb9dfa4ef1846c3d51f3de0bfa0ef9148f89f9e 0.5s done
03:31:32 #9 extracting sha256:67037cec525c7408a360cc8f52a3357d582b1ebb87bf77bcde71ab2b8fbb13aa
03:31:33 #9 extracting sha256:67037cec525c7408a360cc8f52a3357d582b1ebb87bf77bcde71ab2b8fbb13aa 0.5s done
03:31:33 #9 extracting sha256:f3384b857e77ad01bce25aaec1c99dcc8451a187949bd7939bb48ee84b88710b
03:31:33 #9 extracting sha256:f3384b857e77ad01bce25aaec1c99dcc8451a187949bd7939bb48ee84b88710b done
03:31:33 #9 extracting sha256:d553967fe4b4d9fa59b876b260d9f680c056351d47e813261a20a6ad3b43fb19
03:31:33 #9 extracting sha256:d553967fe4b4d9fa59b876b260d9f680c056351d47e813261a20a6ad3b43fb19 done
03:31:33 #9 extracting sha256:58f9f6a7d5841dab4735453e908862d9c0178b6c29f8e5b07916335a99be64e1 done
03:31:33 #9 extracting sha256:de19a7efd48b075817910c4f39a4de7a344a98a573d022f47a684ca5986d647f 0.1s
03:31:33 #9 extracting sha256:de19a7efd48b075817910c4f39a4de7a344a98a573d022f47a684ca5986d647f 0.3s done
03:31:34 #9 extracting sha256:95293c0a18213bcb60ed471dccf84a850eae56a2e02b474e81c7ec2a0feabf4b done
03:31:34 #9 extracting sha256:1e50ae43c98d3f43ec1aea4c8eb8448cb1400f5e6b5514c59d07cbe21960cd9b 0.1s
03:31:35 #9 extracting sha256:1e50ae43c98d3f43ec1aea4c8eb8448cb1400f5e6b5514c59d07cbe21960cd9b 1.5s done
03:31:35 #9 extracting sha256:75b007bc92597cbaada31daf9d25c496331bc98539a763413cc5ca680ee9fda7
03:31:35 #9 extracting sha256:75b007bc92597cbaada31daf9d25c496331bc98539a763413cc5ca680ee9fda7 done
03:31:35 #9 extracting sha256:32dfe7c2b2d794689ffb31232be674ad337470943816f9dc8bc36bd3e34ff6df
03:31:35 #9 extracting sha256:32dfe7c2b2d794689ffb31232be674ad337470943816f9dc8bc36bd3e34ff6df done
03:31:36 #9 DONE 6.3s
03:31:36 
03:31:36 #10 [2/5] RUN apk add --no-cache --upgrade     openssh
03:31:36 #10 0.408 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz
03:31:37 #10 1.546 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz
03:31:37 #10 1.750 (1/4) Installing openssh-sftp-server (9.1_p1-r1)
03:31:38 #10 1.754 (2/4) Installing openssh-server-common (9.1_p1-r1)
03:31:38 #10 1.756 (3/4) Installing openssh-server (9.1_p1-r1)
03:31:38 #10 1.767 (4/4) Installing openssh (9.1_p1-r1)
03:31:38 #10 1.773 Executing busybox-1.35.0-r29.trigger
03:31:38 #10 1.778 OK: 33 MiB in 60 packages
03:31:42 #10 DONE 5.5s
03:31:42 
03:31:42 #11 [3/5] COPY tests/ssh/config/server /etc/ssh/
03:31:42 #11 DONE 0.1s
03:31:42 
03:31:42 #12 [4/5] COPY tests/ssh/config/client/id_rsa.pub /root/.ssh/authorized_keys
03:31:42 #12 DONE 0.2s
03:31:42 
03:31:42 #13 [5/5] RUN chmod -R 600 /etc/ssh  && chmod -R 600 /root/.ssh  && ln -s /usr/local/bin/docker /usr/bin/docker
03:31:42 #13 DONE 0.5s
03:31:42 
03:31:42 #14 exporting to image
03:31:42 #14 exporting layers
03:31:42 #14 exporting layers 0.3s done
03:31:42 #14 writing image sha256:255ca4233336db013d7fd1d564b46191515425b585cc471fbf8106ae4b1f6e89 done
03:31:42 #14 naming to docker.io/dockerpinata/docker-py:sshdind-8b2e3b80794bda105076712b159067f61f2d7629 done
03:31:42 #14 DONE 0.3s
[Pipeline] isUnix
[Pipeline] sh
03:31:43 + docker tag dockerpinata/docker-py:sshdind-8b2e3b80794bda105076712b159067f61f2d7629 dockerpinata/docker-py:sshdind-8b2e3b80794bda105076712b159067f61f2d7629
[Pipeline] isUnix
[Pipeline] sh
03:31:43 + docker push dockerpinata/docker-py:sshdind-8b2e3b80794bda105076712b159067f61f2d7629
03:31:43 The push refers to repository [docker.io/dockerpinata/docker-py]
03:31:43 de41dc2ce5a9: Preparing
03:31:43 a6313445b12d: Preparing
03:31:43 300696afdbd5: Preparing
03:31:43 eb37e1adc2ff: Preparing
03:31:43 da15c2eda3cb: Preparing
03:31:43 565cc8cf7a12: Preparing
03:31:43 6db06fbc1add: Preparing
03:31:43 f794bfb3e5ec: Preparing
03:31:43 f34342c8b0b6: Preparing
03:31:43 33fa51a3a198: Preparing
03:31:43 d08739e25c60: Preparing
03:31:43 db73c63e8998: Preparing
03:31:43 f2536bd77e79: Preparing
03:31:43 0ca936bc156d: Preparing
03:31:43 9b644fadc3f4: Preparing
03:31:43 c723888b2753: Preparing
03:31:43 8e012198eea1: Preparing
03:31:43 565cc8cf7a12: Waiting
03:31:43 33fa51a3a198: Waiting
03:31:43 d08739e25c60: Waiting
03:31:43 db73c63e8998: Waiting
03:31:43 f2536bd77e79: Waiting
03:31:43 6db06fbc1add: Waiting
03:31:43 f794bfb3e5ec: Waiting
03:31:43 0ca936bc156d: Waiting
03:31:43 9b644fadc3f4: Waiting
03:31:43 c723888b2753: Waiting
03:31:43 8e012198eea1: Waiting
03:31:43 f34342c8b0b6: Waiting
03:31:43 da15c2eda3cb: Layer already exists
03:31:43 565cc8cf7a12: Layer already exists
03:31:43 6db06fbc1add: Layer already exists
03:31:43 f794bfb3e5ec: Layer already exists
03:31:43 f34342c8b0b6: Layer already exists
03:31:43 33fa51a3a198: Layer already exists
03:31:44 d08739e25c60: Layer already exists
03:31:44 db73c63e8998: Layer already exists
03:31:44 f2536bd77e79: Layer already exists
03:31:44 0ca936bc156d: Layer already exists
03:31:44 9b644fadc3f4: Layer already exists
03:31:44 c723888b2753: Layer already exists
03:31:44 8e012198eea1: Layer already exists
03:31:44 de41dc2ce5a9: Pushed
03:31:44 300696afdbd5: Pushed
03:31:44 eb37e1adc2ff: Pushed
03:31:44 a6313445b12d: Pushed
03:31:46 sshdind-8b2e3b80794bda105076712b159067f61f2d7629: digest: sha256:0a16204c91d2bf27ff16ae3853864a22fb154b969e49a0190be09b9287ab149c size: 3878
[Pipeline] isUnix
[Pipeline] sh
03:31:46 + docker pull dockerpinata/docker-py:py3-8b2e3b80794bda105076712b159067f61f2d7629
03:31:46 Error response from daemon: manifest for dockerpinata/docker-py:py3-8b2e3b80794bda105076712b159067f61f2d7629 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
03:31:46 + docker build -t dockerpinata/docker-py:py3-8b2e3b80794bda105076712b159067f61f2d7629 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.10 .
03:31:47 #1 [internal] load build definition from Dockerfile
03:31:47 #1 transferring dockerfile: 1.76kB done
03:31:47 #1 DONE 0.0s
03:31:47 
03:31:47 #2 [internal] load .dockerignore
03:31:47 #2 transferring context: 161B done
03:31:47 #2 DONE 0.0s
03:31:47 
03:31:47 #3 resolve image config for docker.io/docker/dockerfile:1
03:31:47 #3 DONE 0.1s
03:31:47 
03:31:47 #4 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc
03:31:47 #4 CACHED
03:31:47 
03:31:47 #5 [internal] load metadata for docker.io/library/python:3.10
03:31:47 #5 ...
03:31:47 
03:31:47 #6 [auth] library/python:pull token for registry-1.docker.io
03:31:47 #6 DONE 0.0s
03:31:47 
03:31:47 #5 [internal] load metadata for docker.io/library/python:3.10
03:31:47 #5 DONE 0.3s
03:31:47 
03:31:47 #7 [internal] load build context
03:31:47 #7 transferring context: 1.24MB 0.0s done
03:31:47 #7 DONE 0.1s
03:31:47 
03:31:47 #8 [stage-0  1/20] FROM docker.io/library/python:3.10@sha256:5ef345608493927ad12515e75ebe0004f5633dd5d7b08c13c52c3432e9a7963a
03:31:47 #8 resolve docker.io/library/python:3.10@sha256:5ef345608493927ad12515e75ebe0004f5633dd5d7b08c13c52c3432e9a7963a 0.0s done
03:31:47 #8 sha256:bbeef03cda1f5d6c9e20c310c1c91382a6b0a1a2501c3436b28152f13896f082 7.34MB / 55.03MB 0.1s
03:31:47 #8 sha256:f049f75f014ee8fec2d4728b203c9cbee0502ce142aec030f874aa28359e25f1 0B / 5.16MB 0.1s
03:31:47 #8 sha256:56261d0e6b05ece42650b14830960db5b42a9f23479d868256f91d96869ac0c2 6.29MB / 10.88MB 0.1s
03:31:47 #8 sha256:692a643c990cd86daf8cb7f506ec0a3f3ef561464efe4e63b6d74df0f86dfa83 2.22kB / 2.22kB done
03:31:47 #8 sha256:13ad26b9696b406c6d170485912818851af549055ced516780665ff42d96a1cc 8.89kB / 8.89kB done
03:31:47 #8 sha256:5ef345608493927ad12515e75ebe0004f5633dd5d7b08c13c52c3432e9a7963a 2.36kB / 2.36kB done
03:31:47 #8 sha256:bbeef03cda1f5d6c9e20c310c1c91382a6b0a1a2501c3436b28152f13896f082 17.83MB / 55.03MB 0.2s
03:31:47 #8 sha256:f049f75f014ee8fec2d4728b203c9cbee0502ce142aec030f874aa28359e25f1 5.16MB / 5.16MB 0.2s
03:31:47 #8 sha256:56261d0e6b05ece42650b14830960db5b42a9f23479d868256f91d96869ac0c2 10.88MB / 10.88MB 0.2s done
03:31:47 #8 sha256:9bd150679dbdb02d9d4df4457d54211d6ee719ca7bc77747a7be4cd99ae03988 0B / 54.58MB 0.2s
03:31:47 #8 sha256:bbeef03cda1f5d6c9e20c310c1c91382a6b0a1a2501c3436b28152f13896f082 26.44MB / 55.03MB 0.3s
03:31:47 #8 sha256:f049f75f014ee8fec2d4728b203c9cbee0502ce142aec030f874aa28359e25f1 5.16MB / 5.16MB 0.2s done
03:31:47 #8 sha256:9bd150679dbdb02d9d4df4457d54211d6ee719ca7bc77747a7be4cd99ae03988 10.49MB / 54.58MB 0.3s
03:31:47 #8 sha256:5b282ee9da04b94adc14866f2da98baed3cdf897c27f7490b8d3b1ae1522ddc7 1.05MB / 196.88MB 0.3s
03:31:48 #8 sha256:bbeef03cda1f5d6c9e20c310c1c91382a6b0a1a2501c3436b28152f13896f082 39.85MB / 55.03MB 0.5s
03:31:48 #8 sha256:9bd150679dbdb02d9d4df4457d54211d6ee719ca7bc77747a7be4cd99ae03988 18.87MB / 54.58MB 0.5s
03:31:48 #8 sha256:5b282ee9da04b94adc14866f2da98baed3cdf897c27f7490b8d3b1ae1522ddc7 12.58MB / 196.88MB 0.5s
03:31:48 #8 sha256:bbeef03cda1f5d6c9e20c310c1c91382a6b0a1a2501c3436b28152f13896f082 51.38MB / 55.03MB 0.7s
03:31:48 #8 sha256:9bd150679dbdb02d9d4df4457d54211d6ee719ca7bc77747a7be4cd99ae03988 31.64MB / 54.58MB 0.7s
03:31:48 #8 sha256:5b282ee9da04b94adc14866f2da98baed3cdf897c27f7490b8d3b1ae1522ddc7 26.21MB / 196.88MB 0.7s
03:31:48 #8 sha256:bbeef03cda1f5d6c9e20c310c1c91382a6b0a1a2501c3436b28152f13896f082 55.03MB / 55.03MB 0.8s
03:31:48 #8 sha256:9bd150679dbdb02d9d4df4457d54211d6ee719ca7bc77747a7be4cd99ae03988 34.60MB / 54.58MB 0.8s
03:31:48 #8 sha256:9bd150679dbdb02d9d4df4457d54211d6ee719ca7bc77747a7be4cd99ae03988 37.75MB / 54.58MB 0.9s
03:31:48 #8 sha256:5b282ee9da04b94adc14866f2da98baed3cdf897c27f7490b8d3b1ae1522ddc7 38.85MB / 196.88MB 0.9s
03:31:48 #8 sha256:9bd150679dbdb02d9d4df4457d54211d6ee719ca7bc77747a7be4cd99ae03988 54.53MB / 54.58MB 1.1s
03:31:48 #8 sha256:5b282ee9da04b94adc14866f2da98baed3cdf897c27f7490b8d3b1ae1522ddc7 61.87MB / 196.88MB 1.1s
03:31:48 #8 sha256:bbeef03cda1f5d6c9e20c310c1c91382a6b0a1a2501c3436b28152f13896f082 55.03MB / 55.03MB 1.1s done
03:31:48 #8 sha256:5b282ee9da04b94adc14866f2da98baed3cdf897c27f7490b8d3b1ae1522ddc7 73.40MB / 196.88MB 1.2s
03:31:49 #8 sha256:9bd150679dbdb02d9d4df4457d54211d6ee719ca7bc77747a7be4cd99ae03988 54.58MB / 54.58MB 1.2s done
03:31:49 #8 sha256:03f027d5e312b7dc7e22a0da00fb3baa10fcbb6b4426fc57412a15fc1f8f8ff6 0B / 6.29MB 1.3s
03:31:49 #8 sha256:33acf7002bd0b5cdac8901d724b3d523e89017c6a4b6aa301c74ee218bf1826c 1.05MB / 20.50MB 1.3s
03:31:49 #8 extracting sha256:bbeef03cda1f5d6c9e20c310c1c91382a6b0a1a2501c3436b28152f13896f082
03:31:49 #8 sha256:5b282ee9da04b94adc14866f2da98baed3cdf897c27f7490b8d3b1ae1522ddc7 97.52MB / 196.88MB 1.5s
03:31:49 #8 sha256:03f027d5e312b7dc7e22a0da00fb3baa10fcbb6b4426fc57412a15fc1f8f8ff6 6.29MB / 6.29MB 1.5s
03:31:49 #8 sha256:33acf7002bd0b5cdac8901d724b3d523e89017c6a4b6aa301c74ee218bf1826c 13.43MB / 20.50MB 1.5s
03:31:49 #8 sha256:5b282ee9da04b94adc14866f2da98baed3cdf897c27f7490b8d3b1ae1522ddc7 116.39MB / 196.88MB 1.7s
03:31:49 #8 sha256:03f027d5e312b7dc7e22a0da00fb3baa10fcbb6b4426fc57412a15fc1f8f8ff6 6.29MB / 6.29MB 1.5s done
03:31:49 #8 sha256:33acf7002bd0b5cdac8901d724b3d523e89017c6a4b6aa301c74ee218bf1826c 20.50MB / 20.50MB 1.6s done
03:31:49 #8 sha256:b577b9b74834168e702c0a740f155b81ed85d7b93bc0fa225f4a8f1a2bdf5d61 235B / 235B 1.6s done
03:31:49 #8 sha256:2761e6c6b8975fb676753245ded464adcf9ad11a92986b68e77e80135d5ed277 3.06MB / 3.06MB 1.7s
03:31:49 #8 sha256:5b282ee9da04b94adc14866f2da98baed3cdf897c27f7490b8d3b1ae1522ddc7 126.27MB / 196.88MB 1.8s
03:31:49 #8 sha256:2761e6c6b8975fb676753245ded464adcf9ad11a92986b68e77e80135d5ed277 3.06MB / 3.06MB 1.7s done
03:31:49 #8 sha256:5b282ee9da04b94adc14866f2da98baed3cdf897c27f7490b8d3b1ae1522ddc7 150.45MB / 196.88MB 2.0s
03:31:49 #8 sha256:5b282ee9da04b94adc14866f2da98baed3cdf897c27f7490b8d3b1ae1522ddc7 163.58MB / 196.88MB 2.1s
03:31:50 #8 sha256:5b282ee9da04b94adc14866f2da98baed3cdf897c27f7490b8d3b1ae1522ddc7 183.50MB / 196.88MB 2.3s
03:31:50 #8 sha256:5b282ee9da04b94adc14866f2da98baed3cdf897c27f7490b8d3b1ae1522ddc7 195.04MB / 196.88MB 2.4s
03:31:50 #8 sha256:5b282ee9da04b94adc14866f2da98baed3cdf897c27f7490b8d3b1ae1522ddc7 196.88MB / 196.88MB 2.8s done
03:31:51 #8 extracting sha256:bbeef03cda1f5d6c9e20c310c1c91382a6b0a1a2501c3436b28152f13896f082 2.5s done
03:31:51 #8 extracting sha256:f049f75f014ee8fec2d4728b203c9cbee0502ce142aec030f874aa28359e25f1
03:31:51 #8 extracting sha256:f049f75f014ee8fec2d4728b203c9cbee0502ce142aec030f874aa28359e25f1 0.3s done
03:31:51 #8 extracting sha256:56261d0e6b05ece42650b14830960db5b42a9f23479d868256f91d96869ac0c2
03:31:52 #8 extracting sha256:56261d0e6b05ece42650b14830960db5b42a9f23479d868256f91d96869ac0c2 0.5s done
03:31:52 #8 extracting sha256:9bd150679dbdb02d9d4df4457d54211d6ee719ca7bc77747a7be4cd99ae03988
03:31:55 #8 extracting sha256:9bd150679dbdb02d9d4df4457d54211d6ee719ca7bc77747a7be4cd99ae03988 3.0s done
03:31:55 #8 extracting sha256:5b282ee9da04b94adc14866f2da98baed3cdf897c27f7490b8d3b1ae1522ddc7
03:32:01 #8 extracting sha256:5b282ee9da04b94adc14866f2da98baed3cdf897c27f7490b8d3b1ae1522ddc7 5.0s
03:32:01 #8 extracting sha256:5b282ee9da04b94adc14866f2da98baed3cdf897c27f7490b8d3b1ae1522ddc7 6.1s done
03:32:02 #8 extracting sha256:03f027d5e312b7dc7e22a0da00fb3baa10fcbb6b4426fc57412a15fc1f8f8ff6 0.1s
03:32:02 #8 extracting sha256:03f027d5e312b7dc7e22a0da00fb3baa10fcbb6b4426fc57412a15fc1f8f8ff6 0.3s done
03:32:02 #8 extracting sha256:33acf7002bd0b5cdac8901d724b3d523e89017c6a4b6aa301c74ee218bf1826c 0.1s
03:32:03 #8 extracting sha256:33acf7002bd0b5cdac8901d724b3d523e89017c6a4b6aa301c74ee218bf1826c 0.7s done
03:32:03 #8 extracting sha256:b577b9b74834168e702c0a740f155b81ed85d7b93bc0fa225f4a8f1a2bdf5d61
03:32:03 #8 extracting sha256:b577b9b74834168e702c0a740f155b81ed85d7b93bc0fa225f4a8f1a2bdf5d61 done
03:32:03 #8 extracting sha256:2761e6c6b8975fb676753245ded464adcf9ad11a92986b68e77e80135d5ed277
03:32:03 #8 extracting sha256:2761e6c6b8975fb676753245ded464adcf9ad11a92986b68e77e80135d5ed277 0.3s done
03:32:04 #8 DONE 16.8s
03:32:04 
03:32:04 #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
03:32:14 #9 DONE 9.9s
03:32:14 
03:32:14 #10 [stage-0  3/20] RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
03:32:14 #10 0.719 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
03:32:15 #10 0.729 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
03:32:15 #10 0.729 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
03:32:15 #10 0.819 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
03:32:15 #10 1.038 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [216 kB]
03:32:15 #10 1.039 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB]
03:32:16 #10 2.069 Fetched 8622 kB in 2s (5366 kB/s)
03:32:16 #10 2.069 Reading package lists...
03:32:17 #10 2.569 Reading package lists...
03:32:17 #10 3.053 Building dependency tree...
03:32:17 #10 3.166 Reading state information...
03:32:17 #10 3.284 The following additional packages will be installed:
03:32:17 #10 3.284   tree
03:32:17 #10 3.285 Suggested packages:
03:32:17 #10 3.285   python libxml-simple-perl ruby
03:32:17 #10 3.285 Recommended packages:
03:32:17 #10 3.285   qrencode xclip
03:32:17 #10 3.336 The following NEW packages will be installed:
03:32:17 #10 3.337   gnupg2 pass tree
03:32:17 #10 3.605 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
03:32:17 #10 3.605 Need to get 523 kB of archives.
03:32:17 #10 3.605 After this operation, 727 kB of additional disk space will be used.
03:32:17 #10 3.605 Get:1 http://deb.debian.org/debian bullseye/main amd64 gnupg2 all 2.2.27-2+deb11u2 [434 kB]
03:32:17 #10 3.612 Get:2 http://deb.debian.org/debian bullseye/main amd64 tree amd64 1.8.0-1+b1 [49.6 kB]
03:32:17 #10 3.613 Get:3 http://deb.debian.org/debian bullseye/main amd64 pass all 1.7.3-2 [39.2 kB]
03:32:18 #10 3.901 debconf: delaying package configuration, since apt-utils is not installed
03:32:18 #10 3.938 Fetched 523 kB in 0s (1923 kB/s)
03:32:18 #10 3.961 Selecting previously unselected package gnupg2.
03:32:18 #10 3.961 (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.)
03:32:18 #10 3.979 Preparing to unpack .../gnupg2_2.2.27-2+deb11u2_all.deb ...
03:32:18 #10 3.983 Unpacking gnupg2 (2.2.27-2+deb11u2) ...
03:32:18 #10 4.021 Selecting previously unselected package tree.
03:32:18 #10 4.024 Preparing to unpack .../tree_1.8.0-1+b1_amd64.deb ...
03:32:18 #10 4.028 Unpacking tree (1.8.0-1+b1) ...
03:32:18 #10 4.070 Selecting previously unselected package pass.
03:32:18 #10 4.073 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
03:32:18 #10 4.086 Unpacking pass (1.7.3-2) ...
03:32:18 #10 4.252 Setting up gnupg2 (2.2.27-2+deb11u2) ...
03:32:18 #10 4.264 Setting up tree (1.8.0-1+b1) ...
03:32:18 #10 4.275 Setting up pass (1.7.3-2) ...
03:32:19 #10 DONE 4.7s
03:32:19 
03:32:19 #11 [stage-0  4/20] COPY tests/ssh/config/client /root/.ssh
03:32:19 #11 DONE 0.1s
03:32:19 
03:32:19 #12 [stage-0  5/20] COPY tests/ssh/config/server/known_ed25519.pub /root/.ssh/known_hosts
03:32:19 #12 DONE 0.1s
03:32:19 
03:32:19 #13 [stage-0  6/20] RUN sed -i '1s;^;dpy-dind-ssh ;' /root/.ssh/known_hosts
03:32:19 #13 DONE 0.4s
03:32:19 
03:32:19 #14 [stage-0  7/20] RUN chmod -R 600 /root/.ssh
03:32:20 #14 DONE 0.5s
03:32:20 
03:32:20 #15 [stage-0  8/20] COPY ./tests/gpg-keys /gpg-keys
03:32:20 #15 DONE 0.1s
03:32:20 
03:32:20 #16 [stage-0  9/20] RUN gpg2 --import gpg-keys/secret
03:32:20 #16 0.407 gpg: directory '/root/.gnupg' created
03:32:20 #16 0.408 gpg: keybox '/root/.gnupg/pubring.kbx' created
03:32:20 #16 0.410 gpg: /root/.gnupg/trustdb.gpg: trustdb created
03:32:20 #16 0.411 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
03:32:20 #16 0.416 gpg: key 464ED987A7B21401: secret key imported
03:32:20 #16 0.416 gpg: Total number processed: 1
03:32:20 #16 0.416 gpg:               imported: 1
03:32:20 #16 0.416 gpg:       secret keys read: 1
03:32:20 #16 0.416 gpg:   secret keys imported: 1
03:32:20 #16 DONE 0.5s
03:32:20 
03:32:20 #17 [stage-0 10/20] RUN gpg2 --import-ownertrust gpg-keys/ownertrust
03:32:21 #17 0.451 gpg: inserting ownertrust of 6
03:32:21 #17 DONE 0.5s
03:32:21 
03:32:21 #18 [stage-0 11/20] RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
03:32:21 #18 0.455 gpg: please do a --check-trustdb
03:32:21 #18 0.470 mkdir: created directory '/root/.password-store/'
03:32:21 #18 0.471 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
03:32:21 #18 DONE 0.5s
03:32:21 
03:32:21 #19 [stage-0 12/20] RUN gpg2 --check-trustdb
03:32:22 #19 0.424 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
03:32:22 #19 0.425 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
03:32:22 #19 DONE 0.5s
03:32:22 
03:32:22 #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
03:32:22 #20 DONE 0.6s
03:32:22 
03:32:22 #21 [stage-0 14/20] WORKDIR /src
03:32:22 #21 DONE 0.0s
03:32:22 
03:32:22 #22 [stage-0 15/20] COPY requirements.txt /src/requirements.txt
03:32:22 #22 DONE 0.1s
03:32:22 
03:32:22 #23 [stage-0 16/20] RUN --mount=type=cache,target=/root/.cache/pip     pip install -r requirements.txt
03:32:24 #23 1.798 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
03:32:29 #23 5.936 Collecting packaging==21.3
03:32:29 #23 6.961   Downloading packaging-21.3-py3-none-any.whl (40 kB)
03:32:29 #23 6.968      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.8/40.8 kB 7.0 MB/s eta 0:00:00
03:32:29 #23 7.011 Collecting paramiko==2.11.0
03:32:29 #23 7.016   Downloading paramiko-2.11.0-py2.py3-none-any.whl (212 kB)
03:32:29 #23 7.027      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.9/212.9 kB 23.9 MB/s eta 0:00:00
03:32:29 #23 7.074 Collecting requests==2.28.1
03:32:29 #23 7.077   Downloading requests-2.28.1-py3-none-any.whl (62 kB)
03:32:29 #23 7.086      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 kB 8.2 MB/s eta 0:00:00
03:32:29 #23 7.131 Collecting urllib3==1.26.11
03:32:29 #23 7.139   Downloading urllib3-1.26.11-py2.py3-none-any.whl (139 kB)
03:32:29 #23 7.147      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.9/139.9 kB 24.1 MB/s eta 0:00:00
03:32:29 #23 7.177 Collecting websocket-client==1.3.3
03:32:30 #23 7.181   Downloading websocket_client-1.3.3-py3-none-any.whl (54 kB)
03:32:30 #23 7.187      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.3/54.3 kB 10.3 MB/s eta 0:00:00
03:32:30 #23 7.233 Collecting pyparsing!=3.0.5,>=2.0.2
03:32:30 #23 7.237   Downloading pyparsing-3.0.9-py3-none-any.whl (98 kB)
03:32:30 #23 7.248      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.3/98.3 kB 11.7 MB/s eta 0:00:00
03:32:30 #23 7.285 Collecting six
03:32:30 #23 7.288   Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
03:32:30 #23 7.544 Collecting cryptography>=2.5
03:32:30 #23 7.549   Downloading cryptography-39.0.0-cp36-abi3-manylinux_2_28_x86_64.whl (4.2 MB)
03:32:30 #23 7.730      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.2/4.2 MB 23.5 MB/s eta 0:00:00
03:32:30 #23 7.803 Collecting bcrypt>=3.1.3
03:32:30 #23 7.810   Downloading bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (593 kB)
03:32:31 #23 7.940      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 593.7/593.7 kB 4.6 MB/s eta 0:00:00
03:32:31 #23 7.978 Collecting pynacl>=1.0.1
03:32:31 #23 7.982   Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB)
03:32:31 #23 8.104      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 856.7/856.7 kB 7.1 MB/s eta 0:00:00
03:32:31 #23 8.140 Collecting certifi>=2017.4.17
03:32:31 #23 8.144   Downloading certifi-2022.12.7-py3-none-any.whl (155 kB)
03:32:31 #23 8.305      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 kB 919.0 kB/s eta 0:00:00
03:32:31 #23 8.380 Collecting charset-normalizer<3,>=2
03:32:31 #23 8.384   Downloading charset_normalizer-2.1.1-py3-none-any.whl (39 kB)
03:32:31 #23 8.414 Collecting idna<4,>=2.5
03:32:31 #23 8.418   Downloading idna-3.4-py3-none-any.whl (61 kB)
03:32:31 #23 8.426      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 9.4 MB/s eta 0:00:00
03:32:31 #23 8.640 Collecting cffi>=1.12
03:32:31 #23 8.644   Downloading cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB)
03:32:31 #23 8.746      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 441.8/441.8 kB 4.4 MB/s eta 0:00:00
03:32:31 #23 8.783 Collecting pycparser
03:32:31 #23 8.787   Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)
03:32:31 #23 8.795      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 kB 19.2 MB/s eta 0:00:00
03:32:31 #23 8.930 Installing collected packages: websocket-client, urllib3, six, pyparsing, pycparser, idna, charset-normalizer, certifi, bcrypt, requests, packaging, cffi, pynacl, cryptography, paramiko
03:32:32 #23 9.901 Successfully installed bcrypt-4.0.1 certifi-2022.12.7 cffi-1.15.1 charset-normalizer-2.1.1 cryptography-39.0.0 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
03:32:32 #23 9.902 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
03:32:38 #23 DONE 14.6s
03:32:38 
03:32:38 #24 [stage-0 17/20] COPY test-requirements.txt /src/test-requirements.txt
03:32:38 #24 DONE 0.1s
03:32:38 
03:32:38 #25 [stage-0 18/20] RUN --mount=type=cache,target=/root/.cache/pip     pip install -r test-requirements.txt
03:32:38 #25 0.741 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)
03:32:43 #25 5.321 Collecting coverage==6.4.2
03:32:44 #25 6.361   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)
03:32:44 #25 6.375      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.3/212.3 kB 21.0 MB/s eta 0:00:00
03:32:44 #25 6.420 Collecting flake8==4.0.1
03:32:44 #25 6.424   Downloading flake8-4.0.1-py2.py3-none-any.whl (64 kB)
03:32:44 #25 6.430      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.1/64.1 kB 13.3 MB/s eta 0:00:00
03:32:44 #25 6.499 Collecting pytest==7.1.2
03:32:44 #25 6.504   Downloading pytest-7.1.2-py3-none-any.whl (297 kB)
03:32:44 #25 6.660      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 297.0/297.0 kB 1.9 MB/s eta 0:00:00
03:32:44 #25 6.690 Collecting pytest-cov==3.0.0
03:32:44 #25 6.694   Downloading pytest_cov-3.0.0-py3-none-any.whl (20 kB)
03:32:44 #25 6.717 Collecting pytest-timeout==2.1.0
03:32:44 #25 6.721   Downloading pytest_timeout-2.1.0-py3-none-any.whl (12 kB)
03:32:44 #25 6.750 Collecting mccabe<0.7.0,>=0.6.0
03:32:44 #25 6.754   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
03:32:44 #25 6.777 Collecting pycodestyle<2.9.0,>=2.8.0
03:32:44 #25 6.781   Downloading pycodestyle-2.8.0-py2.py3-none-any.whl (42 kB)
03:32:44 #25 6.792      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.1/42.1 kB 3.5 MB/s eta 0:00:00
03:32:44 #25 6.814 Collecting pyflakes<2.5.0,>=2.4.0
03:32:44 #25 6.818   Downloading pyflakes-2.4.0-py2.py3-none-any.whl (69 kB)
03:32:44 #25 6.824      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 69.7/69.7 kB 14.5 MB/s eta 0:00:00
03:32:44 #25 6.859 Collecting pluggy<2.0,>=0.12
03:32:44 #25 6.862   Downloading pluggy-1.0.0-py2.py3-none-any.whl (13 kB)
03:32:44 #25 6.886 Collecting tomli>=1.0.0
03:32:44 #25 6.889   Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
03:32:44 #25 6.916 Collecting attrs>=19.2.0
03:32:44 #25 6.919   Downloading attrs-22.2.0-py3-none-any.whl (60 kB)
03:32:44 #25 6.926      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.0/60.0 kB 11.4 MB/s eta 0:00:00
03:32:44 #25 6.942 Collecting iniconfig
03:32:44 #25 6.946   Downloading iniconfig-2.0.0-py3-none-any.whl (5.9 kB)
03:32:44 #25 6.976 Collecting py>=1.8.2
03:32:44 #25 6.980   Downloading py-1.11.0-py2.py3-none-any.whl (98 kB)
03:32:44 #25 6.987      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.7/98.7 kB 19.0 MB/s eta 0:00:00
03:32:44 #25 6.989 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)
03:32:44 #25 7.018 Collecting coverage[toml]>=5.2.1
03:32:44 #25 7.023   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)
03:32:44 #25 7.031      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 226.7/226.7 kB 34.9 MB/s eta 0:00:00
03:32:44 #25 7.086   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)
03:32:44 #25 7.095      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 225.9/225.9 kB 34.1 MB/s eta 0:00:00
03:32:44 #25 7.111   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)
03:32:44 #25 7.119      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 225.3/225.3 kB 34.6 MB/s eta 0:00:00
03:32:44 #25 7.133   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)
03:32:44 #25 7.141      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 224.8/224.8 kB 35.9 MB/s eta 0:00:00
03:32:44 #25 7.155   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)
03:32:44 #25 7.163      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 224.4/224.4 kB 38.8 MB/s eta 0:00:00
03:32:44 #25 7.184   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)
03:32:44 #25 7.192      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 216.0/216.0 kB 35.7 MB/s eta 0:00:00
03:32:44 #25 7.212   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)
03:32:44 #25 7.220      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 215.9/215.9 kB 35.4 MB/s eta 0:00:00
03:32:44 #25 7.234   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)
03:32:44 #25 7.242      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 213.3/213.3 kB 35.1 MB/s eta 0:00:00
03:32:44 #25 7.256   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)
03:32:44 #25 7.264      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.5/212.5 kB 38.2 MB/s eta 0:00:00
03:32:44 #25 7.278   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)
03:32:44 #25 7.286      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.5/212.5 kB 37.4 MB/s eta 0:00:00
03:32:44 #25 7.312 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)
03:32:45 #25 7.486 Installing collected packages: mccabe, tomli, pyflakes, pycodestyle, py, pluggy, iniconfig, coverage, attrs, pytest, flake8, pytest-timeout, pytest-cov
03:32:45 #25 8.064 Successfully installed attrs-22.2.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
03:32:45 #25 8.064 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
03:32:45 #25 DONE 8.3s
03:32:45 
03:32:45 #26 [stage-0 19/20] COPY . /src
03:32:45 #26 DONE 0.1s
03:32:45 
03:32:45 #27 [stage-0 20/20] RUN --mount=type=cache,target=/root/.cache/pip     pip install -e .
03:32:46 #27 0.806 Obtaining file:///src
03:32:46 #27 0.809   Installing build dependencies: started
03:32:55 #27 7.680   Installing build dependencies: finished with status 'done'
03:32:55 #27 7.684   WARNING: Missing build requirements in pyproject.toml for file:///src.
03:32:55 #27 7.684   WARNING: The project does not specify a build backend, and pip cannot fall back to setuptools without 'wheel'.
03:32:55 #27 7.685   Checking if build backend supports build_editable: started
03:32:55 #27 7.913   Checking if build backend supports build_editable: finished with status 'done'
03:32:55 #27 7.915   Getting requirements to build editable: started
03:32:55 #27 8.122   Getting requirements to build editable: finished with status 'done'
03:32:55 #27 8.126   Installing backend dependencies: started
03:33:00 #27 13.89   Installing backend dependencies: finished with status 'done'
03:33:00 #27 13.89   Preparing editable metadata (pyproject.toml): started
03:33:00 #27 14.28   Preparing editable metadata (pyproject.toml): finished with status 'done'
03:33:00 #27 14.30 Requirement already satisfied: packaging>=14.0 in /usr/local/lib/python3.10/site-packages (from docker==99.0.0+docker) (21.3)
03:33:00 #27 14.30 Requirement already satisfied: requests>=2.26.0 in /usr/local/lib/python3.10/site-packages (from docker==99.0.0+docker) (2.28.1)
03:33:00 #27 14.30 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)
03:33:00 #27 14.30 Requirement already satisfied: urllib3>=1.26.0 in /usr/local/lib/python3.10/site-packages (from docker==99.0.0+docker) (1.26.11)
03:33:00 #27 14.30 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)
03:33:00 #27 14.31 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)
03:33:00 #27 14.31 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)
03:33:00 #27 14.31 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)
03:33:00 #27 14.33 Building wheels for collected packages: docker
03:33:00 #27 14.34   Building editable for docker (pyproject.toml): started
03:33:00 #27 14.74   Building editable for docker (pyproject.toml): finished with status 'done'
03:33:00 #27 14.74   Created wheel for docker: filename=docker-99.0.0+docker-0.editable-py3-none-any.whl size=7621 sha256=6c5a499c91d385a7b71a7c07b2caf04a087308a9e251b1456f38c00a23e93289
03:33:00 #27 14.74   Stored in directory: /tmp/pip-ephem-wheel-cache-xvl8jvvy/wheels/5c/9b/23/f031c1877ee9aa5bf3ddc51ccc1ac38428d83c5d6eec32a03f
03:33:00 #27 14.74 Successfully built docker
03:33:00 #27 14.87 Installing collected packages: docker
03:33:00 #27 14.89 Successfully installed docker-99.0.0+docker
03:33:00 #27 14.89 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
03:33:00 #27 DONE 15.0s
03:33:01 
03:33:01 #28 exporting to image
03:33:01 #28 exporting layers
03:33:01 #28 exporting layers 0.7s done
03:33:01 #28 writing image sha256:e0473837e13c6d6c946ab7e272bfa19b249c1c9f3763603a2eca8b3b35a56e5c done
03:33:01 #28 naming to docker.io/dockerpinata/docker-py:py3-8b2e3b80794bda105076712b159067f61f2d7629 done
03:33:01 #28 DONE 0.7s
[Pipeline] isUnix
[Pipeline] sh
03:33:01 + docker tag dockerpinata/docker-py:py3-8b2e3b80794bda105076712b159067f61f2d7629 dockerpinata/docker-py:py3-8b2e3b80794bda105076712b159067f61f2d7629
[Pipeline] isUnix
[Pipeline] sh
03:33:02 + docker push dockerpinata/docker-py:py3-8b2e3b80794bda105076712b159067f61f2d7629
03:33:02 The push refers to repository [docker.io/dockerpinata/docker-py]
03:33:02 9c7c8ba04a68: Preparing
03:33:02 99772ba15bb3: Preparing
03:33:02 e045754dba38: Preparing
03:33:02 1a9037b64def: Preparing
03:33:02 c12d511abb15: Preparing
03:33:02 ce892de5437b: Preparing
03:33:02 553a5984fa81: Preparing
03:33:02 bc2c2f8945c5: Preparing
03:33:02 f3caf9561659: Preparing
03:33:02 8774c95f72f6: Preparing
03:33:02 94fe37d6d49e: Preparing
03:33:02 1b55798c6be2: Preparing
03:33:02 dd4dc57128b6: Preparing
03:33:02 bf131aec64a6: Preparing
03:33:02 9b577150654c: Preparing
03:33:02 ea291fdb9e53: Preparing
03:33:02 90204e14d682: Preparing
03:33:02 cbf472685f6f: Preparing
03:33:02 e9839f8e78d9: Preparing
03:33:02 14f8c1c57058: Preparing
03:33:02 7c9f55d641e2: Preparing
03:33:02 2a5e0ed31f5a: Preparing
03:33:02 dc6462f7bb8b: Preparing
03:33:02 a4db1a405763: Preparing
03:33:02 9f4f964da727: Preparing
03:33:02 49b333f7bad4: Preparing
03:33:02 a463dbda4664: Preparing
03:33:02 a9099c3159f5: Preparing
03:33:02 ea291fdb9e53: Waiting
03:33:02 90204e14d682: Waiting
03:33:02 cbf472685f6f: Waiting
03:33:02 e9839f8e78d9: Waiting
03:33:02 14f8c1c57058: Waiting
03:33:02 7c9f55d641e2: Waiting
03:33:02 2a5e0ed31f5a: Waiting
03:33:02 dc6462f7bb8b: Waiting
03:33:02 a4db1a405763: Waiting
03:33:02 9f4f964da727: Waiting
03:33:02 49b333f7bad4: Waiting
03:33:02 a463dbda4664: Waiting
03:33:02 a9099c3159f5: Waiting
03:33:02 ce892de5437b: Waiting
03:33:02 553a5984fa81: Waiting
03:33:02 bc2c2f8945c5: Waiting
03:33:02 f3caf9561659: Waiting
03:33:02 8774c95f72f6: Waiting
03:33:02 94fe37d6d49e: Waiting
03:33:02 1b55798c6be2: Waiting
03:33:02 dd4dc57128b6: Waiting
03:33:02 bf131aec64a6: Waiting
03:33:02 9b577150654c: Waiting
03:33:03 9c7c8ba04a68: Pushed
03:33:03 99772ba15bb3: Pushed
03:33:03 1a9037b64def: Pushed
03:33:03 e045754dba38: Pushed
03:33:04 553a5984fa81: Pushed
03:33:04 ce892de5437b: Pushed
03:33:04 f3caf9561659: Pushed
03:33:04 bc2c2f8945c5: Pushed
03:33:05 8774c95f72f6: Pushed
03:33:05 94fe37d6d49e: Pushed
03:33:05 1b55798c6be2: Pushed
03:33:05 c12d511abb15: Pushed
03:33:05 dd4dc57128b6: Pushed
03:33:06 9b577150654c: Pushed
03:33:06 bf131aec64a6: Pushed
03:33:06 14f8c1c57058: Layer already exists
03:33:06 7c9f55d641e2: Layer already exists
03:33:06 2a5e0ed31f5a: Layer already exists
03:33:06 ea291fdb9e53: Pushed
03:33:06 90204e14d682: Pushed
03:33:06 dc6462f7bb8b: Layer already exists
03:33:06 a4db1a405763: Layer already exists
03:33:06 9f4f964da727: Layer already exists
03:33:06 49b333f7bad4: Layer already exists
03:33:06 a463dbda4664: Layer already exists
03:33:06 a9099c3159f5: Layer already exists
03:33:07 e9839f8e78d9: Pushed
03:33:08 cbf472685f6f: Pushed
03:33:09 py3-8b2e3b80794bda105076712b159067f61f2d7629: digest: sha256:97e2503b2f57cc9a3293f870e6da7e5830984eb0b6270875202b69e72bd1c1fd size: 6178
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Still waiting to schedule task
‘EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-06b82b6061f229c43)’ is offline
‘linuxone-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘linuxone-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘linuxone-ubuntu-03’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-11’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-08fe739d128d943b7) in /home/ubuntu/workspace/docker-py_PR-3090
[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-3090@tmp/85b48a29-8613-410d-b490-60d171d121a3/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
03:33:32 + docker run --rm --entrypoint=python dockerpinata/docker-py:py3-8b2e3b80794bda105076712b159067f61f2d7629 /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.0-rc.3)
[Pipeline] { (Branch: py3.10_19.03.13)
[Pipeline] { (Branch: py3.10_20.10.23)
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-08fe739d128d943b7) in /home/ubuntu/workspace/docker-py_PR-3090
[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-3090@tmp/c42c3fc3-d89c-4a29-91bc-cd64a94a6104/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
03:33:59 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
03:33:59 chowning workspace
[Pipeline] sh
03:33:59 + pwd
03:33:59 + id -u
03:33:59 + id -g
03:33:59 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-3090:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
03:34:00 Removing all docker containers
[Pipeline] sh
03:34:00 + docker container ls -aq
[Pipeline] echo
03:34:00 Docker containers have been removed
[Pipeline] echo
03:34:00 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
03:34:00 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.10 / docker=19.03.12)
[Pipeline] checkout
03:34:00 The recommended git tool is: git
03:34:00 using credential docker-jenkins-github-credentials
03:34:00 Cloning the remote Git repository
03:34:00 Cloning with configured refspecs honoured and without tags
03:34:01 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-3090 # 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/3090/head:refs/remotes/origin/PR-3090 +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/3090/head:refs/remotes/origin/PR-3090 # 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/3090/head:refs/remotes/origin/PR-3090 +refs/heads/main:refs/remotes/origin/main # timeout=10
03:34:01 Merging remotes/origin/main commit 34e6829dd40e99e9ba47ea02fcfabda09e08d36e into PR head commit 8b2e3b80794bda105076712b159067f61f2d7629
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.10_19.03.12
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-08fe739d128d943b7) in /home/ubuntu/workspace/docker-py_PR-3090
[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-3090@tmp/b04cb043-0d0d-4992-973e-aef553e51158/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
03:34:01 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
03:34:01 chowning workspace
[Pipeline] sh
03:34:02 + pwd
03:34:02 + id -u
03:34:02 + id -g
03:34:02 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-3090:/workspace busybox chown -R 1000:1000 /workspace
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8b2e3b80794bda105076712b159067f61f2d7629 # timeout=10
[Pipeline] echo
03:34:02 Removing all docker containers
[Pipeline] sh
03:34:03 + docker container ls -aq
[Pipeline] echo
03:34:03 Docker containers have been removed
[Pipeline] echo
03:34:03 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
03:34:03 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.10 / docker=23.0.0-rc.3)
[Pipeline] checkout
03:34:03 The recommended git tool is: git
03:34:03 using credential docker-jenkins-github-credentials
03:34:03 Cloning the remote Git repository
03:34:03 Cloning with configured refspecs honoured and without tags
03:34:03 Fetching without tags
03:34:04 Merging remotes/origin/main commit 34e6829dd40e99e9ba47ea02fcfabda09e08d36e into PR head commit 8b2e3b80794bda105076712b159067f61f2d7629
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-3090 # 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/3090/head:refs/remotes/origin/PR-3090 +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/3090/head:refs/remotes/origin/PR-3090 # 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/3090/head:refs/remotes/origin/PR-3090 +refs/heads/main:refs/remotes/origin/main # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8b2e3b80794bda105076712b159067f61f2d7629 # timeout=10
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-08fe739d128d943b7) in /home/ubuntu/workspace/docker-py_PR-3090
[Pipeline] }
Failed in branch py3.10_23.0.0-rc.3
[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-3090@tmp/7c25df25-7090-443a-85e3-64a03cb50090/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
03:34:04 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
03:34:04 chowning workspace
[Pipeline] sh
03:34:04 + pwd
03:34:04 + id -u
03:34:04 + id -g
03:34:04 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-3090:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
03:34:05 Removing all docker containers
[Pipeline] sh
03:34:05 + docker container ls -aq
[Pipeline] echo
03:34:05 Docker containers have been removed
[Pipeline] echo
03:34:05 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
03:34:05 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.10 / docker=19.03.13)
[Pipeline] checkout
03:34:05 The recommended git tool is: git
03:34:05 using credential docker-jenkins-github-credentials
03:34:05 Cloning the remote Git repository
03:34:05 Cloning with configured refspecs honoured and without tags
03:34:06 Fetching without tags
03:34:06 Merging remotes/origin/main commit 34e6829dd40e99e9ba47ea02fcfabda09e08d36e into PR head commit 8b2e3b80794bda105076712b159067f61f2d7629
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-08fe739d128d943b7) in /home/ubuntu/workspace/docker-py_PR-3090
[Pipeline] // node
[Pipeline] {
[Pipeline] }
Failed in branch py3.10_19.03.13
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-3090 # 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/3090/head:refs/remotes/origin/PR-3090 +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/3090/head:refs/remotes/origin/PR-3090 # 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/3090/head:refs/remotes/origin/PR-3090 +refs/heads/main:refs/remotes/origin/main # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8b2e3b80794bda105076712b159067f61f2d7629 # 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-3090@tmp/9d53156c-4dda-4476-a600-de71565de654/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
03:34:06 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
03:34:06 chowning workspace
[Pipeline] sh
03:34:06 + pwd
03:34:06 + id -u
03:34:06 + id -g
03:34:06 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-3090:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
03:34:07 Removing all docker containers
[Pipeline] sh
03:34:07 + docker container ls -aq
[Pipeline] echo
03:34:07 Docker containers have been removed
[Pipeline] echo
03:34:07 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
03:34:07 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.10 / docker=20.10.23)
[Pipeline] checkout
03:34:07 The recommended git tool is: git
03:34:07 using credential docker-jenkins-github-credentials
03:34:07 Cloning the remote Git repository
03:34:07 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-3090 # 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/3090/head:refs/remotes/origin/PR-3090 +refs/heads/main:refs/remotes/origin/main # timeout=10
03:34:08 Fetching without tags
03:34:08 Merging remotes/origin/main commit 34e6829dd40e99e9ba47ea02fcfabda09e08d36e into PR head commit 8b2e3b80794bda105076712b159067f61f2d7629
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.10_20.10.23
[Pipeline] // parallel
[Pipeline] End of Pipeline
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/3090/head:refs/remotes/origin/PR-3090 # 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/3090/head:refs/remotes/origin/PR-3090 +refs/heads/main:refs/remotes/origin/main # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8b2e3b80794bda105076712b159067f61f2d7629 # timeout=10

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 8b2e3b80794bda105076712b159067f61f2d7629" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 8b2e3b80794bda105076712b159067f61f2d7629

	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-08fe739d128d943b7)
		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 8b2e3b80794bda105076712b159067f61f2d7629" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 8b2e3b80794bda105076712b159067f61f2d7629

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

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

		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-08fe739d128d943b7)
			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 8b2e3b80794bda105076712b159067f61f2d7629
Caused: hudson.plugins.git.GitException: Could not checkout 8b2e3b80794bda105076712b159067f61f2d7629
	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