Advertisement
Guest User

Untitled

a guest
Mar 5th, 2019
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.40 KB | None | 0 0
  1. docker build -t bc/cert-issuer:1.0 .
  2. Sending build context to Docker daemon 2.9 MB
  3. Step 1 : FROM seegno/bitcoind:0.13-alpine
  4. ---> 73b9b57b4bd1
  5. Step 2 : MAINTAINER Kim Duffy "kimhd@mit.edu"
  6. ---> Using cache
  7. ---> 6d9a647403b9
  8. Step 3 : COPY . /cert-issuer
  9. ---> a20560cd32c6
  10. Removing intermediate container f92ab41432e3
  11. Step 4 : COPY conf_regtest.ini /etc/cert-issuer/conf.ini
  12. ---> 9e63f0fe125e
  13. Removing intermediate container 9fe4e88cc900
  14. Step 5 : RUN apk add --update bash ca-certificates curl gcc gmp-dev libffi-dev libressl-dev linux-headers make musl-dev python python3 python3-dev tar && python3 -m ensurepip && pip3 install --upgrade pip setuptools && mkdir -p /etc/cert-issuer/data/unsigned_certificates && mkdir /etc/cert-issuer/data/blockchain_certificates && mkdir ~/.bitcoin && echo $'rpcuser=foo\nrpcpassword=bar\nrpcport=8332\nregtest=1\nrelaypriority=0\nrpcallowip=127.0.0.1\nrpcconnect=127.0.0.1\n' > /root/.bitcoin/bitcoin.conf && pip3 install /cert-issuer/. && rm -r /usr/lib/python*/ensurepip && rm -rf /var/cache/apk/* && rm -rf /root/.cache && sed -i.bak s/==1\.0b1/\>=1\.0\.2/g /usr/lib/python3.*/site-packages/merkletools-1.0.2-py3.*.egg-info/requires.txt
  15. ---> Running in ef01876f2b4f
  16. fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/main/x86_64/APKINDEX.tar.gz
  17. fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/community/x86_64/APKINDEX.tar.gz
  18. (1/41) Upgrading musl (1.1.16-r13 -> 1.1.16-r14)
  19. (2/41) Upgrading libressl2.5-libcrypto (2.5.5-r0 -> 2.5.5-r2)
  20. (3/41) Upgrading libressl2.5-libssl (2.5.5-r0 -> 2.5.5-r2)
  21. (4/41) Installing ncurses-terminfo-base (6.0_p20171125-r1)
  22. (5/41) Installing ncurses-terminfo (6.0_p20171125-r1)
  23. (6/41) Installing ncurses-libs (6.0_p20171125-r1)
  24. (7/41) Installing readline (6.3.008-r5)
  25. (8/41) Installing bash (4.3.48-r1)
  26. Executing bash-4.3.48-r1.post-install
  27. (9/41) Installing ca-certificates (20161130-r2)
  28. (10/41) Installing libssh2 (1.8.0-r1)
  29. (11/41) Installing libcurl (7.61.1-r2)
  30. (12/41) Installing curl (7.61.1-r2)
  31. (13/41) Installing binutils-libs (2.30-r1)
  32. (14/41) Installing binutils (2.30-r1)
  33. (15/41) Installing gmp (6.1.2-r0)
  34. (16/41) Installing isl (0.17.1-r0)
  35. (17/41) Installing libgomp (6.3.0-r4)
  36. (18/41) Installing libatomic (6.3.0-r4)
  37. (19/41) Installing pkgconf (1.3.7-r0)
  38. (20/41) Installing mpfr3 (3.1.5-r0)
  39. (21/41) Installing mpc1 (1.0.3-r0)
  40. (22/41) Installing gcc (6.3.0-r4)
  41. (23/41) Installing libgmpxx (6.1.2-r0)
  42. (24/41) Installing gmp-dev (6.1.2-r0)
  43. (25/41) Upgrading musl-utils (1.1.16-r13 -> 1.1.16-r14)
  44. (26/41) Installing libffi (3.2.1-r3)
  45. (27/41) Installing libffi-dev (3.2.1-r3)
  46. (28/41) Upgrading libressl2.5-libtls (2.5.5-r0 -> 2.5.5-r2)
  47. (29/41) Installing libressl-dev (2.5.5-r2)
  48. (30/41) Installing linux-headers (4.4.6-r2)
  49. (31/41) Installing make (4.2.1-r0)
  50. (32/41) Installing musl-dev (1.1.16-r14)
  51. (33/41) Installing libbz2 (1.0.6-r5)
  52. (34/41) Installing expat (2.2.0-r1)
  53. (35/41) Installing gdbm (1.12-r0)
  54. (36/41) Installing sqlite-libs (3.25.3-r0)
  55. (37/41) Installing python2 (2.7.15-r0)
  56. (38/41) Installing xz-libs (5.2.3-r0)
  57. (39/41) Installing python3 (3.6.5-r0)
  58. (40/41) Installing python3-dev (3.6.5-r0)
  59. (41/41) Installing tar (1.32-r0)
  60. Executing busybox-1.26.2-r5.trigger
  61. Executing ca-certificates-20161130-r2.trigger
  62. OK: 253 MiB in 61 packages
  63. Requirement already satisfied: setuptools in /usr/lib/python3.6/site-packages
  64. Requirement already satisfied: pip in /usr/lib/python3.6/site-packages
  65. Collecting pip
  66. Downloading https://files.pythonhosted.org/packages/d8/f3/413bab4ff08e1fc4828dfc59996d721917df8e8583ea85385d51125dceff/pip-19.0.3-py2.py3-none-any.whl (1.4MB)
  67. Collecting setuptools
  68. Downloading https://files.pythonhosted.org/packages/d1/6a/4b2fcefd2ea0868810e92d519dacac1ddc64a2e53ba9e3422c3b62b378a6/setuptools-40.8.0-py2.py3-none-any.whl (575kB)
  69. Installing collected packages: pip, setuptools
  70. Found existing installation: pip 9.0.3
  71. Uninstalling pip-9.0.3:
  72. Successfully uninstalled pip-9.0.3
  73. Found existing installation: setuptools 39.0.1
  74. Uninstalling setuptools-39.0.1:
  75. Successfully uninstalled setuptools-39.0.1
  76. Successfully installed pip-19.0.3 setuptools-40.8.0
  77. Processing /cert-issuer
  78. Collecting cert-core>=2.1.9 (from cert-issuer==2.0.15)
  79. Downloading https://files.pythonhosted.org/packages/7a/fa/8c0f1b9de6931449dff429712eb1fbe1bc6961f6bc0f222dc59cf5203f0b/cert-core-2.1.9.tar.gz
  80. Collecting cert-schema>=2.1.5 (from cert-issuer==2.0.15)
  81. Downloading https://files.pythonhosted.org/packages/69/61/576809622ed2096116588c38f4f05ce120977a9b0ed57f95b955a3cc8582/cert-schema-2.1.6.tar.gz
  82. Collecting chainpoint>=0.0.2 (from cert-issuer==2.0.15)
  83. Downloading https://files.pythonhosted.org/packages/c6/14/6fb51d727cd0b4aa07c97d14afe320e0696a1f91317ca385a4024459366c/chainpoint-0.0.2.tar.gz
  84. Collecting configargparse==0.12.0 (from cert-issuer==2.0.15)
  85. Downloading https://files.pythonhosted.org/packages/17/8d/4a41f11b0971017c7001f118be8003da8f7b96b010c66cd792b76658d1e1/ConfigArgParse-0.12.0.tar.gz (41kB)
  86. Collecting glob2==0.6 (from cert-issuer==2.0.15)
  87. Downloading https://files.pythonhosted.org/packages/f0/e8/970c7a031b2d7f9a21fefaa8c9d5c38001f8f25055f4ffcb32b3dbecd1ea/glob2-0.6.tar.gz
  88. Collecting mock==2.0.0 (from cert-issuer==2.0.15)
  89. Downloading https://files.pythonhosted.org/packages/e6/35/f187bdf23be87092bd0f1200d43d23076cee4d0dec109f195173fd3ebc79/mock-2.0.0-py2.py3-none-any.whl (56kB)
  90. Collecting requests[security]>=2.18.4 (from cert-issuer==2.0.15)
  91. Downloading https://files.pythonhosted.org/packages/7d/e3/20f3d364d6c8e5d2353c72a67778eb189176f08e873c9900e10c0287b84b/requests-2.21.0-py2.py3-none-any.whl (57kB)
  92. Collecting pycoin>=0.80 (from cert-issuer==2.0.15)
  93. Downloading https://files.pythonhosted.org/packages/6e/59/02788d66761804864da917e353f1e397714165ad78cee2cca9d37b780c08/pycoin-0.80.tar.gz (113kB)
  94. Collecting pyld>=1.0.3 (from cert-issuer==2.0.15)
  95. Downloading https://files.pythonhosted.org/packages/a3/e3/1c100136e9f10ec15167d7bb0001cfe79067151fa1d82078ff5fc7cddb2d/PyLD-1.0.4.tar.gz (52kB)
  96. Collecting pysha3>=1.0.2 (from cert-issuer==2.0.15)
  97. Downloading https://files.pythonhosted.org/packages/73/bf/978d424ac6c9076d73b8fdc8ab8ad46f98af0c34669d736b1d83c758afee/pysha3-1.0.2.tar.gz (829kB)
  98. Collecting python-bitcoinlib>=0.10.1 (from cert-issuer==2.0.15)
  99. Downloading https://files.pythonhosted.org/packages/30/03/fb7df95fe89baede202cf3fe65e65bea4bf863061b5e8f59b12dab538240/python_bitcoinlib-0.10.1-py2.py3-none-any.whl (88kB)
  100. Collecting tox>=3.0.0 (from cert-issuer==2.0.15)
  101. Downloading https://files.pythonhosted.org/packages/4a/bd/50cd91221508db5bb66e211ac327d0da4a5db6d0db5ad35d6fbf1e4af5dc/tox-3.7.0-py2.py3-none-any.whl (60kB)
  102. Collecting connexion>=1.1.14 (from cert-core>=2.1.9->cert-issuer==2.0.15)
  103. Downloading https://files.pythonhosted.org/packages/13/07/6a67c7944e6a9aa904ea06fdab615784a2c8527c3e677adf7bd8eb3fe80c/connexion-2.2.0-py2.py3-none-any.whl (1.0MB)
  104. Collecting Flask-PyMongo>=0.5.1 (from cert-core>=2.1.9->cert-issuer==2.0.15)
  105. Downloading https://files.pythonhosted.org/packages/d5/c8/22ddacfe05893884dceef5b9ecfa683f947ba155bd63cd9d841aea29b7b7/Flask_PyMongo-2.2.0-py2.py3-none-any.whl
  106. Collecting jsonschema>=2.6.0 (from cert-core>=2.1.9->cert-issuer==2.0.15)
  107. Downloading https://files.pythonhosted.org/packages/aa/69/df679dfbdd051568b53c38ec8152a3ab6bc533434fc7ed11ab034bf5e82f/jsonschema-3.0.1-py2.py3-none-any.whl (54kB)
  108. Collecting python-dateutil>=2.6.1 (from cert-core>=2.1.9->cert-issuer==2.0.15)
  109. Downloading https://files.pythonhosted.org/packages/41/17/c62faccbfbd163c7f57f3844689e3a78bae1f403648a6afb1d0866d87fbb/python_dateutil-2.8.0-py2.py3-none-any.whl (226kB)
  110. Collecting pytz>=2017.2 (from cert-core>=2.1.9->cert-issuer==2.0.15)
  111. Downloading https://files.pythonhosted.org/packages/61/28/1d3920e4d1d50b19bc5d24398a7cd85cc7b9a75a490570d5a30c57622d34/pytz-2018.9-py2.py3-none-any.whl (510kB)
  112. Collecting simplekv>=0.10.0 (from cert-core>=2.1.9->cert-issuer==2.0.15)
  113. Downloading https://files.pythonhosted.org/packages/1c/ac/d3edc4e76decb405070e377357302da29248337fc5de605f6c1888c6c17e/simplekv-0.11.11-py3-none-any.whl
  114. Collecting validators>=0.12.1 (from cert-core>=2.1.9->cert-issuer==2.0.15)
  115. Downloading https://files.pythonhosted.org/packages/70/c3/8f1f923c4ea9c620d0501073d6e2c829db09b717c8b1f3036d6455af3832/validators-0.12.4.tar.gz
  116. Collecting merkletools==1.0.2 (from chainpoint>=0.0.2->cert-issuer==2.0.15)
  117. Downloading https://files.pythonhosted.org/packages/b8/5d/d0672c9df8757afde9f963ffa588d1fbbb4e9d70edac747e20d5f4a26ccc/merkletools-1.0.2.tar.gz
  118. Collecting pbr>=0.11 (from mock==2.0.0->cert-issuer==2.0.15)
  119. Downloading https://files.pythonhosted.org/packages/14/09/12fe9a14237a6b7e0ba3a8d6fcf254bf4b10ec56a0185f73d651145e9222/pbr-5.1.3-py2.py3-none-any.whl (107kB)
  120. Collecting six>=1.9 (from mock==2.0.0->cert-issuer==2.0.15)
  121. Downloading https://files.pythonhosted.org/packages/73/fb/00a976f728d0d1fecfe898238ce23f502a721c0ac0ecfedb80e0d88c64e9/six-1.12.0-py2.py3-none-any.whl
  122. Collecting idna<2.9,>=2.5 (from requests[security]>=2.18.4->cert-issuer==2.0.15)
  123. Downloading https://files.pythonhosted.org/packages/14/2c/cd551d81dbe15200be1cf41cd03869a46fe7226e7450af7a6545bfc474c9/idna-2.8-py2.py3-none-any.whl (58kB)
  124. Collecting chardet<3.1.0,>=3.0.2 (from requests[security]>=2.18.4->cert-issuer==2.0.15)
  125. Downloading https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl (133kB)
  126. Collecting certifi>=2017.4.17 (from requests[security]>=2.18.4->cert-issuer==2.0.15)
  127. Downloading https://files.pythonhosted.org/packages/9f/e0/accfc1b56b57e9750eba272e24c4dddeac86852c2bebd1236674d7887e8a/certifi-2018.11.29-py2.py3-none-any.whl (154kB)
  128. Collecting urllib3<1.25,>=1.21.1 (from requests[security]>=2.18.4->cert-issuer==2.0.15)
  129. Downloading https://files.pythonhosted.org/packages/62/00/ee1d7de624db8ba7090d1226aebefab96a2c71cd5cfa7629d6ad3f61b79e/urllib3-1.24.1-py2.py3-none-any.whl (118kB)
  130. Collecting pyOpenSSL>=0.14; extra == "security" (from requests[security]>=2.18.4->cert-issuer==2.0.15)
  131. Downloading https://files.pythonhosted.org/packages/01/c8/ceb170d81bd3941cbeb9940fc6cc2ef2ca4288d0ca8929ea4db5905d904d/pyOpenSSL-19.0.0-py2.py3-none-any.whl (53kB)
  132. Collecting cryptography>=1.3.4; extra == "security" (from requests[security]>=2.18.4->cert-issuer==2.0.15)
  133. Downloading https://files.pythonhosted.org/packages/07/ca/bc827c5e55918ad223d59d299fff92f3563476c3b00d0a9157d9c0217449/cryptography-2.6.1.tar.gz (491kB)
  134. Installing build dependencies: started
  135. Installing build dependencies: finished with status 'done'
  136. Getting requirements to build wheel: started
  137. Getting requirements to build wheel: finished with status 'done'
  138. Preparing wheel metadata: started
  139. Preparing wheel metadata: finished with status 'done'
  140. Collecting virtualenv>=1.11.2 (from tox>=3.0.0->cert-issuer==2.0.15)
  141. Downloading https://files.pythonhosted.org/packages/33/5d/314c760d4204f64e4a968275182b7751bd5c3249094757b39ba987dcfb5a/virtualenv-16.4.3-py2.py3-none-any.whl (2.0MB)
  142. Collecting toml>=0.9.4 (from tox>=3.0.0->cert-issuer==2.0.15)
  143. Downloading https://files.pythonhosted.org/packages/a2/12/ced7105d2de62fa7c8fb5fce92cc4ce66b57c95fb875e9318dba7f8c5db0/toml-0.10.0-py2.py3-none-any.whl
  144. Collecting filelock<4,>=3.0.0 (from tox>=3.0.0->cert-issuer==2.0.15)
  145. Downloading https://files.pythonhosted.org/packages/d7/ca/3c74396a9ed8a4cfab5459800edeef9a1269591cb21f5a49bd71a49c5fa2/filelock-3.0.10-py3-none-any.whl
  146. Collecting py<2,>=1.4.17 (from tox>=3.0.0->cert-issuer==2.0.15)
  147. Downloading https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl (83kB)
  148. Requirement already satisfied: setuptools>=30.0.0 in /usr/lib/python3.6/site-packages (from tox>=3.0.0->cert-issuer==2.0.15) (40.8.0)
  149. Collecting pluggy<1,>=0.3.0 (from tox>=3.0.0->cert-issuer==2.0.15)
  150. Downloading https://files.pythonhosted.org/packages/84/e8/4ddac125b5a0e84ea6ffc93cfccf1e7ee1924e88f53c64e98227f0af2a5f/pluggy-0.9.0-py2.py3-none-any.whl
  151. Collecting flask>=0.10.1 (from connexion>=1.1.14->cert-core>=2.1.9->cert-issuer==2.0.15)
  152. Downloading https://files.pythonhosted.org/packages/7f/e7/08578774ed4536d3242b14dacb4696386634607af824ea997202cd0edb4b/Flask-1.0.2-py2.py3-none-any.whl (91kB)
  153. Collecting PyYAML>=3.13 (from connexion>=1.1.14->cert-core>=2.1.9->cert-issuer==2.0.15)
  154. Downloading https://files.pythonhosted.org/packages/9e/a3/1d13970c3f36777c583f136c136f804d70f500168edc1edea6daa7200769/PyYAML-3.13.tar.gz (270kB)
  155. Collecting openapi-spec-validator>=0.2.4 (from connexion>=1.1.14->cert-core>=2.1.9->cert-issuer==2.0.15)
  156. Downloading https://files.pythonhosted.org/packages/09/57/d66ecb940d656f6762efa0216317d3b97b7dd0e2b2e07c671c7b1de5a2dc/openapi_spec_validator-0.2.6-py3-none-any.whl
  157. Collecting clickclick>=1.2 (from connexion>=1.1.14->cert-core>=2.1.9->cert-issuer==2.0.15)
  158. Downloading https://files.pythonhosted.org/packages/b6/51/2b04f7a56dcbacc0e3a7cf726e1d88d28866bf488a7a0668582306e1e643/clickclick-1.2.2-py2.py3-none-any.whl
  159. Collecting inflection>=0.3.1 (from connexion>=1.1.14->cert-core>=2.1.9->cert-issuer==2.0.15)
  160. Downloading https://files.pythonhosted.org/packages/d5/35/a6eb45b4e2356fe688b21570864d4aa0d0a880ce387defe9c589112077f8/inflection-0.3.1.tar.gz
  161. Collecting PyMongo>=3.0 (from Flask-PyMongo>=0.5.1->cert-core>=2.1.9->cert-issuer==2.0.15)
  162. Downloading https://files.pythonhosted.org/packages/0f/3a/b90cfa7e27fa92244925826538fa2cf80fed3cbd20a413fd0c1b9705d820/pymongo-3.7.2.tar.gz (628kB)
  163. Collecting pyrsistent>=0.14.0 (from jsonschema>=2.6.0->cert-core>=2.1.9->cert-issuer==2.0.15)
  164. Downloading https://files.pythonhosted.org/packages/8c/46/4e93ab8a379d7efe93f20a0fb8a27bdfe88942cc954ab0210c3164e783e0/pyrsistent-0.14.11.tar.gz (104kB)
  165. Collecting attrs>=17.4.0 (from jsonschema>=2.6.0->cert-core>=2.1.9->cert-issuer==2.0.15)
  166. Downloading https://files.pythonhosted.org/packages/23/96/d828354fa2dbdf216eaa7b7de0db692f12c234f7ef888cc14980ef40d1d2/attrs-19.1.0-py2.py3-none-any.whl
  167. Collecting decorator>=3.4.0 (from validators>=0.12.1->cert-core>=2.1.9->cert-issuer==2.0.15)
  168. Downloading https://files.pythonhosted.org/packages/f1/cd/7c8240007e9716b14679bc217a1baefa4432aa30394f7e2ec40a52b1a708/decorator-4.3.2-py2.py3-none-any.whl
  169. Collecting cffi!=1.11.3,>=1.8 (from cryptography>=1.3.4; extra == "security"->requests[security]>=2.18.4->cert-issuer==2.0.15)
  170. Using cached https://files.pythonhosted.org/packages/64/7c/27367b38e6cc3e1f49f193deb761fe75cda9f95da37b67b422e62281fcac/cffi-1.12.2.tar.gz
  171. Collecting asn1crypto>=0.21.0 (from cryptography>=1.3.4; extra == "security"->requests[security]>=2.18.4->cert-issuer==2.0.15)
  172. Downloading https://files.pythonhosted.org/packages/ea/cd/35485615f45f30a510576f1a56d1e0a7ad7bd8ab5ed7cdc600ef7cd06222/asn1crypto-0.24.0-py2.py3-none-any.whl (101kB)
  173. Collecting itsdangerous>=0.24 (from flask>=0.10.1->connexion>=1.1.14->cert-core>=2.1.9->cert-issuer==2.0.15)
  174. Downloading https://files.pythonhosted.org/packages/76/ae/44b03b253d6fade317f32c24d100b3b35c2239807046a4c953c7b89fa49e/itsdangerous-1.1.0-py2.py3-none-any.whl
  175. Collecting click>=5.1 (from flask>=0.10.1->connexion>=1.1.14->cert-core>=2.1.9->cert-issuer==2.0.15)
  176. Downloading https://files.pythonhosted.org/packages/fa/37/45185cb5abbc30d7257104c434fe0b07e5a195a6847506c074527aa599ec/Click-7.0-py2.py3-none-any.whl (81kB)
  177. Collecting Werkzeug>=0.14 (from flask>=0.10.1->connexion>=1.1.14->cert-core>=2.1.9->cert-issuer==2.0.15)
  178. Downloading https://files.pythonhosted.org/packages/20/c4/12e3e56473e52375aa29c4764e70d1b8f3efa6682bef8d0aae04fe335243/Werkzeug-0.14.1-py2.py3-none-any.whl (322kB)
  179. Collecting Jinja2>=2.10 (from flask>=0.10.1->connexion>=1.1.14->cert-core>=2.1.9->cert-issuer==2.0.15)
  180. Downloading https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl (126kB)
  181. Collecting pathlib (from openapi-spec-validator>=0.2.4->connexion>=1.1.14->cert-core>=2.1.9->cert-issuer==2.0.15)
  182. Downloading https://files.pythonhosted.org/packages/ac/aa/9b065a76b9af472437a0059f77e8f962fe350438b927cb80184c32f075eb/pathlib-1.0.1.tar.gz (49kB)
  183. Collecting pycparser (from cffi!=1.11.3,>=1.8->cryptography>=1.3.4; extra == "security"->requests[security]>=2.18.4->cert-issuer==2.0.15)
  184. Using cached https://files.pythonhosted.org/packages/68/9e/49196946aee219aead1290e00d1e7fdeab8567783e83e1b9ab5585e6206a/pycparser-2.19.tar.gz
  185. Collecting MarkupSafe>=0.23 (from Jinja2>=2.10->flask>=0.10.1->connexion>=1.1.14->cert-core>=2.1.9->cert-issuer==2.0.15)
  186. Downloading https://files.pythonhosted.org/packages/b9/2e/64db92e53b86efccfaea71321f597fa2e1b2bd3853d8ce658568f7a13094/MarkupSafe-1.1.1.tar.gz
  187. Building wheels for collected packages: cryptography
  188. Building wheel for cryptography (PEP 517): started
  189. Building wheel for cryptography (PEP 517): finished with status 'done'
  190. Stored in directory: /root/.cache/pip/wheels/43/61/c8/0a4464601ce180d26e0a8dfdfa88c824e419dcc65bd43bda6e
  191. Successfully built cryptography
  192. openapi-spec-validator 0.2.6 has requirement jsonschema<3, but you'll have jsonschema 3.0.1 which is incompatible.
  193. connexion 2.2.0 has requirement jsonschema<3.0.0,>=2.5.1, but you'll have jsonschema 3.0.1 which is incompatible.
  194. merkletools 1.0.2 has requirement pysha3==1.0b1, but you'll have pysha3 1.0.2 which is incompatible.
  195. Installing collected packages: idna, chardet, certifi, urllib3, pycparser, cffi, six, asn1crypto, cryptography, pyOpenSSL, requests, pyld, pyrsistent, attrs, jsonschema, virtualenv, toml, filelock, py, pluggy, tox, decorator, validators, cert-schema, configargparse, itsdangerous, click, Werkzeug, MarkupSafe, Jinja2, flask, PyYAML, pathlib, openapi-spec-validator, clickclick, inflection, connexion, PyMongo, Flask-PyMongo, python-dateutil, pytz, simplekv, cert-core, pysha3, merkletools, chainpoint, glob2, pbr, mock, pycoin, python-bitcoinlib, cert-issuer
  196. Running setup.py install for pycparser: started
  197. Running setup.py install for pycparser: finished with status 'done'
  198. Running setup.py install for cffi: started
  199. Running setup.py install for cffi: finished with status 'done'
  200. Running setup.py install for pyld: started
  201. Running setup.py install for pyld: finished with status 'done'
  202. Running setup.py install for pyrsistent: started
  203. Running setup.py install for pyrsistent: finished with status 'done'
  204. Running setup.py install for validators: started
  205. Running setup.py install for validators: finished with status 'done'
  206. Running setup.py install for cert-schema: started
  207. Running setup.py install for cert-schema: finished with status 'done'
  208. Running setup.py install for configargparse: started
  209. Running setup.py install for configargparse: finished with status 'done'
  210. Running setup.py install for MarkupSafe: started
  211. Running setup.py install for MarkupSafe: finished with status 'done'
  212. Running setup.py install for PyYAML: started
  213. Running setup.py install for PyYAML: finished with status 'done'
  214. Running setup.py install for pathlib: started
  215. Running setup.py install for pathlib: finished with status 'done'
  216. Running setup.py install for inflection: started
  217. Running setup.py install for inflection: finished with status 'done'
  218. Running setup.py install for PyMongo: started
  219. Running setup.py install for PyMongo: finished with status 'done'
  220. Running setup.py install for cert-core: started
  221. Running setup.py install for cert-core: finished with status 'done'
  222. Running setup.py install for pysha3: started
  223. Running setup.py install for pysha3: finished with status 'done'
  224. Running setup.py install for merkletools: started
  225. Running setup.py install for merkletools: finished with status 'done'
  226. Running setup.py install for chainpoint: started
  227. Running setup.py install for chainpoint: finished with status 'done'
  228. Running setup.py install for glob2: started
  229. Running setup.py install for glob2: finished with status 'done'
  230. Running setup.py install for pycoin: started
  231. Running setup.py install for pycoin: finished with status 'done'
  232. Running setup.py install for cert-issuer: started
  233. Running setup.py install for cert-issuer: finished with status 'done'
  234. Successfully installed Flask-PyMongo-2.2.0 Jinja2-2.10 MarkupSafe-1.1.1 PyMongo-3.7.2 PyYAML-3.13 Werkzeug-0.14.1 asn1crypto-0.24.0 attrs-19.1.0 cert-core-2.1.9 cert-issuer-2.0.15 cert-schema-2.1.6 certifi-2018.11.29 cffi-1.12.2 chainpoint-0.0.2 chardet-3.0.4 click-7.0 clickclick-1.2.2 configargparse-0.12.0 connexion-2.2.0 cryptography-2.6.1 decorator-4.3.2 filelock-3.0.10 flask-1.0.2 glob2-0.6 idna-2.8 inflection-0.3.1 itsdangerous-1.1.0 jsonschema-3.0.1 merkletools-1.0.2 mock-2.0.0 openapi-spec-validator-0.2.6 pathlib-1.0.1 pbr-5.1.3 pluggy-0.9.0 py-1.8.0 pyOpenSSL-19.0.0 pycoin-0.80 pycparser-2.19 pyld-1.0.4 pyrsistent-0.14.11 pysha3-1.0.2 python-bitcoinlib-0.10.1 python-dateutil-2.8.0 pytz-2018.9 requests-2.21.0 simplekv-0.11.11 six-1.12.0 toml-0.10.0 tox-3.7.0 urllib3-1.24.1 validators-0.12.4 virtualenv-16.4.3
  235. ---> 389cc1eb0516
  236. Removing intermediate container ef01876f2b4f
  237. Step 6 : ENTRYPOINT bitcoind -daemon && bash
  238. ---> Running in 7a70cb207bcb
  239. ---> d5e21f7a2219
  240. Removing intermediate container 7a70cb207bcb
  241. Successfully built d5e21f7a2219
  242. SECURITY WARNING: You are building a Docker image from Windows against a non-Windows Docker host. All files and directories added to build context will have '-rwxr-xr-x' permissions. It is recommended to double check and reset permissions for sensitive files and directories.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement