Skip to content
Failed

Console Output

Pull request #3090 updated
03:32:46 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch main at 34e6829dd40e99e9ba47ea02fcfabda09e08d36e rather than 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
03:33:09 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
03:33:09 chowning workspace
[Pipeline] sh
03:33:09 + pwd
03:33:09 + id -u
03:33:09 + id -g
03:33:09 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-3090:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
03:33:10 Removing all docker containers
[Pipeline] sh
03:33:10 + docker container ls -aq
[Pipeline] echo
03:33:10 Docker containers have been removed
[Pipeline] echo
03:33:10 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
03:33:10 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
03:33:10 The recommended git tool is: git
03:33:10 using credential docker-jenkins-github-credentials
03:33:10 Cloning the remote Git repository
03:33:10 Cloning with configured refspecs honoured and without tags
03:33:11 Fetching without tags
03:33:11 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
03:33:11 Merge succeeded, producing a2d1c43ce901de654dfd0fc1556dab559b831dcf
03:33:11 Checking out Revision a2d1c43ce901de654dfd0fc1556dab559b831dcf (PR-3090)
03:33:11 Commit message: "Fix typos"
03:33:11 First time build. Skipping changelog.
[Pipeline] sh
03:33:12 + git rev-parse HEAD
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] isUnix
[Pipeline] sh
03:33:12 + docker pull dockerpinata/docker-py:sshdind-a2d1c43ce901de654dfd0fc1556dab559b831dcf
03:33:12 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
03:33:13 + 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
03:33:13 #1 [internal] load .dockerignore
03:33:13 #1 transferring context: 161B done
03:33:13 #1 DONE 0.0s
03:33:13 
03:33:13 #2 [internal] load build definition from Dockerfile-ssh-dind
03:33:13 #2 transferring dockerfile: 523B done
03:33:13 #2 DONE 0.1s
03:33:13 
03:33:13 #3 [auth] docker/dockerfile:pull token for registry-1.docker.io
03:33:13 #3 DONE 0.0s
03:33:13 
03:33:13 #4 resolve image config for docker.io/docker/dockerfile:1
03:33:13 #4 DONE 0.1s
03:33:13 
03:33:13 #5 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc
03:33:13 #5 CACHED
03:33:13 
03:33:13 #6 [auth] library/docker:pull token for registry-1.docker.io
03:33:13 #6 DONE 0.0s
03:33:13 
03:33:13 #7 [internal] load metadata for docker.io/library/docker:20.10-dind
03:33:13 #7 DONE 0.1s
03:33:13 
03:33:13 #8 [1/5] FROM docker.io/library/docker:20.10-dind@sha256:85a1b877d0f59fd6c7eebaff67436e26f460347a79229cf054dbbe8d5ae9f936
03:33:13 #8 DONE 0.0s
03:33:13 
03:33:13 #9 [internal] load build context
03:33:13 #9 transferring context: 2.27kB done
03:33:13 #9 DONE 0.0s
03:33:13 
03:33:13 #10 [2/5] RUN apk add --no-cache --upgrade     openssh
03:33:13 #10 CACHED
03:33:13 
03:33:13 #11 [3/5] COPY tests/ssh/config/server /etc/ssh/
03:33:13 #11 CACHED
03:33:13 
03:33:13 #12 [4/5] COPY tests/ssh/config/client/id_rsa.pub /root/.ssh/authorized_keys
03:33:13 #12 CACHED
03:33:13 
03:33:13 #13 [5/5] RUN chmod -R 600 /etc/ssh  && chmod -R 600 /root/.ssh  && ln -s /usr/local/bin/docker /usr/bin/docker
03:33:13 #13 CACHED
03:33:13 
03:33:13 #14 exporting to image
03:33:13 #14 exporting layers done
03:33:13 #14 writing image sha256:255ca4233336db013d7fd1d564b46191515425b585cc471fbf8106ae4b1f6e89 done
03:33:13 #14 naming to docker.io/dockerpinata/docker-py:sshdind-a2d1c43ce901de654dfd0fc1556dab559b831dcf done
03:33:13 #14 DONE 0.0s
[Pipeline] isUnix
[Pipeline] sh
03:33:13 + docker tag dockerpinata/docker-py:sshdind-a2d1c43ce901de654dfd0fc1556dab559b831dcf dockerpinata/docker-py:sshdind-a2d1c43ce901de654dfd0fc1556dab559b831dcf
[Pipeline] isUnix
[Pipeline] sh
03:33:14 + docker push dockerpinata/docker-py:sshdind-a2d1c43ce901de654dfd0fc1556dab559b831dcf
03:33:14 The push refers to repository [docker.io/dockerpinata/docker-py]
03:33:14 de41dc2ce5a9: Preparing
03:33:14 a6313445b12d: Preparing
03:33:14 300696afdbd5: Preparing
03:33:14 eb37e1adc2ff: Preparing
03:33:14 da15c2eda3cb: Preparing
03:33:14 565cc8cf7a12: Preparing
03:33:14 6db06fbc1add: Preparing
03:33:14 f794bfb3e5ec: Preparing
03:33:14 f34342c8b0b6: Preparing
03:33:14 33fa51a3a198: Preparing
03:33:14 d08739e25c60: Preparing
03:33:14 db73c63e8998: Preparing
03:33:14 f2536bd77e79: Preparing
03:33:14 0ca936bc156d: Preparing
03:33:14 9b644fadc3f4: Preparing
03:33:14 c723888b2753: Preparing
03:33:14 8e012198eea1: Preparing
03:33:14 d08739e25c60: Waiting
03:33:14 db73c63e8998: Waiting
03:33:14 f2536bd77e79: Waiting
03:33:14 0ca936bc156d: Waiting
03:33:14 9b644fadc3f4: Waiting
03:33:14 c723888b2753: Waiting
03:33:14 8e012198eea1: Waiting
03:33:14 565cc8cf7a12: Waiting
03:33:14 6db06fbc1add: Waiting
03:33:14 f794bfb3e5ec: Waiting
03:33:14 f34342c8b0b6: Waiting
03:33:14 33fa51a3a198: Waiting
03:33:14 eb37e1adc2ff: Layer already exists
03:33:14 de41dc2ce5a9: Layer already exists
03:33:14 300696afdbd5: Layer already exists
03:33:14 da15c2eda3cb: Layer already exists
03:33:14 565cc8cf7a12: Layer already exists
03:33:14 6db06fbc1add: Layer already exists
03:33:14 a6313445b12d: Layer already exists
03:33:14 f34342c8b0b6: Layer already exists
03:33:14 f794bfb3e5ec: Layer already exists
03:33:14 33fa51a3a198: Layer already exists
03:33:14 db73c63e8998: Layer already exists
03:33:14 f2536bd77e79: Layer already exists
03:33:14 0ca936bc156d: Layer already exists
03:33:14 9b644fadc3f4: Layer already exists
03:33:14 c723888b2753: Layer already exists
03:33:14 8e012198eea1: Layer already exists
03:33:14 d08739e25c60: Layer already exists
03:33:14 sshdind-a2d1c43ce901de654dfd0fc1556dab559b831dcf: digest: sha256:0a16204c91d2bf27ff16ae3853864a22fb154b969e49a0190be09b9287ab149c size: 3878
[Pipeline] isUnix
[Pipeline] sh
03:33:14 + docker pull dockerpinata/docker-py:py3-a2d1c43ce901de654dfd0fc1556dab559b831dcf
03:33:14 Error response from daemon: manifest for dockerpinata/docker-py:py3-a2d1c43ce901de654dfd0fc1556dab559b831dcf not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
03:33:15 + docker build -t dockerpinata/docker-py:py3-a2d1c43ce901de654dfd0fc1556dab559b831dcf -f tests/Dockerfile --build-arg PYTHON_VERSION=3.10 .
03:33:15 #1 [internal] load build definition from Dockerfile
03:33:15 #1 transferring dockerfile: 1.76kB done
03:33:15 #1 DONE 0.0s
03:33:15 
03:33:15 #2 [internal] load .dockerignore
03:33:15 #2 transferring context: 161B done
03:33:15 #2 DONE 0.0s
03:33:15 
03:33:15 #3 resolve image config for docker.io/docker/dockerfile:1
03:33:15 #3 DONE 0.1s
03:33:15 
03:33:15 #4 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc
03:33:15 #4 CACHED
03:33:15 
03:33:15 #5 [internal] load metadata for docker.io/library/python:3.10
03:33:15 #5 DONE 0.1s
03:33:15 
03:33:15 #6 [auth] library/python:pull token for registry-1.docker.io
03:33:15 #6 DONE 0.0s
03:33:15 
03:33:15 #7 [stage-0  1/20] FROM docker.io/library/python:3.10@sha256:5ef345608493927ad12515e75ebe0004f5633dd5d7b08c13c52c3432e9a7963a
03:33:15 #7 DONE 0.0s
03:33:15 
03:33:15 #8 [internal] load build context
03:33:15 #8 transferring context: 1.24MB 0.0s done
03:33:15 #8 DONE 0.1s
03:33:15 
03:33:15 #9 [stage-0  5/20] COPY tests/ssh/config/server/known_ed25519.pub /root/.ssh/known_hosts
03:33:15 #9 CACHED
03:33:15 
03:33:15 #10 [stage-0 10/20] RUN gpg2 --import-ownertrust gpg-keys/ownertrust
03:33:15 #10 CACHED
03:33:15 
03:33:15 #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
03:33:15 #11 CACHED
03:33:15 
03:33:15 #12 [stage-0  6/20] RUN sed -i '1s;^;dpy-dind-ssh ;' /root/.ssh/known_hosts
03:33:15 #12 CACHED
03:33:15 
03:33:15 #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
03:33:15 #13 CACHED
03:33:15 
03:33:15 #14 [stage-0  9/20] RUN gpg2 --import gpg-keys/secret
03:33:15 #14 CACHED
03:33:15 
03:33:15 #15 [stage-0  8/20] COPY ./tests/gpg-keys /gpg-keys
03:33:15 #15 CACHED
03:33:15 
03:33:15 #16 [stage-0 12/20] RUN gpg2 --check-trustdb
03:33:15 #16 CACHED
03:33:15 
03:33:15 #17 [stage-0  4/20] COPY tests/ssh/config/client /root/.ssh
03:33:15 #17 CACHED
03:33:15 
03:33:15 #18 [stage-0 11/20] RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
03:33:15 #18 CACHED
03:33:15 
03:33:15 #19 [stage-0 16/20] RUN --mount=type=cache,target=/root/.cache/pip     pip install -r requirements.txt
03:33:15 #19 CACHED
03:33:15 
03:33:15 #20 [stage-0 17/20] COPY test-requirements.txt /src/test-requirements.txt
03:33:15 #20 CACHED
03:33:15 
03:33:15 #21 [stage-0  3/20] RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
03:33:15 #21 CACHED
03:33:15 
03:33:15 #22 [stage-0  7/20] RUN chmod -R 600 /root/.ssh
03:33:15 #22 CACHED
03:33:15 
03:33:15 #23 [stage-0 15/20] COPY requirements.txt /src/requirements.txt
03:33:15 #23 CACHED
03:33:15 
03:33:15 #24 [stage-0 14/20] WORKDIR /src
03:33:15 #24 CACHED
03:33:15 
03:33:15 #25 [stage-0 18/20] RUN --mount=type=cache,target=/root/.cache/pip     pip install -r test-requirements.txt
03:33:15 #25 CACHED
03:33:15 
03:33:15 #26 [stage-0 19/20] COPY . /src
03:33:15 #26 DONE 0.1s
03:33:15 
03:33:15 #27 [stage-0 20/20] RUN --mount=type=cache,target=/root/.cache/pip     pip install -e .
03:33:16 #27 0.719 Obtaining file:///src
03:33:16 #27 0.722   Installing build dependencies: started
03:33:22 #27 6.494   Installing build dependencies: finished with status 'done'
03:33:22 #27 6.497   WARNING: Missing build requirements in pyproject.toml for file:///src.
03:33:22 #27 6.498   WARNING: The project does not specify a build backend, and pip cannot fall back to setuptools without 'wheel'.
03:33:22 #27 6.499   Checking if build backend supports build_editable: started
03:33:22 #27 6.724   Checking if build backend supports build_editable: finished with status 'done'
03:33:22 #27 6.725   Getting requirements to build editable: started
03:33:22 #27 6.929   Getting requirements to build editable: finished with status 'done'
03:33:22 #27 6.933   Installing backend dependencies: started
03:33:28 #27 11.66   Installing backend dependencies: finished with status 'done'
03:33:28 #27 11.66   Preparing editable metadata (pyproject.toml): started
03:33:28 #27 12.06   Preparing editable metadata (pyproject.toml): finished with status 'done'
03:33:28 #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)
03:33:28 #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)
03:33:28 #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)
03:33:28 #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)
03:33:28 #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)
03:33:28 #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)
03:33:28 #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)
03:33:28 #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)
03:33:28 #27 12.11 Building wheels for collected packages: docker
03:33:28 #27 12.11   Building editable for docker (pyproject.toml): started
03:33:28 #27 12.51   Building editable for docker (pyproject.toml): finished with status 'done'
03:33:28 #27 12.51   Created wheel for docker: filename=docker-99.0.0+docker-0.editable-py3-none-any.whl size=7621 sha256=419704dcacfedf1890d359196247c9ea19c2dbb3bad26b0b6b52adf0190a2cea
03:33:28 #27 12.51   Stored in directory: /tmp/pip-ephem-wheel-cache-ftvamn2i/wheels/5c/9b/23/f031c1877ee9aa5bf3ddc51ccc1ac38428d83c5d6eec32a03f
03:33:28 #27 12.52 Successfully built docker
03:33:28 #27 12.64 Installing collected packages: docker
03:33:28 #27 12.66 Successfully installed docker-99.0.0+docker
03:33:28 #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
03:33:28 #27 DONE 12.8s
03:33:28 
03:33:28 #28 exporting to image
03:33:28 #28 exporting layers 0.1s done
03:33:28 #28 writing image sha256:4262531a5f16cb1c89d1cee290e8810afdb7f17a03c03d4b8ae2a0581d9b0700 done
03:33:28 #28 naming to docker.io/dockerpinata/docker-py:py3-a2d1c43ce901de654dfd0fc1556dab559b831dcf done
03:33:28 #28 DONE 0.1s
[Pipeline] isUnix
[Pipeline] sh
03:33:28 + docker tag dockerpinata/docker-py:py3-a2d1c43ce901de654dfd0fc1556dab559b831dcf dockerpinata/docker-py:py3-a2d1c43ce901de654dfd0fc1556dab559b831dcf
[Pipeline] isUnix
[Pipeline] sh
03:33:29 + docker push dockerpinata/docker-py:py3-a2d1c43ce901de654dfd0fc1556dab559b831dcf
03:33:29 The push refers to repository [docker.io/dockerpinata/docker-py]
03:33:29 15554214e6aa: Preparing
03:33:29 710970284e1d: Preparing
03:33:29 e045754dba38: Preparing
03:33:29 1a9037b64def: Preparing
03:33:29 c12d511abb15: Preparing
03:33:29 ce892de5437b: Preparing
03:33:29 553a5984fa81: Preparing
03:33:29 bc2c2f8945c5: Preparing
03:33:29 f3caf9561659: Preparing
03:33:29 8774c95f72f6: Preparing
03:33:29 94fe37d6d49e: Preparing
03:33:29 1b55798c6be2: Preparing
03:33:29 dd4dc57128b6: Preparing
03:33:29 bf131aec64a6: Preparing
03:33:29 9b577150654c: Preparing
03:33:29 ea291fdb9e53: Preparing
03:33:29 90204e14d682: Preparing
03:33:29 cbf472685f6f: Preparing
03:33:29 e9839f8e78d9: Preparing
03:33:29 14f8c1c57058: Preparing
03:33:29 7c9f55d641e2: Preparing
03:33:29 2a5e0ed31f5a: Preparing
03:33:29 dc6462f7bb8b: Preparing
03:33:29 a4db1a405763: Preparing
03:33:29 9f4f964da727: Preparing
03:33:29 49b333f7bad4: Preparing
03:33:29 a463dbda4664: Preparing
03:33:29 a9099c3159f5: Preparing
03:33:29 ce892de5437b: Waiting
03:33:29 553a5984fa81: Waiting
03:33:29 bc2c2f8945c5: Waiting
03:33:29 f3caf9561659: Waiting
03:33:29 8774c95f72f6: Waiting
03:33:29 94fe37d6d49e: Waiting
03:33:29 1b55798c6be2: Waiting
03:33:29 dd4dc57128b6: Waiting
03:33:29 bf131aec64a6: Waiting
03:33:29 9b577150654c: Waiting
03:33:29 ea291fdb9e53: Waiting
03:33:29 90204e14d682: Waiting
03:33:29 cbf472685f6f: Waiting
03:33:29 e9839f8e78d9: Waiting
03:33:29 14f8c1c57058: Waiting
03:33:29 7c9f55d641e2: Waiting
03:33:29 2a5e0ed31f5a: Waiting
03:33:29 dc6462f7bb8b: Waiting
03:33:29 a4db1a405763: Waiting
03:33:29 9f4f964da727: Waiting
03:33:29 49b333f7bad4: Waiting
03:33:29 a463dbda4664: Waiting
03:33:29 a9099c3159f5: Waiting
03:33:29 e045754dba38: Layer already exists
03:33:29 c12d511abb15: Layer already exists
03:33:29 1a9037b64def: Layer already exists
03:33:29 553a5984fa81: Layer already exists
03:33:29 ce892de5437b: Layer already exists
03:33:29 bc2c2f8945c5: Layer already exists
03:33:29 94fe37d6d49e: Layer already exists
03:33:29 8774c95f72f6: Layer already exists
03:33:29 f3caf9561659: Layer already exists
03:33:29 1b55798c6be2: Layer already exists
03:33:29 bf131aec64a6: Layer already exists
03:33:29 dd4dc57128b6: Layer already exists
03:33:29 9b577150654c: Layer already exists
03:33:29 ea291fdb9e53: Layer already exists
03:33:29 90204e14d682: Layer already exists
03:33:29 cbf472685f6f: Layer already exists
03:33:29 e9839f8e78d9: Layer already exists
03:33:29 14f8c1c57058: Layer already exists
03:33:29 2a5e0ed31f5a: Layer already exists
03:33:29 7c9f55d641e2: Layer already exists
03:33:29 dc6462f7bb8b: Layer already exists
03:33:29 a4db1a405763: Layer already exists
03:33:29 49b333f7bad4: Layer already exists
03:33:29 9f4f964da727: Layer already exists
03:33:29 a463dbda4664: Layer already exists
03:33:29 a9099c3159f5: Layer already exists
03:33:30 15554214e6aa: Pushed
03:33:30 710970284e1d: Pushed
03:33:32 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
03:34:20 + docker run --rm --entrypoint=python dockerpinata/docker-py:py3-a2d1c43ce901de654dfd0fc1556dab559b831dcf /src/scripts/versions.py
03:34:20 Unable to find image 'dockerpinata/docker-py:py3-a2d1c43ce901de654dfd0fc1556dab559b831dcf' locally
03:34:20 py3-a2d1c43ce901de654dfd0fc1556dab559b831dcf: Pulling from dockerpinata/docker-py
03:34:20 bbeef03cda1f: Pulling fs layer
03:34:20 f049f75f014e: Pulling fs layer
03:34:20 56261d0e6b05: Pulling fs layer
03:34:20 9bd150679dbd: Pulling fs layer
03:34:20 5b282ee9da04: Pulling fs layer
03:34:20 03f027d5e312: Pulling fs layer
03:34:20 33acf7002bd0: Pulling fs layer
03:34:20 b577b9b74834: Pulling fs layer
03:34:20 2761e6c6b897: Pulling fs layer
03:34:20 f3994bdba4c1: Pulling fs layer
03:34:20 7c1ed953db86: Pulling fs layer
03:34:20 1e3afb42962b: Pulling fs layer
03:34:20 061c59bc9baf: Pulling fs layer
03:34:20 9a1581bc7989: Pulling fs layer
03:34:20 d8b929ca84ff: Pulling fs layer
03:34:20 e53c8f9e4901: Pulling fs layer
03:34:20 4afb34111377: Pulling fs layer
03:34:20 6334c93f74dd: Pulling fs layer
03:34:20 50ab9c74f6fc: Pulling fs layer
03:34:20 b85271a6d2dd: Pulling fs layer
03:34:20 71057e917092: Pulling fs layer
03:34:20 b32a22727dbc: Pulling fs layer
03:34:20 85d775191fc9: Pulling fs layer
03:34:20 17830e17884f: Pulling fs layer
03:34:20 258d100bdf46: Pulling fs layer
03:34:20 94ec48c1e8d3: Pulling fs layer
03:34:20 f8d58fc1e3b8: Pulling fs layer
03:34:20 e15d63bd42d5: Pulling fs layer
03:34:20 9bd150679dbd: Waiting
03:34:20 5b282ee9da04: Waiting
03:34:20 03f027d5e312: Waiting
03:34:20 33acf7002bd0: Waiting
03:34:20 b577b9b74834: Waiting
03:34:20 2761e6c6b897: Waiting
03:34:20 f3994bdba4c1: Waiting
03:34:20 7c1ed953db86: Waiting
03:34:20 1e3afb42962b: Waiting
03:34:20 061c59bc9baf: Waiting
03:34:20 9a1581bc7989: Waiting
03:34:20 d8b929ca84ff: Waiting
03:34:20 e53c8f9e4901: Waiting
03:34:20 4afb34111377: Waiting
03:34:20 6334c93f74dd: Waiting
03:34:20 50ab9c74f6fc: Waiting
03:34:20 b85271a6d2dd: Waiting
03:34:20 71057e917092: Waiting
03:34:20 b32a22727dbc: Waiting
03:34:20 85d775191fc9: Waiting
03:34:20 17830e17884f: Waiting
03:34:20 258d100bdf46: Waiting
03:34:20 94ec48c1e8d3: Waiting
03:34:20 f8d58fc1e3b8: Waiting
03:34:20 e15d63bd42d5: Waiting
03:34:20 f049f75f014e: Verifying Checksum
03:34:20 f049f75f014e: Download complete
03:34:20 56261d0e6b05: Verifying Checksum
03:34:20 56261d0e6b05: Download complete
03:34:21 bbeef03cda1f: Verifying Checksum
03:34:21 bbeef03cda1f: Download complete
03:34:21 9bd150679dbd: Verifying Checksum
03:34:21 9bd150679dbd: Download complete
03:34:22 03f027d5e312: Verifying Checksum
03:34:22 03f027d5e312: Download complete
03:34:22 b577b9b74834: Verifying Checksum
03:34:22 b577b9b74834: Download complete
03:34:22 2761e6c6b897: Verifying Checksum
03:34:22 2761e6c6b897: Download complete
03:34:22 f3994bdba4c1: Verifying Checksum
03:34:22 f3994bdba4c1: Download complete
03:34:22 33acf7002bd0: Verifying Checksum
03:34:22 33acf7002bd0: Download complete
03:34:22 1e3afb42962b: Verifying Checksum
03:34:22 1e3afb42962b: Download complete
03:34:22 061c59bc9baf: Verifying Checksum
03:34:22 061c59bc9baf: Download complete
03:34:22 7c1ed953db86: Verifying Checksum
03:34:22 7c1ed953db86: Download complete
03:34:22 9a1581bc7989: Verifying Checksum
03:34:22 9a1581bc7989: Download complete
03:34:22 e53c8f9e4901: Verifying Checksum
03:34:22 e53c8f9e4901: Download complete
03:34:22 d8b929ca84ff: Verifying Checksum
03:34:22 d8b929ca84ff: Download complete
03:34:23 6334c93f74dd: Verifying Checksum
03:34:23 6334c93f74dd: Download complete
03:34:23 4afb34111377: Verifying Checksum
03:34:23 4afb34111377: Download complete
03:34:23 50ab9c74f6fc: Verifying Checksum
03:34:23 50ab9c74f6fc: Download complete
03:34:23 b85271a6d2dd: Verifying Checksum
03:34:23 b85271a6d2dd: Download complete
03:34:23 b32a22727dbc: Verifying Checksum
03:34:23 b32a22727dbc: Download complete
03:34:23 71057e917092: Verifying Checksum
03:34:23 71057e917092: Download complete
03:34:23 85d775191fc9: Verifying Checksum
03:34:23 85d775191fc9: Download complete
03:34:23 258d100bdf46: Verifying Checksum
03:34:23 258d100bdf46: Download complete
03:34:23 94ec48c1e8d3: Verifying Checksum
03:34:23 94ec48c1e8d3: Download complete
03:34:23 f8d58fc1e3b8: Verifying Checksum
03:34:23 f8d58fc1e3b8: Download complete
03:34:23 17830e17884f: Verifying Checksum
03:34:23 17830e17884f: Download complete
03:34:23 e15d63bd42d5: Verifying Checksum
03:34:23 e15d63bd42d5: Download complete
03:34:24 5b282ee9da04: Verifying Checksum
03:34:24 5b282ee9da04: Download complete
03:34:26 bbeef03cda1f: Pull complete
03:34:26 f049f75f014e: Pull complete
03:34:26 56261d0e6b05: Pull complete
03:34:29 9bd150679dbd: Pull complete
03:34:35 5b282ee9da04: Pull complete
03:34:35 03f027d5e312: Pull complete
03:34:36 33acf7002bd0: Pull complete
03:34:36 b577b9b74834: Pull complete
03:34:37 2761e6c6b897: Pull complete
03:34:37 f3994bdba4c1: Pull complete
03:34:37 7c1ed953db86: Pull complete
03:34:37 1e3afb42962b: Pull complete
03:34:37 061c59bc9baf: Pull complete
03:34:37 9a1581bc7989: Pull complete
03:34:37 d8b929ca84ff: Pull complete
03:34:38 e53c8f9e4901: Pull complete
03:34:38 4afb34111377: Pull complete
03:34:38 6334c93f74dd: Pull complete
03:34:38 50ab9c74f6fc: Pull complete
03:34:38 b85271a6d2dd: Pull complete
03:34:38 71057e917092: Pull complete
03:34:38 b32a22727dbc: Pull complete
03:34:38 85d775191fc9: Pull complete
03:34:39 17830e17884f: Pull complete
03:34:39 258d100bdf46: Pull complete
03:34:39 94ec48c1e8d3: Pull complete
03:34:39 f8d58fc1e3b8: Pull complete
03:34:39 e15d63bd42d5: Pull complete
03:34:39 Digest: sha256:b8046b80ace62c3e114eee96447adab56baf1b6f6e403b62e05c34c6688a634a
03:34:39 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&&overlay2Still waiting to schedule task
Waiting for next available executor on ‘amd64&&ubuntu-2004&&overlay2Still waiting to schedule task
Waiting for next available executor on ‘amd64&&ubuntu-2004&&overlay2Still waiting to schedule task
Waiting for next available executor on ‘amd64&&ubuntu-2004&&overlay2Running 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
03:36:14 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
03:36:14 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
03:36:14 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
03:36:14 chowning workspace
[Pipeline] sh
03:36:15 + pwd
03:36:15 + id -u
03:36:15 + id -g
03:36:15 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-3090:/workspace busybox chown -R 1000:1000 /workspace
03:36:15 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
03:36:15 latest: Pulling from library/busybox
03:36:15 205dae5015e7: Pulling fs layer
03:36:15 + pwd
03:36:15 + id -u
03:36:15 + id -g
03:36:15 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-3090:/workspace busybox chown -R 1000:1000 /workspace
03:36:15 205dae5015e7: Verifying Checksum
03:36:15 205dae5015e7: Download complete
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
03:36:16 Unable to find image 'busybox:latest' locally
03:36:16 latest: Pulling from library/busybox
03:36:16 205dae5015e7: Pull complete
03:36:16 205dae5015e7: Pulling fs layer
03:36:16 205dae5015e7: Verifying Checksum
03:36:16 205dae5015e7: Download complete
03:36:16 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
03:36:16 Status: Downloaded newer image for busybox:latest
03:36:16 205dae5015e7: Pull complete
03:36:16 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
03:36:17 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
03:36:18 Removing all docker containers
[Pipeline] sh
03:36:18 + docker container ls -aq
[Pipeline] echo
03:36:18 Docker containers have been removed
[Pipeline] echo
03:36:18 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
03:36:18 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.10 / docker=20.10.23)
[Pipeline] checkout
03:36:18 The recommended git tool is: git
[Pipeline] echo
03:36:19 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] {
03:36:22 + docker container ls -aq
[Pipeline] echo
03:36:22 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
03:36:22 chowning workspace
[Pipeline] sh
[Pipeline] echo
03:36:22 Docker containers have been removed
[Pipeline] echo
03:36:22 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
03:36:22 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.10 / docker=19.03.12)
[Pipeline] checkout
03:36:22 The recommended git tool is: git
03:36:23 + pwd
03:36:23 + id -u
03:36:23 + id -g
03:36:23 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-3090:/workspace busybox chown -R 1000:1000 /workspace
03:36:23 Unable to find image 'busybox:latest' locally
03:36:23 latest: Pulling from library/busybox
03:36:23 205dae5015e7: Pulling fs layer
03:36:23 205dae5015e7: Verifying Checksum
03:36:23 205dae5015e7: Download complete
03:36:23 using credential docker-jenkins-github-credentials
03:36:23 Cloning the remote Git repository
03:36:23 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
03:36:24 205dae5015e7: Pull complete
03:36:24 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
03:36:24 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
03:36:24 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
03:36:24 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
03:36:25 + pwd
03:36:25 + id -u
03:36:25 + id -g
03:36:25 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-3090:/workspace busybox chown -R 1000:1000 /workspace
03:36:25 Unable to find image 'busybox:latest' locally
03:36:25 using credential docker-jenkins-github-credentials
03:36:25 Cloning the remote Git repository
03:36:25 Cloning with configured refspecs honoured and without tags
03:36:25 latest: Pulling from library/busybox
03:36:25 205dae5015e7: Pulling fs layer
03:36:25 Fetching without tags
03:36:25 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
03:36:25 205dae5015e7: Verifying Checksum
03:36:25 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
03:36:26 205dae5015e7: Pull complete
03:36:26 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
[Pipeline] echo
03:36:26 Removing all docker containers
[Pipeline] sh
03:36:26 Status: Downloaded newer image for busybox:latest
03:36:26 + docker container ls -aq
[Pipeline] echo
03:36:26 Docker containers have been removed
[Pipeline] echo
03:36:26 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
03:36:26 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.10 / docker=19.03.13)
[Pipeline] checkout
03:36:26 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
03:36:27 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
03:36:27 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
03:36:28 using credential docker-jenkins-github-credentials
03:36:28 Cloning the remote Git repository
03:36:28 Cloning with configured refspecs honoured and without tags
[Pipeline] echo
03:36:28 Removing all docker containers
[Pipeline] sh
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a2d1c43ce901de654dfd0fc1556dab559b831dcf # timeout=10
03:36:28 + docker container ls -aq
[Pipeline] echo
03:36:28 Docker containers have been removed
[Pipeline] echo
03:36:28 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
03:36:28 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.10 / docker=23.0.0-rc.3)
[Pipeline] checkout
03:36:28 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
03:36:30 using credential docker-jenkins-github-credentials
03:36:30 Cloning the remote Git repository
03:36:30 Cloning with configured refspecs honoured and without tags
03:36:30 Fetching without tags
03:36:30 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
03:36:32 Fetching without tags
03:36:32 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