Pull request #3117 opened Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch main at a02ba743338c27fd9348af2cf7767b140501734d rather than fc74d71963e928e51458eb498663dbf784169660 Obtained Jenkinsfile from a02ba743338c27fd9348af2cf7767b140501734d Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a The recommended git tool is: NONE using credential jps-reader Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/jps.git > git init /var/cloudbees-jenkins-distribution/workspace/docker-py_PR-3117@libs/jps # timeout=10 Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 Avoid second fetch Checking out Revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10 Commit message: "Merge pull request #26 from docker/add-retry-to-vpn-image-pull" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.20.1' Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] node Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-00fcef8f76508ab19) in /home/ubuntu/workspace/docker-py_PR-3117 [Pipeline] { [Pipeline] withDockerRegistry $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-3117@tmp/3b79a93e-d522-4672-a0da-7ff9755c45e6/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-3117:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] echo Removing all docker containers [Pipeline] sh + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (build image) [Pipeline] checkout The recommended git tool is: git using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_PR-3117 # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/3117/head:refs/remotes/origin/PR-3117 +refs/heads/main:refs/remotes/origin/main # timeout=10 Fetching without tags Merging remotes/origin/main commit a02ba743338c27fd9348af2cf7767b140501734d into PR head commit fc74d71963e928e51458eb498663dbf784169660 Merge succeeded, producing fc74d71963e928e51458eb498663dbf784169660 Checking out Revision fc74d71963e928e51458eb498663dbf784169660 (PR-3117) Commit message: "Fix urllib3 2.0 compatibility" First time build. Skipping changelog. [Pipeline] sh + git rev-parse HEAD [Pipeline] withDockerRegistry > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/3117/head:refs/remotes/origin/PR-3117 # timeout=10 > git config --add remote.origin.fetch +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/3117/head:refs/remotes/origin/PR-3117 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fc74d71963e928e51458eb498663dbf784169660 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git merge a02ba743338c27fd9348af2cf7767b140501734d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fc74d71963e928e51458eb498663dbf784169660 # timeout=10 [Pipeline] { [Pipeline] isUnix [Pipeline] sh > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a + docker pull dockerpinata/docker-py:sshdind-fc74d71963e928e51458eb498663dbf784169660 Error response from daemon: manifest for dockerpinata/docker-py:sshdind-fc74d71963e928e51458eb498663dbf784169660 not found: manifest unknown: manifest unknown [Pipeline] isUnix [Pipeline] sh + docker build -t dockerpinata/docker-py:sshdind-fc74d71963e928e51458eb498663dbf784169660 -f tests/Dockerfile-ssh-dind . $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-3117@tmp/823dca65-9db2-4c9b-a626-8157cc8eb9f5/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded #1 [internal] load .dockerignore #1 transferring context: 161B done #1 DONE 0.0s #2 [internal] load build definition from Dockerfile-ssh-dind #2 transferring dockerfile: 523B done #2 DONE 0.0s #3 [auth] docker/dockerfile:pull token for registry-1.docker.io #3 DONE 0.0s #4 resolve image config for docker.io/docker/dockerfile:1 #4 DONE 0.3s #5 docker-image://docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 #5 resolve docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 0.0s done #5 sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 8.40kB / 8.40kB done #5 sha256:966d40f9ba8366e74c2fa353fc0bc7bbc167d2a0f3ad2420db8b9e633049462d 482B / 482B done #5 sha256:dbdd11720762ad504260c66161c964e59eba06b95a7aa64a68634b598a830a91 2.90kB / 2.90kB done #5 sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 6.29MB / 11.55MB 0.1s #5 sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 11.55MB / 11.55MB 0.2s done #5 extracting sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd #5 extracting sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 0.2s done #5 DONE 0.5s #6 [internal] load metadata for docker.io/library/docker:20.10-dind #6 ... #7 [auth] library/docker:pull token for registry-1.docker.io #7 DONE 0.0s #6 [internal] load metadata for docker.io/library/docker:20.10-dind #6 DONE 0.3s #8 [internal] load build context #8 transferring context: 2.27kB done #8 DONE 0.0s #9 [1/5] FROM docker.io/library/docker:20.10-dind@sha256:b848ea12a51f9be34b5ad6774a93a015fee1c2017d1896414c2f8fbaeb0c87d3 #9 resolve docker.io/library/docker:20.10-dind@sha256:b848ea12a51f9be34b5ad6774a93a015fee1c2017d1896414c2f8fbaeb0c87d3 done #9 sha256:3c93c0395b735e750e72393aee594472c99ccb36f482c3f75bb9c07897cff4f4 11.32kB / 11.32kB done #9 sha256:c225df1fc0746a5331302226e8e5e682a06ae56de3db5529d4618307dd23516a 3.25kB / 3.25kB done #9 sha256:b848ea12a51f9be34b5ad6774a93a015fee1c2017d1896414c2f8fbaeb0c87d3 549B / 549B done #9 DONE 0.3s #10 [2/5] RUN apk add --no-cache --upgrade openssh #10 0.357 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz #10 1.477 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz #10 1.687 (1/5) Upgrading libcrypto3 (3.0.8-r3 -> 3.0.8-r4) #10 1.724 (2/5) Installing openssh-sftp-server (9.1_p1-r2) #10 1.728 (3/5) Installing openssh-server-common (9.1_p1-r2) #10 1.730 (4/5) Installing openssh-server (9.1_p1-r2) #10 1.739 (5/5) Installing openssh (9.1_p1-r2) #10 1.744 Executing busybox-1.35.0-r29.trigger #10 1.748 Executing ca-certificates-20220614-r4.trigger #10 1.802 OK: 33 MiB in 60 packages #10 DONE 1.9s #11 [3/5] COPY tests/ssh/config/server /etc/ssh/ #11 DONE 0.1s #12 [4/5] COPY tests/ssh/config/client/id_rsa.pub /root/.ssh/authorized_keys #12 DONE 0.1s #13 [5/5] RUN chmod -R 600 /etc/ssh && chmod -R 600 /root/.ssh && ln -s /usr/local/bin/docker /usr/bin/docker #13 DONE 0.6s #14 exporting to image #14 exporting layers #14 exporting layers 0.1s done #14 writing image sha256:840542d5bb46c698cf16ca44162f4aa5e393fb9ff77b590d51d36344afe067a3 done #14 naming to docker.io/dockerpinata/docker-py:sshdind-fc74d71963e928e51458eb498663dbf784169660 done #14 DONE 0.1s [Pipeline] isUnix [Pipeline] sh + docker tag dockerpinata/docker-py:sshdind-fc74d71963e928e51458eb498663dbf784169660 dockerpinata/docker-py:sshdind-fc74d71963e928e51458eb498663dbf784169660 [Pipeline] isUnix [Pipeline] sh + docker push dockerpinata/docker-py:sshdind-fc74d71963e928e51458eb498663dbf784169660 The push refers to repository [docker.io/dockerpinata/docker-py] bc293fee922b: Preparing c82dfafaefe6: Preparing bb0929825014: Preparing 602664462b5f: Preparing 40bcc9714553: Preparing d37a57834558: Preparing b3e14accb281: Preparing b604e2ab5d3a: Preparing 2d7bd1190e73: Preparing 8cd5b4869ba5: Preparing 11eae8314bcc: Preparing 7e27c169be41: Preparing e07e0df35f5e: Preparing ec2c12d6975b: Preparing 973cb6a02259: Preparing 7c6b4763f1d2: Preparing c985518cb420: Preparing f1417ff83b31: Preparing d37a57834558: Waiting b3e14accb281: Waiting b604e2ab5d3a: Waiting 2d7bd1190e73: Waiting 8cd5b4869ba5: Waiting 11eae8314bcc: Waiting 7e27c169be41: Waiting e07e0df35f5e: Waiting ec2c12d6975b: Waiting 973cb6a02259: Waiting 7c6b4763f1d2: Waiting c985518cb420: Waiting f1417ff83b31: Waiting 40bcc9714553: Layer already exists d37a57834558: Layer already exists b3e14accb281: Layer already exists b604e2ab5d3a: Layer already exists 2d7bd1190e73: Layer already exists 8cd5b4869ba5: Layer already exists 11eae8314bcc: Layer already exists 7e27c169be41: Layer already exists e07e0df35f5e: Layer already exists ec2c12d6975b: Layer already exists 973cb6a02259: Layer already exists 7c6b4763f1d2: Layer already exists c985518cb420: Layer already exists f1417ff83b31: Layer already exists c82dfafaefe6: Pushed bc293fee922b: Pushed bb0929825014: Pushed 602664462b5f: Pushed sshdind-fc74d71963e928e51458eb498663dbf784169660: digest: sha256:056a467bc56b4927dd2232a420312b2ba8f650e40a52c994cdfdb9d102608294 size: 4085 [Pipeline] isUnix [Pipeline] sh + docker pull dockerpinata/docker-py:py3-fc74d71963e928e51458eb498663dbf784169660 Error response from daemon: manifest for dockerpinata/docker-py:py3-fc74d71963e928e51458eb498663dbf784169660 not found: manifest unknown: manifest unknown [Pipeline] isUnix [Pipeline] sh + docker build -t dockerpinata/docker-py:py3-fc74d71963e928e51458eb498663dbf784169660 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.10 . #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 1.76kB done #1 DONE 0.0s #2 [internal] load .dockerignore #2 transferring context: 161B done #2 DONE 0.0s #3 resolve image config for docker.io/docker/dockerfile:1 #3 DONE 0.1s #4 docker-image://docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 #4 CACHED #5 [internal] load metadata for docker.io/library/python:3.10 #5 ... #6 [auth] library/python:pull token for registry-1.docker.io #6 DONE 0.0s #5 [internal] load metadata for docker.io/library/python:3.10 #5 DONE 0.3s #7 [stage-0 1/20] FROM docker.io/library/python:3.10@sha256:f12d5573aa14fafc4b86ac76726fabdd1216e03f2dbd82e10406f302677a3754 #7 resolve docker.io/library/python:3.10@sha256:f12d5573aa14fafc4b86ac76726fabdd1216e03f2dbd82e10406f302677a3754 0.0s done #7 ... #8 [internal] load build context #8 transferring context: 1.24MB 0.1s done #8 DONE 0.1s #7 [stage-0 1/20] FROM docker.io/library/python:3.10@sha256:f12d5573aa14fafc4b86ac76726fabdd1216e03f2dbd82e10406f302677a3754 #7 sha256:88fb365ea5d52ec8f5799f40a4742b9fb3c91dac92f7048eabaae194a25ccc28 2.22kB / 2.22kB done #7 sha256:f12d5573aa14fafc4b86ac76726fabdd1216e03f2dbd82e10406f302677a3754 2.14kB / 2.14kB done #7 sha256:c339f65d6ddf665efdc389c8eb69fe4bc3028f82210019336ba8b98126a70aed 7.90kB / 7.90kB done #7 DONE 0.2s #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 #9 DONE 0.4s #10 [stage-0 3/20] RUN apt-get update && apt-get -y install --no-install-recommends gnupg2 pass #10 0.705 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] #10 0.715 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] #10 0.715 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] #10 0.810 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] #10 0.916 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [237 kB] #10 1.037 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] #10 2.058 Fetched 8643 kB in 2s (5367 kB/s) #10 2.058 Reading package lists... #10 2.573 Reading package lists... #10 3.076 Building dependency tree... #10 3.182 Reading state information... #10 3.300 The following additional packages will be installed: #10 3.300 tree #10 3.301 Suggested packages: #10 3.301 python libxml-simple-perl ruby #10 3.301 Recommended packages: #10 3.301 qrencode xclip #10 3.353 The following NEW packages will be installed: #10 3.354 gnupg2 pass tree #10 3.622 0 upgraded, 3 newly installed, 0 to remove and 27 not upgraded. #10 3.622 Need to get 523 kB of archives. #10 3.622 After this operation, 727 kB of additional disk space will be used. #10 3.622 Get:1 http://deb.debian.org/debian bullseye/main amd64 gnupg2 all 2.2.27-2+deb11u2 [434 kB] #10 3.629 Get:2 http://deb.debian.org/debian bullseye/main amd64 tree amd64 1.8.0-1+b1 [49.6 kB] #10 3.630 Get:3 http://deb.debian.org/debian bullseye/main amd64 pass all 1.7.3-2 [39.2 kB] #10 3.765 debconf: delaying package configuration, since apt-utils is not installed #10 3.801 Fetched 523 kB in 0s (1920 kB/s) #10 3.824 Selecting previously unselected package gnupg2. #10 3.824 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23426 files and directories currently installed.) #10 3.842 Preparing to unpack .../gnupg2_2.2.27-2+deb11u2_all.deb ... #10 3.845 Unpacking gnupg2 (2.2.27-2+deb11u2) ... #10 3.880 Selecting previously unselected package tree. #10 3.883 Preparing to unpack .../tree_1.8.0-1+b1_amd64.deb ... #10 3.886 Unpacking tree (1.8.0-1+b1) ... #10 3.927 Selecting previously unselected package pass. #10 3.929 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ... #10 3.937 Unpacking pass (1.7.3-2) ... #10 3.992 Setting up gnupg2 (2.2.27-2+deb11u2) ... #10 4.003 Setting up tree (1.8.0-1+b1) ... #10 4.014 Setting up pass (1.7.3-2) ... #10 DONE 4.1s #11 [stage-0 4/20] COPY tests/ssh/config/client /root/.ssh #11 DONE 0.1s #12 [stage-0 5/20] COPY tests/ssh/config/server/known_ed25519.pub /root/.ssh/known_hosts #12 DONE 0.0s #13 [stage-0 6/20] RUN sed -i '1s;^;dpy-dind-ssh ;' /root/.ssh/known_hosts #13 DONE 0.5s #14 [stage-0 7/20] RUN chmod -R 600 /root/.ssh #14 DONE 0.5s #15 [stage-0 8/20] COPY ./tests/gpg-keys /gpg-keys #15 DONE 0.1s #16 [stage-0 9/20] RUN gpg2 --import gpg-keys/secret #16 0.403 gpg: directory '/root/.gnupg' created #16 0.404 gpg: keybox '/root/.gnupg/pubring.kbx' created #16 0.406 gpg: /root/.gnupg/trustdb.gpg: trustdb created #16 0.406 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi " imported #16 0.412 gpg: key 464ED987A7B21401: secret key imported #16 0.412 gpg: Total number processed: 1 #16 0.412 gpg: imported: 1 #16 0.412 gpg: secret keys read: 1 #16 0.412 gpg: secret keys imported: 1 #16 DONE 0.5s #17 [stage-0 10/20] RUN gpg2 --import-ownertrust gpg-keys/ownertrust #17 0.433 gpg: inserting ownertrust of 6 #17 DONE 0.5s #18 [stage-0 11/20] RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}') #18 0.464 gpg: please do a --check-trustdb #18 0.480 mkdir: created directory '/root/.password-store/' #18 0.481 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401 #18 DONE 0.5s #19 [stage-0 12/20] RUN gpg2 --check-trustdb #19 0.546 gpg: marginals needed: 3 completes needed: 1 trust model: pgp #19 0.547 gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u #19 DONE 0.6s #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 #20 DONE 0.7s #21 [stage-0 14/20] WORKDIR /src #21 DONE 0.0s #22 [stage-0 15/20] COPY requirements.txt /src/requirements.txt #22 DONE 0.1s #23 [stage-0 16/20] RUN --mount=type=cache,target=/root/.cache/pip pip install -r requirements.txt #23 1.862 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment #23 6.022 Collecting packaging==21.3 #23 7.058 Downloading packaging-21.3-py3-none-any.whl (40 kB) #23 7.066 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.8/40.8 kB 7.5 MB/s eta 0:00:00 #23 7.121 Collecting paramiko==2.11.0 #23 7.125 Downloading paramiko-2.11.0-py2.py3-none-any.whl (212 kB) #23 7.135 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.9/212.9 kB 29.2 MB/s eta 0:00:00 #23 7.190 Collecting requests==2.28.1 #23 7.194 Downloading requests-2.28.1-py3-none-any.whl (62 kB) #23 7.200 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 kB 14.1 MB/s eta 0:00:00 #23 7.258 Collecting urllib3==1.26.11 #23 7.264 Downloading urllib3-1.26.11-py2.py3-none-any.whl (139 kB) #23 7.272 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.9/139.9 kB 21.9 MB/s eta 0:00:00 #23 7.310 Collecting websocket-client==1.3.3 #23 7.315 Downloading websocket_client-1.3.3-py3-none-any.whl (54 kB) #23 7.323 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.3/54.3 kB 8.4 MB/s eta 0:00:00 #23 7.380 Collecting pyparsing!=3.0.5,>=2.0.2 #23 7.383 Downloading pyparsing-3.0.9-py3-none-any.whl (98 kB) #23 7.390 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.3/98.3 kB 22.2 MB/s eta 0:00:00 #23 7.452 Collecting pynacl>=1.0.1 #23 7.457 Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB) #23 7.470 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 856.7/856.7 kB 74.4 MB/s eta 0:00:00 #23 7.499 Collecting six #23 7.504 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) #23 7.579 Collecting bcrypt>=3.1.3 #23 7.583 Downloading bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (593 kB) #23 7.596 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 593.7/593.7 kB 58.2 MB/s eta 0:00:00 #23 7.919 Collecting cryptography>=2.5 #23 7.928 Downloading cryptography-40.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (3.7 MB) #23 7.965 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.7/3.7 MB 107.2 MB/s eta 0:00:00 #23 8.018 Collecting certifi>=2017.4.17 #23 8.022 Downloading certifi-2022.12.7-py3-none-any.whl (155 kB) #23 8.030 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 kB 27.6 MB/s eta 0:00:00 #23 8.133 Collecting charset-normalizer<3,>=2 #23 8.137 Downloading charset_normalizer-2.1.1-py3-none-any.whl (39 kB) #23 8.173 Collecting idna<4,>=2.5 #23 8.176 Downloading idna-3.4-py3-none-any.whl (61 kB) #23 8.183 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 12.1 MB/s eta 0:00:00 #23 8.461 Collecting cffi>=1.12 #23 8.465 Downloading cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) #23 8.474 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 441.8/441.8 kB 61.4 MB/s eta 0:00:00 #23 8.518 Collecting pycparser #23 8.522 Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB) #23 8.529 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 kB 22.2 MB/s eta 0:00:00 #23 8.651 Installing collected packages: websocket-client, urllib3, six, pyparsing, pycparser, idna, charset-normalizer, certifi, bcrypt, requests, packaging, cffi, pynacl, cryptography, paramiko #23 9.593 Successfully installed bcrypt-4.0.1 certifi-2022.12.7 cffi-1.15.1 charset-normalizer-2.1.1 cryptography-40.0.2 idna-3.4 packaging-21.3 paramiko-2.11.0 pycparser-2.21 pynacl-1.5.0 pyparsing-3.0.9 requests-2.28.1 six-1.16.0 urllib3-1.26.11 websocket-client-1.3.3 #23 9.593 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv #23 13.78 #23 13.78 [notice] A new release of pip is available: 23.0.1 -> 23.1.2 #23 13.78 [notice] To update, run: pip install --upgrade pip #23 DONE 14.1s #24 [stage-0 17/20] COPY test-requirements.txt /src/test-requirements.txt #24 DONE 0.1s #25 [stage-0 18/20] RUN --mount=type=cache,target=/root/.cache/pip pip install -r test-requirements.txt #25 0.747 Requirement already satisfied: setuptools==65.5.1 in /usr/local/lib/python3.10/site-packages (from -r test-requirements.txt (line 1)) (65.5.1) #25 5.335 Collecting coverage==6.4.2 #25 6.386 Downloading coverage-6.4.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (212 kB) #25 6.399 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.3/212.3 kB 22.5 MB/s eta 0:00:00 #25 6.448 Collecting flake8==4.0.1 #25 6.460 Downloading flake8-4.0.1-py2.py3-none-any.whl (64 kB) #25 6.467 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.1/64.1 kB 12.3 MB/s eta 0:00:00 #25 6.553 Collecting pytest==7.1.2 #25 6.559 Downloading pytest-7.1.2-py3-none-any.whl (297 kB) #25 6.573 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 297.0/297.0 kB 26.0 MB/s eta 0:00:00 #25 6.608 Collecting pytest-cov==3.0.0 #25 6.617 Downloading pytest_cov-3.0.0-py3-none-any.whl (20 kB) #25 6.648 Collecting pytest-timeout==2.1.0 #25 6.652 Downloading pytest_timeout-2.1.0-py3-none-any.whl (12 kB) #25 6.689 Collecting mccabe<0.7.0,>=0.6.0 #25 6.693 Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB) #25 6.725 Collecting pycodestyle<2.9.0,>=2.8.0 #25 6.729 Downloading pycodestyle-2.8.0-py2.py3-none-any.whl (42 kB) #25 6.735 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.1/42.1 kB 8.3 MB/s eta 0:00:00 #25 6.765 Collecting pyflakes<2.5.0,>=2.4.0 #25 6.769 Downloading pyflakes-2.4.0-py2.py3-none-any.whl (69 kB) #25 6.776 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 69.7/69.7 kB 14.5 MB/s eta 0:00:00 #25 6.818 Collecting tomli>=1.0.0 #25 6.822 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) #25 6.860 Collecting py>=1.8.2 #25 6.864 Downloading py-1.11.0-py2.py3-none-any.whl (98 kB) #25 6.879 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.7/98.7 kB 6.6 MB/s eta 0:00:00 #25 6.882 Requirement already satisfied: packaging in /usr/local/lib/python3.10/site-packages (from pytest==7.1.2->-r test-requirements.txt (line 4)) (21.3) #25 6.912 Collecting attrs>=19.2.0 #25 6.916 Downloading attrs-23.1.0-py3-none-any.whl (61 kB) #25 6.922 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 14.1 MB/s eta 0:00:00 #25 6.951 Collecting pluggy<2.0,>=0.12 #25 6.955 Downloading pluggy-1.0.0-py2.py3-none-any.whl (13 kB) #25 7.007 Collecting iniconfig #25 7.010 Downloading iniconfig-2.0.0-py3-none-any.whl (5.9 kB) #25 7.046 Collecting coverage[toml]>=5.2.1 #25 7.051 Downloading coverage-7.2.5-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (228 kB) #25 7.059 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 228.2/228.2 kB 38.8 MB/s eta 0:00:00 #25 7.107 Downloading coverage-7.2.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (228 kB) #25 7.116 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 228.2/228.2 kB 33.1 MB/s eta 0:00:00 #25 7.132 Downloading coverage-7.2.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (227 kB) #25 7.142 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 228.0/228.0 kB 26.9 MB/s eta 0:00:00 #25 7.157 Downloading coverage-7.2.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (227 kB) #25 7.166 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.5/227.5 kB 35.6 MB/s eta 0:00:00 #25 7.181 Downloading coverage-7.2.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (227 kB) #25 7.190 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.3/227.3 kB 34.5 MB/s eta 0:00:00 #25 7.205 Downloading coverage-7.2.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (227 kB) #25 7.213 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.4/227.4 kB 37.1 MB/s eta 0:00:00 #25 7.231 Downloading coverage-7.1.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (226 kB) #25 7.240 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 226.7/226.7 kB 35.9 MB/s eta 0:00:00 #25 7.256 Downloading coverage-7.0.5-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (225 kB) #25 7.264 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 225.9/225.9 kB 37.9 MB/s eta 0:00:00 #25 7.279 Downloading coverage-7.0.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (225 kB) #25 7.288 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 225.3/225.3 kB 36.1 MB/s eta 0:00:00 #25 7.303 Downloading coverage-7.0.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (224 kB) #25 7.311 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 224.8/224.8 kB 37.9 MB/s eta 0:00:00 #25 7.354 Downloading coverage-7.0.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (224 kB) #25 7.363 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 224.4/224.4 kB 34.0 MB/s eta 0:00:00 #25 7.446 Downloading coverage-7.0.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (216 kB) #25 7.454 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 216.0/216.0 kB 38.5 MB/s eta 0:00:00 #25 7.482 Downloading coverage-7.0.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (215 kB) #25 7.490 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 215.9/215.9 kB 34.3 MB/s eta 0:00:00 #25 7.506 Downloading coverage-6.5.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (213 kB) #25 7.514 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 213.3/213.3 kB 36.4 MB/s eta 0:00:00 #25 7.529 Downloading coverage-6.4.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (212 kB) #25 7.537 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.5/212.5 kB 31.4 MB/s eta 0:00:00 #25 7.563 Downloading coverage-6.4.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (212 kB) #25 7.620 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.5/212.5 kB 3.7 MB/s eta 0:00:00 #25 7.669 Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.10/site-packages (from packaging->pytest==7.1.2->-r test-requirements.txt (line 4)) (3.0.9) #25 7.831 Installing collected packages: mccabe, tomli, pyflakes, pycodestyle, py, pluggy, iniconfig, coverage, attrs, pytest, flake8, pytest-timeout, pytest-cov #25 8.409 Successfully installed attrs-23.1.0 coverage-6.4.2 flake8-4.0.1 iniconfig-2.0.0 mccabe-0.6.1 pluggy-1.0.0 py-1.11.0 pycodestyle-2.8.0 pyflakes-2.4.0 pytest-7.1.2 pytest-cov-3.0.0 pytest-timeout-2.1.0 tomli-2.0.1 #25 8.410 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv #25 8.417 #25 8.417 [notice] A new release of pip is available: 23.0.1 -> 23.1.2 #25 8.417 [notice] To update, run: pip install --upgrade pip #25 DONE 8.6s #26 [stage-0 19/20] COPY . /src #26 DONE 0.1s #27 [stage-0 20/20] RUN --mount=type=cache,target=/root/.cache/pip pip install -e . #27 0.772 Obtaining file:///src #27 0.775 Installing build dependencies: started #27 7.704 Installing build dependencies: finished with status 'done' #27 7.707 Checking if build backend supports build_editable: started #27 7.864 Checking if build backend supports build_editable: finished with status 'done' #27 7.866 Getting requirements to build editable: started #27 8.001 Getting requirements to build editable: finished with status 'done' #27 8.005 Installing backend dependencies: started #27 13.82 Installing backend dependencies: finished with status 'done' #27 13.82 Preparing editable metadata (pyproject.toml): started #27 14.14 Preparing editable metadata (pyproject.toml): finished with status 'done' #27 14.15 Requirement already satisfied: urllib3>=1.26.0 in /usr/local/lib/python3.10/site-packages (from docker==99.0.0+docker) (1.26.11) #27 14.15 Requirement already satisfied: packaging>=14.0 in /usr/local/lib/python3.10/site-packages (from docker==99.0.0+docker) (21.3) #27 14.15 Requirement already satisfied: requests>=2.26.0 in /usr/local/lib/python3.10/site-packages (from docker==99.0.0+docker) (2.28.1) #27 14.16 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.10/site-packages (from docker==99.0.0+docker) (1.3.3) #27 14.16 Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.10/site-packages (from packaging>=14.0->docker==99.0.0+docker) (3.0.9) #27 14.17 Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/site-packages (from requests>=2.26.0->docker==99.0.0+docker) (3.4) #27 14.17 Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/site-packages (from requests>=2.26.0->docker==99.0.0+docker) (2.1.1) #27 14.17 Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.10/site-packages (from requests>=2.26.0->docker==99.0.0+docker) (2022.12.7) #27 14.19 Building wheels for collected packages: docker #27 14.19 Building editable for docker (pyproject.toml): started #27 14.53 Building editable for docker (pyproject.toml): finished with status 'done' #27 14.53 Created wheel for docker: filename=docker-99.0.0+docker-0.editable-py3-none-any.whl size=7621 sha256=fef3a131fc586e747d222ad766bf874f7d0b48531d64348b870822dce097aec3 #27 14.53 Stored in directory: /tmp/pip-ephem-wheel-cache-c64sm0xl/wheels/5c/9b/23/f031c1877ee9aa5bf3ddc51ccc1ac38428d83c5d6eec32a03f #27 14.53 Successfully built docker #27 14.65 Installing collected packages: docker #27 14.67 Successfully installed docker-99.0.0+docker #27 14.67 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv #27 14.68 #27 14.68 [notice] A new release of pip is available: 23.0.1 -> 23.1.2 #27 14.68 [notice] To update, run: pip install --upgrade pip #27 DONE 14.9s #28 exporting to image #28 exporting layers #28 exporting layers 0.7s done #28 writing image sha256:abd7af112c9ecf2e54d35668b02e105b8eee0bf7ee5c6af25553fe55a9522db3 done #28 naming to docker.io/dockerpinata/docker-py:py3-fc74d71963e928e51458eb498663dbf784169660 done #28 DONE 0.7s [Pipeline] isUnix [Pipeline] sh + docker tag dockerpinata/docker-py:py3-fc74d71963e928e51458eb498663dbf784169660 dockerpinata/docker-py:py3-fc74d71963e928e51458eb498663dbf784169660 [Pipeline] isUnix [Pipeline] sh + docker push dockerpinata/docker-py:py3-fc74d71963e928e51458eb498663dbf784169660 The push refers to repository [docker.io/dockerpinata/docker-py] b00ec6bd2635: Preparing 58d052de560a: Preparing 133860528887: Preparing 1ff2b3797029: Preparing 56317b1767a9: Preparing b9d1337b3bcb: Preparing 262ca979d6c9: Preparing 8930ad9a4a60: Preparing e081213276ec: Preparing 4f63e7d13f21: Preparing 9b6d7d9b84c9: Preparing 05e6c731955e: Preparing e8a75e554fc1: Preparing 06ec8c701b5b: Preparing 5d9fbcd66f27: Preparing a7fb79139ca0: Preparing 3c4da2a8131a: Preparing 427f25845157: Preparing 426bbd5ebc4a: Preparing 567c99960084: Preparing c64253d875f4: Preparing e2f2bb73c47d: Preparing 807e5e673844: Preparing cfd0811d364e: Preparing b86f260e173a: Preparing 6a1ebb98b0dc: Preparing 24b48387f467: Preparing ae56c0c5405b: Preparing b9d1337b3bcb: Waiting 262ca979d6c9: Waiting 8930ad9a4a60: Waiting e081213276ec: Waiting 4f63e7d13f21: Waiting 9b6d7d9b84c9: Waiting 05e6c731955e: Waiting e8a75e554fc1: Waiting 06ec8c701b5b: Waiting 5d9fbcd66f27: Waiting a7fb79139ca0: Waiting 3c4da2a8131a: Waiting 427f25845157: Waiting 426bbd5ebc4a: Waiting 567c99960084: Waiting c64253d875f4: Waiting e2f2bb73c47d: Waiting 807e5e673844: Waiting cfd0811d364e: Waiting b86f260e173a: Waiting 6a1ebb98b0dc: Waiting 24b48387f467: Waiting ae56c0c5405b: Waiting b00ec6bd2635: Pushed 1ff2b3797029: Pushed 58d052de560a: Pushed 133860528887: Pushed b9d1337b3bcb: Pushed 262ca979d6c9: Pushed e081213276ec: Pushed 8930ad9a4a60: Pushed 9b6d7d9b84c9: Pushed 4f63e7d13f21: Pushed 56317b1767a9: Pushed 05e6c731955e: Pushed e8a75e554fc1: Pushed 06ec8c701b5b: Pushed 5d9fbcd66f27: Pushed 567c99960084: Layer already exists c64253d875f4: Layer already exists e2f2bb73c47d: Layer already exists 807e5e673844: Layer already exists cfd0811d364e: Layer already exists a7fb79139ca0: Pushed b86f260e173a: Layer already exists 6a1ebb98b0dc: Layer already exists 24b48387f467: Layer already exists ae56c0c5405b: Layer already exists 3c4da2a8131a: Pushed 426bbd5ebc4a: Pushed 427f25845157: Pushed py3-fc74d71963e928e51458eb498663dbf784169660: digest: sha256:aae994e6b12c4cff235a7703a4fde54d7a351dc051a2d8cf91c261ccf457f2b0 size: 6178 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] node Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-00fcef8f76508ab19) in /home/ubuntu/workspace/docker-py_PR-3117 [Pipeline] { [Pipeline] withDockerRegistry $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-3117@tmp/55da073f-224e-4a95-8064-75df586c6e2a/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] sh + docker run --rm --entrypoint=python dockerpinata/docker-py:py3-fc74d71963e928e51458eb498663dbf784169660 /src/scripts/versions.py [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] parallel [Pipeline] { (Branch: py3.10_19.03.12) [Pipeline] { (Branch: py3.10_23.0.5) [Pipeline] { (Branch: py3.10_24.0.0-rc.1) [Pipeline] { (Branch: py3.10_19.03.13) [Pipeline] node [Pipeline] node [Pipeline] node Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-00fcef8f76508ab19) in /home/ubuntu/workspace/docker-py_PR-3117 [Pipeline] node [Pipeline] { [Pipeline] withDockerRegistry $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0a0dc6dd0ee9c1709) in /home/ubuntu/workspace/docker-py_PR-3117 [Pipeline] { [Pipeline] withDockerRegistry Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-00ac3b0933b0bd70a) in /home/ubuntu/workspace/docker-py_PR-3117 [Pipeline] { [Pipeline] withDockerRegistry $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-04d08b89d912089e1) in /home/ubuntu/workspace/docker-py_PR-3117 [Pipeline] { [Pipeline] withDockerRegistry $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-3117@tmp/ddab9df3-4887-4dcd-b865-a9698a038923/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-3117@tmp/f8ac4e0a-8eef-430b-9c6d-e5e167323456/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-3117@tmp/76f6beb7-b9cf-4288-a699-d78d58534ca3/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-3117@tmp/79d5d6a5-d1a2-4deb-9b76-8852918438d4/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-3117:/workspace busybox chown -R 1000:1000 /workspace + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-3117:/workspace busybox chown -R 1000:1000 /workspace + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-3117:/workspace busybox chown -R 1000:1000 /workspace + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-3117:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] echo Removing all docker containers [Pipeline] sh [Pipeline] echo Removing all docker containers [Pipeline] sh [Pipeline] echo Removing all docker containers [Pipeline] sh [Pipeline] echo Removing all docker containers [Pipeline] sh + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir + docker container ls -aq [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py3.10 / docker=23.0.5) [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir + docker container ls -aq [Pipeline] checkout The recommended git tool is: git [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py3.10 / docker=19.03.13) [Pipeline] checkout The recommended git tool is: git using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py3.10 / docker=24.0.0-rc.1) using credential docker-jenkins-github-credentials [Pipeline] checkout + docker container ls -aq Cloning the remote Git repository Cloning with configured refspecs honoured and without tags [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py3.10 / docker=19.03.12) [Pipeline] checkout The recommended git tool is: git The recommended git tool is: git using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_PR-3117 # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/3117/head:refs/remotes/origin/PR-3117 +refs/heads/main:refs/remotes/origin/main # timeout=10 Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_PR-3117 # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/3117/head:refs/remotes/origin/PR-3117 +refs/heads/main:refs/remotes/origin/main # timeout=10 Fetching without tags Fetching without tags Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_PR-3117 # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/3117/head:refs/remotes/origin/PR-3117 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/3117/head:refs/remotes/origin/PR-3117 # timeout=10 > git config --add remote.origin.fetch +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/3117/head:refs/remotes/origin/PR-3117 +refs/heads/main:refs/remotes/origin/main # timeout=10 Fetching without tags Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_PR-3117 # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/3117/head:refs/remotes/origin/PR-3117 +refs/heads/main:refs/remotes/origin/main # timeout=10 Fetching without tags > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/3117/head:refs/remotes/origin/PR-3117 # timeout=10 > git config --add remote.origin.fetch +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/3117/head:refs/remotes/origin/PR-3117 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit a02ba743338c27fd9348af2cf7767b140501734d into PR head commit fc74d71963e928e51458eb498663dbf784169660 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/3117/head:refs/remotes/origin/PR-3117 # timeout=10 > git config --add remote.origin.fetch +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/3117/head:refs/remotes/origin/PR-3117 +refs/heads/main:refs/remotes/origin/main # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Failed in branch py3.10_23.0.5 Merging remotes/origin/main commit a02ba743338c27fd9348af2cf7767b140501734d into PR head commit fc74d71963e928e51458eb498663dbf784169660 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Failed in branch py3.10_24.0.0-rc.1 Merging remotes/origin/main commit a02ba743338c27fd9348af2cf7767b140501734d into PR head commit fc74d71963e928e51458eb498663dbf784169660 [Pipeline] } Merging remotes/origin/main commit a02ba743338c27fd9348af2cf7767b140501734d into PR head commit fc74d71963e928e51458eb498663dbf784169660 [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Failed in branch py3.10_19.03.12 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Failed in branch py3.10_19.03.13 [Pipeline] // parallel [Pipeline] End of Pipeline Could not update commit status, please check if your scan credentials belong to a member of the organization or a collaborator of the repository and repo:status scope is selected GitHub has been notified of this commit’s build result hudson.plugins.git.GitException: Command "git checkout -f fc74d71963e928e51458eb498663dbf784169660" returned status code 128: stdout: stderr: fatal: reference is not a tree: fc74d71963e928e51458eb498663dbf784169660 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2639) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1100(CliGitAPIImpl.java:84) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2956) Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-00fcef8f76508ab19) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) at hudson.remoting.Channel.call(Channel.java:1001) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146) at sun.reflect.GeneratedMethodAccessor939.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132) at com.sun.proxy.$Proxy451.execute(Unknown Source) at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:145) at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:111) at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1163) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1302) at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:125) at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93) at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80) at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Also: hudson.plugins.git.GitException: Command "git checkout -f fc74d71963e928e51458eb498663dbf784169660" returned status code 128: stdout: stderr: fatal: reference is not a tree: fc74d71963e928e51458eb498663dbf784169660 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2639) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1100(CliGitAPIImpl.java:84) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2956) Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0a0dc6dd0ee9c1709) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) at hudson.remoting.Channel.call(Channel.java:1001) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146) at sun.reflect.GeneratedMethodAccessor939.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132) at com.sun.proxy.$Proxy451.execute(Unknown Source) at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:145) at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:111) at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1163) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1302) at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:125) at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93) at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80) at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused: hudson.plugins.git.GitException: Could not checkout fc74d71963e928e51458eb498663dbf784169660 Also: hudson.plugins.git.GitException: Command "git checkout -f fc74d71963e928e51458eb498663dbf784169660" returned status code 128: stdout: stderr: fatal: reference is not a tree: fc74d71963e928e51458eb498663dbf784169660 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2639) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1100(CliGitAPIImpl.java:84) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2956) Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-04d08b89d912089e1) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) at hudson.remoting.Channel.call(Channel.java:1001) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146) at sun.reflect.GeneratedMethodAccessor939.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132) at com.sun.proxy.$Proxy451.execute(Unknown Source) at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:145) at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:111) at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1163) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1302) at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:125) at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93) at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80) at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused: hudson.plugins.git.GitException: Could not checkout fc74d71963e928e51458eb498663dbf784169660 Also: hudson.plugins.git.GitException: Command "git checkout -f fc74d71963e928e51458eb498663dbf784169660" returned status code 128: stdout: stderr: fatal: reference is not a tree: fc74d71963e928e51458eb498663dbf784169660 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2639) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1100(CliGitAPIImpl.java:84) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2956) Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-00ac3b0933b0bd70a) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) at hudson.remoting.Channel.call(Channel.java:1001) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146) at sun.reflect.GeneratedMethodAccessor939.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132) at com.sun.proxy.$Proxy451.execute(Unknown Source) at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:145) at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:111) at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1163) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1302) at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:125) at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93) at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80) at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused: hudson.plugins.git.GitException: Could not checkout fc74d71963e928e51458eb498663dbf784169660 Caused: hudson.plugins.git.GitException: Could not checkout fc74d71963e928e51458eb498663dbf784169660 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2980) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:154) at hudson.remoting.UserRequest.perform(UserRequest.java:211) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:376) at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) at java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.lang.Thread.run(Thread.java:829) Finished: FAILURE