Skip to content
Failed

Console Output

Pull request #2980 opened
23:43:28 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at a48a5a9647761406d66e8271f19fab7fa0c5f582 rather than be20275bf34e4267fcc70fcb60eb702ef6dc5d20
Obtained Jenkinsfile from a48a5a9647761406d66e8271f19fab7fa0c5f582
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
The recommended git tool is: NONE
using credential jps-reader
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/docker-py_PR-2980@libs/jps # timeout=10
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file"
First time build. Skipping changelog.
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
‘EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0944a29986c7c1028)’ is offline
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0944a29986c7c1028) in /home/ubuntu/workspace/docker-py_PR-2980
[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-2980@tmp/891f99ea-3fcc-45da-a0b3-fd9b938d4685/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
23:44:27 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
23:44:27 chowning workspace
[Pipeline] sh
23:44:28 + pwd
23:44:28 + id -u
23:44:28 + id -g
23:44:28 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2980:/workspace busybox chown -R 1000:1000 /workspace
23:44:28 Unable to find image 'busybox:latest' locally
23:44:29 latest: Pulling from library/busybox
23:44:29 50e8d59317eb: Pulling fs layer
23:44:29 50e8d59317eb: Download complete
23:44:29 50e8d59317eb: Pull complete
23:44:29 Digest: sha256:d2b53584f580310186df7a2055ce3ff83cc0df6caacf1e3489bff8cf5d0af5d8
23:44:29 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
23:44:31 Removing all docker containers
[Pipeline] sh
23:44:31 + docker container ls -aq
[Pipeline] echo
23:44:31 Docker containers have been removed
[Pipeline] echo
23:44:31 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
23:44:31 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
23:44:33 The recommended git tool is: git
23:44:35 using credential docker-jenkins-github-credentials
23:44:35 Cloning the remote Git repository
23:44:35 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-2980 # 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/2980/head:refs/remotes/origin/PR-2980 +refs/heads/master:refs/remotes/origin/master # timeout=10
23:44:37 Fetching without tags
23:44:37 Merging remotes/origin/master commit a48a5a9647761406d66e8271f19fab7fa0c5f582 into PR head commit be20275bf34e4267fcc70fcb60eb702ef6dc5d20
23:44:37 Merge succeeded, producing be20275bf34e4267fcc70fcb60eb702ef6dc5d20
23:44:37 Checking out Revision be20275bf34e4267fcc70fcb60eb702ef6dc5d20 (PR-2980)
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2980/head:refs/remotes/origin/PR-2980 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/2980/head:refs/remotes/origin/PR-2980 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f be20275bf34e4267fcc70fcb60eb702ef6dc5d20 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge a48a5a9647761406d66e8271f19fab7fa0c5f582 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f be20275bf34e4267fcc70fcb60eb702ef6dc5d20 # timeout=10
23:44:40 Commit message: "Don't pin to pywin32 227"
23:44:40 First time build. Skipping changelog.
[Pipeline] sh
23:44:41 + git rev-parse HEAD
[Pipeline] withDockerRegistry
[Pipeline] {
$ 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-2980@tmp/535bc660-7cd2-4055-bd3e-b9d46bea24da/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
[Pipeline] isUnix
[Pipeline] sh
23:44:42 + docker pull dockerpinata/docker-py:sshdind-be20275bf34e4267fcc70fcb60eb702ef6dc5d20
23:44:42 Error response from daemon: manifest for dockerpinata/docker-py:sshdind-be20275bf34e4267fcc70fcb60eb702ef6dc5d20 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
23:44:42 + docker build -t dockerpinata/docker-py:sshdind-be20275bf34e4267fcc70fcb60eb702ef6dc5d20 -f tests/Dockerfile-ssh-dind .
23:44:42 Sending build context to Docker daemon  1.374MB

23:44:42 Step 1/11 : ARG API_VERSION=1.39
23:44:42 Step 2/11 : ARG ENGINE_VERSION=19.03.12
23:44:42 Step 3/11 : FROM docker:${ENGINE_VERSION}-dind
23:44:42 19.03.12-dind: Pulling from library/docker
23:44:42 df20fa9351a1: Pulling fs layer
23:44:42 25ad7478873d: Pulling fs layer
23:44:42 4684f6177b5d: Pulling fs layer
23:44:42 46e300cec669: Pulling fs layer
23:44:42 63038576ad94: Pulling fs layer
23:44:42 0fdb76c4706c: Pulling fs layer
23:44:42 cb7edeffdfd5: Pulling fs layer
23:44:42 cc28bd76800f: Pulling fs layer
23:44:42 54196fe38f7e: Pulling fs layer
23:44:42 ea71acc29633: Pulling fs layer
23:44:42 657cc4c15165: Pulling fs layer
23:44:42 46e300cec669: Waiting
23:44:42 63038576ad94: Waiting
23:44:42 0fdb76c4706c: Waiting
23:44:42 54196fe38f7e: Waiting
23:44:42 ea71acc29633: Waiting
23:44:42 657cc4c15165: Waiting
23:44:42 cc28bd76800f: Waiting
23:44:42 4684f6177b5d: Verifying Checksum
23:44:42 4684f6177b5d: Download complete
23:44:42 25ad7478873d: Verifying Checksum
23:44:42 25ad7478873d: Download complete
23:44:42 df20fa9351a1: Verifying Checksum
23:44:42 df20fa9351a1: Download complete
23:44:42 63038576ad94: Verifying Checksum
23:44:42 63038576ad94: Download complete
23:44:42 0fdb76c4706c: Verifying Checksum
23:44:42 0fdb76c4706c: Download complete
23:44:43 cb7edeffdfd5: Verifying Checksum
23:44:43 cb7edeffdfd5: Download complete
23:44:43 54196fe38f7e: Verifying Checksum
23:44:43 54196fe38f7e: Download complete
23:44:43 ea71acc29633: Verifying Checksum
23:44:43 ea71acc29633: Download complete
23:44:43 cc28bd76800f: Verifying Checksum
23:44:43 cc28bd76800f: Download complete
23:44:43 657cc4c15165: Verifying Checksum
23:44:43 657cc4c15165: Download complete
23:44:43 df20fa9351a1: Pull complete
23:44:43 25ad7478873d: Pull complete
23:44:43 46e300cec669: Verifying Checksum
23:44:43 46e300cec669: Download complete
23:44:43 4684f6177b5d: Pull complete
23:44:45 46e300cec669: Pull complete
23:44:45 63038576ad94: Pull complete
23:44:45 0fdb76c4706c: Pull complete
23:44:45 cb7edeffdfd5: Pull complete
23:44:46 cc28bd76800f: Pull complete
23:44:46 54196fe38f7e: Pull complete
23:44:46 ea71acc29633: Pull complete
23:44:46 657cc4c15165: Pull complete
23:44:46 Digest: sha256:674f1f40ff7c8ac14f5d8b6b28d8fb1f182647ff75304d018003f1e21a0d8771
23:44:46 Status: Downloaded newer image for docker:19.03.12-dind
23:44:46  ---> 66dc2d45749a
23:44:46 Step 4/11 : RUN apk add --no-cache 		openssh
23:44:48  ---> Running in f3b1dcb49597
23:44:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
23:44:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
23:44:50 (1/4) Installing openssh-sftp-server (8.3_p1-r3)
23:44:50 (2/4) Installing openssh-server-common (8.3_p1-r3)
23:44:50 (3/4) Installing openssh-server (8.3_p1-r3)
23:44:50 (4/4) Installing openssh (8.3_p1-r3)
23:44:50 Executing busybox-1.31.1-r16.trigger
23:44:50 OK: 28 MiB in 51 packages
23:44:50 Removing intermediate container f3b1dcb49597
23:44:50  ---> 5a919396cc5e
23:44:50 Step 5/11 : RUN ssh-keygen -A
23:44:50  ---> Running in 3f832c38e8ca
23:44:51 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
23:44:51 Removing intermediate container 3f832c38e8ca
23:44:51  ---> 401249cee038
23:44:51 Step 6/11 : RUN echo "IgnoreUserKnownHosts yes" > /etc/ssh/sshd_config &&   echo "PubkeyAuthentication yes" >> /etc/ssh/sshd_config &&   echo "PermitRootLogin yes" >> /etc/ssh/sshd_config
23:44:51  ---> Running in 829890f8ca3b
23:44:52 Removing intermediate container 829890f8ca3b
23:44:52  ---> e8840b106948
23:44:52 Step 7/11 : COPY tests/ssh-keys/authorized_keys /root/.ssh/authorized_keys
23:44:52  ---> eb44f2b26a94
23:44:52 Step 8/11 : RUN chmod 600 /root/.ssh/authorized_keys
23:44:53  ---> Running in 6175a319d42c
23:44:53 Removing intermediate container 6175a319d42c
23:44:53  ---> f5ecf1a57895
23:44:53 Step 9/11 : RUN echo "root:root" | chpasswd
23:44:54  ---> Running in 95c761b7ca2a
23:44:54 chpasswd: password for 'root' changed
23:44:54 Removing intermediate container 95c761b7ca2a
23:44:54  ---> 827f46f3a583
23:44:54 Step 10/11 : RUN ln -s /usr/local/bin/docker /usr/bin/docker
23:44:54  ---> Running in 7b9e1970eace
23:44:55 Removing intermediate container 7b9e1970eace
23:44:55  ---> f9c28b56467c
23:44:55 Step 11/11 : EXPOSE 22
23:44:55  ---> Running in 0c58580db48e
23:44:55 Removing intermediate container 0c58580db48e
23:44:55  ---> ada42c059855
23:44:55 Successfully built ada42c059855
23:44:55 Successfully tagged dockerpinata/docker-py:sshdind-be20275bf34e4267fcc70fcb60eb702ef6dc5d20
[Pipeline] isUnix
[Pipeline] sh
23:44:55 + docker tag dockerpinata/docker-py:sshdind-be20275bf34e4267fcc70fcb60eb702ef6dc5d20 dockerpinata/docker-py:sshdind-be20275bf34e4267fcc70fcb60eb702ef6dc5d20
[Pipeline] isUnix
[Pipeline] sh
23:44:56 + docker push dockerpinata/docker-py:sshdind-be20275bf34e4267fcc70fcb60eb702ef6dc5d20
23:44:56 The push refers to repository [docker.io/dockerpinata/docker-py]
23:44:56 13682bc96520: Preparing
23:44:56 111eb34cbd13: Preparing
23:44:56 ffadcce4bbf8: Preparing
23:44:56 8eba88e0f2c8: Preparing
23:44:56 4b669d13112a: Preparing
23:44:56 19801b7e9170: Preparing
23:44:56 f993f685eac3: Preparing
23:44:56 1149e736aa92: Preparing
23:44:56 39e79983ac8b: Preparing
23:44:56 da8c28465f82: Preparing
23:44:56 d1292e236c36: Preparing
23:44:56 8890c171a12b: Preparing
23:44:56 4ae5bd84d450: Preparing
23:44:56 723a561964c8: Preparing
23:44:56 78764725b56c: Preparing
23:44:56 51d6d3d09136: Preparing
23:44:56 1507bc794612: Preparing
23:44:56 50644c29ef5a: Preparing
23:44:56 19801b7e9170: Waiting
23:44:56 f993f685eac3: Waiting
23:44:56 1149e736aa92: Waiting
23:44:56 39e79983ac8b: Waiting
23:44:56 da8c28465f82: Waiting
23:44:56 d1292e236c36: Waiting
23:44:56 8890c171a12b: Waiting
23:44:56 4ae5bd84d450: Waiting
23:44:56 723a561964c8: Waiting
23:44:56 78764725b56c: Waiting
23:44:56 51d6d3d09136: Waiting
23:44:56 1507bc794612: Waiting
23:44:56 50644c29ef5a: Waiting
23:44:57 13682bc96520: Pushed
23:44:57 4b669d13112a: Pushed
23:44:57 111eb34cbd13: Pushed
23:44:57 8eba88e0f2c8: Pushed
23:44:57 1149e736aa92: Layer already exists
23:44:57 da8c28465f82: Layer already exists
23:44:57 39e79983ac8b: Layer already exists
23:44:57 8890c171a12b: Layer already exists
23:44:57 d1292e236c36: Layer already exists
23:44:57 723a561964c8: Layer already exists
23:44:57 4ae5bd84d450: Layer already exists
23:44:57 78764725b56c: Layer already exists
23:44:57 ffadcce4bbf8: Pushed
23:44:57 51d6d3d09136: Layer already exists
23:44:57 1507bc794612: Layer already exists
23:44:57 50644c29ef5a: Layer already exists
23:44:58 19801b7e9170: Pushed
23:44:58 f993f685eac3: Pushed
23:44:59 sshdind-be20275bf34e4267fcc70fcb60eb702ef6dc5d20: digest: sha256:23687fa29015d5f62075b380743a6046900677d516850df4f7d1ff603c6bcc21 size: 4067
[Pipeline] isUnix
[Pipeline] sh
23:44:59 + docker pull dockerpinata/docker-py:py3-be20275bf34e4267fcc70fcb60eb702ef6dc5d20
23:44:59 Error response from daemon: manifest for dockerpinata/docker-py:py3-be20275bf34e4267fcc70fcb60eb702ef6dc5d20 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
23:45:00 + docker build -t dockerpinata/docker-py:py3-be20275bf34e4267fcc70fcb60eb702ef6dc5d20 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
23:45:00 Sending build context to Docker daemon  1.374MB

23:45:00 Step 1/21 : ARG PYTHON_VERSION=3.7
23:45:00 Step 2/21 : FROM python:${PYTHON_VERSION}
23:45:00 3.7: Pulling from library/python
23:45:00 6aefca2dc61d: Pulling fs layer
23:45:00 967757d56527: Pulling fs layer
23:45:00 c357e2c68cb3: Pulling fs layer
23:45:00 c766e27afb21: Pulling fs layer
23:45:00 32a180f5cf85: Pulling fs layer
23:45:00 1535e3c1181a: Pulling fs layer
23:45:00 8ae21bbc5192: Pulling fs layer
23:45:00 7d9c83d514b0: Pulling fs layer
23:45:00 52e9a986c056: Pulling fs layer
23:45:00 1535e3c1181a: Waiting
23:45:00 8ae21bbc5192: Waiting
23:45:00 7d9c83d514b0: Waiting
23:45:00 52e9a986c056: Waiting
23:45:00 c766e27afb21: Waiting
23:45:00 32a180f5cf85: Waiting
23:45:00 967757d56527: Verifying Checksum
23:45:00 967757d56527: Download complete
23:45:00 c357e2c68cb3: Verifying Checksum
23:45:00 c357e2c68cb3: Download complete
23:45:01 6aefca2dc61d: Verifying Checksum
23:45:01 6aefca2dc61d: Download complete
23:45:01 1535e3c1181a: Verifying Checksum
23:45:01 1535e3c1181a: Download complete
23:45:01 c766e27afb21: Verifying Checksum
23:45:01 c766e27afb21: Download complete
23:45:02 7d9c83d514b0: Verifying Checksum
23:45:02 7d9c83d514b0: Download complete
23:45:02 52e9a986c056: Verifying Checksum
23:45:02 52e9a986c056: Download complete
23:45:02 8ae21bbc5192: Verifying Checksum
23:45:02 8ae21bbc5192: Download complete
23:45:03 32a180f5cf85: Verifying Checksum
23:45:03 32a180f5cf85: Download complete
23:45:04 6aefca2dc61d: Pull complete
23:45:05 967757d56527: Pull complete
23:45:05 c357e2c68cb3: Pull complete
23:45:08 c766e27afb21: Pull complete
23:45:16 32a180f5cf85: Pull complete
23:45:16 1535e3c1181a: Pull complete
23:45:16 8ae21bbc5192: Pull complete
23:45:16 7d9c83d514b0: Pull complete
23:45:16 52e9a986c056: Pull complete
23:45:16 Digest: sha256:a1e93b18719d1b581a4f0625cf4ea4ec790855b160afd1dd7469fcaecd94aa55
23:45:16 Status: Downloaded newer image for python:3.7
23:45:16  ---> 7c891de3e220
23:45:16 Step 3/21 : ARG APT_MIRROR
23:45:17  ---> Running in 89d5bd462d0e
23:45:17 Removing intermediate container 89d5bd462d0e
23:45:17  ---> d5b83f9d8392
23:45:17 Step 4/21 : RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list     && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list
23:45:17  ---> Running in 829e4f29b287
23:45:18 Removing intermediate container 829e4f29b287
23:45:18  ---> af65bc8ab0ae
23:45:18 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
23:45:18  ---> Running in d1879237a60e
23:45:18 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
23:45:18 Get:2 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
23:45:18 Get:3 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
23:45:18 Get:4 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B]
23:45:19 Get:5 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
23:45:19 Get:6 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [126 kB]
23:45:20 Fetched 8510 kB in 1s (6721 kB/s)
23:45:20 Reading package lists...
23:45:20 Reading package lists...
23:45:21 Building dependency tree...
23:45:21 Reading state information...
23:45:21 The following additional packages will be installed:
23:45:21   tree
23:45:21 Suggested packages:
23:45:21   python libxml-simple-perl ruby
23:45:21 Recommended packages:
23:45:21   qrencode xclip
23:45:21 The following NEW packages will be installed:
23:45:21   gnupg2 pass tree
23:45:21 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
23:45:21 Need to get 523 kB of archives.
23:45:21 After this operation, 727 kB of additional disk space will be used.
23:45:21 Get:1 http://deb.debian.org/debian bullseye/main amd64 gnupg2 all 2.2.27-2+deb11u1 [434 kB]
23:45:21 Get:2 http://deb.debian.org/debian bullseye/main amd64 tree amd64 1.8.0-1+b1 [49.6 kB]
23:45:21 Get:3 http://deb.debian.org/debian bullseye/main amd64 pass all 1.7.3-2 [39.2 kB]
23:45:21 debconf: delaying package configuration, since apt-utils is not installed
23:45:21 Fetched 523 kB in 0s (1940 kB/s)
23:45:21 Selecting previously unselected package gnupg2.
23:45:21 (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 ... 23373 files and directories currently installed.)
23:45:21 Preparing to unpack .../gnupg2_2.2.27-2+deb11u1_all.deb ...
23:45:21 Unpacking gnupg2 (2.2.27-2+deb11u1) ...
23:45:21 Selecting previously unselected package tree.
23:45:21 Preparing to unpack .../tree_1.8.0-1+b1_amd64.deb ...
23:45:21 Unpacking tree (1.8.0-1+b1) ...
23:45:21 Selecting previously unselected package pass.
23:45:21 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
23:45:21 Unpacking pass (1.7.3-2) ...
23:45:21 Setting up gnupg2 (2.2.27-2+deb11u1) ...
23:45:21 Setting up tree (1.8.0-1+b1) ...
23:45:21 Setting up pass (1.7.3-2) ...
23:45:22 Removing intermediate container d1879237a60e
23:45:22  ---> a88a25f4a897
23:45:22 Step 6/21 : COPY tests/ssh-keys /root/.ssh
23:45:22  ---> 7917fc4d59dc
23:45:22 Step 7/21 : RUN chmod -R 600 /root/.ssh
23:45:22  ---> Running in 7a11a1d80f32
23:45:23 Removing intermediate container 7a11a1d80f32
23:45:23  ---> 2f51ecc75de6
23:45:23 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys
23:45:23  ---> be5b77bc689c
23:45:23 Step 9/21 : RUN gpg2 --import gpg-keys/secret
23:45:23  ---> Running in fcbb6d2952f0
23:45:23 gpg: directory '/root/.gnupg' created
23:45:23 gpg: keybox '/root/.gnupg/pubring.kbx' created
23:45:23 gpg: /root/.gnupg/trustdb.gpg: trustdb created
23:45:23 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
23:45:23 gpg: key 464ED987A7B21401: secret key imported
23:45:23 gpg: Total number processed: 1
23:45:23 gpg:               imported: 1
23:45:23 gpg:       secret keys read: 1
23:45:23 gpg:   secret keys imported: 1
23:45:23 Removing intermediate container fcbb6d2952f0
23:45:23  ---> ba308c28ef21
23:45:23 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
23:45:24  ---> Running in 9f7b526f7ece
23:45:24 gpg: inserting ownertrust of 6
23:45:24 Removing intermediate container 9f7b526f7ece
23:45:24  ---> 41eeb8b2c63b
23:45:24 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
23:45:24  ---> Running in a0710acc6ec0
23:45:25 gpg: please do a --check-trustdb
23:45:25 mkdir: created directory '/root/.password-store/'
23:45:25 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
23:45:25 Removing intermediate container a0710acc6ec0
23:45:25  ---> 661732102ad5
23:45:25 Step 12/21 : RUN gpg2 --check-trustdb
23:45:25  ---> Running in d48595c430cb
23:45:25 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
23:45:25 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
23:45:26 Removing intermediate container d48595c430cb
23:45:26  ---> d42e9dc84204
23:45:26 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3
23:45:26  ---> Running in f9cbef324811
23:45:26 Removing intermediate container f9cbef324811
23:45:26  ---> d31eef80b1ec
23:45:26 Step 14/21 : RUN curl -sSL -o /opt/docker-credential-pass.tar.gz     https://github.com/docker/docker-credential-helpers/releases/download/$CREDSTORE_VERSION/docker-credential-pass-$CREDSTORE_VERSION-amd64.tar.gz &&     tar -xf /opt/docker-credential-pass.tar.gz -O > /usr/local/bin/docker-credential-pass &&     rm -rf /opt/docker-credential-pass.tar.gz &&     chmod +x /usr/local/bin/docker-credential-pass
23:45:26  ---> Running in 5739256c801f
23:45:27 Removing intermediate container 5739256c801f
23:45:27  ---> c46878b711d6
23:45:27 Step 15/21 : WORKDIR /src
23:45:27  ---> Running in 93f93b7abae9
23:45:27 Removing intermediate container 93f93b7abae9
23:45:27  ---> 5911257d5894
23:45:27 Step 16/21 : COPY requirements.txt /src/requirements.txt
23:45:27  ---> 098a31a6f8dc
23:45:27 Step 17/21 : RUN pip install -r requirements.txt
23:45:27  ---> Running in f8b130568e18
23:45:29 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
23:45:33 Collecting appdirs==1.4.3
23:45:34   Downloading appdirs-1.4.3-py2.py3-none-any.whl (12 kB)
23:45:34 Collecting asn1crypto==0.22.0
23:45:34   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
23:45:34      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 KB 17.7 MB/s eta 0:00:00
23:45:34 Collecting backports.ssl-match-hostname==3.5.0.1
23:45:34   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
23:45:34   Preparing metadata (setup.py): started
23:45:34   Preparing metadata (setup.py): finished with status 'done'
23:45:34 Collecting cffi==1.14.4
23:45:34   Downloading cffi-1.14.4-cp37-cp37m-manylinux1_x86_64.whl (402 kB)
23:45:34      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 402.3/402.3 KB 53.1 MB/s eta 0:00:00
23:45:35 Collecting cryptography==3.4.7
23:45:35   Downloading cryptography-3.4.7-cp36-abi3-manylinux2014_x86_64.whl (3.2 MB)
23:45:35      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 94.0 MB/s eta 0:00:00
23:45:35 Collecting enum34==1.1.6
23:45:35   Downloading enum34-1.1.6-py3-none-any.whl (12 kB)
23:45:35 Collecting idna==2.5
23:45:35   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
23:45:35      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.1/55.1 KB 11.0 MB/s eta 0:00:00
23:45:35 Collecting ipaddress==1.0.18
23:45:35   Downloading ipaddress-1.0.18.tar.gz (32 kB)
23:45:35   Preparing metadata (setup.py): started
23:45:35   Preparing metadata (setup.py): finished with status 'done'
23:45:35 Collecting packaging==16.8
23:45:35   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
23:45:35 Collecting paramiko==2.8.0
23:45:35   Downloading paramiko-2.8.0-py2.py3-none-any.whl (206 kB)
23:45:35      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 206.3/206.3 KB 32.8 MB/s eta 0:00:00
23:45:35 Collecting pycparser==2.17
23:45:35   Downloading pycparser-2.17.tar.gz (231 kB)
23:45:35      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 231.2/231.2 KB 26.7 MB/s eta 0:00:00
23:45:35   Preparing metadata (setup.py): started
23:45:36   Preparing metadata (setup.py): finished with status 'done'
23:45:36 Collecting pyOpenSSL==18.0.0
23:45:36   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
23:45:36      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.1/53.1 KB 12.1 MB/s eta 0:00:00
23:45:36 Collecting pyparsing==2.2.0
23:45:36   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
23:45:36      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.4/56.4 KB 13.7 MB/s eta 0:00:00
23:45:36 Collecting requests==2.26.0
23:45:36   Downloading requests-2.26.0-py2.py3-none-any.whl (62 kB)
23:45:36      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.3/62.3 KB 16.2 MB/s eta 0:00:00
23:45:36 Collecting urllib3==1.26.5
23:45:36   Downloading urllib3-1.26.5-py2.py3-none-any.whl (138 kB)
23:45:36      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138.1/138.1 KB 27.8 MB/s eta 0:00:00
23:45:36 Collecting websocket-client==0.56.0
23:45:36   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
23:45:36      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 200.6/200.6 KB 38.3 MB/s eta 0:00:00
23:45:36 Collecting six
23:45:36   Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
23:45:36 Collecting pynacl>=1.0.1
23:45:36   Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB)
23:45:36      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 856.7/856.7 KB 54.9 MB/s eta 0:00:00
23:45:36 Collecting bcrypt>=3.1.3
23:45:36   Downloading bcrypt-3.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (61 kB)
23:45:36      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.9/61.9 KB 12.9 MB/s eta 0:00:00
23:45:36 Collecting charset-normalizer~=2.0.0
23:45:36   Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB)
23:45:36 Collecting certifi>=2017.4.17
23:45:36   Downloading certifi-2021.10.8-py2.py3-none-any.whl (149 kB)
23:45:36      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 149.2/149.2 KB 30.0 MB/s eta 0:00:00
23:45:36 Building wheels for collected packages: backports.ssl-match-hostname, ipaddress, pycparser
23:45:36   Building wheel for backports.ssl-match-hostname (setup.py): started
23:45:37   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
23:45:37   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py3-none-any.whl size=5205 sha256=c421d5fd947dc9a7288514604e6307301fe9886757aed9a4425fd264b4372d37
23:45:37   Stored in directory: /root/.cache/pip/wheels/93/72/f6/df894bfc7947d11f89dbdb4e9b786703a43cd547c1b5e8c738
23:45:37   Building wheel for ipaddress (setup.py): started
23:45:37   Building wheel for ipaddress (setup.py): finished with status 'done'
23:45:37   Created wheel for ipaddress: filename=ipaddress-1.0.18-py3-none-any.whl size=18124 sha256=41cb41e1ac06f73737c5ae1539a3c8d779a0f3d6ad3a0c89b17e2c16529beed3
23:45:37   Stored in directory: /root/.cache/pip/wheels/54/90/bd/f99e221ab77ef8e6d65c14efe986cef3360da2990396093151
23:45:37   Building wheel for pycparser (setup.py): started
23:45:37   Building wheel for pycparser (setup.py): finished with status 'done'
23:45:37   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=192900 sha256=82fefa26ca43423017330a7f5562a5b648597e5734f3b1224cb66069a9a5f7a7
23:45:37   Stored in directory: /root/.cache/pip/wheels/91/50/7a/9f94e39b01559aa44c3cefb775d7befcc01d0a6ed0093cab37
23:45:37 Successfully built backports.ssl-match-hostname ipaddress pycparser
23:45:37 Installing collected packages: pyparsing, pycparser, ipaddress, idna, enum34, certifi, backports.ssl-match-hostname, asn1crypto, appdirs, urllib3, six, charset-normalizer, cffi, websocket-client, requests, pynacl, packaging, cryptography, bcrypt, pyOpenSSL, paramiko
23:45:39 Successfully installed appdirs-1.4.3 asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.2.0 certifi-2021.10.8 cffi-1.14.4 charset-normalizer-2.0.12 cryptography-3.4.7 enum34-1.1.6 idna-2.5 ipaddress-1.0.18 packaging-16.8 paramiko-2.8.0 pyOpenSSL-18.0.0 pycparser-2.17 pynacl-1.5.0 pyparsing-2.2.0 requests-2.26.0 six-1.16.0 urllib3-1.26.5 websocket-client-0.56.0
23:45:39 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
23:45:44 Removing intermediate container f8b130568e18
23:45:44  ---> d09b368ddc63
23:45:44 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
23:45:44  ---> 3743d7a7c895
23:45:44 Step 19/21 : RUN pip install -r test-requirements.txt
23:45:44  ---> Running in 384939e16f5d
23:45:49 Collecting setuptools==58.2.0
23:45:50   Downloading setuptools-58.2.0-py3-none-any.whl (946 kB)
23:45:50      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 946.1/946.1 KB 58.4 MB/s eta 0:00:00
23:45:51 Collecting coverage==6.0.1
23:45:51   Downloading coverage-6.0.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (252 kB)
23:45:51      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 252.9/252.9 KB 37.2 MB/s eta 0:00:00
23:45:51 Collecting flake8==4.0.1
23:45:51   Downloading flake8-4.0.1-py2.py3-none-any.whl (64 kB)
23:45:51      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.1/64.1 KB 13.0 MB/s eta 0:00:00
23:45:51 Collecting pytest==6.2.5
23:45:51   Downloading pytest-6.2.5-py3-none-any.whl (280 kB)
23:45:51      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 280.7/280.7 KB 46.5 MB/s eta 0:00:00
23:45:51 Collecting pytest-cov==3.0.0
23:45:51   Downloading pytest_cov-3.0.0-py3-none-any.whl (20 kB)
23:45:51 Collecting pytest-timeout==2.0.1
23:45:51   Downloading pytest_timeout-2.0.1-py3-none-any.whl (11 kB)
23:45:51 Collecting mccabe<0.7.0,>=0.6.0
23:45:51   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
23:45:51 Collecting pyflakes<2.5.0,>=2.4.0
23:45:51   Downloading pyflakes-2.4.0-py2.py3-none-any.whl (69 kB)
23:45:51      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 69.7/69.7 KB 10.6 MB/s eta 0:00:00
23:45:51 Collecting importlib-metadata<4.3
23:45:51   Downloading importlib_metadata-4.2.0-py3-none-any.whl (16 kB)
23:45:51 Collecting pycodestyle<2.9.0,>=2.8.0
23:45:51   Downloading pycodestyle-2.8.0-py2.py3-none-any.whl (42 kB)
23:45:51      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.1/42.1 KB 9.8 MB/s eta 0:00:00
23:45:51 Requirement already satisfied: packaging in /usr/local/lib/python3.7/site-packages (from pytest==6.2.5->-r test-requirements.txt (line 4)) (16.8)
23:45:51 Collecting iniconfig
23:45:51   Downloading iniconfig-1.1.1-py2.py3-none-any.whl (5.0 kB)
23:45:51 Collecting py>=1.8.2
23:45:51   Downloading py-1.11.0-py2.py3-none-any.whl (98 kB)
23:45:51      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.7/98.7 KB 21.5 MB/s eta 0:00:00
23:45:51 Collecting attrs>=19.2.0
23:45:51   Downloading attrs-21.4.0-py2.py3-none-any.whl (60 kB)
23:45:51      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.6/60.6 KB 13.2 MB/s eta 0:00:00
23:45:51 Collecting pluggy<2.0,>=0.12
23:45:51   Downloading pluggy-1.0.0-py2.py3-none-any.whl (13 kB)
23:45:51 Collecting toml
23:45:51   Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB)
23:45:51 Collecting coverage[toml]>=5.2.1
23:45:51   Downloading coverage-6.3.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (207 kB)
23:45:51      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 208.0/208.0 KB 37.0 MB/s eta 0:00:00
23:45:52   Downloading coverage-6.3.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (207 kB)
23:45:52      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.4/207.4 KB 35.4 MB/s eta 0:00:00
23:45:52   Downloading coverage-6.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (207 kB)
23:45:52      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.2/207.2 KB 36.0 MB/s eta 0:00:00
23:45:52   Downloading coverage-6.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (213 kB)
23:45:52      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 213.9/213.9 KB 40.5 MB/s eta 0:00:00
23:45:52   Downloading coverage-6.1.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (213 kB)
23:45:52      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 213.5/213.5 KB 39.5 MB/s eta 0:00:00
23:45:52   Downloading coverage-6.1.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (213 kB)
23:45:52      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 213.4/213.4 KB 40.6 MB/s eta 0:00:00
23:45:52   Downloading coverage-6.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (213 kB)
23:45:52      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 213.3/213.3 KB 35.7 MB/s eta 0:00:00
23:45:52   Downloading coverage-6.0.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (253 kB)
23:45:52      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 253.3/253.3 KB 44.7 MB/s eta 0:00:00
23:45:52 Collecting tomli
23:45:52   Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
23:45:52 Collecting typing-extensions>=3.6.4
23:45:52   Downloading typing_extensions-4.2.0-py3-none-any.whl (24 kB)
23:45:52 Collecting zipp>=0.5
23:45:52   Downloading zipp-3.8.0-py3-none-any.whl (5.4 kB)
23:45:52 Requirement already satisfied: six in /usr/local/lib/python3.7/site-packages (from packaging->pytest==6.2.5->-r test-requirements.txt (line 4)) (1.16.0)
23:45:52 Requirement already satisfied: pyparsing in /usr/local/lib/python3.7/site-packages (from packaging->pytest==6.2.5->-r test-requirements.txt (line 4)) (2.2.0)
23:45:52 Installing collected packages: mccabe, iniconfig, zipp, typing-extensions, tomli, toml, setuptools, pyflakes, pycodestyle, py, coverage, attrs, importlib-metadata, pluggy, flake8, pytest, pytest-timeout, pytest-cov
23:45:52   Attempting uninstall: setuptools
23:45:52     Found existing installation: setuptools 57.5.0
23:45:52     Uninstalling setuptools-57.5.0:
23:45:52       Successfully uninstalled setuptools-57.5.0
23:45:53 Successfully installed attrs-21.4.0 coverage-6.0.1 flake8-4.0.1 importlib-metadata-4.2.0 iniconfig-1.1.1 mccabe-0.6.1 pluggy-1.0.0 py-1.11.0 pycodestyle-2.8.0 pyflakes-2.4.0 pytest-6.2.5 pytest-cov-3.0.0 pytest-timeout-2.0.1 setuptools-58.2.0 toml-0.10.2 tomli-2.0.1 typing-extensions-4.2.0 zipp-3.8.0
23:45:53 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
23:45:54 Removing intermediate container 384939e16f5d
23:45:54  ---> 7993eb9b7341
23:45:54 Step 20/21 : COPY . /src
23:45:54  ---> eb921e8357de
23:45:54 Step 21/21 : RUN pip install .
23:45:54  ---> Running in 25131557621a
23:45:55 Processing /src
23:45:55   Preparing metadata (setup.py): started
23:45:55   Preparing metadata (setup.py): finished with status 'done'
23:45:55 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.7/site-packages (from docker==5.1.0.dev0) (0.56.0)
23:45:55 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python3.7/site-packages (from docker==5.1.0.dev0) (2.26.0)
23:45:55 Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==5.1.0.dev0) (1.26.5)
23:45:55 Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==5.1.0.dev0) (2.0.12)
23:45:55 Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==5.1.0.dev0) (2.5)
23:45:55 Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==5.1.0.dev0) (2021.10.8)
23:45:55 Requirement already satisfied: six in /usr/local/lib/python3.7/site-packages (from websocket-client>=0.32.0->docker==5.1.0.dev0) (1.16.0)
23:45:55 Building wheels for collected packages: docker
23:45:55   Building wheel for docker (setup.py): started
23:45:56   Building wheel for docker (setup.py): finished with status 'done'
23:45:56   Created wheel for docker: filename=docker-5.1.0.dev0-py3-none-any.whl size=146312 sha256=257c9b46ed1b821677c9792b08e0530afad36e2042fea7e9384c9ecff2c91a70
23:45:56   Stored in directory: /tmp/pip-ephem-wheel-cache-bqdo44xa/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525
23:45:56 Successfully built docker
23:45:56 Installing collected packages: docker
23:45:56 Successfully installed docker-5.1.0.dev0
23:45:56 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
23:45:56 Removing intermediate container 25131557621a
23:45:56  ---> 5953a1c52e9a
23:45:56 Successfully built 5953a1c52e9a
23:45:56 Successfully tagged dockerpinata/docker-py:py3-be20275bf34e4267fcc70fcb60eb702ef6dc5d20
[Pipeline] isUnix
[Pipeline] sh
23:45:57 + docker tag dockerpinata/docker-py:py3-be20275bf34e4267fcc70fcb60eb702ef6dc5d20 dockerpinata/docker-py:py3-be20275bf34e4267fcc70fcb60eb702ef6dc5d20
[Pipeline] isUnix
[Pipeline] sh
23:45:57 + docker push dockerpinata/docker-py:py3-be20275bf34e4267fcc70fcb60eb702ef6dc5d20
23:45:57 The push refers to repository [docker.io/dockerpinata/docker-py]
23:45:57 af48dbdf266b: Preparing
23:45:57 933ea62e8a7c: Preparing
23:45:57 4657d3d1057c: Preparing
23:45:57 70ab5f5135ca: Preparing
23:45:57 5aa910bd45ba: Preparing
23:45:57 e474445f4b80: Preparing
23:45:57 92c593513868: Preparing
23:45:57 df1207272d39: Preparing
23:45:57 e9801f290493: Preparing
23:45:57 d1e4aa4e1af5: Preparing
23:45:57 f015677eb6f6: Preparing
23:45:57 a7bf5fcb7a7a: Preparing
23:45:57 5a56cd23e2ec: Preparing
23:45:57 5abbeb5da3ba: Preparing
23:45:57 b8f5d6393e35: Preparing
23:45:57 20876de4e62c: Preparing
23:45:57 8b42c413d368: Preparing
23:45:57 ea02e4889d36: Preparing
23:45:57 c4418e789e70: Preparing
23:45:57 7c12a541abbf: Preparing
23:45:57 6d95196cbe50: Preparing
23:45:57 5bdcc8e2060c: Preparing
23:45:57 08fa02ce37eb: Preparing
23:45:57 a037458de4e0: Preparing
23:45:57 bafdbe68e4ae: Preparing
23:45:57 a13c519c6361: Preparing
23:45:57 e474445f4b80: Waiting
23:45:57 20876de4e62c: Waiting
23:45:57 8b42c413d368: Waiting
23:45:57 ea02e4889d36: Waiting
23:45:57 c4418e789e70: Waiting
23:45:57 7c12a541abbf: Waiting
23:45:57 6d95196cbe50: Waiting
23:45:57 5bdcc8e2060c: Waiting
23:45:57 08fa02ce37eb: Waiting
23:45:57 a037458de4e0: Waiting
23:45:57 bafdbe68e4ae: Waiting
23:45:57 92c593513868: Waiting
23:45:57 a13c519c6361: Waiting
23:45:57 df1207272d39: Waiting
23:45:57 5a56cd23e2ec: Waiting
23:45:57 e9801f290493: Waiting
23:45:57 d1e4aa4e1af5: Waiting
23:45:57 5abbeb5da3ba: Waiting
23:45:57 f015677eb6f6: Waiting
23:45:57 b8f5d6393e35: Waiting
23:45:57 a7bf5fcb7a7a: Waiting
23:45:58 70ab5f5135ca: Pushed
23:45:58 933ea62e8a7c: Pushed
23:45:59 af48dbdf266b: Pushed
23:45:59 e474445f4b80: Pushed
23:46:00 92c593513868: Pushed
23:46:00 df1207272d39: Pushed
23:46:00 e9801f290493: Pushed
23:46:01 d1e4aa4e1af5: Pushed
23:46:01 5aa910bd45ba: Pushed
23:46:01 f015677eb6f6: Pushed
23:46:01 a7bf5fcb7a7a: Pushed
23:46:02 5a56cd23e2ec: Pushed
23:46:02 5abbeb5da3ba: Pushed
23:46:02 4657d3d1057c: Pushed
23:46:02 b8f5d6393e35: Pushed
23:46:02 ea02e4889d36: Mounted from library/python
23:46:02 c4418e789e70: Mounted from library/python
23:46:02 7c12a541abbf: Mounted from library/python
23:46:02 6d95196cbe50: Mounted from library/python
23:46:02 5bdcc8e2060c: Mounted from library/python
23:46:02 08fa02ce37eb: Mounted from library/python
23:46:02 a037458de4e0: Mounted from library/python
23:46:02 bafdbe68e4ae: Mounted from library/python
23:46:03 a13c519c6361: Mounted from library/python
23:46:03 8b42c413d368: Pushed
23:46:03 20876de4e62c: Pushed
23:46:05 py3-be20275bf34e4267fcc70fcb60eb702ef6dc5d20: digest: sha256:3218e69008d1e38fad9f9c8f6dda1b7a09b237c7ebef6942bbf4da6d4260e31f size: 5766
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0944a29986c7c1028) in /home/ubuntu/workspace/docker-py_PR-2980
[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-2980@tmp/8ba3f82e-3ea1-46f2-a1e3-3746829b59f4/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
23:46:14 + docker run --rm --entrypoint=python dockerpinata/docker-py:py3-be20275bf34e4267fcc70fcb60eb702ef6dc5d20 /src/scripts/versions.py
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] parallel
[Pipeline] { (Branch: py3.7_19.03.12)
[Pipeline] { (Branch: py3.7_20.10.14)
[Pipeline] { (Branch: py3.7_19.03.13)
[Pipeline] node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0944a29986c7c1028) in /home/ubuntu/workspace/docker-py_PR-2980
[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-2980@tmp/78846532-0f48-4d3d-bd9d-608e600c4eb5/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
23:46:41 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
23:46:41 chowning workspace
[Pipeline] sh
23:46:41 + pwd
23:46:41 + id -u
23:46:41 + id -g
23:46:41 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2980:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
23:46:41 Removing all docker containers
[Pipeline] sh
23:46:42 + docker container ls -aq
[Pipeline] echo
23:46:42 Docker containers have been removed
[Pipeline] echo
23:46:42 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
23:46:42 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.12)
[Pipeline] checkout
23:46:42 The recommended git tool is: git
23:46:42 using credential docker-jenkins-github-credentials
23:46:42 Cloning the remote Git repository
23:46:42 Cloning with configured refspecs honoured and without tags
23:46:43 Fetching without tags
23:46:43 Merging remotes/origin/master commit a48a5a9647761406d66e8271f19fab7fa0c5f582 into PR head commit be20275bf34e4267fcc70fcb60eb702ef6dc5d20
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0944a29986c7c1028) in /home/ubuntu/workspace/docker-py_PR-2980
[Pipeline] {
[Pipeline] }
Failed in branch py3.7_19.03.12
[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-2980 # 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/2980/head:refs/remotes/origin/PR-2980 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2980/head:refs/remotes/origin/PR-2980 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/2980/head:refs/remotes/origin/PR-2980 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f be20275bf34e4267fcc70fcb60eb702ef6dc5d20 # 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-2980@tmp/b555c99b-3287-4872-b4b7-5309dd500043/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
23:46:43 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
23:46:43 chowning workspace
[Pipeline] sh
23:46:43 + pwd
23:46:43 + id -u
23:46:43 + id -g
23:46:43 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2980:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
23:46:44 Removing all docker containers
[Pipeline] sh
23:46:44 + docker container ls -aq
[Pipeline] echo
23:46:44 Docker containers have been removed
[Pipeline] echo
23:46:44 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
23:46:44 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=20.10.14)
[Pipeline] checkout
23:46:44 The recommended git tool is: git
23:46:44 using credential docker-jenkins-github-credentials
23:46:44 Cloning the remote Git repository
23:46:44 Cloning with configured refspecs honoured and without tags
23:46:45 Fetching without tags
23:46:45 Merging remotes/origin/master commit a48a5a9647761406d66e8271f19fab7fa0c5f582 into PR head commit be20275bf34e4267fcc70fcb60eb702ef6dc5d20
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0944a29986c7c1028) in /home/ubuntu/workspace/docker-py_PR-2980
[Pipeline] }
Failed in branch py3.7_20.10.14
[Pipeline] {
[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-2980 # 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/2980/head:refs/remotes/origin/PR-2980 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2980/head:refs/remotes/origin/PR-2980 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/2980/head:refs/remotes/origin/PR-2980 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f be20275bf34e4267fcc70fcb60eb702ef6dc5d20 # 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-2980@tmp/82b7b1a0-b428-4392-8e5b-84620b797578/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
23:46:45 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
23:46:45 chowning workspace
[Pipeline] sh
23:46:45 + pwd
23:46:45 + id -u
23:46:45 + id -g
23:46:45 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2980:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
23:46:46 Removing all docker containers
[Pipeline] sh
23:46:46 + docker container ls -aq
[Pipeline] echo
23:46:46 Docker containers have been removed
[Pipeline] echo
23:46:46 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
23:46:46 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.13)
[Pipeline] checkout
23:46:46 The recommended git tool is: git
23:46:46 using credential docker-jenkins-github-credentials
23:46:46 Cloning the remote Git repository
23:46:46 Cloning with configured refspecs honoured and without tags
23:46:47 Fetching without tags
23:46:47 Merging remotes/origin/master commit a48a5a9647761406d66e8271f19fab7fa0c5f582 into PR head commit be20275bf34e4267fcc70fcb60eb702ef6dc5d20
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2980 # 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/2980/head:refs/remotes/origin/PR-2980 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2980/head:refs/remotes/origin/PR-2980 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/2980/head:refs/remotes/origin/PR-2980 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f be20275bf34e4267fcc70fcb60eb702ef6dc5d20 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.13
[Pipeline] // parallel
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

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

	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-0944a29986c7c1028)
		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.GeneratedMethodAccessor1141.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.$Proxy489.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 be20275bf34e4267fcc70fcb60eb702ef6dc5d20" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: be20275bf34e4267fcc70fcb60eb702ef6dc5d20

		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-0944a29986c7c1028)
			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.GeneratedMethodAccessor1141.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.$Proxy489.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 be20275bf34e4267fcc70fcb60eb702ef6dc5d20
Also:   hudson.plugins.git.GitException: Command "git checkout -f be20275bf34e4267fcc70fcb60eb702ef6dc5d20" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: be20275bf34e4267fcc70fcb60eb702ef6dc5d20

		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-0944a29986c7c1028)
			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.GeneratedMethodAccessor1141.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.$Proxy489.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 be20275bf34e4267fcc70fcb60eb702ef6dc5d20
Caused: hudson.plugins.git.GitException: Could not checkout be20275bf34e4267fcc70fcb60eb702ef6dc5d20
	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