Skip to content
Failed

Console Output

Skipping 313 KB.. Full Log
15:00:21 Collecting paramiko==2.4.2
15:00:21   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
15:00:22 Collecting pycparser==2.17
15:00:22   Downloading pycparser-2.17.tar.gz (231 kB)
15:00:22 Collecting pyOpenSSL==18.0.0
15:00:22   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
15:00:22 Collecting pyparsing==2.2.0
15:00:22   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
15:00:22 Collecting requests==2.20.0
15:00:22   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
15:00:22 Collecting six==1.10.0
15:00:22   Downloading six-1.10.0-py2.py3-none-any.whl (10 kB)
15:00:22 Collecting urllib3==1.24.3
15:00:22   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
15:00:22 Collecting websocket-client==0.56.0
15:00:22   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
15:00:22 Collecting bcrypt>=3.1.3
15:00:22   Downloading bcrypt-3.2.0-cp36-abi3-manylinux2010_x86_64.whl (63 kB)
15:00:22 Collecting certifi>=2017.4.17
15:00:22   Downloading certifi-2020.12.5-py2.py3-none-any.whl (147 kB)
15:00:22 Collecting chardet<3.1.0,>=3.0.2
15:00:22   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
15:00:22 Collecting pyasn1>=0.1.7
15:00:22   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
15:00:22 Collecting pynacl>=1.0.1
15:00:22   Downloading PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB)
15:00:22 Building wheels for collected packages: backports.ssl-match-hostname, cffi, ipaddress, pycparser
15:00:22   Building wheel for backports.ssl-match-hostname (setup.py): started
15:00:22   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
15:00:22   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py3-none-any.whl size=5206 sha256=d60fe22a9dbe2323510ab5b431955251e4cba5fe110c3c9382b0a99bee2d8c72
15:00:22   Stored in directory: /root/.cache/pip/wheels/93/72/f6/df894bfc7947d11f89dbdb4e9b786703a43cd547c1b5e8c738
15:00:22   Building wheel for cffi (setup.py): started
15:00:26   Building wheel for cffi (setup.py): finished with status 'done'
15:00:26   Created wheel for cffi: filename=cffi-1.10.0-cp37-cp37m-linux_x86_64.whl size=371260 sha256=91550f0409c7e51bdf4c33e00d9b331a612a782963820da58f703fc0d484b8f6
15:00:26   Stored in directory: /root/.cache/pip/wheels/cc/8d/6c/d24a8db003ac4a51d9959a9985718fac84e1baa5ec6c42d115
15:00:26   Building wheel for ipaddress (setup.py): started
15:00:26   Building wheel for ipaddress (setup.py): finished with status 'done'
15:00:26   Created wheel for ipaddress: filename=ipaddress-1.0.18-py3-none-any.whl size=18105 sha256=2a392cee367a6c05a692993b4860767639d2a94ae9f7d23abe26c16c82bd771d
15:00:26   Stored in directory: /root/.cache/pip/wheels/54/90/bd/f99e221ab77ef8e6d65c14efe986cef3360da2990396093151
15:00:26   Building wheel for pycparser (setup.py): started
15:00:26   Building wheel for pycparser (setup.py): finished with status 'done'
15:00:26   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=192873 sha256=308e6137b592e2d5c6fab59656622fe4fd4491a9b3917b138bc9275f1c889296
15:00:26   Stored in directory: /root/.cache/pip/wheels/91/50/7a/9f94e39b01559aa44c3cefb775d7befcc01d0a6ed0093cab37
15:00:26 Successfully built backports.ssl-match-hostname cffi ipaddress pycparser
15:00:26 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
15:00:28 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.10.0 chardet-3.0.4 cryptography-3.2 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.10.0 urllib3-1.24.3 websocket-client-0.56.0
15:00:33 Removing intermediate container 2df20d51f2b8
15:00:33  ---> 287dce7ddf5e
15:00:33 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
15:00:33  ---> b1dbee25cbe4
15:00:33 Step 19/21 : RUN pip install -r test-requirements.txt
15:00:33  ---> Running in 685e17e300dc
15:00:40 Collecting coverage==4.5.2
15:00:40   Downloading coverage-4.5.2-cp37-cp37m-manylinux1_x86_64.whl (205 kB)
15:00:40 Collecting flake8==3.6.0
15:00:40   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
15:00:40 Collecting mock==1.0.1
15:00:40   Downloading mock-1.0.1.zip (861 kB)
15:00:40 Collecting pytest==4.3.1
15:00:40   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
15:00:41 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.10.0)
15:00:41 Collecting pytest-cov==2.6.1
15:00:41   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
15:00:41 Collecting pytest-timeout==1.3.3
15:00:41   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
15:00:41 Collecting atomicwrites>=1.0
15:00:41   Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
15:00:41 Collecting attrs>=17.4.0
15:00:41   Downloading attrs-20.3.0-py2.py3-none-any.whl (49 kB)
15:00:41 Collecting mccabe<0.7.0,>=0.6.0
15:00:41   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
15:00:41 Collecting more-itertools>=4.0.0
15:00:41   Downloading more_itertools-8.6.0-py3-none-any.whl (45 kB)
15:00:41 Collecting pluggy>=0.7
15:00:41   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
15:00:41 Collecting importlib-metadata>=0.12
15:00:41   Downloading importlib_metadata-3.3.0-py3-none-any.whl (10 kB)
15:00:41 Collecting py>=1.5.0
15:00:41   Downloading py-1.10.0-py2.py3-none-any.whl (97 kB)
15:00:41 Collecting pycodestyle<2.5.0,>=2.4.0
15:00:41   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
15:00:41 Collecting pyflakes<2.1.0,>=2.0.0
15:00:41   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
15:00:41 Collecting typing-extensions>=3.6.4
15:00:41   Downloading typing_extensions-3.7.4.3-py3-none-any.whl (22 kB)
15:00:41 Collecting zipp>=0.5
15:00:41   Downloading zipp-3.4.0-py3-none-any.whl (5.2 kB)
15:00:41 Collecting setuptools==44.0.0
15:00:41   Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB)
15:00:41 Building wheels for collected packages: mock
15:00:41   Building wheel for mock (setup.py): started
15:00:42   Building wheel for mock (setup.py): finished with status 'done'
15:00:42   Created wheel for mock: filename=mock-1.0.1-py3-none-any.whl size=23755 sha256=1ed171a4aa80cc5b2b1971ab17445a706f5ea74faf2f86592f83b80b8955d352
15:00:42   Stored in directory: /root/.cache/pip/wheels/7a/94/b1/0fdc5339a5bd487a5cc15421ec200d9ba3e2aa7190e4a727f1
15:00:42 Successfully built mock
15:00:42 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
15:00:42   Attempting uninstall: setuptools
15:00:42     Found existing installation: setuptools 51.0.0
15:00:42     Uninstalling setuptools-51.0.0:
15:00:42       Successfully uninstalled setuptools-51.0.0
15:00:43 Successfully installed atomicwrites-1.4.0 attrs-20.3.0 coverage-4.5.2 flake8-3.6.0 importlib-metadata-3.3.0 mccabe-0.6.1 mock-1.0.1 more-itertools-8.6.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-44.0.0 typing-extensions-3.7.4.3 zipp-3.4.0
15:00:43 Removing intermediate container 685e17e300dc
15:00:43  ---> 6d45f96f61de
15:00:43 Step 20/21 : COPY . /src
15:00:44  ---> 4e0a91671a25
15:00:44 Step 21/21 : RUN pip install .
15:00:44  ---> Running in 0ef5f8b97078
15:00:44 Processing /src
15:00:45 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.7/site-packages (from docker==4.5.0.dev0) (1.10.0)
15:00:45 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)
15:00:45 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)
15:00:45 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)
15:00:45 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)
15:00:45 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)
15:00:45 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)
15:00:45 Building wheels for collected packages: docker
15:00:45   Building wheel for docker (setup.py): started
15:00:45   Building wheel for docker (setup.py): finished with status 'done'
15:00:45   Created wheel for docker: filename=docker-4.5.0.dev0-py2.py3-none-any.whl size=146866 sha256=ffca2dd231b0dbf13352032e139c6fd41711e615d28f5994218bb71d259b3f92
15:00:45   Stored in directory: /tmp/pip-ephem-wheel-cache-h4tcoucy/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525
15:00:45 Successfully built docker
15:00:45 Installing collected packages: docker
15:00:45 Successfully installed docker-4.5.0.dev0
15:00:46 Removing intermediate container 0ef5f8b97078
15:00:46  ---> 9b9b20a8219d
15:00:46 Successfully built 9b9b20a8219d
15:00:46 Successfully tagged dockerbuildbot/docker-py:py3-c9f0ce2596c36be68020dd3f05f86505a5a9da18
[Pipeline] isUnix
[Pipeline] sh
15:00:46 + docker tag dockerbuildbot/docker-py:py3-c9f0ce2596c36be68020dd3f05f86505a5a9da18 dockerbuildbot/docker-py:py3-c9f0ce2596c36be68020dd3f05f86505a5a9da18
[Pipeline] isUnix
[Pipeline] sh
15:00:46 + docker push dockerbuildbot/docker-py:py3-c9f0ce2596c36be68020dd3f05f86505a5a9da18
15:00:46 The push refers to repository [docker.io/dockerbuildbot/docker-py]
15:00:46 d976fc12c506: Preparing
15:00:46 e1109eaeaffb: Preparing
15:00:46 937e794aec9c: Preparing
15:00:46 ee7efc94eb35: Preparing
15:00:46 0410aae885da: Preparing
15:00:46 a322e02de328: Preparing
15:00:46 2e201e8a78c8: Preparing
15:00:46 ac2c4af5cb20: Preparing
15:00:46 ccdba7bd7403: Preparing
15:00:46 8fc6eec1b942: Preparing
15:00:46 9b3e92f77d0c: Preparing
15:00:46 1f2e98b00a08: Preparing
15:00:46 f0f89feda738: Preparing
15:00:46 7e789ae0aa95: Preparing
15:00:46 0d68cf934a53: Preparing
15:00:46 49a37ce5226c: Preparing
15:00:46 778380774eab: Preparing
15:00:46 3da8662a6eed: Preparing
15:00:46 6a6ea1335e48: Preparing
15:00:46 4324e0912cc9: Preparing
15:00:46 59840d625c92: Preparing
15:00:46 da87e334550a: Preparing
15:00:46 c5f4367d4a59: Preparing
15:00:46 ceecb62b2fcc: Preparing
15:00:46 193bc1d68b80: Preparing
15:00:46 f0e10b20de19: Preparing
15:00:46 a322e02de328: Waiting
15:00:46 2e201e8a78c8: Waiting
15:00:46 ac2c4af5cb20: Waiting
15:00:46 ccdba7bd7403: Waiting
15:00:46 8fc6eec1b942: Waiting
15:00:46 9b3e92f77d0c: Waiting
15:00:46 1f2e98b00a08: Waiting
15:00:46 f0f89feda738: Waiting
15:00:46 7e789ae0aa95: Waiting
15:00:46 0d68cf934a53: Waiting
15:00:46 49a37ce5226c: Waiting
15:00:46 778380774eab: Waiting
15:00:46 3da8662a6eed: Waiting
15:00:46 6a6ea1335e48: Waiting
15:00:46 4324e0912cc9: Waiting
15:00:46 59840d625c92: Waiting
15:00:46 da87e334550a: Waiting
15:00:46 c5f4367d4a59: Waiting
15:00:46 ceecb62b2fcc: Waiting
15:00:46 193bc1d68b80: Waiting
15:00:46 f0e10b20de19: Waiting
15:00:48 ee7efc94eb35: Pushed
15:00:49 d976fc12c506: Pushed
15:00:49 e1109eaeaffb: Pushed
15:00:49 937e794aec9c: Pushed
15:00:50 a322e02de328: Pushed
15:00:51 0410aae885da: Pushed
15:00:51 ccdba7bd7403: Pushed
15:00:51 2e201e8a78c8: Pushed
15:00:51 ac2c4af5cb20: Pushed
15:00:52 8fc6eec1b942: Pushed
15:00:53 1f2e98b00a08: Pushed
15:00:53 9b3e92f77d0c: Pushed
15:00:53 f0f89feda738: Pushed
15:00:53 3da8662a6eed: Layer already exists
15:00:53 6a6ea1335e48: Layer already exists
15:00:53 4324e0912cc9: Layer already exists
15:00:53 59840d625c92: Layer already exists
15:00:53 0d68cf934a53: Pushed
15:00:53 c5f4367d4a59: Layer already exists
15:00:53 da87e334550a: Layer already exists
15:00:53 ceecb62b2fcc: Layer already exists
15:00:53 193bc1d68b80: Layer already exists
15:00:53 f0e10b20de19: Layer already exists
15:00:53 7e789ae0aa95: Pushed
15:00:54 778380774eab: Pushed
15:00:56 49a37ce5226c: Pushed
15:00:58 py3-c9f0ce2596c36be68020dd3f05f86505a5a9da18: digest: sha256:b4d3394f82781cab74e2aa55cc2620cbd99d20a685a7f87387ded038b3e01911 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-1804-overlay2-big (i-0f4f1d0309773c0ec) in /home/ubuntu/workspace/docker-py_PR-2724
[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-2724@tmp/ca237f94-76e2-4e63-b0bc-838172fe312c/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
15:00:59 + docker run --rm --entrypoint=python dockerbuildbot/docker-py:py3-c9f0ce2596c36be68020dd3f05f86505a5a9da18 /src/scripts/versions.py
15:00:59 Unable to find image 'dockerbuildbot/docker-py:py3-c9f0ce2596c36be68020dd3f05f86505a5a9da18' locally
15:00:59 py3-c9f0ce2596c36be68020dd3f05f86505a5a9da18: Pulling from dockerbuildbot/docker-py
15:00:59 6c33745f49b4: Already exists
15:00:59 ef072fc32a84: Already exists
15:00:59 c0afb8e68e0b: Already exists
15:00:59 d599c07d28e6: Already exists
15:00:59 f2ecc74db11a: Already exists
15:00:59 26856d31ce86: Already exists
15:00:59 d4db05d8da44: Already exists
15:00:59 a63ae5575b2c: Already exists
15:00:59 a8c72204fafe: Already exists
15:00:59 536cc87b873a: Pulling fs layer
15:00:59 fdf400fe3322: Pulling fs layer
15:00:59 e9d0b46f8fda: Pulling fs layer
15:00:59 1e006313f540: Pulling fs layer
15:00:59 30b55469d79a: Pulling fs layer
15:00:59 5adc99c4021d: Pulling fs layer
15:00:59 8b8cf4be84ed: Pulling fs layer
15:00:59 30b55469d79a: Waiting
15:00:59 5adc99c4021d: Waiting
15:00:59 2e197c405cba: Pulling fs layer
15:00:59 027061a7a6a8: Pulling fs layer
15:00:59 8b8cf4be84ed: Waiting
15:00:59 2e197c405cba: Waiting
15:00:59 907e8552c705: Pulling fs layer
15:00:59 3566721842f2: Pulling fs layer
15:00:59 8125b1c954b0: Pulling fs layer
15:00:59 027061a7a6a8: Waiting
15:00:59 c32b9614f0c5: Pulling fs layer
15:00:59 907e8552c705: Waiting
15:00:59 569fefda9342: Pulling fs layer
15:00:59 3566721842f2: Waiting
15:00:59 419bf21e2413: Pulling fs layer
15:00:59 8125b1c954b0: Waiting
15:00:59 fa5768426edf: Pulling fs layer
15:00:59 5ad1be9bbba0: Pulling fs layer
15:00:59 c32b9614f0c5: Waiting
15:00:59 419bf21e2413: Waiting
15:00:59 fa5768426edf: Waiting
15:00:59 5ad1be9bbba0: Waiting
15:00:59 e9d0b46f8fda: Verifying Checksum
15:00:59 e9d0b46f8fda: Download complete
15:00:59 536cc87b873a: Verifying Checksum
15:00:59 536cc87b873a: Download complete
15:00:59 1e006313f540: Verifying Checksum
15:00:59 1e006313f540: Download complete
15:00:59 30b55469d79a: Verifying Checksum
15:00:59 30b55469d79a: Download complete
15:00:59 5adc99c4021d: Verifying Checksum
15:00:59 5adc99c4021d: Download complete
15:00:59 536cc87b873a: Pull complete
15:00:59 fdf400fe3322: Verifying Checksum
15:00:59 fdf400fe3322: Download complete
15:00:59 027061a7a6a8: Verifying Checksum
15:00:59 027061a7a6a8: Download complete
15:00:59 8b8cf4be84ed: Verifying Checksum
15:00:59 8b8cf4be84ed: Download complete
15:00:59 2e197c405cba: Verifying Checksum
15:00:59 2e197c405cba: Download complete
15:00:59 3566721842f2: Verifying Checksum
15:00:59 3566721842f2: Download complete
15:00:59 907e8552c705: Verifying Checksum
15:00:59 907e8552c705: Download complete
15:00:59 8125b1c954b0: Verifying Checksum
15:00:59 8125b1c954b0: Download complete
15:00:59 fdf400fe3322: Pull complete
15:00:59 569fefda9342: Verifying Checksum
15:00:59 569fefda9342: Download complete
15:00:59 419bf21e2413: Verifying Checksum
15:00:59 419bf21e2413: Download complete
15:00:59 fa5768426edf: Verifying Checksum
15:00:59 fa5768426edf: Download complete
15:00:59 e9d0b46f8fda: Pull complete
15:00:59 5ad1be9bbba0: Download complete
15:00:59 c32b9614f0c5: Verifying Checksum
15:00:59 c32b9614f0c5: Download complete
15:00:59 1e006313f540: Pull complete
15:00:59 30b55469d79a: Pull complete
15:00:59 5adc99c4021d: Pull complete
15:00:59 8b8cf4be84ed: Pull complete
15:00:59 2e197c405cba: Pull complete
15:01:00 027061a7a6a8: Pull complete
15:01:00 907e8552c705: Pull complete
15:01:00 3566721842f2: Pull complete
15:01:00 8125b1c954b0: Pull complete
15:01:00 c32b9614f0c5: Pull complete
15:01:00 569fefda9342: Pull complete
15:01:01 419bf21e2413: Pull complete
15:01:01 fa5768426edf: Pull complete
15:01:01 5ad1be9bbba0: Pull complete
15:01:01 Digest: sha256:b4d3394f82781cab74e2aa55cc2620cbd99d20a685a7f87387ded038b3e01911
15:01:01 Status: Downloaded newer image for dockerbuildbot/docker-py:py3-c9f0ce2596c36be68020dd3f05f86505a5a9da18
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] parallel
[Pipeline] { (Branch: py2.7_19.03.12)
[Pipeline] { (Branch: py2.7_20.10.1)
[Pipeline] { (Branch: py2.7_19.03.13)
[Pipeline] { (Branch: py3.7_19.03.12)
[Pipeline] { (Branch: py3.7_20.10.1)
[Pipeline] { (Branch: py3.7_19.03.13)
[Pipeline] node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0678c21a56a4b4e3b) in /home/ubuntu/workspace/docker-py_PR-2724
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-00857ecf335ccd5a9) in /home/ubuntu/workspace/docker-py_PR-2724
[Pipeline] node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-090e0414fa04c0051) in /home/ubuntu/workspace/docker-py_PR-2724
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0933489a42d4b9cac) in /home/ubuntu/workspace/docker-py_PR-2724
[Pipeline] {
[Pipeline] {
[Pipeline] {
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0d7e634bbd28f7064) in /home/ubuntu/workspace/docker-py_PR-2724
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-05b7419f72c3278f8) in /home/ubuntu/workspace/docker-py_PR-2724
[Pipeline] {
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] {
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
[Pipeline] // withDockerRegistry
[Pipeline] // withDockerRegistry
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] // node
[Pipeline] // node
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_19.03.12
[Pipeline] }
Failed in branch py2.7_20.10.1
[Pipeline] }
Failed in branch py3.7_20.10.1
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_19.03.13
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.12
[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

Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0678c21a56a4b4e3b)
		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 hudson.FilePath.act(FilePath.java:1070)
		at hudson.FilePath.act(FilePath.java:1059)
		at hudson.FilePath.readToString(FilePath.java:2087)
		at org.jenkinsci.plugins.docker.commons.impl.RegistryKeyMaterialFactory.materialize(RegistryKeyMaterialFactory.java:81)
		at org.jenkinsci.plugins.docker.workflow.AbstractEndpointStepExecution2.doStart(AbstractEndpointStepExecution2.java:53)
		at org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution.lambda$run$0(GeneralNonBlockingStepExecution.java:77)
		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:   	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-00857ecf335ccd5a9)
			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 hudson.FilePath.act(FilePath.java:1070)
			at hudson.FilePath.act(FilePath.java:1059)
			at hudson.FilePath.readToString(FilePath.java:2087)
			at org.jenkinsci.plugins.docker.commons.impl.RegistryKeyMaterialFactory.materialize(RegistryKeyMaterialFactory.java:81)
			at org.jenkinsci.plugins.docker.workflow.AbstractEndpointStepExecution2.doStart(AbstractEndpointStepExecution2.java:53)
			at org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution.lambda$run$0(GeneralNonBlockingStepExecution.java:77)
			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)
java.io.IOException: Is a directory
Also:   	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0d7e634bbd28f7064)
			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 hudson.FilePath.act(FilePath.java:1070)
			at hudson.FilePath.act(FilePath.java:1059)
			at hudson.FilePath.readToString(FilePath.java:2087)
			at org.jenkinsci.plugins.docker.commons.impl.RegistryKeyMaterialFactory.materialize(RegistryKeyMaterialFactory.java:81)
			at org.jenkinsci.plugins.docker.workflow.AbstractEndpointStepExecution2.doStart(AbstractEndpointStepExecution2.java:53)
			at org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution.lambda$run$0(GeneralNonBlockingStepExecution.java:77)
			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)
java.io.IOException: Is a directory
Also:   	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-090e0414fa04c0051)
			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 hudson.FilePath.act(FilePath.java:1070)
			at hudson.FilePath.act(FilePath.java:1059)
			at hudson.FilePath.readToString(FilePath.java:2087)
			at org.jenkinsci.plugins.docker.commons.impl.RegistryKeyMaterialFactory.materialize(RegistryKeyMaterialFactory.java:81)
			at org.jenkinsci.plugins.docker.workflow.AbstractEndpointStepExecution2.doStart(AbstractEndpointStepExecution2.java:53)
			at org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution.lambda$run$0(GeneralNonBlockingStepExecution.java:77)
			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)
java.io.IOException: Is a directory
Also:   	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0933489a42d4b9cac)
			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 hudson.FilePath.act(FilePath.java:1070)
			at hudson.FilePath.act(FilePath.java:1059)
			at hudson.FilePath.readToString(FilePath.java:2087)
			at org.jenkinsci.plugins.docker.commons.impl.RegistryKeyMaterialFactory.materialize(RegistryKeyMaterialFactory.java:81)
			at org.jenkinsci.plugins.docker.workflow.AbstractEndpointStepExecution2.doStart(AbstractEndpointStepExecution2.java:53)
			at org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution.lambda$run$0(GeneralNonBlockingStepExecution.java:77)
			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)
java.io.IOException: Is a directory
Also:   	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-05b7419f72c3278f8)
			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 hudson.FilePath.act(FilePath.java:1070)
			at hudson.FilePath.act(FilePath.java:1059)
			at hudson.FilePath.readToString(FilePath.java:2087)
			at org.jenkinsci.plugins.docker.commons.impl.RegistryKeyMaterialFactory.materialize(RegistryKeyMaterialFactory.java:81)
			at org.jenkinsci.plugins.docker.workflow.AbstractEndpointStepExecution2.doStart(AbstractEndpointStepExecution2.java:53)
			at org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution.lambda$run$0(GeneralNonBlockingStepExecution.java:77)
			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)
java.io.IOException: Is a directory
java.io.IOException: Is a directory
	at sun.nio.ch.FileDispatcherImpl.read0(Native Method)
	at sun.nio.ch.FileDispatcherImpl.read(FileDispatcherImpl.java:48)
	at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:276)
	at sun.nio.ch.IOUtil.read(IOUtil.java:245)
	at sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:223)
	at sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65)
	at sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109)
	at sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103)
	at java.nio.file.Files.read(Files.java:3158)
	at java.nio.file.Files.readAllBytes(Files.java:3212)
	at hudson.FilePath$ReadToString.invoke(FilePath.java:2093)
	at hudson.FilePath$ReadToString.invoke(FilePath.java:2089)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3122)
	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