Skip to content
Failed

Console Output

Skipping 176 KB.. Full Log
05:44:11   Stored in directory: /root/.cache/pip/wheels/91/50/7a/9f94e39b01559aa44c3cefb775d7befcc01d0a6ed0093cab37
05:44:11 Successfully built backports.ssl-match-hostname ipaddress pycparser
05:44:11 Installing collected packages: pycparser, six, cffi, urllib3, pyparsing, pynacl, pyasn1, idna, cryptography, chardet, certifi, bcrypt, websocket-client, requests, pyOpenSSL, paramiko, packaging, ipaddress, enum34, backports.ssl-match-hostname, asn1crypto, appdirs
05:44:12 Successfully installed appdirs-1.4.3 asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.2.0 certifi-2020.12.5 cffi-1.14.4 chardet-3.0.4 cryptography-3.4.7 enum34-1.1.6 idna-2.5 ipaddress-1.0.18 packaging-16.8 paramiko-2.4.2 pyOpenSSL-18.0.0 pyasn1-0.4.8 pycparser-2.17 pynacl-1.4.0 pyparsing-2.2.0 requests-2.20.0 six-1.15.0 urllib3-1.24.3 websocket-client-0.56.0
05:44:19 Removing intermediate container bba5b8f3371a
05:44:19  ---> c93bf8472152
05:44:19 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
05:44:19  ---> 829a59b7a036
05:44:19 Step 19/21 : RUN pip install -r test-requirements.txt
05:44:19  ---> Running in 53ef949a5469
05:44:24 Collecting setuptools==54.1.1
05:44:24   Downloading setuptools-54.1.1-py3-none-any.whl (784 kB)
05:44:25 Collecting coverage==4.5.2
05:44:25   Downloading coverage-4.5.2-cp37-cp37m-manylinux1_x86_64.whl (205 kB)
05:44:25 Collecting flake8==3.6.0
05:44:25   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
05:44:25 Collecting mock==1.0.1
05:44:25   Downloading mock-1.0.1.zip (861 kB)
05:44:25 Collecting pytest==4.3.1
05:44:25   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
05:44:25 Collecting pytest-cov==2.6.1
05:44:25   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
05:44:25 Collecting pytest-timeout==1.3.3
05:44:25   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
05:44:25 Collecting pyflakes<2.1.0,>=2.0.0
05:44:25   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
05:44:25 Collecting pycodestyle<2.5.0,>=2.4.0
05:44:25   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
05:44:25 Collecting mccabe<0.7.0,>=0.6.0
05:44:25   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
05:44:25 Collecting pluggy>=0.7
05:44:25   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
05:44:25 Collecting attrs>=17.4.0
05:44:25   Downloading attrs-20.3.0-py2.py3-none-any.whl (49 kB)
05:44:25 Collecting more-itertools>=4.0.0
05:44:25   Downloading more_itertools-8.7.0-py3-none-any.whl (48 kB)
05:44:25 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.15.0)
05:44:25 Collecting atomicwrites>=1.0
05:44:25   Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
05:44:25 Collecting py>=1.5.0
05:44:25   Downloading py-1.10.0-py2.py3-none-any.whl (97 kB)
05:44:26 Collecting importlib-metadata>=0.12
05:44:26   Downloading importlib_metadata-3.10.1-py3-none-any.whl (14 kB)
05:44:26 Collecting typing-extensions>=3.6.4
05:44:26   Downloading typing_extensions-3.7.4.3-py3-none-any.whl (22 kB)
05:44:26 Collecting zipp>=0.5
05:44:26   Downloading zipp-3.4.1-py3-none-any.whl (5.2 kB)
05:44:26 Building wheels for collected packages: mock
05:44:26   Building wheel for mock (setup.py): started
05:44:26   Building wheel for mock (setup.py): finished with status 'done'
05:44:26   Created wheel for mock: filename=mock-1.0.1-py3-none-any.whl size=23755 sha256=74b42c82ee4d352ff1ab37afffd7b0941521292b22bc7b8df4221b9019305098
05:44:26   Stored in directory: /root/.cache/pip/wheels/7a/94/b1/0fdc5339a5bd487a5cc15421ec200d9ba3e2aa7190e4a727f1
05:44:26 Successfully built mock
05:44: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
05:44:27   Attempting uninstall: setuptools
05:44:27     Found existing installation: setuptools 56.0.0
05:44:27     Uninstalling setuptools-56.0.0:
05:44:27       Successfully uninstalled setuptools-56.0.0
05:44:27 Successfully installed atomicwrites-1.4.0 attrs-20.3.0 coverage-4.5.2 flake8-3.6.0 importlib-metadata-3.10.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.7.4.3 zipp-3.4.1
05:44:28 Removing intermediate container 53ef949a5469
05:44:28  ---> 3c182bda43a4
05:44:28 Step 20/21 : COPY . /src
05:44:28  ---> 75c3843849ce
05:44:28 Step 21/21 : RUN pip install .
05:44:29  ---> Running in 24e4363b44a2
05:44:29 Processing /src
05:44: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)
05:44: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)
05:44: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) (2020.12.5)
05:44: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)
05:44: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)
05:44: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)
05:44: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.15.0)
05:44:30 Building wheels for collected packages: docker
05:44:30   Building wheel for docker (setup.py): started
05:44:30   Building wheel for docker (setup.py): finished with status 'done'
05:44:30   Created wheel for docker: filename=docker-4.5.0.dev0-py2.py3-none-any.whl size=147022 sha256=9f930c6659eb7348395cc34211c1dbf443038bddebe8c1bb5fb7fbe0dc28288f
05:44:30   Stored in directory: /tmp/pip-ephem-wheel-cache-y4ln41ub/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525
05:44:30 Successfully built docker
05:44:30 Installing collected packages: docker
05:44:30 Successfully installed docker-4.5.0.dev0
05:44:31 Removing intermediate container 24e4363b44a2
05:44:31  ---> 28dc2a68aa9a
05:44:31 Successfully built 28dc2a68aa9a
05:44:31 Successfully tagged dockerpinata/docker-py:py3-6c118614aa7c6ddc085c517d4d9d5eb924cc23f8
[Pipeline] isUnix
[Pipeline] sh
05:44:31 + docker tag dockerpinata/docker-py:py3-6c118614aa7c6ddc085c517d4d9d5eb924cc23f8 dockerpinata/docker-py:py3-6c118614aa7c6ddc085c517d4d9d5eb924cc23f8
[Pipeline] isUnix
[Pipeline] sh
05:44:31 + docker push dockerpinata/docker-py:py3-6c118614aa7c6ddc085c517d4d9d5eb924cc23f8
05:44:31 The push refers to repository [docker.io/dockerpinata/docker-py]
05:44:31 a09f4c3f01a4: Preparing
05:44:31 11e86983bbf0: Preparing
05:44:31 aff9681cdb31: Preparing
05:44:31 406a28d522c8: Preparing
05:44:31 9bc29e05ad01: Preparing
05:44:31 7bc8c74d10c3: Preparing
05:44:31 fa188a51c20f: Preparing
05:44:31 3aa724d377cc: Preparing
05:44:31 596ae723fc05: Preparing
05:44:31 c273d29350a6: Preparing
05:44:31 0d4a1c1d27c0: Preparing
05:44:31 1adec20578f2: Preparing
05:44:31 2e25d3f27a62: Preparing
05:44:31 c86e74c7b722: Preparing
05:44:31 218324a11425: Preparing
05:44:31 aa9a01fe5035: Preparing
05:44:31 6092f3075c1e: Preparing
05:44:31 2945feb9da1d: Preparing
05:44:31 ad316ea514d2: Preparing
05:44:31 84a815ddec01: Preparing
05:44:31 8d18b38717e2: Preparing
05:44:31 651326e9f1ca: Preparing
05:44:31 5d5962699bd5: Preparing
05:44:31 a42439ce9650: Preparing
05:44:31 26270c5e25fa: Preparing
05:44:31 e2c6ff462357: Preparing
05:44:31 7bc8c74d10c3: Waiting
05:44:31 fa188a51c20f: Waiting
05:44:31 3aa724d377cc: Waiting
05:44:31 596ae723fc05: Waiting
05:44:31 c273d29350a6: Waiting
05:44:31 0d4a1c1d27c0: Waiting
05:44:31 1adec20578f2: Waiting
05:44:31 2e25d3f27a62: Waiting
05:44:31 c86e74c7b722: Waiting
05:44:31 218324a11425: Waiting
05:44:31 aa9a01fe5035: Waiting
05:44:31 6092f3075c1e: Waiting
05:44:31 2945feb9da1d: Waiting
05:44:31 ad316ea514d2: Waiting
05:44:31 84a815ddec01: Waiting
05:44:31 8d18b38717e2: Waiting
05:44:31 651326e9f1ca: Waiting
05:44:31 5d5962699bd5: Waiting
05:44:31 a42439ce9650: Waiting
05:44:31 26270c5e25fa: Waiting
05:44:31 e2c6ff462357: Waiting
05:44:33 406a28d522c8: Pushed
05:44:33 11e86983bbf0: Pushed
05:44:33 a09f4c3f01a4: Pushed
05:44:33 aff9681cdb31: Pushed
05:44:34 fa188a51c20f: Pushed
05:44:34 7bc8c74d10c3: Pushed
05:44:34 3aa724d377cc: Pushed
05:44:34 596ae723fc05: Pushed
05:44:35 c273d29350a6: Pushed
05:44:35 9bc29e05ad01: Pushed
05:44:35 0d4a1c1d27c0: Pushed
05:44:35 1adec20578f2: Pushed
05:44:35 2e25d3f27a62: Pushed
05:44:36 2945feb9da1d: Layer already exists
05:44:36 ad316ea514d2: Layer already exists
05:44:36 84a815ddec01: Layer already exists
05:44:36 c86e74c7b722: Pushed
05:44:36 8d18b38717e2: Layer already exists
05:44:36 651326e9f1ca: Layer already exists
05:44:36 5d5962699bd5: Layer already exists
05:44:36 a42439ce9650: Layer already exists
05:44:36 e2c6ff462357: Layer already exists
05:44:36 26270c5e25fa: Layer already exists
05:44:36 218324a11425: Pushed
05:44:37 6092f3075c1e: Pushed
05:44:38 aa9a01fe5035: Pushed
05:44:39 py3-6c118614aa7c6ddc085c517d4d9d5eb924cc23f8: digest: sha256:6eb4bafaf907219d75b8128375cfc2a4965d9147e973f9e6f75fa159396501bd 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-03efcbcf955661ba0) in /home/ubuntu/workspace/docker-py_PR-2823
[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-2823@tmp/00bc9f5d-ce1f-4763-941c-e668a655e5bd/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:44:46 + docker run --rm --entrypoint=python dockerpinata/docker-py:py3-6c118614aa7c6ddc085c517d4d9d5eb924cc23f8 /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.6)
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-03efcbcf955661ba0) in /home/ubuntu/workspace/docker-py_PR-2823
[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-2823@tmp/f3444a1f-6ba8-43d2-898a-5c8028d6950c/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:45:12 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
05:45:12 chowning workspace
[Pipeline] sh
05:45:13 + pwd
05:45:13 + id -u
05:45:13 + id -g
05:45:13 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2823:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
05:45:13 Removing all docker containers
[Pipeline] sh
05:45:14 + docker container ls -aq
[Pipeline] echo
05:45:14 Docker containers have been removed
[Pipeline] echo
05:45:14 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
05:45:14 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.12)
[Pipeline] checkout
05:45:14 The recommended git tool is: git
05:45:14 using credential docker-jenkins-github-credentials
05:45:14 Cloning the remote Git repository
05:45:14 Cloning with configured refspecs honoured and without tags
05:45:14 Fetching without tags
05:45:15 Merging remotes/origin/master commit 96c12726fdb9b24e985b4de74d5c82145ccd8185 into PR head commit 6c118614aa7c6ddc085c517d4d9d5eb924cc23f8
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-03efcbcf955661ba0) in /home/ubuntu/workspace/docker-py_PR-2823
[Pipeline] // node
[Pipeline] {
[Pipeline] }
Failed in branch py3.7_19.03.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-2823 # 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/2823/head:refs/remotes/origin/PR-2823 +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/2823/head:refs/remotes/origin/PR-2823 # 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/2823/head:refs/remotes/origin/PR-2823 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6c118614aa7c6ddc085c517d4d9d5eb924cc23f8 # 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-2823@tmp/4fc9404c-3fd0-4f65-9647-11267b7727ab/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:45:15 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
05:45:15 chowning workspace
[Pipeline] sh
05:45:15 + pwd
05:45:15 + id -u
05:45:15 + id -g
05:45:15 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2823:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
05:45:16 Removing all docker containers
[Pipeline] sh
05:45:16 + docker container ls -aq
[Pipeline] echo
05:45:16 Docker containers have been removed
[Pipeline] echo
05:45:16 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
05:45:16 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.13)
[Pipeline] checkout
05:45:16 The recommended git tool is: git
05:45:16 using credential docker-jenkins-github-credentials
05:45:16 Cloning the remote Git repository
05:45:16 Cloning with configured refspecs honoured and without tags
05:45:17 Fetching without tags
05:45:17 Merging remotes/origin/master commit 96c12726fdb9b24e985b4de74d5c82145ccd8185 into PR head commit 6c118614aa7c6ddc085c517d4d9d5eb924cc23f8
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-03efcbcf955661ba0) in /home/ubuntu/workspace/docker-py_PR-2823
[Pipeline] // node
[Pipeline] {
[Pipeline] }
Failed in branch py3.7_19.03.13
[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-2823 # 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/2823/head:refs/remotes/origin/PR-2823 +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/2823/head:refs/remotes/origin/PR-2823 # 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/2823/head:refs/remotes/origin/PR-2823 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6c118614aa7c6ddc085c517d4d9d5eb924cc23f8 # 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-2823@tmp/133d54e9-719d-4b31-968e-0455ac59e42f/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:45:17 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
05:45:17 chowning workspace
[Pipeline] sh
05:45:17 + pwd
05:45:17 + id -u
05:45:17 + id -g
05:45:17 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2823:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
05:45:18 Removing all docker containers
[Pipeline] sh
05:45:18 + docker container ls -aq
[Pipeline] echo
05:45:18 Docker containers have been removed
[Pipeline] echo
05:45:18 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
05:45:18 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=20.10.6)
[Pipeline] checkout
05:45:18 The recommended git tool is: git
05:45:18 using credential docker-jenkins-github-credentials
05:45:18 Cloning the remote Git repository
05:45:18 Cloning with configured refspecs honoured and without tags
05:45:19 Fetching without tags
05:45:19 Merging remotes/origin/master commit 96c12726fdb9b24e985b4de74d5c82145ccd8185 into PR head commit 6c118614aa7c6ddc085c517d4d9d5eb924cc23f8
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_20.10.6
[Pipeline] // parallel
[Pipeline] End of Pipeline
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2823 # 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/2823/head:refs/remotes/origin/PR-2823 +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/2823/head:refs/remotes/origin/PR-2823 # 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/2823/head:refs/remotes/origin/PR-2823 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6c118614aa7c6ddc085c517d4d9d5eb924cc23f8 # timeout=10

GitHub has been notified of this commit’s build result

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

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2450)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1100(CliGitAPIImpl.java:84)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2767)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-03efcbcf955661ba0)
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:1001)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor352.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.$Proxy404.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:1159)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1298)
		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 6c118614aa7c6ddc085c517d4d9d5eb924cc23f8" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 6c118614aa7c6ddc085c517d4d9d5eb924cc23f8

		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2450)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1100(CliGitAPIImpl.java:84)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2767)
	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-03efcbcf955661ba0)
			at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
			at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
			at hudson.remoting.Channel.call(Channel.java:1001)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
			at sun.reflect.GeneratedMethodAccessor352.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.$Proxy404.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:1159)
			at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1298)
			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 6c118614aa7c6ddc085c517d4d9d5eb924cc23f8
Also:   hudson.plugins.git.GitException: Command "git checkout -f 6c118614aa7c6ddc085c517d4d9d5eb924cc23f8" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 6c118614aa7c6ddc085c517d4d9d5eb924cc23f8

		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2450)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1100(CliGitAPIImpl.java:84)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2767)
	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-03efcbcf955661ba0)
			at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
			at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
			at hudson.remoting.Channel.call(Channel.java:1001)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
			at sun.reflect.GeneratedMethodAccessor352.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.$Proxy404.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:1159)
			at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1298)
			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 6c118614aa7c6ddc085c517d4d9d5eb924cc23f8
Caused: hudson.plugins.git.GitException: Could not checkout 6c118614aa7c6ddc085c517d4d9d5eb924cc23f8
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2791)
	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:375)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
	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