Skip to content
Failed

Console Output

Skipping 279 KB.. Full Log
14:57:21 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24600 files and directories currently installed.)
14:57:21 Preparing to unpack .../gnupg2_2.2.12-1+deb10u1_all.deb ...
14:57:21 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
14:57:21 Selecting previously unselected package tree.
14:57:21 Preparing to unpack .../tree_1.8.0-1_amd64.deb ...
14:57:21 Unpacking tree (1.8.0-1) ...
14:57:21 Selecting previously unselected package pass.
14:57:21 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
14:57:21 Unpacking pass (1.7.3-2) ...
14:57:21 Setting up gnupg2 (2.2.12-1+deb10u1) ...
14:57:21 Setting up tree (1.8.0-1) ...
14:57:21 Setting up pass (1.7.3-2) ...
14:57:22 Removing intermediate container a08c96215954
14:57:22  ---> f99965ab611f
14:57:22 Step 6/21 : COPY tests/ssh-keys /root/.ssh
14:57:22  ---> b8d9b39eeb35
14:57:22 Step 7/21 : RUN chmod -R 600 /root/.ssh
14:57:22  ---> Running in 97f74c9a0dc2
14:57:23 Removing intermediate container 97f74c9a0dc2
14:57:23  ---> 08dc3e25e74c
14:57:23 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys
14:57:23  ---> 6bb6bf802033
14:57:23 Step 9/21 : RUN gpg2 --import gpg-keys/secret
14:57:23  ---> Running in 3ec7364ba326
14:57:23 gpg: directory '/root/.gnupg' created
14:57:23 gpg: keybox '/root/.gnupg/pubring.kbx' created
14:57:23 gpg: /root/.gnupg/trustdb.gpg: trustdb created
14:57:23 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
14:57:23 gpg: key 464ED987A7B21401: secret key imported
14:57:23 gpg: Total number processed: 1
14:57:23 gpg:               imported: 1
14:57:23 gpg:       secret keys read: 1
14:57:23 gpg:   secret keys imported: 1
14:57:24 Removing intermediate container 3ec7364ba326
14:57:24  ---> 24748ecd361c
14:57:24 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
14:57:24  ---> Running in 74a4ebe3fc7a
14:57:24 gpg: inserting ownertrust of 6
14:57:25 Removing intermediate container 74a4ebe3fc7a
14:57:25  ---> f74cd1bc567e
14:57:25 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
14:57:25  ---> Running in ec789607540c
14:57:25 gpg: please do a --check-trustdb
14:57:25 mkdir: created directory '/root/.password-store/'
14:57:25 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
14:57:25 Removing intermediate container ec789607540c
14:57:25  ---> 2df52db511f8
14:57:25 Step 12/21 : RUN gpg2 --check-trustdb
14:57:25  ---> Running in b46e7d955c19
14:57:26 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
14:57:26 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
14:57:26 Removing intermediate container b46e7d955c19
14:57:26  ---> 4611d355f0d9
14:57:26 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3
14:57:26  ---> Running in 8b4e9c6a8934
14:57:26 Removing intermediate container 8b4e9c6a8934
14:57:26  ---> aa1b1260ebe7
14:57:26 Step 14/21 : RUN curl -sSL -o /opt/docker-credential-pass.tar.gz     https://github.com/docker/docker-credential-helpers/releases/download/$CREDSTORE_VERSION/docker-credential-pass-$CREDSTORE_VERSION-amd64.tar.gz &&     tar -xf /opt/docker-credential-pass.tar.gz -O > /usr/local/bin/docker-credential-pass &&     rm -rf /opt/docker-credential-pass.tar.gz &&     chmod +x /usr/local/bin/docker-credential-pass
14:57:26  ---> Running in 45e0d2f0a84a
14:57:27 Removing intermediate container 45e0d2f0a84a
14:57:27  ---> 272b4e2b68da
14:57:27 Step 15/21 : WORKDIR /src
14:57:27  ---> Running in 81f7c7512e70
14:57:27 Removing intermediate container 81f7c7512e70
14:57:27  ---> 41d38d2f2890
14:57:27 Step 16/21 : COPY requirements.txt /src/requirements.txt
14:57:27  ---> da515bb813d1
14:57:27 Step 17/21 : RUN pip install -r requirements.txt
14:57:27  ---> Running in ad71cb27460b
14:57:29 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
14:57:34 Collecting appdirs==1.4.3
14:57:35   Downloading appdirs-1.4.3-py2.py3-none-any.whl (12 kB)
14:57:35 Collecting asn1crypto==0.22.0
14:57:35   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
14:57:35 Collecting backports.ssl-match-hostname==3.5.0.1
14:57:35   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
14:57:35 Collecting cffi==1.10.0
14:57:35   Downloading cffi-1.10.0.tar.gz (418 kB)
14:57:36 Collecting cryptography==3.2
14:57:36   Downloading cryptography-3.2-cp35-abi3-manylinux2010_x86_64.whl (2.6 MB)
14:57:36 Collecting enum34==1.1.6
14:57:36   Downloading enum34-1.1.6-py3-none-any.whl (12 kB)
14:57:36 Collecting idna==2.5
14:57:36   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
14:57:36 Collecting ipaddress==1.0.18
14:57:36   Downloading ipaddress-1.0.18.tar.gz (32 kB)
14:57:36 Collecting packaging==16.8
14:57:36   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
14:57:36 Collecting paramiko==2.4.2
14:57:36   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
14:57:36 Collecting pycparser==2.17
14:57:36   Downloading pycparser-2.17.tar.gz (231 kB)
14:57:37 Collecting pyOpenSSL==18.0.0
14:57:37   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
14:57:37 Collecting pyparsing==2.2.0
14:57:37   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
14:57:37 Collecting requests==2.20.0
14:57:37   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
14:57:37 Collecting six==1.10.0
14:57:37   Downloading six-1.10.0-py2.py3-none-any.whl (10 kB)
14:57:37 Collecting urllib3==1.24.3
14:57:37   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
14:57:37 Collecting websocket-client==0.56.0
14:57:37   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
14:57:37 Collecting bcrypt>=3.1.3
14:57:37   Downloading bcrypt-3.2.0-cp36-abi3-manylinux2010_x86_64.whl (63 kB)
14:57:37 Collecting certifi>=2017.4.17
14:57:37   Downloading certifi-2020.12.5-py2.py3-none-any.whl (147 kB)
14:57:37 Collecting chardet<3.1.0,>=3.0.2
14:57:37   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
14:57:37 Collecting pyasn1>=0.1.7
14:57:37   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
14:57:37 Collecting pynacl>=1.0.1
14:57:37   Downloading PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB)
14:57:37 Building wheels for collected packages: backports.ssl-match-hostname, cffi, ipaddress, pycparser
14:57:37   Building wheel for backports.ssl-match-hostname (setup.py): started
14:57:37   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
14:57:37   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py3-none-any.whl size=5206 sha256=041299b9df8b749463590a71871097a8528e75319e9d634f0a19e235b7720f16
14:57:37   Stored in directory: /root/.cache/pip/wheels/93/72/f6/df894bfc7947d11f89dbdb4e9b786703a43cd547c1b5e8c738
14:57:37   Building wheel for cffi (setup.py): started
14:57:40   Building wheel for cffi (setup.py): finished with status 'done'
14:57:40   Created wheel for cffi: filename=cffi-1.10.0-cp37-cp37m-linux_x86_64.whl size=371266 sha256=3b3957300a2792bf763a0b593e94177d98c2bc1cc5940a8116b49bafdf80cf15
14:57:40   Stored in directory: /root/.cache/pip/wheels/cc/8d/6c/d24a8db003ac4a51d9959a9985718fac84e1baa5ec6c42d115
14:57:40   Building wheel for ipaddress (setup.py): started
14:57:41   Building wheel for ipaddress (setup.py): finished with status 'done'
14:57:41   Created wheel for ipaddress: filename=ipaddress-1.0.18-py3-none-any.whl size=18105 sha256=e8517bb82e0e251476a02b46489165d0b573d3638d705fd8bf3bd2c3deb3fa64
14:57:41   Stored in directory: /root/.cache/pip/wheels/54/90/bd/f99e221ab77ef8e6d65c14efe986cef3360da2990396093151
14:57:41   Building wheel for pycparser (setup.py): started
14:57:41   Building wheel for pycparser (setup.py): finished with status 'done'
14:57:41   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=192872 sha256=525282bf7e1f93d4b8a492fdfddfaaf61fe3f15c1db6447bf076b63e30b6afa5
14:57:41   Stored in directory: /root/.cache/pip/wheels/91/50/7a/9f94e39b01559aa44c3cefb775d7befcc01d0a6ed0093cab37
14:57:41 Successfully built backports.ssl-match-hostname cffi ipaddress pycparser
14:57:41 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
14:57:43 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
14:57:48 Removing intermediate container ad71cb27460b
14:57:48  ---> 293716d7a25a
14:57:48 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
14:57:48  ---> b50e05836f8f
14:57:48 Step 19/21 : RUN pip install -r test-requirements.txt
14:57:48  ---> Running in 25a430dc4fcd
14:57:55 Collecting coverage==4.5.2
14:57:55   Downloading coverage-4.5.2-cp37-cp37m-manylinux1_x86_64.whl (205 kB)
14:57:55 Collecting flake8==3.6.0
14:57:55   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
14:57:55 Collecting mock==1.0.1
14:57:55   Downloading mock-1.0.1.zip (861 kB)
14:57:55 Collecting pytest==4.3.1
14:57:55   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
14:57:56 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)
14:57:56 Collecting pytest-cov==2.6.1
14:57:56   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
14:57:56 Collecting pytest-timeout==1.3.3
14:57:56   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
14:57:56 Collecting atomicwrites>=1.0
14:57:56   Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
14:57:56 Collecting attrs>=17.4.0
14:57:56   Downloading attrs-20.3.0-py2.py3-none-any.whl (49 kB)
14:57:56 Collecting mccabe<0.7.0,>=0.6.0
14:57:56   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
14:57:56 Collecting more-itertools>=4.0.0
14:57:56   Downloading more_itertools-8.6.0-py3-none-any.whl (45 kB)
14:57:56 Collecting pluggy>=0.7
14:57:56   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
14:57:56 Collecting importlib-metadata>=0.12
14:57:56   Downloading importlib_metadata-3.3.0-py3-none-any.whl (10 kB)
14:57:56 Collecting py>=1.5.0
14:57:56   Downloading py-1.10.0-py2.py3-none-any.whl (97 kB)
14:57:56 Collecting pycodestyle<2.5.0,>=2.4.0
14:57:56   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
14:57:56 Collecting pyflakes<2.1.0,>=2.0.0
14:57:56   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
14:57:56 Collecting typing-extensions>=3.6.4
14:57:56   Downloading typing_extensions-3.7.4.3-py3-none-any.whl (22 kB)
14:57:56 Collecting zipp>=0.5
14:57:56   Downloading zipp-3.4.0-py3-none-any.whl (5.2 kB)
14:57:56 Collecting setuptools==44.0.0
14:57:56   Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB)
14:57:56 Building wheels for collected packages: mock
14:57:56   Building wheel for mock (setup.py): started
14:57:56   Building wheel for mock (setup.py): finished with status 'done'
14:57:56   Created wheel for mock: filename=mock-1.0.1-py3-none-any.whl size=23755 sha256=4cc7a85c7044c2aa021b907ef69d2040353cd8a982efc987473504eaaf172580
14:57:56   Stored in directory: /root/.cache/pip/wheels/7a/94/b1/0fdc5339a5bd487a5cc15421ec200d9ba3e2aa7190e4a727f1
14:57:56 Successfully built mock
14:57:57 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
14:57:57   Attempting uninstall: setuptools
14:57:57     Found existing installation: setuptools 51.0.0
14:57:57     Uninstalling setuptools-51.0.0:
14:57:57       Successfully uninstalled setuptools-51.0.0
14:57:58 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
14:57:58 Removing intermediate container 25a430dc4fcd
14:57:58  ---> 7b9430e5cc84
14:57:58 Step 20/21 : COPY . /src
14:57:58  ---> cac6f49fa647
14:57:58 Step 21/21 : RUN pip install .
14:57:58  ---> Running in 383905b1e9d6
14:57:59 Processing /src
14:57:59 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.7/site-packages (from docker==4.5.0.dev0) (1.10.0)
14:57:59 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)
14:57:59 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)
14:57:59 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)
14:57:59 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)
14:57:59 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)
14:57:59 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)
14:57:59 Building wheels for collected packages: docker
14:57:59   Building wheel for docker (setup.py): started
14:57:59   Building wheel for docker (setup.py): finished with status 'done'
14:57:59   Created wheel for docker: filename=docker-4.5.0.dev0-py2.py3-none-any.whl size=146866 sha256=eccdb341f8ce8c214af4ad1122cb020c0fd7033159b4b253ec348f0a50197f09
14:57:59   Stored in directory: /tmp/pip-ephem-wheel-cache-xf9rqazi/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525
14:57:59 Successfully built docker
14:58:00 Installing collected packages: docker
14:58:00 Successfully installed docker-4.5.0.dev0
14:58:00 Removing intermediate container 383905b1e9d6
14:58:00  ---> 7ea47c0fffca
14:58:00 Successfully built 7ea47c0fffca
14:58:00 Successfully tagged dockerbuildbot/docker-py:py3-391973df7c56f1aa35e4a7a28b7db12e419b0ff6
[Pipeline] isUnix
[Pipeline] sh
14:58:01 + docker tag dockerbuildbot/docker-py:py3-391973df7c56f1aa35e4a7a28b7db12e419b0ff6 dockerbuildbot/docker-py:py3-391973df7c56f1aa35e4a7a28b7db12e419b0ff6
[Pipeline] isUnix
[Pipeline] sh
14:58:01 + docker push dockerbuildbot/docker-py:py3-391973df7c56f1aa35e4a7a28b7db12e419b0ff6
14:58:01 The push refers to repository [docker.io/dockerbuildbot/docker-py]
14:58:01 2340b20e6bd9: Preparing
14:58:01 c3d8ac0c8505: Preparing
14:58:01 e41b4398d844: Preparing
14:58:01 e679c11ae422: Preparing
14:58:01 6f4d485c7862: Preparing
14:58:01 384378dff4b0: Preparing
14:58:01 412724309818: Preparing
14:58:01 9a23012e79bd: Preparing
14:58:01 89f91de1b609: Preparing
14:58:01 64e5fc312161: Preparing
14:58:01 2ae357a544b7: Preparing
14:58:01 a04b9acd481b: Preparing
14:58:01 c72c7bc1b82b: Preparing
14:58:01 b6705b2de9fa: Preparing
14:58:01 cd17bac3f22e: Preparing
14:58:01 90cf40d12b64: Preparing
14:58:01 1192cc24f20d: Preparing
14:58:01 3da8662a6eed: Preparing
14:58:01 6a6ea1335e48: Preparing
14:58:01 4324e0912cc9: Preparing
14:58:01 59840d625c92: Preparing
14:58:01 384378dff4b0: Waiting
14:58:01 da87e334550a: Preparing
14:58:01 c5f4367d4a59: Preparing
14:58:01 412724309818: Waiting
14:58:01 ceecb62b2fcc: Preparing
14:58:01 193bc1d68b80: Preparing
14:58:01 9a23012e79bd: Waiting
14:58:01 89f91de1b609: Waiting
14:58:01 64e5fc312161: Waiting
14:58:01 f0e10b20de19: Preparing
14:58:01 f0e10b20de19: Waiting
14:58:01 6a6ea1335e48: Waiting
14:58:01 4324e0912cc9: Waiting
14:58:01 2ae357a544b7: Waiting
14:58:01 da87e334550a: Waiting
14:58:01 a04b9acd481b: Waiting
14:58:01 c5f4367d4a59: Waiting
14:58:01 c72c7bc1b82b: Waiting
14:58:01 b6705b2de9fa: Waiting
14:58:01 ceecb62b2fcc: Waiting
14:58:01 cd17bac3f22e: Waiting
14:58:01 90cf40d12b64: Waiting
14:58:01 193bc1d68b80: Waiting
14:58:01 1192cc24f20d: Waiting
14:58:01 3da8662a6eed: Waiting
14:58:02 e679c11ae422: Pushed
14:58:03 2340b20e6bd9: Pushed
14:58:03 c3d8ac0c8505: Pushed
14:58:04 384378dff4b0: Pushed
14:58:04 e41b4398d844: Pushed
14:58:04 9a23012e79bd: Pushed
14:58:05 412724309818: Pushed
14:58:05 6f4d485c7862: Pushed
14:58:06 89f91de1b609: Pushed
14:58:06 64e5fc312161: Pushed
14:58:06 2ae357a544b7: Pushed
14:58:06 a04b9acd481b: Pushed
14:58:07 c72c7bc1b82b: Pushed
14:58:07 3da8662a6eed: Layer already exists
14:58:07 6a6ea1335e48: Layer already exists
14:58:07 4324e0912cc9: Layer already exists
14:58:07 59840d625c92: Layer already exists
14:58:07 da87e334550a: Layer already exists
14:58:07 c5f4367d4a59: Layer already exists
14:58:07 ceecb62b2fcc: Layer already exists
14:58:07 b6705b2de9fa: Pushed
14:58:08 193bc1d68b80: Layer already exists
14:58:08 f0e10b20de19: Layer already exists
14:58:08 1192cc24f20d: Pushed
14:58:08 cd17bac3f22e: Pushed
14:58:09 90cf40d12b64: Pushed
14:58:12 py3-391973df7c56f1aa35e4a7a28b7db12e419b0ff6: digest: sha256:b31eb6ca95157af4e2ecc9d735d469fcb3773f2dae3c2964726a7df363fbf48a 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/2fc9a323-0729-471a-8129-32d850135276/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
14:58:12 + docker run --rm --entrypoint=python dockerbuildbot/docker-py:py3-391973df7c56f1aa35e4a7a28b7db12e419b0ff6 /src/scripts/versions.py
[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
[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-0933489a42d4b9cac) in /home/ubuntu/workspace/docker-py_PR-2724
[Pipeline] {
[Pipeline] {
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-090e0414fa04c0051) in /home/ubuntu/workspace/docker-py_PR-2724
[Pipeline] {
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
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] {
[Pipeline] // withDockerRegistry
[Pipeline] {
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] }
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
[Pipeline] // node
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_19.03.12
[Pipeline] }
Failed in branch py2.7_20.10.1
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] // withDockerRegistry
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.12
[Pipeline] }
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_19.03.13
[Pipeline] }
Failed in branch py3.7_20.10.1
[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-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 (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-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-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