Skip to content
Failed

Console Output

Skipping 185 KB.. Full Log
11:11:26   Downloading mock-1.0.1.zip (861 kB)
11:11:26 Collecting pytest==4.3.1
11:11:26   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
11:11:26 Collecting pytest-cov==2.6.1
11:11:26   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
11:11:26 Collecting pytest-timeout==1.3.3
11:11:26   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
11:11:26 Collecting mccabe<0.7.0,>=0.6.0
11:11:26   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
11:11:26 Collecting pycodestyle<2.5.0,>=2.4.0
11:11:26   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
11:11:26 Collecting pyflakes<2.1.0,>=2.0.0
11:11:26   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
11:11:26 Collecting atomicwrites>=1.0
11:11:26   Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
11:11:26 Collecting pluggy>=0.7
11:11:26   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
11:11:26 Collecting attrs>=17.4.0
11:11:26   Downloading attrs-21.2.0-py2.py3-none-any.whl (53 kB)
11:11:26 Collecting py>=1.5.0
11:11:26   Downloading py-1.10.0-py2.py3-none-any.whl (97 kB)
11:11:26 Collecting more-itertools>=4.0.0
11:11:26   Downloading more_itertools-8.8.0-py3-none-any.whl (48 kB)
11:11:26 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)
11:11:27 Collecting importlib-metadata>=0.12
11:11:27   Downloading importlib_metadata-4.6.1-py3-none-any.whl (17 kB)
11:11:27 Collecting typing-extensions>=3.6.4
11:11:27   Downloading typing_extensions-3.10.0.0-py3-none-any.whl (26 kB)
11:11:27 Collecting zipp>=0.5
11:11:27   Downloading zipp-3.5.0-py3-none-any.whl (5.7 kB)
11:11:27 Building wheels for collected packages: mock
11:11:27   Building wheel for mock (setup.py): started
11:11:27   Building wheel for mock (setup.py): finished with status 'done'
11:11:27   Created wheel for mock: filename=mock-1.0.1-py3-none-any.whl size=23772 sha256=fb09a4b49623b9a83c91d1cf9524187e59e52f251ddfcea44e5ee8bfe924adb3
11:11:27   Stored in directory: /root/.cache/pip/wheels/7a/94/b1/0fdc5339a5bd487a5cc15421ec200d9ba3e2aa7190e4a727f1
11:11:27 Successfully built mock
11:11:27 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
11:11:27   Attempting uninstall: setuptools
11:11:27     Found existing installation: setuptools 57.4.0
11:11:27     Uninstalling setuptools-57.4.0:
11:11:27       Successfully uninstalled setuptools-57.4.0
11:11:28 Successfully installed atomicwrites-1.4.0 attrs-21.2.0 coverage-4.5.2 flake8-3.6.0 importlib-metadata-4.6.1 mccabe-0.6.1 mock-1.0.1 more-itertools-8.8.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.5.0
11:11:28 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
11:11:28 WARNING: You are using pip version 21.1.3; however, version 21.2.1 is available.
11:11:28 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
11:11:29 Removing intermediate container 5443932bedeb
11:11:29  ---> 0a0818911aca
11:11:29 Step 20/21 : COPY . /src
11:11:29  ---> db788e98c3c7
11:11:29 Step 21/21 : RUN pip install .
11:11:29  ---> Running in ae66d6180187
11:11:30 Processing /src
11:11:30   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.
11:11:30    pip 21.3 will remove support for this functionality. You can find discussion regarding this at https://github.com/pypa/pip/issues/7555.
11:11:30 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.7/site-packages (from docker==4.5.0.dev0) (0.56.0)
11:11:30 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)
11:11:30 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)
11:11:30 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) (2021.5.30)
11:11:30 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)
11:11:30 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)
11:11:30 Requirement already satisfied: six in /usr/local/lib/python3.7/site-packages (from websocket-client>=0.32.0->docker==4.5.0.dev0) (1.16.0)
11:11:30 Building wheels for collected packages: docker
11:11:30   Building wheel for docker (setup.py): started
11:11:31   Building wheel for docker (setup.py): finished with status 'done'
11:11:31   Created wheel for docker: filename=docker-4.5.0.dev0-py2.py3-none-any.whl size=146041 sha256=e39de8395376c685368c6e6f83b18bf9b41258365e61179ef09310ec67239563
11:11:31   Stored in directory: /tmp/pip-ephem-wheel-cache-yhdc07v_/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525
11:11:31 Successfully built docker
11:11:31 Installing collected packages: docker
11:11:31 Successfully installed docker-4.5.0.dev0
11:11:31 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
11:11:31 WARNING: You are using pip version 21.1.3; however, version 21.2.1 is available.
11:11:31 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
11:11:31 Removing intermediate container ae66d6180187
11:11:31  ---> 4076eeac99fa
11:11:31 Successfully built 4076eeac99fa
11:11:31 Successfully tagged dockerpinata/docker-py:py3-06bdb282acb80cdfd01b77bd1648febc5addc19a
[Pipeline] isUnix
[Pipeline] sh
11:11:32 + docker tag dockerpinata/docker-py:py3-06bdb282acb80cdfd01b77bd1648febc5addc19a dockerpinata/docker-py:py3-06bdb282acb80cdfd01b77bd1648febc5addc19a
[Pipeline] isUnix
[Pipeline] sh
11:11:32 + docker push dockerpinata/docker-py:py3-06bdb282acb80cdfd01b77bd1648febc5addc19a
11:11:32 The push refers to repository [docker.io/dockerpinata/docker-py]
11:11:32 2d99598ddd8a: Preparing
11:11:32 95663957b366: Preparing
11:11:32 f00827efb51e: Preparing
11:11:32 5ea701ae474f: Preparing
11:11:32 85a6ec36435b: Preparing
11:11:32 4fd2ab1dc548: Preparing
11:11:32 bc0b16f0a9d5: Preparing
11:11:32 d1622fa3854f: Preparing
11:11:32 42e81c37804c: Preparing
11:11:32 9d4b3be2dec4: Preparing
11:11:32 dcae2917e0a8: Preparing
11:11:32 ef3bcc7ca460: Preparing
11:11:32 af8c386d9680: Preparing
11:11:32 917f2b62b791: Preparing
11:11:32 9ae2e0b61ef7: Preparing
11:11:32 1d3887cba02b: Preparing
11:11:32 adf48d7b46ec: Preparing
11:11:32 b53dc66f2565: Preparing
11:11:32 9fb0785541dc: Preparing
11:11:32 534aca1b7ee9: Preparing
11:11:32 515418ad7cad: Preparing
11:11:32 138b36d5a43a: Preparing
11:11:32 ad83f0aa5c0a: Preparing
11:11:32 5a9a65095453: Preparing
11:11:32 4b0edb23340c: Preparing
11:11:32 afa3e488a0ee: Preparing
11:11:32 4fd2ab1dc548: Waiting
11:11:32 bc0b16f0a9d5: Waiting
11:11:32 d1622fa3854f: Waiting
11:11:32 42e81c37804c: Waiting
11:11:32 9d4b3be2dec4: Waiting
11:11:32 dcae2917e0a8: Waiting
11:11:32 ef3bcc7ca460: Waiting
11:11:32 af8c386d9680: Waiting
11:11:32 917f2b62b791: Waiting
11:11:32 9ae2e0b61ef7: Waiting
11:11:32 1d3887cba02b: Waiting
11:11:32 adf48d7b46ec: Waiting
11:11:32 b53dc66f2565: Waiting
11:11:32 9fb0785541dc: Waiting
11:11:32 534aca1b7ee9: Waiting
11:11:32 515418ad7cad: Waiting
11:11:32 138b36d5a43a: Waiting
11:11:32 ad83f0aa5c0a: Waiting
11:11:32 5a9a65095453: Waiting
11:11:32 4b0edb23340c: Waiting
11:11:32 afa3e488a0ee: Waiting
11:11:33 5ea701ae474f: Pushed
11:11:33 95663957b366: Pushed
11:11:34 2d99598ddd8a: Pushed
11:11:34 4fd2ab1dc548: Pushed
11:11:34 f00827efb51e: Pushed
11:11:34 bc0b16f0a9d5: Pushed
11:11:35 d1622fa3854f: Pushed
11:11:35 42e81c37804c: Pushed
11:11:36 dcae2917e0a8: Pushed
11:11:36 9d4b3be2dec4: Pushed
11:11:36 ef3bcc7ca460: Pushed
11:11:36 85a6ec36435b: Pushed
11:11:36 af8c386d9680: Pushed
11:11:36 b53dc66f2565: Layer already exists
11:11:36 9fb0785541dc: Layer already exists
11:11:36 534aca1b7ee9: Layer already exists
11:11:36 515418ad7cad: Layer already exists
11:11:36 138b36d5a43a: Layer already exists
11:11:36 ad83f0aa5c0a: Layer already exists
11:11:36 9ae2e0b61ef7: Pushed
11:11:36 5a9a65095453: Layer already exists
11:11:36 917f2b62b791: Pushed
11:11:36 afa3e488a0ee: Layer already exists
11:11:36 4b0edb23340c: Layer already exists
11:11:37 adf48d7b46ec: Pushed
11:11:38 1d3887cba02b: Pushed
11:11:39 py3-06bdb282acb80cdfd01b77bd1648febc5addc19a: digest: sha256:dd842c37f6c87df9632f267666ae1afd8de9ce0e5feba3be73f5c0a38b4dd73d 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-0b69050a22935c4dd) in /home/ubuntu/workspace/docker-py_PR-2869
[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-2869@tmp/1211eee5-fdcd-41ff-baff-e26a8b15dcd9/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
11:11:46 + docker run --rm --entrypoint=python dockerpinata/docker-py:py3-06bdb282acb80cdfd01b77bd1648febc5addc19a /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.7)
[Pipeline] { (Branch: py3.7_19.03.13)
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0ffcf983a71e84be5) in /home/ubuntu/workspace/docker-py_PR-2869
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
Still waiting to schedule task
Waiting for next available executor on ‘amd64&&ubuntu-2004&&overlay2Still waiting to schedule task
Waiting for next available executor on ‘amd64&&ubuntu-2004&&overlay2WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2869@tmp/cb570fcc-44e7-4c0c-9eea-9d46063fa015/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
11:12:32 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:12:32 chowning workspace
[Pipeline] sh
11:12:34 + pwd
11:12:34 + id -u
11:12:34 + id -g
11:12:34 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2869:/workspace busybox chown -R 1000:1000 /workspace
11:12:34 Unable to find image 'busybox:latest' locally
11:12:34 latest: Pulling from library/busybox
11:12:34 b71f96345d44: Pulling fs layer
11:12:34 b71f96345d44: Verifying Checksum
11:12:34 b71f96345d44: Download complete
11:12:34 b71f96345d44: Pull complete
11:12:34 Digest: sha256:0f354ec1728d9ff32edcd7d1b8bbdfc798277ad36120dc3dc683be44524c8b60
11:12:34 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
11:12:38 Removing all docker containers
[Pipeline] sh
11:12:38 + docker container ls -aq
[Pipeline] echo
11:12:38 Docker containers have been removed
[Pipeline] echo
11:12:38 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:12:38 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.12)
[Pipeline] checkout
11:12:38 The recommended git tool is: git
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0b69050a22935c4dd) in /home/ubuntu/workspace/docker-py_PR-2869
[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-2869@tmp/d5fe9a0d-8423-4b98-b9cd-b4e05ef75c1f/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
11:12:40 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:12:40 chowning workspace
[Pipeline] sh
11:12:40 + pwd
11:12:40 + id -u
11:12:40 + id -g
11:12:40 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2869:/workspace busybox chown -R 1000:1000 /workspace
11:12:41 using credential docker-jenkins-github-credentials
11:12:41 Cloning the remote Git repository
11:12:41 Cloning with configured refspecs honoured and without tags
[Pipeline] echo
11:12:41 Removing all docker containers
[Pipeline] sh
11:12:41 + docker container ls -aq
[Pipeline] echo
11:12:41 Docker containers have been removed
[Pipeline] echo
11:12:41 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:12:41 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=20.10.7)
[Pipeline] checkout
11:12:41 The recommended git tool is: git
11:12:41 using credential docker-jenkins-github-credentials
11:12:41 Cloning the remote Git repository
11:12:41 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-2869 # 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/2869/head:refs/remotes/origin/PR-2869 +refs/heads/master:refs/remotes/origin/master # timeout=10
11:12:42 Fetching without tags
11:12:42 Merging remotes/origin/master commit a9748a8b702a3c75b46ba8c8d0490e4b8ec5ab04 into PR head commit 06bdb282acb80cdfd01b77bd1648febc5addc19a
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0b69050a22935c4dd) in /home/ubuntu/workspace/docker-py_PR-2869
[Pipeline] }
Failed in branch py3.7_20.10.7
[Pipeline] {
[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-2869 # 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/2869/head:refs/remotes/origin/PR-2869 +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/2869/head:refs/remotes/origin/PR-2869 # 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/2869/head:refs/remotes/origin/PR-2869 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 06bdb282acb80cdfd01b77bd1648febc5addc19a # 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-2869@tmp/99306135-26a9-4192-a467-5dd898de9eae/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
11:12:42 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:12:42 chowning workspace
[Pipeline] sh
11:12:42 + pwd
11:12:42 + id -u
11:12:42 + id -g
11:12:42 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2869:/workspace busybox chown -R 1000:1000 /workspace
11:12:42 Fetching without tags
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2869/head:refs/remotes/origin/PR-2869 # 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/2869/head:refs/remotes/origin/PR-2869 +refs/heads/master:refs/remotes/origin/master # timeout=10
11:12:43 Merging remotes/origin/master commit a9748a8b702a3c75b46ba8c8d0490e4b8ec5ab04 into PR head commit 06bdb282acb80cdfd01b77bd1648febc5addc19a
[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] echo
11:12:43 Removing all docker containers
[Pipeline] sh
11:12:43 + docker container ls -aq
[Pipeline] echo
11:12:43 Docker containers have been removed
[Pipeline] echo
11:12:43 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:12:43 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.13)
[Pipeline] checkout
11:12:43 The recommended git tool is: git
11:12:43 using credential docker-jenkins-github-credentials
11:12:43 Cloning the remote Git repository
11:12:43 Cloning with configured refspecs honoured and without tags
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 06bdb282acb80cdfd01b77bd1648febc5addc19a # timeout=10
11:12:44 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2869 # 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/2869/head:refs/remotes/origin/PR-2869 +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/2869/head:refs/remotes/origin/PR-2869 # 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/2869/head:refs/remotes/origin/PR-2869 +refs/heads/master:refs/remotes/origin/master # timeout=10
11:12:44 Merging remotes/origin/master commit a9748a8b702a3c75b46ba8c8d0490e4b8ec5ab04 into PR head commit 06bdb282acb80cdfd01b77bd1648febc5addc19a
[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 06bdb282acb80cdfd01b77bd1648febc5addc19a" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 06bdb282acb80cdfd01b77bd1648febc5addc19a

	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-0b69050a22935c4dd)
		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 06bdb282acb80cdfd01b77bd1648febc5addc19a" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 06bdb282acb80cdfd01b77bd1648febc5addc19a

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

		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-0b69050a22935c4dd)
			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 06bdb282acb80cdfd01b77bd1648febc5addc19a
Caused: hudson.plugins.git.GitException: Could not checkout 06bdb282acb80cdfd01b77bd1648febc5addc19a
	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