Skip to content
Failed

Console Output

Skipping 287 KB.. Full Log
08:32:45 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
08:32:45 Removing intermediate container fcfc3ca1b6c6
08:32:45  ---> 8f9f05ae6695
08:32:45 Step 10/19 : RUN gpg2 --check-trustdb
08:32:45  ---> Running in 0eb259cf9343
08:32:46 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
08:32:46 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
08:32:46 Removing intermediate container 0eb259cf9343
08:32:46  ---> 854202bda68c
08:32:46 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3
08:32:46  ---> Running in 3785ac9b3c5c
08:32:46 Removing intermediate container 3785ac9b3c5c
08:32:46  ---> c37d15411b28
08:32:46 Step 12/19 : 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
08:32:46  ---> Running in e1cc6979a6c0
08:32:48 Removing intermediate container e1cc6979a6c0
08:32:48  ---> 28a6de233467
08:32:48 Step 13/19 : WORKDIR /src
08:32:48  ---> Running in c2649a97c067
08:32:48 Removing intermediate container c2649a97c067
08:32:48  ---> 9e34faedb188
08:32:48 Step 14/19 : COPY requirements.txt /src/requirements.txt
08:32:48  ---> 7dffe9c890bf
08:32:48 Step 15/19 : RUN pip install -r requirements.txt
08:32:48  ---> Running in 044294f727c5
08:32:50 Ignoring pypiwin32: markers 'sys_platform == "win32" and python_version < "3.6"' don't match your environment
08:32:50 Ignoring pypiwin32: markers 'sys_platform == "win32" and python_version >= "3.6"' don't match your environment
08:32:50 Collecting appdirs==1.4.3 (from -r requirements.txt (line 1))
08:32:55   Downloading https://files.pythonhosted.org/packages/56/eb/810e700ed1349edde4cbdc1b2a21e28cdf115f9faf263f6bbf8447c1abf3/appdirs-1.4.3-py2.py3-none-any.whl
08:32:55 Collecting asn1crypto==0.22.0 (from -r requirements.txt (line 2))
08:32:55   Downloading https://files.pythonhosted.org/packages/97/ba/7e8117d8efcee589f4d96dd2b2eb1d997f96d27d214cf2b7134ad8acf6ab/asn1crypto-0.22.0-py2.py3-none-any.whl (97kB)
08:32:55 Collecting backports.ssl-match-hostname==3.5.0.1 (from -r requirements.txt (line 3))
08:32:55   Downloading https://files.pythonhosted.org/packages/76/21/2dc61178a2038a5cb35d14b61467c6ac632791ed05131dda72c20e7b9e23/backports.ssl_match_hostname-3.5.0.1.tar.gz
08:32:55 Collecting cffi==1.10.0 (from -r requirements.txt (line 4))
08:32:56   Downloading https://files.pythonhosted.org/packages/5b/b9/790f8eafcdab455bcd3bd908161f802c9ce5adbf702a83aa7712fcc345b7/cffi-1.10.0.tar.gz (418kB)
08:32:56 Collecting cryptography==2.3 (from -r requirements.txt (line 5))
08:32:56   Downloading https://files.pythonhosted.org/packages/c2/fa/fa9a8933c285895935d1392922fe721e9cb1b2c1881d14f149213a227ee3/cryptography-2.3-cp34-abi3-manylinux1_x86_64.whl (2.1MB)
08:32:56 Collecting enum34==1.1.6 (from -r requirements.txt (line 6))
08:32:56   Downloading https://files.pythonhosted.org/packages/af/42/cb9355df32c69b553e72a2e28daee25d1611d2c0d9c272aa1d34204205b2/enum34-1.1.6-py3-none-any.whl
08:32:56 Collecting idna==2.5 (from -r requirements.txt (line 7))
08:32:56   Downloading https://files.pythonhosted.org/packages/11/7d/9bbbd7bb35f34b0169542487d2a8859e44306bb2e6a4455d491800a5621f/idna-2.5-py2.py3-none-any.whl (55kB)
08:32:56 Collecting ipaddress==1.0.18 (from -r requirements.txt (line 8))
08:32:56   Downloading https://files.pythonhosted.org/packages/4e/13/774faf38b445d0b3a844b65747175b2e0500164b7c28d78e34987a5bfe06/ipaddress-1.0.18.tar.gz
08:32:57 Collecting packaging==16.8 (from -r requirements.txt (line 9))
08:32:57   Downloading https://files.pythonhosted.org/packages/87/1b/c39b7c65b5612812b83d6cab7ef2885eac9f6beb0b7b8a7071a186aea3b1/packaging-16.8-py2.py3-none-any.whl
08:32:57 Collecting paramiko==2.4.2 (from -r requirements.txt (line 10))
08:32:57   Downloading https://files.pythonhosted.org/packages/cf/ae/94e70d49044ccc234bfdba20114fa947d7ba6eb68a2e452d89b920e62227/paramiko-2.4.2-py2.py3-none-any.whl (193kB)
08:32:57 Collecting pycparser==2.17 (from -r requirements.txt (line 11))
08:32:57   Downloading https://files.pythonhosted.org/packages/be/64/1bb257ffb17d01f4a38d7ce686809a736837ad4371bcc5c42ba7a715c3ac/pycparser-2.17.tar.gz (231kB)
08:32:57 Collecting pyOpenSSL==18.0.0 (from -r requirements.txt (line 12))
08:32:57   Downloading https://files.pythonhosted.org/packages/96/af/9d29e6bd40823061aea2e0574ccb2fcf72bfd6130ce53d32773ec375458c/pyOpenSSL-18.0.0-py2.py3-none-any.whl (53kB)
08:32:57 Collecting pyparsing==2.2.0 (from -r requirements.txt (line 13))
08:32:57   Downloading https://files.pythonhosted.org/packages/6a/8a/718fd7d3458f9fab8e67186b00abdd345b639976bc7fb3ae722e1b026a50/pyparsing-2.2.0-py2.py3-none-any.whl (56kB)
08:32:57 Collecting requests==2.20.0 (from -r requirements.txt (line 16))
08:32:57   Downloading https://files.pythonhosted.org/packages/f1/ca/10332a30cb25b627192b4ea272c351bce3ca1091e541245cccbace6051d8/requests-2.20.0-py2.py3-none-any.whl (60kB)
08:32:57 Collecting six==1.10.0 (from -r requirements.txt (line 17))
08:32:57   Downloading https://files.pythonhosted.org/packages/c8/0a/b6723e1bc4c516cb687841499455a8505b44607ab535be01091c0f24f079/six-1.10.0-py2.py3-none-any.whl
08:32:57 Collecting urllib3==1.24.3 (from -r requirements.txt (line 18))
08:32:57   Downloading https://files.pythonhosted.org/packages/01/11/525b02e4acc0c747de8b6ccdab376331597c569c42ea66ab0a1dbd36eca2/urllib3-1.24.3-py2.py3-none-any.whl (118kB)
08:32:57 Collecting websocket-client==0.56.0 (from -r requirements.txt (line 19))
08:32:57   Downloading https://files.pythonhosted.org/packages/29/19/44753eab1fdb50770ac69605527e8859468f3c0fd7dc5a76dd9c4dbd7906/websocket_client-0.56.0-py2.py3-none-any.whl (200kB)
08:32:57 Collecting pynacl>=1.0.1 (from paramiko==2.4.2->-r requirements.txt (line 10))
08:32:57   Downloading https://files.pythonhosted.org/packages/27/15/2cd0a203f318c2240b42cd9dd13c931ddd61067809fee3479f44f086103e/PyNaCl-1.3.0-cp34-abi3-manylinux1_x86_64.whl (759kB)
08:32:57 Collecting bcrypt>=3.1.3 (from paramiko==2.4.2->-r requirements.txt (line 10))
08:32:57   Downloading https://files.pythonhosted.org/packages/8b/1d/82826443777dd4a624e38a08957b975e75df859b381ae302cfd7a30783ed/bcrypt-3.1.7-cp34-abi3-manylinux1_x86_64.whl (56kB)
08:32:57 Collecting pyasn1>=0.1.7 (from paramiko==2.4.2->-r requirements.txt (line 10))
08:32:57   Downloading https://files.pythonhosted.org/packages/a1/71/8f0d444e3a74e5640a3d5d967c1c6b015da9c655f35b2d308a55d907a517/pyasn1-0.4.7-py2.py3-none-any.whl (76kB)
08:32:57 Collecting certifi>=2017.4.17 (from requests==2.20.0->-r requirements.txt (line 16))
08:32:58   Downloading https://files.pythonhosted.org/packages/18/b0/8146a4f8dd402f60744fa380bc73ca47303cccf8b9190fd16a827281eac2/certifi-2019.9.11-py2.py3-none-any.whl (154kB)
08:32:58 Collecting chardet<3.1.0,>=3.0.2 (from requests==2.20.0->-r requirements.txt (line 16))
08:32:58   Downloading https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl (133kB)
08:32:58 Building wheels for collected packages: backports.ssl-match-hostname, cffi, ipaddress, pycparser
08:32:58   Building wheel for backports.ssl-match-hostname (setup.py): started
08:32:58   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
08:32:58   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-cp37-none-any.whl size=5206 sha256=27de1d6238305adb38aa9253da8e11e201d09309a099f38bdefb24cdb400cfce
08:32:58   Stored in directory: /root/.cache/pip/wheels/99/7e/f7/a88a9bcf7a3bd6b12cf6a74eee8c89746aaa02f71ab7b33939
08:32:58   Building wheel for cffi (setup.py): started
08:33:01   Building wheel for cffi (setup.py): finished with status 'done'
08:33:01   Created wheel for cffi: filename=cffi-1.10.0-cp37-cp37m-linux_x86_64.whl size=371206 sha256=eac4b847b3d207052c691ed81cad396d00f383cbf05538e5a2b2c380bc7010bb
08:33:01   Stored in directory: /root/.cache/pip/wheels/f7/15/ae/fb38663a1329fd6043160c18a6c5e3a60aec7f7a727a631875
08:33:01   Building wheel for ipaddress (setup.py): started
08:33:01   Building wheel for ipaddress (setup.py): finished with status 'done'
08:33:01   Created wheel for ipaddress: filename=ipaddress-1.0.18-cp37-none-any.whl size=18105 sha256=a32fe43d8e69523747a8cc5a628e0634b7cb96b1e147a90e8b6da65a578872bb
08:33:01   Stored in directory: /root/.cache/pip/wheels/b4/e1/56/07b2633e42e05445161d0748b02fc47c0fe24ba56ff4920f98
08:33:01   Building wheel for pycparser (setup.py): started
08:33:02   Building wheel for pycparser (setup.py): finished with status 'done'
08:33:02   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=192841 sha256=3bfede22cdc7996173836b07667a9a45c87cb6f86ff2a345b9b1cd882003c6a5
08:33:02   Stored in directory: /root/.cache/pip/wheels/3f/a9/a7/44a27bb67d962845df8df4ac988e1f369184e307392ce37c5b
08:33:02 Successfully built backports.ssl-match-hostname cffi ipaddress pycparser
08:33:02 Installing collected packages: appdirs, asn1crypto, backports.ssl-match-hostname, pycparser, cffi, idna, six, cryptography, enum34, ipaddress, pyparsing, packaging, pynacl, bcrypt, pyasn1, paramiko, pyOpenSSL, certifi, urllib3, chardet, requests, websocket-client
08:33:03 Successfully installed appdirs-1.4.3 asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.1.7 certifi-2019.9.11 cffi-1.10.0 chardet-3.0.4 cryptography-2.3 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.7 pycparser-2.17 pynacl-1.3.0 pyparsing-2.2.0 requests-2.20.0 six-1.10.0 urllib3-1.24.3 websocket-client-0.56.0
08:33:08 Removing intermediate container 044294f727c5
08:33:08  ---> 6ac7bfd338c7
08:33:08 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt
08:33:09  ---> b071f452b104
08:33:09 Step 17/19 : RUN pip install -r test-requirements.txt
08:33:09  ---> Running in df9340d0fb91
08:33:09 Collecting coverage==4.5.2 (from -r test-requirements.txt (line 1))
08:33:16   Downloading https://files.pythonhosted.org/packages/d0/a1/ea743f1facd8d287c2088d47fc80b06e042833041ba906fdd5c8f5d291bb/coverage-4.5.2-cp37-cp37m-manylinux1_x86_64.whl (205kB)
08:33:16 Collecting flake8==3.6.0 (from -r test-requirements.txt (line 2))
08:33:16   Downloading https://files.pythonhosted.org/packages/34/a6/49e2849a0e5464e1b5d621f63bc8453066f0f367bb3b744a33fca0bc1ddd/flake8-3.6.0-py2.py3-none-any.whl (68kB)
08:33:16 Collecting mock==1.0.1 (from -r test-requirements.txt (line 3))
08:33:16   Downloading https://files.pythonhosted.org/packages/a2/52/7edcd94f0afb721a2d559a5b9aae8af4f8f2c79bc63fdbe8a8a6c9b23bbe/mock-1.0.1.tar.gz (818kB)
08:33:16 Collecting pytest==4.2.1 (from -r test-requirements.txt (line 4))
08:33:16   Downloading https://files.pythonhosted.org/packages/11/e9/dc9a7269a7e1fed46de7d5864da6a86370256c791bf263dd0c7d7e8f1ff1/pytest-4.2.1-py2.py3-none-any.whl (218kB)
08:33:16 Collecting pytest-cov==2.6.1 (from -r test-requirements.txt (line 5))
08:33:16   Downloading https://files.pythonhosted.org/packages/7d/b5/92f32674ab954f80499ac73347bfeb815545ea295439c12b0ef3ac8f0975/pytest_cov-2.6.1-py2.py3-none-any.whl
08:33:16 Collecting pytest-timeout==1.3.3 (from -r test-requirements.txt (line 6))
08:33:16   Downloading https://files.pythonhosted.org/packages/58/92/f60ea2e27074d6f97c8aaf21e34d1f838eb623e4b8070680846c65318a10/pytest_timeout-1.3.3-py2.py3-none-any.whl
08:33:16 Collecting pyflakes<2.1.0,>=2.0.0 (from flake8==3.6.0->-r test-requirements.txt (line 2))
08:33:16   Downloading https://files.pythonhosted.org/packages/44/98/af7a72c9a543b1487d92813c648cb9b9adfbc96faef5455d60f4439aa99b/pyflakes-2.0.0-py2.py3-none-any.whl (53kB)
08:33:16 Requirement already satisfied: setuptools>=30 in /usr/local/lib/python3.7/site-packages (from flake8==3.6.0->-r test-requirements.txt (line 2)) (41.2.0)
08:33:16 Collecting pycodestyle<2.5.0,>=2.4.0 (from flake8==3.6.0->-r test-requirements.txt (line 2))
08:33:16   Downloading https://files.pythonhosted.org/packages/e5/c6/ce130213489969aa58610042dff1d908c25c731c9575af6935c2dfad03aa/pycodestyle-2.4.0-py2.py3-none-any.whl (62kB)
08:33:16 Collecting mccabe<0.7.0,>=0.6.0 (from flake8==3.6.0->-r test-requirements.txt (line 2))
08:33:16   Downloading https://files.pythonhosted.org/packages/87/89/479dc97e18549e21354893e4ee4ef36db1d237534982482c3681ee6e7b57/mccabe-0.6.1-py2.py3-none-any.whl
08:33:16 Collecting attrs>=17.4.0 (from pytest==4.2.1->-r test-requirements.txt (line 4))
08:33:16   Downloading https://files.pythonhosted.org/packages/23/96/d828354fa2dbdf216eaa7b7de0db692f12c234f7ef888cc14980ef40d1d2/attrs-19.1.0-py2.py3-none-any.whl
08:33:16 Collecting py>=1.5.0 (from pytest==4.2.1->-r test-requirements.txt (line 4))
08:33:16   Downloading https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl (83kB)
08:33:16 Collecting pluggy>=0.7 (from pytest==4.2.1->-r test-requirements.txt (line 4))
08:33:16   Downloading https://files.pythonhosted.org/packages/92/c7/48439f7d5fd6bddb4c04b850bb862b42e3e2b98570040dfaf68aedd8114b/pluggy-0.13.0-py2.py3-none-any.whl
08:33:16 Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.7/site-packages (from pytest==4.2.1->-r test-requirements.txt (line 4)) (1.10.0)
08:33:16 Collecting atomicwrites>=1.0 (from pytest==4.2.1->-r test-requirements.txt (line 4))
08:33:16   Downloading https://files.pythonhosted.org/packages/52/90/6155aa926f43f2b2a22b01be7241be3bfd1ceaf7d0b3267213e8127d41f4/atomicwrites-1.3.0-py2.py3-none-any.whl
08:33:16 Collecting more-itertools>=4.0.0; python_version > "2.7" (from pytest==4.2.1->-r test-requirements.txt (line 4))
08:33:16   Downloading https://files.pythonhosted.org/packages/45/dc/3241eef99eb45f1def35cf93af35d1cf9ef4c0991792583b8f33ea41b092/more_itertools-7.2.0-py3-none-any.whl (57kB)
08:33:16 Collecting importlib-metadata>=0.12; python_version < "3.8" (from pluggy>=0.7->pytest==4.2.1->-r test-requirements.txt (line 4))
08:33:16   Downloading https://files.pythonhosted.org/packages/ba/15/29e4fe1624373be313b5a2565d72ca9121a37f40472112f46eda8dc1235b/importlib_metadata-0.22-py2.py3-none-any.whl
08:33:16 Collecting zipp>=0.5 (from importlib-metadata>=0.12; python_version < "3.8"->pluggy>=0.7->pytest==4.2.1->-r test-requirements.txt (line 4))
08:33:16   Downloading https://files.pythonhosted.org/packages/74/3d/1ee25a26411ba0401b43c6376d2316a71addcc72ef8690b101b4ea56d76a/zipp-0.6.0-py2.py3-none-any.whl
08:33:16 Building wheels for collected packages: mock
08:33:16   Building wheel for mock (setup.py): started
08:33:16   Building wheel for mock (setup.py): finished with status 'done'
08:33:16   Created wheel for mock: filename=mock-1.0.1-cp37-none-any.whl size=23754 sha256=dad000013f6c25f616e22e2ad793dbf29fb01e57f416e2fef8fcb05da682f369
08:33:16   Stored in directory: /root/.cache/pip/wheels/7e/72/92/744b532c779242b57aab4bcba80c312b30c069bbd60025e7e6
08:33:16 Successfully built mock
08:33:16 Installing collected packages: coverage, pyflakes, pycodestyle, mccabe, flake8, mock, attrs, py, more-itertools, zipp, importlib-metadata, pluggy, atomicwrites, pytest, pytest-cov, pytest-timeout
08:33:17 Successfully installed atomicwrites-1.3.0 attrs-19.1.0 coverage-4.5.2 flake8-3.6.0 importlib-metadata-0.22 mccabe-0.6.1 mock-1.0.1 more-itertools-7.2.0 pluggy-0.13.0 py-1.8.0 pycodestyle-2.4.0 pyflakes-2.0.0 pytest-4.2.1 pytest-cov-2.6.1 pytest-timeout-1.3.3 zipp-0.6.0
08:33:18 Removing intermediate container df9340d0fb91
08:33:18  ---> 5c5fb263f278
08:33:18 Step 18/19 : COPY . /src
08:33:18  ---> a93c08dd5778
08:33:18 Step 19/19 : RUN pip install .
08:33:18  ---> Running in 0a4d53670cc0
08:33:19 Processing /src
08:33:19 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.7/site-packages (from docker==4.1.0.dev0) (1.10.0)
08:33:19 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.7/site-packages (from docker==4.1.0.dev0) (0.56.0)
08:33:19 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python3.7/site-packages (from docker==4.1.0.dev0) (2.20.0)
08:33:19 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.1.0.dev0) (2.5)
08:33:19 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.1.0.dev0) (1.24.3)
08:33:19 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.1.0.dev0) (2019.9.11)
08:33:19 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.1.0.dev0) (3.0.4)
08:33:19 Building wheels for collected packages: docker
08:33:19   Building wheel for docker (setup.py): started
08:33:19   Building wheel for docker (setup.py): finished with status 'done'
08:33:19   Created wheel for docker: filename=docker-4.1.0.dev0-py2.py3-none-any.whl size=139144 sha256=45d982c783d8bcbc82b61c8694a24b26a686ec91b5af5937ff82286769c13ac9
08:33:19   Stored in directory: /tmp/pip-ephem-wheel-cache-0jxze1_1/wheels/ee/4d/f0/2a86c10b571f6f2e614d6de70cb18e96cf856ba00408408b23
08:33:19 Successfully built docker
08:33:19 Installing collected packages: docker
08:33:19 Successfully installed docker-4.1.0.dev0
08:33:20 Removing intermediate container 0a4d53670cc0
08:33:20  ---> 8b3a91888889
08:33:20 Successfully built 8b3a91888889
08:33:20 Successfully tagged dockerbuildbot/docker-py:py3-a33f087e9346667a5960b928225bbd6509fbde3c
[Pipeline] dockerFingerprintFrom
[Pipeline] sh
08:33:20 + docker tag dockerbuildbot/docker-py:py3-a33f087e9346667a5960b928225bbd6509fbde3c dockerbuildbot/docker-py:py3-a33f087e9346667a5960b928225bbd6509fbde3c
[Pipeline] sh
08:33:21 + docker push dockerbuildbot/docker-py:py3-a33f087e9346667a5960b928225bbd6509fbde3c
08:33:21 The push refers to repository [docker.io/dockerbuildbot/docker-py]
08:33:21 7bc6b1e2036c: Preparing
08:33:21 9ff350e8e5e6: Preparing
08:33:21 3e3383d72cbe: Preparing
08:33:21 dc4a3894aef4: Preparing
08:33:21 c1d4d3b46e36: Preparing
08:33:21 cb22ecab3773: Preparing
08:33:21 de6fb6598f7f: Preparing
08:33:21 b44c82e665c9: Preparing
08:33:21 ae755e1c3dd2: Preparing
08:33:21 db2f0d2ac5bc: Preparing
08:33:21 50ae1961a146: Preparing
08:33:21 ccf1e022221c: Preparing
08:33:21 8f8f8226b2f9: Preparing
08:33:21 c22e3b308e31: Preparing
08:33:21 3799eff23e12: Preparing
08:33:21 5c1e9cc8fd50: Preparing
08:33:21 425f17ee5c1c: Preparing
08:33:21 9c3c7ef1a67f: Preparing
08:33:21 d5218e5cdda2: Preparing
08:33:21 88956c263939: Preparing
08:33:21 97e8dd85db4e: Preparing
08:33:21 74e2ede3b29c: Preparing
08:33:21 6d5a64ea8f37: Preparing
08:33:21 660314270d76: Preparing
08:33:21 de6fb6598f7f: Waiting
08:33:21 b44c82e665c9: Waiting
08:33:21 ae755e1c3dd2: Waiting
08:33:21 db2f0d2ac5bc: Waiting
08:33:21 50ae1961a146: Waiting
08:33:21 ccf1e022221c: Waiting
08:33:21 8f8f8226b2f9: Waiting
08:33:21 c22e3b308e31: Waiting
08:33:21 3799eff23e12: Waiting
08:33:21 5c1e9cc8fd50: Waiting
08:33:21 425f17ee5c1c: Waiting
08:33:21 9c3c7ef1a67f: Waiting
08:33:21 d5218e5cdda2: Waiting
08:33:21 88956c263939: Waiting
08:33:21 97e8dd85db4e: Waiting
08:33:21 74e2ede3b29c: Waiting
08:33:21 6d5a64ea8f37: Waiting
08:33:21 660314270d76: Waiting
08:33:21 cb22ecab3773: Waiting
08:33:22 9ff350e8e5e6: Pushed
08:33:22 dc4a3894aef4: Pushed
08:33:22 7bc6b1e2036c: Pushed
08:33:23 cb22ecab3773: Pushed
08:33:23 3e3383d72cbe: Pushed
08:33:23 de6fb6598f7f: Pushed
08:33:24 b44c82e665c9: Pushed
08:33:24 50ae1961a146: Pushed
08:33:24 ae755e1c3dd2: Pushed
08:33:24 db2f0d2ac5bc: Pushed
08:33:24 c1d4d3b46e36: Pushed
08:33:25 5c1e9cc8fd50: Mounted from library/python
08:33:25 425f17ee5c1c: Mounted from library/python
08:33:25 ccf1e022221c: Pushed
08:33:25 3799eff23e12: Pushed
08:33:25 9c3c7ef1a67f: Mounted from library/python
08:33:25 d5218e5cdda2: Mounted from library/python
08:33:25 97e8dd85db4e: Layer already exists
08:33:25 88956c263939: Layer already exists
08:33:25 6d5a64ea8f37: Layer already exists
08:33:25 660314270d76: Layer already exists
08:33:25 74e2ede3b29c: Layer already exists
08:33:25 8f8f8226b2f9: Pushed
08:33:28 c22e3b308e31: Pushed
08:33:29 py3-a33f087e9346667a5960b928225bbd6509fbde3c: digest: sha256:90767631183ce7d95687813c359ee580a5a04cdb10bd66e0f3ecf1e75173e19f size: 5349
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-05f79947c145622ff) in /home/ubuntu/workspace/docker-py_PR-2428
[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-2428@tmp/9e65d0b0-c218-4689-a00b-8f2528b7b35a/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
08:33:42 + docker run --rm --entrypoint=python dockerbuildbot/docker-py:py3-a33f087e9346667a5960b928225bbd6509fbde3c /src/scripts/versions.py
08:33:42 Unable to find image 'dockerbuildbot/docker-py:py3-a33f087e9346667a5960b928225bbd6509fbde3c' locally
08:33:42 py3-a33f087e9346667a5960b928225bbd6509fbde3c: Pulling from dockerbuildbot/docker-py
08:33:42 4ae16bd47783: Pulling fs layer
08:33:42 bbab4ec87ac4: Pulling fs layer
08:33:42 2ea1f7804402: Pulling fs layer
08:33:42 96465440c208: Pulling fs layer
08:33:42 bba8b8764dd6: Pulling fs layer
08:33:42 e2fb48f8b9f0: Pulling fs layer
08:33:42 6597bee1b52c: Pulling fs layer
08:33:42 53ce14448f02: Pulling fs layer
08:33:42 e9ab7ffbaf55: Pulling fs layer
08:33:42 695190143bde: Pulling fs layer
08:33:42 96b2d3bdfcd0: Pulling fs layer
08:33:42 46582f0467fb: Pulling fs layer
08:33:42 92441c796ce6: Pulling fs layer
08:33:42 e1db210018fa: Pulling fs layer
08:33:42 289e0ab7ded6: Pulling fs layer
08:33:42 4216fd64a392: Pulling fs layer
08:33:42 3c7fe4081c0c: Pulling fs layer
08:33:42 628206921518: Pulling fs layer
08:33:42 8b3413e70285: Pulling fs layer
08:33:42 d1d110647c38: Pulling fs layer
08:33:42 4172fc0c97e0: Pulling fs layer
08:33:42 68958dbaf46f: Pulling fs layer
08:33:42 e1efa47a0151: Pulling fs layer
08:33:42 1d9def61a4f2: Pulling fs layer
08:33:42 96465440c208: Waiting
08:33:42 bba8b8764dd6: Waiting
08:33:42 e2fb48f8b9f0: Waiting
08:33:42 6597bee1b52c: Waiting
08:33:42 53ce14448f02: Waiting
08:33:42 e9ab7ffbaf55: Waiting
08:33:42 695190143bde: Waiting
08:33:42 96b2d3bdfcd0: Waiting
08:33:42 46582f0467fb: Waiting
08:33:42 92441c796ce6: Waiting
08:33:42 e1db210018fa: Waiting
08:33:42 289e0ab7ded6: Waiting
08:33:42 4216fd64a392: Waiting
08:33:42 3c7fe4081c0c: Waiting
08:33:42 628206921518: Waiting
08:33:42 8b3413e70285: Waiting
08:33:42 d1d110647c38: Waiting
08:33:42 4172fc0c97e0: Waiting
08:33:42 68958dbaf46f: Waiting
08:33:42 e1efa47a0151: Waiting
08:33:42 1d9def61a4f2: Waiting
08:33:42 bbab4ec87ac4: Verifying Checksum
08:33:42 bbab4ec87ac4: Download complete
08:33:42 2ea1f7804402: Verifying Checksum
08:33:42 2ea1f7804402: Download complete
08:33:45 4ae16bd47783: Verifying Checksum
08:33:45 4ae16bd47783: Download complete
08:33:45 96465440c208: Verifying Checksum
08:33:45 96465440c208: Download complete
08:33:46 e2fb48f8b9f0: Verifying Checksum
08:33:46 e2fb48f8b9f0: Download complete
08:33:46 53ce14448f02: Verifying Checksum
08:33:46 53ce14448f02: Download complete
08:33:46 6597bee1b52c: Verifying Checksum
08:33:46 6597bee1b52c: Download complete
08:33:46 e9ab7ffbaf55: Verifying Checksum
08:33:46 e9ab7ffbaf55: Download complete
08:33:46 695190143bde: Verifying Checksum
08:33:46 695190143bde: Download complete
08:33:46 46582f0467fb: Verifying Checksum
08:33:46 46582f0467fb: Download complete
08:33:46 92441c796ce6: Verifying Checksum
08:33:46 92441c796ce6: Download complete
08:33:46 e1db210018fa: Verifying Checksum
08:33:46 e1db210018fa: Download complete
08:33:47 96b2d3bdfcd0: Verifying Checksum
08:33:47 96b2d3bdfcd0: Download complete
08:33:47 289e0ab7ded6: Verifying Checksum
08:33:47 289e0ab7ded6: Download complete
08:33:47 4216fd64a392: Verifying Checksum
08:33:47 4216fd64a392: Download complete
08:33:47 3c7fe4081c0c: Verifying Checksum
08:33:47 3c7fe4081c0c: Download complete
08:33:47 628206921518: Verifying Checksum
08:33:47 628206921518: Download complete
08:33:47 8b3413e70285: Verifying Checksum
08:33:47 8b3413e70285: Download complete
08:33:47 4172fc0c97e0: Verifying Checksum
08:33:47 4172fc0c97e0: Download complete
08:33:47 d1d110647c38: Verifying Checksum
08:33:47 d1d110647c38: Download complete
08:33:47 68958dbaf46f: Verifying Checksum
08:33:47 68958dbaf46f: Download complete
08:33:47 e1efa47a0151: Verifying Checksum
08:33:47 e1efa47a0151: Download complete
08:33:47 1d9def61a4f2: Verifying Checksum
08:33:47 1d9def61a4f2: Download complete
08:33:48 bba8b8764dd6: Verifying Checksum
08:33:48 bba8b8764dd6: Download complete
08:33:51 4ae16bd47783: Pull complete
08:33:51 bbab4ec87ac4: Pull complete
08:33:52 2ea1f7804402: Pull complete
08:33:57 96465440c208: Pull complete
08:34:09 bba8b8764dd6: Pull complete
08:34:09 e2fb48f8b9f0: Pull complete
08:34:11 6597bee1b52c: Pull complete
08:34:11 53ce14448f02: Pull complete
08:34:11 e9ab7ffbaf55: Pull complete
08:34:11 695190143bde: Pull complete
08:34:12 96b2d3bdfcd0: Pull complete
08:34:13 46582f0467fb: Pull complete
08:34:13 92441c796ce6: Pull complete
08:34:13 e1db210018fa: Pull complete
08:34:13 289e0ab7ded6: Pull complete
08:34:13 4216fd64a392: Pull complete
08:34:13 3c7fe4081c0c: Pull complete
08:34:13 628206921518: Pull complete
08:34:13 8b3413e70285: Pull complete
08:34:14 d1d110647c38: Pull complete
08:34:14 4172fc0c97e0: Pull complete
08:34:15 68958dbaf46f: Pull complete
08:34:15 e1efa47a0151: Pull complete
08:34:15 1d9def61a4f2: Pull complete
08:34:15 Digest: sha256:90767631183ce7d95687813c359ee580a5a04cdb10bd66e0f3ecf1e75173e19f
08:34:15 Status: Downloaded newer image for dockerbuildbot/docker-py:py3-a33f087e9346667a5960b928225bbd6509fbde3c
Creating placeholder flownodes because failed loading originals.

GitHub has been notified of this commit’s build result

java.io.IOException: Tried to load head FlowNodes for execution Owner[docker-py/PR-2428/1:docker-py/PR-2428 #1] but FlowNode was not found in storage for head id:FlowNodeId 1:53
	at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.initializeStorage(CpsFlowExecution.java:679)
	at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.onLoad(CpsFlowExecution.java:716)
	at org.jenkinsci.plugins.workflow.job.WorkflowRun.getExecution(WorkflowRun.java:662)
	at org.jenkinsci.plugins.workflow.job.WorkflowRun.onLoad(WorkflowRun.java:526)
	at hudson.model.RunMap.retrieve(RunMap.java:225)
	at hudson.model.RunMap.retrieve(RunMap.java:57)
	at jenkins.model.lazy.AbstractLazyLoadRunMap.load(AbstractLazyLoadRunMap.java:501)
	at jenkins.model.lazy.AbstractLazyLoadRunMap.load(AbstractLazyLoadRunMap.java:483)
	at jenkins.model.lazy.AbstractLazyLoadRunMap.getByNumber(AbstractLazyLoadRunMap.java:381)
	at hudson.model.RunMap.getById(RunMap.java:205)
	at org.jenkinsci.plugins.workflow.job.WorkflowRun$Owner.run(WorkflowRun.java:899)
	at org.jenkinsci.plugins.workflow.job.WorkflowRun$Owner.get(WorkflowRun.java:910)
	at org.jenkinsci.plugins.workflow.flow.FlowExecutionList$1.computeNext(FlowExecutionList.java:65)
	at org.jenkinsci.plugins.workflow.flow.FlowExecutionList$1.computeNext(FlowExecutionList.java:57)
	at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143)
	at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138)
	at org.jenkinsci.plugins.workflow.flow.FlowExecutionList$ItemListenerImpl.onLoaded(FlowExecutionList.java:178)
	at jenkins.model.Jenkins.<init>(Jenkins.java:999)
	at hudson.model.Hudson.<init>(Hudson.java:85)
	at hudson.model.Hudson.<init>(Hudson.java:81)
	at hudson.WebAppMain$3.run(WebAppMain.java:233)
Finished: FAILURE