Skip to content
Failed

Console Output

Skipping 179 KB.. Full Log
10:07:37 Removing intermediate container 6928b694b08c
10:07:37  ---> 0bf972f0d5c8
10:07:37 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
10:07:37  ---> 1401d3034215
10:07:37 Step 19/21 : RUN pip install -r test-requirements.txt
10:07:37  ---> Running in aa041214342d
10:07:42 Collecting setuptools==58.2.0
10:07:43   Downloading setuptools-58.2.0-py3-none-any.whl (946 kB)
10:07:44 Collecting coverage==6.0.1
10:07:44   Downloading coverage-6.0.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (252 kB)
10:07:44 Collecting flake8==4.0.1
10:07:44   Downloading flake8-4.0.1-py2.py3-none-any.whl (64 kB)
10:07:44 Collecting pytest==6.2.5
10:07:44   Downloading pytest-6.2.5-py3-none-any.whl (280 kB)
10:07:44 Collecting pytest-cov==3.0.0
10:07:44   Downloading pytest_cov-3.0.0-py3-none-any.whl (20 kB)
10:07:44 Collecting pytest-timeout==2.0.1
10:07:44   Downloading pytest_timeout-2.0.1-py3-none-any.whl (11 kB)
10:07:44 Collecting mccabe<0.7.0,>=0.6.0
10:07:44   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
10:07:44 Collecting importlib-metadata<4.3
10:07:44   Downloading importlib_metadata-4.2.0-py3-none-any.whl (16 kB)
10:07:44 Collecting pycodestyle<2.9.0,>=2.8.0
10:07:44   Downloading pycodestyle-2.8.0-py2.py3-none-any.whl (42 kB)
10:07:44 Collecting pyflakes<2.5.0,>=2.4.0
10:07:44   Downloading pyflakes-2.4.0-py2.py3-none-any.whl (69 kB)
10:07:44 Collecting toml
10:07:45   Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB)
10:07:45 Collecting py>=1.8.2
10:07:45   Downloading py-1.11.0-py2.py3-none-any.whl (98 kB)
10:07:45 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)
10:07:45 Collecting iniconfig
10:07:45   Downloading iniconfig-1.1.1-py2.py3-none-any.whl (5.0 kB)
10:07:45 Collecting pluggy<2.0,>=0.12
10:07:45   Downloading pluggy-1.0.0-py2.py3-none-any.whl (13 kB)
10:07:45 Collecting attrs>=19.2.0
10:07:45   Downloading attrs-21.2.0-py2.py3-none-any.whl (53 kB)
10:07:45 Collecting coverage[toml]>=5.2.1
10:07:45   Downloading coverage-6.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (213 kB)
10:07:45   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)
10:07:45   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)
10:07:45   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)
10:07:45   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)
10:07:45 Collecting tomli
10:07:45   Downloading tomli-2.0.0-py3-none-any.whl (12 kB)
10:07:45 Collecting typing-extensions>=3.6.4
10:07:45   Downloading typing_extensions-4.0.1-py3-none-any.whl (22 kB)
10:07:45 Collecting zipp>=0.5
10:07:45   Downloading zipp-3.6.0-py3-none-any.whl (5.3 kB)
10:07:45 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)
10:07:45 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)
10:07:46 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
10:07:46   Attempting uninstall: setuptools
10:07:46     Found existing installation: setuptools 57.5.0
10:07:46     Uninstalling setuptools-57.5.0:
10:07:46       Successfully uninstalled setuptools-57.5.0
10:07:47 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-2.0.0 typing-extensions-4.0.1 zipp-3.6.0
10:07:47 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
10:07:47 WARNING: You are using pip version 21.2.4; however, version 21.3.1 is available.
10:07:47 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
10:07:48 Removing intermediate container aa041214342d
10:07:48  ---> 800c59732001
10:07:48 Step 20/21 : COPY . /src
10:07:48  ---> fe46964b3773
10:07:48 Step 21/21 : RUN pip install .
10:07:48  ---> Running in 626e4c0de893
10:07:50 Processing /src
10:07:50   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.
10:07:50    pip 21.3 will remove support for this functionality. You can find discussion regarding this at https://github.com/pypa/pip/issues/7555.
10:07:50 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)
10:07:50 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)
10:07:50 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)
10:07:50 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)
10:07:50 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)
10:07:50 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.9)
10:07:50 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)
10:07:50 Building wheels for collected packages: docker
10:07:50   Building wheel for docker (setup.py): started
10:07:50   Building wheel for docker (setup.py): finished with status 'done'
10:07:50   Created wheel for docker: filename=docker-5.1.0.dev0-py3-none-any.whl size=146315 sha256=b3381fd4b16f9265f8838ebb4ec4bff9045b7698c89a34db3effda46756e8d28
10:07:50   Stored in directory: /tmp/pip-ephem-wheel-cache-39sqavmb/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525
10:07:50 Successfully built docker
10:07:50 Installing collected packages: docker
10:07:50 Successfully installed docker-5.1.0.dev0
10:07:50 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
10:07:50 WARNING: You are using pip version 21.2.4; however, version 21.3.1 is available.
10:07:50 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
10:07:51 Removing intermediate container 626e4c0de893
10:07:51  ---> 92c619d1a846
10:07:51 Successfully built 92c619d1a846
10:07:51 Successfully tagged dockerpinata/docker-py:py3-2a2a5203fda0a22fdd638fdfc23225116c8ce403
[Pipeline] isUnix
[Pipeline] sh
10:07:51 + docker tag dockerpinata/docker-py:py3-2a2a5203fda0a22fdd638fdfc23225116c8ce403 dockerpinata/docker-py:py3-2a2a5203fda0a22fdd638fdfc23225116c8ce403
[Pipeline] isUnix
[Pipeline] sh
10:07:52 + docker push dockerpinata/docker-py:py3-2a2a5203fda0a22fdd638fdfc23225116c8ce403
10:07:52 The push refers to repository [docker.io/dockerpinata/docker-py]
10:07:52 840dfbf761db: Preparing
10:07:52 bf3fb17b695d: Preparing
10:07:52 68829c80882c: Preparing
10:07:52 e2815df987db: Preparing
10:07:52 299b6db625fe: Preparing
10:07:52 eed8af2f42a3: Preparing
10:07:52 663ab18d4922: Preparing
10:07:52 1812c1a4251c: Preparing
10:07:52 62038e3e493f: Preparing
10:07:52 e04d7fa0f9b1: Preparing
10:07:52 43219f8e94c3: Preparing
10:07:52 495a0a838b5c: Preparing
10:07:52 7c42ca93827f: Preparing
10:07:52 5141395fa3d4: Preparing
10:07:52 b99ab7b0924a: Preparing
10:07:52 4c768283e308: Preparing
10:07:52 0ac2f493d32c: Preparing
10:07:52 43e2270f41d7: Preparing
10:07:52 4853dccb54f0: Preparing
10:07:52 2e05ef819319: Preparing
10:07:52 3ff9c5f71066: Preparing
10:07:52 d4151e7436b1: Preparing
10:07:52 3b441d7cb46b: Preparing
10:07:52 d3710de04cb3: Preparing
10:07:52 91f7336bbfff: Preparing
10:07:52 e2e8c39e0f77: Preparing
10:07:52 43219f8e94c3: Waiting
10:07:52 495a0a838b5c: Waiting
10:07:52 7c42ca93827f: Waiting
10:07:52 5141395fa3d4: Waiting
10:07:52 b99ab7b0924a: Waiting
10:07:52 4c768283e308: Waiting
10:07:52 eed8af2f42a3: Waiting
10:07:52 0ac2f493d32c: Waiting
10:07:52 663ab18d4922: Waiting
10:07:52 43e2270f41d7: Waiting
10:07:52 1812c1a4251c: Waiting
10:07:52 4853dccb54f0: Waiting
10:07:52 2e05ef819319: Waiting
10:07:52 62038e3e493f: Waiting
10:07:52 3ff9c5f71066: Waiting
10:07:52 e04d7fa0f9b1: Waiting
10:07:52 d4151e7436b1: Waiting
10:07:52 3b441d7cb46b: Waiting
10:07:52 d3710de04cb3: Waiting
10:07:52 91f7336bbfff: Waiting
10:07:52 e2e8c39e0f77: Waiting
10:07:53 e2815df987db: Pushed
10:07:53 bf3fb17b695d: Pushed
10:07:54 840dfbf761db: Pushed
10:07:54 eed8af2f42a3: Pushed
10:07:54 663ab18d4922: Pushed
10:07:54 68829c80882c: Pushed
10:07:55 1812c1a4251c: Pushed
10:07:55 62038e3e493f: Pushed
10:07:55 43219f8e94c3: Pushed
10:07:55 e04d7fa0f9b1: Pushed
10:07:56 299b6db625fe: Pushed
10:07:56 495a0a838b5c: Pushed
10:07:56 5141395fa3d4: Pushed
10:07:56 b99ab7b0924a: Pushed
10:07:56 7c42ca93827f: Pushed
10:07:56 43e2270f41d7: Mounted from library/python
10:07:56 4853dccb54f0: Mounted from library/python
10:07:57 3ff9c5f71066: Mounted from library/python
10:07:57 d4151e7436b1: Mounted from library/python
10:07:57 0ac2f493d32c: Pushed
10:07:57 2e05ef819319: Mounted from library/python
10:07:57 3b441d7cb46b: Mounted from library/python
10:07:57 d3710de04cb3: Mounted from library/python
10:07:57 91f7336bbfff: Mounted from library/python
10:07:57 e2e8c39e0f77: Mounted from library/python
10:07:58 4c768283e308: Pushed
10:07:59 py3-2a2a5203fda0a22fdd638fdfc23225116c8ce403: digest: sha256:702e0eb8b665d3546eac82ee17da7a039c96832f1c9cb044859bc296165a5290 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-053d092c39287292b) in /home/ubuntu/workspace/docker-py_PR-2925
[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-2925@tmp/d532ed37-ac6d-40f6-ad34-463dd982d2df/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
10:08:08 + docker run --rm --entrypoint=python dockerpinata/docker-py:py3-2a2a5203fda0a22fdd638fdfc23225116c8ce403 /src/scripts/versions.py
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] parallel
[Pipeline] { (Branch: py3.7_19.03.12)
[Pipeline] { (Branch: py3.7_20.10.12)
[Pipeline] { (Branch: py3.7_19.03.13)
[Pipeline] node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-053d092c39287292b) in /home/ubuntu/workspace/docker-py_PR-2925
[Pipeline] node
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2925@tmp/c96174d4-13c9-4b0d-8bb2-7f820e7cc7db/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
10:08:35 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
10:08:35 chowning workspace
[Pipeline] sh
10:08:35 + pwd
10:08:35 + id -u
10:08:35 + id -g
10:08:35 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2925:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
10:08:36 Removing all docker containers
[Pipeline] sh
10:08:36 + docker container ls -aq
[Pipeline] echo
10:08:36 Docker containers have been removed
[Pipeline] echo
10:08:36 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
10:08:36 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.12)
[Pipeline] checkout
10:08:36 The recommended git tool is: git
10:08:36 using credential docker-jenkins-github-credentials
10:08:36 Cloning the remote Git repository
10:08:36 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-2925 # 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/2925/head:refs/remotes/origin/PR-2925 +refs/heads/master:refs/remotes/origin/master # timeout=10
10:08:38 Fetching without tags
10:08:38 Merging remotes/origin/master commit a48a5a9647761406d66e8271f19fab7fa0c5f582 into PR head commit 2a2a5203fda0a22fdd638fdfc23225116c8ce403
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-053d092c39287292b) in /home/ubuntu/workspace/docker-py_PR-2925
[Pipeline] }
Failed in branch py3.7_19.03.12
[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-2925@tmp/2ea330af-b7f1-4aee-be72-d3553e0f9da4/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
10:08:38 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
10:08:38 chowning workspace
[Pipeline] sh
10:08:38 + pwd
10:08:38 + id -u
10:08:38 + id -g
10:08:38 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2925:/workspace busybox chown -R 1000:1000 /workspace
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2925/head:refs/remotes/origin/PR-2925 # 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/2925/head:refs/remotes/origin/PR-2925 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2a2a5203fda0a22fdd638fdfc23225116c8ce403 # timeout=10
[Pipeline] echo
10:08:39 Removing all docker containers
[Pipeline] sh
10:08:40 + docker container ls -aq
[Pipeline] echo
10:08:40 Docker containers have been removed
[Pipeline] echo
10:08:40 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
10:08:40 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=20.10.12)
[Pipeline] checkout
10:08:40 The recommended git tool is: git
10:08:40 using credential docker-jenkins-github-credentials
10:08:40 Cloning the remote Git repository
10:08:40 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-2925 # 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/2925/head:refs/remotes/origin/PR-2925 +refs/heads/master:refs/remotes/origin/master # timeout=10
10:08:41 Fetching without tags
10:08:41 Merging remotes/origin/master commit a48a5a9647761406d66e8271f19fab7fa0c5f582 into PR head commit 2a2a5203fda0a22fdd638fdfc23225116c8ce403
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-053d092c39287292b) in /home/ubuntu/workspace/docker-py_PR-2925
[Pipeline] }
Failed in branch py3.7_20.10.12
[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-2925@tmp/b684b7bc-404b-49b1-a004-a0debc9bb26d/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
10:08:41 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
10:08:41 chowning workspace
[Pipeline] sh
10:08:42 + pwd
10:08:42 + id -u
10:08:42 + id -g
10:08:42 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2925:/workspace busybox chown -R 1000:1000 /workspace
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2925/head:refs/remotes/origin/PR-2925 # 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/2925/head:refs/remotes/origin/PR-2925 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2a2a5203fda0a22fdd638fdfc23225116c8ce403 # timeout=10
[Pipeline] echo
10:08:42 Removing all docker containers
[Pipeline] sh
10:08:43 + docker container ls -aq
[Pipeline] echo
10:08:43 Docker containers have been removed
[Pipeline] echo
10:08:43 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
10:08:43 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.13)
[Pipeline] checkout
10:08:43 The recommended git tool is: git
10:08:43 using credential docker-jenkins-github-credentials
10:08:43 Cloning the remote Git repository
10:08:43 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-2925 # 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/2925/head:refs/remotes/origin/PR-2925 +refs/heads/master:refs/remotes/origin/master # timeout=10
10:08:44 Fetching without tags
10:08:44 Merging remotes/origin/master commit a48a5a9647761406d66e8271f19fab7fa0c5f582 into PR head commit 2a2a5203fda0a22fdd638fdfc23225116c8ce403
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.13
[Pipeline] // parallel
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

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

	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-053d092c39287292b)
		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 2a2a5203fda0a22fdd638fdfc23225116c8ce403" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 2a2a5203fda0a22fdd638fdfc23225116c8ce403

		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-053d092c39287292b)
			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 2a2a5203fda0a22fdd638fdfc23225116c8ce403
Also:   hudson.plugins.git.GitException: Command "git checkout -f 2a2a5203fda0a22fdd638fdfc23225116c8ce403" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 2a2a5203fda0a22fdd638fdfc23225116c8ce403

		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-053d092c39287292b)
			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 2a2a5203fda0a22fdd638fdfc23225116c8ce403
Caused: hudson.plugins.git.GitException: Could not checkout 2a2a5203fda0a22fdd638fdfc23225116c8ce403
	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