Advertisement
Guest User

Untitled

a guest
Jun 18th, 2018
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.53 KB | None | 0 0
  1. C:\Projects\Titan>docker build . -t titan
  2. Sending build context to Docker daemon 280.5MB
  3. Step 1/5 : FROM python:3.6
  4. 3.6: Pulling from library/python
  5. cc1a78bfd46b: Pull complete
  6. d2c05365ee2a: Pull complete
  7. 231cb0e216d3: Pull complete
  8. 3d2aa70286b8: Pull complete
  9. e80dfb6a4adf: Pull complete
  10. 48fa359c479d: Pull complete
  11. 7b0dd6af1ee1: Pull complete
  12. bf6301293045: Pull complete
  13. 8b9f91f0801f: Pull complete
  14. Digest: sha256:e0f171b06892d355b41594f456417999c6ff698da7ed673cd22f700b92a8362d
  15. Status: Downloaded newer image for python:3.6
  16. ---> a5b7afcfdcc8
  17. Step 2/5 : WORKDIR /app
  18. Removing intermediate container 30ad4218a57d
  19. ---> dd4f481379ce
  20. Step 3/5 : ADD . /app
  21. ---> e4a6db6183ea
  22. Step 4/5 : RUN pip install --trusted-host pypi.python.org -r requirements.txt
  23. ---> Running in 31c992e6494f
  24. Ignoring pywin32-ctypes: markers 'sys_platform == "win32"' don't match your environment
  25. Collecting Titan from git+https://github.com/adamcunnington/Titan.git@develop#egg=Titan (from -r requirements.txt (line 2))
  26. Cloning https://github.com/adamcunnington/Titan.git (to revision develop) to /tmp/pip-install-r61m5i9b/Titan
  27. Collecting adal==1.0.1 (from -r requirements.txt (line 3))
  28. Downloading https://files.pythonhosted.org/packages/84/ae/4bb63179a2931201502f46f3e17d3a2e2833e6112e6173d6ca66b698c291/adal-1.0.1-py2.py3-none-any.whl (51kB)
  29. Collecting applicationinsights==0.11.4 (from -r requirements.txt (line 4))
  30. Downloading https://files.pythonhosted.org/packages/93/fc/d58638b3697c6e5cb87f5e79e9ccdcb1c7a89e6feb5954613d90a71e7c94/applicationinsights-0.11.4-py2.py3-none-any.whl (53kB)
  31. Collecting asn1crypto==0.24.0 (from -r requirements.txt (line 5))
  32. Downloading https://files.pythonhosted.org/packages/ea/cd/35485615f45f30a510576f1a56d1e0a7ad7bd8ab5ed7cdc600ef7cd06222/asn1crypto-0.24.0-py2.py3-none-any.whl (101kB)
  33. Collecting azure-batch==4.1.3 (from -r requirements.txt (line 6))
  34. Downloading https://files.pythonhosted.org/packages/b1/fa/1053b5dcd88e5de8e8cd70a4d7189ffad037542963ea86b518deb612c498/azure_batch-4.1.3-py2.py3-none-any.whl (314kB)
  35. Collecting azure-common==1.1.12 (from -r requirements.txt (line 7))
  36. Downloading https://files.pythonhosted.org/packages/28/15/5862914f1be412c9947d4a6a6f320fb3facaa7fc5050ed8fa046b3bf73f9/azure_common-1.1.12-py2.py3-none-any.whl
  37. Collecting azure-cosmosdb-nspkg==2.0.2 (from -r requirements.txt (line 8))
  38. Downloading https://files.pythonhosted.org/packages/58/0d/1329b47e5386b0acf4e42ada2284851eff60ef3337a87e5b2dfedabbfcb1/azure_cosmosdb_nspkg-2.0.2-py2.py3-none-any.whl
  39. Collecting azure-cosmosdb-table==1.0.3 (from -r requirements.txt (line 9))
  40. Downloading https://files.pythonhosted.org/packages/2f/7a/a1157451438c07ea2e2fa0ab80767bf5f44ebf5b1f6118451744d608c81f/azure_cosmosdb_table-1.0.3-py2.py3-none-any.whl (80kB)
  41. Collecting azure-datalake-store==0.0.22 (from -r requirements.txt (line 10))
  42. Downloading https://files.pythonhosted.org/packages/98/fa/f15f46cdb8f12eb72afd7900e15a9faac3f2f1406a1ec9a324e0de543be8/azure_datalake_store-0.0.22-py2.py3-none-any.whl (44kB)
  43. Collecting azure-eventgrid==0.1.0 (from -r requirements.txt (line 11))
  44. Downloading https://files.pythonhosted.org/packages/47/a0/4cbbaebc96fdd83ca7afbe63a546f37ab86260a9ad1b3df361cea9ed594e/azure_eventgrid-0.1.0-py2.py3-none-any.whl
  45. Collecting azure-graphrbac==0.40.0 (from -r requirements.txt (line 12))
  46. Downloading https://files.pythonhosted.org/packages/89/0a/29f7e2914033e2536026b8f0d7f8deb1edda68c9a93ce4757b2b1e39568b/azure_graphrbac-0.40.0-py2.py3-none-any.whl (63kB)
  47. Collecting azure-keyvault==0.3.7 (from -r requirements.txt (line 13))
  48. Downloading https://files.pythonhosted.org/packages/7e/f7/1e186b391b6095037c6d45d23ac76b4e9cc4f6c23755a78ca56fc39fad00/azure_keyvault-0.3.7-py2.py3-none-any.whl (100kB)
  49. Collecting azure-mgmt-advisor==1.0.1 (from -r requirements.txt (line 14))
  50. Downloading https://files.pythonhosted.org/packages/cb/f3/a86ba3e0784d12c8fe5cbf1f24e1b9255575a2f0892e08c46cddd0795dfd/azure_mgmt_advisor-1.0.1-py2.py3-none-any.whl
  51. Collecting azure-mgmt-applicationinsights==0.1.1 (from -r requirements.txt (line 15))
  52. Downloading https://files.pythonhosted.org/packages/30/61/1d95a5ef3a9119a0d375d8670129375515de20e20409612e9671c99bd19f/azure_mgmt_applicationinsights-0.1.1-py2.py3-none-any.whl (42kB)
  53. Collecting azure-mgmt-authorization==0.30.0 (from -r requirements.txt (line 16))
  54. Downloading https://files.pythonhosted.org/packages/e9/59/80d405f3e56d40bbc18bdddfe8c3ef2077eaf17362c14ba080bb50aeedc4/azure_mgmt_authorization-0.30.0-py2.py3-none-any.whl
  55. Collecting azure-mgmt-batch==5.0.1 (from -r requirements.txt (line 17))
  56. Downloading https://files.pythonhosted.org/packages/97/81/a9eb3fd2ab070159105b4cfe9640c24410ac8195286729d62bfdf871de94/azure_mgmt_batch-5.0.1-py2.py3-none-any.whl (87kB)
  57. Collecting azure-mgmt-batchai==0.2.0 (from -r requirements.txt (line 18))
  58. Downloading https://files.pythonhosted.org/packages/2e/50/9aaf853b0942459f66b019a6854dd5903c3cda0e537d28b27494dd184aac/azure_mgmt_batchai-0.2.0-py2.py3-none-any.whl (79kB)
  59. Collecting azure-mgmt-billing==0.1.0 (from -r requirements.txt (line 19))
  60. Downloading https://files.pythonhosted.org/packages/69/9a/dd3e20d2f0fa665e64821697c66ee1a9f6ac9e2ba01b877783a439991e38/azure_mgmt_billing-0.1.0-py2.py3-none-any.whl
  61. Collecting azure-mgmt-cdn==2.0.0 (from -r requirements.txt (line 20))
  62. Downloading https://files.pythonhosted.org/packages/0e/63/f6f8cdc07144aae8a4bb3f10fafa1df1d90f3efc21f92a4af123f77c743b/azure_mgmt_cdn-2.0.0-py2.py3-none-any.whl (57kB)
  63. Collecting azure-mgmt-cognitiveservices==2.0.0 (from -r requirements.txt (line 21))
  64. Downloading https://files.pythonhosted.org/packages/c4/52/eb972aa1fed19daf51e11ffbd37584f03c5076dc1b12867bbd28190c9bc3/azure_mgmt_cognitiveservices-2.0.0-py2.py3-none-any.whl
  65. Collecting azure-mgmt-commerce==1.0.1 (from -r requirements.txt (line 22))
  66. Downloading https://files.pythonhosted.org/packages/7e/13/f421e77dd1fe3c9657a890f9c085f433fe422f54003ee03e631a8be5c4e7/azure_mgmt_commerce-1.0.1-py2.py3-none-any.whl
  67. Collecting azure-mgmt-compute==3.0.1 (from -r requirements.txt (line 23))
  68. Downloading https://files.pythonhosted.org/packages/db/b0/560d69539d7f52624e36ece0df65a09ab3035dd0c653856811c9bf48293d/azure_mgmt_compute-3.0.1-py2.py3-none-any.whl (542kB)
  69. Collecting azure-mgmt-consumption==2.0.0 (from -r requirements.txt (line 24))
  70. Downloading https://files.pythonhosted.org/packages/11/f4/2db9557494dfb17ff3edeae5726981143a7baace17df3712b189e343bd8c/azure_mgmt_consumption-2.0.0-py2.py3-none-any.whl (46kB)
  71. Collecting azure-mgmt-containerinstance==0.3.1 (from -r requirements.txt (line 25))
  72. Downloading https://files.pythonhosted.org/packages/04/1c/ef5e8357f4056dc6c9f75fd2c09144e448d3f4d30b1b6255b36991f58ca0/azure_mgmt_containerinstance-0.3.1-py2.py3-none-any.whl
  73. Collecting azure-mgmt-containerregistry==1.0.1 (from -r requirements.txt (line 26))
  74. Downloading https://files.pythonhosted.org/packages/0b/d4/1599ab5b525fe0be2b7c59350c29f6ff13a4ff1bb35c38da27d89fc27bac/azure_mgmt_containerregistry-1.0.1-py2.py3-none-any.whl (76kB)
  75. Collecting azure-mgmt-containerservice==3.0.1 (from -r requirements.txt (line 27))
  76. Downloading https://files.pythonhosted.org/packages/42/fd/3af202dbaf36b717f4e8d0e4e6b53bdb77c1683e4e73bfc003b84aa79f57/azure_mgmt_containerservice-3.0.1-py2.py3-none-any.whl
  77. Collecting azure-mgmt-cosmosdb==0.3.1 (from -r requirements.txt (line 28))
  78. Downloading https://files.pythonhosted.org/packages/2d/de/5314094e86d5d02384531d1ded9a0402def037830ca6de3c7ae62abe66a1/azure_mgmt_cosmosdb-0.3.1-py2.py3-none-any.whl (68kB)
  79. Collecting azure-mgmt-datafactory==0.4.0 (from -r requirements.txt (line 29))
  80. Downloading https://files.pythonhosted.org/packages/df/14/453cc03822b8b11c0facf00d56403e401db0fc1029b845e55a3be9f06fd4/azure_mgmt_datafactory-0.4.0-py2.py3-none-any.whl (381kB)
  81. Collecting azure-mgmt-datalake-analytics==0.3.0 (from -r requirements.txt (line 30))
  82. Downloading https://files.pythonhosted.org/packages/86/cc/0832ea8e91ebabdc3a753e7359070ff8ef1c47f1ab1232e0f4246393c59b/azure_mgmt_datalake_analytics-0.3.0-py2.py3-none-any.whl (169kB)
  83. Collecting azure-mgmt-datalake-nspkg==2.0.0 (from -r requirements.txt (line 31))
  84. Downloading https://files.pythonhosted.org/packages/45/44/ac10e1d1757a46299515568ec7ba62af84f012335cbba957aab32ee08f3d/azure_mgmt_datalake_nspkg-2.0.0-py2.py3-none-any.whl
  85. Collecting azure-mgmt-datalake-store==0.3.0 (from -r requirements.txt (line 32))
  86. Downloading https://files.pythonhosted.org/packages/ff/09/f7d176ac24ddae80fd8907eaab8d77e9c218e8767d388a5f67d9a12db0d2/azure_mgmt_datalake_store-0.3.0-py2.py3-none-any.whl (44kB)
  87. Collecting azure-mgmt-devtestlabs==2.2.0 (from -r requirements.txt (line 33))
  88. Downloading https://files.pythonhosted.org/packages/2f/93/a64abaede2fc6a52476af8ceab9cedb368c49e948d9385cbe7cd4ce5ffff/azure_mgmt_devtestlabs-2.2.0-py2.py3-none-any.whl (194kB)
  89. Collecting azure-mgmt-dns==1.2.0 (from -r requirements.txt (line 34))
  90. Downloading https://files.pythonhosted.org/packages/29/e9/bff494c51298ebe8123aa0994e6cea47e110cb9542d9a8517dbb5bac8713/azure_mgmt_dns-1.2.0-py2.py3-none-any.whl
  91. Collecting azure-mgmt-eventgrid==0.4.0 (from -r requirements.txt (line 35))
  92. Downloading https://files.pythonhosted.org/packages/51/11/6828014c391b0c641ca94813b5c78cbf0984547252a7d71166594e074330/azure_mgmt_eventgrid-0.4.0-py2.py3-none-any.whl
  93. Collecting azure-mgmt-eventhub==1.2.0 (from -r requirements.txt (line 36))
  94. Downloading https://files.pythonhosted.org/packages/3b/b4/8ee496fdd8d2968346cbdf45665d59ac7e328b4d48449479b27fd88bf552/azure_mgmt_eventhub-1.2.0-py2.py3-none-any.whl (42kB)
  95. Collecting azure-mgmt-hanaonazure==0.1.1 (from -r requirements.txt (line 37))
  96. Downloading https://files.pythonhosted.org/packages/f3/1b/50d300ae02158ab092f923132050b56c148f1b784c7b594d3275d4449769/azure_mgmt_hanaonazure-0.1.1-py2.py3-none-any.whl
  97. Collecting azure-mgmt-iothub==0.4.0 (from -r requirements.txt (line 38))
  98. Downloading https://files.pythonhosted.org/packages/ef/66/b4aa755f156fe519a1493d80f0114963193e38bc89c0a33584103eb223ea/azure_mgmt_iothub-0.4.0-py2.py3-none-any.whl (60kB)
  99. Collecting azure-mgmt-iothubprovisioningservices==0.1.0 (from -r requirements.txt (line 39))
  100. Downloading https://files.pythonhosted.org/packages/f5/20/9e408c629caf9df48a229f10cfbdcea0eed1fdcf712e7a09ced9c73ef5bc/azure_mgmt_iothubprovisioningservices-0.1.0-py2.py3-none-any.whl (42kB)
  101. Collecting azure-mgmt-keyvault==0.40.0 (from -r requirements.txt (line 40))
  102. Downloading https://files.pythonhosted.org/packages/45/5a/f3182d7ed82173d9af0bd96d01de4002eca8fddbd3c1feb99d839c5f4657/azure_mgmt_keyvault-0.40.0-py2.py3-none-any.whl
  103. Collecting azure-mgmt-loganalytics==0.1.0 (from -r requirements.txt (line 41))
  104. Downloading https://files.pythonhosted.org/packages/6b/7c/21b655d028ece42be1974ca863d87f42f537daf339e53000432d60992795/azure_mgmt_loganalytics-0.1.0-py2.py3-none-any.whl (50kB)
  105. Collecting azure-mgmt-logic==2.1.0 (from -r requirements.txt (line 42))
  106. Downloading https://files.pythonhosted.org/packages/1b/89/6f4925f4c1b827f2a2b04912b472dde7c7dc783283aa294f4e53281aceea/azure_mgmt_logic-2.1.0-py2.py3-none-any.whl (139kB)
  107. Collecting azure-mgmt-machinelearningcompute==0.4.1 (from -r requirements.txt (line 43))
  108. Downloading https://files.pythonhosted.org/packages/b4/9c/f8eb81b307df4465809b182f2fe44c288eeb41c0ab54f91b61ac554998a9/azure_mgmt_machinelearningcompute-0.4.1-py2.py3-none-any.whl
  109. Collecting azure-mgmt-managementpartner==0.1.0 (from -r requirements.txt (line 44))
  110. Downloading https://files.pythonhosted.org/packages/98/4c/df713fcdc3710dca74b375c968b17b479c64ef19965e15b478def074a4ce/azure_mgmt_managementpartner-0.1.0-py2.py3-none-any.whl
  111. Collecting azure-mgmt-marketplaceordering==0.1.0 (from -r requirements.txt (line 45))
  112. Downloading https://files.pythonhosted.org/packages/a8/cb/13502fdbaf520d08fb280eb31ecfe5d926b9cf92259c22280bbde96b307d/azure_mgmt_marketplaceordering-0.1.0-py2.py3-none-any.whl
  113. Collecting azure-mgmt-media==0.2.0 (from -r requirements.txt (line 46))
  114. Downloading https://files.pythonhosted.org/packages/09/bb/bddf928931ebd236d72ae386eb989160980debfc1c836fa4e2d7bde4068b/azure_mgmt_media-0.2.0-py2.py3-none-any.whl
  115. Collecting azure-mgmt-monitor==0.4.0 (from -r requirements.txt (line 47))
  116. Downloading https://files.pythonhosted.org/packages/09/2e/3cb978a1704bf192440c445ba226de5be386148ecdcaa80937775a9ded80/azure_mgmt_monitor-0.4.0-py2.py3-none-any.whl (107kB)
  117. Collecting azure-mgmt-msi==0.1.0 (from -r requirements.txt (line 48))
  118. Downloading https://files.pythonhosted.org/packages/9e/03/3254f31f56f9d6386a77cdf3b577c05051a5acdb88aef1da5779385d4b6f/azure_mgmt_msi-0.1.0-py2.py3-none-any.whl
  119. Collecting azure-mgmt-network==1.7.1 (from -r requirements.txt (line 49))
  120. Downloading https://files.pythonhosted.org/packages/89/61/178d2fb43cd5c288a3e00e4433994dae4f243fa358ac5c87364a0dd55299/azure_mgmt_network-1.7.1-py2.py3-none-any.whl (2.3MB)
  121. Collecting azure-mgmt-notificationhubs==1.0.0 (from -r requirements.txt (line 50))
  122. Downloading https://files.pythonhosted.org/packages/29/6f/4b9bcb2ac348448b9cededbda5926c4f822b967a215efc7dcf95638c774a/azure_mgmt_notificationhubs-1.0.0-py2.py3-none-any.whl (43kB)
  123. Collecting azure-mgmt-nspkg==2.0.0 (from -r requirements.txt (line 51))
  124. Downloading https://files.pythonhosted.org/packages/c9/e3/48b98f929290b0cd0aaa4707ecabb8aaeb267e8ef628af907f1d1c506ec7/azure_mgmt_nspkg-2.0.0-py2.py3-none-any.whl
  125. Collecting azure-mgmt-powerbiembedded==1.0.0 (from -r requirements.txt (line 52))
  126. Downloading https://files.pythonhosted.org/packages/23/d2/bc0be3f537a2b9bc441a5501099a22a183bf4d8971654ca7a7fa84281c39/azure_mgmt_powerbiembedded-1.0.0-py2.py3-none-any.whl
  127. Collecting azure-mgmt-rdbms==0.1.0 (from -r requirements.txt (line 53))
  128. Downloading https://files.pythonhosted.org/packages/f3/bd/aa9d82c43f1874afe6b5bd655e2af7a8ce83bbd480d0a2d8c8b612307ded/azure_mgmt_rdbms-0.1.0-py2.py3-none-any.whl (79kB)
  129. Collecting azure-mgmt-recoveryservices==0.2.0 (from -r requirements.txt (line 54))
  130. Downloading https://files.pythonhosted.org/packages/0b/20/766f8597212f4223f9dd6badedb931a27454896428ecb188ab7a9d88d02e/azure_mgmt_recoveryservices-0.2.0-py2.py3-none-any.whl (50kB)
  131. Collecting azure-mgmt-recoveryservicesbackup==0.1.1 (from -r requirements.txt (line 55))
  132. Downloading https://files.pythonhosted.org/packages/88/04/d1e49a53846807845fa54ef5d659af73b0280f5f799ca1212eb2284a5f24/azure_mgmt_recoveryservicesbackup-0.1.1-py2.py3-none-any.whl (202kB)
  133. Collecting azure-mgmt-redis==5.0.0 (from -r requirements.txt (line 56))
  134. Downloading https://files.pythonhosted.org/packages/90/a7/42342a984b2916972c5c5e24df94e3cd5e4377a8dc465a83415706d9be6f/azure_mgmt_redis-5.0.0-py2.py3-none-any.whl (43kB)
  135. Collecting azure-mgmt-relay==0.1.0 (from -r requirements.txt (line 57))
  136. Downloading https://files.pythonhosted.org/packages/00/f7/f5c72bd19829cfaf9f070ec294c901ad7f98835ba9560fdad652afb1071f/azure_mgmt_relay-0.1.0-py2.py3-none-any.whl
  137. Collecting azure-mgmt-reservations==0.1.0 (from -r requirements.txt (line 58))
  138. Downloading https://files.pythonhosted.org/packages/3a/ce/23c2208f1226334e04ccf8ab8afbb718ad301003b229b29fc344661f96c3/azure_mgmt_reservations-0.1.0-py2.py3-none-any.whl
  139. Collecting azure-mgmt-resource==1.2.2 (from -r requirements.txt (line 59))
  140. Downloading https://files.pythonhosted.org/packages/71/ec/30b1bea83782bd890ba84c21ab8d1af71bc30f14f51b3688c0a32aec82ce/azure_mgmt_resource-1.2.2-py2.py3-none-any.whl (323kB)
  141. Collecting azure-mgmt-scheduler==1.1.3 (from -r requirements.txt (line 60))
  142. Downloading https://files.pythonhosted.org/packages/86/69/a47f41e5b8902878bb65bd8829912139313f4c22c69847cb76c76fd8b729/azure_mgmt_scheduler-1.1.3-py2.py3-none-any.whl (42kB)
  143. Collecting azure-mgmt-search==1.0.0 (from -r requirements.txt (line 61))
  144. Downloading https://files.pythonhosted.org/packages/d2/5a/08820767a95375e572e0489b8b66efb4f14aca1f06ec1918db1d086388dc/azure_mgmt_search-1.0.0-py2.py3-none-any.whl
  145. Collecting azure-mgmt-servermanager==1.2.0 (from -r requirements.txt (line 62))
  146. Downloading https://files.pythonhosted.org/packages/3c/1b/d045dd01e41d271bde08416e9136fe1a424a710c82ab0bdc9f47e1c8ab59/azure_mgmt_servermanager-1.2.0-py2.py3-none-any.whl (41kB)
  147. Collecting azure-mgmt-servicebus==0.4.0 (from -r requirements.txt (line 63))
  148. Downloading https://files.pythonhosted.org/packages/18/a9/5b53c53e7253050d784505208584ffb2d76c4ff42e2c7579fa5dcb4fa6ca/azure_mgmt_servicebus-0.4.0-py2.py3-none-any.whl (70kB)
  149. Collecting azure-mgmt-servicefabric==0.1.0 (from -r requirements.txt (line 64))
  150. Downloading https://files.pythonhosted.org/packages/1f/61/50445e02b83f0aff9900cdf4b57d4a9bb5436df4845540d362b9a80f65a3/azure_mgmt_servicefabric-0.1.0-py2.py3-none-any.whl
  151. Collecting azure-mgmt-sql==0.8.6 (from -r requirements.txt (line 65))
  152. Downloading https://files.pythonhosted.org/packages/b4/2f/ebab3425c485d436049a99edb00105f8f260c9499a0ee1b403d86f51fef9/azure_mgmt_sql-0.8.6-py2.py3-none-any.whl (249kB)
  153. Collecting azure-mgmt-storage==1.5.0 (from -r requirements.txt (line 66))
  154. Downloading https://files.pythonhosted.org/packages/c5/40/d8134d1ee9617fa8bd469e62f916349e1373b94e9f179d12050cfd051e20/azure_mgmt_storage-1.5.0-py2.py3-none-any.whl (189kB)
  155. Collecting azure-mgmt-subscription==0.1.0 (from -r requirements.txt (line 67))
  156. Downloading https://files.pythonhosted.org/packages/25/39/f5d8a679a6f5fa287dc7a0cb7231755d2425783a2b21e0a5a51a1ddd986d/azure_mgmt_subscription-0.1.0-py2.py3-none-any.whl
  157. Collecting azure-mgmt-trafficmanager==0.40.0 (from -r requirements.txt (line 68))
  158. Downloading https://files.pythonhosted.org/packages/2c/86/975fc3eaff4a96b74b2664e238d8b1da0f9ae8386ef385a891813fabd8b1/azure_mgmt_trafficmanager-0.40.0-py2.py3-none-any.whl
  159. Collecting azure-mgmt-web==0.34.1 (from -r requirements.txt (line 69))
  160. Downloading https://files.pythonhosted.org/packages/4f/70/c9f8c095c6ce93dbf8634396ccad3f4eff3d0f91c2330f633f215b9f840e/azure_mgmt_web-0.34.1-py2.py3-none-any.whl (323kB)
  161. Collecting azure-mgmt==2.0.0 (from -r requirements.txt (line 70))
  162. Downloading https://files.pythonhosted.org/packages/f2/b4/0e9ccf1623f10c1d4bc84a6cb9f29121dc0ccf2d0ba0e2c9421cb1ec9131/azure_mgmt-2.0.0-py2.py3-none-any.whl
  163. Collecting azure-nspkg==2.0.0 (from -r requirements.txt (line 71))
  164. Downloading https://files.pythonhosted.org/packages/cd/a0/76ca6659ae9afd7567fdbb5b9c85e9c9a0b48238cfcacd92525484408f66/azure_nspkg-2.0.0-py2.py3-none-any.whl
  165. Collecting azure-servicebus==0.21.1 (from -r requirements.txt (line 72))
  166. Downloading https://files.pythonhosted.org/packages/b8/de/47c0df32b57512ac9640ba239c7eeca22cb908bd8b645235729ec4f37196/azure_servicebus-0.21.1-py2.py3-none-any.whl
  167. Collecting azure-servicefabric==6.1.2.9 (from -r requirements.txt (line 73))
  168. Downloading https://files.pythonhosted.org/packages/08/62/029ae2210acaf6243855e12bc0bf72e547c8a45760d4912aee75f713d569/azure_servicefabric-6.1.2.9-py2.py3-none-any.whl (384kB)
  169. Collecting azure-servicemanagement-legacy==0.20.6 (from -r requirements.txt (line 74))
  170. Downloading https://files.pythonhosted.org/packages/a3/2b/0813d459df7ec04bb8c6a250882ee88b672a5f8d16a237978c89436a053e/azure_servicemanagement_legacy-0.20.6-py2.py3-none-any.whl (78kB)
  171. Collecting azure-storage-blob==1.1.0 (from -r requirements.txt (line 75))
  172. Downloading https://files.pythonhosted.org/packages/bb/c5/eb29c445c2e1bb1aead35c42e0b303dc52df2dfd6579c8917be0c8a7cc47/azure_storage_blob-1.1.0-py2.py3-none-any.whl (75kB)
  173. Collecting azure-storage-common==1.1.0 (from -r requirements.txt (line 76))
  174. Downloading https://files.pythonhosted.org/packages/3b/c6/31394ea86134bcfbff5dceb31d7ccde9e9150d7b7b6f4f1563acaaabcd24/azure_storage_common-1.1.0-py2.py3-none-any.whl (46kB)
  175. Collecting azure-storage-file==1.1.0 (from -r requirements.txt (line 77))
  176. Downloading https://files.pythonhosted.org/packages/e9/2b/7d365610e5e303def65d54499b0dc24b66531b94254f26bf27a142485a5f/azure_storage_file-1.1.0-py2.py3-none-any.whl
  177. Collecting azure-storage-nspkg==3.0.0 (from -r requirements.txt (line 78))
  178. Downloading https://files.pythonhosted.org/packages/b1/e9/0a11f4feefb9c4c2f7e30d4d448e15b32df3adabe370be70aaf4278fbb52/azure_storage_nspkg-3.0.0-py2.py3-none-any.whl
  179. Collecting azure-storage-queue==1.1.0 (from -r requirements.txt (line 79))
  180. Downloading https://files.pythonhosted.org/packages/7b/a6/4b634664725a15009e5309c4c67aa900775b8f28cb17e08deef12a1fe5f4/azure_storage_queue-1.1.0-py2.py3-none-any.whl
  181. Collecting azure==3.0.0 (from -r requirements.txt (line 80))
  182. Downloading https://files.pythonhosted.org/packages/b6/47/36fa01a6ab4b6b840bb343719a538881db5f5e7af44196a20b72cdf0fab1/azure-3.0.0-py2.py3-none-any.whl
  183. Collecting certifi==2018.4.16 (from -r requirements.txt (line 81))
  184. Downloading https://files.pythonhosted.org/packages/7c/e6/92ad559b7192d846975fc916b65f667c7b8c3a32bea7372340bfe9a15fa5/certifi-2018.4.16-py2.py3-none-any.whl (150kB)
  185. Collecting cffi==1.11.5 (from -r requirements.txt (line 82))
  186. Downloading https://files.pythonhosted.org/packages/6d/c0/47db8f624f3e4e2f3f27be03a93379d1ba16a1450a7b1aacfa0366e2c0dd/cffi-1.11.5-cp36-cp36m-manylinux1_x86_64.whl (421kB)
  187. Collecting chardet==3.0.4 (from -r requirements.txt (line 83))
  188. Downloading https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl (133kB)
  189. Collecting click==6.7 (from -r requirements.txt (line 84))
  190. Downloading https://files.pythonhosted.org/packages/34/c1/8806f99713ddb993c5366c362b2f908f18269f8d792aff1abfd700775a77/click-6.7-py2.py3-none-any.whl (71kB)
  191. Collecting cryptography==2.2.2 (from -r requirements.txt (line 85))
  192. Downloading https://files.pythonhosted.org/packages/fa/f4/3cde3604972dfa2b0fea85b9711948bb4fb70ab64095322aef35071bd254/cryptography-2.2.2-cp34-abi3-manylinux1_x86_64.whl (2.2MB)
  193. Collecting entrypoints==0.2.3 (from -r requirements.txt (line 86))
  194. Downloading https://files.pythonhosted.org/packages/cc/8b/4eefa9b47f1910b3d2081da67726b066e379b04ca897acfe9f92bac56147/entrypoints-0.2.3-py2.py3-none-any.whl
  195. Collecting flask-sqlalchemy==2.3.2 (from -r requirements.txt (line 87))
  196. Downloading https://files.pythonhosted.org/packages/a1/44/294fb7f6bf49cc7224417cd0637018db9fee0729b4fe166e43e2bbb1f1c8/Flask_SQLAlchemy-2.3.2-py2.py3-none-any.whl
  197. Collecting flask==1.0.2 (from -r requirements.txt (line 88))
  198. Downloading https://files.pythonhosted.org/packages/7f/e7/08578774ed4536d3242b14dacb4696386634607af824ea997202cd0edb4b/Flask-1.0.2-py2.py3-none-any.whl (91kB)
  199. Collecting futures==3.1.1 (from -r requirements.txt (line 89))
  200. Downloading https://files.pythonhosted.org/packages/cc/26/b61e3a4eb50653e8a7339d84eeaa46d1e93b92951978873c220ae64d0733/futures-3.1.1.tar.gz
  201. Collecting idna==2.7 (from -r requirements.txt (line 90))
  202. Downloading https://files.pythonhosted.org/packages/4b/2a/0276479a4b3caeb8a8c1af2f8e4355746a97fab05a372e4a2c6a6b876165/idna-2.7-py2.py3-none-any.whl (58kB)
  203. Collecting isodate==0.6.0 (from -r requirements.txt (line 91))
  204. Downloading https://files.pythonhosted.org/packages/9b/9f/b36f7774ff5ea8e428fdcfc4bb332c39ee5b9362ddd3d40d9516a55221b2/isodate-0.6.0-py2.py3-none-any.whl (45kB)
  205. Collecting itsdangerous==0.24 (from -r requirements.txt (line 92))
  206. Downloading https://files.pythonhosted.org/packages/dc/b4/a60bcdba945c00f6d608d8975131ab3f25b22f2bcfe1dab221165194b2d4/itsdangerous-0.24.tar.gz (46kB)
  207. Collecting jinja2==2.10 (from -r requirements.txt (line 93))
  208. Downloading https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl (126kB)
  209. Collecting keyring==12.2.1 (from -r requirements.txt (line 94))
  210. Downloading https://files.pythonhosted.org/packages/47/c0/4dfeeedaa233a12c3e5eb1e079b4dce96bbcbf0d030abc5e9a6b771e5812/keyring-12.2.1-py2.py3-none-any.whl
  211. Collecting markupsafe==1.0 (from -r requirements.txt (line 95))
  212. Downloading https://files.pythonhosted.org/packages/4d/de/32d741db316d8fdb7680822dd37001ef7a448255de9699ab4bfcbdf4172b/MarkupSafe-1.0.tar.gz
  213. Collecting msrest==0.5.0 (from -r requirements.txt (line 96))
  214. Downloading https://files.pythonhosted.org/packages/63/40/20aa720915463bd4e4ea6c979c5501ddbee4e9dbbe0fb3267d18aca12ebd/msrest-0.5.0-py2.py3-none-any.whl (46kB)
  215. Collecting msrestazure==0.4.32 (from -r requirements.txt (line 97))
  216. Downloading https://files.pythonhosted.org/packages/25/04/1c6003c11f932079fd2c06e00e0fa4526b12ebe31ebdc851f6d19cc2d052/msrestazure-0.4.32-py2.py3-none-any.whl
  217. Collecting oauthlib==2.1.0 (from -r requirements.txt (line 98))
  218. Downloading https://files.pythonhosted.org/packages/e6/d1/ddd9cfea3e736399b97ded5c2dd62d1322adef4a72d816f1ed1049d6a179/oauthlib-2.1.0-py2.py3-none-any.whl (121kB)
  219. Collecting pycparser==2.18 (from -r requirements.txt (line 99))
  220. Downloading https://files.pythonhosted.org/packages/8c/2d/aad7f16146f4197a11f8e91fb81df177adcc2073d36a17b1491fd09df6ed/pycparser-2.18.tar.gz (245kB)
  221. Collecting pyjwt==1.6.4 (from -r requirements.txt (line 100))
  222. Downloading https://files.pythonhosted.org/packages/93/d1/3378cc8184a6524dc92993090ee8b4c03847c567e298305d6cf86987e005/PyJWT-1.6.4-py2.py3-none-any.whl
  223. Collecting pyodbc==4.0.23 (from -r requirements.txt (line 101))
  224. Downloading https://files.pythonhosted.org/packages/aa/71/cef225c4889620a1a00251d24c1746fe0cf4124290a75d1c2dc5c187b61f/pyodbc-4.0.23.tar.gz (215kB)
  225. Collecting python-dateutil==2.7.3 (from -r requirements.txt (line 102))
  226. Downloading https://files.pythonhosted.org/packages/cf/f5/af2b09c957ace60dcfac112b669c45c8c97e32f94aa8b56da4c6d1682825/python_dateutil-2.7.3-py2.py3-none-any.whl (211kB)
  227. Collecting python-dotenv==0.8.2 (from -r requirements.txt (line 103))
  228. Downloading https://files.pythonhosted.org/packages/85/9f/b76a51bb851fa25f7a162a16297f4473c67ec42dd55e4f7fc5b43913a606/python_dotenv-0.8.2-py2.py3-none-any.whl
  229. Collecting requests-oauthlib==1.0.0 (from -r requirements.txt (line 105))
  230. Downloading https://files.pythonhosted.org/packages/94/e7/c250d122992e1561690d9c0f7856dadb79d61fd4bdd0e598087dce607f6c/requests_oauthlib-1.0.0-py2.py3-none-any.whl
  231. Collecting requests==2.19.1 (from -r requirements.txt (line 106))
  232. Downloading https://files.pythonhosted.org/packages/65/47/7e02164a2a3db50ed6d8a6ab1d6d60b69c4c3fdf57a284257925dfc12bda/requests-2.19.1-py2.py3-none-any.whl (91kB)
  233. Collecting six==1.11.0 (from -r requirements.txt (line 107))
  234. Downloading https://files.pythonhosted.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl
  235. Collecting sqlalchemy==1.2.8 (from -r requirements.txt (line 108))
  236. Downloading https://files.pythonhosted.org/packages/b4/9c/411a9bac1a471bed54ec447dc183aeed12a75c1b648307e18b56e3829363/SQLAlchemy-1.2.8.tar.gz (5.6MB)
  237. Collecting urllib3==1.23 (from -r requirements.txt (line 109))
  238. Downloading https://files.pythonhosted.org/packages/bd/c9/6fdd990019071a4a32a5e7cb78a1d92c53851ef4f56f62a3486e6a7d8ffb/urllib3-1.23-py2.py3-none-any.whl (133kB)
  239. Collecting werkzeug==0.14.1 (from -r requirements.txt (line 110))
  240. Downloading https://files.pythonhosted.org/packages/20/c4/12e3e56473e52375aa29c4764e70d1b8f3efa6682bef8d0aae04fe335243/Werkzeug-0.14.1-py2.py3-none-any.whl (322kB)
  241. Collecting wrapt==1.10.11 (from -r requirements.txt (line 111))
  242. Downloading https://files.pythonhosted.org/packages/a0/47/66897906448185fcb77fc3c2b1bc20ed0ecca81a0f2f88eda3fc5a34fc3d/wrapt-1.10.11.tar.gz
  243. Collecting secretstorage; sys_platform == "linux" and python_version >= "3.5" (from keyring==12.2.1->-r requirements.txt (line 94))
  244. Downloading https://files.pythonhosted.org/packages/f3/40/3cbd8b15c8f98b5c6d2480fb0087b06eb39b87992e61c966775156e1a693/SecretStorage-3.0.1-py3-none-any.whl
  245. Collecting jeepney (from secretstorage; sys_platform == "linux" and python_version >= "3.5"->keyring==12.2.1->-r requirements.txt (line 94))
  246. Downloading https://files.pythonhosted.org/packages/a9/21/c07060fac57d8d4932ccb19f96b244ff056f13192993d2d1253fb87d6784/jeepney-0.3.1-py3-none-any.whl (55kB)
  247. Building wheels for collected packages: Titan, futures, itsdangerous, markupsafe, pycparser, pyodbc, sqlalchemy, wrapt
  248. Running setup.py bdist_wheel for Titan: started
  249. Running setup.py bdist_wheel for Titan: finished with status 'done'
  250. Stored in directory: /tmp/pip-ephem-wheel-cache-ix88fvzk/wheels/c6/26/aa/1ac07260e3d470d31139f244bc6e93f3c85db29a5e5a9ad87a
  251. Running setup.py bdist_wheel for futures: started
  252. Running setup.py bdist_wheel for futures: finished with status 'done'
  253. Stored in directory: /root/.cache/pip/wheels/f3/f9/c7/4fbf1faa6038faf183f6e3ea61f17a5f7eea5ab9a1dd7753fd
  254. Running setup.py bdist_wheel for itsdangerous: started
  255. Running setup.py bdist_wheel for itsdangerous: finished with status 'done'
  256. Stored in directory: /root/.cache/pip/wheels/2c/4a/61/5599631c1554768c6290b08c02c72d7317910374ca602ff1e5
  257. Running setup.py bdist_wheel for markupsafe: started
  258. Running setup.py bdist_wheel for markupsafe: finished with status 'done'
  259. Stored in directory: /root/.cache/pip/wheels/33/56/20/ebe49a5c612fffe1c5a632146b16596f9e64676768661e4e46
  260. Running setup.py bdist_wheel for pycparser: started
  261. Running setup.py bdist_wheel for pycparser: finished with status 'done'
  262. Stored in directory: /root/.cache/pip/wheels/c0/a1/27/5ba234bd77ea5a290cbf6d675259ec52293193467a12ef1f46
  263. Running setup.py bdist_wheel for pyodbc: started
  264. Running setup.py bdist_wheel for pyodbc: finished with status 'error'
  265. Complete output from command /usr/local/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-r61m5i9b/pyodbc/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-6ikqh7xu --python-tag cp36:
  266. running bdist_wheel
  267. running build
  268. running build_ext
  269. building 'pyodbc' extension
  270. creating build
  271. creating build/temp.linux-x86_64-3.6
  272. creating build/temp.linux-x86_64-3.6/src
  273. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DPYODBC_VERSION=4.0.23 -I/usr/local/include/python3.6m -c src/cnxninfo.cpp -o build/temp.linux-x86_64-3.6/src/cnxninfo.o -Wno-write-strings
  274. cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
  275. In file included from src/cnxninfo.cpp:7:0:
  276. src/pyodbc.h:56:17: fatal error: sql.h: No such file or directory
  277. #include <sql.h>
  278. ^
  279. compilation terminated.
  280. error: command 'gcc' failed with exit status 1
  281.  
  282. ----------------------------------------
  283. Failed building wheel for pyodbc
  284. Running setup.py clean for pyodbc
  285. Running setup.py bdist_wheel for sqlalchemy: started
  286. Running setup.py bdist_wheel for sqlalchemy: finished with status 'done'
  287. Stored in directory: /root/.cache/pip/wheels/df/fc/61/df2f43ec3f11f864554bdc006a866a3ffffa59740bcf3674ef
  288. Running setup.py bdist_wheel for wrapt: started
  289. Running setup.py bdist_wheel for wrapt: finished with status 'done'
  290. Stored in directory: /root/.cache/pip/wheels/48/5d/04/22361a593e70d23b1f7746d932802efe1f0e523376a74f321e
  291. Successfully built Titan futures itsdangerous markupsafe pycparser sqlalchemy wrapt
  292. Failed to build pyodbc
  293. Installing collected packages: applicationinsights, azure-nspkg, azure-storage-nspkg, azure-common, six, python-dateutil, idna, pycparser, cffi, asn1crypto, cryptography, certifi, chardet, urllib3, requests, azure-storage-common, azure-storage-file, pyjwt, adal, azure-datalake-store, isodate, oauthlib, requests-oauthlib, msrest, azure-eventgrid, azure-servicefabric, jeepney, secretstorage, entrypoints, keyring, msrestazure, azure-graphrbac, azure-mgmt-nspkg, azure-mgmt-cosmosdb, azure-mgmt-resource, azure-mgmt-devtestlabs, azure-mgmt-servicebus, azure-mgmt-subscription, azure-mgmt-datalake-nspkg, azure-mgmt-datalake-store, azure-mgmt-iothub, azure-mgmt-commerce, azure-mgmt-datalake-analytics, azure-mgmt-containerinstance, azure-mgmt-datafactory, azure-mgmt-billing, azure-mgmt-dns, azure-mgmt-containerregistry, azure-mgmt-cdn, azure-mgmt-scheduler, azure-mgmt-trafficmanager, azure-mgmt-marketplaceordering, azure-mgmt-relay, azure-mgmt-batch, azure-mgmt-batchai, azure-mgmt-msi, azure-mgmt-reservations, azure-mgmt-web, azure-mgmt-eventgrid, azure-mgmt-storage, azure-mgmt-network, azure-mgmt-applicationinsights, azure-mgmt-compute, azure-mgmt-rdbms, azure-mgmt-redis, azure-mgmt-hanaonazure, azure-mgmt-iothubprovisioningservices, azure-mgmt-containerservice, azure-mgmt-advisor, azure-mgmt-consumption, azure-mgmt-media, azure-mgmt-keyvault, azure-mgmt-servicefabric, azure-mgmt-logic, azure-mgmt-authorization, azure-mgmt-eventhub, azure-mgmt-servermanager, azure-mgmt-recoveryservices, azure-mgmt-monitor, azure-mgmt-managementpartner, azure-mgmt-search, azure-mgmt-sql, azure-mgmt-recoveryservicesbackup, azure-mgmt-notificationhubs, azure-mgmt-cognitiveservices, azure-mgmt-powerbiembedded, azure-mgmt-machinelearningcompute, azure-mgmt-loganalytics, azure-mgmt, azure-servicebus, azure-storage-blob, azure-keyvault, azure-batch, azure-servicemanagement-legacy, azure-cosmosdb-nspkg, futures, azure-cosmosdb-table, azure-storage-queue, azure, click, werkzeug, markupsafe, jinja2, itsdangerous, flask, sqlalchemy, flask-sqlalchemy, pyodbc, python-dotenv, wrapt, Titan
  294. Running setup.py install for pyodbc: started
  295. Running setup.py install for pyodbc: finished with status 'error'
  296. Complete output from command /usr/local/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-r61m5i9b/pyodbc/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-u2ysvpcw/install-record.txt --single-version-externally-managed --compile:
  297. running install
  298. running build
  299. running build_ext
  300. building 'pyodbc' extension
  301. creating build
  302. creating build/temp.linux-x86_64-3.6
  303. creating build/temp.linux-x86_64-3.6/src
  304. gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DPYODBC_VERSION=4.0.23 -I/usr/local/include/python3.6m -c src/cnxninfo.cpp -o build/temp.linux-x86_64-3.6/src/cnxninfo.o -Wno-write-strings
  305. cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
  306. In file included from src/cnxninfo.cpp:7:0:
  307. src/pyodbc.h:56:17: fatal error: sql.h: No such file or directory
  308. #include <sql.h>
  309. ^
  310. compilation terminated.
  311. error: command 'gcc' failed with exit status 1
  312.  
  313. ----------------------------------------
  314. Command "/usr/local/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-r61m5i9b/pyodbc/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-u2ysvpcw/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-r61m5i9b/pyodbc/
  315. The command '/bin/sh -c pip install --trusted-host pypi.python.org -r requirements.txt' returned a non-zero code: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement