Skip to content
Failed

Console Output

Skipping 185 KB.. Full Log
09:08:11   Downloading pytest-6.2.5-py3-none-any.whl (280 kB)
09:08:11 Collecting pytest-cov==3.0.0
09:08:11   Downloading pytest_cov-3.0.0-py3-none-any.whl (20 kB)
09:08:11 Collecting pytest-timeout==2.0.1
09:08:11   Downloading pytest_timeout-2.0.1-py3-none-any.whl (11 kB)
09:08:11 Collecting pyflakes<2.5.0,>=2.4.0
09:08:11   Downloading pyflakes-2.4.0-py2.py3-none-any.whl (69 kB)
09:08:11 Collecting pycodestyle<2.9.0,>=2.8.0
09:08:11   Downloading pycodestyle-2.8.0-py2.py3-none-any.whl (42 kB)
09:08:11 Collecting mccabe<0.7.0,>=0.6.0
09:08:11   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
09:08:11 Collecting importlib-metadata<4.3
09:08:11   Downloading importlib_metadata-4.2.0-py3-none-any.whl (16 kB)
09:08:11 Collecting pluggy<2.0,>=0.12
09:08:11   Downloading pluggy-1.0.0-py2.py3-none-any.whl (13 kB)
09:08:11 Collecting attrs>=19.2.0
09:08:11   Downloading attrs-21.4.0-py2.py3-none-any.whl (60 kB)
09:08:12 Collecting toml
09:08:12   Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB)
09:08:12 Collecting py>=1.8.2
09:08:12   Downloading py-1.11.0-py2.py3-none-any.whl (98 kB)
09:08:12 Collecting iniconfig
09:08:12   Downloading iniconfig-1.1.1-py2.py3-none-any.whl (5.0 kB)
09:08:12 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)
09:08:12 Collecting coverage[toml]>=5.2.1
09:08:12   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)
09:08:12   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)
09:08:12   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)
09:08:12   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)
09:08:12   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)
09:08:12   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)
09:08:12   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)
09:08:12   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)
09:08:12 Collecting tomli
09:08:12   Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
09:08:12 Collecting typing-extensions>=3.6.4
09:08:12   Downloading typing_extensions-4.1.1-py3-none-any.whl (26 kB)
09:08:12 Collecting zipp>=0.5
09:08:12   Downloading zipp-3.7.0-py3-none-any.whl (5.3 kB)
09:08:12 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)
09:08:12 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)
09:08:12 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
09:08:13   Attempting uninstall: setuptools
09:08:13     Found existing installation: setuptools 57.5.0
09:08:13     Uninstalling setuptools-57.5.0:
09:08:13       Successfully uninstalled setuptools-57.5.0
09:08:13 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
09:08:13 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
09:08:13 WARNING: You are using pip version 21.2.4; however, version 22.0.3 is available.
09:08:13 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
09:08:14 Removing intermediate container b555cbfc1b6b
09:08:14  ---> f0cb3bdb9ee5
09:08:14 Step 20/21 : COPY . /src
09:08:14  ---> a1bd9add648b
09:08:14 Step 21/21 : RUN pip install .
09:08:14  ---> Running in 2f5d2f8e7c54
09:08:15 Processing /src
09:08:15   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.
09:08:15    pip 21.3 will remove support for this functionality. You can find discussion regarding this at https://github.com/pypa/pip/issues/7555.
09:08:15 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)
09:08:15 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)
09:08:15 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)
09:08:15 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)
09:08:15 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)
09:08:15 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)
09:08:15 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)
09:08:15 Building wheels for collected packages: docker
09:08:15   Building wheel for docker (setup.py): started
09:08:16   Building wheel for docker (setup.py): finished with status 'done'
09:08:16   Created wheel for docker: filename=docker-5.1.0.dev0-py3-none-any.whl size=146358 sha256=8056cd107551f57ba78e4f9896ef6d68b4ad5cdaa865bf52ba231a0677a1727d
09:08:16   Stored in directory: /tmp/pip-ephem-wheel-cache-pod_13xa/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525
09:08:16 Successfully built docker
09:08:16 Installing collected packages: docker
09:08:16 Successfully installed docker-5.1.0.dev0
09:08: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
09:08:16 WARNING: You are using pip version 21.2.4; however, version 22.0.3 is available.
09:08:16 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
09:08:16 Removing intermediate container 2f5d2f8e7c54
09:08:16  ---> 078d2805e6e8
09:08:16 Successfully built 078d2805e6e8
09:08:16 Successfully tagged dockerpinata/docker-py:py3-4da0542615d9ee1a0d6a4453f1367bceadb80862
[Pipeline] isUnix
[Pipeline] sh
09:08:17 + docker tag dockerpinata/docker-py:py3-4da0542615d9ee1a0d6a4453f1367bceadb80862 dockerpinata/docker-py:py3-4da0542615d9ee1a0d6a4453f1367bceadb80862
[Pipeline] isUnix
[Pipeline] sh
09:08:17 + docker push dockerpinata/docker-py:py3-4da0542615d9ee1a0d6a4453f1367bceadb80862
09:08:17 The push refers to repository [docker.io/dockerpinata/docker-py]
09:08:17 762f0f642490: Preparing
09:08:17 e301042fbf15: Preparing
09:08:17 524b138d080e: Preparing
09:08:17 b7a9492e68cb: Preparing
09:08:17 948a6544a554: Preparing
09:08:17 193ab1275ae4: Preparing
09:08:17 2fa212772c5d: Preparing
09:08:17 bf09c78f505c: Preparing
09:08:17 bce6b04d8bea: Preparing
09:08:17 44ee81a835ba: Preparing
09:08:17 07ca1f6b4018: Preparing
09:08:17 f58c39ffe925: Preparing
09:08:17 9d20ae4f45f4: Preparing
09:08:17 b6e388df8091: Preparing
09:08:17 1f29f3ac97d1: Preparing
09:08:17 f0c717faa2a8: Preparing
09:08:17 a98bf7e4c00c: Preparing
09:08:17 91861565d249: Preparing
09:08:17 13b05b508dcf: Preparing
09:08:17 1e3c20347499: Preparing
09:08:17 a3232401de62: Preparing
09:08:17 204e42b3d47b: Preparing
09:08:17 613ab28cf833: Preparing
09:08:17 bed676ceab7a: Preparing
09:08:17 6398d5cccd2c: Preparing
09:08:17 0b0f2f2f5279: Preparing
09:08:17 193ab1275ae4: Waiting
09:08:17 2fa212772c5d: Waiting
09:08:17 bf09c78f505c: Waiting
09:08:17 bce6b04d8bea: Waiting
09:08:17 44ee81a835ba: Waiting
09:08:17 07ca1f6b4018: Waiting
09:08:17 f58c39ffe925: Waiting
09:08:17 9d20ae4f45f4: Waiting
09:08:17 b6e388df8091: Waiting
09:08:17 1f29f3ac97d1: Waiting
09:08:17 f0c717faa2a8: Waiting
09:08:17 a98bf7e4c00c: Waiting
09:08:17 91861565d249: Waiting
09:08:17 13b05b508dcf: Waiting
09:08:17 1e3c20347499: Waiting
09:08:17 a3232401de62: Waiting
09:08:17 204e42b3d47b: Waiting
09:08:17 613ab28cf833: Waiting
09:08:17 bed676ceab7a: Waiting
09:08:17 6398d5cccd2c: Waiting
09:08:17 0b0f2f2f5279: Waiting
09:08:18 b7a9492e68cb: Pushed
09:08:18 e301042fbf15: Pushed
09:08:18 762f0f642490: Pushed
09:08:19 524b138d080e: Pushed
09:08:19 193ab1275ae4: Pushed
09:08:19 2fa212772c5d: Pushed
09:08:20 bf09c78f505c: Pushed
09:08:20 07ca1f6b4018: Pushed
09:08:20 bce6b04d8bea: Pushed
09:08:20 44ee81a835ba: Pushed
09:08:20 f58c39ffe925: Pushed
09:08:20 948a6544a554: Pushed
09:08:21 b6e388df8091: Pushed
09:08:21 9d20ae4f45f4: Pushed
09:08:21 1f29f3ac97d1: Pushed
09:08:22 a98bf7e4c00c: Pushed
09:08:22 a3232401de62: Layer already exists
09:08:22 204e42b3d47b: Layer already exists
09:08:22 613ab28cf833: Layer already exists
09:08:22 13b05b508dcf: Pushed
09:08:22 bed676ceab7a: Layer already exists
09:08:22 6398d5cccd2c: Layer already exists
09:08:22 0b0f2f2f5279: Layer already exists
09:08:23 f0c717faa2a8: Pushed
09:08:23 91861565d249: Pushed
09:08:25 1e3c20347499: Pushed
09:08:26 py3-4da0542615d9ee1a0d6a4453f1367bceadb80862: digest: sha256:a0a44011fd0ef2560e7974d97722dd691e102e3ef046ed1c476a91942bf6f358 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-038677a38b0431f65) 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/272f4ddb-3a53-4c85-bc02-5b9d01a3716b/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
09:08:27 + docker run --rm --entrypoint=python dockerpinata/docker-py:py3-4da0542615d9ee1a0d6a4453f1367bceadb80862 /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
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-038677a38b0431f65) 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/30656ebb-a822-4fe1-8b52-77db6e138f4c/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
09:09:04 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
09:09:04 chowning workspace
[Pipeline] sh
09:09:04 + pwd
09:09:04 + id -u
09:09:04 + id -g
09:09:04 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2959:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
09:09:05 Removing all docker containers
[Pipeline] sh
09:09:05 + docker container ls -aq
[Pipeline] echo
09:09:05 Docker containers have been removed
[Pipeline] echo
09:09:05 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
09:09:05 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.12)
[Pipeline] checkout
09:09:05 The recommended git tool is: git
09:09:05 using credential docker-jenkins-github-credentials
09:09:05 Cloning the remote Git repository
09:09:05 Cloning with configured refspecs honoured and without tags
09:09:06 Fetching 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
 > 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
09:09:06 Merging remotes/origin/master commit a48a5a9647761406d66e8271f19fab7fa0c5f582 into PR head commit 4da0542615d9ee1a0d6a4453f1367bceadb80862
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-038677a38b0431f65) in /home/ubuntu/workspace/docker-py_PR-2959
[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-2959@tmp/f1974829-c20b-4a53-9315-7a2a0a50273d/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
09:09:06 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
09:09:06 chowning workspace
[Pipeline] sh
09:09:07 + pwd
09:09:07 + id -u
09:09:07 + id -g
09:09:07 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2959:/workspace busybox chown -R 1000:1000 /workspace
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4da0542615d9ee1a0d6a4453f1367bceadb80862 # timeout=10
[Pipeline] echo
09:09:07 Removing all docker containers
[Pipeline] sh
09:09:08 + docker container ls -aq
[Pipeline] echo
09:09:08 Docker containers have been removed
[Pipeline] echo
09:09:08 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
09:09:08 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=20.10.12)
[Pipeline] checkout
09:09:08 The recommended git tool is: git
09:09:08 using credential docker-jenkins-github-credentials
09:09:08 Cloning the remote Git repository
09:09:08 Cloning with configured refspecs honoured and without tags
Still waiting to schedule task
Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-038677a38b0431f65)09:09:08 Fetching without tags
09:09:09 Merging remotes/origin/master commit a48a5a9647761406d66e8271f19fab7fa0c5f582 into PR head commit 4da0542615d9ee1a0d6a4453f1367bceadb80862
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-038677a38b0431f65) in /home/ubuntu/workspace/docker-py_PR-2959
[Pipeline] {
[Pipeline] }
Failed in branch py3.7_20.10.12
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
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 4da0542615d9ee1a0d6a4453f1367bceadb80862 # timeout=10
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/a98c1ad9-60cb-4491-9b42-3fb8f3455be1/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
09:09:09 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
09:09:09 chowning workspace
[Pipeline] sh
09:09:09 + pwd
09:09:09 + id -u
09:09:09 + id -g
09:09:09 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2959:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
09:09:10 Removing all docker containers
[Pipeline] sh
09:09:10 + docker container ls -aq
[Pipeline] echo
09:09:10 Docker containers have been removed
[Pipeline] echo
09:09:10 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
09:09:10 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.13)
[Pipeline] checkout
09:09:10 The recommended git tool is: git
09:09:10 using credential docker-jenkins-github-credentials
09:09:10 Cloning the remote Git repository
09:09:10 Cloning with configured refspecs honoured and without tags
09:09:11 Fetching without tags
09:09:11 Merging remotes/origin/master commit a48a5a9647761406d66e8271f19fab7fa0c5f582 into PR head commit 4da0542615d9ee1a0d6a4453f1367bceadb80862
[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-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 4da0542615d9ee1a0d6a4453f1367bceadb80862 # timeout=10

GitHub has been notified of this commit’s build result

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

	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-038677a38b0431f65)
		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 4da0542615d9ee1a0d6a4453f1367bceadb80862" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 4da0542615d9ee1a0d6a4453f1367bceadb80862

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

		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-038677a38b0431f65)
			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 4da0542615d9ee1a0d6a4453f1367bceadb80862
Caused: hudson.plugins.git.GitException: Could not checkout 4da0542615d9ee1a0d6a4453f1367bceadb80862
	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