Skip to content
Failed

Console Output

Skipping 185 KB.. Full Log
05:41:14 Collecting pycodestyle<2.9.0,>=2.8.0
05:41:14   Downloading pycodestyle-2.8.0-py2.py3-none-any.whl (42 kB)
05:41:14 Collecting mccabe<0.7.0,>=0.6.0
05:41:14   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
05:41:14 Collecting pyflakes<2.5.0,>=2.4.0
05:41:14   Downloading pyflakes-2.4.0-py2.py3-none-any.whl (69 kB)
05:41:14 Collecting iniconfig
05:41:14   Downloading iniconfig-1.1.1-py2.py3-none-any.whl (5.0 kB)
05:41:14 Collecting toml
05:41:14   Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB)
05:41:15 Collecting py>=1.8.2
05:41:15   Downloading py-1.11.0-py2.py3-none-any.whl (98 kB)
05:41:15 Collecting attrs>=19.2.0
05:41:15   Downloading attrs-21.4.0-py2.py3-none-any.whl (60 kB)
05:41:15 Collecting pluggy<2.0,>=0.12
05:41:15   Downloading pluggy-1.0.0-py2.py3-none-any.whl (13 kB)
05:41:15 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:41:15 Collecting coverage[toml]>=5.2.1
05:41:15   Downloading coverage-6.3.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (207 kB)
05:41:15   Downloading coverage-6.3.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (207 kB)
05:41:15   Downloading coverage-6.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (207 kB)
05:41:15   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)
05:41:15   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:41:15   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:41:15   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:41:15   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:41:15 Collecting tomli
05:41:15   Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
05:41:15 Collecting zipp>=0.5
05:41:15   Downloading zipp-3.7.0-py3-none-any.whl (5.3 kB)
05:41:15 Collecting typing-extensions>=3.6.4
05:41:15   Downloading typing_extensions-4.1.1-py3-none-any.whl (26 kB)
05:41:15 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:41:15 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:41:15 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:41:16   Attempting uninstall: setuptools
05:41:16     Found existing installation: setuptools 57.5.0
05:41:16     Uninstalling setuptools-57.5.0:
05:41:16       Successfully uninstalled setuptools-57.5.0
05:41:16 Successfully installed attrs-21.4.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.1 typing-extensions-4.1.1 zipp-3.7.0
05:41:16 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:41:16 WARNING: You are using pip version 21.2.4; however, version 22.0.3 is available.
05:41:16 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
05:41:17 Removing intermediate container 516470dc5eef
05:41:17  ---> 257225b82344
05:41:17 Step 20/21 : COPY . /src
05:41:17  ---> 4da71db50857
05:41:17 Step 21/21 : RUN pip install .
05:41:17  ---> Running in a2fe363e779f
05:41:18 Processing /src
05:41:18   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:41:18    pip 21.3 will remove support for this functionality. You can find discussion regarding this at https://github.com/pypa/pip/issues/7555.
05:41:18 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:41:18 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:41:18 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:41:18 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:41:18 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:41:18 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.12)
05:41:18 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:41:18 Building wheels for collected packages: docker
05:41:18   Building wheel for docker (setup.py): started
05:41:19   Building wheel for docker (setup.py): finished with status 'done'
05:41:19   Created wheel for docker: filename=docker-5.1.0.dev0-py3-none-any.whl size=146357 sha256=1469706af69b18aa348d1df9e1b7a030253d29e84aafbea5a7c90c6d8fe301c3
05:41:19   Stored in directory: /tmp/pip-ephem-wheel-cache-xuxx2hb8/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525
05:41:19 Successfully built docker
05:41:19 Installing collected packages: docker
05:41:19 Successfully installed docker-5.1.0.dev0
05:41:19 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:41:19 WARNING: You are using pip version 21.2.4; however, version 22.0.3 is available.
05:41:19 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
05:41:19 Removing intermediate container a2fe363e779f
05:41:19  ---> d5b8e1454cfc
05:41:19 Successfully built d5b8e1454cfc
05:41:19 Successfully tagged dockerpinata/docker-py:py3-5b4421bc9632a9fca3ef20520be327134376dcfd
[Pipeline] isUnix
[Pipeline] sh
05:41:20 + docker tag dockerpinata/docker-py:py3-5b4421bc9632a9fca3ef20520be327134376dcfd dockerpinata/docker-py:py3-5b4421bc9632a9fca3ef20520be327134376dcfd
[Pipeline] isUnix
[Pipeline] sh
05:41:20 + docker push dockerpinata/docker-py:py3-5b4421bc9632a9fca3ef20520be327134376dcfd
05:41:20 The push refers to repository [docker.io/dockerpinata/docker-py]
05:41:20 dbbfd4234d95: Preparing
05:41:20 6f00cdfcc750: Preparing
05:41:20 4c44aeb9352a: Preparing
05:41:20 1ac912944175: Preparing
05:41:20 21513bcac550: Preparing
05:41:20 982ed0204b02: Preparing
05:41:20 fc5dfaf3f5f9: Preparing
05:41:20 a56c6fb0af23: Preparing
05:41:20 f5bc18006586: Preparing
05:41:20 d192558dbf41: Preparing
05:41:20 bffe07afc801: Preparing
05:41:20 5d959a3925c2: Preparing
05:41:20 1483e5334e4b: Preparing
05:41:20 06d0b7122053: Preparing
05:41:20 78c8e7e4fdb6: Preparing
05:41:20 2c18fa8f0e89: Preparing
05:41:20 e4f7a1f2e69c: Preparing
05:41:20 8bbe4b0f3547: Preparing
05:41:20 52adde6b4d9c: Preparing
05:41:20 36c3e231faac: Preparing
05:41:20 182f3ce3bf27: Preparing
05:41:20 316e3949bffa: Preparing
05:41:20 e3f84a8cee1f: Preparing
05:41:20 48144a6f44ae: Preparing
05:41:20 26d5108b2cba: Preparing
05:41:20 89fda00479fc: Preparing
05:41:20 982ed0204b02: Waiting
05:41:20 fc5dfaf3f5f9: Waiting
05:41:20 a56c6fb0af23: Waiting
05:41:20 f5bc18006586: Waiting
05:41:20 d192558dbf41: Waiting
05:41:20 5d959a3925c2: Waiting
05:41:20 1483e5334e4b: Waiting
05:41:20 06d0b7122053: Waiting
05:41:20 78c8e7e4fdb6: Waiting
05:41:20 2c18fa8f0e89: Waiting
05:41:20 e4f7a1f2e69c: Waiting
05:41:20 8bbe4b0f3547: Waiting
05:41:20 52adde6b4d9c: Waiting
05:41:20 36c3e231faac: Waiting
05:41:20 182f3ce3bf27: Waiting
05:41:20 316e3949bffa: Waiting
05:41:20 e3f84a8cee1f: Waiting
05:41:20 48144a6f44ae: Waiting
05:41:20 26d5108b2cba: Waiting
05:41:20 89fda00479fc: Waiting
05:41:20 bffe07afc801: Waiting
05:41:21 1ac912944175: Pushed
05:41:21 dbbfd4234d95: Pushed
05:41:21 6f00cdfcc750: Pushed
05:41:22 4c44aeb9352a: Pushed
05:41:22 982ed0204b02: Pushed
05:41:22 fc5dfaf3f5f9: Pushed
05:41:23 a56c6fb0af23: Pushed
05:41:23 d192558dbf41: Pushed
05:41:23 f5bc18006586: Pushed
05:41:24 21513bcac550: Pushed
05:41:24 bffe07afc801: Pushed
05:41:24 5d959a3925c2: Pushed
05:41:24 1483e5334e4b: Pushed
05:41:24 06d0b7122053: Pushed
05:41:24 8bbe4b0f3547: Mounted from library/python
05:41:24 78c8e7e4fdb6: Pushed
05:41:24 52adde6b4d9c: Mounted from library/python
05:41:24 36c3e231faac: Mounted from library/python
05:41:25 316e3949bffa: Mounted from library/python
05:41:25 182f3ce3bf27: Mounted from library/python
05:41:25 e3f84a8cee1f: Mounted from library/python
05:41:25 48144a6f44ae: Mounted from library/python
05:41:25 26d5108b2cba: Mounted from library/python
05:41:25 89fda00479fc: Mounted from library/python
05:41:25 e4f7a1f2e69c: Pushed
05:41:26 2c18fa8f0e89: Pushed
05:41:27 py3-5b4421bc9632a9fca3ef20520be327134376dcfd: digest: sha256:8ec3b400808098e4e72d1bc2ac72507a25f448a6e53c1060958bd573a00e2d2b 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-08f7ffcb17cf6c747) in /home/ubuntu/workspace/docker-py_PR-2959
[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-2959@tmp/5908ad7b-8d92-4db7-b028-3a722860ed91/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:41:30 + docker run --rm --entrypoint=python dockerpinata/docker-py:py3-5b4421bc9632a9fca3ef20520be327134376dcfd /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.12)
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-08f7ffcb17cf6c747) in /home/ubuntu/workspace/docker-py_PR-2959
[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-2959@tmp/3723fab0-0c98-4101-8c5d-adb9f4768a57/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:42:08 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
05:42:08 chowning workspace
[Pipeline] sh
05:42:08 + pwd
05:42:08 + id -u
05:42:08 + id -g
05:42:08 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2959:/workspace busybox chown -R 1000:1000 /workspace
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-028a93d0e61c04663) in /home/ubuntu/workspace/docker-py_PR-2959
[Pipeline] {
[Pipeline] withDockerRegistry
[Pipeline] echo
05:42:08 Removing all docker containers
[Pipeline] sh
05:42:09 + docker container ls -aq
[Pipeline] echo
05:42:09 Docker containers have been removed
[Pipeline] echo
05:42:09 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
05:42:09 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.13)
[Pipeline] checkout
05:42:09 The recommended git tool is: git
05:42:09 using credential docker-jenkins-github-credentials
05:42:09 Cloning the remote Git repository
05:42:09 Cloning with configured refspecs honoured and without tags
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
05:42:10 Fetching without tags
05:42:10 Merging remotes/origin/master commit a48a5a9647761406d66e8271f19fab7fa0c5f582 into PR head commit 5b4421bc9632a9fca3ef20520be327134376dcfd
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-08f7ffcb17cf6c747) in /home/ubuntu/workspace/docker-py_PR-2959
[Pipeline] }
Failed in branch py3.7_19.03.13
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2959 # 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/2959/head:refs/remotes/origin/PR-2959 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2959/head:refs/remotes/origin/PR-2959 # 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/2959/head:refs/remotes/origin/PR-2959 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5b4421bc9632a9fca3ef20520be327134376dcfd # timeout=10
[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-2959@tmp/78e0f402-7561-4eda-b8cc-f8825b69092b/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:42:10 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
05:42:10 chowning workspace
[Pipeline] sh
05:42:10 + pwd
05:42:10 + id -u
05:42:10 + id -g
05:42:10 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2959:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
05:42:11 Removing all docker containers
[Pipeline] sh
05:42:11 + docker container ls -aq
[Pipeline] echo
05:42:11 Docker containers have been removed
[Pipeline] echo
05:42:11 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
05:42:11 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=20.10.12)
[Pipeline] checkout
05:42:11 The recommended git tool is: git
05:42:11 using credential docker-jenkins-github-credentials
05:42:11 Cloning the remote Git repository
05:42:11 Cloning with configured refspecs honoured and without tags
05:42:12 Fetching without tags
05:42:12 Merging remotes/origin/master commit a48a5a9647761406d66e8271f19fab7fa0c5f582 into PR head commit 5b4421bc9632a9fca3ef20520be327134376dcfd
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2959 # 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/2959/head:refs/remotes/origin/PR-2959 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2959/head:refs/remotes/origin/PR-2959 # 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/2959/head:refs/remotes/origin/PR-2959 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5b4421bc9632a9fca3ef20520be327134376dcfd # timeout=10
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_20.10.12
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-2959@tmp/54841e33-f73d-4e30-85a6-682c6b339406/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:42:19 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
05:42:19 chowning workspace
[Pipeline] sh
05:42:20 + pwd
05:42:20 + id -u
05:42:20 + id -g
05:42:20 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2959:/workspace busybox chown -R 1000:1000 /workspace
05:42:20 Unable to find image 'busybox:latest' locally
05:42:20 latest: Pulling from library/busybox
05:42:20 009932687766: Pulling fs layer
05:42:20 009932687766: Verifying Checksum
05:42:20 009932687766: Download complete
05:42:21 009932687766: Pull complete
05:42:21 Digest: sha256:afcc7f1ac1b49db317a7196c902e61c6c3c4607d63599ee1a82d702d249a0ccb
05:42:21 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
05:42:31 Removing all docker containers
[Pipeline] sh
05:42:31 + docker container ls -aq
[Pipeline] echo
05:42:31 Docker containers have been removed
[Pipeline] echo
05:42:31 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
05:42:31 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.12)
[Pipeline] checkout
05:42:31 The recommended git tool is: git
05:42:35 using credential docker-jenkins-github-credentials
05:42:35 Cloning the remote Git repository
05:42:35 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-2959 # 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/2959/head:refs/remotes/origin/PR-2959 +refs/heads/master:refs/remotes/origin/master # timeout=10
05:42:38 Fetching without tags
05:42:38 Merging remotes/origin/master commit a48a5a9647761406d66e8271f19fab7fa0c5f582 into PR head commit 5b4421bc9632a9fca3ef20520be327134376dcfd
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.12
[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/2959/head:refs/remotes/origin/PR-2959 # 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/2959/head:refs/remotes/origin/PR-2959 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5b4421bc9632a9fca3ef20520be327134376dcfd # timeout=10

GitHub has been notified of this commit’s build result

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

	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-08f7ffcb17cf6c747)
		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.GeneratedMethodAccessor458.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.$Proxy476.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 5b4421bc9632a9fca3ef20520be327134376dcfd" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 5b4421bc9632a9fca3ef20520be327134376dcfd

		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-08f7ffcb17cf6c747)
			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.GeneratedMethodAccessor458.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.$Proxy476.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 5b4421bc9632a9fca3ef20520be327134376dcfd
Also:   hudson.plugins.git.GitException: Command "git checkout -f 5b4421bc9632a9fca3ef20520be327134376dcfd" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 5b4421bc9632a9fca3ef20520be327134376dcfd

		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-028a93d0e61c04663)
			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.GeneratedMethodAccessor458.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.$Proxy476.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 5b4421bc9632a9fca3ef20520be327134376dcfd
Caused: hudson.plugins.git.GitException: Could not checkout 5b4421bc9632a9fca3ef20520be327134376dcfd
	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