Skip to content
Failed

Console Output

Skipping 180 KB.. Full Log
19:21:53 WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv
19:21:59 Removing intermediate container d8f6674c7317
19:21:59  ---> 738363ee2b5d
19:21:59 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
19:21:59  ---> 054ead652893
19:21:59 Step 19/21 : RUN pip install -r test-requirements.txt
19:21:59  ---> Running in b6d56bfaea8d
19:22:03 Collecting setuptools==54.1.1
19:22:05   Downloading setuptools-54.1.1-py3-none-any.whl (784 kB)
19:22:05 Collecting coverage==4.5.2
19:22:05   Downloading coverage-4.5.2-cp37-cp37m-manylinux1_x86_64.whl (205 kB)
19:22:05 Collecting flake8==3.6.0
19:22:05   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
19:22:05 Collecting mock==1.0.1
19:22:05   Downloading mock-1.0.1.zip (861 kB)
19:22:06 Collecting pytest==4.3.1
19:22:06   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
19:22:06 Collecting pytest-cov==2.6.1
19:22:06   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
19:22:06 Collecting pytest-timeout==1.3.3
19:22:06   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
19:22:06 Collecting pycodestyle<2.5.0,>=2.4.0
19:22:06   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
19:22:06 Collecting pyflakes<2.1.0,>=2.0.0
19:22:06   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
19:22:06 Collecting mccabe<0.7.0,>=0.6.0
19:22:06   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
19:22:06 Collecting atomicwrites>=1.0
19:22:06   Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
19:22:06 Collecting attrs>=17.4.0
19:22:06   Downloading attrs-21.2.0-py2.py3-none-any.whl (53 kB)
19:22:06 Collecting py>=1.5.0
19:22:06   Downloading py-1.10.0-py2.py3-none-any.whl (97 kB)
19:22:06 Collecting more-itertools>=4.0.0
19:22:06   Downloading more_itertools-8.7.0-py3-none-any.whl (48 kB)
19:22:06 Collecting pluggy>=0.7
19:22:06   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
19:22:06 Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.7/site-packages (from pytest==4.3.1->-r test-requirements.txt (line 5)) (1.16.0)
19:22:06 Collecting importlib-metadata>=0.12
19:22:06   Downloading importlib_metadata-4.0.1-py3-none-any.whl (16 kB)
19:22:06 Collecting typing-extensions>=3.6.4
19:22:06   Downloading typing_extensions-3.10.0.0-py3-none-any.whl (26 kB)
19:22:06 Collecting zipp>=0.5
19:22:06   Downloading zipp-3.4.1-py3-none-any.whl (5.2 kB)
19:22:06 Building wheels for collected packages: mock
19:22:06   Building wheel for mock (setup.py): started
19:22:07   Building wheel for mock (setup.py): finished with status 'done'
19:22:07   Created wheel for mock: filename=mock-1.0.1-py3-none-any.whl size=23755 sha256=195b9c3ffb00d37efb10b26a4ce3ee57b69afcad70ac82ee018e608fb5158dca
19:22:07   Stored in directory: /root/.cache/pip/wheels/7a/94/b1/0fdc5339a5bd487a5cc15421ec200d9ba3e2aa7190e4a727f1
19:22:07 Successfully built mock
19:22:07 Installing collected packages: zipp, typing-extensions, importlib-metadata, setuptools, py, pluggy, more-itertools, attrs, atomicwrites, pytest, pyflakes, pycodestyle, mccabe, coverage, pytest-timeout, pytest-cov, mock, flake8
19:22:07   Attempting uninstall: setuptools
19:22:07     Found existing installation: setuptools 56.2.0
19:22:07     Uninstalling setuptools-56.2.0:
19:22:07       Successfully uninstalled setuptools-56.2.0
19:22:08 Successfully installed atomicwrites-1.4.0 attrs-21.2.0 coverage-4.5.2 flake8-3.6.0 importlib-metadata-4.0.1 mccabe-0.6.1 mock-1.0.1 more-itertools-8.7.0 pluggy-0.13.1 py-1.10.0 pycodestyle-2.4.0 pyflakes-2.0.0 pytest-4.3.1 pytest-cov-2.6.1 pytest-timeout-1.3.3 setuptools-54.1.1 typing-extensions-3.10.0.0 zipp-3.4.1
19:22:08 WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv
19:22:09 Removing intermediate container b6d56bfaea8d
19:22:09  ---> bb119da64e01
19:22:09 Step 20/21 : COPY . /src
19:22:09  ---> f836bb7f6e80
19:22:09 Step 21/21 : RUN pip install .
19:22:09  ---> Running in 54af6cd7aef0
19:22:10 Processing /src
19:22:10   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.
19:22:10    pip 21.3 will remove support for this functionality. You can find discussion regarding this at https://github.com/pypa/pip/issues/7555.
19:22:10 Requirement already satisfied: websocket-client<1.0.0,>=0.32.0 in /usr/local/lib/python3.7/site-packages (from docker==4.5.0.dev0) (0.56.0)
19:22:10 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python3.7/site-packages (from docker==4.5.0.dev0) (2.20.0)
19:22:10 Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.5.0.dev0) (2020.12.5)
19:22:10 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.5.0.dev0) (3.0.4)
19:22:10 Requirement already satisfied: urllib3<1.25,>=1.21.1 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.5.0.dev0) (1.24.3)
19:22:10 Requirement already satisfied: idna<2.8,>=2.5 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.5.0.dev0) (2.5)
19:22:10 Requirement already satisfied: six in /usr/local/lib/python3.7/site-packages (from websocket-client<1.0.0,>=0.32.0->docker==4.5.0.dev0) (1.16.0)
19:22:10 Building wheels for collected packages: docker
19:22:10   Building wheel for docker (setup.py): started
19:22:10   Building wheel for docker (setup.py): finished with status 'done'
19:22:10   Created wheel for docker: filename=docker-4.5.0.dev0-py2.py3-none-any.whl size=147025 sha256=7e8c9a41c02d9941e4900524ac1fd93f0f4a299c0c408382df2d08aaca074830
19:22:10   Stored in directory: /tmp/pip-ephem-wheel-cache-h5l7pifa/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525
19:22:10 Successfully built docker
19:22:10 Installing collected packages: docker
19:22:10 Successfully installed docker-4.5.0.dev0
19:22:10 WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv
19:22:11 Removing intermediate container 54af6cd7aef0
19:22:11  ---> 9b57d8e0b4a6
19:22:11 Successfully built 9b57d8e0b4a6
19:22:11 Successfully tagged dockerpinata/docker-py:py3-8cc39ab25c3b7e4014a3e85be9ef5ee94b81e8d5
[Pipeline] isUnix
[Pipeline] sh
19:22:11 + docker tag dockerpinata/docker-py:py3-8cc39ab25c3b7e4014a3e85be9ef5ee94b81e8d5 dockerpinata/docker-py:py3-8cc39ab25c3b7e4014a3e85be9ef5ee94b81e8d5
[Pipeline] isUnix
[Pipeline] sh
19:22:12 + docker push dockerpinata/docker-py:py3-8cc39ab25c3b7e4014a3e85be9ef5ee94b81e8d5
19:22:12 The push refers to repository [docker.io/dockerpinata/docker-py]
19:22:12 c4b7031a1a46: Preparing
19:22:12 e2f261d4c44a: Preparing
19:22:12 67d3a941dddf: Preparing
19:22:12 12e703b7525e: Preparing
19:22:12 0f0d01364b62: Preparing
19:22:12 05c6b1374eb4: Preparing
19:22:12 8bfe23e4c63e: Preparing
19:22:12 d16f8fc6b895: Preparing
19:22:12 54e65c582900: Preparing
19:22:12 38565d5b6049: Preparing
19:22:12 fa18dfedafe8: Preparing
19:22:12 7d46218f83ba: Preparing
19:22:12 2e670ffc44ac: Preparing
19:22:12 64d5a8dfbf83: Preparing
19:22:12 b5ed3b1061a3: Preparing
19:22:12 56aa6653daff: Preparing
19:22:12 9bf386357186: Preparing
19:22:12 df58ce8478ec: Preparing
19:22:12 577d182336e4: Preparing
19:22:12 2147747beb86: Preparing
19:22:12 1591bf7ec708: Preparing
19:22:12 dd3097cd7909: Preparing
19:22:12 685934357c89: Preparing
19:22:12 ccb9b68523fd: Preparing
19:22:12 00bcea93703b: Preparing
19:22:12 688e187d6c79: Preparing
19:22:12 05c6b1374eb4: Waiting
19:22:12 8bfe23e4c63e: Waiting
19:22:12 d16f8fc6b895: Waiting
19:22:12 54e65c582900: Waiting
19:22:12 38565d5b6049: Waiting
19:22:12 fa18dfedafe8: Waiting
19:22:12 7d46218f83ba: Waiting
19:22:12 2e670ffc44ac: Waiting
19:22:12 64d5a8dfbf83: Waiting
19:22:12 b5ed3b1061a3: Waiting
19:22:12 56aa6653daff: Waiting
19:22:12 9bf386357186: Waiting
19:22:12 df58ce8478ec: Waiting
19:22:12 577d182336e4: Waiting
19:22:12 2147747beb86: Waiting
19:22:12 1591bf7ec708: Waiting
19:22:12 dd3097cd7909: Waiting
19:22:12 685934357c89: Waiting
19:22:12 ccb9b68523fd: Waiting
19:22:12 00bcea93703b: Waiting
19:22:13 12e703b7525e: Pushed
19:22:13 c4b7031a1a46: Pushed
19:22:13 e2f261d4c44a: Pushed
19:22:14 67d3a941dddf: Pushed
19:22:14 8bfe23e4c63e: Pushed
19:22:14 05c6b1374eb4: Pushed
19:22:14 d16f8fc6b895: Pushed
19:22:15 54e65c582900: Pushed
19:22:15 fa18dfedafe8: Pushed
19:22:15 38565d5b6049: Pushed
19:22:15 7d46218f83ba: Pushed
19:22:15 0f0d01364b62: Pushed
19:22:16 2e670ffc44ac: Pushed
19:22:16 b5ed3b1061a3: Pushed
19:22:16 df58ce8478ec: Layer already exists
19:22:16 64d5a8dfbf83: Pushed
19:22:16 1591bf7ec708: Layer already exists
19:22:16 577d182336e4: Layer already exists
19:22:16 2147747beb86: Layer already exists
19:22:16 ccb9b68523fd: Layer already exists
19:22:16 685934357c89: Layer already exists
19:22:16 dd3097cd7909: Layer already exists
19:22:16 688e187d6c79: Layer already exists
19:22:16 00bcea93703b: Layer already exists
19:22:16 9bf386357186: Pushed
19:22:18 56aa6653daff: Pushed
19:22:19 py3-8cc39ab25c3b7e4014a3e85be9ef5ee94b81e8d5: digest: sha256:c65bf96e806beb0676a9c7e5f6fc6573c5dc1f3dedc2ab9766d4900280125912 size: 5765
[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-08be9717f77dbbf34) in /home/ubuntu/workspace/docker-py_PR-2841
[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-2841@tmp/a97bbdf8-078f-4f86-8b23-e9e048f7b921/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
19:22:20 + docker run --rm --entrypoint=python dockerpinata/docker-py:py3-8cc39ab25c3b7e4014a3e85be9ef5ee94b81e8d5 /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.6)
[Pipeline] { (Branch: py3.7_19.03.13)
[Pipeline] node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-08be9717f77dbbf34) in /home/ubuntu/workspace/docker-py_PR-2841
[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-2841@tmp/f9dc240c-9ec2-4f87-bc98-8821c68e0de5/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
19:22:46 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
19:22:46 chowning workspace
[Pipeline] sh
19:22:47 + pwd
19:22:47 + id -u
19:22:47 + id -g
19:22:47 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2841:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
19:22:47 Removing all docker containers
[Pipeline] sh
19:22:48 + docker container ls -aq
[Pipeline] echo
19:22:48 Docker containers have been removed
[Pipeline] echo
19:22:48 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
19:22:48 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.12)
[Pipeline] checkout
19:22:48 The recommended git tool is: git
19:22:48 using credential docker-jenkins-github-credentials
19:22:48 Cloning the remote Git repository
19:22:48 Cloning with configured refspecs honoured and without tags
19:22:49 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2841 # 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/2841/head:refs/remotes/origin/PR-2841 +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/2841/head:refs/remotes/origin/PR-2841 # 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/2841/head:refs/remotes/origin/PR-2841 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:22:49 Merging remotes/origin/master commit 96c12726fdb9b24e985b4de74d5c82145ccd8185 into PR head commit 8cc39ab25c3b7e4014a3e85be9ef5ee94b81e8d5
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-08be9717f77dbbf34) in /home/ubuntu/workspace/docker-py_PR-2841
[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-2841@tmp/90bc7298-10f4-46bf-a31b-b5be54f4f6f5/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
19:22:49 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
19:22:49 chowning workspace
[Pipeline] sh
19:22:49 + pwd
19:22:49 + id -u
19:22:49 + id -g
19:22:49 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2841:/workspace busybox chown -R 1000:1000 /workspace
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8cc39ab25c3b7e4014a3e85be9ef5ee94b81e8d5 # timeout=10
[Pipeline] echo
19:22:50 Removing all docker containers
[Pipeline] sh
19:22:50 + docker container ls -aq
[Pipeline] echo
19:22:50 Docker containers have been removed
[Pipeline] echo
19:22:50 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
19:22:50 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=20.10.6)
[Pipeline] checkout
19:22:50 The recommended git tool is: git
19:22:50 using credential docker-jenkins-github-credentials
19:22:50 Cloning the remote Git repository
19:22:50 Cloning with configured refspecs honoured and without tags
19:22:51 Fetching without tags
19:22:51 Merging remotes/origin/master commit 96c12726fdb9b24e985b4de74d5c82145ccd8185 into PR head commit 8cc39ab25c3b7e4014a3e85be9ef5ee94b81e8d5
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-08be9717f77dbbf34) in /home/ubuntu/workspace/docker-py_PR-2841
[Pipeline] }
Failed in branch py3.7_20.10.6
[Pipeline] {
[Pipeline] withDockerRegistry
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2841 # 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/2841/head:refs/remotes/origin/PR-2841 +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/2841/head:refs/remotes/origin/PR-2841 # 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/2841/head:refs/remotes/origin/PR-2841 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8cc39ab25c3b7e4014a3e85be9ef5ee94b81e8d5 # timeout=10
$ 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-2841@tmp/3cd91ee3-694e-47bc-beca-cb85fc2cb06c/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
19:22:51 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
19:22:51 chowning workspace
[Pipeline] sh
19:22:51 + pwd
19:22:51 + id -u
19:22:51 + id -g
19:22:51 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2841:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
19:22:52 Removing all docker containers
[Pipeline] sh
19:22:52 + docker container ls -aq
[Pipeline] echo
19:22:52 Docker containers have been removed
[Pipeline] echo
19:22:52 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
19:22:52 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.13)
[Pipeline] checkout
19:22:52 The recommended git tool is: git
19:22:52 using credential docker-jenkins-github-credentials
19:22:52 Cloning the remote Git repository
19:22:52 Cloning with configured refspecs honoured and without tags
19:22:53 Fetching without tags
19:22:53 Merging remotes/origin/master commit 96c12726fdb9b24e985b4de74d5c82145ccd8185 into PR head commit 8cc39ab25c3b7e4014a3e85be9ef5ee94b81e8d5
[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
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2841 # 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/2841/head:refs/remotes/origin/PR-2841 +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/2841/head:refs/remotes/origin/PR-2841 # 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/2841/head:refs/remotes/origin/PR-2841 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8cc39ab25c3b7e4014a3e85be9ef5ee94b81e8d5 # timeout=10

GitHub has been notified of this commit’s build result

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

	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-08be9717f77dbbf34)
		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 8cc39ab25c3b7e4014a3e85be9ef5ee94b81e8d5" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 8cc39ab25c3b7e4014a3e85be9ef5ee94b81e8d5

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

		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-08be9717f77dbbf34)
			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 8cc39ab25c3b7e4014a3e85be9ef5ee94b81e8d5
Caused: hudson.plugins.git.GitException: Could not checkout 8cc39ab25c3b7e4014a3e85be9ef5ee94b81e8d5
	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:834)
Finished: FAILURE