Pull request #3090 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch main at 34e6829dd40e99e9ba47ea02fcfabda09e08d36e rather than a2d1c43ce901de654dfd0fc1556dab559b831dcf Obtained Jenkinsfile from 34e6829dd40e99e9ba47ea02fcfabda09e08d36e Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a The recommended git tool is: NONE using credential jps-reader > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/docker-py_PR-3090@libs/jps/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10 Commit message: "Merge pull request #26 from docker/add-retry-to-vpn-image-pull" > git rev-list --no-walk 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-08fe739d128d943b7)’ Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-08fe739d128d943b7) in /home/ubuntu/workspace/docker-py_PR-3090 [Pipeline] { [Pipeline] withDockerRegistry $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-3090@tmp/60b3e2d4-2ef1-4479-bf68-ec81289cbe82/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-3090:/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 Fetching without tags Merging remotes/origin/main commit 34e6829dd40e99e9ba47ea02fcfabda09e08d36e into PR head commit a2d1c43ce901de654dfd0fc1556dab559b831dcf Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_PR-3090 # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/3090/head:refs/remotes/origin/PR-3090 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/3090/head:refs/remotes/origin/PR-3090 # timeout=10 > git config --add remote.origin.fetch +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/3090/head:refs/remotes/origin/PR-3090 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a2d1c43ce901de654dfd0fc1556dab559b831dcf # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git merge 34e6829dd40e99e9ba47ea02fcfabda09e08d36e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 Merge succeeded, producing a2d1c43ce901de654dfd0fc1556dab559b831dcf Checking out Revision a2d1c43ce901de654dfd0fc1556dab559b831dcf (PR-3090) Commit message: "Fix typos" First time build. Skipping changelog. [Pipeline] sh + git rev-parse HEAD [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh + docker pull dockerpinata/docker-py:sshdind-a2d1c43ce901de654dfd0fc1556dab559b831dcf Error response from daemon: manifest for dockerpinata/docker-py:sshdind-a2d1c43ce901de654dfd0fc1556dab559b831dcf not found: manifest unknown: manifest unknown [Pipeline] isUnix [Pipeline] sh > git config core.sparsecheckout # timeout=10 > git checkout -f a2d1c43ce901de654dfd0fc1556dab559b831dcf # timeout=10 > git rev-list --no-walk 8b2e3b80794bda105076712b159067f61f2d7629 # timeout=10 + docker build -t dockerpinata/docker-py:sshdind-a2d1c43ce901de654dfd0fc1556dab559b831dcf -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-3090@tmp/464f4e00-4d85-4b67-9a13-d64f3e6f9f67/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.1s #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.1s #5 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc #5 CACHED #6 [auth] library/docker:pull token for registry-1.docker.io #6 DONE 0.0s #7 [internal] load metadata for docker.io/library/docker:20.10-dind #7 DONE 0.1s #8 [1/5] FROM docker.io/library/docker:20.10-dind@sha256:85a1b877d0f59fd6c7eebaff67436e26f460347a79229cf054dbbe8d5ae9f936 #8 DONE 0.0s #9 [internal] load build context #9 transferring context: 2.27kB done #9 DONE 0.0s #10 [2/5] RUN apk add --no-cache --upgrade openssh #10 CACHED #11 [3/5] COPY tests/ssh/config/server /etc/ssh/ #11 CACHED #12 [4/5] COPY tests/ssh/config/client/id_rsa.pub /root/.ssh/authorized_keys #12 CACHED #13 [5/5] RUN chmod -R 600 /etc/ssh && chmod -R 600 /root/.ssh && ln -s /usr/local/bin/docker /usr/bin/docker #13 CACHED #14 exporting to image #14 exporting layers done #14 writing image sha256:255ca4233336db013d7fd1d564b46191515425b585cc471fbf8106ae4b1f6e89 done #14 naming to docker.io/dockerpinata/docker-py:sshdind-a2d1c43ce901de654dfd0fc1556dab559b831dcf done #14 DONE 0.0s [Pipeline] isUnix [Pipeline] sh + docker tag dockerpinata/docker-py:sshdind-a2d1c43ce901de654dfd0fc1556dab559b831dcf dockerpinata/docker-py:sshdind-a2d1c43ce901de654dfd0fc1556dab559b831dcf [Pipeline] isUnix [Pipeline] sh + docker push dockerpinata/docker-py:sshdind-a2d1c43ce901de654dfd0fc1556dab559b831dcf The push refers to repository [docker.io/dockerpinata/docker-py] de41dc2ce5a9: Preparing a6313445b12d: Preparing 300696afdbd5: Preparing eb37e1adc2ff: Preparing da15c2eda3cb: Preparing 565cc8cf7a12: Preparing 6db06fbc1add: Preparing f794bfb3e5ec: Preparing f34342c8b0b6: Preparing 33fa51a3a198: Preparing d08739e25c60: Preparing db73c63e8998: Preparing f2536bd77e79: Preparing 0ca936bc156d: Preparing 9b644fadc3f4: Preparing c723888b2753: Preparing 8e012198eea1: Preparing d08739e25c60: Waiting db73c63e8998: Waiting f2536bd77e79: Waiting 0ca936bc156d: Waiting 9b644fadc3f4: Waiting c723888b2753: Waiting 8e012198eea1: Waiting 565cc8cf7a12: Waiting 6db06fbc1add: Waiting f794bfb3e5ec: Waiting f34342c8b0b6: Waiting 33fa51a3a198: Waiting eb37e1adc2ff: Layer already exists de41dc2ce5a9: Layer already exists 300696afdbd5: Layer already exists da15c2eda3cb: Layer already exists 565cc8cf7a12: Layer already exists 6db06fbc1add: Layer already exists a6313445b12d: Layer already exists f34342c8b0b6: Layer already exists f794bfb3e5ec: Layer already exists 33fa51a3a198: Layer already exists db73c63e8998: Layer already exists f2536bd77e79: Layer already exists 0ca936bc156d: Layer already exists 9b644fadc3f4: Layer already exists c723888b2753: Layer already exists 8e012198eea1: Layer already exists d08739e25c60: Layer already exists sshdind-a2d1c43ce901de654dfd0fc1556dab559b831dcf: digest: sha256:0a16204c91d2bf27ff16ae3853864a22fb154b969e49a0190be09b9287ab149c size: 3878 [Pipeline] isUnix [Pipeline] sh + docker pull dockerpinata/docker-py:py3-a2d1c43ce901de654dfd0fc1556dab559b831dcf Error response from daemon: manifest for dockerpinata/docker-py:py3-a2d1c43ce901de654dfd0fc1556dab559b831dcf not found: manifest unknown: manifest unknown [Pipeline] isUnix [Pipeline] sh + docker build -t dockerpinata/docker-py:py3-a2d1c43ce901de654dfd0fc1556dab559b831dcf -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:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc #4 CACHED #5 [internal] load metadata for docker.io/library/python:3.10 #5 DONE 0.1s #6 [auth] library/python:pull token for registry-1.docker.io #6 DONE 0.0s #7 [stage-0 1/20] FROM docker.io/library/python:3.10@sha256:5ef345608493927ad12515e75ebe0004f5633dd5d7b08c13c52c3432e9a7963a #7 DONE 0.0s #8 [internal] load build context #8 transferring context: 1.24MB 0.0s done #8 DONE 0.1s #9 [stage-0 5/20] COPY tests/ssh/config/server/known_ed25519.pub /root/.ssh/known_hosts #9 CACHED #10 [stage-0 10/20] RUN gpg2 --import-ownertrust gpg-keys/ownertrust #10 CACHED #11 [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 #11 CACHED #12 [stage-0 6/20] RUN sed -i '1s;^;dpy-dind-ssh ;' /root/.ssh/known_hosts #12 CACHED #13 [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 #13 CACHED #14 [stage-0 9/20] RUN gpg2 --import gpg-keys/secret #14 CACHED #15 [stage-0 8/20] COPY ./tests/gpg-keys /gpg-keys #15 CACHED #16 [stage-0 12/20] RUN gpg2 --check-trustdb #16 CACHED #17 [stage-0 4/20] COPY tests/ssh/config/client /root/.ssh #17 CACHED #18 [stage-0 11/20] RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}') #18 CACHED #19 [stage-0 16/20] RUN --mount=type=cache,target=/root/.cache/pip pip install -r requirements.txt #19 CACHED #20 [stage-0 17/20] COPY test-requirements.txt /src/test-requirements.txt #20 CACHED #21 [stage-0 3/20] RUN apt-get update && apt-get -y install --no-install-recommends gnupg2 pass #21 CACHED #22 [stage-0 7/20] RUN chmod -R 600 /root/.ssh #22 CACHED #23 [stage-0 15/20] COPY requirements.txt /src/requirements.txt #23 CACHED #24 [stage-0 14/20] WORKDIR /src #24 CACHED #25 [stage-0 18/20] RUN --mount=type=cache,target=/root/.cache/pip pip install -r test-requirements.txt #25 CACHED #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.719 Obtaining file:///src #27 0.722 Installing build dependencies: started #27 6.494 Installing build dependencies: finished with status 'done' #27 6.497 WARNING: Missing build requirements in pyproject.toml for file:///src. #27 6.498 WARNING: The project does not specify a build backend, and pip cannot fall back to setuptools without 'wheel'. #27 6.499 Checking if build backend supports build_editable: started #27 6.724 Checking if build backend supports build_editable: finished with status 'done' #27 6.725 Getting requirements to build editable: started #27 6.929 Getting requirements to build editable: finished with status 'done' #27 6.933 Installing backend dependencies: started #27 11.66 Installing backend dependencies: finished with status 'done' #27 11.66 Preparing editable metadata (pyproject.toml): started #27 12.06 Preparing editable metadata (pyproject.toml): finished with status 'done' #27 12.07 Requirement already satisfied: packaging>=14.0 in /usr/local/lib/python3.10/site-packages (from docker==99.0.0+docker) (21.3) #27 12.07 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 12.07 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 12.07 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 12.07 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 12.08 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 12.08 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 12.08 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 12.11 Building wheels for collected packages: docker #27 12.11 Building editable for docker (pyproject.toml): started #27 12.51 Building editable for docker (pyproject.toml): finished with status 'done' #27 12.51 Created wheel for docker: filename=docker-99.0.0+docker-0.editable-py3-none-any.whl size=7621 sha256=419704dcacfedf1890d359196247c9ea19c2dbb3bad26b0b6b52adf0190a2cea #27 12.51 Stored in directory: /tmp/pip-ephem-wheel-cache-ftvamn2i/wheels/5c/9b/23/f031c1877ee9aa5bf3ddc51ccc1ac38428d83c5d6eec32a03f #27 12.52 Successfully built docker #27 12.64 Installing collected packages: docker #27 12.66 Successfully installed docker-99.0.0+docker #27 12.66 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 DONE 12.8s #28 exporting to image #28 exporting layers 0.1s done #28 writing image sha256:4262531a5f16cb1c89d1cee290e8810afdb7f17a03c03d4b8ae2a0581d9b0700 done #28 naming to docker.io/dockerpinata/docker-py:py3-a2d1c43ce901de654dfd0fc1556dab559b831dcf done #28 DONE 0.1s [Pipeline] isUnix [Pipeline] sh + docker tag dockerpinata/docker-py:py3-a2d1c43ce901de654dfd0fc1556dab559b831dcf dockerpinata/docker-py:py3-a2d1c43ce901de654dfd0fc1556dab559b831dcf [Pipeline] isUnix [Pipeline] sh + docker push dockerpinata/docker-py:py3-a2d1c43ce901de654dfd0fc1556dab559b831dcf The push refers to repository [docker.io/dockerpinata/docker-py] 15554214e6aa: Preparing 710970284e1d: Preparing e045754dba38: Preparing 1a9037b64def: Preparing c12d511abb15: Preparing ce892de5437b: Preparing 553a5984fa81: Preparing bc2c2f8945c5: Preparing f3caf9561659: Preparing 8774c95f72f6: Preparing 94fe37d6d49e: Preparing 1b55798c6be2: Preparing dd4dc57128b6: Preparing bf131aec64a6: Preparing 9b577150654c: Preparing ea291fdb9e53: Preparing 90204e14d682: Preparing cbf472685f6f: Preparing e9839f8e78d9: Preparing 14f8c1c57058: Preparing 7c9f55d641e2: Preparing 2a5e0ed31f5a: Preparing dc6462f7bb8b: Preparing a4db1a405763: Preparing 9f4f964da727: Preparing 49b333f7bad4: Preparing a463dbda4664: Preparing a9099c3159f5: Preparing ce892de5437b: Waiting 553a5984fa81: Waiting bc2c2f8945c5: Waiting f3caf9561659: Waiting 8774c95f72f6: Waiting 94fe37d6d49e: Waiting 1b55798c6be2: Waiting dd4dc57128b6: Waiting bf131aec64a6: Waiting 9b577150654c: Waiting ea291fdb9e53: Waiting 90204e14d682: Waiting cbf472685f6f: Waiting e9839f8e78d9: Waiting 14f8c1c57058: Waiting 7c9f55d641e2: Waiting 2a5e0ed31f5a: Waiting dc6462f7bb8b: Waiting a4db1a405763: Waiting 9f4f964da727: Waiting 49b333f7bad4: Waiting a463dbda4664: Waiting a9099c3159f5: Waiting e045754dba38: Layer already exists c12d511abb15: Layer already exists 1a9037b64def: Layer already exists 553a5984fa81: Layer already exists ce892de5437b: Layer already exists bc2c2f8945c5: Layer already exists 94fe37d6d49e: Layer already exists 8774c95f72f6: Layer already exists f3caf9561659: Layer already exists 1b55798c6be2: Layer already exists bf131aec64a6: Layer already exists dd4dc57128b6: Layer already exists 9b577150654c: Layer already exists ea291fdb9e53: Layer already exists 90204e14d682: Layer already exists cbf472685f6f: Layer already exists e9839f8e78d9: Layer already exists 14f8c1c57058: Layer already exists 2a5e0ed31f5a: Layer already exists 7c9f55d641e2: Layer already exists dc6462f7bb8b: Layer already exists a4db1a405763: Layer already exists 49b333f7bad4: Layer already exists 9f4f964da727: Layer already exists a463dbda4664: Layer already exists a9099c3159f5: Layer already exists 15554214e6aa: Pushed 710970284e1d: Pushed py3-a2d1c43ce901de654dfd0fc1556dab559b831dcf: digest: sha256:b8046b80ace62c3e114eee96447adab56baf1b6f6e403b62e05c34c6688a634a size: 6178 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] node Still waiting to schedule task ‘EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-06b82b6061f229c43)’ is offline ‘linuxone-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘linuxone-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘linuxone-ubuntu-03’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-11’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ ‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-2004&&overlay2’ Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-06b82b6061f229c43) in /home/ubuntu/workspace/docker-py_PR-3090 [Pipeline] { [Pipeline] withDockerRegistry $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-3090@tmp/fe8be66e-dc57-4744-a071-6b1335ccb425/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-a2d1c43ce901de654dfd0fc1556dab559b831dcf /src/scripts/versions.py Unable to find image 'dockerpinata/docker-py:py3-a2d1c43ce901de654dfd0fc1556dab559b831dcf' locally py3-a2d1c43ce901de654dfd0fc1556dab559b831dcf: Pulling from dockerpinata/docker-py bbeef03cda1f: Pulling fs layer f049f75f014e: Pulling fs layer 56261d0e6b05: Pulling fs layer 9bd150679dbd: Pulling fs layer 5b282ee9da04: Pulling fs layer 03f027d5e312: Pulling fs layer 33acf7002bd0: Pulling fs layer b577b9b74834: Pulling fs layer 2761e6c6b897: Pulling fs layer f3994bdba4c1: Pulling fs layer 7c1ed953db86: Pulling fs layer 1e3afb42962b: Pulling fs layer 061c59bc9baf: Pulling fs layer 9a1581bc7989: Pulling fs layer d8b929ca84ff: Pulling fs layer e53c8f9e4901: Pulling fs layer 4afb34111377: Pulling fs layer 6334c93f74dd: Pulling fs layer 50ab9c74f6fc: Pulling fs layer b85271a6d2dd: Pulling fs layer 71057e917092: Pulling fs layer b32a22727dbc: Pulling fs layer 85d775191fc9: Pulling fs layer 17830e17884f: Pulling fs layer 258d100bdf46: Pulling fs layer 94ec48c1e8d3: Pulling fs layer f8d58fc1e3b8: Pulling fs layer e15d63bd42d5: Pulling fs layer 9bd150679dbd: Waiting 5b282ee9da04: Waiting 03f027d5e312: Waiting 33acf7002bd0: Waiting b577b9b74834: Waiting 2761e6c6b897: Waiting f3994bdba4c1: Waiting 7c1ed953db86: Waiting 1e3afb42962b: Waiting 061c59bc9baf: Waiting 9a1581bc7989: Waiting d8b929ca84ff: Waiting e53c8f9e4901: Waiting 4afb34111377: Waiting 6334c93f74dd: Waiting 50ab9c74f6fc: Waiting b85271a6d2dd: Waiting 71057e917092: Waiting b32a22727dbc: Waiting 85d775191fc9: Waiting 17830e17884f: Waiting 258d100bdf46: Waiting 94ec48c1e8d3: Waiting f8d58fc1e3b8: Waiting e15d63bd42d5: Waiting f049f75f014e: Verifying Checksum f049f75f014e: Download complete 56261d0e6b05: Verifying Checksum 56261d0e6b05: Download complete bbeef03cda1f: Verifying Checksum bbeef03cda1f: Download complete 9bd150679dbd: Verifying Checksum 9bd150679dbd: Download complete 03f027d5e312: Verifying Checksum 03f027d5e312: Download complete b577b9b74834: Verifying Checksum b577b9b74834: Download complete 2761e6c6b897: Verifying Checksum 2761e6c6b897: Download complete f3994bdba4c1: Verifying Checksum f3994bdba4c1: Download complete 33acf7002bd0: Verifying Checksum 33acf7002bd0: Download complete 1e3afb42962b: Verifying Checksum 1e3afb42962b: Download complete 061c59bc9baf: Verifying Checksum 061c59bc9baf: Download complete 7c1ed953db86: Verifying Checksum 7c1ed953db86: Download complete 9a1581bc7989: Verifying Checksum 9a1581bc7989: Download complete e53c8f9e4901: Verifying Checksum e53c8f9e4901: Download complete d8b929ca84ff: Verifying Checksum d8b929ca84ff: Download complete 6334c93f74dd: Verifying Checksum 6334c93f74dd: Download complete 4afb34111377: Verifying Checksum 4afb34111377: Download complete 50ab9c74f6fc: Verifying Checksum 50ab9c74f6fc: Download complete b85271a6d2dd: Verifying Checksum b85271a6d2dd: Download complete b32a22727dbc: Verifying Checksum b32a22727dbc: Download complete 71057e917092: Verifying Checksum 71057e917092: Download complete 85d775191fc9: Verifying Checksum 85d775191fc9: Download complete 258d100bdf46: Verifying Checksum 258d100bdf46: Download complete 94ec48c1e8d3: Verifying Checksum 94ec48c1e8d3: Download complete f8d58fc1e3b8: Verifying Checksum f8d58fc1e3b8: Download complete 17830e17884f: Verifying Checksum 17830e17884f: Download complete e15d63bd42d5: Verifying Checksum e15d63bd42d5: Download complete 5b282ee9da04: Verifying Checksum 5b282ee9da04: Download complete bbeef03cda1f: Pull complete f049f75f014e: Pull complete 56261d0e6b05: Pull complete 9bd150679dbd: Pull complete 5b282ee9da04: Pull complete 03f027d5e312: Pull complete 33acf7002bd0: Pull complete b577b9b74834: Pull complete 2761e6c6b897: Pull complete f3994bdba4c1: Pull complete 7c1ed953db86: Pull complete 1e3afb42962b: Pull complete 061c59bc9baf: Pull complete 9a1581bc7989: Pull complete d8b929ca84ff: Pull complete e53c8f9e4901: Pull complete 4afb34111377: Pull complete 6334c93f74dd: Pull complete 50ab9c74f6fc: Pull complete b85271a6d2dd: Pull complete 71057e917092: Pull complete b32a22727dbc: Pull complete 85d775191fc9: Pull complete 17830e17884f: Pull complete 258d100bdf46: Pull complete 94ec48c1e8d3: Pull complete f8d58fc1e3b8: Pull complete e15d63bd42d5: Pull complete Digest: sha256:b8046b80ace62c3e114eee96447adab56baf1b6f6e403b62e05c34c6688a634a Status: Downloaded newer image for dockerpinata/docker-py:py3-a2d1c43ce901de654dfd0fc1556dab559b831dcf [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_20.10.23) [Pipeline] { (Branch: py3.10_19.03.13) [Pipeline] { (Branch: py3.10_23.0.0-rc.3) [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘amd64&&ubuntu-2004&&overlay2’ Still waiting to schedule task Waiting for next available executor on ‘amd64&&ubuntu-2004&&overlay2’ Still waiting to schedule task Waiting for next available executor on ‘amd64&&ubuntu-2004&&overlay2’ Still waiting to schedule task Waiting for next available executor on ‘amd64&&ubuntu-2004&&overlay2’ Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-06e3107d99c447d68) in /home/ubuntu/workspace/docker-py_PR-3090 [Pipeline] { [Pipeline] withDockerRegistry Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0c4023b5596a893b6) in /home/ubuntu/workspace/docker-py_PR-3090 [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-0a48829c0bd3bb768) in /home/ubuntu/workspace/docker-py_PR-3090 [Pipeline] { [Pipeline] withDockerRegistry $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-3090@tmp/32004c3e-4a58-42a7-847e-48f4ce8e94be/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-3090@tmp/756d77a4-320e-4972-8131-2840b1fca21e/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-3090:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-04227d863d3e61fda) in /home/ubuntu/workspace/docker-py_PR-3090 [Pipeline] { [Pipeline] withDockerRegistry latest: Pulling from library/busybox 205dae5015e7: Pulling fs layer + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-3090:/workspace busybox chown -R 1000:1000 /workspace 205dae5015e7: Verifying Checksum 205dae5015e7: Download complete $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox 205dae5015e7: Pull complete 205dae5015e7: Pulling fs layer 205dae5015e7: Verifying Checksum 205dae5015e7: Download complete Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c Status: Downloaded newer image for busybox:latest 205dae5015e7: Pull complete Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c Status: Downloaded newer image for busybox:latest [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] { (test python=py3.10 / docker=20.10.23) [Pipeline] checkout The recommended git tool is: git [Pipeline] echo Removing all docker containers [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-3090@tmp/1d4d8509-6df1-4c62-b20a-03a10383d919/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] { + docker container ls -aq [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh [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 + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-3090:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox 205dae5015e7: Pulling fs layer 205dae5015e7: Verifying Checksum 205dae5015e7: Download complete 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-3090 # timeout=10 205dae5015e7: Pull complete Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c Status: Downloaded newer image for busybox:latest WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-3090@tmp/ecada7ce-62d1-49f3-8d17-fa6d67678e0a/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 Fetching upstream changes from https://github.com/docker/docker-py.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/3090/head:refs/remotes/origin/PR-3090 +refs/heads/main:refs/remotes/origin/main # timeout=10 + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-3090:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags latest: Pulling from library/busybox 205dae5015e7: Pulling fs layer Fetching without tags Merging remotes/origin/main commit 34e6829dd40e99e9ba47ea02fcfabda09e08d36e into PR head commit a2d1c43ce901de654dfd0fc1556dab559b831dcf [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Failed in branch py3.10_20.10.23 205dae5015e7: Verifying Checksum 205dae5015e7: Download complete Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_PR-3090 # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/3090/head:refs/remotes/origin/PR-3090 +refs/heads/main:refs/remotes/origin/main # timeout=10 205dae5015e7: Pull complete Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c [Pipeline] echo Removing all docker containers [Pipeline] sh Status: Downloaded newer image for busybox:latest + 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] { (test python=py3.10 / docker=19.03.13) [Pipeline] checkout The recommended git tool is: git > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/3090/head:refs/remotes/origin/PR-3090 # timeout=10 > git config --add remote.origin.fetch +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/3090/head:refs/remotes/origin/PR-3090 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a2d1c43ce901de654dfd0fc1556dab559b831dcf # 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/3090/head:refs/remotes/origin/PR-3090 # timeout=10 > git config --add remote.origin.fetch +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/3090/head:refs/remotes/origin/PR-3090 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 34e6829dd40e99e9ba47ea02fcfabda09e08d36e into PR head commit a2d1c43ce901de654dfd0fc1556dab559b831dcf [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Failed in branch py3.10_19.03.12 using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags [Pipeline] echo Removing all docker containers [Pipeline] sh > git config core.sparsecheckout # timeout=10 > git checkout -f a2d1c43ce901de654dfd0fc1556dab559b831dcf # timeout=10 + 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] { (test python=py3.10 / docker=23.0.0-rc.3) [Pipeline] checkout The recommended git tool is: git Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_PR-3090 # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/3090/head:refs/remotes/origin/PR-3090 +refs/heads/main:refs/remotes/origin/main # timeout=10 using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetching without tags Merging remotes/origin/main commit 34e6829dd40e99e9ba47ea02fcfabda09e08d36e into PR head commit a2d1c43ce901de654dfd0fc1556dab559b831dcf [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Failed in branch py3.10_19.03.13 Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_PR-3090 # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git > git --version # timeout=10 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/3090/head:refs/remotes/origin/PR-3090 # timeout=10 > git config --add remote.origin.fetch +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/3090/head:refs/remotes/origin/PR-3090 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a2d1c43ce901de654dfd0fc1556dab559b831dcf # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/3090/head:refs/remotes/origin/PR-3090 +refs/heads/main:refs/remotes/origin/main # timeout=10 Fetching without tags Merging remotes/origin/main commit 34e6829dd40e99e9ba47ea02fcfabda09e08d36e into PR head commit a2d1c43ce901de654dfd0fc1556dab559b831dcf [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Failed in branch py3.10_23.0.0-rc.3 [Pipeline] // parallel [Pipeline] End of Pipeline > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/3090/head:refs/remotes/origin/PR-3090 # timeout=10 > git config --add remote.origin.fetch +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/3090/head:refs/remotes/origin/PR-3090 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a2d1c43ce901de654dfd0fc1556dab559b831dcf # timeout=10 Could not update commit status, please check if your scan credentials belong to a member of the organization or a collaborator of the repository and repo:status scope is selected GitHub has been notified of this commit’s build result hudson.plugins.git.GitException: Command "git checkout -f a2d1c43ce901de654dfd0fc1556dab559b831dcf" returned status code 128: stdout: stderr: fatal: reference is not a tree: a2d1c43ce901de654dfd0fc1556dab559b831dcf 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-06e3107d99c447d68) 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 a2d1c43ce901de654dfd0fc1556dab559b831dcf" returned status code 128: stdout: stderr: fatal: reference is not a tree: a2d1c43ce901de654dfd0fc1556dab559b831dcf 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-0c4023b5596a893b6) 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 a2d1c43ce901de654dfd0fc1556dab559b831dcf Also: hudson.plugins.git.GitException: Command "git checkout -f a2d1c43ce901de654dfd0fc1556dab559b831dcf" returned status code 128: stdout: stderr: fatal: reference is not a tree: a2d1c43ce901de654dfd0fc1556dab559b831dcf 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-0a48829c0bd3bb768) 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 a2d1c43ce901de654dfd0fc1556dab559b831dcf Also: hudson.plugins.git.GitException: Command "git checkout -f a2d1c43ce901de654dfd0fc1556dab559b831dcf" returned status code 128: stdout: stderr: fatal: reference is not a tree: a2d1c43ce901de654dfd0fc1556dab559b831dcf 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-04227d863d3e61fda) 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 a2d1c43ce901de654dfd0fc1556dab559b831dcf Caused: hudson.plugins.git.GitException: Could not checkout a2d1c43ce901de654dfd0fc1556dab559b831dcf 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