Guest User

Untitled

a guest
May 8th, 2018
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 61.04 KB | None | 0 0
  1. docker build https://git.openstack.org/openstack/loci.git \
  2. --build-arg PROJECT=cinder \
  3. --build-arg FROM=debian:stretch \
  4. --build-arg PROJECT_REF=master \
  5. --tag debian-cinder:latest
  6. Sending build context to Docker daemon 231.9kB
  7. Step 1/22 : ARG FROM=ubuntu:xenial
  8. Step 2/22 : FROM ${FROM}
  9. ---> 8626492fecd3
  10. Step 3/22 : ENV PATH=/var/lib/openstack/bin:$PATH
  11. ---> Using cache
  12. ---> d3f53a5fa9e2
  13. Step 4/22 : ARG PROJECT
  14. ---> Using cache
  15. ---> f2c5c01410b8
  16. Step 5/22 : ARG WHEELS=loci/requirements:master-ubuntu
  17. ---> Using cache
  18. ---> b912d84cc840
  19. Step 6/22 : ARG PROJECT_REPO=https://git.openstack.org/openstack/${PROJECT}
  20. ---> Using cache
  21. ---> cd4b5cd2ec0d
  22. Step 7/22 : ARG PROJECT_REF=master
  23. ---> Using cache
  24. ---> 19f9d978eec2
  25. Step 8/22 : ARG DISTRO
  26. ---> Using cache
  27. ---> c996cb247bfc
  28. Step 9/22 : ARG PROFILES
  29. ---> Using cache
  30. ---> c6930539d615
  31. Step 10/22 : ARG PIP_PACKAGES=""
  32. ---> Using cache
  33. ---> 21ef71e4ab95
  34. Step 11/22 : ARG DIST_PACKAGES=""
  35. ---> Using cache
  36. ---> 191844cd56b6
  37. Step 12/22 : ARG PLUGIN=no
  38. ---> Using cache
  39. ---> 5d74f462c6a9
  40. Step 13/22 : ARG PYTHON3=no
  41. ---> Using cache
  42. ---> 5780b532fa2d
  43. Step 14/22 : ARG UID=42424
  44. ---> Using cache
  45. ---> 8949d2eae1d3
  46. Step 15/22 : ARG GID=42424
  47. ---> Using cache
  48. ---> f533cb7e5e3c
  49. Step 16/22 : ARG NOVNC_REPO=https://github.com/novnc/novnc
  50. ---> Using cache
  51. ---> 9f6c7e46bb87
  52. Step 17/22 : ARG NOVNC_REF=v1.0.0
  53. ---> Using cache
  54. ---> 92eeb9c29a4f
  55. Step 18/22 : ARG SPICE_REPO=https://github.com/SPICE/spice-html5
  56. ---> Using cache
  57. ---> c3df76035979
  58. Step 19/22 : ARG SPICE_REF=spice-html5-0.1.6
  59. ---> Using cache
  60. ---> 18be8d82114c
  61. Step 20/22 : COPY scripts /opt/loci/scripts
  62. ---> Using cache
  63. ---> db147862f4d2
  64. Step 21/22 : COPY bindep.txt pydep.txt /opt/loci/
  65. ---> Using cache
  66. ---> 925c923e8108
  67. Step 22/22 : RUN /opt/loci/scripts/install.sh
  68. ---> Running in 971890201ea3
  69. ++ awk -F= '/^ID=/ {gsub(/\"/, "", $2); print $2}' /etc/os-release
  70. + distro=debian
  71. + export distro=debian
  72. + distro=debian
  73. + [[ no == \n\o ]]
  74. + dpkg_python_packages=("python" "virtualenv")
  75. + rpm_python_packages=("python" "python-virtualenv")
  76. + case ${distro} in
  77. + apt-get update
  78. Get:1 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
  79. Ign:2 http://cdn-fastly.deb.debian.org/debian stretch InRelease
  80. Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
  81. Get:4 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [471 kB]
  82. Get:6 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [12.1 kB]
  83. Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
  84. Get:7 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B]
  85. Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [9530 kB]
  86. Fetched 10.3 MB in 2s (4778 kB/s)
  87. Reading package lists...
  88. + apt-get upgrade -y
  89. Reading package lists...
  90. Building dependency tree...
  91. Reading state information...
  92. Calculating upgrade...
  93. The following packages will be upgraded:
  94. tzdata
  95. 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  96. Need to get 267 kB of archives.
  97. After this operation, 0 B of additional disk space will be used.
  98. Get:1 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 tzdata all 2018e-0+deb9u1 [267 kB]
  99. debconf: delaying package configuration, since apt-utils is not installed
  100. Fetched 267 kB in 0s (1463 kB/s)
  101. (Reading database ... 6498 files and directories currently installed.)
  102. Preparing to unpack .../tzdata_2018e-0+deb9u1_all.deb ...
  103. Unpacking tzdata (2018e-0+deb9u1) over (2018d-0+deb9u1) ...
  104. Setting up tzdata (2018e-0+deb9u1) ...
  105. debconf: unable to initialize frontend: Dialog
  106. debconf: (TERM is not set, so the dialog frontend is not usable.)
  107. debconf: falling back to frontend: Readline
  108. debconf: unable to initialize frontend: Readline
  109. debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.24.1 /usr/local/share/perl/5.24.1 /usr/lib/x86_64-linux-gnu/perl5/5.24 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.24 /usr/share/perl/5.24 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base .) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
  110. debconf: falling back to frontend: Teletype
  111.  
  112. Current default time zone: 'Etc/UTC'
  113. Local time is now: Tue May 8 09:46:15 UTC 2018.
  114. Universal Time is now: Tue May 8 09:46:15 UTC 2018.
  115. Run 'dpkg-reconfigure tzdata' if you wish to change it.
  116.  
  117. + apt-get install -y --no-install-recommends git ca-certificates netbase lsb-release patch sudo python virtualenv
  118. Reading package lists...
  119. Building dependency tree...
  120. Reading state information...
  121. The following additional packages will be installed:
  122. dh-python distro-info-data git-man libcurl3-gnutls liberror-perl libexpat1
  123. libffi6 libgdbm3 libgmp10 libgnutls30 libgssapi-krb5-2 libhogweed4 libidn2-0
  124. libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2
  125. libldap-common libmpdec2 libnghttp2-14 libp11-kit0 libperl5.24 libpsl5
  126. libpython-stdlib libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
  127. libpython3.5-minimal libpython3.5-stdlib libreadline7 librtmp1 libsasl2-2
  128. libsasl2-modules-db libsqlite3-0 libssh2-1 libssl1.1 libtasn1-6
  129. libunistring0 mime-support openssl perl perl-modules-5.24 python-minimal
  130. python-pip-whl python2.7 python2.7-minimal python3 python3-minimal
  131. python3-pkg-resources python3-virtualenv python3.5 python3.5-minimal
  132. readline-common
  133. Suggested packages:
  134. libdpkg-perl gettext-base git-daemon-run | git-daemon-sysvinit git-doc
  135. git-el git-email git-gui gitk gitweb git-arch git-cvs git-mediawiki git-svn
  136. gnutls-bin krb5-doc krb5-user lsb ed diffutils-doc perl-doc
  137. libterm-readline-gnu-perl | libterm-readline-perl-perl make python-doc
  138. python-tk python2.7-doc binutils binfmt-support python3-doc python3-tk
  139. python3-venv python3-setuptools python3.5-venv python3.5-doc readline-doc
  140. Recommended packages:
  141. less rsync ssh-client krb5-locales publicsuffix libsasl2-modules bzip2 file
  142. xz-utils rename
  143. The following NEW packages will be installed:
  144. ca-certificates dh-python distro-info-data git git-man libcurl3-gnutls
  145. liberror-perl libexpat1 libffi6 libgdbm3 libgmp10 libgnutls30
  146. libgssapi-krb5-2 libhogweed4 libidn2-0 libk5crypto3 libkeyutils1 libkrb5-3
  147. libkrb5support0 libldap-2.4-2 libldap-common libmpdec2 libnghttp2-14
  148. libp11-kit0 libperl5.24 libpsl5 libpython-stdlib libpython2.7-minimal
  149. libpython2.7-stdlib libpython3-stdlib libpython3.5-minimal
  150. libpython3.5-stdlib libreadline7 librtmp1 libsasl2-2 libsasl2-modules-db
  151. libsqlite3-0 libssh2-1 libssl1.1 libtasn1-6 libunistring0 lsb-release
  152. mime-support netbase openssl patch perl perl-modules-5.24 python
  153. python-minimal python-pip-whl python2.7 python2.7-minimal python3
  154. python3-minimal python3-pkg-resources python3-virtualenv python3.5
  155. python3.5-minimal readline-common sudo virtualenv
  156. 0 upgraded, 62 newly installed, 0 to remove and 0 not upgraded.
  157. Need to get 30.8 MB of archives.
  158. After this operation, 136 MB of additional disk space will be used.
  159. Get:1 http://security.debian.org/debian-security stretch/updates/main amd64 perl-modules-5.24 all 5.24.1-3+deb9u3 [2723 kB]
  160. Get:2 http://security.debian.org/debian-security stretch/updates/main amd64 libperl5.24 amd64 5.24.1-3+deb9u3 [3527 kB]
  161. Get:3 http://security.debian.org/debian-security stretch/updates/main amd64 perl amd64 5.24.1-3+deb9u3 [219 kB]
  162. Get:4 http://security.debian.org/debian-security stretch/updates/main amd64 libssl1.1 amd64 1.1.0f-3+deb9u2 [1344 kB]
  163. Get:5 http://security.debian.org/debian-security stretch/updates/main amd64 libcurl3-gnutls amd64 7.52.1-5+deb9u5 [290 kB]
  164. Get:6 http://security.debian.org/debian-security stretch/updates/main amd64 openssl amd64 1.1.0f-3+deb9u2 [725 kB]
  165. Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgdbm3 amd64 1.8.3-14 [30.0 kB]
  166. Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython2.7-minimal amd64 2.7.13-2+deb9u2 [389 kB]
  167. Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python2.7-minimal amd64 2.7.13-2+deb9u2 [1382 kB]
  168. Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-minimal amd64 2.7.13-2 [40.5 kB]
  169. Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mime-support all 3.60 [36.7 kB]
  170. Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libexpat1 amd64 2.2.0-2+deb9u1 [83.4 kB]
  171. Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libffi6 amd64 3.2.1-6 [20.4 kB]
  172. Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 readline-common all 7.0-3 [70.4 kB]
  173. Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libreadline7 amd64 7.0-3 [151 kB]
  174. Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsqlite3-0 amd64 3.16.2-5+deb9u1 [572 kB]
  175. Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython2.7-stdlib amd64 2.7.13-2+deb9u2 [1896 kB]
  176. Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python2.7 amd64 2.7.13-2+deb9u2 [285 kB]
  177. Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython-stdlib amd64 2.7.13-2 [20.0 kB]
  178. Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python amd64 2.7.13-2 [154 kB]
  179. Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgmp10 amd64 2:6.1.2+dfsg-1 [253 kB]
  180. Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libhogweed4 amd64 3.3-1+b2 [136 kB]
  181. Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libp11-kit0 amd64 0.23.3-2 [111 kB]
  182. Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libtasn1-6 amd64 4.10-1.1+deb9u1 [50.6 kB]
  183. Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgnutls30 amd64 3.5.8-5+deb9u3 [895 kB]
  184. Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libkeyutils1 amd64 1.5.9-9 [12.4 kB]
  185. Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libkrb5support0 amd64 1.15-1+deb9u1 [61.9 kB]
  186. Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libk5crypto3 amd64 1.15-1+deb9u1 [119 kB]
  187. Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libkrb5-3 amd64 1.15-1+deb9u1 [311 kB]
  188. Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgssapi-krb5-2 amd64 1.15-1+deb9u1 [155 kB]
  189. Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libunistring0 amd64 0.9.6+really0.9.3-0.1 [279 kB]
  190. Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libidn2-0 amd64 0.16-1+deb9u1 [60.7 kB]
  191. Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3 [68.2 kB]
  192. Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3 [105 kB]
  193. Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libldap-common all 2.4.44+dfsg-5+deb9u1 [85.4 kB]
  194. Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libldap-2.4-2 amd64 2.4.44+dfsg-5+deb9u1 [219 kB]
  195. Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnghttp2-14 amd64 1.18.1-1 [79.1 kB]
  196. Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpsl5 amd64 0.17.0-3 [41.8 kB]
  197. Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1+b1 [60.4 kB]
  198. Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libssh2-1 amd64 1.7.0-1 [138 kB]
  199. Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liberror-perl all 0.17024-1 [26.9 kB]
  200. Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 git-man all 1:2.11.0-3+deb9u2 [1432 kB]
  201. Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 git amd64 1:2.11.0-3+deb9u2 [4160 kB]
  202. Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-minimal amd64 3.5.3-1 [573 kB]
  203. Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5-minimal amd64 3.5.3-1 [1688 kB]
  204. Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-minimal amd64 3.5.3-1 [35.3 kB]
  205. Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmpdec2 amd64 2.4.2-1 [85.2 kB]
  206. Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-stdlib amd64 3.5.3-1 [2166 kB]
  207. Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5 amd64 3.5.3-1 [229 kB]
  208. Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3-stdlib amd64 3.5.3-1 [18.6 kB]
  209. Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dh-python all 2.20170125 [86.8 kB]
  210. Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3 amd64 3.5.3-1 [21.6 kB]
  211. Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 netbase all 5.4 [19.1 kB]
  212. Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 ca-certificates all 20161130+nmu1 [196 kB]
  213. Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 distro-info-data all 0.36 [5810 B]
  214. Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 lsb-release all 9.20161125 [27.1 kB]
  215. Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 patch amd64 2.7.5-1+b2 [112 kB]
  216. Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pip-whl all 9.0.1-2 [1406 kB]
  217. Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pkg-resources all 33.1.1-1 [137 kB]
  218. Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-virtualenv all 15.1.0+ds-1 [57.7 kB]
  219. Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 sudo amd64 1.8.19p1-2.1 [1055 kB]
  220. Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 virtualenv all 15.1.0+ds-1 [19.7 kB]
  221. debconf: delaying package configuration, since apt-utils is not installed
  222. Fetched 30.8 MB in 3s (9319 kB/s)
  223. Selecting previously unselected package perl-modules-5.24.
  224. (Reading database ... 6498 files and directories currently installed.)
  225. Preparing to unpack .../00-perl-modules-5.24_5.24.1-3+deb9u3_all.deb ...
  226. Unpacking perl-modules-5.24 (5.24.1-3+deb9u3) ...
  227. Selecting previously unselected package libgdbm3:amd64.
  228. Preparing to unpack .../01-libgdbm3_1.8.3-14_amd64.deb ...
  229. Unpacking libgdbm3:amd64 (1.8.3-14) ...
  230. Selecting previously unselected package libperl5.24:amd64.
  231. Preparing to unpack .../02-libperl5.24_5.24.1-3+deb9u3_amd64.deb ...
  232. Unpacking libperl5.24:amd64 (5.24.1-3+deb9u3) ...
  233. Selecting previously unselected package perl.
  234. Preparing to unpack .../03-perl_5.24.1-3+deb9u3_amd64.deb ...
  235. Unpacking perl (5.24.1-3+deb9u3) ...
  236. Selecting previously unselected package libpython2.7-minimal:amd64.
  237. Preparing to unpack .../04-libpython2.7-minimal_2.7.13-2+deb9u2_amd64.deb ...
  238. Unpacking libpython2.7-minimal:amd64 (2.7.13-2+deb9u2) ...
  239. Selecting previously unselected package python2.7-minimal.
  240. Preparing to unpack .../05-python2.7-minimal_2.7.13-2+deb9u2_amd64.deb ...
  241. Unpacking python2.7-minimal (2.7.13-2+deb9u2) ...
  242. Selecting previously unselected package python-minimal.
  243. Preparing to unpack .../06-python-minimal_2.7.13-2_amd64.deb ...
  244. Unpacking python-minimal (2.7.13-2) ...
  245. Selecting previously unselected package mime-support.
  246. Preparing to unpack .../07-mime-support_3.60_all.deb ...
  247. Unpacking mime-support (3.60) ...
  248. Selecting previously unselected package libexpat1:amd64.
  249. Preparing to unpack .../08-libexpat1_2.2.0-2+deb9u1_amd64.deb ...
  250. Unpacking libexpat1:amd64 (2.2.0-2+deb9u1) ...
  251. Selecting previously unselected package libffi6:amd64.
  252. Preparing to unpack .../09-libffi6_3.2.1-6_amd64.deb ...
  253. Unpacking libffi6:amd64 (3.2.1-6) ...
  254. Selecting previously unselected package readline-common.
  255. Preparing to unpack .../10-readline-common_7.0-3_all.deb ...
  256. Unpacking readline-common (7.0-3) ...
  257. Selecting previously unselected package libreadline7:amd64.
  258. Preparing to unpack .../11-libreadline7_7.0-3_amd64.deb ...
  259. Unpacking libreadline7:amd64 (7.0-3) ...
  260. Selecting previously unselected package libsqlite3-0:amd64.
  261. Preparing to unpack .../12-libsqlite3-0_3.16.2-5+deb9u1_amd64.deb ...
  262. Unpacking libsqlite3-0:amd64 (3.16.2-5+deb9u1) ...
  263. Selecting previously unselected package libssl1.1:amd64.
  264. Preparing to unpack .../13-libssl1.1_1.1.0f-3+deb9u2_amd64.deb ...
  265. Unpacking libssl1.1:amd64 (1.1.0f-3+deb9u2) ...
  266. Selecting previously unselected package libpython2.7-stdlib:amd64.
  267. Preparing to unpack .../14-libpython2.7-stdlib_2.7.13-2+deb9u2_amd64.deb ...
  268. Unpacking libpython2.7-stdlib:amd64 (2.7.13-2+deb9u2) ...
  269. Selecting previously unselected package python2.7.
  270. Preparing to unpack .../15-python2.7_2.7.13-2+deb9u2_amd64.deb ...
  271. Unpacking python2.7 (2.7.13-2+deb9u2) ...
  272. Selecting previously unselected package libpython-stdlib:amd64.
  273. Preparing to unpack .../16-libpython-stdlib_2.7.13-2_amd64.deb ...
  274. Unpacking libpython-stdlib:amd64 (2.7.13-2) ...
  275. Setting up libpython2.7-minimal:amd64 (2.7.13-2+deb9u2) ...
  276. Setting up python2.7-minimal (2.7.13-2+deb9u2) ...
  277. Linking and byte-compiling packages for runtime python2.7...
  278. Setting up python-minimal (2.7.13-2) ...
  279. Selecting previously unselected package python.
  280. (Reading database ... 9148 files and directories currently installed.)
  281. Preparing to unpack .../00-python_2.7.13-2_amd64.deb ...
  282. Unpacking python (2.7.13-2) ...
  283. Selecting previously unselected package libgmp10:amd64.
  284. Preparing to unpack .../01-libgmp10_2%3a6.1.2+dfsg-1_amd64.deb ...
  285. Unpacking libgmp10:amd64 (2:6.1.2+dfsg-1) ...
  286. Selecting previously unselected package libhogweed4:amd64.
  287. Preparing to unpack .../02-libhogweed4_3.3-1+b2_amd64.deb ...
  288. Unpacking libhogweed4:amd64 (3.3-1+b2) ...
  289. Selecting previously unselected package libp11-kit0:amd64.
  290. Preparing to unpack .../03-libp11-kit0_0.23.3-2_amd64.deb ...
  291. Unpacking libp11-kit0:amd64 (0.23.3-2) ...
  292. Selecting previously unselected package libtasn1-6:amd64.
  293. Preparing to unpack .../04-libtasn1-6_4.10-1.1+deb9u1_amd64.deb ...
  294. Unpacking libtasn1-6:amd64 (4.10-1.1+deb9u1) ...
  295. Selecting previously unselected package libgnutls30:amd64.
  296. Preparing to unpack .../05-libgnutls30_3.5.8-5+deb9u3_amd64.deb ...
  297. Unpacking libgnutls30:amd64 (3.5.8-5+deb9u3) ...
  298. Selecting previously unselected package libkeyutils1:amd64.
  299. Preparing to unpack .../06-libkeyutils1_1.5.9-9_amd64.deb ...
  300. Unpacking libkeyutils1:amd64 (1.5.9-9) ...
  301. Selecting previously unselected package libkrb5support0:amd64.
  302. Preparing to unpack .../07-libkrb5support0_1.15-1+deb9u1_amd64.deb ...
  303. Unpacking libkrb5support0:amd64 (1.15-1+deb9u1) ...
  304. Selecting previously unselected package libk5crypto3:amd64.
  305. Preparing to unpack .../08-libk5crypto3_1.15-1+deb9u1_amd64.deb ...
  306. Unpacking libk5crypto3:amd64 (1.15-1+deb9u1) ...
  307. Selecting previously unselected package libkrb5-3:amd64.
  308. Preparing to unpack .../09-libkrb5-3_1.15-1+deb9u1_amd64.deb ...
  309. Unpacking libkrb5-3:amd64 (1.15-1+deb9u1) ...
  310. Selecting previously unselected package libgssapi-krb5-2:amd64.
  311. Preparing to unpack .../10-libgssapi-krb5-2_1.15-1+deb9u1_amd64.deb ...
  312. Unpacking libgssapi-krb5-2:amd64 (1.15-1+deb9u1) ...
  313. Selecting previously unselected package libunistring0:amd64.
  314. Preparing to unpack .../11-libunistring0_0.9.6+really0.9.3-0.1_amd64.deb ...
  315. Unpacking libunistring0:amd64 (0.9.6+really0.9.3-0.1) ...
  316. Selecting previously unselected package libidn2-0:amd64.
  317. Preparing to unpack .../12-libidn2-0_0.16-1+deb9u1_amd64.deb ...
  318. Unpacking libidn2-0:amd64 (0.16-1+deb9u1) ...
  319. Selecting previously unselected package libsasl2-modules-db:amd64.
  320. Preparing to unpack .../13-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3_amd64.deb ...
  321. Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3) ...
  322. Selecting previously unselected package libsasl2-2:amd64.
  323. Preparing to unpack .../14-libsasl2-2_2.1.27~101-g0780600+dfsg-3_amd64.deb ...
  324. Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3) ...
  325. Selecting previously unselected package libldap-common.
  326. Preparing to unpack .../15-libldap-common_2.4.44+dfsg-5+deb9u1_all.deb ...
  327. Unpacking libldap-common (2.4.44+dfsg-5+deb9u1) ...
  328. Selecting previously unselected package libldap-2.4-2:amd64.
  329. Preparing to unpack .../16-libldap-2.4-2_2.4.44+dfsg-5+deb9u1_amd64.deb ...
  330. Unpacking libldap-2.4-2:amd64 (2.4.44+dfsg-5+deb9u1) ...
  331. Selecting previously unselected package libnghttp2-14:amd64.
  332. Preparing to unpack .../17-libnghttp2-14_1.18.1-1_amd64.deb ...
  333. Unpacking libnghttp2-14:amd64 (1.18.1-1) ...
  334. Selecting previously unselected package libpsl5:amd64.
  335. Preparing to unpack .../18-libpsl5_0.17.0-3_amd64.deb ...
  336. Unpacking libpsl5:amd64 (0.17.0-3) ...
  337. Selecting previously unselected package librtmp1:amd64.
  338. Preparing to unpack .../19-librtmp1_2.4+20151223.gitfa8646d.1-1+b1_amd64.deb ...
  339. Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1+b1) ...
  340. Selecting previously unselected package libssh2-1:amd64.
  341. Preparing to unpack .../20-libssh2-1_1.7.0-1_amd64.deb ...
  342. Unpacking libssh2-1:amd64 (1.7.0-1) ...
  343. Selecting previously unselected package libcurl3-gnutls:amd64.
  344. Preparing to unpack .../21-libcurl3-gnutls_7.52.1-5+deb9u5_amd64.deb ...
  345. Unpacking libcurl3-gnutls:amd64 (7.52.1-5+deb9u5) ...
  346. Selecting previously unselected package liberror-perl.
  347. Preparing to unpack .../22-liberror-perl_0.17024-1_all.deb ...
  348. Unpacking liberror-perl (0.17024-1) ...
  349. Selecting previously unselected package git-man.
  350. Preparing to unpack .../23-git-man_1%3a2.11.0-3+deb9u2_all.deb ...
  351. Unpacking git-man (1:2.11.0-3+deb9u2) ...
  352. Selecting previously unselected package git.
  353. Preparing to unpack .../24-git_1%3a2.11.0-3+deb9u2_amd64.deb ...
  354. Unpacking git (1:2.11.0-3+deb9u2) ...
  355. Selecting previously unselected package libpython3.5-minimal:amd64.
  356. Preparing to unpack .../25-libpython3.5-minimal_3.5.3-1_amd64.deb ...
  357. Unpacking libpython3.5-minimal:amd64 (3.5.3-1) ...
  358. Selecting previously unselected package python3.5-minimal.
  359. Preparing to unpack .../26-python3.5-minimal_3.5.3-1_amd64.deb ...
  360. Unpacking python3.5-minimal (3.5.3-1) ...
  361. Selecting previously unselected package python3-minimal.
  362. Preparing to unpack .../27-python3-minimal_3.5.3-1_amd64.deb ...
  363. Unpacking python3-minimal (3.5.3-1) ...
  364. Selecting previously unselected package libmpdec2:amd64.
  365. Preparing to unpack .../28-libmpdec2_2.4.2-1_amd64.deb ...
  366. Unpacking libmpdec2:amd64 (2.4.2-1) ...
  367. Selecting previously unselected package libpython3.5-stdlib:amd64.
  368. Preparing to unpack .../29-libpython3.5-stdlib_3.5.3-1_amd64.deb ...
  369. Unpacking libpython3.5-stdlib:amd64 (3.5.3-1) ...
  370. Selecting previously unselected package python3.5.
  371. Preparing to unpack .../30-python3.5_3.5.3-1_amd64.deb ...
  372. Unpacking python3.5 (3.5.3-1) ...
  373. Selecting previously unselected package libpython3-stdlib:amd64.
  374. Preparing to unpack .../31-libpython3-stdlib_3.5.3-1_amd64.deb ...
  375. Unpacking libpython3-stdlib:amd64 (3.5.3-1) ...
  376. Selecting previously unselected package dh-python.
  377. Preparing to unpack .../32-dh-python_2.20170125_all.deb ...
  378. Unpacking dh-python (2.20170125) ...
  379. Setting up libssl1.1:amd64 (1.1.0f-3+deb9u2) ...
  380. debconf: unable to initialize frontend: Dialog
  381. debconf: (TERM is not set, so the dialog frontend is not usable.)
  382. debconf: falling back to frontend: Readline
  383. Setting up libpython3.5-minimal:amd64 (3.5.3-1) ...
  384. Setting up libexpat1:amd64 (2.2.0-2+deb9u1) ...
  385. Setting up python3.5-minimal (3.5.3-1) ...
  386. Setting up python3-minimal (3.5.3-1) ...
  387. Selecting previously unselected package python3.
  388. (Reading database ... 11185 files and directories currently installed.)
  389. Preparing to unpack .../00-python3_3.5.3-1_amd64.deb ...
  390. Unpacking python3 (3.5.3-1) ...
  391. Selecting previously unselected package netbase.
  392. Preparing to unpack .../01-netbase_5.4_all.deb ...
  393. Unpacking netbase (5.4) ...
  394. Selecting previously unselected package openssl.
  395. Preparing to unpack .../02-openssl_1.1.0f-3+deb9u2_amd64.deb ...
  396. Unpacking openssl (1.1.0f-3+deb9u2) ...
  397. Selecting previously unselected package ca-certificates.
  398. Preparing to unpack .../03-ca-certificates_20161130+nmu1_all.deb ...
  399. Unpacking ca-certificates (20161130+nmu1) ...
  400. Selecting previously unselected package distro-info-data.
  401. Preparing to unpack .../04-distro-info-data_0.36_all.deb ...
  402. Unpacking distro-info-data (0.36) ...
  403. Selecting previously unselected package lsb-release.
  404. Preparing to unpack .../05-lsb-release_9.20161125_all.deb ...
  405. Unpacking lsb-release (9.20161125) ...
  406. Selecting previously unselected package patch.
  407. Preparing to unpack .../06-patch_2.7.5-1+b2_amd64.deb ...
  408. Unpacking patch (2.7.5-1+b2) ...
  409. Selecting previously unselected package python-pip-whl.
  410. Preparing to unpack .../07-python-pip-whl_9.0.1-2_all.deb ...
  411. Unpacking python-pip-whl (9.0.1-2) ...
  412. Selecting previously unselected package python3-pkg-resources.
  413. Preparing to unpack .../08-python3-pkg-resources_33.1.1-1_all.deb ...
  414. Unpacking python3-pkg-resources (33.1.1-1) ...
  415. Selecting previously unselected package python3-virtualenv.
  416. Preparing to unpack .../09-python3-virtualenv_15.1.0+ds-1_all.deb ...
  417. Unpacking python3-virtualenv (15.1.0+ds-1) ...
  418. Selecting previously unselected package sudo.
  419. Preparing to unpack .../10-sudo_1.8.19p1-2.1_amd64.deb ...
  420. Unpacking sudo (1.8.19p1-2.1) ...
  421. Selecting previously unselected package virtualenv.
  422. Preparing to unpack .../11-virtualenv_15.1.0+ds-1_all.deb ...
  423. Unpacking virtualenv (15.1.0+ds-1) ...
  424. Setting up readline-common (7.0-3) ...
  425. Setting up perl-modules-5.24 (5.24.1-3+deb9u3) ...
  426. Setting up libgdbm3:amd64 (1.8.3-14) ...
  427. Setting up libperl5.24:amd64 (5.24.1-3+deb9u3) ...
  428. Setting up git-man (1:2.11.0-3+deb9u2) ...
  429. Setting up libnghttp2-14:amd64 (1.18.1-1) ...
  430. Setting up mime-support (3.60) ...
  431. Setting up sudo (1.8.19p1-2.1) ...
  432. Setting up libldap-common (2.4.44+dfsg-5+deb9u1) ...
  433. Setting up libreadline7:amd64 (7.0-3) ...
  434. Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3) ...
  435. Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3) ...
  436. Setting up distro-info-data (0.36) ...
  437. Setting up libtasn1-6:amd64 (4.10-1.1+deb9u1) ...
  438. Setting up perl (5.24.1-3+deb9u3) ...
  439. update-alternatives: using /usr/bin/prename to provide /usr/bin/rename (rename) in auto mode
  440. Setting up libgmp10:amd64 (2:6.1.2+dfsg-1) ...
  441. Setting up libssh2-1:amd64 (1.7.0-1) ...
  442. Setting up patch (2.7.5-1+b2) ...
  443. Processing triggers for libc-bin (2.24-11+deb9u3) ...
  444. Setting up libunistring0:amd64 (0.9.6+really0.9.3-0.1) ...
  445. Setting up openssl (1.1.0f-3+deb9u2) ...
  446. Setting up libsqlite3-0:amd64 (3.16.2-5+deb9u1) ...
  447. Setting up libffi6:amd64 (3.2.1-6) ...
  448. Setting up libkeyutils1:amd64 (1.5.9-9) ...
  449. Setting up ca-certificates (20161130+nmu1) ...
  450. debconf: unable to initialize frontend: Dialog
  451. debconf: (TERM is not set, so the dialog frontend is not usable.)
  452. debconf: falling back to frontend: Readline
  453. Updating certificates in /etc/ssl/certs...
  454. 166 added, 0 removed; done.
  455. Setting up libpython2.7-stdlib:amd64 (2.7.13-2+deb9u2) ...
  456. Setting up libmpdec2:amd64 (2.4.2-1) ...
  457. Setting up netbase (5.4) ...
  458. Setting up python-pip-whl (9.0.1-2) ...
  459. Setting up libidn2-0:amd64 (0.16-1+deb9u1) ...
  460. Setting up liberror-perl (0.17024-1) ...
  461. Setting up libpsl5:amd64 (0.17.0-3) ...
  462. Setting up libpython3.5-stdlib:amd64 (3.5.3-1) ...
  463. Setting up python2.7 (2.7.13-2+deb9u2) ...
  464. Setting up libkrb5support0:amd64 (1.15-1+deb9u1) ...
  465. Setting up libhogweed4:amd64 (3.3-1+b2) ...
  466. Setting up libpython-stdlib:amd64 (2.7.13-2) ...
  467. Setting up libp11-kit0:amd64 (0.23.3-2) ...
  468. Setting up python (2.7.13-2) ...
  469. Setting up python3.5 (3.5.3-1) ...
  470. Setting up libpython3-stdlib:amd64 (3.5.3-1) ...
  471. Setting up libk5crypto3:amd64 (1.15-1+deb9u1) ...
  472. Setting up libgnutls30:amd64 (3.5.8-5+deb9u3) ...
  473. Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1+b1) ...
  474. Setting up libldap-2.4-2:amd64 (2.4.44+dfsg-5+deb9u1) ...
  475. Setting up libkrb5-3:amd64 (1.15-1+deb9u1) ...
  476. Setting up libgssapi-krb5-2:amd64 (1.15-1+deb9u1) ...
  477. Setting up libcurl3-gnutls:amd64 (7.52.1-5+deb9u5) ...
  478. Setting up git (1:2.11.0-3+deb9u2) ...
  479. Setting up python3 (3.5.3-1) ...
  480. running python rtupdate hooks for python3.5...
  481. running python post-rtupdate hooks for python3.5...
  482. Setting up python3-pkg-resources (33.1.1-1) ...
  483. Setting up lsb-release (9.20161125) ...
  484. Setting up python3-virtualenv (15.1.0+ds-1) ...
  485. Setting up dh-python (2.20170125) ...
  486. Setting up virtualenv (15.1.0+ds-1) ...
  487. Processing triggers for libc-bin (2.24-11+deb9u3) ...
  488. Processing triggers for ca-certificates (20161130+nmu1) ...
  489. Updating certificates in /etc/ssl/certs...
  490. 0 added, 0 removed; done.
  491. Running hooks in /etc/ca-certificates/update.d...
  492. done.
  493. + [[ cinder == \r\e\q\u\i\r\e\m\e\n\t\s ]]
  494. ++ dirname /opt/loci/scripts/install.sh
  495. + /opt/loci/scripts/fetch_wheels.sh
  496. + [[ no == \n\o ]]
  497. + python=python2
  498. ++ dirname /opt/loci/scripts/fetch_wheels.sh
  499. + python2 /opt/loci/scripts/fetch_wheels.py
  500. http://registry.hub.docker.com/v2/loci/requirements/manifests/master-ubuntu
  501. http://registry.hub.docker.com/v2/loci/requirements/blobs/sha256:33999dbdfc4e7d16e9912da61231842f72f8d2e0da1a2729c506227f448495b8
  502. + mkdir -p /tmp/wheels/
  503. + tar xf /tmp/wheels.tar.gz '--exclude=.*' -C /tmp/wheels/
  504. + [[ cinder == \i\n\f\r\a ]]
  505. + [[ no == \n\o ]]
  506. ++ dirname /opt/loci/scripts/install.sh
  507. + /opt/loci/scripts/create_user.sh
  508. + groupadd -g 42424 cinder
  509. + useradd -u 42424 -g cinder -M -d /var/lib/cinder -s /usr/sbin/nologin -c 'cinder user' cinder
  510. + mkdir -p /etc/cinder /var/log/cinder /var/lib/cinder /var/cache/cinder
  511. + chown cinder:cinder /etc/cinder /var/log/cinder /var/lib/cinder /var/cache/cinder
  512. ++ dirname /opt/loci/scripts/install.sh
  513. + /opt/loci/scripts/setup_pip.sh
  514. + [[ no == \n\o ]]
  515. + TMP_VIRTUALENV=virtualenv
  516. ++ virtualenv --version
  517. ++ cut -d. -f1
  518. + (( 15 >= 14 ))
  519. + SETUPTOOLS=--no-setuptools
  520. + virtualenv --extra-search-dir=/tmp/wheels --no-setuptools /tmp/venv
  521. New python executable in /tmp/venv/bin/python2
  522. Also creating executable in /tmp/venv/bin/python
  523. Installing pip, wheel...done.
  524. Running virtualenv with interpreter /usr/bin/python2
  525. + source /tmp/venv/bin/activate
  526. ++ deactivate nondestructive
  527. ++ unset -f pydoc
  528. ++ '[' -z '' ']'
  529. ++ '[' -z '' ']'
  530. ++ '[' -n /bin/bash ']'
  531. ++ hash -r
  532. ++ '[' -z '' ']'
  533. ++ unset VIRTUAL_ENV
  534. ++ '[' '!' nondestructive = nondestructive ']'
  535. ++ VIRTUAL_ENV=/tmp/venv
  536. ++ export VIRTUAL_ENV
  537. ++ _OLD_VIRTUAL_PATH=/var/lib/openstack/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  538. ++ PATH=/tmp/venv/bin:/var/lib/openstack/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  539. ++ export PATH
  540. ++ '[' -z '' ']'
  541. ++ '[' -z '' ']'
  542. ++ _OLD_VIRTUAL_PS1=
  543. ++ '[' x '!=' x ']'
  544. +++ basename /tmp/venv
  545. ++ PS1='(venv) '
  546. ++ export PS1
  547. ++ alias pydoc
  548. ++ '[' -n /bin/bash ']'
  549. ++ hash -r
  550. + pip install --upgrade virtualenv
  551. Collecting virtualenv
  552. Downloading https://files.pythonhosted.org/packages/ed/ea/e20b5cbebf45d3096e8138ab74eda139595d827677f38e9dd543e6015bdf/virtualenv-15.2.0-py2.py3-none-any.whl (2.6MB)
  553. Installing collected packages: virtualenv
  554. Successfully installed virtualenv-15.2.0
  555. + hash -r
  556. + virtualenv --extra-search-dir=/tmp/wheels /var/lib/openstack
  557. Using real prefix '/usr'
  558. New python executable in /var/lib/openstack/bin/python2
  559. Also creating executable in /var/lib/openstack/bin/python
  560. Installing setuptools, pip, wheel...done.
  561. ++ dirname /opt/loci/scripts/install.sh
  562. + /opt/loci/scripts/pip_install.sh bindep==2.6.0
  563. + packages=bindep==2.6.0
  564. + pip install --no-cache-dir --only-binary :all: --no-compile -c /tmp/wheels/upper-constraints.txt --find-links /tmp/wheels/ bindep==2.6.0
  565. Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment
  566. Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment
  567. Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
  568. Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment
  569. Ignoring mypy: markers 'python_version == "3.4"' don't match your environment
  570. Ignoring mypy: markers 'python_version == "3.5"' don't match your environment
  571. Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment
  572. Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment
  573. Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment
  574. Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment
  575. Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment
  576. Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment
  577. Ignoring asyncio: markers 'python_version == "3.6"' don't match your environment
  578. Looking in links: /tmp/wheels/
  579. Collecting bindep==2.6.0
  580. Downloading https://files.pythonhosted.org/packages/39/03/29ba6c147477395e10e27e413b784551929caba6acaefad2ef908e35945b/bindep-2.6.0-py2.py3-none-any.whl
  581. Collecting pbr===4.0.2 (from -c /tmp/wheels/upper-constraints.txt (line 42))
  582. Downloading https://files.pythonhosted.org/packages/e1/ba/f95e3ec83f93919b1437028e989cf3fa5ff4f5cae4a1f62255f71deddb5b/pbr-4.0.2-py2.py3-none-any.whl (98kB)
  583. Collecting Parsley===1.3 (from -c /tmp/wheels/upper-constraints.txt (line 299))
  584. Downloading https://files.pythonhosted.org/packages/2b/d6/4fed8d65e28a970e1c5cb33ce9c7e22e3de745e1b2ae37af051ef16aea3b/Parsley-1.3-py2.py3-none-any.whl (88kB)
  585. Installing collected packages: pbr, Parsley, bindep
  586. Successfully installed Parsley-1.3 bindep-2.6.0 pbr-4.0.2
  587. + PACKAGES=($(bindep -f /opt/loci/pydep.txt -b -l newline ${PROJECT} ${PROFILES} ${python3} || :))
  588. ++ bindep -f /opt/loci/pydep.txt -b -l newline cinder
  589. ++ dirname /opt/loci/scripts/install.sh
  590. + /opt/loci/scripts/pip_install.sh cryptography pymysql python-memcached uwsgi
  591. + packages='cryptography pymysql python-memcached uwsgi'
  592. + pip install --no-cache-dir --only-binary :all: --no-compile -c /tmp/wheels/upper-constraints.txt --find-links /tmp/wheels/ cryptography pymysql python-memcached uwsgi
  593. Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment
  594. Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment
  595. Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
  596. Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment
  597. Ignoring mypy: markers 'python_version == "3.4"' don't match your environment
  598. Ignoring mypy: markers 'python_version == "3.5"' don't match your environment
  599. Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment
  600. Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment
  601. Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment
  602. Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment
  603. Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment
  604. Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment
  605. Ignoring asyncio: markers 'python_version == "3.6"' don't match your environment
  606. Looking in links: /tmp/wheels/
  607. Collecting cryptography===2.2.2 (from -c /tmp/wheels/upper-constraints.txt (line 159))
  608. Downloading https://files.pythonhosted.org/packages/dd/c2/3a5bfefb25690725824ade71e6b65449f0a9f4b29702cce10560f786ebf6/cryptography-2.2.2-cp27-cp27mu-manylinux1_x86_64.whl (2.2MB)
  609. Collecting enum34===1.1.6 (from -c /tmp/wheels/upper-constraints.txt (line 285))
  610. Downloading https://files.pythonhosted.org/packages/c5/db/e56e6b4bbac7c4a06de1c50de6fe1ef3810018ae11732a50f15f62c7d050/enum34-1.1.6-py2-none-any.whl
  611. Collecting idna===2.6 (from -c /tmp/wheels/upper-constraints.txt (line 314))
  612. Downloading https://files.pythonhosted.org/packages/27/cc/6dd9a3869f15c2edfab863b992838277279ce92663d334df9ecf5106f5c6/idna-2.6-py2.py3-none-any.whl (56kB)
  613. Collecting PyMySQL===0.8.0 (from -c /tmp/wheels/upper-constraints.txt (line 355))
  614. Downloading https://files.pythonhosted.org/packages/e5/07/c0f249aa0b7b0517b5843eeab689b9ccc6a6bb0536fc9d95e65901e6f2ac/PyMySQL-0.8.0-py2.py3-none-any.whl (83kB)
  615. Collecting python-memcached===1.59 (from -c /tmp/wheels/upper-constraints.txt (line 391))
  616. Downloading https://files.pythonhosted.org/packages/f5/90/19d3908048f70c120ec66a39e61b92c253e834e6e895cd104ce5e46cbe53/python_memcached-1.59-py2.py3-none-any.whl
  617. Collecting six===1.11.0 (from -c /tmp/wheels/upper-constraints.txt (line 393))
  618. Downloading https://files.pythonhosted.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl
  619. Collecting cffi===1.11.5 (from -c /tmp/wheels/upper-constraints.txt (line 469))
  620. Downloading https://files.pythonhosted.org/packages/14/dd/3e7a1e1280e7d767bd3fa15791759c91ec19058ebe31217fe66f3e9a8c49/cffi-1.11.5-cp27-cp27mu-manylinux1_x86_64.whl (407kB)
  621. Collecting uwsgi
  622. Collecting asn1crypto===0.24.0 (from -c /tmp/wheels/upper-constraints.txt (line 104))
  623. Downloading https://files.pythonhosted.org/packages/ea/cd/35485615f45f30a510576f1a56d1e0a7ad7bd8ab5ed7cdc600ef7cd06222/asn1crypto-0.24.0-py2.py3-none-any.whl (101kB)
  624. Collecting ipaddress===1.0.22 (from -c /tmp/wheels/upper-constraints.txt (line 74))
  625. Downloading https://files.pythonhosted.org/packages/fc/d0/7fc3a811e011d4b388be48a0e381db8d990042df54aa4ef4599a31d39853/ipaddress-1.0.22-py2.py3-none-any.whl
  626. Collecting pycparser===2.18 (from -c /tmp/wheels/upper-constraints.txt (line 153))
  627. Installing collected packages: ipaddress, asn1crypto, pycparser, six, cffi, enum34, idna, cryptography, PyMySQL, python-memcached, uwsgi
  628. Successfully installed PyMySQL-0.8.0 asn1crypto-0.24.0 cffi-1.11.5 cryptography-2.2.2 enum34-1.1.6 idna-2.6 ipaddress-1.0.22 pycparser-2.18 python-memcached-1.59 six-1.11.0 uwsgi-2.0.17
  629. + [[ cinder == \n\o\v\a ]]
  630. ++ dirname /opt/loci/scripts/install.sh
  631. + /opt/loci/scripts/clone_project.sh
  632. + git clone https://git.openstack.org/openstack/cinder /tmp/cinder
  633. Cloning into '/tmp/cinder'...
  634. /tmp/cinder /
  635. + pushd /tmp/cinder
  636. + git fetch https://git.openstack.org/openstack/cinder master
  637. From https://git.openstack.org/openstack/cinder
  638. * branch master -> FETCH_HEAD
  639. + git checkout FETCH_HEAD
  640. Note: checking out 'FETCH_HEAD'.
  641.  
  642. You are in 'detached HEAD' state. You can look around, make experimental
  643. changes and commit them, and you can discard any commits you make in this
  644. state without impacting any branches by performing another checkout.
  645.  
  646. If you want to create a new branch to retain commits you create, you may
  647. do so (now or later) by using -b with the checkout command again. Example:
  648.  
  649. git checkout -b <new-branch-name>
  650.  
  651. HEAD is now at 0b934710a... Merge "QNAP: driver fails to detach while uploading volume to image"
  652. + popd
  653. /
  654. ++ dirname /opt/loci/scripts/install.sh
  655. + /opt/loci/scripts/pip_install.sh /tmp/cinder
  656. + packages=/tmp/cinder
  657. + pip install --no-cache-dir --only-binary :all: --no-compile -c /tmp/wheels/upper-constraints.txt --find-links /tmp/wheels/ /tmp/cinder
  658. Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment
  659. Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment
  660. Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
  661. Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment
  662. Ignoring mypy: markers 'python_version == "3.4"' don't match your environment
  663. Ignoring mypy: markers 'python_version == "3.5"' don't match your environment
  664. Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment
  665. Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment
  666. Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment
  667. Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment
  668. Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment
  669. Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment
  670. Ignoring asyncio: markers 'python_version == "3.6"' don't match your environment
  671. Looking in links: /tmp/wheels/
  672. Processing /tmp/cinder
  673. Collecting PasteDeploy===1.5.2 (from -c /tmp/wheels/upper-constraints.txt (line 8))
  674. Downloading https://files.pythonhosted.org/packages/31/28/51201a54aeecbd02eff767d17050b302f6fd98fdfecb4e3f4c9301ba6ef8/PasteDeploy-1.5.2-py2.py3-none-any.whl
  675. Collecting Routes===2.4.1 (from -c /tmp/wheels/upper-constraints.txt (line 12))
  676. Downloading https://files.pythonhosted.org/packages/50/50/c1c0666778c7986368896b0e0f640e41160a43cd3ffc7ff008f61f0f6cfd/Routes-2.4.1-py2.py3-none-any.whl (48kB)
  677. Collecting rtslib-fb===2.1.66 (from -c /tmp/wheels/upper-constraints.txt (line 13))
  678. Collecting WebOb===1.7.4 (from -c /tmp/wheels/upper-constraints.txt (line 16))
  679. Downloading https://files.pythonhosted.org/packages/b6/88/ccc25a41d65be0545d69bf28afed60dec865c04d0837ccd02e6d67942fe1/WebOb-1.7.4-py2.py3-none-any.whl (84kB)
  680. Collecting oslo.concurrency===3.27.0 (from -c /tmp/wheels/upper-constraints.txt (line 23))
  681. Downloading https://files.pythonhosted.org/packages/e1/1b/d0755bbf5c1d1ca41276810b812e3358ae3c4718c443012001018e0b71ec/oslo.concurrency-3.27.0-py2.py3-none-any.whl (40kB)
  682. Collecting osprofiler===2.0.0 (from -c /tmp/wheels/upper-constraints.txt (line 25))
  683. Downloading https://files.pythonhosted.org/packages/54/7c/38e566270208840e77ba0feaf07e2ba48b2e189ae6ac6d98e366c34d25b2/osprofiler-2.0.0-py2-none-any.whl (78kB)
  684. Collecting lxml===4.2.1 (from -c /tmp/wheels/upper-constraints.txt (line 28))
  685. Downloading https://files.pythonhosted.org/packages/57/38/25b2acd2a179cb1900a32ab2daeec2967e511192c9ce0763ce16cece6366/lxml-4.2.1-cp27-cp27mu-manylinux1_x86_64.whl (5.6MB)
  686. Collecting oslo.service===1.31.1 (from -c /tmp/wheels/upper-constraints.txt (line 35))
  687. Downloading https://files.pythonhosted.org/packages/c8/1d/07b1a0af98d4565c7d4e1b97e2f5f541447a293119a792b37fca19eefaa3/oslo.service-1.31.1-py2.py3-none-any.whl (64kB)
  688. Requirement already satisfied: pbr===4.0.2 in /var/lib/openstack/lib/python2.7/site-packages (from -c /tmp/wheels/upper-constraints.txt (line 42)) (4.0.2)
  689. Collecting oslo.i18n===3.20.0 (from -c /tmp/wheels/upper-constraints.txt (line 47))
  690. Downloading https://files.pythonhosted.org/packages/41/19/6bdc09c5548fae467f00120812256c27a253fa29d07020ecf725d3a247cb/oslo.i18n-3.20.0-py2.py3-none-any.whl (42kB)
  691. Collecting oslo.context===2.20.0 (from -c /tmp/wheels/upper-constraints.txt (line 50))
  692. Downloading https://files.pythonhosted.org/packages/42/b8/e4aec2f29e853674f8d1834eb218d3a65a55be918541fce5c73242b40ae5/oslo.context-2.20.0-py2.py3-none-any.whl
  693. Requirement already satisfied: ipaddress===1.0.22 in /var/lib/openstack/lib/python2.7/site-packages (from -c /tmp/wheels/upper-constraints.txt (line 74)) (1.0.22)
  694. Collecting simplejson===3.14.0 (from -c /tmp/wheels/upper-constraints.txt (line 92))
  695. Collecting suds-jurko===0.6 (from -c /tmp/wheels/upper-constraints.txt (line 93))
  696. Collecting python-swiftclient===3.5.0 (from -c /tmp/wheels/upper-constraints.txt (line 94))
  697. Downloading https://files.pythonhosted.org/packages/95/d4/393d9f835abdc8085edf6d1007e9954af33ac4ff7c160db694c25dcbadb1/python_swiftclient-3.5.0-py2.py3-none-any.whl (77kB)
  698. Collecting python-glanceclient===2.11.0 (from -c /tmp/wheels/upper-constraints.txt (line 100))
  699. Downloading https://files.pythonhosted.org/packages/f8/74/14f925a9d623bf90d6cf7e08248778b4f606b2647418e1f1ebfba9ec933b/python_glanceclient-2.11.0-py2.py3-none-any.whl (179kB)
  700. Collecting debtcollector===1.19.0 (from -c /tmp/wheels/upper-constraints.txt (line 102))
  701. Downloading https://files.pythonhosted.org/packages/77/19/d9c7797fd0916a57a76bd65febb2e08871faaa728cda6a21d5889de1c566/debtcollector-1.19.0-py2.py3-none-any.whl
  702. Collecting defusedxml===0.5.0 (from -c /tmp/wheels/upper-constraints.txt (line 114))
  703. Downloading https://files.pythonhosted.org/packages/87/1c/17f3e3935a913dfe2a5ca85fa5ccbef366bfd82eb318b1f75dadbf0affca/defusedxml-0.5.0-py2.py3-none-any.whl
  704. Collecting netaddr===0.7.19 (from -c /tmp/wheels/upper-constraints.txt (line 115))
  705. Downloading https://files.pythonhosted.org/packages/ba/97/ce14451a9fd7bdb5a397abf99b24a1a6bb7a1a440b019bebd2e9a0dbec74/netaddr-0.7.19-py2.py3-none-any.whl (1.6MB)
  706. Collecting prettytable===0.7.2 (from -c /tmp/wheels/upper-constraints.txt (line 122))
  707. Collecting taskflow===3.1.0 (from -c /tmp/wheels/upper-constraints.txt (line 124))
  708. Downloading https://files.pythonhosted.org/packages/14/ae/f81dbb0daeb23b0ec22a57a049022ee1bff868f6ecfac049d85adedc44c9/taskflow-3.1.0-py2.py3-none-any.whl (486kB)
  709. Collecting SQLAlchemy===1.2.7 (from -c /tmp/wheels/upper-constraints.txt (line 129))
  710. Collecting pyudev===0.21.0 (from -c /tmp/wheels/upper-constraints.txt (line 134))
  711. Collecting eventlet===0.20.0 (from -c /tmp/wheels/upper-constraints.txt (line 135))
  712. Downloading https://files.pythonhosted.org/packages/e4/32/88ee8694dd3985d1615287faa47e458d44a6263ffb59cf71ef70b94df6f9/eventlet-0.20.0-py2.py3-none-any.whl (387kB)
  713. Collecting oslo.messaging===6.2.0 (from -c /tmp/wheels/upper-constraints.txt (line 138))
  714. Downloading https://files.pythonhosted.org/packages/71/37/907d10d6c4d3298fdd615a8919e86e730d46c52b7650e5ea0e413b27a44b/oslo.messaging-6.2.0-py2.py3-none-any.whl (305kB)
  715. Collecting paramiko===2.4.1 (from -c /tmp/wheels/upper-constraints.txt (line 143))
  716. Downloading https://files.pythonhosted.org/packages/3e/db/cb7b6656e0e7387637ce850689084dc0b94b44df31cc52e5fc5c2c4fd2c1/paramiko-2.4.1-py2.py3-none-any.whl (194kB)
  717. Collecting PyYAML===3.12 (from -c /tmp/wheels/upper-constraints.txt (line 155))
  718. Requirement already satisfied: cryptography===2.2.2 in /var/lib/openstack/lib/python2.7/site-packages (from -c /tmp/wheels/upper-constraints.txt (line 159)) (2.2.2)
  719. Collecting python-novaclient===10.2.0 (from -c /tmp/wheels/upper-constraints.txt (line 178))
  720. Downloading https://files.pythonhosted.org/packages/95/d3/8bd00df0804a8253215312e89d5757de812b69f3a302e02c8766c2523ab1/python_novaclient-10.2.0-py2.py3-none-any.whl (308kB)
  721. Collecting bcrypt===3.1.4 (from -c /tmp/wheels/upper-constraints.txt (line 179))
  722. Downloading https://files.pythonhosted.org/packages/2e/5a/2abeae20ce294fe6bf63da0e0b5a885c788e1360bbd124edcc0429678a59/bcrypt-3.1.4-cp27-cp27mu-manylinux1_x86_64.whl (57kB)
  723. Collecting requests===2.18.4 (from -c /tmp/wheels/upper-constraints.txt (line 186))
  724. Downloading https://files.pythonhosted.org/packages/49/df/50aa1999ab9bde74656c2919d9c0c085fd2b3775fd3eca826012bef76d8c/requests-2.18.4-py2.py3-none-any.whl (88kB)
  725. Collecting amqp===2.2.2 (from -c /tmp/wheels/upper-constraints.txt (line 192))
  726. Downloading https://files.pythonhosted.org/packages/88/4a/8c45a882d842678963516ebd9cf584a4ded51af719234c3b696c2e884c60/amqp-2.2.2-py2.py3-none-any.whl (48kB)
  727. Collecting os-brick===2.4.0 (from -c /tmp/wheels/upper-constraints.txt (line 207))
  728. Downloading https://files.pythonhosted.org/packages/84/a3/dc4b9c9a1527ae8f9957511da093d9b0e7c68b8c1b45e97c7d4e2c0a7443/os_brick-2.4.0-py2-none-any.whl (229kB)
  729. Collecting funcsigs===1.0.2 (from -c /tmp/wheels/upper-constraints.txt (line 211))
  730. Downloading https://files.pythonhosted.org/packages/69/cb/f5be453359271714c01b9bd06126eaf2e368f1fddfff30818754b5ac2328/funcsigs-1.0.2-py2.py3-none-any.whl
  731. Collecting google-api-python-client===1.6.6 (from -c /tmp/wheels/upper-constraints.txt (line 218))
  732. Downloading https://files.pythonhosted.org/packages/0e/7b/0adbc5ee668e9006422c38ee6b7b92c018b03839fc7a11b18cc51054e88b/google_api_python_client-1.6.6-py2.py3-none-any.whl (53kB)
  733. Collecting castellan===0.17.0 (from -c /tmp/wheels/upper-constraints.txt (line 219))
  734. Downloading https://files.pythonhosted.org/packages/0d/69/3b360118faaf0d86a0cacce43348f3d71de81fec846f5ef2ac13c8fe4899/castellan-0.17.0-py2.py3-none-any.whl (81kB)
  735. Collecting oslo.versionedobjects===1.33.1 (from -c /tmp/wheels/upper-constraints.txt (line 220))
  736. Downloading https://files.pythonhosted.org/packages/bd/96/ae1afa9e6825e58c8ff4551fd6c753f787154f9411ab3c99069e2f3fe4e5/oslo.versionedobjects-1.33.1-py2.py3-none-any.whl (74kB)
  737. Collecting oslo.log===3.38.0 (from -c /tmp/wheels/upper-constraints.txt (line 237))
  738. Downloading https://files.pythonhosted.org/packages/31/e5/7b096329e5de744ec8297efe39afb2e6b7532bd6fc2ffd9ad921ca279897/oslo.log-3.38.0-py2.py3-none-any.whl (63kB)
  739. Collecting oslo.middleware===3.35.0 (from -c /tmp/wheels/upper-constraints.txt (line 241))
  740. Downloading https://files.pythonhosted.org/packages/39/af/7393d15d6eb761b746afb46edc1e52ac173635631426ab6d42126a93c423/oslo.middleware-3.35.0-py2.py3-none-any.whl (56kB)
  741. Collecting uritemplate===3.0.0 (from -c /tmp/wheels/upper-constraints.txt (line 244))
  742. Downloading https://files.pythonhosted.org/packages/f6/25/66a49231b44409d7f07cfcf2506a8b070ce3c99fc47cc256bea833f24791/uritemplate-3.0.0-py2-none-any.whl
  743. Collecting os-win===4.0.0 (from -c /tmp/wheels/upper-constraints.txt (line 257))
  744. Downloading https://files.pythonhosted.org/packages/21/99/64e1e1140d9abfde50534bcad17d3b7fc942a21bb56a6c1c2f4cd0b1288c/os_win-4.0.0-py2-none-any.whl (256kB)
  745. Collecting retrying===1.3.3 (from -c /tmp/wheels/upper-constraints.txt (line 259))
  746. Collecting oslo.serialization===2.25.0 (from -c /tmp/wheels/upper-constraints.txt (line 268))
  747. Downloading https://files.pythonhosted.org/packages/ca/c8/eb2fcb6cc97ac0e652a304855db37a0e433c2a217f9445e58ca67084075b/oslo.serialization-2.25.0-py2.py3-none-any.whl
  748. Collecting warlock===1.3.0 (from -c /tmp/wheels/upper-constraints.txt (line 269))
  749. Collecting oslo.vmware===2.28.0 (from -c /tmp/wheels/upper-constraints.txt (line 274))
  750. Downloading https://files.pythonhosted.org/packages/0a/76/a8ea5fb2b9d59092ee095f9bdb5d32ab6ca2608efb942c4f05c2ba06df73/oslo.vmware-2.28.0-py2.py3-none-any.whl (221kB)
  751. Collecting sqlalchemy-migrate===0.11.0 (from -c /tmp/wheels/upper-constraints.txt (line 275))
  752. Downloading https://files.pythonhosted.org/packages/9c/0f/dd5dfb543f2d1957c1511e789be03aa4e687deec16a8097a4f58f5f5e8e1/sqlalchemy_migrate-0.11.0-py2-none-any.whl (108kB)
  753. Collecting automaton===1.14.0 (from -c /tmp/wheels/upper-constraints.txt (line 279))
  754. Downloading https://files.pythonhosted.org/packages/ab/34/c8ebc05297a48af686390b375e34f0bbc98ad52fe3f06a72c29606990c69/automaton-1.14.0-py2.py3-none-any.whl
  755. Requirement already satisfied: enum34===1.1.6 in /var/lib/openstack/lib/python2.7/site-packages (from -c /tmp/wheels/upper-constraints.txt (line 285)) (1.1.6)
  756. Collecting psutil===5.4.5 (from -c /tmp/wheels/upper-constraints.txt (line 289))
  757. Collecting keystonemiddleware===5.0.0 (from -c /tmp/wheels/upper-constraints.txt (line 303))
  758. Downloading https://files.pythonhosted.org/packages/30/a2/8b9848884209acc2c8543a0dbd235c47df091598ae7beedbb89b391d0129/keystonemiddleware-5.0.0-py2.py3-none-any.whl (123kB)
  759. Collecting iso8601===0.1.12 (from -c /tmp/wheels/upper-constraints.txt (line 310))
  760. Downloading https://files.pythonhosted.org/packages/ef/57/7162609dab394d38bbc7077b7ba0a6f10fb09d8b7701ea56fa1edc0c4345/iso8601-0.1.12-py2.py3-none-any.whl
  761. Collecting tooz===1.62.0 (from -c /tmp/wheels/upper-constraints.txt (line 311))
  762. Downloading https://files.pythonhosted.org/packages/d6/8c/21ce01b6df2bbcedbb35f10bb3d28b6f4073588ea89a0791d1a2e5dc69f6/tooz-1.62.0-py2.py3-none-any.whl (80kB)
  763. Collecting oauth2client===4.1.2 (from -c /tmp/wheels/upper-constraints.txt (line 313))
  764. Downloading https://files.pythonhosted.org/packages/82/d8/3eab58811282ac7271a081ba5c0d4b875ce786ca68ce43e2a62ade32e9a8/oauth2client-4.1.2-py2.py3-none-any.whl (99kB)
  765. Requirement already satisfied: idna===2.6 in /var/lib/openstack/lib/python2.7/site-packages (from -c /tmp/wheels/upper-constraints.txt (line 314)) (2.6)
  766. Collecting oslo.cache===1.30.0 (from -c /tmp/wheels/upper-constraints.txt (line 324))
  767. Downloading https://files.pythonhosted.org/packages/8f/9b/939185369200ca7f2f88851e143fa030963414d73df3b02447c60ffe148f/oslo.cache-1.30.0-py2.py3-none-any.whl (53kB)
  768. Collecting oslo.reports===1.28.0 (from -c /tmp/wheels/upper-constraints.txt (line 332))
  769. Downloading https://files.pythonhosted.org/packages/3f/a9/ef51d817035991b95485d55619319f75afb0525cb397e5272b31ce9783b9/oslo.reports-1.28.0-py2.py3-none-any.whl (47kB)
  770. Collecting PyNaCl===1.2.1 (from -c /tmp/wheels/upper-constraints.txt (line 338))
  771. Downloading https://files.pythonhosted.org/packages/80/3d/d709b9fbd69e21dd3a4d34eb690c5484094699e03b7447bc7eb173cfd7b6/PyNaCl-1.2.1-cp27-cp27mu-manylinux1_x86_64.whl (696kB)
  772. Collecting msgpack===0.5.6 (from -c /tmp/wheels/upper-constraints.txt (line 344))
  773. Downloading https://files.pythonhosted.org/packages/ff/0d/536fd0b2808dfbc67de46168dc706b5c9f9a1f5a803d96b8bc562a6d96c2/msgpack-0.5.6-cp27-cp27mu-manylinux1_x86_64.whl (295kB)
  774. Collecting oslo.config===6.2.0 (from -c /tmp/wheels/upper-constraints.txt (line 346))
  775. Downloading https://files.pythonhosted.org/packages/03/31/80ffdd71158f80535641f835e9c340b3070019328132db265d3b497c5bff/oslo.config-6.2.0-py2.py3-none-any.whl (111kB)
  776. Collecting httplib2===0.11.3 (from -c /tmp/wheels/upper-constraints.txt (line 357))
  777. Collecting pyparsing===2.2.0 (from -c /tmp/wheels/upper-constraints.txt (line 361))
  778. Downloading https://files.pythonhosted.org/packages/6a/8a/718fd7d3458f9fab8e67186b00abdd345b639976bc7fb3ae722e1b026a50/pyparsing-2.2.0-py2.py3-none-any.whl (56kB)
  779. Collecting dogpile.cache===0.6.5 (from -c /tmp/wheels/upper-constraints.txt (line 362))
  780. Collecting python-barbicanclient===4.6.0 (from -c /tmp/wheels/upper-constraints.txt (line 363))
  781. Downloading https://files.pythonhosted.org/packages/e7/62/d062e4dd7fb5268973cfc71f26bc08933f5adf546f5ffd032931c9577ade/python_barbicanclient-4.6.0-py2-none-any.whl (78kB)
  782. Collecting stevedore===1.28.0 (from -c /tmp/wheels/upper-constraints.txt (line 368))
  783. Downloading https://files.pythonhosted.org/packages/17/6b/3b7d6d08b2ab3e5ef09e01c9f7b3b590ee135f289bb94553419e40922c25/stevedore-1.28.0-py2.py3-none-any.whl
  784. Collecting pyasn1===0.4.2 (from -c /tmp/wheels/upper-constraints.txt (line 371))
  785. Downloading https://files.pythonhosted.org/packages/ba/fe/02e3e2ee243966b143657fb8bd6bc97595841163b6d8c26820944acaec4d/pyasn1-0.4.2-py2.py3-none-any.whl (71kB)
  786. Collecting oslo.rootwrap===5.14.0 (from -c /tmp/wheels/upper-constraints.txt (line 372))
  787. Downloading https://files.pythonhosted.org/packages/a1/38/14b5b4aa501b834029fb47e8c140a91150b5568a25e694012f8081ce3a98/oslo.rootwrap-5.14.0-py2.py3-none-any.whl
  788. Collecting jsonpatch===1.23 (from -c /tmp/wheels/upper-constraints.txt (line 383))
  789. Downloading https://files.pythonhosted.org/packages/a0/e6/d50d526ae2218b765ddbdb2dda14d65e19f501ce07410b375bc43ad20b7a/jsonpatch-1.23-py2.py3-none-any.whl
  790. Requirement already satisfied: six===1.11.0 in /var/lib/openstack/lib/python2.7/site-packages (from -c /tmp/wheels/upper-constraints.txt (line 393)) (1.11.0)
  791. Collecting kombu===4.1.0 (from -c /tmp/wheels/upper-constraints.txt (line 396))
  792. Downloading https://files.pythonhosted.org/packages/62/a4/5d16954803224a1e451713293c2a028614099f5538cf626e1fdd7b438c86/kombu-4.1.0-py2.py3-none-any.whl (181kB)
  793. Collecting oslo.db===4.38.0 (from -c /tmp/wheels/upper-constraints.txt (line 413))
  794. Downloading https://files.pythonhosted.org/packages/4e/31/083d9e8aa34817d99f632aa352a46ca4807321866391454c948b2edc4215/oslo.db-4.38.0-py2.py3-none-any.whl (171kB)
  795. Collecting wrapt===1.10.11 (from -c /tmp/wheels/upper-constraints.txt (line 418))
  796. Collecting oslo.privsep===1.29.0 (from -c /tmp/wheels/upper-constraints.txt (line 419))
  797. Downloading https://files.pythonhosted.org/packages/71/05/9f8b120c1791f0fb3f15c79cde958fd626183d8c92e9b9396fdfe71a4d38/oslo.privsep-1.29.0-py2.py3-none-any.whl
  798. Collecting oslo.policy===1.35.0 (from -c /tmp/wheels/upper-constraints.txt (line 420))
  799. Downloading https://files.pythonhosted.org/packages/71/0b/ddaab2dc8e50136986405c0da8b5926b9f6beb1e7be4ebcc4f8d07f46865/oslo.policy-1.35.0-py2.py3-none-any.whl (62kB)
  800. Collecting repoze.lru===0.7 (from -c /tmp/wheels/upper-constraints.txt (line 427))
  801. Collecting rfc3986===1.1.0 (from -c /tmp/wheels/upper-constraints.txt (line 428))
  802. Downloading https://files.pythonhosted.org/packages/01/2f/dc440bae2b6a185654b5c298f5cc7b172267db692bc24923130262caedac/rfc3986-1.1.0-py2.py3-none-any.whl
  803. Collecting tenacity===4.11.0 (from -c /tmp/wheels/upper-constraints.txt (line 429))
  804. Downloading https://files.pythonhosted.org/packages/82/af/b7a02db9eb3974c9bdc73ad5fb1426553632807609a93f47321d623bf7a1/tenacity-4.11.0-py2.py3-none-any.whl
  805. Collecting Paste===2.0.3 (from -c /tmp/wheels/upper-constraints.txt (line 432))
  806. Downloading https://files.pythonhosted.org/packages/a4/d2/ac41e1b414ff1ed70c81e493bf9da42fbeeb53774ed1557b4729242a18ab/Paste-2.0.3-py2-none-any.whl (625kB)
  807. Collecting pyasn1-modules===0.2.1 (from -c /tmp/wheels/upper-constraints.txt (line 438))
  808. Downloading https://files.pythonhosted.org/packages/e9/51/bcd96bf6231d4b2cc5e023c511bee86637ba375c44a6f9d1b4b7ad1ce4b9/pyasn1_modules-0.2.1-py2.py3-none-any.whl (60kB)
  809. Collecting monotonic===1.4 (from -c /tmp/wheels/upper-constraints.txt (line 441))
  810. Downloading https://files.pythonhosted.org/packages/9f/ff/68860dec8b90424028ca54df8b9fc8cd1c47ef58710bd5e591ec8c619243/monotonic-1.4-py2.py3-none-any.whl
  811. Collecting cachetools===2.0.1 (from -c /tmp/wheels/upper-constraints.txt (line 448))
  812. Downloading https://files.pythonhosted.org/packages/ac/e8/5492fd5ada0b05a1bc485bcb634b559acdec59383eef5c4203b5e22be296/cachetools-2.0.1-py2.py3-none-any.whl
  813. Collecting keystoneauth1===3.5.0 (from -c /tmp/wheels/upper-constraints.txt (line 450))
  814. Downloading https://files.pythonhosted.org/packages/46/e5/f78bf0af7833ab6e326342de9c3fe62deae07b792f4c6525dd41b7743ee2/keystoneauth1-3.5.0-py2.py3-none-any.whl (282kB)
  815. Collecting statsd===3.2.2 (from -c /tmp/wheels/upper-constraints.txt (line 451))
  816. Downloading https://files.pythonhosted.org/packages/73/65/52e43c9489b0022b8bf531aada147e33a63e7911b1e8cb635187138910f9/statsd-3.2.2-py2.py3-none-any.whl
  817. Collecting python-keystoneclient===3.16.0 (from -c /tmp/wheels/upper-constraints.txt (line 453))
  818. Downloading https://files.pythonhosted.org/packages/f5/26/c21d9632e6892dfc23b5315e0221dba8b05b62d15d7488489a4b3953e854/python_keystoneclient-3.16.0-py2.py3-none-any.whl (376kB)
  819. Collecting contextlib2===0.5.5 (from -c /tmp/wheels/upper-constraints.txt (line 460))
  820. Downloading https://files.pythonhosted.org/packages/a2/71/8273a7eeed0aff6a854237ab5453bc9aa67deb49df4832801c21f0ff3782/contextlib2-0.5.5-py2.py3-none-any.whl
  821. Collecting decorator===4.3.0 (from -c /tmp/wheels/upper-constraints.txt (line 468))
  822. Downloading https://files.pythonhosted.org/packages/bc/bb/a24838832ba35baf52f32ab1a49b906b5f82fb7c76b2f6a7e35e140bac30/decorator-4.3.0-py2.py3-none-any.whl
  823. Requirement already satisfied: cffi===1.11.5 in /var/lib/openstack/lib/python2.7/site-packages (from -c /tmp/wheels/upper-constraints.txt (line 469)) (1.11.5)
  824. Collecting futurist===1.7.0 (from -c /tmp/wheels/upper-constraints.txt (line 470))
  825. Downloading https://files.pythonhosted.org/packages/1c/2f/edc407438689d9d279b742c58685705ad0ba23534fcc8d4677a4dca9e9f7/futurist-1.7.0-py2.py3-none-any.whl
  826. Collecting jsonschema===2.6.0 (from -c /tmp/wheels/upper-constraints.txt (line 471))
  827. Downloading https://files.pythonhosted.org/packages/77/de/47e35a97b2b05c2fadbec67d44cfcdcd09b8086951b331d82de90d2912da/jsonschema-2.6.0-py2.py3-none-any.whl
  828. Collecting alembic===0.9.9 (from -c /tmp/wheels/upper-constraints.txt (line 473))
  829. Collecting Babel===2.5.3 (from -c /tmp/wheels/upper-constraints.txt (line 478))
  830. Downloading https://files.pythonhosted.org/packages/94/03/14e68ad12e771a79cf96792f7158d68a7b3d8c7b2badf39e9ef1f65b57d6/Babel-2.5.3-py2.py3-none-any.whl (6.8MB)
  831. Collecting greenlet===0.4.13 (from -c /tmp/wheels/upper-constraints.txt (line 483))
  832. Downloading https://files.pythonhosted.org/packages/b9/e5/191ba8664e4c388646b91c9891e15381cb1b515e9c9059d1e6485d5ebbe3/greenlet-0.4.13-cp27-cp27mu-manylinux1_x86_64.whl (41kB)
  833. Collecting futures===3.2.0 (from -c /tmp/wheels/upper-constraints.txt (line 485))
  834. Downloading https://files.pythonhosted.org/packages/2d/99/b2c4e9d5a30f6471e410a146232b4118e697fa3ffc06d6a65efde84debd0/futures-3.2.0-py2-none-any.whl
  835. Collecting fasteners===0.14.1 (from -c /tmp/wheels/upper-constraints.txt (line 490))
  836. Downloading https://files.pythonhosted.org/packages/14/3a/096c7ad18e102d4f219f5dd15951f9728ca5092a3385d2e8f79a7c1e1017/fasteners-0.14.1-py2.py3-none-any.whl
  837. Collecting oslo.utils===3.36.1 (from -c /tmp/wheels/upper-constraints.txt (line 494))
  838. Downloading https://files.pythonhosted.org/packages/af/55/3352c9b93b0fcba4e77c3c16ad55311b5a0dec958f5ac3c1803f1fe15703/oslo.utils-3.36.1-py2.py3-none-any.whl (91kB)
  839. Collecting python-editor===1.0.3 (from -c /tmp/wheels/upper-constraints.txt (line 495))
  840. Collecting python-dateutil===2.7.2 (from -c /tmp/wheels/upper-constraints.txt (line 501))
  841. Downloading https://files.pythonhosted.org/packages/0c/57/19f3a65bcf6d5be570ee8c35a5398496e10a0ddcbc95393b2d17f86aaaf8/python_dateutil-2.7.2-py2.py3-none-any.whl (212kB)
  842. Collecting pytz===2018.4 (from -c /tmp/wheels/upper-constraints.txt (line 505))
  843. Downloading https://files.pythonhosted.org/packages/dc/83/15f7833b70d3e067ca91467ca245bae0f6fe56ddc7451aa0dc5606b120f2/pytz-2018.4-py2.py3-none-any.whl (510kB)
  844. Collecting pyOpenSSL===17.5.0 (from -c /tmp/wheels/upper-constraints.txt (line 95))
  845. Downloading https://files.pythonhosted.org/packages/79/db/7c0cfe4aa8341a5fab4638952520d8db6ab85ff84505e12c00ea311c3516/pyOpenSSL-17.5.0-py2.py3-none-any.whl (53kB)
  846. Collecting networkx===1.11 (from -c /tmp/wheels/upper-constraints.txt (line 81))
  847. Downloading https://files.pythonhosted.org/packages/d3/2c/e473e54afc9fae58dfa97066ef6709a7e35a1dd1c28c5a3842989322be00/networkx-1.11-py2.py3-none-any.whl (1.3MB)
  848. Collecting enum-compat (from eventlet===0.20.0->-c /tmp/wheels/upper-constraints.txt (line 135))
  849. Could not find a version that satisfies the requirement enum-compat (from eventlet===0.20.0->-c /tmp/wheels/upper-constraints.txt (line 135)) (from versions: )
  850. No matching distribution found for enum-compat (from eventlet===0.20.0->-c /tmp/wheels/upper-constraints.txt (line 135))
  851. The command '/bin/sh -c /opt/loci/scripts/install.sh' returned a non-zero code: 1
  852. make: *** [Makefile:10: base] Error 1
  853. [1] 1148 exit 2 make base
Add Comment
Please, Sign In to add comment