Skip to content
Failed

Console Output

Skipping 186 KB.. Full Log
05:01:40   Downloading pytest_timeout-2.0.1-py3-none-any.whl (11 kB)
05:01:40 Collecting mccabe<0.7.0,>=0.6.0
05:01:40   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
05:01:40 Collecting pyflakes<2.5.0,>=2.4.0
05:01:40   Downloading pyflakes-2.4.0-py2.py3-none-any.whl (69 kB)
05:01:40 Collecting pycodestyle<2.9.0,>=2.8.0
05:01:40   Downloading pycodestyle-2.8.0-py2.py3-none-any.whl (42 kB)
05:01:40 Collecting importlib-metadata<4.3
05:01:40   Downloading importlib_metadata-4.2.0-py3-none-any.whl (16 kB)
05:01:40 Collecting attrs>=19.2.0
05:01:40   Downloading attrs-21.2.0-py2.py3-none-any.whl (53 kB)
05:01:40 Requirement already satisfied: packaging in /usr/local/lib/python3.7/site-packages (from pytest==6.2.5->-r test-requirements.txt (line 4)) (16.8)
05:01:40 Collecting py>=1.8.2
05:01:40   Downloading py-1.11.0-py2.py3-none-any.whl (98 kB)
05:01:40 Collecting iniconfig
05:01:40   Downloading iniconfig-1.1.1-py2.py3-none-any.whl (5.0 kB)
05:01:40 Collecting pluggy<2.0,>=0.12
05:01:40   Downloading pluggy-1.0.0-py2.py3-none-any.whl (13 kB)
05:01:40 Collecting toml
05:01:40   Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB)
05:01:40 Collecting coverage[toml]>=5.2.1
05:01:40   Downloading coverage-6.1.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (213 kB)
05:01:40   Downloading coverage-6.1.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (213 kB)
05:01:40   Downloading coverage-6.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (213 kB)
05:01:40   Downloading coverage-6.0.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (253 kB)
05:01:40 Collecting tomli
05:01:40   Downloading tomli-1.2.2-py3-none-any.whl (12 kB)
05:01:40 Collecting zipp>=0.5
05:01:40   Downloading zipp-3.6.0-py3-none-any.whl (5.3 kB)
05:01:40 Collecting typing-extensions>=3.6.4
05:01:40   Downloading typing_extensions-3.10.0.2-py3-none-any.whl (26 kB)
05:01:41 Requirement already satisfied: pyparsing in /usr/local/lib/python3.7/site-packages (from packaging->pytest==6.2.5->-r test-requirements.txt (line 4)) (2.2.0)
05:01:41 Requirement already satisfied: six in /usr/local/lib/python3.7/site-packages (from packaging->pytest==6.2.5->-r test-requirements.txt (line 4)) (1.16.0)
05:01:41 Installing collected packages: zipp, typing-extensions, importlib-metadata, tomli, toml, py, pluggy, iniconfig, coverage, attrs, pytest, pyflakes, pycodestyle, mccabe, setuptools, pytest-timeout, pytest-cov, flake8
05:01:41   Attempting uninstall: setuptools
05:01:41     Found existing installation: setuptools 57.5.0
05:01:41     Uninstalling setuptools-57.5.0:
05:01:42       Successfully uninstalled setuptools-57.5.0
05:01:42 Successfully installed attrs-21.2.0 coverage-6.0.1 flake8-4.0.1 importlib-metadata-4.2.0 iniconfig-1.1.1 mccabe-0.6.1 pluggy-1.0.0 py-1.11.0 pycodestyle-2.8.0 pyflakes-2.4.0 pytest-6.2.5 pytest-cov-3.0.0 pytest-timeout-2.0.1 setuptools-58.2.0 toml-0.10.2 tomli-1.2.2 typing-extensions-3.10.0.2 zipp-3.6.0
05:01:42 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
05:01:42 WARNING: You are using pip version 21.2.4; however, version 21.3.1 is available.
05:01:42 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
05:01:44 Removing intermediate container 0048cd69cd37
05:01:44  ---> c876359bcdc4
05:01:44 Step 20/21 : COPY . /src
05:01:44  ---> 4bfbe54fbd7e
05:01:44 Step 21/21 : RUN pip install .
05:01:44  ---> Running in 631ed8b256a3
05:01:45 Processing /src
05:01:45   DEPRECATION: A future pip version will change local packages to be built in-place without first copying to a temporary directory. We recommend you use --use-feature=in-tree-build to test your packages with this new behavior before it becomes the default.
05:01:45    pip 21.3 will remove support for this functionality. You can find discussion regarding this at https://github.com/pypa/pip/issues/7555.
05:01:45 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.7/site-packages (from docker==5.1.0.dev0) (0.56.0)
05:01:45 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python3.7/site-packages (from docker==5.1.0.dev0) (2.26.0)
05:01:45 Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==5.1.0.dev0) (2021.10.8)
05:01:45 Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==5.1.0.dev0) (2.0.7)
05:01:45 Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==5.1.0.dev0) (2.5)
05:01:45 Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==5.1.0.dev0) (1.26.5)
05:01:45 Requirement already satisfied: six in /usr/local/lib/python3.7/site-packages (from websocket-client>=0.32.0->docker==5.1.0.dev0) (1.16.0)
05:01:45 Building wheels for collected packages: docker
05:01:45   Building wheel for docker (setup.py): started
05:01:46   Building wheel for docker (setup.py): finished with status 'done'
05:01:46   Created wheel for docker: filename=docker-5.1.0.dev0-py3-none-any.whl size=146296 sha256=94dd0eb1377462739cb56d2f89e836442d0d1ef262f0f85b164a760a46472046
05:01:46   Stored in directory: /tmp/pip-ephem-wheel-cache-uj52mufv/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525
05:01:46 Successfully built docker
05:01:46 Installing collected packages: docker
05:01:46 Successfully installed docker-5.1.0.dev0
05:01:46 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
05:01:46 WARNING: You are using pip version 21.2.4; however, version 21.3.1 is available.
05:01:46 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
05:01:46 Removing intermediate container 631ed8b256a3
05:01:46  ---> 2c31e3ebd49d
05:01:46 Successfully built 2c31e3ebd49d
05:01:46 Successfully tagged dockerpinata/docker-py:py3-4c2808a4ef00b30a88d0812663516fc46bd08aea
[Pipeline] isUnix
[Pipeline] sh
05:01:47 + docker tag dockerpinata/docker-py:py3-4c2808a4ef00b30a88d0812663516fc46bd08aea dockerpinata/docker-py:py3-4c2808a4ef00b30a88d0812663516fc46bd08aea
[Pipeline] isUnix
[Pipeline] sh
05:01:47 + docker push dockerpinata/docker-py:py3-4c2808a4ef00b30a88d0812663516fc46bd08aea
05:01:47 The push refers to repository [docker.io/dockerpinata/docker-py]
05:01:47 fd7faa88f53e: Preparing
05:01:47 80616fd48c51: Preparing
05:01:47 967a3276d971: Preparing
05:01:47 a27f3b9df818: Preparing
05:01:47 9784987a527f: Preparing
05:01:47 87741f86c027: Preparing
05:01:47 a3b3e7402add: Preparing
05:01:47 13102d269883: Preparing
05:01:47 9760bf14495e: Preparing
05:01:47 bd7c14d8aab6: Preparing
05:01:47 4847101728e8: Preparing
05:01:47 0c2055ef131d: Preparing
05:01:47 bce54b069866: Preparing
05:01:47 48b721b96d6b: Preparing
05:01:47 c0fad984efc5: Preparing
05:01:47 1ac2c7b10ec6: Preparing
05:01:47 eafab1e7e8e7: Preparing
05:01:47 689d14134873: Preparing
05:01:47 da8ee6936a47: Preparing
05:01:47 6ae392c466cc: Preparing
05:01:47 7fcd2600f5ad: Preparing
05:01:47 8f56c3340629: Preparing
05:01:47 ba6e5ff31f23: Preparing
05:01:47 9f9f651e9303: Preparing
05:01:47 0b3c02b5d746: Preparing
05:01:47 62a747bf1719: Preparing
05:01:47 87741f86c027: Waiting
05:01:47 a3b3e7402add: Waiting
05:01:47 13102d269883: Waiting
05:01:47 9760bf14495e: Waiting
05:01:47 bd7c14d8aab6: Waiting
05:01:47 4847101728e8: Waiting
05:01:47 0c2055ef131d: Waiting
05:01:47 bce54b069866: Waiting
05:01:47 48b721b96d6b: Waiting
05:01:47 c0fad984efc5: Waiting
05:01:47 1ac2c7b10ec6: Waiting
05:01:47 eafab1e7e8e7: Waiting
05:01:47 689d14134873: Waiting
05:01:47 da8ee6936a47: Waiting
05:01:47 6ae392c466cc: Waiting
05:01:47 7fcd2600f5ad: Waiting
05:01:47 8f56c3340629: Waiting
05:01:47 ba6e5ff31f23: Waiting
05:01:47 9f9f651e9303: Waiting
05:01:47 0b3c02b5d746: Waiting
05:01:47 62a747bf1719: Waiting
05:01:49 a27f3b9df818: Pushed
05:01:49 80616fd48c51: Pushed
05:01:49 fd7faa88f53e: Pushed
05:01:50 967a3276d971: Pushed
05:01:50 87741f86c027: Pushed
05:01:50 a3b3e7402add: Pushed
05:01:50 13102d269883: Pushed
05:01:51 9760bf14495e: Pushed
05:01:51 bd7c14d8aab6: Pushed
05:01:51 4847101728e8: Pushed
05:01:51 9784987a527f: Pushed
05:01:52 0c2055ef131d: Pushed
05:01:52 bce54b069866: Pushed
05:01:52 689d14134873: Layer already exists
05:01:52 da8ee6936a47: Layer already exists
05:01:52 6ae392c466cc: Layer already exists
05:01:52 7fcd2600f5ad: Layer already exists
05:01:52 48b721b96d6b: Pushed
05:01:52 8f56c3340629: Layer already exists
05:01:52 ba6e5ff31f23: Layer already exists
05:01:52 9f9f651e9303: Layer already exists
05:01:52 0b3c02b5d746: Layer already exists
05:01:52 62a747bf1719: Layer already exists
05:01:53 c0fad984efc5: Pushed
05:01:53 eafab1e7e8e7: Pushed
05:01:54 1ac2c7b10ec6: Pushed
05:01:56 py3-4c2808a4ef00b30a88d0812663516fc46bd08aea: digest: sha256:c30271d526378dc407913a6082a0fc90700ed5a6532bc920aba369bd60dabb7b size: 5766
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-074d010a4a7ca22b8) in /home/ubuntu/workspace/docker-py_PR-2910
[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-2910@tmp/4388fdb4-42a8-4673-9d46-239353e94ad3/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
05:02:04 + docker run --rm --entrypoint=python dockerpinata/docker-py:py3-4c2808a4ef00b30a88d0812663516fc46bd08aea /src/scripts/versions.py
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] parallel
[Pipeline] { (Branch: py3.7_19.03.12)
[Pipeline] { (Branch: py3.7_19.03.13)
[Pipeline] { (Branch: py3.7_20.10.10)
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-01dd364081b870f96) in /home/ubuntu/workspace/docker-py_PR-2910
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
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&&overlay2WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2910@tmp/ac3be086-0a0c-42df-be8b-9cfebb2596ec/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
05:02:51 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
05:02:51 chowning workspace
[Pipeline] sh
05:02:52 + pwd
05:02:52 + id -u
05:02:52 + id -g
05:02:52 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2910:/workspace busybox chown -R 1000:1000 /workspace
05:02:52 Unable to find image 'busybox:latest' locally
05:02:52 latest: Pulling from library/busybox
05:02:52 01c2cdc13739: Pulling fs layer
05:02:53 01c2cdc13739: Verifying Checksum
05:02:53 01c2cdc13739: Download complete
05:02:53 01c2cdc13739: Pull complete
05:02:53 Digest: sha256:139abcf41943b8bcd4bc5c42ee71ddc9402c7ad69ad9e177b0a9bc4541f14924
05:02:53 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
05:02:57 Removing all docker containers
[Pipeline] sh
05:02:57 + docker container ls -aq
[Pipeline] echo
05:02:57 Docker containers have been removed
[Pipeline] echo
05:02:57 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
05:02:57 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.12)
[Pipeline] checkout
05:02:57 The recommended git tool is: git
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-074d010a4a7ca22b8) in /home/ubuntu/workspace/docker-py_PR-2910
[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-2910@tmp/84522ed6-152a-4b21-8285-0446b6fd3d7c/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
05:02:57 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
05:02:57 chowning workspace
[Pipeline] sh
05:02:58 + pwd
05:02:58 + id -u
05:02:58 + id -g
05:02:58 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2910:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
05:02:59 Removing all docker containers
[Pipeline] sh
05:02:59 + docker container ls -aq
[Pipeline] echo
05:02:59 Docker containers have been removed
[Pipeline] echo
05:02:59 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
05:02:59 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.13)
[Pipeline] checkout
05:02:59 The recommended git tool is: git
05:02:59 using credential docker-jenkins-github-credentials
05:02:59 Cloning the remote Git repository
05:02:59 Cloning with configured refspecs honoured and without tags
05:03:00 using credential docker-jenkins-github-credentials
05:03:00 Cloning the remote Git repository
05:03:00 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-2910 # 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/2910/head:refs/remotes/origin/PR-2910 +refs/heads/master:refs/remotes/origin/master # timeout=10
Cloning repository https://github.com/docker/docker-py.git
05:03:00 Fetching without tags
05:03:01 Merging remotes/origin/master commit a48a5a9647761406d66e8271f19fab7fa0c5f582 into PR head commit 4c2808a4ef00b30a88d0812663516fc46bd08aea
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-074d010a4a7ca22b8) in /home/ubuntu/workspace/docker-py_PR-2910
[Pipeline] // node
[Pipeline] {
[Pipeline] }
Failed in branch py3.7_19.03.13
[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-2910@tmp/ff86d148-a624-494c-868f-e0bc16ae5271/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
05:03:01 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
05:03:01 chowning workspace
[Pipeline] sh
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2910/head:refs/remotes/origin/PR-2910 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/2910/head:refs/remotes/origin/PR-2910 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4c2808a4ef00b30a88d0812663516fc46bd08aea # timeout=10
05:03:01 + pwd
05:03:01 + id -u
05:03:01 + id -g
05:03:01 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2910:/workspace busybox chown -R 1000:1000 /workspace
 > git init /home/ubuntu/workspace/docker-py_PR-2910 # 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/2910/head:refs/remotes/origin/PR-2910 +refs/heads/master:refs/remotes/origin/master # timeout=10
[Pipeline] echo
05:03:02 Removing all docker containers
[Pipeline] sh
05:03:02 + docker container ls -aq
[Pipeline] echo
05:03:02 Docker containers have been removed
[Pipeline] echo
05:03:02 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
05:03:02 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=20.10.10)
[Pipeline] checkout
05:03:02 The recommended git tool is: git
05:03:02 using credential docker-jenkins-github-credentials
05:03:02 Cloning the remote Git repository
05:03:02 Cloning with configured refspecs honoured and without tags
05:03:03 Fetching without tags
05:03:03 Merging remotes/origin/master commit a48a5a9647761406d66e8271f19fab7fa0c5f582 into PR head commit 4c2808a4ef00b30a88d0812663516fc46bd08aea
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.12
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2910 # 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/2910/head:refs/remotes/origin/PR-2910 +refs/heads/master:refs/remotes/origin/master # timeout=10
05:03:04 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/2910/head:refs/remotes/origin/PR-2910 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/2910/head:refs/remotes/origin/PR-2910 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4c2808a4ef00b30a88d0812663516fc46bd08aea # timeout=10
05:03:04 Merging remotes/origin/master commit a48a5a9647761406d66e8271f19fab7fa0c5f582 into PR head commit 4c2808a4ef00b30a88d0812663516fc46bd08aea
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_20.10.10
[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/2910/head:refs/remotes/origin/PR-2910 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/2910/head:refs/remotes/origin/PR-2910 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4c2808a4ef00b30a88d0812663516fc46bd08aea # timeout=10

GitHub has been notified of this commit’s build result

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

	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-074d010a4a7ca22b8)
		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.GeneratedMethodAccessor657.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.$Proxy472.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 4c2808a4ef00b30a88d0812663516fc46bd08aea" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 4c2808a4ef00b30a88d0812663516fc46bd08aea

		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-01dd364081b870f96)
			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.GeneratedMethodAccessor657.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.$Proxy472.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 4c2808a4ef00b30a88d0812663516fc46bd08aea
Also:   hudson.plugins.git.GitException: Command "git checkout -f 4c2808a4ef00b30a88d0812663516fc46bd08aea" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 4c2808a4ef00b30a88d0812663516fc46bd08aea

		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-074d010a4a7ca22b8)
			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.GeneratedMethodAccessor657.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.$Proxy472.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 4c2808a4ef00b30a88d0812663516fc46bd08aea
Caused: hudson.plugins.git.GitException: Could not checkout 4c2808a4ef00b30a88d0812663516fc46bd08aea
	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