Advertisement
Guest User

Untitled

a guest
Jan 26th, 2016
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 274.70 KB | None | 0 0
  1. [stack@vpn-6-62 diskimage-create (master *>)]$ ./diskimage-create.sh
  2.  
  3.  
  4.  
  5. Building elements: base base vm ubuntu haproxy-octavia-ubuntu amphora-agent pyroute2 keepalived-octavia-ubuntu
  6. Expanded element dependencies to: sysctl pip-manifest dib-run-parts vm amphora-agent mysql-dev os-svc-install os-apply-config manifests package-installs dkms os-refresh-config source-repositories keepalived-octavia-ubuntu dib-init-system haproxy-octavia-ubuntu install-types os-collect-config svc-map dib-python base ubuntu bootloader dpkg pyroute2 pip-and-virtualenv cache-url pkg-map cloud-init-datasources
  7. WARNING: Not enough RAM to use tmpfs for build. Using /tmp. (4047316 < 4G)
  8. Building in /tmp/image.8Hjc5kUs
  9. dib-run-parts Tue Jan 26 13:45:00 EST 2016 Running /tmp/image.8Hjc5kUs/hooks/root.d/01-ccache
  10. dib-run-parts Tue Jan 26 13:45:00 EST 2016 01-ccache completed
  11. dib-run-parts Tue Jan 26 13:45:00 EST 2016 Running /tmp/image.8Hjc5kUs/hooks/root.d/10-cache-ubuntu-tarball
  12. + set -eu
  13. + set -o pipefail
  14. + '[' -n amd64 ']'
  15. + '[' -n /tmp/image.8Hjc5kUs/mnt ']'
  16. + shopt -s extglob
  17. + DIB_CLOUD_IMAGES=http://cloud-images.ubuntu.com
  18. + DIB_RELEASE=trusty
  19. + BASE_IMAGE_FILE=trusty-server-cloudimg-amd64-root.tar.gz
  20. + SHA256SUMS=https://cloud-images.ubuntu.com/trusty/current/SHA256SUMS
  21. + CACHED_FILE=/home/stack/.cache/image-create/trusty-server-cloudimg-amd64-root.tar.gz
  22. + CACHED_FILE_LOCK=/home/stack/.cache/image-create/trusty-server-cloudimg-amd64-root.tar.gz.lock
  23. + CACHED_SUMS=/home/stack/.cache/image-create/SHA256SUMS.ubuntu.trusty.amd64
  24. ++ date
  25. + echo 'Getting /home/stack/.cache/image-create/trusty-server-cloudimg-amd64-root.tar.gz.lock: Tue Jan 26 13:45:00 EST 2016'
  26. Getting /home/stack/.cache/image-create/trusty-server-cloudimg-amd64-root.tar.gz.lock: Tue Jan 26 13:45:00 EST 2016
  27. + flock -w 1200 9
  28. + get_ubuntu_tarball
  29. + '[' -n '' -a -f /home/stack/.cache/image-create/trusty-server-cloudimg-amd64-root.tar.gz ']'
  30. + echo 'Fetching Base Image'
  31. Fetching Base Image
  32. + /tmp/image.8Hjc5kUs/hooks/bin/cache-url https://cloud-images.ubuntu.com/trusty/current/SHA256SUMS /home/stack/.cache/image-create/SHA256SUMS.ubuntu.trusty.amd64
  33. % Total % Received % Xferd Average Speed Time Time Time Current
  34. Dload Upload Total Spent Left Speed
  35. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying 91.189.88.141...
  36. * Connected to cloud-images.ubuntu.com (91.189.88.141) port 443 (#0)
  37. * Initializing NSS with certpath: sql:/etc/pki/nssdb
  38. * CAfile: /etc/pki/tls/certs/ca-bundle.crt
  39. CApath: none
  40. * ALPN/NPN, server did not agree to a protocol
  41. * SSL connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
  42. * Server certificate:
  43. * subject: CN=cloud-images.ubuntu.com,O=Canonical Group Ltd,L=London,ST=Southwark,C=GB
  44. * start date: Jul 13 00:00:00 2015 GMT
  45. * expire date: Jul 20 12:00:00 2016 GMT
  46. * common name: cloud-images.ubuntu.com
  47. * issuer: CN=DigiCert SHA2 Secure Server CA,O=DigiCert Inc,C=US
  48. > GET /trusty/current/SHA256SUMS HTTP/1.1
  49. > Host: cloud-images.ubuntu.com
  50. > User-Agent: curl/7.43.0
  51. > Accept: */*
  52. > If-Modified-Since: Tue, 26 Jan 2016 17:54:14 GMT
  53. >
  54. < HTTP/1.1 304 Not Modified
  55. < Date: Tue, 26 Jan 2016 18:45:00 GMT
  56. < Server: Apache
  57. < ETag: "148002e-be7-529f6d6715b00"
  58. <
  59. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  60. * Connection #0 to host cloud-images.ubuntu.com left intact
  61. Server copy has not changed. Using locally cached https://cloud-images.ubuntu.com/trusty/current/SHA256SUMS
  62. + /tmp/image.8Hjc5kUs/hooks/bin/cache-url http://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-root.tar.gz /home/stack/.cache/image-create/trusty-server-cloudimg-amd64-root.tar.gz
  63. % Total % Received % Xferd Average Speed Time Time Time Current
  64. Dload Upload Total Spent Left Speed
  65. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying 91.189.88.141...
  66. * Connected to cloud-images.ubuntu.com (91.189.88.141) port 80 (#0)
  67. > GET /trusty/current/trusty-server-cloudimg-amd64-root.tar.gz HTTP/1.1
  68. > Host: cloud-images.ubuntu.com
  69. > User-Agent: curl/7.43.0
  70. > Accept: */*
  71. > If-Modified-Since: Tue, 26 Jan 2016 17:54:24 GMT
  72. >
  73. < HTTP/1.1 304 Not Modified
  74. < Date: Tue, 26 Jan 2016 18:45:00 GMT
  75. < Server: Apache
  76. < ETag: "14802df-b381ca1-529f2fcc2c2c0"
  77. <
  78. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  79. * Connection #0 to host cloud-images.ubuntu.com left intact
  80. Server copy has not changed. Using locally cached http://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-root.tar.gz
  81. + pushd /home/stack/.cache/image-create
  82. ~/.cache/image-create /opt/stack/octavia/diskimage-create/diskimage-create.hOVA5p
  83. + grep trusty-server-cloudimg-amd64-root.tar.gz /home/stack/.cache/image-create/SHA256SUMS.ubuntu.trusty.amd64
  84. + sha256sum --check -
  85. trusty-server-cloudimg-amd64-root.tar.gz: OK
  86. + popd
  87. /opt/stack/octavia/diskimage-create/diskimage-create.hOVA5p
  88. + sudo tar -C /tmp/image.8Hjc5kUs/mnt --numeric-owner -xzf /home/stack/.cache/image-create/trusty-server-cloudimg-amd64-root.tar.gz
  89. dib-run-parts Tue Jan 26 13:45:08 EST 2016 10-cache-ubuntu-tarball completed
  90. dib-run-parts Tue Jan 26 13:45:08 EST 2016 Running /tmp/image.8Hjc5kUs/hooks/root.d/50-build-with-http-cache
  91. dib-run-parts Tue Jan 26 13:45:08 EST 2016 50-build-with-http-cache completed
  92. dib-run-parts Tue Jan 26 13:45:08 EST 2016 Running /tmp/image.8Hjc5kUs/hooks/root.d/60-block-apt-translations
  93. 0+1 records in
  94. 0+1 records out
  95. 27 bytes (27 B) copied, 0.000242484 s, 111 kB/s
  96. dib-run-parts Tue Jan 26 13:45:08 EST 2016 60-block-apt-translations completed
  97. dib-run-parts Tue Jan 26 13:45:08 EST 2016 Running /tmp/image.8Hjc5kUs/hooks/root.d/90-base-dib-run-parts
  98. dib-run-parts Tue Jan 26 13:45:08 EST 2016 90-base-dib-run-parts completed
  99. dib-run-parts Tue Jan 26 13:45:08 EST 2016 Running /tmp/image.8Hjc5kUs/hooks/root.d/99-block-daemons
  100. 0+1 records in
  101. 0+1 records out
  102. 76 bytes (76 B) copied, 0.0004492 s, 169 kB/s
  103. 0+1 records in
  104. 0+1 records out
  105. 90 bytes (90 B) copied, 0.000981736 s, 91.7 kB/s
  106. 0+1 records in
  107. 0+1 records out
  108. 143 bytes (143 B) copied, 6.071e-05 s, 2.4 MB/s
  109. dib-run-parts Tue Jan 26 13:45:08 EST 2016 99-block-daemons completed
  110. dib-run-parts Tue Jan 26 13:45:08 EST 2016 Running /tmp/image.8Hjc5kUs/hooks/root.d/99-shared_apt_cache
  111. dib-run-parts Tue Jan 26 13:45:08 EST 2016 99-shared_apt_cache completed
  112. dib-run-parts Tue Jan 26 13:45:08 EST 2016 Running /tmp/image.8Hjc5kUs/hooks/root.d/99-trim-dpkg
  113. dib-run-parts Tue Jan 26 13:45:08 EST 2016 99-trim-dpkg completed
  114. ----------------------- PROFILING -----------------------
  115.  
  116. Target: root.d
  117.  
  118. Script Seconds
  119. --------------------------------------- ----------
  120.  
  121. 01-ccache 0.034
  122. 10-cache-ubuntu-tarball 7.912
  123. 50-build-with-http-cache 0.002
  124. 60-block-apt-translations 0.046
  125. 90-base-dib-run-parts 0.023
  126. 99-block-daemons 0.116
  127. 99-shared_apt_cache 0.020
  128. 99-trim-dpkg 0.041
  129.  
  130. --------------------- END PROFILING ---------------------
  131. dib-run-parts Tue Jan 26 13:45:08 EST 2016 Running /tmp/image.8Hjc5kUs/hooks/extra-data.d/01-copy-apt-keys
  132. DIB_ADD_APT_KEYS is not set - not importing keys
  133. dib-run-parts Tue Jan 26 13:45:08 EST 2016 01-copy-apt-keys completed
  134. dib-run-parts Tue Jan 26 13:45:08 EST 2016 Running /tmp/image.8Hjc5kUs/hooks/extra-data.d/10-create-pkg-map-dir
  135. + set -eu
  136. + set -o pipefail
  137. + sudo mkdir -p /tmp/image.8Hjc5kUs/mnt/usr/share/pkg-map/
  138. + for ELEMENT in '$IMAGE_ELEMENT'
  139. + for DIR in '${ELEMENTS_PATH//:/ }'
  140. + '[' -f /opt/stack/diskimage-builder/sysctl/pkg-map ']'
  141. + for DIR in '${ELEMENTS_PATH//:/ }'
  142. + '[' -f /opt/stack/tripleo-image-elements/elements/sysctl/pkg-map ']'
  143. + for DIR in '${ELEMENTS_PATH//:/ }'
  144. + '[' -f /opt/stack/octavia/elements/sysctl/pkg-map ']'
  145. + for DIR in '${ELEMENTS_PATH//:/ }'
  146. + '[' -f /opt/stack/diskimage-builder/bin/../elements/sysctl/pkg-map ']'
  147. + for ELEMENT in '$IMAGE_ELEMENT'
  148. + for DIR in '${ELEMENTS_PATH//:/ }'
  149. + '[' -f /opt/stack/diskimage-builder/pip-manifest/pkg-map ']'
  150. + for DIR in '${ELEMENTS_PATH//:/ }'
  151. + '[' -f /opt/stack/tripleo-image-elements/elements/pip-manifest/pkg-map ']'
  152. + for DIR in '${ELEMENTS_PATH//:/ }'
  153. + '[' -f /opt/stack/octavia/elements/pip-manifest/pkg-map ']'
  154. + for DIR in '${ELEMENTS_PATH//:/ }'
  155. + '[' -f /opt/stack/diskimage-builder/bin/../elements/pip-manifest/pkg-map ']'
  156. + for ELEMENT in '$IMAGE_ELEMENT'
  157. + for DIR in '${ELEMENTS_PATH//:/ }'
  158. + '[' -f /opt/stack/diskimage-builder/dib-run-parts/pkg-map ']'
  159. + for DIR in '${ELEMENTS_PATH//:/ }'
  160. + '[' -f /opt/stack/tripleo-image-elements/elements/dib-run-parts/pkg-map ']'
  161. + for DIR in '${ELEMENTS_PATH//:/ }'
  162. + '[' -f /opt/stack/octavia/elements/dib-run-parts/pkg-map ']'
  163. + for DIR in '${ELEMENTS_PATH//:/ }'
  164. + '[' -f /opt/stack/diskimage-builder/bin/../elements/dib-run-parts/pkg-map ']'
  165. + for ELEMENT in '$IMAGE_ELEMENT'
  166. + for DIR in '${ELEMENTS_PATH//:/ }'
  167. + '[' -f /opt/stack/diskimage-builder/vm/pkg-map ']'
  168. + for DIR in '${ELEMENTS_PATH//:/ }'
  169. + '[' -f /opt/stack/tripleo-image-elements/elements/vm/pkg-map ']'
  170. + for DIR in '${ELEMENTS_PATH//:/ }'
  171. + '[' -f /opt/stack/octavia/elements/vm/pkg-map ']'
  172. + for DIR in '${ELEMENTS_PATH//:/ }'
  173. + '[' -f /opt/stack/diskimage-builder/bin/../elements/vm/pkg-map ']'
  174. + for ELEMENT in '$IMAGE_ELEMENT'
  175. + for DIR in '${ELEMENTS_PATH//:/ }'
  176. + '[' -f /opt/stack/diskimage-builder/amphora-agent/pkg-map ']'
  177. + for DIR in '${ELEMENTS_PATH//:/ }'
  178. + '[' -f /opt/stack/tripleo-image-elements/elements/amphora-agent/pkg-map ']'
  179. + for DIR in '${ELEMENTS_PATH//:/ }'
  180. + '[' -f /opt/stack/octavia/elements/amphora-agent/pkg-map ']'
  181. + for DIR in '${ELEMENTS_PATH//:/ }'
  182. + '[' -f /opt/stack/diskimage-builder/bin/../elements/amphora-agent/pkg-map ']'
  183. + for ELEMENT in '$IMAGE_ELEMENT'
  184. + for DIR in '${ELEMENTS_PATH//:/ }'
  185. + '[' -f /opt/stack/diskimage-builder/mysql-dev/pkg-map ']'
  186. + for DIR in '${ELEMENTS_PATH//:/ }'
  187. + '[' -f /opt/stack/tripleo-image-elements/elements/mysql-dev/pkg-map ']'
  188. + sudo cp /opt/stack/tripleo-image-elements/elements/mysql-dev/pkg-map /tmp/image.8Hjc5kUs/mnt/usr/share/pkg-map/mysql-dev
  189. + for DIR in '${ELEMENTS_PATH//:/ }'
  190. + '[' -f /opt/stack/octavia/elements/mysql-dev/pkg-map ']'
  191. + for DIR in '${ELEMENTS_PATH//:/ }'
  192. + '[' -f /opt/stack/diskimage-builder/bin/../elements/mysql-dev/pkg-map ']'
  193. + for ELEMENT in '$IMAGE_ELEMENT'
  194. + for DIR in '${ELEMENTS_PATH//:/ }'
  195. + '[' -f /opt/stack/diskimage-builder/os-svc-install/pkg-map ']'
  196. + for DIR in '${ELEMENTS_PATH//:/ }'
  197. + '[' -f /opt/stack/tripleo-image-elements/elements/os-svc-install/pkg-map ']'
  198. + for DIR in '${ELEMENTS_PATH//:/ }'
  199. + '[' -f /opt/stack/octavia/elements/os-svc-install/pkg-map ']'
  200. + for DIR in '${ELEMENTS_PATH//:/ }'
  201. + '[' -f /opt/stack/diskimage-builder/bin/../elements/os-svc-install/pkg-map ']'
  202. + for ELEMENT in '$IMAGE_ELEMENT'
  203. + for DIR in '${ELEMENTS_PATH//:/ }'
  204. + '[' -f /opt/stack/diskimage-builder/os-apply-config/pkg-map ']'
  205. + for DIR in '${ELEMENTS_PATH//:/ }'
  206. + '[' -f /opt/stack/tripleo-image-elements/elements/os-apply-config/pkg-map ']'
  207. + sudo cp /opt/stack/tripleo-image-elements/elements/os-apply-config/pkg-map /tmp/image.8Hjc5kUs/mnt/usr/share/pkg-map/os-apply-config
  208. + for DIR in '${ELEMENTS_PATH//:/ }'
  209. + '[' -f /opt/stack/octavia/elements/os-apply-config/pkg-map ']'
  210. + for DIR in '${ELEMENTS_PATH//:/ }'
  211. + '[' -f /opt/stack/diskimage-builder/bin/../elements/os-apply-config/pkg-map ']'
  212. + for ELEMENT in '$IMAGE_ELEMENT'
  213. + for DIR in '${ELEMENTS_PATH//:/ }'
  214. + '[' -f /opt/stack/diskimage-builder/manifests/pkg-map ']'
  215. + for DIR in '${ELEMENTS_PATH//:/ }'
  216. + '[' -f /opt/stack/tripleo-image-elements/elements/manifests/pkg-map ']'
  217. + for DIR in '${ELEMENTS_PATH//:/ }'
  218. + '[' -f /opt/stack/octavia/elements/manifests/pkg-map ']'
  219. + for DIR in '${ELEMENTS_PATH//:/ }'
  220. + '[' -f /opt/stack/diskimage-builder/bin/../elements/manifests/pkg-map ']'
  221. + for ELEMENT in '$IMAGE_ELEMENT'
  222. + for DIR in '${ELEMENTS_PATH//:/ }'
  223. + '[' -f /opt/stack/diskimage-builder/package-installs/pkg-map ']'
  224. + for DIR in '${ELEMENTS_PATH//:/ }'
  225. + '[' -f /opt/stack/tripleo-image-elements/elements/package-installs/pkg-map ']'
  226. + for DIR in '${ELEMENTS_PATH//:/ }'
  227. + '[' -f /opt/stack/octavia/elements/package-installs/pkg-map ']'
  228. + for DIR in '${ELEMENTS_PATH//:/ }'
  229. + '[' -f /opt/stack/diskimage-builder/bin/../elements/package-installs/pkg-map ']'
  230. + for ELEMENT in '$IMAGE_ELEMENT'
  231. + for DIR in '${ELEMENTS_PATH//:/ }'
  232. + '[' -f /opt/stack/diskimage-builder/dkms/pkg-map ']'
  233. + for DIR in '${ELEMENTS_PATH//:/ }'
  234. + '[' -f /opt/stack/tripleo-image-elements/elements/dkms/pkg-map ']'
  235. + for DIR in '${ELEMENTS_PATH//:/ }'
  236. + '[' -f /opt/stack/octavia/elements/dkms/pkg-map ']'
  237. + for DIR in '${ELEMENTS_PATH//:/ }'
  238. + '[' -f /opt/stack/diskimage-builder/bin/../elements/dkms/pkg-map ']'
  239. + for ELEMENT in '$IMAGE_ELEMENT'
  240. + for DIR in '${ELEMENTS_PATH//:/ }'
  241. + '[' -f /opt/stack/diskimage-builder/os-refresh-config/pkg-map ']'
  242. + for DIR in '${ELEMENTS_PATH//:/ }'
  243. + '[' -f /opt/stack/tripleo-image-elements/elements/os-refresh-config/pkg-map ']'
  244. + sudo cp /opt/stack/tripleo-image-elements/elements/os-refresh-config/pkg-map /tmp/image.8Hjc5kUs/mnt/usr/share/pkg-map/os-refresh-config
  245. + for DIR in '${ELEMENTS_PATH//:/ }'
  246. + '[' -f /opt/stack/octavia/elements/os-refresh-config/pkg-map ']'
  247. + for DIR in '${ELEMENTS_PATH//:/ }'
  248. + '[' -f /opt/stack/diskimage-builder/bin/../elements/os-refresh-config/pkg-map ']'
  249. + for ELEMENT in '$IMAGE_ELEMENT'
  250. + for DIR in '${ELEMENTS_PATH//:/ }'
  251. + '[' -f /opt/stack/diskimage-builder/source-repositories/pkg-map ']'
  252. + for DIR in '${ELEMENTS_PATH//:/ }'
  253. + '[' -f /opt/stack/tripleo-image-elements/elements/source-repositories/pkg-map ']'
  254. + for DIR in '${ELEMENTS_PATH//:/ }'
  255. + '[' -f /opt/stack/octavia/elements/source-repositories/pkg-map ']'
  256. + for DIR in '${ELEMENTS_PATH//:/ }'
  257. + '[' -f /opt/stack/diskimage-builder/bin/../elements/source-repositories/pkg-map ']'
  258. + for ELEMENT in '$IMAGE_ELEMENT'
  259. + for DIR in '${ELEMENTS_PATH//:/ }'
  260. + '[' -f /opt/stack/diskimage-builder/keepalived-octavia-ubuntu/pkg-map ']'
  261. + for DIR in '${ELEMENTS_PATH//:/ }'
  262. + '[' -f /opt/stack/tripleo-image-elements/elements/keepalived-octavia-ubuntu/pkg-map ']'
  263. + for DIR in '${ELEMENTS_PATH//:/ }'
  264. + '[' -f /opt/stack/octavia/elements/keepalived-octavia-ubuntu/pkg-map ']'
  265. + for DIR in '${ELEMENTS_PATH//:/ }'
  266. + '[' -f /opt/stack/diskimage-builder/bin/../elements/keepalived-octavia-ubuntu/pkg-map ']'
  267. + for ELEMENT in '$IMAGE_ELEMENT'
  268. + for DIR in '${ELEMENTS_PATH//:/ }'
  269. + '[' -f /opt/stack/diskimage-builder/dib-init-system/pkg-map ']'
  270. + for DIR in '${ELEMENTS_PATH//:/ }'
  271. + '[' -f /opt/stack/tripleo-image-elements/elements/dib-init-system/pkg-map ']'
  272. + for DIR in '${ELEMENTS_PATH//:/ }'
  273. + '[' -f /opt/stack/octavia/elements/dib-init-system/pkg-map ']'
  274. + for DIR in '${ELEMENTS_PATH//:/ }'
  275. + '[' -f /opt/stack/diskimage-builder/bin/../elements/dib-init-system/pkg-map ']'
  276. + for ELEMENT in '$IMAGE_ELEMENT'
  277. + for DIR in '${ELEMENTS_PATH//:/ }'
  278. + '[' -f /opt/stack/diskimage-builder/haproxy-octavia-ubuntu/pkg-map ']'
  279. + for DIR in '${ELEMENTS_PATH//:/ }'
  280. + '[' -f /opt/stack/tripleo-image-elements/elements/haproxy-octavia-ubuntu/pkg-map ']'
  281. + for DIR in '${ELEMENTS_PATH//:/ }'
  282. + '[' -f /opt/stack/octavia/elements/haproxy-octavia-ubuntu/pkg-map ']'
  283. + for DIR in '${ELEMENTS_PATH//:/ }'
  284. + '[' -f /opt/stack/diskimage-builder/bin/../elements/haproxy-octavia-ubuntu/pkg-map ']'
  285. + for ELEMENT in '$IMAGE_ELEMENT'
  286. + for DIR in '${ELEMENTS_PATH//:/ }'
  287. + '[' -f /opt/stack/diskimage-builder/install-types/pkg-map ']'
  288. + for DIR in '${ELEMENTS_PATH//:/ }'
  289. + '[' -f /opt/stack/tripleo-image-elements/elements/install-types/pkg-map ']'
  290. + for DIR in '${ELEMENTS_PATH//:/ }'
  291. + '[' -f /opt/stack/octavia/elements/install-types/pkg-map ']'
  292. + for DIR in '${ELEMENTS_PATH//:/ }'
  293. + '[' -f /opt/stack/diskimage-builder/bin/../elements/install-types/pkg-map ']'
  294. + for ELEMENT in '$IMAGE_ELEMENT'
  295. + for DIR in '${ELEMENTS_PATH//:/ }'
  296. + '[' -f /opt/stack/diskimage-builder/os-collect-config/pkg-map ']'
  297. + for DIR in '${ELEMENTS_PATH//:/ }'
  298. + '[' -f /opt/stack/tripleo-image-elements/elements/os-collect-config/pkg-map ']'
  299. + sudo cp /opt/stack/tripleo-image-elements/elements/os-collect-config/pkg-map /tmp/image.8Hjc5kUs/mnt/usr/share/pkg-map/os-collect-config
  300. + for DIR in '${ELEMENTS_PATH//:/ }'
  301. + '[' -f /opt/stack/octavia/elements/os-collect-config/pkg-map ']'
  302. + for DIR in '${ELEMENTS_PATH//:/ }'
  303. + '[' -f /opt/stack/diskimage-builder/bin/../elements/os-collect-config/pkg-map ']'
  304. + for ELEMENT in '$IMAGE_ELEMENT'
  305. + for DIR in '${ELEMENTS_PATH//:/ }'
  306. + '[' -f /opt/stack/diskimage-builder/svc-map/pkg-map ']'
  307. + for DIR in '${ELEMENTS_PATH//:/ }'
  308. + '[' -f /opt/stack/tripleo-image-elements/elements/svc-map/pkg-map ']'
  309. + for DIR in '${ELEMENTS_PATH//:/ }'
  310. + '[' -f /opt/stack/octavia/elements/svc-map/pkg-map ']'
  311. + for DIR in '${ELEMENTS_PATH//:/ }'
  312. + '[' -f /opt/stack/diskimage-builder/bin/../elements/svc-map/pkg-map ']'
  313. + sudo cp /opt/stack/diskimage-builder/bin/../elements/svc-map/pkg-map /tmp/image.8Hjc5kUs/mnt/usr/share/pkg-map/svc-map
  314. + for ELEMENT in '$IMAGE_ELEMENT'
  315. + for DIR in '${ELEMENTS_PATH//:/ }'
  316. + '[' -f /opt/stack/diskimage-builder/dib-python/pkg-map ']'
  317. + for DIR in '${ELEMENTS_PATH//:/ }'
  318. + '[' -f /opt/stack/tripleo-image-elements/elements/dib-python/pkg-map ']'
  319. + for DIR in '${ELEMENTS_PATH//:/ }'
  320. + '[' -f /opt/stack/octavia/elements/dib-python/pkg-map ']'
  321. + for DIR in '${ELEMENTS_PATH//:/ }'
  322. + '[' -f /opt/stack/diskimage-builder/bin/../elements/dib-python/pkg-map ']'
  323. + for ELEMENT in '$IMAGE_ELEMENT'
  324. + for DIR in '${ELEMENTS_PATH//:/ }'
  325. + '[' -f /opt/stack/diskimage-builder/base/pkg-map ']'
  326. + for DIR in '${ELEMENTS_PATH//:/ }'
  327. + '[' -f /opt/stack/tripleo-image-elements/elements/base/pkg-map ']'
  328. + for DIR in '${ELEMENTS_PATH//:/ }'
  329. + '[' -f /opt/stack/octavia/elements/base/pkg-map ']'
  330. + for DIR in '${ELEMENTS_PATH//:/ }'
  331. + '[' -f /opt/stack/diskimage-builder/bin/../elements/base/pkg-map ']'
  332. + sudo cp /opt/stack/diskimage-builder/bin/../elements/base/pkg-map /tmp/image.8Hjc5kUs/mnt/usr/share/pkg-map/base
  333. + for ELEMENT in '$IMAGE_ELEMENT'
  334. + for DIR in '${ELEMENTS_PATH//:/ }'
  335. + '[' -f /opt/stack/diskimage-builder/ubuntu/pkg-map ']'
  336. + for DIR in '${ELEMENTS_PATH//:/ }'
  337. + '[' -f /opt/stack/tripleo-image-elements/elements/ubuntu/pkg-map ']'
  338. + for DIR in '${ELEMENTS_PATH//:/ }'
  339. + '[' -f /opt/stack/octavia/elements/ubuntu/pkg-map ']'
  340. + for DIR in '${ELEMENTS_PATH//:/ }'
  341. + '[' -f /opt/stack/diskimage-builder/bin/../elements/ubuntu/pkg-map ']'
  342. + for ELEMENT in '$IMAGE_ELEMENT'
  343. + for DIR in '${ELEMENTS_PATH//:/ }'
  344. + '[' -f /opt/stack/diskimage-builder/bootloader/pkg-map ']'
  345. + for DIR in '${ELEMENTS_PATH//:/ }'
  346. + '[' -f /opt/stack/tripleo-image-elements/elements/bootloader/pkg-map ']'
  347. + for DIR in '${ELEMENTS_PATH//:/ }'
  348. + '[' -f /opt/stack/octavia/elements/bootloader/pkg-map ']'
  349. + for DIR in '${ELEMENTS_PATH//:/ }'
  350. + '[' -f /opt/stack/diskimage-builder/bin/../elements/bootloader/pkg-map ']'
  351. + sudo cp /opt/stack/diskimage-builder/bin/../elements/bootloader/pkg-map /tmp/image.8Hjc5kUs/mnt/usr/share/pkg-map/bootloader
  352. + for ELEMENT in '$IMAGE_ELEMENT'
  353. + for DIR in '${ELEMENTS_PATH//:/ }'
  354. + '[' -f /opt/stack/diskimage-builder/dpkg/pkg-map ']'
  355. + for DIR in '${ELEMENTS_PATH//:/ }'
  356. + '[' -f /opt/stack/tripleo-image-elements/elements/dpkg/pkg-map ']'
  357. + for DIR in '${ELEMENTS_PATH//:/ }'
  358. + '[' -f /opt/stack/octavia/elements/dpkg/pkg-map ']'
  359. + for DIR in '${ELEMENTS_PATH//:/ }'
  360. + '[' -f /opt/stack/diskimage-builder/bin/../elements/dpkg/pkg-map ']'
  361. + for ELEMENT in '$IMAGE_ELEMENT'
  362. + for DIR in '${ELEMENTS_PATH//:/ }'
  363. + '[' -f /opt/stack/diskimage-builder/pyroute2/pkg-map ']'
  364. + for DIR in '${ELEMENTS_PATH//:/ }'
  365. + '[' -f /opt/stack/tripleo-image-elements/elements/pyroute2/pkg-map ']'
  366. + for DIR in '${ELEMENTS_PATH//:/ }'
  367. + '[' -f /opt/stack/octavia/elements/pyroute2/pkg-map ']'
  368. + for DIR in '${ELEMENTS_PATH//:/ }'
  369. + '[' -f /opt/stack/diskimage-builder/bin/../elements/pyroute2/pkg-map ']'
  370. + for ELEMENT in '$IMAGE_ELEMENT'
  371. + for DIR in '${ELEMENTS_PATH//:/ }'
  372. + '[' -f /opt/stack/diskimage-builder/pip-and-virtualenv/pkg-map ']'
  373. + for DIR in '${ELEMENTS_PATH//:/ }'
  374. + '[' -f /opt/stack/tripleo-image-elements/elements/pip-and-virtualenv/pkg-map ']'
  375. + for DIR in '${ELEMENTS_PATH//:/ }'
  376. + '[' -f /opt/stack/octavia/elements/pip-and-virtualenv/pkg-map ']'
  377. + for DIR in '${ELEMENTS_PATH//:/ }'
  378. + '[' -f /opt/stack/diskimage-builder/bin/../elements/pip-and-virtualenv/pkg-map ']'
  379. + for ELEMENT in '$IMAGE_ELEMENT'
  380. + for DIR in '${ELEMENTS_PATH//:/ }'
  381. + '[' -f /opt/stack/diskimage-builder/cache-url/pkg-map ']'
  382. + for DIR in '${ELEMENTS_PATH//:/ }'
  383. + '[' -f /opt/stack/tripleo-image-elements/elements/cache-url/pkg-map ']'
  384. + for DIR in '${ELEMENTS_PATH//:/ }'
  385. + '[' -f /opt/stack/octavia/elements/cache-url/pkg-map ']'
  386. + for DIR in '${ELEMENTS_PATH//:/ }'
  387. + '[' -f /opt/stack/diskimage-builder/bin/../elements/cache-url/pkg-map ']'
  388. + for ELEMENT in '$IMAGE_ELEMENT'
  389. + for DIR in '${ELEMENTS_PATH//:/ }'
  390. + '[' -f /opt/stack/diskimage-builder/pkg-map/pkg-map ']'
  391. + for DIR in '${ELEMENTS_PATH//:/ }'
  392. + '[' -f /opt/stack/tripleo-image-elements/elements/pkg-map/pkg-map ']'
  393. + for DIR in '${ELEMENTS_PATH//:/ }'
  394. + '[' -f /opt/stack/octavia/elements/pkg-map/pkg-map ']'
  395. + for DIR in '${ELEMENTS_PATH//:/ }'
  396. + '[' -f /opt/stack/diskimage-builder/bin/../elements/pkg-map/pkg-map ']'
  397. + for ELEMENT in '$IMAGE_ELEMENT'
  398. + for DIR in '${ELEMENTS_PATH//:/ }'
  399. + '[' -f /opt/stack/diskimage-builder/cloud-init-datasources/pkg-map ']'
  400. + for DIR in '${ELEMENTS_PATH//:/ }'
  401. + '[' -f /opt/stack/tripleo-image-elements/elements/cloud-init-datasources/pkg-map ']'
  402. + for DIR in '${ELEMENTS_PATH//:/ }'
  403. + '[' -f /opt/stack/octavia/elements/cloud-init-datasources/pkg-map ']'
  404. + for DIR in '${ELEMENTS_PATH//:/ }'
  405. + '[' -f /opt/stack/diskimage-builder/bin/../elements/cloud-init-datasources/pkg-map ']'
  406. dib-run-parts Tue Jan 26 13:45:08 EST 2016 10-create-pkg-map-dir completed
  407. dib-run-parts Tue Jan 26 13:45:08 EST 2016 Running /tmp/image.8Hjc5kUs/hooks/extra-data.d/10-merge-svc-map-files
  408. dib-run-parts Tue Jan 26 13:45:09 EST 2016 10-merge-svc-map-files completed
  409. dib-run-parts Tue Jan 26 13:45:09 EST 2016 Running /tmp/image.8Hjc5kUs/hooks/extra-data.d/11-copy-svc-map-file
  410. + set -eu
  411. + set -o pipefail
  412. + sudo install -D -m 0644 /tmp/image.8Hjc5kUs/mnt/tmp/svc-map-services /tmp/image.8Hjc5kUs/mnt/usr/share/svc-map/services
  413. dib-run-parts Tue Jan 26 13:45:09 EST 2016 11-copy-svc-map-file completed
  414. dib-run-parts Tue Jan 26 13:45:09 EST 2016 Running /tmp/image.8Hjc5kUs/hooks/extra-data.d/20-manifest-dir
  415. + set -eu
  416. + set -o pipefail
  417. + sudo mkdir -p /tmp/image.8Hjc5kUs/mnt//etc/dib-manifests
  418. dib-run-parts Tue Jan 26 13:45:09 EST 2016 20-manifest-dir completed
  419. dib-run-parts Tue Jan 26 13:45:09 EST 2016 Running /tmp/image.8Hjc5kUs/hooks/extra-data.d/50-store-build-settings
  420. dib-run-parts Tue Jan 26 13:45:09 EST 2016 50-store-build-settings completed
  421. dib-run-parts Tue Jan 26 13:45:09 EST 2016 Running /tmp/image.8Hjc5kUs/hooks/extra-data.d/75-inject-pip-manifests
  422. + sudo mkdir -p /tmp/image.8Hjc5kUs/mnt//etc/dib-manifests/dib-manifests-pip
  423. dib-run-parts Tue Jan 26 13:45:09 EST 2016 75-inject-pip-manifests completed
  424. dib-run-parts Tue Jan 26 13:45:09 EST 2016 Running /tmp/image.8Hjc5kUs/hooks/extra-data.d/98-source-repositories
  425. Getting /home/stack/.cache/image-create/source-repositories/repositories_flock: Tue Jan 26 13:45:09 EST 2016
  426. Caching get-pip-py file from https://bootstrap.pypa.io/get-pip.py in /home/stack/.cache/image-create/source-repositories/get_pip_py_50bbba586670cca2803e23f614374b482e595f6a
  427. % Total % Received % Xferd Average Speed Time Time Time Current
  428. Dload Upload Total Spent Left Speed
  429. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying 185.31.17.175...
  430. * Connected to bootstrap.pypa.io (185.31.17.175) port 443 (#0)
  431. * Initializing NSS with certpath: sql:/etc/pki/nssdb
  432. * CAfile: /etc/pki/tls/certs/ca-bundle.crt
  433. CApath: none
  434. * ALPN, server accepted to use http/1.1
  435. * SSL connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
  436. * Server certificate:
  437. * subject: CN=*.c.ssl.fastly.net,O="Fastly, Inc.",L=San Francisco,ST=California,C=US
  438. * start date: Mar 03 00:00:00 2015 GMT
  439. * expire date: Apr 06 12:00:00 2016 GMT
  440. * common name: *.c.ssl.fastly.net
  441. * issuer: CN=DigiCert SHA2 High Assurance Server CA,OU=www.digicert.com,O=DigiCert Inc,C=US
  442. > GET /get-pip.py HTTP/1.1
  443. > Host: bootstrap.pypa.io
  444. > User-Agent: curl/7.43.0
  445. > Accept: */*
  446. > If-Modified-Since: Tue, 26 Jan 2016 17:54:33 GMT
  447. >
  448. < HTTP/1.1 304 Not Modified
  449. < Date: Tue, 26 Jan 2016 18:45:09 GMT
  450. < Via: 1.1 varnish
  451. < ETag: "56a1711f-1711bb"
  452. < Age: 2585
  453. < Connection: keep-alive
  454. < X-Served-By: cache-fra1239-FRA
  455. < X-Cache: HIT
  456. < X-Cache-Hits: 282
  457. <
  458. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  459. * Connection #0 to host bootstrap.pypa.io left intact
  460. Server copy has not changed. Using locally cached https://bootstrap.pypa.io/get-pip.py
  461. 0+1 records in
  462. 0+1 records out
  463. 16 bytes (16 B) copied, 6.6069e-05 s, 242 kB/s
  464. Getting /home/stack/.cache/image-create/source-repositories/repositories_flock: Tue Jan 26 13:45:09 EST 2016
  465. Updating cache of https://review.openstack.org/openstack/octavia in /home/stack/.cache/image-create/source-repositories/amphora_agent_4a72868ab528157d27772cc11795bbd26a826512 with ref master
  466. ae9dc12c464bd1333135a64d36fa4313af39c33d
  467. Cloning from amphora-agent cache and applying ref master
  468. Cloning into '/tmp/image.8Hjc5kUs/mnt/opt/amphora-agent'...
  469. done.
  470. /tmp/image.8Hjc5kUs/mnt/opt/amphora-agent /opt/stack/octavia/diskimage-create/diskimage-create.hOVA5p
  471. From /home/stack/.cache/image-create/source-repositories/amphora_agent_4a72868ab528157d27772cc11795bbd26a826512
  472. * [new branch] master -> fetch_master
  473. HEAD is now at ae9dc12 Fix typo in migration README.rst
  474. /opt/stack/octavia/diskimage-create/diskimage-create.hOVA5p
  475. 0+1 records in
  476. 0+1 records out
  477. 19 bytes (19 B) copied, 0.000243024 s, 78.2 kB/s
  478. dib-run-parts Tue Jan 26 13:45:11 EST 2016 98-source-repositories completed
  479. dib-run-parts Tue Jan 26 13:45:11 EST 2016 Running /tmp/image.8Hjc5kUs/hooks/extra-data.d/99-enable-install-types
  480. + set -eu
  481. + set -o pipefail
  482. + declare -a SPECIFIED_ELEMS
  483. + SPECIFIED_ELEMS[0]=
  484. + PREFIX=DIB_INSTALLTYPE_
  485. ++ env
  486. ++ cut -d= -f1
  487. ++ grep '^DIB_INSTALLTYPE_'
  488. ++ echo ''
  489. + INSTALL_TYPE_VARS=
  490. ++ find /tmp/image.8Hjc5kUs/hooks/install.d -maxdepth 1 -name '*-source-install' -type d
  491. + default_install_type_dirs='/tmp/image.8Hjc5kUs/hooks/install.d/get-pip-py-source-install
  492. /tmp/image.8Hjc5kUs/hooks/install.d/os-collect-config-source-install
  493. /tmp/image.8Hjc5kUs/hooks/install.d/os-refresh-config-source-install
  494. /tmp/image.8Hjc5kUs/hooks/install.d/os-apply-config-source-install'
  495. + for _install_dir in '$default_install_type_dirs'
  496. + SUFFIX=-source-install
  497. ++ basename /tmp/image.8Hjc5kUs/hooks/install.d/get-pip-py-source-install
  498. + _install_dir=get-pip-py-source-install
  499. + INSTALLDIRPREFIX=get-pip-py
  500. + found=0
  501. + '[' 0 = 0 ']'
  502. + pushd /tmp/image.8Hjc5kUs/hooks/install.d
  503. /tmp/image.8Hjc5kUs/hooks/install.d /opt/stack/octavia/diskimage-create/diskimage-create.hOVA5p
  504. + ln -sf get-pip-py-source-install/01-install-pip .
  505. + popd
  506. /opt/stack/octavia/diskimage-create/diskimage-create.hOVA5p
  507. + for _install_dir in '$default_install_type_dirs'
  508. + SUFFIX=-source-install
  509. ++ basename /tmp/image.8Hjc5kUs/hooks/install.d/os-collect-config-source-install
  510. + _install_dir=os-collect-config-source-install
  511. + INSTALLDIRPREFIX=os-collect-config
  512. + found=0
  513. + '[' 0 = 0 ']'
  514. + pushd /tmp/image.8Hjc5kUs/hooks/install.d
  515. /tmp/image.8Hjc5kUs/hooks/install.d /opt/stack/octavia/diskimage-create/diskimage-create.hOVA5p
  516. + ln -sf os-collect-config-source-install/10-os-collect-config .
  517. + popd
  518. /opt/stack/octavia/diskimage-create/diskimage-create.hOVA5p
  519. + for _install_dir in '$default_install_type_dirs'
  520. + SUFFIX=-source-install
  521. ++ basename /tmp/image.8Hjc5kUs/hooks/install.d/os-refresh-config-source-install
  522. + _install_dir=os-refresh-config-source-install
  523. + INSTALLDIRPREFIX=os-refresh-config
  524. + found=0
  525. + '[' 0 = 0 ']'
  526. + pushd /tmp/image.8Hjc5kUs/hooks/install.d
  527. /tmp/image.8Hjc5kUs/hooks/install.d /opt/stack/octavia/diskimage-create/diskimage-create.hOVA5p
  528. + ln -sf os-refresh-config-source-install/10-os-refresh-config .
  529. + popd
  530. /opt/stack/octavia/diskimage-create/diskimage-create.hOVA5p
  531. + for _install_dir in '$default_install_type_dirs'
  532. + SUFFIX=-source-install
  533. ++ basename /tmp/image.8Hjc5kUs/hooks/install.d/os-apply-config-source-install
  534. + _install_dir=os-apply-config-source-install
  535. + INSTALLDIRPREFIX=os-apply-config
  536. + found=0
  537. + '[' 0 = 0 ']'
  538. + pushd /tmp/image.8Hjc5kUs/hooks/install.d
  539. /tmp/image.8Hjc5kUs/hooks/install.d /opt/stack/octavia/diskimage-create/diskimage-create.hOVA5p
  540. + ln -sf os-apply-config-source-install/10-os-apply-config .
  541. + popd
  542. /opt/stack/octavia/diskimage-create/diskimage-create.hOVA5p
  543. dib-run-parts Tue Jan 26 13:45:11 EST 2016 99-enable-install-types completed
  544. dib-run-parts Tue Jan 26 13:45:11 EST 2016 Running /tmp/image.8Hjc5kUs/hooks/extra-data.d/99-squash-package-install
  545. dib-run-parts Tue Jan 26 13:45:11 EST 2016 99-squash-package-install completed
  546. ----------------------- PROFILING -----------------------
  547.  
  548. Target: extra-data.d
  549.  
  550. Script Seconds
  551. --------------------------------------- ----------
  552.  
  553. 01-copy-apt-keys 0.002
  554. 10-create-pkg-map-dir 0.116
  555. 10-merge-svc-map-files 0.085
  556. 11-copy-svc-map-file 0.020
  557. 20-manifest-dir 0.016
  558. 50-store-build-settings 0.002
  559. 75-inject-pip-manifests 0.016
  560. 98-source-repositories 2.085
  561. 99-enable-install-types 0.028
  562. 99-squash-package-install 0.084
  563.  
  564. --------------------- END PROFILING ---------------------
  565. dib-run-parts Tue Jan 26 18:45:11 UTC 2016 Running /tmp/in_target.d/pre-install.d/00-backports
  566. + echo deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse
  567. dib-run-parts Tue Jan 26 18:45:11 UTC 2016 00-backports completed
  568. dib-run-parts Tue Jan 26 18:45:11 UTC 2016 Running /tmp/in_target.d/pre-install.d/00-disable-apt-recommends
  569. 0+1 records in
  570. 0+1 records out
  571. 56 bytes (56 B) copied, 0.000121112 s, 462 kB/s
  572. dib-run-parts Tue Jan 26 18:45:11 UTC 2016 00-disable-apt-recommends completed
  573. dib-run-parts Tue Jan 26 18:45:11 UTC 2016 Running /tmp/in_target.d/pre-install.d/00-remove-apt-xapian-index
  574. Reading package lists... Done
  575. Building dependency tree
  576. Reading state information... Done
  577. The following packages were automatically installed and are no longer required:
  578. libfreetype6 os-prober
  579. Use 'apt-get autoremove' to remove them.
  580. The following packages will be REMOVED:
  581. apt-xapian-index
  582. 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
  583. After this operation, 336 kB disk space will be freed.
  584. (Reading database ... 24988 files and directories currently installed.)
  585. Removing apt-xapian-index (0.45ubuntu4) ...
  586. Removing index /var/lib/apt-xapian-index...
  587. Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
  588. dib-run-parts Tue Jan 26 18:45:13 UTC 2016 00-remove-apt-xapian-index completed
  589. dib-run-parts Tue Jan 26 18:45:13 UTC 2016 Running /tmp/in_target.d/pre-install.d/00-remove-grub
  590. dpkg-query: no packages found matching grub-pc
  591. dpkg-query: no packages found matching grub2-common
  592. dib-run-parts Tue Jan 26 18:45:13 UTC 2016 00-remove-grub completed
  593. dib-run-parts Tue Jan 26 18:45:13 UTC 2016 Running /tmp/in_target.d/pre-install.d/01-backports
  594. + echo deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse
  595. dib-run-parts Tue Jan 26 18:45:13 UTC 2016 01-backports completed
  596. dib-run-parts Tue Jan 26 18:45:13 UTC 2016 Running /tmp/in_target.d/pre-install.d/01-dib-python
  597. dib-run-parts Tue Jan 26 18:45:13 UTC 2016 01-dib-python completed
  598. dib-run-parts Tue Jan 26 18:45:13 UTC 2016 Running /tmp/in_target.d/pre-install.d/01-dpkg-install-bin
  599. dib-run-parts Tue Jan 26 18:45:13 UTC 2016 01-dpkg-install-bin completed
  600. dib-run-parts Tue Jan 26 18:45:13 UTC 2016 Running /tmp/in_target.d/pre-install.d/01-set-ubuntu-mirror
  601. dib-run-parts Tue Jan 26 18:45:13 UTC 2016 01-set-ubuntu-mirror completed
  602. dib-run-parts Tue Jan 26 18:45:13 UTC 2016 Running /tmp/in_target.d/pre-install.d/02-add-apt-keys
  603. dib-run-parts Tue Jan 26 18:45:13 UTC 2016 02-add-apt-keys completed
  604. dib-run-parts Tue Jan 26 18:45:13 UTC 2016 Running /tmp/in_target.d/pre-install.d/02-package-installs
  605. + set -eu
  606. + set -o pipefail
  607. ++ basename /usr/local/bin/package-installs
  608. + SCRIPTNAME=package-installs
  609. ++ getopt -o hd: -n package-installs -- -d /tmp/in_target.d/pre-install.d
  610. + TEMP=' -d '\''/tmp/in_target.d/pre-install.d'\'' --'
  611. + '[' 0 '!=' 0 ']'
  612. + eval set -- ' -d '\''/tmp/in_target.d/pre-install.d'\'' --'
  613. ++ set -- -d /tmp/in_target.d/pre-install.d --
  614. + WORKDIR=
  615. + true
  616. + case "$1" in
  617. + WORKDIR=/tmp/in_target.d/pre-install.d
  618. + shift 2
  619. + true
  620. + case "$1" in
  621. + shift
  622. + break
  623. + '[' -z /tmp/in_target.d/pre-install.d ']'
  624. + PACKAGES=
  625. ++ find /tmp/in_target.d/pre-install.d -maxdepth 1 -name 'package-installs-*'
  626. + '[' -n '' ']'
  627. installing PyYAML from svc-map
  628. dib-run-parts Tue Jan 26 18:45:13 UTC 2016 02-package-installs completed
  629. dib-run-parts Tue Jan 26 18:45:13 UTC 2016 Running /tmp/in_target.d/pre-install.d/03-baseline-tools
  630. Get:1 http://security.ubuntu.com trusty-security InRelease [64.4 kB]
  631. Ign http://archive.ubuntu.com trusty InRelease
  632. Get:2 http://archive.ubuntu.com trusty-updates InRelease [64.4 kB]
  633. Get:3 http://security.ubuntu.com trusty-security/main amd64 Packages [410 kB]
  634. Get:4 http://archive.ubuntu.com trusty-backports InRelease [64.5 kB]
  635. Hit http://archive.ubuntu.com trusty Release.gpg
  636. Get:5 http://archive.ubuntu.com trusty-updates/main amd64 Packages [689 kB]
  637. Get:6 http://security.ubuntu.com trusty-security/restricted amd64 Packages [13.0 kB]
  638. Get:7 http://security.ubuntu.com trusty-security/universe amd64 Packages [123 kB]
  639. Get:8 http://security.ubuntu.com trusty-security/multiverse amd64 Packages [4798 B]
  640. Get:9 http://archive.ubuntu.com trusty-updates/restricted amd64 Packages [15.9 kB]
  641. Get:10 http://archive.ubuntu.com trusty-updates/universe amd64 Packages [334 kB]
  642. Get:11 http://archive.ubuntu.com trusty-updates/multiverse amd64 Packages [13.0 kB]
  643. Get:12 http://archive.ubuntu.com trusty-backports/main amd64 Packages [9402 B]
  644. Get:13 http://archive.ubuntu.com trusty-backports/restricted amd64 Packages [28 B]
  645. Get:14 http://archive.ubuntu.com trusty-backports/universe amd64 Packages [39.8 kB]
  646. Get:15 http://archive.ubuntu.com trusty-backports/multiverse amd64 Packages [1571 B]
  647. Hit http://archive.ubuntu.com trusty Release
  648. Hit http://archive.ubuntu.com trusty/main amd64 Packages
  649. Hit http://archive.ubuntu.com trusty/restricted amd64 Packages
  650. Hit http://archive.ubuntu.com trusty/universe amd64 Packages
  651. Hit http://archive.ubuntu.com trusty/multiverse amd64 Packages
  652. Fetched 1848 kB in 4s (376 kB/s)
  653. Reading package lists... Done
  654. Reading package lists... Done
  655. Building dependency tree
  656. Reading state information... Done
  657. The following packages were automatically installed and are no longer required:
  658. libfreetype6 os-prober
  659. Use 'apt-get autoremove' to remove them.
  660. The following NEW packages will be installed:
  661. python-software-properties
  662. 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  663. Need to get 0 B/19.6 kB of archives.
  664. After this operation, 138 kB of additional disk space will be used.
  665. Selecting previously unselected package python-software-properties.
  666. (Reading database ... 24934 files and directories currently installed.)
  667. Preparing to unpack .../python-software-properties_0.92.37.7_all.deb ...
  668. Unpacking python-software-properties (0.92.37.7) ...
  669. Setting up python-software-properties (0.92.37.7) ...
  670. dib-run-parts Tue Jan 26 18:45:19 UTC 2016 03-baseline-tools completed
  671. dib-run-parts Tue Jan 26 18:45:19 UTC 2016 Running /tmp/in_target.d/pre-install.d/04-dib-init-system
  672. dib-run-parts Tue Jan 26 18:45:19 UTC 2016 04-dib-init-system completed
  673. dib-run-parts Tue Jan 26 18:45:19 UTC 2016 Running /tmp/in_target.d/pre-install.d/99-apt-get-update
  674. Ign http://archive.ubuntu.com trusty InRelease
  675. Hit http://security.ubuntu.com trusty-security InRelease
  676. Hit http://archive.ubuntu.com trusty-updates InRelease
  677. Hit http://security.ubuntu.com trusty-security/main amd64 Packages
  678. Hit http://archive.ubuntu.com trusty-backports InRelease
  679. Hit http://security.ubuntu.com trusty-security/restricted amd64 Packages
  680. Hit http://archive.ubuntu.com trusty Release.gpg
  681. Hit http://security.ubuntu.com trusty-security/universe amd64 Packages
  682. Hit http://archive.ubuntu.com trusty-updates/main amd64 Packages
  683. Hit http://security.ubuntu.com trusty-security/multiverse amd64 Packages
  684. Hit http://archive.ubuntu.com trusty-updates/restricted amd64 Packages
  685. Hit http://archive.ubuntu.com trusty-updates/universe amd64 Packages
  686. Hit http://archive.ubuntu.com trusty-updates/multiverse amd64 Packages
  687. Hit http://archive.ubuntu.com trusty-backports/main amd64 Packages
  688. Hit http://archive.ubuntu.com trusty-backports/restricted amd64 Packages
  689. Hit http://archive.ubuntu.com trusty-backports/universe amd64 Packages
  690. Hit http://archive.ubuntu.com trusty-backports/multiverse amd64 Packages
  691. Hit http://archive.ubuntu.com trusty Release
  692. Hit http://archive.ubuntu.com trusty/main amd64 Packages
  693. Hit http://archive.ubuntu.com trusty/restricted amd64 Packages
  694. Hit http://archive.ubuntu.com trusty/universe amd64 Packages
  695. Hit http://archive.ubuntu.com trusty/multiverse amd64 Packages
  696. Reading package lists... Done
  697. dib-run-parts Tue Jan 26 18:45:22 UTC 2016 99-apt-get-update completed
  698. dib-run-parts Tue Jan 26 18:45:22 UTC 2016 Running /tmp/in_target.d/pre-install.d/99-package-uninstalls
  699. + set -eu
  700. + set -o pipefail
  701. ++ basename /usr/local/bin/package-uninstalls
  702. + SCRIPTNAME=package-uninstalls
  703. ++ getopt -o hd: -n package-uninstalls -- -d /tmp/in_target.d/pre-install.d
  704. + TEMP=' -d '\''/tmp/in_target.d/pre-install.d'\'' --'
  705. + '[' 0 '!=' 0 ']'
  706. + eval set -- ' -d '\''/tmp/in_target.d/pre-install.d'\'' --'
  707. ++ set -- -d /tmp/in_target.d/pre-install.d --
  708. + WORKDIR=
  709. + true
  710. + case "$1" in
  711. + WORKDIR=/tmp/in_target.d/pre-install.d
  712. + shift 2
  713. + true
  714. + case "$1" in
  715. + shift
  716. + break
  717. + '[' -z /tmp/in_target.d/pre-install.d ']'
  718. + PACKAGES=
  719. ++ find /tmp/in_target.d/pre-install.d -maxdepth 1 -name 'package-installs-*'
  720. + install-packages -e
  721. Not running install-packages remove with empty packages list
  722. Nothing to uninstall
  723. dib-run-parts Tue Jan 26 18:45:22 UTC 2016 99-package-uninstalls completed
  724. ----------------------- PROFILING -----------------------
  725.  
  726. Target: pre-install.d
  727.  
  728. Script Seconds
  729. --------------------------------------- ----------
  730.  
  731. 00-backports 0.003
  732. 00-disable-apt-recommends 0.003
  733. 00-remove-apt-xapian-index 1.504
  734. 00-remove-grub 0.016
  735. 01-backports 0.002
  736. 01-dib-python 0.003
  737. 01-dpkg-install-bin 0.005
  738. 01-set-ubuntu-mirror 0.002
  739. 02-add-apt-keys 0.002
  740. 02-package-installs 0.303
  741. 03-baseline-tools 6.367
  742. 04-dib-init-system 0.004
  743. 99-apt-get-update 2.612
  744. 99-package-uninstalls 0.036
  745.  
  746. --------------------- END PROFILING ---------------------
  747. dib-run-parts Tue Jan 26 18:45:22 UTC 2016 Running /tmp/in_target.d/install.d/00-baseline-environment
  748. Reading package lists... Done
  749. Building dependency tree
  750. Reading state information... Done
  751. The following packages were automatically installed and are no longer required:
  752. libfreetype6 os-prober
  753. Use 'apt-get autoremove' to remove them.
  754. The following NEW packages will be installed:
  755. open-iscsi
  756. 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  757. Need to get 0 B/268 kB of archives.
  758. After this operation, 2221 kB of additional disk space will be used.
  759. Selecting previously unselected package open-iscsi.
  760. (Reading database ... 24950 files and directories currently installed.)
  761. Preparing to unpack .../open-iscsi_2.0.873-3ubuntu9_amd64.deb ...
  762. Unpacking open-iscsi (2.0.873-3ubuntu9) ...
  763. Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
  764. Processing triggers for ureadahead (0.100.0-16) ...
  765. Setting up open-iscsi (2.0.873-3ubuntu9) ...
  766. Processing triggers for ureadahead (0.100.0-16) ...
  767. dib-run-parts Tue Jan 26 18:45:23 UTC 2016 00-baseline-environment completed
  768. dib-run-parts Tue Jan 26 18:45:23 UTC 2016 Running /tmp/in_target.d/install.d/00-up-to-date
  769. Reading package lists... Done
  770. Building dependency tree
  771. Reading state information... Done
  772. Calculating upgrade... Done
  773. The following packages were automatically installed and are no longer required:
  774. libfreetype6 os-prober
  775. Use 'apt-get autoremove' to remove them.
  776. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  777. dib-run-parts Tue Jan 26 18:45:23 UTC 2016 00-up-to-date completed
  778. dib-run-parts Tue Jan 26 18:45:23 UTC 2016 Running /tmp/in_target.d/install.d/01-install-pip
  779. Collecting pip
  780. /tmp/tmpOnHHMv/pip.zip/pip/_vendor/requests/packages/urllib3/util/ssl_.py:315: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.
  781. /tmp/tmpOnHHMv/pip.zip/pip/_vendor/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
  782. Downloading pip-8.0.2-py2.py3-none-any.whl (1.2MB)
  783. 100% |################################| 1.2MB 411kB/s
  784. Collecting setuptools
  785. Downloading setuptools-19.6-py2.py3-none-any.whl (472kB)
  786. 100% |################################| 475kB 1.3MB/s
  787. Collecting wheel
  788. Downloading wheel-0.26.0-py2.py3-none-any.whl (63kB)
  789. 100% |################################| 65kB 7.1MB/s
  790. Installing collected packages: pip, setuptools, wheel
  791. Successfully installed pip-8.0.2 setuptools-19.6 wheel-0.26.0
  792. /tmp/tmpOnHHMv/pip.zip/pip/_vendor/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
  793. Collecting virtualenv
  794. /usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:315: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.
  795. SNIMissingWarning
  796. /usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
  797. InsecurePlatformWarning
  798. Downloading virtualenv-14.0.1-py2.py3-none-any.whl (1.8MB)
  799. 100% |################################| 1.8MB 354kB/s
  800. Installing collected packages: virtualenv
  801. Successfully installed virtualenv-14.0.1
  802. dib-run-parts Tue Jan 26 18:45:29 UTC 2016 01-install-pip completed
  803. dib-run-parts Tue Jan 26 18:45:29 UTC 2016 Running /tmp/in_target.d/install.d/01-package-installs
  804. + set -eu
  805. + set -o pipefail
  806. ++ basename /usr/local/bin/package-installs
  807. + SCRIPTNAME=package-installs
  808. ++ getopt -o hd: -n package-installs -- -d /tmp/in_target.d/install.d
  809. + TEMP=' -d '\''/tmp/in_target.d/install.d'\'' --'
  810. + '[' 0 '!=' 0 ']'
  811. + eval set -- ' -d '\''/tmp/in_target.d/install.d'\'' --'
  812. ++ set -- -d /tmp/in_target.d/install.d --
  813. + WORKDIR=
  814. + true
  815. + case "$1" in
  816. + WORKDIR=/tmp/in_target.d/install.d
  817. + shift 2
  818. + true
  819. + case "$1" in
  820. + shift
  821. + break
  822. + '[' -z /tmp/in_target.d/install.d ']'
  823. + PACKAGES=
  824. ++ find /tmp/in_target.d/install.d -maxdepth 1 -name 'package-installs-*'
  825. + '[' -n '' ']'
  826. installing jq from os-refresh-config
  827. Missing package name for distro/element: ubuntu/os-refresh-config
  828. installing git from source-repositories
  829. installing keepalived/trusty-backports from keepalived-octavia-ubuntu
  830. installing haproxy/trusty-backports from haproxy-octavia-ubuntu
  831. installing build-essential from os-collect-config
  832. Missing package name for distro/element: ubuntu/os-collect-config
  833. installing libxml2-dev from os-collect-config
  834. Missing package name for distro/element: ubuntu/os-collect-config
  835. installing libz-dev from os-collect-config
  836. Missing package name for distro/element: ubuntu/os-collect-config
  837. installing python-dev from os-collect-config
  838. Missing package name for distro/element: ubuntu/os-collect-config
  839. installing libxslt-dev from os-collect-config
  840. Missing package name for distro/element: ubuntu/os-collect-config
  841. installing ccache_package from base
  842. installing linux-image-generic from ubuntu
  843. Extracting templates from packages: 100%
  844. Done.
  845. Running depmod.
  846. update-initramfs: deferring update (hook will be called later)
  847. Examining /etc/kernel/postinst.d.
  848. run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.13.0-76-generic /boot/vmlinuz-3.13.0-76-generic
  849. run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-76-generic /boot/vmlinuz-3.13.0-76-generic
  850. update-initramfs: Generating /boot/initrd.img-3.13.0-76-generic
  851. run-parts: executing /etc/kernel/postinst.d/update-notifier 3.13.0-76-generic /boot/vmlinuz-3.13.0-76-generic
  852. runlevel:/var/run/utmp: No such file or directory
  853. invoke-rc.d: policy-rc.d denied execution of start.
  854. runlevel:/var/run/utmp: No such file or directory
  855. invoke-rc.d: policy-rc.d denied execution of start.
  856. run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.13.0-76-generic /boot/vmlinuz-3.13.0-76-generic
  857. run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-76-generic /boot/vmlinuz-3.13.0-76-generic
  858. update-initramfs: Generating /boot/initrd.img-3.13.0-76-generic
  859. run-parts: executing /etc/kernel/postinst.d/update-notifier 3.13.0-76-generic /boot/vmlinuz-3.13.0-76-generic
  860. runlevel:/var/run/utmp: No such file or directory
  861. invoke-rc.d: policy-rc.d denied execution of start.
  862. dib-run-parts Tue Jan 26 18:46:04 UTC 2016 01-package-installs completed
  863. dib-run-parts Tue Jan 26 18:46:04 UTC 2016 Running /tmp/in_target.d/install.d/01-pip-manifest
  864. ++ dirname /tmp/in_target.d/install.d/01-pip-manifest
  865. + install -m 0755 -o root -g root /tmp/in_target.d/install.d/../bin/get-pip-manifest /usr/local/bin/get-pip-manifest
  866. ++ dirname /tmp/in_target.d/install.d/01-pip-manifest
  867. + install -m 0755 -o root -g root /tmp/in_target.d/install.d/../bin/write-pip-manifest /usr/local/bin/write-pip-manifest
  868. ++ dirname /tmp/in_target.d/install.d/01-pip-manifest
  869. + install -m 0755 -o root -g root /tmp/in_target.d/install.d/../bin/use-pip-manifest /usr/local/bin/use-pip-manifest
  870. dib-run-parts Tue Jan 26 18:46:04 UTC 2016 01-pip-manifest completed
  871. dib-run-parts Tue Jan 26 18:46:04 UTC 2016 Running /tmp/in_target.d/install.d/03-mysql-dev
  872. + install-packages -m mysql-dev mysql_dev_package
  873. Reading package lists... Done
  874. Building dependency tree
  875. Reading state information... Done
  876. The following packages were automatically installed and are no longer required:
  877. libfreetype6 os-prober
  878. Use 'apt-get autoremove' to remove them.
  879. The following extra packages will be installed:
  880. libmysqlclient18 mysql-common
  881. The following NEW packages will be installed:
  882. libmysqlclient-dev libmysqlclient18 mysql-common
  883. 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
  884. Need to get 0 B/1477 kB of archives.
  885. After this operation, 9248 kB of additional disk space will be used.
  886. Selecting previously unselected package mysql-common.
  887. (Reading database ... 35133 files and directories currently installed.)
  888. Preparing to unpack .../mysql-common_5.5.47-0ubuntu0.14.04.1_all.deb ...
  889. Unpacking mysql-common (5.5.47-0ubuntu0.14.04.1) ...
  890. Selecting previously unselected package libmysqlclient18:amd64.
  891. Preparing to unpack .../libmysqlclient18_5.5.47-0ubuntu0.14.04.1_amd64.deb ...
  892. Unpacking libmysqlclient18:amd64 (5.5.47-0ubuntu0.14.04.1) ...
  893. Selecting previously unselected package libmysqlclient-dev.
  894. Preparing to unpack .../libmysqlclient-dev_5.5.47-0ubuntu0.14.04.1_amd64.deb ...
  895. Unpacking libmysqlclient-dev (5.5.47-0ubuntu0.14.04.1) ...
  896. Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
  897. Setting up mysql-common (5.5.47-0ubuntu0.14.04.1) ...
  898. Setting up libmysqlclient18:amd64 (5.5.47-0ubuntu0.14.04.1) ...
  899. Setting up libmysqlclient-dev (5.5.47-0ubuntu0.14.04.1) ...
  900. Processing triggers for libc-bin (2.19-0ubuntu6.6) ...
  901. dib-run-parts Tue Jan 26 18:46:05 UTC 2016 03-mysql-dev completed
  902. dib-run-parts Tue Jan 26 18:46:05 UTC 2016 Running /tmp/in_target.d/install.d/04-os-svc-install
  903. ++ dirname /tmp/in_target.d/install.d/04-os-svc-install
  904. + install -m 0755 -o root -g root /tmp/in_target.d/install.d/../bin/os-svc-install /usr/local/bin/os-svc-install
  905. ++ dirname /tmp/in_target.d/install.d/04-os-svc-install
  906. + install -m 0755 -o root -g root /tmp/in_target.d/install.d/../bin/os-svc-daemon /usr/local/bin/os-svc-daemon
  907. ++ dirname /tmp/in_target.d/install.d/04-os-svc-install
  908. + install -m 0755 -o root -g root /tmp/in_target.d/install.d/../bin/os-db-create /usr/local/bin/os-db-create
  909. ++ dirname /tmp/in_target.d/install.d/04-os-svc-install
  910. + install -m 0755 -o root -g root /tmp/in_target.d/install.d/../bin/os-svc-enable /usr/local/bin/os-svc-enable
  911. ++ dib-init-system
  912. + '[' upstart = upstart ']'
  913. ++ dirname /tmp/in_target.d/install.d/04-os-svc-install
  914. + install -m 0755 -o root -g root /tmp/in_target.d/install.d/../bin/os-svc-enable-upstart /usr/local/bin/os-svc-enable-upstart
  915. ++ dirname /tmp/in_target.d/install.d/04-os-svc-install
  916. + install -m 0644 -o root -g root /tmp/in_target.d/install.d/../upstart/os-svc-enable.conf /etc/init/os-svc-enable.conf
  917. ++ dirname /tmp/in_target.d/install.d/04-os-svc-install
  918. + install -m 0644 -o root -g root /tmp/in_target.d/install.d/../rsyslog.d/25-tripleo-apps.conf /etc/rsyslog.d/25-tripleo-apps.conf
  919. + install -m 0755 -o root -g root -d /opt/stack/venvs
  920. dib-run-parts Tue Jan 26 18:46:05 UTC 2016 04-os-svc-install completed
  921. dib-run-parts Tue Jan 26 18:46:05 UTC 2016 Running /tmp/in_target.d/install.d/05-set-cloud-init-sources
  922. dib-run-parts Tue Jan 26 18:46:05 UTC 2016 05-set-cloud-init-sources completed
  923. dib-run-parts Tue Jan 26 18:46:05 UTC 2016 Running /tmp/in_target.d/install.d/10-cloud-init
  924. WARNING: In the future the default setting for manage_etc_hosts will not be overridden by this element.
  925. WARNING: Set DIB_CLOUD_INIT_ETC_HOSTS to 'localhost' to preserve current behavior.
  926. 0+1 records in
  927. 0+1 records out
  928. 28 bytes (28 B) copied, 7.4353e-05 s, 377 kB/s
  929. dib-run-parts Tue Jan 26 18:46:05 UTC 2016 10-cloud-init completed
  930. dib-run-parts Tue Jan 26 18:46:05 UTC 2016 Running /tmp/in_target.d/install.d/10-os-apply-config
  931. ++ get-pip-manifest os-apply-config
  932. + name=os-apply-config
  933. + build_manifest=/etc/dib-manifests/dib-manifests-pip/dib-pip-build-manifest-os_apply_config
  934. + [[ -f /etc/dib-manifests/dib-manifests-pip/dib-pip-build-manifest-os_apply_config ]]
  935. + manifest=
  936. + virtualenv --setuptools /opt/stack/venvs/os-apply-config
  937. New python executable in /opt/stack/venvs/os-apply-config/bin/python
  938. Installing setuptools, pip, wheel...done.
  939. + set +u
  940. + source /opt/stack/venvs/os-apply-config/bin/activate
  941. ++ deactivate nondestructive
  942. ++ unset -f pydoc
  943. ++ '[' -z '' ']'
  944. ++ '[' -z '' ']'
  945. ++ '[' -n /bin/bash ']'
  946. ++ hash -r
  947. ++ '[' -z '' ']'
  948. ++ unset VIRTUAL_ENV
  949. ++ '[' '!' nondestructive = nondestructive ']'
  950. ++ VIRTUAL_ENV=/opt/stack/venvs/os-apply-config
  951. ++ export VIRTUAL_ENV
  952. ++ _OLD_VIRTUAL_PATH='/usr/lib64/ccache:/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
  953. ++ PATH='/opt/stack/venvs/os-apply-config/bin:/usr/lib64/ccache:/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
  954. ++ export PATH
  955. ++ '[' -z '' ']'
  956. ++ '[' -z '' ']'
  957. ++ _OLD_VIRTUAL_PS1=
  958. ++ '[' x '!=' x ']'
  959. +++ basename /opt/stack/venvs/os-apply-config
  960. ++ PS1='(os-apply-config) '
  961. ++ export PS1
  962. ++ alias pydoc
  963. ++ '[' -n /bin/bash ']'
  964. ++ hash -r
  965. + set -u
  966. + '[' -n '' ']'
  967. + /opt/stack/venvs/os-apply-config/bin/pip install -U 'setuptools>=1.0'
  968. Requirement already up-to-date: setuptools>=1.0 in /opt/stack/venvs/os-apply-config/lib/python2.7/site-packages
  969. + /opt/stack/venvs/os-apply-config/bin/pip install -U 'pbr>=0.11,<2.0'
  970. Collecting pbr<2.0,>=0.11
  971. /opt/stack/venvs/os-apply-config/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:315: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.
  972. SNIMissingWarning
  973. /opt/stack/venvs/os-apply-config/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
  974. InsecurePlatformWarning
  975. Downloading pbr-1.8.1-py2.py3-none-any.whl (89kB)
  976. 100% |################################| 90kB 909kB/s
  977. Installing collected packages: pbr
  978. Successfully installed pbr-1.8.1
  979. + /opt/stack/venvs/os-apply-config/bin/pip install -U os-apply-config
  980. Collecting os-apply-config
  981. /opt/stack/venvs/os-apply-config/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:315: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.
  982. SNIMissingWarning
  983. /opt/stack/venvs/os-apply-config/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
  984. InsecurePlatformWarning
  985. Downloading os_apply_config-0.1.32-py2-none-any.whl
  986. Collecting pystache (from os-apply-config)
  987. Downloading pystache-0.5.4.tar.gz (75kB)
  988. 100% |################################| 77kB 5.3MB/s
  989. Collecting argparse (from os-apply-config)
  990. Downloading argparse-1.4.0-py2.py3-none-any.whl
  991. Collecting PyYAML>=3.1.0 (from os-apply-config)
  992. Downloading PyYAML-3.11.tar.gz (248kB)
  993. 100% |################################| 249kB 2.1MB/s
  994. Collecting six>=1.9.0 (from os-apply-config)
  995. Downloading six-1.10.0-py2.py3-none-any.whl
  996. Requirement already up-to-date: pbr>=1.6 in /opt/stack/venvs/os-apply-config/lib/python2.7/site-packages (from os-apply-config)
  997. Collecting anyjson>=0.3.3 (from os-apply-config)
  998. Downloading anyjson-0.3.3.tar.gz
  999. Building wheels for collected packages: pystache, PyYAML, anyjson
  1000. Running setup.py bdist_wheel for pystache ... done
  1001. Stored in directory: /root/.cache/pip/wheels/90/0b/04/994f9b94839f91976ccf83fe2e51e400696506a1a0dd179086
  1002. Running setup.py bdist_wheel for PyYAML ... done
  1003. Stored in directory: /root/.cache/pip/wheels/fa/db/f6/dee55793d344f1706dc4a5a693298f0115241d1085cc212364
  1004. Running setup.py bdist_wheel for anyjson ... done
  1005. Stored in directory: /root/.cache/pip/wheels/3d/9e/de/9bd4afad0b092b039d7b6414f34a1350c53f0bc15fa6bf0647
  1006. Successfully built pystache PyYAML anyjson
  1007. Installing collected packages: pystache, argparse, PyYAML, six, anyjson, os-apply-config
  1008. Found existing installation: argparse 1.2.1
  1009. Not uninstalling argparse at /usr/lib/python2.7, outside environment /opt/stack/venvs/os-apply-config
  1010. Successfully installed PyYAML-3.11 anyjson-0.3.3 argparse-1.2.1 os-apply-config-0.1.32 pystache-0.5.4 six-1.10.0
  1011. + write-pip-manifest os-apply-config
  1012. + name=os-apply-config
  1013. + manifest_name=dib-manifest-pip-os_apply_config
  1014. + pip freeze -l
  1015. + tee /etc/dib-manifests/dib-manifests-pip/dib-manifest-pip-os_apply_config
  1016. anyjson==0.3.3
  1017. os-apply-config==0.1.32
  1018. pbr==1.8.1
  1019. pystache==0.5.4
  1020. PyYAML==3.11
  1021. six==1.10.0
  1022. wheel==0.26.0
  1023. + ln -s /opt/stack/venvs/os-apply-config/bin/os-apply-config /usr/local/bin/os-apply-config
  1024. + set +u
  1025. + deactivate
  1026. + unset -f pydoc
  1027. + '[' -z _ ']'
  1028. + PATH='/usr/lib64/ccache:/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
  1029. + export PATH
  1030. + unset _OLD_VIRTUAL_PATH
  1031. + '[' -z '' ']'
  1032. + '[' -n /bin/bash ']'
  1033. + hash -r
  1034. + '[' -z _ ']'
  1035. + PS1=
  1036. + export PS1
  1037. + unset _OLD_VIRTUAL_PS1
  1038. + unset VIRTUAL_ENV
  1039. + '[' '!' '' = nondestructive ']'
  1040. + unset -f deactivate
  1041. + set -u
  1042. dib-run-parts Tue Jan 26 18:46:13 UTC 2016 10-os-apply-config completed
  1043. dib-run-parts Tue Jan 26 18:46:13 UTC 2016 Running /tmp/in_target.d/install.d/10-os-collect-config
  1044. ++ get-pip-manifest os-collect-config
  1045. + name=os-collect-config
  1046. + build_manifest=/etc/dib-manifests/dib-manifests-pip/dib-pip-build-manifest-os_collect_config
  1047. + [[ -f /etc/dib-manifests/dib-manifests-pip/dib-pip-build-manifest-os_collect_config ]]
  1048. + manifest=
  1049. + virtualenv --setuptools /opt/stack/venvs/os-collect-config
  1050. New python executable in /opt/stack/venvs/os-collect-config/bin/python
  1051. Installing setuptools, pip, wheel...done.
  1052. + set +u
  1053. + source /opt/stack/venvs/os-collect-config/bin/activate
  1054. ++ deactivate nondestructive
  1055. ++ unset -f pydoc
  1056. ++ '[' -z '' ']'
  1057. ++ '[' -z '' ']'
  1058. ++ '[' -n /bin/bash ']'
  1059. ++ hash -r
  1060. ++ '[' -z '' ']'
  1061. ++ unset VIRTUAL_ENV
  1062. ++ '[' '!' nondestructive = nondestructive ']'
  1063. ++ VIRTUAL_ENV=/opt/stack/venvs/os-collect-config
  1064. ++ export VIRTUAL_ENV
  1065. ++ _OLD_VIRTUAL_PATH='/usr/lib64/ccache:/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
  1066. ++ PATH='/opt/stack/venvs/os-collect-config/bin:/usr/lib64/ccache:/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
  1067. ++ export PATH
  1068. ++ '[' -z '' ']'
  1069. ++ '[' -z '' ']'
  1070. ++ _OLD_VIRTUAL_PS1=
  1071. ++ '[' x '!=' x ']'
  1072. +++ basename /opt/stack/venvs/os-collect-config
  1073. ++ PS1='(os-collect-config) '
  1074. ++ export PS1
  1075. ++ alias pydoc
  1076. ++ '[' -n /bin/bash ']'
  1077. ++ hash -r
  1078. + set -u
  1079. + '[' -n '' ']'
  1080. + /opt/stack/venvs/os-collect-config/bin/pip install -U 'setuptools>=1.0'
  1081. Requirement already up-to-date: setuptools>=1.0 in /opt/stack/venvs/os-collect-config/lib/python2.7/site-packages
  1082. + /opt/stack/venvs/os-collect-config/bin/pip install -U 'pbr>=0.11,<2.0'
  1083. Collecting pbr<2.0,>=0.11
  1084. Using cached pbr-1.8.1-py2.py3-none-any.whl
  1085. Installing collected packages: pbr
  1086. Successfully installed pbr-1.8.1
  1087. + /opt/stack/venvs/os-collect-config/bin/pip install -U os-collect-config
  1088. Collecting os-collect-config
  1089. /opt/stack/venvs/os-collect-config/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:315: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.
  1090. SNIMissingWarning
  1091. /opt/stack/venvs/os-collect-config/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
  1092. InsecurePlatformWarning
  1093. Downloading os_collect_config-0.1.36-py2-none-any.whl (71kB)
  1094. 100% |################################| 73kB 6.7MB/s
  1095. Collecting python-heatclient>=0.3.0 (from os-collect-config)
  1096. Downloading python_heatclient-0.8.1-py2.py3-none-any.whl (141kB)
  1097. 100% |################################| 143kB 590kB/s
  1098. Collecting eventlet>=0.17.4 (from os-collect-config)
  1099. Downloading eventlet-0.18.1-py2.py3-none-any.whl (137kB)
  1100. 100% |################################| 139kB 3.5MB/s
  1101. Collecting six>=1.9.0 (from os-collect-config)
  1102. Using cached six-1.10.0-py2.py3-none-any.whl
  1103. Collecting argparse (from os-collect-config)
  1104. Using cached argparse-1.4.0-py2.py3-none-any.whl
  1105. Collecting python-keystoneclient>=1.6.0 (from os-collect-config)
  1106. Downloading python_keystoneclient-2.1.1-py2.py3-none-any.whl (388kB)
  1107. 100% |################################| 389kB 1.5MB/s
  1108. Collecting python-zaqarclient>=0.1.1 (from os-collect-config)
  1109. Downloading python_zaqarclient-0.3.0-py2.py3-none-any.whl (59kB)
  1110. 100% |################################| 61kB 7.4MB/s
  1111. Collecting requests>=2.5.2 (from os-collect-config)
  1112. Downloading requests-2.9.1-py2.py3-none-any.whl (501kB)
  1113. 100% |################################| 503kB 1.1MB/s
  1114. Collecting iso8601>=0.1.9 (from os-collect-config)
  1115. Downloading iso8601-0.1.11-py2.py3-none-any.whl
  1116. Collecting lxml>=2.3 (from os-collect-config)
  1117. Downloading lxml-3.5.0.tar.gz (3.8MB)
  1118. 100% |################################| 3.8MB 142kB/s
  1119. Collecting oslo.config>=2.3.0 (from os-collect-config)
  1120. Downloading oslo.config-3.4.0-py2.py3-none-any.whl (81kB)
  1121. 100% |################################| 81kB 5.8MB/s
  1122. Requirement already up-to-date: pbr>=1.6 in /opt/stack/venvs/os-collect-config/lib/python2.7/site-packages (from os-collect-config)
  1123. Collecting anyjson>=0.3.3 (from os-collect-config)
  1124. Collecting dogpile.cache>=0.5.4 (from os-collect-config)
  1125. Downloading dogpile.cache-0.5.7.tar.gz (288kB)
  1126. 100% |################################| 290kB 1.9MB/s
  1127. Collecting oslo.serialization>=1.4.0 (from python-heatclient>=0.3.0->os-collect-config)
  1128. Downloading oslo.serialization-2.2.0-py2.py3-none-any.whl
  1129. Collecting python-swiftclient>=2.2.0 (from python-heatclient>=0.3.0->os-collect-config)
  1130. Downloading python_swiftclient-2.7.0-py2.py3-none-any.whl (58kB)
  1131. 100% |################################| 61kB 7.2MB/s
  1132. Collecting oslo.i18n>=1.5.0 (from python-heatclient>=0.3.0->os-collect-config)
  1133. Downloading oslo.i18n-3.2.0-py2.py3-none-any.whl
  1134. Collecting oslo.utils!=2.6.0,>=2.0.0 (from python-heatclient>=0.3.0->os-collect-config)
  1135. Downloading oslo.utils-3.4.0-py2.py3-none-any.whl (71kB)
  1136. 100% |################################| 73kB 6.1MB/s
  1137. Collecting PyYAML>=3.1.0 (from python-heatclient>=0.3.0->os-collect-config)
  1138. Collecting Babel>=1.3 (from python-heatclient>=0.3.0->os-collect-config)
  1139. Downloading Babel-2.2.0-py2.py3-none-any.whl (6.5MB)
  1140. 100% |################################| 6.5MB 83kB/s
  1141. Collecting PrettyTable<0.8,>=0.7 (from python-heatclient>=0.3.0->os-collect-config)
  1142. Downloading prettytable-0.7.2.tar.bz2
  1143. Collecting greenlet>=0.3 (from eventlet>=0.17.4->os-collect-config)
  1144. Downloading greenlet-0.4.9.tar.gz (54kB)
  1145. 100% |################################| 57kB 7.1MB/s
  1146. Collecting stevedore>=1.5.0 (from python-keystoneclient>=1.6.0->os-collect-config)
  1147. Downloading stevedore-1.10.0-py2.py3-none-any.whl
  1148. Collecting debtcollector>=0.3.0 (from python-keystoneclient>=1.6.0->os-collect-config)
  1149. Downloading debtcollector-1.2.0-py2.py3-none-any.whl
  1150. Collecting keystoneauth1>=2.1.0 (from python-keystoneclient>=1.6.0->os-collect-config)
  1151. Downloading keystoneauth1-2.2.0-py2.py3-none-any.whl (200kB)
  1152. 100% |################################| 200kB 2.8MB/s
  1153. Collecting jsonschema!=2.5.0,<3.0.0,>=2.0.0 (from python-zaqarclient>=0.1.1->os-collect-config)
  1154. Downloading jsonschema-2.5.1-py2.py3-none-any.whl
  1155. Collecting netaddr!=0.7.16,>=0.7.12 (from oslo.config>=2.3.0->os-collect-config)
  1156. Downloading netaddr-0.7.18-py2.py3-none-any.whl (1.5MB)
  1157. 100% |################################| 1.5MB 357kB/s
  1158. Collecting dogpile.core>=0.4.1 (from dogpile.cache>=0.5.4->os-collect-config)
  1159. Downloading dogpile.core-0.4.1.tar.gz (99kB)
  1160. 100% |################################| 102kB 5.0MB/s
  1161. Collecting msgpack-python>=0.4.0 (from oslo.serialization>=1.4.0->python-heatclient>=0.3.0->os-collect-config)
  1162. Downloading msgpack-python-0.4.7.tar.gz (126kB)
  1163. 100% |################################| 126kB 4.0MB/s
  1164. Collecting pytz>=2013.6 (from oslo.serialization>=1.4.0->python-heatclient>=0.3.0->os-collect-config)
  1165. Downloading pytz-2015.7-py2.py3-none-any.whl (476kB)
  1166. 100% |################################| 479kB 1.3MB/s
  1167. Collecting futures>=2.1.3 (from python-swiftclient>=2.2.0->python-heatclient>=0.3.0->os-collect-config)
  1168. Downloading futures-3.0.4-py2-none-any.whl
  1169. Collecting funcsigs>=0.4 (from oslo.utils!=2.6.0,>=2.0.0->python-heatclient>=0.3.0->os-collect-config)
  1170. Downloading funcsigs-0.4-py2.py3-none-any.whl
  1171. Collecting monotonic>=0.3 (from oslo.utils!=2.6.0,>=2.0.0->python-heatclient>=0.3.0->os-collect-config)
  1172. Downloading monotonic-0.6.tar.gz
  1173. Collecting netifaces>=0.10.4 (from oslo.utils!=2.6.0,>=2.0.0->python-heatclient>=0.3.0->os-collect-config)
  1174. Downloading netifaces-0.10.4.tar.gz
  1175. Collecting wrapt>=1.7.0 (from debtcollector>=0.3.0->python-keystoneclient>=1.6.0->os-collect-config)
  1176. Downloading wrapt-1.10.6.tar.gz
  1177. Collecting functools32 (from jsonschema!=2.5.0,<3.0.0,>=2.0.0->python-zaqarclient>=0.1.1->os-collect-config)
  1178. Downloading functools32-3.2.3-2.tar.gz
  1179. Building wheels for collected packages: lxml, dogpile.cache, PrettyTable, greenlet, dogpile.core, msgpack-python, monotonic, netifaces, wrapt, functools32
  1180. Running setup.py bdist_wheel for lxml ... done
  1181. Stored in directory: /root/.cache/pip/wheels/2d/f6/d6/158b79cc088e551305968e312953c9767855a36f39d4e16054
  1182. Running setup.py bdist_wheel for dogpile.cache ... done
  1183. Stored in directory: /root/.cache/pip/wheels/d6/d6/b8/48013318dc322756736f31c7efe8198f63ee74585a3fb533bd
  1184. Running setup.py bdist_wheel for PrettyTable ... done
  1185. Stored in directory: /root/.cache/pip/wheels/41/46/ec/ec86e65e50e9f4be52547a3bedd46077e7414c53d2ed0418fd
  1186. Running setup.py bdist_wheel for greenlet ... done
  1187. Stored in directory: /root/.cache/pip/wheels/08/9c/52/3d8ee766d654c43b131dcc954f255f8c6270bef617da0ac3e6
  1188. Running setup.py bdist_wheel for dogpile.core ... done
  1189. Stored in directory: /root/.cache/pip/wheels/90/44/5b/050cda5415e2510e634d501b8b526b6e877cca867ef5a8deb0
  1190. Running setup.py bdist_wheel for msgpack-python ... done
  1191. Stored in directory: /root/.cache/pip/wheels/2e/9d/d0/ab7eadb620bf358177875fa0a25dc83273e341ecb71c61509d
  1192. Running setup.py bdist_wheel for monotonic ... done
  1193. Stored in directory: /root/.cache/pip/wheels/cf/f6/28/523dc7f1df5aa1349ff49a6fc6c26d0c4fb761b14db2dabf39
  1194. Running setup.py bdist_wheel for netifaces ... done
  1195. Stored in directory: /root/.cache/pip/wheels/32/42/e1/c70ed63c260bddfedf2472663153d03a17ee650b512273991d
  1196. Running setup.py bdist_wheel for wrapt ... done
  1197. Stored in directory: /root/.cache/pip/wheels/00/c5/bc/d83286f6a26384eb928e7f1818358f324ad15ac1447df6e267
  1198. Running setup.py bdist_wheel for functools32 ... done
  1199. Stored in directory: /root/.cache/pip/wheels/38/c6/c7/ee17acd621120c302e25c2fa8b3a8b235d5d1137c6ab4c9728
  1200. Successfully built lxml dogpile.cache PrettyTable greenlet dogpile.core msgpack-python monotonic netifaces wrapt functools32
  1201. Installing collected packages: msgpack-python, funcsigs, monotonic, pytz, Babel, six, oslo.i18n, netifaces, netaddr, wrapt, debtcollector, iso8601, oslo.utils, oslo.serialization, futures, requests, python-swiftclient, argparse, stevedore, keystoneauth1, oslo.config, PrettyTable, python-keystoneclient, PyYAML, python-heatclient, greenlet, eventlet, functools32, jsonschema, python-zaqarclient, lxml, anyjson, dogpile.core, dogpile.cache, os-collect-config
  1202. Found existing installation: argparse 1.2.1
  1203. Not uninstalling argparse at /usr/lib/python2.7, outside environment /opt/stack/venvs/os-collect-config
  1204. Successfully installed Babel-2.2.0 PrettyTable-0.7.2 PyYAML-3.11 anyjson-0.3.3 argparse-1.2.1 debtcollector-1.2.0 dogpile.cache-0.5.7 dogpile.core-0.4.1 eventlet-0.18.1 funcsigs-0.4 functools32-3.2.3.post2 futures-3.0.4 greenlet-0.4.9 iso8601-0.1.11 jsonschema-2.5.1 keystoneauth1-2.2.0 lxml-3.5.0 monotonic-0.6 msgpack-python-0.4.7 netaddr-0.7.18 netifaces-0.10.4 os-collect-config-0.1.36 oslo.config-3.4.0 oslo.i18n-3.2.0 oslo.serialization-2.2.0 oslo.utils-3.4.0 python-heatclient-0.8.1 python-keystoneclient-2.1.1 python-swiftclient-2.7.0 python-zaqarclient-0.3.0 pytz-2015.7 requests-2.9.1 six-1.10.0 stevedore-1.10.0 wrapt-1.10.6
  1205. + write-pip-manifest os-collect-config
  1206. + name=os-collect-config
  1207. + manifest_name=dib-manifest-pip-os_collect_config
  1208. + pip freeze -l
  1209. + tee /etc/dib-manifests/dib-manifests-pip/dib-manifest-pip-os_collect_config
  1210. anyjson==0.3.3
  1211. Babel==2.2.0
  1212. debtcollector==1.2.0
  1213. dogpile.cache==0.5.7
  1214. dogpile.core==0.4.1
  1215. eventlet==0.18.1
  1216. funcsigs==0.4
  1217. functools32==3.2.3.post2
  1218. futures==3.0.4
  1219. greenlet==0.4.9
  1220. iso8601==0.1.11
  1221. jsonschema==2.5.1
  1222. keystoneauth1==2.2.0
  1223. lxml==3.5.0
  1224. monotonic==0.6
  1225. msgpack-python==0.4.7
  1226. netaddr==0.7.18
  1227. netifaces==0.10.4
  1228. os-collect-config==0.1.36
  1229. oslo.config==3.4.0
  1230. oslo.i18n==3.2.0
  1231. oslo.serialization==2.2.0
  1232. oslo.utils==3.4.0
  1233. pbr==1.8.1
  1234. prettytable==0.7.2
  1235. python-heatclient==0.8.1
  1236. python-keystoneclient==2.1.1
  1237. python-swiftclient==2.7.0
  1238. python-zaqarclient==0.3.0
  1239. pytz==2015.7
  1240. PyYAML==3.11
  1241. requests==2.9.1
  1242. six==1.10.0
  1243. stevedore==1.10.0
  1244. wheel==0.26.0
  1245. wrapt==1.10.6
  1246. + ln -s /opt/stack/venvs/os-collect-config/bin/os-collect-config /usr/local/bin/os-collect-config
  1247. + cat
  1248. + chmod 600 /etc/os-collect-config.conf
  1249. + '[' upstart == upstart ']'
  1250. + cat
  1251. + os-svc-enable -n os-collect-config
  1252. + set +u
  1253. + deactivate
  1254. + unset -f pydoc
  1255. + '[' -z _ ']'
  1256. + PATH='/usr/lib64/ccache:/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
  1257. + export PATH
  1258. + unset _OLD_VIRTUAL_PATH
  1259. + '[' -z '' ']'
  1260. + '[' -n /bin/bash ']'
  1261. + hash -r
  1262. + '[' -z _ ']'
  1263. + PS1=
  1264. + export PS1
  1265. + unset _OLD_VIRTUAL_PS1
  1266. + unset VIRTUAL_ENV
  1267. + '[' '!' '' = nondestructive ']'
  1268. + unset -f deactivate
  1269. + set -u
  1270. dib-run-parts Tue Jan 26 18:47:34 UTC 2016 10-os-collect-config completed
  1271. dib-run-parts Tue Jan 26 18:47:34 UTC 2016 Running /tmp/in_target.d/install.d/10-os-refresh-config
  1272. ++ get-pip-manifest os-refresh-config
  1273. + name=os-refresh-config
  1274. + build_manifest=/etc/dib-manifests/dib-manifests-pip/dib-pip-build-manifest-os_refresh_config
  1275. + [[ -f /etc/dib-manifests/dib-manifests-pip/dib-pip-build-manifest-os_refresh_config ]]
  1276. + manifest=
  1277. + virtualenv --setuptools /opt/stack/venvs/os-refresh-config
  1278. New python executable in /opt/stack/venvs/os-refresh-config/bin/python
  1279. Installing setuptools, pip, wheel...done.
  1280. + set +u
  1281. + source /opt/stack/venvs/os-refresh-config/bin/activate
  1282. ++ deactivate nondestructive
  1283. ++ unset -f pydoc
  1284. ++ '[' -z '' ']'
  1285. ++ '[' -z '' ']'
  1286. ++ '[' -n /bin/bash ']'
  1287. ++ hash -r
  1288. ++ '[' -z '' ']'
  1289. ++ unset VIRTUAL_ENV
  1290. ++ '[' '!' nondestructive = nondestructive ']'
  1291. ++ VIRTUAL_ENV=/opt/stack/venvs/os-refresh-config
  1292. ++ export VIRTUAL_ENV
  1293. ++ _OLD_VIRTUAL_PATH='/usr/lib64/ccache:/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
  1294. ++ PATH='/opt/stack/venvs/os-refresh-config/bin:/usr/lib64/ccache:/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
  1295. ++ export PATH
  1296. ++ '[' -z '' ']'
  1297. ++ '[' -z '' ']'
  1298. ++ _OLD_VIRTUAL_PS1=
  1299. ++ '[' x '!=' x ']'
  1300. +++ basename /opt/stack/venvs/os-refresh-config
  1301. ++ PS1='(os-refresh-config) '
  1302. ++ export PS1
  1303. ++ alias pydoc
  1304. ++ '[' -n /bin/bash ']'
  1305. ++ hash -r
  1306. + set -u
  1307. + '[' -n '' ']'
  1308. + /opt/stack/venvs/os-refresh-config/bin/pip install -U pip
  1309. Requirement already up-to-date: pip in /opt/stack/venvs/os-refresh-config/lib/python2.7/site-packages
  1310. + /opt/stack/venvs/os-refresh-config/bin/pip install -U 'setuptools>=1.0'
  1311. Requirement already up-to-date: setuptools>=1.0 in /opt/stack/venvs/os-refresh-config/lib/python2.7/site-packages
  1312. + /opt/stack/venvs/os-refresh-config/bin/pip install -U 'pbr>=0.11,<2.0'
  1313. Collecting pbr<2.0,>=0.11
  1314. Using cached pbr-1.8.1-py2.py3-none-any.whl
  1315. Installing collected packages: pbr
  1316. Successfully installed pbr-1.8.1
  1317. + /opt/stack/venvs/os-refresh-config/bin/pip install -U os-refresh-config
  1318. Collecting os-refresh-config
  1319. /opt/stack/venvs/os-refresh-config/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:315: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.
  1320. SNIMissingWarning
  1321. /opt/stack/venvs/os-refresh-config/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
  1322. InsecurePlatformWarning
  1323. Downloading os_refresh_config-0.1.11-py2.py3-none-any.whl
  1324. Collecting argparse (from os-refresh-config)
  1325. Using cached argparse-1.4.0-py2.py3-none-any.whl
  1326. Requirement already up-to-date: pbr>=1.6 in /opt/stack/venvs/os-refresh-config/lib/python2.7/site-packages (from os-refresh-config)
  1327. Installing collected packages: argparse, os-refresh-config
  1328. Found existing installation: argparse 1.2.1
  1329. Not uninstalling argparse at /usr/lib/python2.7, outside environment /opt/stack/venvs/os-refresh-config
  1330. Successfully installed argparse-1.2.1 os-refresh-config-0.1.11
  1331. + write-pip-manifest os-refresh-config
  1332. + name=os-refresh-config
  1333. + manifest_name=dib-manifest-pip-os_refresh_config
  1334. + pip freeze -l
  1335. + tee /etc/dib-manifests/dib-manifests-pip/dib-manifest-pip-os_refresh_config
  1336. os-refresh-config==0.1.11
  1337. pbr==1.8.1
  1338. wheel==0.26.0
  1339. + ln -s /opt/stack/venvs/os-refresh-config/bin/os-refresh-config /usr/local/bin/os-refresh-config
  1340. + for d in pre-configure.d configure.d migration.d post-configure.d
  1341. ++ os-refresh-config --print-base
  1342. + install -m 0755 -o root -g root -d /usr/libexec/os-refresh-config/pre-configure.d
  1343. + for d in pre-configure.d configure.d migration.d post-configure.d
  1344. ++ os-refresh-config --print-base
  1345. + install -m 0755 -o root -g root -d /usr/libexec/os-refresh-config/configure.d
  1346. + for d in pre-configure.d configure.d migration.d post-configure.d
  1347. ++ os-refresh-config --print-base
  1348. + install -m 0755 -o root -g root -d /usr/libexec/os-refresh-config/migration.d
  1349. + for d in pre-configure.d configure.d migration.d post-configure.d
  1350. ++ os-refresh-config --print-base
  1351. + install -m 0755 -o root -g root -d /usr/libexec/os-refresh-config/post-configure.d
  1352. + set +u
  1353. + deactivate
  1354. + unset -f pydoc
  1355. + '[' -z _ ']'
  1356. + PATH='/usr/lib64/ccache:/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
  1357. + export PATH
  1358. + unset _OLD_VIRTUAL_PATH
  1359. + '[' -z '' ']'
  1360. + '[' -n /bin/bash ']'
  1361. + hash -r
  1362. + '[' -z _ ']'
  1363. + PS1=
  1364. + export PS1
  1365. + unset _OLD_VIRTUAL_PS1
  1366. + unset VIRTUAL_ENV
  1367. + '[' '!' '' = nondestructive ']'
  1368. + unset -f deactivate
  1369. + set -u
  1370. dib-run-parts Tue Jan 26 18:47:39 UTC 2016 10-os-refresh-config completed
  1371. dib-run-parts Tue Jan 26 18:47:39 UTC 2016 Running /tmp/in_target.d/install.d/10-pyroute2
  1372. + pip install -U 'pyroute2>=0.3.10'
  1373. Collecting pyroute2>=0.3.10
  1374. /usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:315: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.
  1375. SNIMissingWarning
  1376. /usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
  1377. InsecurePlatformWarning
  1378. Downloading pyroute2-0.3.15.tar.gz (143kB)
  1379. 100% |################################| 143kB 3.6MB/s
  1380. Building wheels for collected packages: pyroute2
  1381. Running setup.py bdist_wheel for pyroute2 ... done
  1382. Stored in directory: /root/.cache/pip/wheels/0b/86/f4/58a5e546631f4c1d00ff30b59e0a4625011d1e76f1de89d6fa
  1383. Successfully built pyroute2
  1384. Installing collected packages: pyroute2
  1385. Successfully installed pyroute2-0.3.15
  1386. dib-run-parts Tue Jan 26 18:47:41 UTC 2016 10-pyroute2 completed
  1387. dib-run-parts Tue Jan 26 18:47:41 UTC 2016 Running /tmp/in_target.d/install.d/10-sysctl-install
  1388. + install-packages jq
  1389. Reading package lists... Done
  1390. Building dependency tree
  1391. Reading state information... Done
  1392. jq is already the newest version.
  1393. The following packages were automatically installed and are no longer required:
  1394. libfreetype6 os-prober
  1395. Use 'apt-get autoremove' to remove them.
  1396. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  1397. dib-run-parts Tue Jan 26 18:47:41 UTC 2016 10-sysctl-install completed
  1398. dib-run-parts Tue Jan 26 18:47:41 UTC 2016 Running /tmp/in_target.d/install.d/11-create-template-root
  1399. ++ os-apply-config --print-templates
  1400. + TEMPLATE_ROOT=/usr/libexec/os-apply-config/templates
  1401. + mkdir -p /usr/libexec/os-apply-config/templates
  1402. dib-run-parts Tue Jan 26 18:47:41 UTC 2016 11-create-template-root completed
  1403. dib-run-parts Tue Jan 26 18:47:41 UTC 2016 Running /tmp/in_target.d/install.d/20-install-init-scripts
  1404. + set -eu
  1405. + set -o pipefail
  1406. ++ dirname /tmp/in_target.d/install.d/20-install-init-scripts
  1407. + scripts_dir=/tmp/in_target.d/install.d/../init-scripts/upstart/
  1408. + '[' -d /tmp/in_target.d/install.d/../init-scripts/upstart/ ']'
  1409. dib-run-parts Tue Jan 26 18:47:42 UTC 2016 20-install-init-scripts completed
  1410. dib-run-parts Tue Jan 26 18:47:42 UTC 2016 Running /tmp/in_target.d/install.d/50-store-build-settings
  1411. dib-run-parts Tue Jan 26 18:47:42 UTC 2016 50-store-build-settings completed
  1412. dib-run-parts Tue Jan 26 18:47:42 UTC 2016 Running /tmp/in_target.d/install.d/75-run_setup_install
  1413. + install-packages libffi-dev libssl-dev
  1414. Reading package lists... Done
  1415. Building dependency tree
  1416. Reading state information... Done
  1417. The following packages were automatically installed and are no longer required:
  1418. libfreetype6 os-prober
  1419. Use 'apt-get autoremove' to remove them.
  1420. Recommended packages:
  1421. libssl-doc
  1422. The following NEW packages will be installed:
  1423. libffi-dev libssl-dev
  1424. 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
  1425. Need to get 0 B/1172 kB of archives.
  1426. After this operation, 6643 kB of additional disk space will be used.
  1427. Selecting previously unselected package libssl-dev:amd64.
  1428. (Reading database ... 35217 files and directories currently installed.)
  1429. Preparing to unpack .../libssl-dev_1.0.1f-1ubuntu2.16_amd64.deb ...
  1430. Unpacking libssl-dev:amd64 (1.0.1f-1ubuntu2.16) ...
  1431. Selecting previously unselected package libffi-dev:amd64.
  1432. Preparing to unpack .../libffi-dev_3.1~rc1+r3.0.13-12ubuntu0.1_amd64.deb ...
  1433. Unpacking libffi-dev:amd64 (3.1~rc1+r3.0.13-12ubuntu0.1) ...
  1434. Processing triggers for install-info (5.2.0.dfsg.1-2) ...
  1435. Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
  1436. Setting up libssl-dev:amd64 (1.0.1f-1ubuntu2.16) ...
  1437. Setting up libffi-dev:amd64 (3.1~rc1+r3.0.13-12ubuntu0.1) ...
  1438. + cd /opt/amphora-agent/
  1439. + pip install -r requirements.txt
  1440. Collecting alembic>=0.8.0 (from -r requirements.txt (line 4))
  1441. /usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:315: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.
  1442. SNIMissingWarning
  1443. /usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
  1444. InsecurePlatformWarning
  1445. Downloading alembic-0.8.4.tar.gz (950kB)
  1446. 100% |################################| 954kB 592kB/s
  1447. Collecting pecan>=1.0.0 (from -r requirements.txt (line 5))
  1448. Downloading pecan-1.0.4-py2-none-any.whl (146kB)
  1449. 100% |################################| 147kB 3.8MB/s
  1450. Collecting pbr>=1.6 (from -r requirements.txt (line 6))
  1451. Using cached pbr-1.8.1-py2.py3-none-any.whl
  1452. Collecting SQLAlchemy<1.1.0,>=1.0.10 (from -r requirements.txt (line 7))
  1453. Downloading SQLAlchemy-1.0.11.tar.gz (4.7MB)
  1454. 100% |################################| 4.7MB 115kB/s
  1455. Collecting Babel>=1.3 (from -r requirements.txt (line 8))
  1456. Using cached Babel-2.2.0-py2.py3-none-any.whl
  1457. Collecting eventlet>=0.17.4 (from -r requirements.txt (line 9))
  1458. Using cached eventlet-0.18.1-py2.py3-none-any.whl
  1459. Collecting requests!=2.9.0,>=2.8.1 (from -r requirements.txt (line 10))
  1460. Using cached requests-2.9.1-py2.py3-none-any.whl
  1461. Collecting keystoneauth1>=2.1.0 (from -r requirements.txt (line 11))
  1462. Using cached keystoneauth1-2.2.0-py2.py3-none-any.whl
  1463. Collecting keystonemiddleware>=4.0.0 (from -r requirements.txt (line 12))
  1464. Downloading keystonemiddleware-4.2.0-py2.py3-none-any.whl (110kB)
  1465. 100% |################################| 114kB 4.0MB/s
  1466. Collecting python-neutronclient>=2.6.0 (from -r requirements.txt (line 13))
  1467. Downloading python_neutronclient-4.0.0-py2.py3-none-any.whl (225kB)
  1468. 100% |################################| 225kB 2.6MB/s
  1469. Collecting WebOb>=1.2.3 (from -r requirements.txt (line 14))
  1470. Downloading WebOb-1.5.1-py2.py3-none-any.whl (79kB)
  1471. 100% |################################| 81kB 5.9MB/s
  1472. Collecting six>=1.9.0 (from -r requirements.txt (line 15))
  1473. Using cached six-1.10.0-py2.py3-none-any.whl
  1474. Collecting stevedore>=1.5.0 (from -r requirements.txt (line 16))
  1475. Using cached stevedore-1.10.0-py2.py3-none-any.whl
  1476. Collecting oslo.config>=3.2.0 (from -r requirements.txt (line 17))
  1477. Using cached oslo.config-3.4.0-py2.py3-none-any.whl
  1478. Collecting oslo.context>=0.2.0 (from -r requirements.txt (line 18))
  1479. Downloading oslo.context-1.0.1-py2.py3-none-any.whl
  1480. Collecting oslo.db>=4.1.0 (from -r requirements.txt (line 19))
  1481. Downloading oslo.db-4.3.1-py2.py3-none-any.whl (145kB)
  1482. 100% |################################| 147kB 3.3MB/s
  1483. Collecting oslo.i18n>=1.5.0 (from -r requirements.txt (line 20))
  1484. Using cached oslo.i18n-3.2.0-py2.py3-none-any.whl
  1485. Collecting oslo.log>=1.14.0 (from -r requirements.txt (line 21))
  1486. Downloading oslo.log-2.3.0-py2.py3-none-any.whl (41kB)
  1487. 100% |################################| 45kB 7.6MB/s
  1488. Collecting oslo.messaging!=2.8.0,!=3.1.0,>2.6.1 (from -r requirements.txt (line 22))
  1489. Downloading oslo.messaging-4.0.0-py2-none-any.whl (249kB)
  1490. 100% |################################| 249kB 2.4MB/s
  1491. Collecting oslo.middleware>=3.0.0 (from -r requirements.txt (line 23))
  1492. Downloading oslo.middleware-3.5.0-py2.py3-none-any.whl (43kB)
  1493. 100% |################################| 45kB 7.5MB/s
  1494. Collecting oslo.reports>=0.6.0 (from -r requirements.txt (line 24))
  1495. Downloading oslo.reports-1.3.0-py2.py3-none-any.whl (48kB)
  1496. 100% |################################| 49kB 9.3MB/s
  1497. Collecting oslo.rootwrap>=2.0.0 (from -r requirements.txt (line 25))
  1498. Downloading oslo.rootwrap-3.1.0-py2.py3-none-any.whl
  1499. Collecting oslo.serialization>=1.10.0 (from -r requirements.txt (line 26))
  1500. Using cached oslo.serialization-2.2.0-py2.py3-none-any.whl
  1501. Collecting oslo.service>=1.0.0 (from -r requirements.txt (line 27))
  1502. Downloading oslo.service-1.3.0-py2.py3-none-any.whl (63kB)
  1503. 100% |################################| 65kB 7.0MB/s
  1504. Collecting oslo.utils>=3.4.0 (from -r requirements.txt (line 28))
  1505. Using cached oslo.utils-3.4.0-py2.py3-none-any.whl
  1506. Collecting PyMySQL>=0.6.2 (from -r requirements.txt (line 29))
  1507. Downloading PyMySQL-0.7.1-py2.py3-none-any.whl (75kB)
  1508. 100% |################################| 77kB 6.4MB/s
  1509. Collecting python-barbicanclient>=3.3.0 (from -r requirements.txt (line 30))
  1510. Downloading python_barbicanclient-3.3.0-py2-none-any.whl (58kB)
  1511. 100% |################################| 61kB 6.4MB/s
  1512. Collecting python-novaclient!=2.33.0,>=2.29.0 (from -r requirements.txt (line 31))
  1513. Downloading python_novaclient-3.2.0-py2.py3-none-any.whl (314kB)
  1514. 100% |################################| 315kB 1.8MB/s
  1515. Collecting pyOpenSSL>=0.14 (from -r requirements.txt (line 32))
  1516. Downloading pyOpenSSL-0.15.1-py2.py3-none-any.whl (102kB)
  1517. 100% |################################| 106kB 5.1MB/s
  1518. Collecting WSME>=0.8 (from -r requirements.txt (line 33))
  1519. Downloading WSME-0.8.0-py2-none-any.whl (89kB)
  1520. 100% |################################| 90kB 5.5MB/s
  1521. Collecting Jinja2>=2.8 (from -r requirements.txt (line 34))
  1522. Downloading Jinja2-2.8-py2.py3-none-any.whl (263kB)
  1523. 100% |################################| 266kB 573kB/s
  1524. Collecting paramiko>=1.13.0 (from -r requirements.txt (line 35))
  1525. Downloading paramiko-1.16.0-py2.py3-none-any.whl (169kB)
  1526. 100% |################################| 172kB 3.3MB/s
  1527. Collecting taskflow>=1.25.0 (from -r requirements.txt (line 36))
  1528. Downloading taskflow-1.26.0-py2.py3-none-any.whl (482kB)
  1529. 100% |################################| 483kB 1.3MB/s
  1530. Collecting Flask<1.0,>=0.10 (from -r requirements.txt (line 39))
  1531. Downloading Flask-0.10.1.tar.gz (544kB)
  1532. 100% |################################| 544kB 1.1MB/s
  1533. Collecting netifaces>=0.10.4 (from -r requirements.txt (line 40))
  1534. Collecting cryptography>=1.0 (from -r requirements.txt (line 42))
  1535. Downloading cryptography-1.2.1.tar.gz (372kB)
  1536. 100% |################################| 376kB 1.5MB/s
  1537. Collecting Mako (from alembic>=0.8.0->-r requirements.txt (line 4))
  1538. Downloading Mako-1.0.3.tar.gz (565kB)
  1539. 100% |################################| 565kB 941kB/s
  1540. Collecting python-editor>=0.3 (from alembic>=0.8.0->-r requirements.txt (line 4))
  1541. Downloading python-editor-0.5.tar.gz
  1542. Collecting logutils>=0.3 (from pecan>=1.0.0->-r requirements.txt (line 5))
  1543. Downloading logutils-0.3.3.tar.gz
  1544. Collecting singledispatch (from pecan>=1.0.0->-r requirements.txt (line 5))
  1545. Downloading singledispatch-3.4.0.3-py2.py3-none-any.whl
  1546. Collecting WebTest>=1.3.1 (from pecan>=1.0.0->-r requirements.txt (line 5))
  1547. Downloading WebTest-2.0.20-py2-none-any.whl
  1548. Collecting pytz>=0a (from Babel>=1.3->-r requirements.txt (line 8))
  1549. Using cached pytz-2015.7-py2.py3-none-any.whl
  1550. Collecting greenlet>=0.3 (from eventlet>=0.17.4->-r requirements.txt (line 9))
  1551. Requirement already satisfied (use --upgrade to upgrade): argparse in /usr/lib/python2.7 (from keystoneauth1>=2.1.0->-r requirements.txt (line 11))
  1552. Collecting iso8601>=0.1.9 (from keystoneauth1>=2.1.0->-r requirements.txt (line 11))
  1553. Using cached iso8601-0.1.11-py2.py3-none-any.whl
  1554. Collecting python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 (from keystonemiddleware>=4.0.0->-r requirements.txt (line 12))
  1555. Using cached python_keystoneclient-2.1.1-py2.py3-none-any.whl
  1556. Collecting pycadf!=2.0.0,>=1.1.0 (from keystonemiddleware>=4.0.0->-r requirements.txt (line 12))
  1557. Downloading pycadf-2.0.1-py2-none-any.whl
  1558. Collecting os-client-config>=1.13.1 (from python-neutronclient>=2.6.0->-r requirements.txt (line 13))
  1559. Downloading os_client_config-1.14.0-py2.py3-none-any.whl (53kB)
  1560. 100% |################################| 53kB 5.0MB/s
  1561. Collecting netaddr!=0.7.16,>=0.7.12 (from python-neutronclient>=2.6.0->-r requirements.txt (line 13))
  1562. Using cached netaddr-0.7.18-py2.py3-none-any.whl
  1563. Collecting debtcollector>=0.3.0 (from python-neutronclient>=2.6.0->-r requirements.txt (line 13))
  1564. Using cached debtcollector-1.2.0-py2.py3-none-any.whl
  1565. Collecting simplejson>=2.2.0 (from python-neutronclient>=2.6.0->-r requirements.txt (line 13))
  1566. Downloading simplejson-3.8.1.tar.gz (76kB)
  1567. 100% |################################| 77kB 6.0MB/s
  1568. Collecting cliff>=1.15.0 (from python-neutronclient>=2.6.0->-r requirements.txt (line 13))
  1569. Downloading cliff-1.15.0-py2-none-any.whl
  1570. Collecting sqlalchemy-migrate>=0.9.6 (from oslo.db>=4.1.0->-r requirements.txt (line 19))
  1571. Downloading sqlalchemy_migrate-0.10.0-py2-none-any.whl (108kB)
  1572. 100% |################################| 110kB 4.7MB/s
  1573. Collecting python-dateutil>=2.4.2 (from oslo.log>=1.14.0->-r requirements.txt (line 21))
  1574. Downloading python_dateutil-2.4.2-py2.py3-none-any.whl (188kB)
  1575. 100% |################################| 192kB 3.0MB/s
  1576. Collecting pyinotify>=0.9.6 (from oslo.log>=1.14.0->-r requirements.txt (line 21))
  1577. Downloading pyinotify-0.9.6.tar.gz (60kB)
  1578. 100% |################################| 61kB 6.0MB/s
  1579. Collecting futurist>=0.1.2 (from oslo.messaging!=2.8.0,!=3.1.0,>2.6.1->-r requirements.txt (line 22))
  1580. Downloading futurist-0.9.0-py2.py3-none-any.whl
  1581. Collecting kombu>=3.0.7 (from oslo.messaging!=2.8.0,!=3.1.0,>2.6.1->-r requirements.txt (line 22))
  1582. Downloading kombu-3.0.33-py2.py3-none-any.whl (239kB)
  1583. 100% |################################| 241kB 2.5MB/s
  1584. Requirement already satisfied (use --upgrade to upgrade): PyYAML>=3.1.0 in /usr/lib/python2.7/dist-packages (from oslo.messaging!=2.8.0,!=3.1.0,>2.6.1->-r requirements.txt (line 22))
  1585. Collecting aioeventlet>=0.4 (from oslo.messaging!=2.8.0,!=3.1.0,>2.6.1->-r requirements.txt (line 22))
  1586. Downloading aioeventlet-0.4-py2-none-any.whl
  1587. Collecting cachetools>=1.0.0 (from oslo.messaging!=2.8.0,!=3.1.0,>2.6.1->-r requirements.txt (line 22))
  1588. Downloading cachetools-1.1.5-py2.py3-none-any.whl
  1589. Collecting amqp>=1.4.0 (from oslo.messaging!=2.8.0,!=3.1.0,>2.6.1->-r requirements.txt (line 22))
  1590. Downloading amqp-1.4.9-py2.py3-none-any.whl (51kB)
  1591. 100% |################################| 53kB 6.8MB/s
  1592. Collecting trollius>=1.0 (from oslo.messaging!=2.8.0,!=3.1.0,>2.6.1->-r requirements.txt (line 22))
  1593. Downloading trollius-2.0.tar.gz (273kB)
  1594. 100% |################################| 274kB 546kB/s
  1595. Collecting ordereddict (from oslo.middleware>=3.0.0->-r requirements.txt (line 23))
  1596. Downloading ordereddict-1.1.tar.gz
  1597. Collecting psutil<2.0.0,>=1.1.1 (from oslo.reports>=0.6.0->-r requirements.txt (line 24))
  1598. Downloading psutil-1.2.1.tar.gz (167kB)
  1599. 100% |################################| 167kB 3.3MB/s
  1600. Collecting msgpack-python>=0.4.0 (from oslo.serialization>=1.10.0->-r requirements.txt (line 26))
  1601. Collecting monotonic>=0.3 (from oslo.service>=1.0.0->-r requirements.txt (line 27))
  1602. Collecting Paste (from oslo.service>=1.0.0->-r requirements.txt (line 27))
  1603. Downloading Paste-2.0.2-py2-none-any.whl (610kB)
  1604. 100% |################################| 614kB 998kB/s
  1605. Collecting oslo.concurrency>=2.3.0 (from oslo.service>=1.0.0->-r requirements.txt (line 27))
  1606. Downloading oslo.concurrency-3.3.0-py2.py3-none-any.whl
  1607. Collecting PasteDeploy>=1.5.0 (from oslo.service>=1.0.0->-r requirements.txt (line 27))
  1608. Downloading PasteDeploy-1.5.2-py2.py3-none-any.whl
  1609. Collecting Routes!=2.0,!=2.1,>=1.12.3 (from oslo.service>=1.0.0->-r requirements.txt (line 27))
  1610. Downloading Routes-2.2-py2-none-any.whl (46kB)
  1611. 100% |################################| 49kB 7.9MB/s
  1612. Collecting funcsigs>=0.4 (from oslo.utils>=3.4.0->-r requirements.txt (line 28))
  1613. Using cached funcsigs-0.4-py2.py3-none-any.whl
  1614. Requirement already satisfied (use --upgrade to upgrade): PrettyTable<0.8,>=0.7 in /usr/lib/python2.7/dist-packages (from python-novaclient!=2.33.0,>=2.29.0->-r requirements.txt (line 31))
  1615. Collecting simplegeneric (from WSME>=0.8->-r requirements.txt (line 33))
  1616. Downloading simplegeneric-0.8.1.zip
  1617. Collecting MarkupSafe (from Jinja2>=2.8->-r requirements.txt (line 34))
  1618. Downloading MarkupSafe-0.23.tar.gz
  1619. Collecting ecdsa>=0.11 (from paramiko>=1.13.0->-r requirements.txt (line 35))
  1620. Downloading ecdsa-0.13-py2.py3-none-any.whl (86kB)
  1621. 100% |################################| 90kB 5.4MB/s
  1622. Collecting pycrypto!=2.4,>=2.1 (from paramiko>=1.13.0->-r requirements.txt (line 35))
  1623. Downloading pycrypto-2.6.1.tar.gz (446kB)
  1624. 100% |################################| 446kB 465kB/s
  1625. Collecting retrying!=1.3.0,>=1.2.3 (from taskflow>=1.25.0->-r requirements.txt (line 36))
  1626. Downloading retrying-1.3.3.tar.gz
  1627. Collecting enum34 (from taskflow>=1.25.0->-r requirements.txt (line 36))
  1628. Downloading enum34-1.1.2.tar.gz (46kB)
  1629. 100% |################################| 49kB 8.3MB/s
  1630. Collecting futures>=3.0 (from taskflow>=1.25.0->-r requirements.txt (line 36))
  1631. Using cached futures-3.0.4-py2-none-any.whl
  1632. Collecting networkx>=1.10 (from taskflow>=1.25.0->-r requirements.txt (line 36))
  1633. Downloading networkx-1.10.tar.gz (1.2MB)
  1634. 100% |################################| 1.2MB 491kB/s
  1635. Collecting fasteners>=0.7 (from taskflow>=1.25.0->-r requirements.txt (line 36))
  1636. Downloading fasteners-0.14.1-py2.py3-none-any.whl
  1637. Collecting contextlib2>=0.4.0 (from taskflow>=1.25.0->-r requirements.txt (line 36))
  1638. Downloading contextlib2-0.5.1.tar.gz
  1639. Collecting jsonschema!=2.5.0,<3.0.0,>=2.0.0 (from taskflow>=1.25.0->-r requirements.txt (line 36))
  1640. Using cached jsonschema-2.5.1-py2.py3-none-any.whl
  1641. Collecting automaton>=0.5.0 (from taskflow>=1.25.0->-r requirements.txt (line 36))
  1642. Downloading automaton-1.1.0-py2.py3-none-any.whl
  1643. Collecting Werkzeug>=0.7 (from Flask<1.0,>=0.10->-r requirements.txt (line 39))
  1644. Downloading Werkzeug-0.11.3-py2.py3-none-any.whl (305kB)
  1645. 100% |################################| 307kB 1.5MB/s
  1646. Collecting itsdangerous>=0.21 (from Flask<1.0,>=0.10->-r requirements.txt (line 39))
  1647. Downloading itsdangerous-0.24.tar.gz (46kB)
  1648. 100% |################################| 49kB 8.3MB/s
  1649. Collecting idna>=2.0 (from cryptography>=1.0->-r requirements.txt (line 42))
  1650. Downloading idna-2.0-py2.py3-none-any.whl (61kB)
  1651. 100% |################################| 61kB 6.4MB/s
  1652. Collecting pyasn1>=0.1.8 (from cryptography>=1.0->-r requirements.txt (line 42))
  1653. Downloading pyasn1-0.1.9-py2.py3-none-any.whl
  1654. Requirement already satisfied (use --upgrade to upgrade): setuptools>=1.0 in /usr/local/lib/python2.7/dist-packages (from cryptography>=1.0->-r requirements.txt (line 42))
  1655. Collecting ipaddress (from cryptography>=1.0->-r requirements.txt (line 42))
  1656. Downloading ipaddress-1.0.16-py27-none-any.whl
  1657. Collecting cffi>=1.4.1 (from cryptography>=1.0->-r requirements.txt (line 42))
  1658. Downloading cffi-1.5.0.tar.gz (385kB)
  1659. 100% |################################| 389kB 1.4MB/s
  1660. Collecting beautifulsoup4 (from WebTest>=1.3.1->pecan>=1.0.0->-r requirements.txt (line 5))
  1661. Downloading beautifulsoup4-4.4.1-py2-none-any.whl (81kB)
  1662. 100% |################################| 81kB 3.7MB/s
  1663. Collecting waitress>=0.8.5 (from WebTest>=1.3.1->pecan>=1.0.0->-r requirements.txt (line 5))
  1664. Downloading waitress-0.8.10-py2-none-any.whl (119kB)
  1665. 100% |################################| 122kB 3.1MB/s
  1666. Collecting appdirs>=1.3.0 (from os-client-config>=1.13.1->python-neutronclient>=2.6.0->-r requirements.txt (line 13))
  1667. Downloading appdirs-1.4.0-py2.py3-none-any.whl
  1668. Collecting requestsexceptions>=1.1.1 (from os-client-config>=1.13.1->python-neutronclient>=2.6.0->-r requirements.txt (line 13))
  1669. Downloading requestsexceptions-1.1.2-py2-none-any.whl
  1670. Collecting wrapt>=1.7.0 (from debtcollector>=0.3.0->python-neutronclient>=2.6.0->-r requirements.txt (line 13))
  1671. Collecting cmd2>=0.6.7 (from cliff>=1.15.0->python-neutronclient>=2.6.0->-r requirements.txt (line 13))
  1672. Downloading cmd2-0.6.8.tar.gz
  1673. Collecting pyparsing>=2.0.1 (from cliff>=1.15.0->python-neutronclient>=2.6.0->-r requirements.txt (line 13))
  1674. Downloading pyparsing-2.0.7-py2.py3-none-any.whl
  1675. Collecting unicodecsv>=0.8.0 (from cliff>=1.15.0->python-neutronclient>=2.6.0->-r requirements.txt (line 13))
  1676. Downloading unicodecsv-0.14.1.tar.gz
  1677. Collecting sqlparse (from sqlalchemy-migrate>=0.9.6->oslo.db>=4.1.0->-r requirements.txt (line 19))
  1678. Downloading sqlparse-0.1.18.tar.gz (58kB)
  1679. 100% |################################| 61kB 5.8MB/s
  1680. Collecting decorator (from sqlalchemy-migrate>=0.9.6->oslo.db>=4.1.0->-r requirements.txt (line 19))
  1681. Downloading decorator-4.0.6-py2.py3-none-any.whl
  1682. Collecting Tempita>=0.4 (from sqlalchemy-migrate>=0.9.6->oslo.db>=4.1.0->-r requirements.txt (line 19))
  1683. Downloading Tempita-0.5.2.tar.gz
  1684. Collecting anyjson>=0.3.3 (from kombu>=3.0.7->oslo.messaging!=2.8.0,!=3.1.0,>2.6.1->-r requirements.txt (line 22))
  1685. Collecting repoze.lru>=0.3 (from Routes!=2.0,!=2.1,>=1.12.3->oslo.service>=1.0.0->-r requirements.txt (line 27))
  1686. Downloading repoze.lru-0.6.tar.gz
  1687. Collecting functools32 (from jsonschema!=2.5.0,<3.0.0,>=2.0.0->taskflow>=1.25.0->-r requirements.txt (line 36))
  1688. Collecting pycparser (from cffi>=1.4.1->cryptography>=1.0->-r requirements.txt (line 42))
  1689. Downloading pycparser-2.14.tar.gz (223kB)
  1690. 100% |################################| 225kB 2.3MB/s
  1691. Building wheels for collected packages: alembic, SQLAlchemy, Flask, cryptography, Mako, python-editor, logutils, simplejson, pyinotify, trollius, ordereddict, psutil, simplegeneric, MarkupSafe, pycrypto, retrying, enum34, networkx, contextlib2, itsdangerous, cffi, cmd2, unicodecsv, sqlparse, Tempita, repoze.lru, pycparser
  1692. Running setup.py bdist_wheel for alembic ... done
  1693. Stored in directory: /root/.cache/pip/wheels/97/1b/9e/d5de8ded6091e30dc43e345f7b38be025ff5ec200ad7c87b79
  1694. Running setup.py bdist_wheel for SQLAlchemy ... done
  1695. Stored in directory: /root/.cache/pip/wheels/56/75/7a/d0a2571fed74e00b0cf2678b4dd7924caa90ae306349c12ecb
  1696. Running setup.py bdist_wheel for Flask ... done
  1697. Stored in directory: /root/.cache/pip/wheels/d2/db/61/cb9b80526b8f3ba89248ec0a29d6da1bb6013681c930fca987
  1698. Running setup.py bdist_wheel for cryptography ... done
  1699. Stored in directory: /root/.cache/pip/wheels/21/66/31/1269e255a523cdcd2ba5cd61c11a17b27085bf2dfd85033bea
  1700. Running setup.py bdist_wheel for Mako ... done
  1701. Stored in directory: /root/.cache/pip/wheels/41/c3/cb/921697f388fa8b0bb5462324d47dc4a62b28186d39a171cb00
  1702. Running setup.py bdist_wheel for python-editor ... done
  1703. Stored in directory: /root/.cache/pip/wheels/1c/92/b9/20a176d34724afeaff19be6dbd57c19e4084047fb1c3a4f76c
  1704. Running setup.py bdist_wheel for logutils ... done
  1705. Stored in directory: /root/.cache/pip/wheels/86/74/b7/3f2dfb710664586c797f2f8df1f390038e2acc85151692bd88
  1706. Running setup.py bdist_wheel for simplejson ... done
  1707. Stored in directory: /root/.cache/pip/wheels/4e/25/10/2ff5f7347927f4816794414d599a5383c7f8dd9a9ff729af28
  1708. Running setup.py bdist_wheel for pyinotify ... done
  1709. Stored in directory: /root/.cache/pip/wheels/25/23/a6/1cf2ff553c862d58295c55ab90bfe70a7b81ec50612e5e5270
  1710. Running setup.py bdist_wheel for trollius ... done
  1711. Stored in directory: /root/.cache/pip/wheels/47/18/7f/db9dfd0251274a8f2c6fd0781d59957ba83a1952659792ccd4
  1712. Running setup.py bdist_wheel for ordereddict ... done
  1713. Stored in directory: /root/.cache/pip/wheels/4e/23/88/f33a8c7c622e6f5244c408306805de7c56dd5d36cff4346fb6
  1714. Running setup.py bdist_wheel for psutil ... done
  1715. Stored in directory: /root/.cache/pip/wheels/3c/44/c1/272c5d06e046414f660d62cd7e6ce2575685cde3dec73ba699
  1716. Running setup.py bdist_wheel for simplegeneric ... done
  1717. Stored in directory: /root/.cache/pip/wheels/51/3c/13/2b621669f3ba74b01380aefcc0af0f643bb42360e7248496ed
  1718. Running setup.py bdist_wheel for MarkupSafe ... done
  1719. Stored in directory: /root/.cache/pip/wheels/94/a7/79/f79a998b64c1281cb99fa9bbd33cfc9b8b5775f438218d17a7
  1720. Running setup.py bdist_wheel for pycrypto ... done
  1721. Stored in directory: /root/.cache/pip/wheels/96/b0/e6/03e439d41cb2592b5c4c9c77873761d6cbd417b332076680cd
  1722. Running setup.py bdist_wheel for retrying ... done
  1723. Stored in directory: /root/.cache/pip/wheels/ef/28/c1/ee4e3a6b34220ae25ab8c2bbf4fb71e510a2214b2916ebadf0
  1724. Running setup.py bdist_wheel for enum34 ... done
  1725. Stored in directory: /root/.cache/pip/wheels/1a/4e/a5/bc564dd03d9abe991425c88d88aa8c5c99ad9a733551b69b4e
  1726. Running setup.py bdist_wheel for networkx ... done
  1727. Stored in directory: /root/.cache/pip/wheels/5d/de/da/01c04502599d67f0b7830214036cd909f211240dbeb23a796c
  1728. Running setup.py bdist_wheel for contextlib2 ... done
  1729. Stored in directory: /root/.cache/pip/wheels/69/10/11/32bef7b8857cbd724a51487711793db25d047d96cd7213c17e
  1730. Running setup.py bdist_wheel for itsdangerous ... done
  1731. Stored in directory: /root/.cache/pip/wheels/97/c0/b8/b37c320ff57e15f993ba0ac98013eee778920b4a7b3ebae3cf
  1732. Running setup.py bdist_wheel for cffi ... done
  1733. Stored in directory: /root/.cache/pip/wheels/ac/44/4b/301cfb6ad4531e8271f7ca364097c5276b65c975942d132151
  1734. Running setup.py bdist_wheel for cmd2 ... done
  1735. Stored in directory: /root/.cache/pip/wheels/ca/0d/4b/b4185d0d6d7e1f0550815e36bf957fbdee375e56e215b6a8cf
  1736. Running setup.py bdist_wheel for unicodecsv ... done
  1737. Stored in directory: /root/.cache/pip/wheels/60/27/80/e78d000cfe8da3efea60746b9cd915b488f7e690174e21b9e7
  1738. Running setup.py bdist_wheel for sqlparse ... done
  1739. Stored in directory: /root/.cache/pip/wheels/f0/78/f3/329eab6612e4c39684d45feeab48be7b992b1131a2b504339b
  1740. Running setup.py bdist_wheel for Tempita ... done
  1741. Stored in directory: /root/.cache/pip/wheels/2f/70/ff/ffaf15f2ae7e8ccee9a6024295c3100a72a497fbaa0ae7890f
  1742. Running setup.py bdist_wheel for repoze.lru ... done
  1743. Stored in directory: /root/.cache/pip/wheels/29/03/10/356bb8b7fb39325abefbbb2823742af38fad32c80033056c44
  1744. Running setup.py bdist_wheel for pycparser ... done
  1745. Stored in directory: /root/.cache/pip/wheels/c7/28/31/bac6d0b118c0bdcbf57f9219afdf2e624379c07efa6c769dbc
  1746. Successfully built alembic SQLAlchemy Flask cryptography Mako python-editor logutils simplejson pyinotify trollius ordereddict psutil simplegeneric MarkupSafe pycrypto retrying enum34 networkx contextlib2 itsdangerous cffi cmd2 unicodecsv sqlparse Tempita repoze.lru pycparser
  1747. Installing collected packages: SQLAlchemy, MarkupSafe, Mako, python-editor, alembic, logutils, six, singledispatch, beautifulsoup4, WebOb, waitress, WebTest, pecan, pbr, pytz, Babel, greenlet, eventlet, requests, stevedore, iso8601, keystoneauth1, netaddr, oslo.config, oslo.i18n, msgpack-python, funcsigs, monotonic, netifaces, wrapt, debtcollector, oslo.utils, oslo.serialization, python-keystoneclient, oslo.context, pycadf, keystonemiddleware, appdirs, requestsexceptions, os-client-config, simplejson, pyparsing, cmd2, unicodecsv, cliff, python-neutronclient, sqlparse, decorator, Tempita, sqlalchemy-migrate, oslo.db, python-dateutil, pyinotify, oslo.log, futures, contextlib2, futurist, amqp, anyjson, kombu, trollius, aioeventlet, Paste, fasteners, retrying, enum34, oslo.concurrency, PasteDeploy, repoze.lru, Routes, oslo.service, cachetools, Jinja2, ordereddict, oslo.middleware, oslo.messaging, psutil, oslo.reports, oslo.rootwrap, PyMySQL, python-barbicanclient, python-novaclient, idna, pyasn1, ipaddress, pycparser, cffi, cryptography, pyOpenSSL, simplegeneric, WSME, ecdsa, pycrypto, paramiko, networkx, functools32, jsonschema, automaton, taskflow, Werkzeug, itsdangerous, Flask
  1748. Found existing installation: six 1.5.2
  1749. DEPRECATION: Uninstalling a distutils installed project (six) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
  1750. Uninstalling six-1.5.2:
  1751. Successfully uninstalled six-1.5.2
  1752. Found existing installation: requests 2.2.1
  1753. DEPRECATION: Uninstalling a distutils installed project (requests) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
  1754. Uninstalling requests-2.2.1:
  1755. Successfully uninstalled requests-2.2.1
  1756. Found existing installation: pyOpenSSL 0.13
  1757. DEPRECATION: Uninstalling a distutils installed project (pyOpenSSL) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
  1758. Uninstalling pyOpenSSL-0.13:
  1759. Successfully uninstalled pyOpenSSL-0.13
  1760. Successfully installed Babel-2.2.0 Flask-0.10.1 Jinja2-2.8 Mako-1.0.3 MarkupSafe-0.23 Paste-2.0.2 PasteDeploy-1.5.2 PyMySQL-0.7.1 Routes-2.2 SQLAlchemy-1.0.11 Tempita-0.5.2 WSME-0.8.0 WebOb-1.5.1 WebTest-2.0.20 Werkzeug-0.11.3 aioeventlet-0.4 alembic-0.8.4 amqp-1.4.9 anyjson-0.3.3 appdirs-1.4.0 automaton-1.1.0 beautifulsoup4-4.4.1 cachetools-1.1.5 cffi-1.5.0 cliff-1.15.0 cmd2-0.6.8 contextlib2-0.5.1 cryptography-1.2.1 debtcollector-1.2.0 decorator-4.0.6 ecdsa-0.13 enum34-1.1.2 eventlet-0.18.1 fasteners-0.14.1 funcsigs-0.4 functools32-3.2.3.post2 futures-3.0.4 futurist-0.9.0 greenlet-0.4.9 idna-2.0 ipaddress-1.0.16 iso8601-0.1.11 itsdangerous-0.24 jsonschema-2.5.1 keystoneauth1-2.2.0 keystonemiddleware-4.2.0 kombu-3.0.33 logutils-0.3.3 monotonic-0.6 msgpack-python-0.4.7 netaddr-0.7.18 netifaces-0.10.4 networkx-1.10 ordereddict-1.1 os-client-config-1.14.0 oslo.concurrency-3.3.0 oslo.config-3.4.0 oslo.context-1.0.1 oslo.db-4.3.1 oslo.i18n-3.2.0 oslo.log-2.3.0 oslo.messaging-4.0.0 oslo.middleware-3.5.0 oslo.reports-1.3.0 oslo.rootwrap-3.1.0 oslo.serialization-2.2.0 oslo.service-1.3.0 oslo.utils-3.4.0 paramiko-1.16.0 pbr-1.8.1 pecan-1.0.4 psutil-1.2.1 pyOpenSSL-0.15.1 pyasn1-0.1.9 pycadf-2.0.1 pycparser-2.14 pycrypto-2.6.1 pyinotify-0.9.6 pyparsing-2.0.7 python-barbicanclient-3.3.0 python-dateutil-2.4.2 python-editor-0.5 python-keystoneclient-2.1.1 python-neutronclient-4.0.0 python-novaclient-3.2.0 pytz-2015.7 repoze.lru-0.6 requests-2.9.1 requestsexceptions-1.1.2 retrying-1.3.3 simplegeneric-0.8.1 simplejson-3.8.1 singledispatch-3.4.0.3 six-1.10.0 sqlalchemy-migrate-0.10.0 sqlparse-0.1.18 stevedore-1.10.0 taskflow-1.26.0 trollius-2.0 unicodecsv-0.14.1 waitress-0.8.10 wrapt-1.10.6
  1761. + python setup.py install
  1762. running install
  1763. [pbr] Writing ChangeLog
  1764. [pbr] Generating ChangeLog
  1765. [pbr] ChangeLog complete (0.0s)
  1766. [pbr] Generating AUTHORS
  1767. [pbr] AUTHORS complete (0.0s)
  1768. running build
  1769. running build_py
  1770. creating build
  1771. creating build/lib.linux-x86_64-2.7
  1772. creating build/lib.linux-x86_64-2.7/octavia
  1773. creating build/lib.linux-x86_64-2.7/octavia/tests
  1774. creating build/lib.linux-x86_64-2.7/octavia/tests/unit
  1775. creating build/lib.linux-x86_64-2.7/octavia/tests/unit/cmd
  1776. copying octavia/tests/unit/cmd/test_house_keeping.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/cmd
  1777. copying octavia/tests/unit/cmd/test_health_manager.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/cmd
  1778. copying octavia/tests/unit/cmd/test_haproxy_vrrp_check.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/cmd
  1779. copying octavia/tests/unit/cmd/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/cmd
  1780. creating build/lib.linux-x86_64-2.7/octavia/controller
  1781. creating build/lib.linux-x86_64-2.7/octavia/controller/healthmanager
  1782. copying octavia/controller/healthmanager/update_stats_mixin.py -> build/lib.linux-x86_64-2.7/octavia/controller/healthmanager
  1783. copying octavia/controller/healthmanager/update_health_mixin.py -> build/lib.linux-x86_64-2.7/octavia/controller/healthmanager
  1784. copying octavia/controller/healthmanager/health_manager.py -> build/lib.linux-x86_64-2.7/octavia/controller/healthmanager
  1785. copying octavia/controller/healthmanager/__init__.py -> build/lib.linux-x86_64-2.7/octavia/controller/healthmanager
  1786. creating build/lib.linux-x86_64-2.7/octavia/common
  1787. copying octavia/common/utils.py -> build/lib.linux-x86_64-2.7/octavia/common
  1788. copying octavia/common/service.py -> build/lib.linux-x86_64-2.7/octavia/common
  1789. copying octavia/common/keystone.py -> build/lib.linux-x86_64-2.7/octavia/common
  1790. copying octavia/common/exceptions.py -> build/lib.linux-x86_64-2.7/octavia/common
  1791. copying octavia/common/data_models.py -> build/lib.linux-x86_64-2.7/octavia/common
  1792. copying octavia/common/context.py -> build/lib.linux-x86_64-2.7/octavia/common
  1793. copying octavia/common/constants.py -> build/lib.linux-x86_64-2.7/octavia/common
  1794. copying octavia/common/config.py -> build/lib.linux-x86_64-2.7/octavia/common
  1795. copying octavia/common/clients.py -> build/lib.linux-x86_64-2.7/octavia/common
  1796. copying octavia/common/base_taskflow.py -> build/lib.linux-x86_64-2.7/octavia/common
  1797. copying octavia/common/__init__.py -> build/lib.linux-x86_64-2.7/octavia/common
  1798. creating build/lib.linux-x86_64-2.7/octavia/controller/worker
  1799. copying octavia/controller/worker/controller_worker.py -> build/lib.linux-x86_64-2.7/octavia/controller/worker
  1800. copying octavia/controller/worker/__init__.py -> build/lib.linux-x86_64-2.7/octavia/controller/worker
  1801. creating build/lib.linux-x86_64-2.7/octavia/amphorae
  1802. creating build/lib.linux-x86_64-2.7/octavia/amphorae/drivers
  1803. creating build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/haproxy
  1804. copying octavia/amphorae/drivers/haproxy/ssh_driver.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/haproxy
  1805. copying octavia/amphorae/drivers/haproxy/rest_api_driver.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/haproxy
  1806. copying octavia/amphorae/drivers/haproxy/exceptions.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/haproxy
  1807. copying octavia/amphorae/drivers/haproxy/data_models.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/haproxy
  1808. copying octavia/amphorae/drivers/haproxy/__init__.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/haproxy
  1809. creating build/lib.linux-x86_64-2.7/octavia/tests/functional
  1810. creating build/lib.linux-x86_64-2.7/octavia/tests/functional/amphorae
  1811. creating build/lib.linux-x86_64-2.7/octavia/tests/functional/amphorae/backend
  1812. copying octavia/tests/functional/amphorae/backend/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/functional/amphorae/backend
  1813. creating build/lib.linux-x86_64-2.7/octavia/network
  1814. creating build/lib.linux-x86_64-2.7/octavia/network/drivers
  1815. creating build/lib.linux-x86_64-2.7/octavia/network/drivers/nova-network
  1816. copying octavia/network/drivers/nova-network/__init__.py -> build/lib.linux-x86_64-2.7/octavia/network/drivers/nova-network
  1817. copying octavia/tests/unit/test_hacking.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit
  1818. copying octavia/tests/unit/base.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit
  1819. copying octavia/tests/unit/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit
  1820. creating build/lib.linux-x86_64-2.7/octavia/tests/unit/controller
  1821. copying octavia/tests/unit/controller/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller
  1822. creating build/lib.linux-x86_64-2.7/octavia/tests/unit/compute
  1823. copying octavia/tests/unit/compute/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/compute
  1824. creating build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae
  1825. creating build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers
  1826. creating build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/keepalived
  1827. creating build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/keepalived/jinja
  1828. copying octavia/tests/unit/amphorae/drivers/keepalived/jinja/test_jinja_cfg.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/keepalived/jinja
  1829. copying octavia/tests/unit/amphorae/drivers/keepalived/jinja/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/keepalived/jinja
  1830. copying octavia/version.py -> build/lib.linux-x86_64-2.7/octavia
  1831. copying octavia/opts.py -> build/lib.linux-x86_64-2.7/octavia
  1832. copying octavia/i18n.py -> build/lib.linux-x86_64-2.7/octavia
  1833. copying octavia/__init__.py -> build/lib.linux-x86_64-2.7/octavia
  1834. creating build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/healthmanager
  1835. copying octavia/tests/unit/controller/healthmanager/test_update_stats_mixin.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/healthmanager
  1836. copying octavia/tests/unit/controller/healthmanager/test_health_mixin.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/healthmanager
  1837. copying octavia/tests/unit/controller/healthmanager/test_health_manager.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/healthmanager
  1838. copying octavia/tests/unit/controller/healthmanager/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/healthmanager
  1839. creating build/lib.linux-x86_64-2.7/octavia/tests/unit/common
  1840. creating build/lib.linux-x86_64-2.7/octavia/tests/unit/common/tls_utils
  1841. copying octavia/tests/unit/common/tls_utils/test_cert_parser.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/common/tls_utils
  1842. copying octavia/tests/unit/common/tls_utils/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/common/tls_utils
  1843. creating build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends
  1844. copying octavia/tests/unit/amphorae/backends/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends
  1845. creating build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/haproxy/jinja
  1846. copying octavia/amphorae/drivers/haproxy/jinja/jinja_cfg.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/haproxy/jinja
  1847. copying octavia/amphorae/drivers/haproxy/jinja/__init__.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/haproxy/jinja
  1848. creating build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/queue
  1849. copying octavia/tests/unit/controller/queue/test_endpoint.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/queue
  1850. copying octavia/tests/unit/controller/queue/test_consumer.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/queue
  1851. copying octavia/tests/unit/controller/queue/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/queue
  1852. creating build/lib.linux-x86_64-2.7/octavia/amphorae/backends
  1853. creating build/lib.linux-x86_64-2.7/octavia/amphorae/backends/health_daemon
  1854. copying octavia/amphorae/backends/health_daemon/status_message.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/health_daemon
  1855. copying octavia/amphorae/backends/health_daemon/health_sender.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/health_daemon
  1856. copying octavia/amphorae/backends/health_daemon/health_daemon.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/health_daemon
  1857. copying octavia/amphorae/backends/health_daemon/__init__.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/health_daemon
  1858. creating build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/noop_driver
  1859. copying octavia/amphorae/drivers/noop_driver/driver.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/noop_driver
  1860. copying octavia/amphorae/drivers/noop_driver/__init__.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/noop_driver
  1861. creating build/lib.linux-x86_64-2.7/octavia/certificates
  1862. copying octavia/certificates/__init__.py -> build/lib.linux-x86_64-2.7/octavia/certificates
  1863. creating build/lib.linux-x86_64-2.7/octavia/api
  1864. creating build/lib.linux-x86_64-2.7/octavia/api/v1
  1865. creating build/lib.linux-x86_64-2.7/octavia/api/v1/handlers
  1866. copying octavia/api/v1/handlers/abstract_handler.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/handlers
  1867. copying octavia/api/v1/handlers/__init__.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/handlers
  1868. creating build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/keepalived
  1869. copying octavia/amphorae/drivers/keepalived/vrrp_rest_driver.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/keepalived
  1870. copying octavia/amphorae/drivers/keepalived/__init__.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/keepalived
  1871. copying octavia/amphorae/drivers/driver_base.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/drivers
  1872. copying octavia/amphorae/drivers/__init__.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/drivers
  1873. creating build/lib.linux-x86_64-2.7/octavia/network/drivers/noop_driver
  1874. copying octavia/network/drivers/noop_driver/driver.py -> build/lib.linux-x86_64-2.7/octavia/network/drivers/noop_driver
  1875. copying octavia/network/drivers/noop_driver/__init__.py -> build/lib.linux-x86_64-2.7/octavia/network/drivers/noop_driver
  1876. creating build/lib.linux-x86_64-2.7/octavia/hacking
  1877. copying octavia/hacking/checks.py -> build/lib.linux-x86_64-2.7/octavia/hacking
  1878. copying octavia/hacking/__init__.py -> build/lib.linux-x86_64-2.7/octavia/hacking
  1879. creating build/lib.linux-x86_64-2.7/octavia/tests/unit/network
  1880. creating build/lib.linux-x86_64-2.7/octavia/tests/unit/network/drivers
  1881. creating build/lib.linux-x86_64-2.7/octavia/tests/unit/network/drivers/neutron
  1882. copying octavia/tests/unit/network/drivers/neutron/test_base.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/network/drivers/neutron
  1883. copying octavia/tests/unit/network/drivers/neutron/test_allowed_address_pairs.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/network/drivers/neutron
  1884. copying octavia/tests/unit/network/drivers/neutron/constants.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/network/drivers/neutron
  1885. copying octavia/tests/unit/network/drivers/neutron/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/network/drivers/neutron
  1886. creating build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/utils
  1887. copying octavia/tests/unit/amphorae/backends/utils/test_haproxy_query.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/utils
  1888. copying octavia/tests/unit/amphorae/backends/utils/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/utils
  1889. creating build/lib.linux-x86_64-2.7/octavia/tests/functional/db
  1890. copying octavia/tests/functional/db/test_repositories.py -> build/lib.linux-x86_64-2.7/octavia/tests/functional/db
  1891. copying octavia/tests/functional/db/test_models.py -> build/lib.linux-x86_64-2.7/octavia/tests/functional/db
  1892. copying octavia/tests/functional/db/base.py -> build/lib.linux-x86_64-2.7/octavia/tests/functional/db
  1893. copying octavia/tests/functional/db/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/functional/db
  1894. creating build/lib.linux-x86_64-2.7/octavia/db
  1895. creating build/lib.linux-x86_64-2.7/octavia/db/migration
  1896. copying octavia/db/migration/__init__.py -> build/lib.linux-x86_64-2.7/octavia/db/migration
  1897. copying octavia/db/repositories.py -> build/lib.linux-x86_64-2.7/octavia/db
  1898. copying octavia/db/models.py -> build/lib.linux-x86_64-2.7/octavia/db
  1899. copying octavia/db/base_models.py -> build/lib.linux-x86_64-2.7/octavia/db
  1900. copying octavia/db/api.py -> build/lib.linux-x86_64-2.7/octavia/db
  1901. copying octavia/db/__init__.py -> build/lib.linux-x86_64-2.7/octavia/db
  1902. creating build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates
  1903. creating build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/manager
  1904. copying octavia/tests/unit/certificates/manager/test_local.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/manager
  1905. copying octavia/tests/unit/certificates/manager/test_barbican.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/manager
  1906. copying octavia/tests/unit/certificates/manager/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/manager
  1907. creating build/lib.linux-x86_64-2.7/octavia/tests/unit/db
  1908. copying octavia/tests/unit/db/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/db
  1909. creating build/lib.linux-x86_64-2.7/octavia/tests/unit/api
  1910. creating build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1
  1911. creating build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/types
  1912. copying octavia/tests/unit/api/v1/types/test_pools.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/types
  1913. copying octavia/tests/unit/api/v1/types/test_members.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/types
  1914. copying octavia/tests/unit/api/v1/types/test_load_balancers.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/types
  1915. copying octavia/tests/unit/api/v1/types/test_listeners.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/types
  1916. copying octavia/tests/unit/api/v1/types/test_health_monitors.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/types
  1917. copying octavia/tests/unit/api/v1/types/base.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/types
  1918. copying octavia/tests/unit/api/v1/types/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/types
  1919. copying octavia/tests/unit/common/test_utils.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/common
  1920. copying octavia/tests/unit/common/test_exceptions.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/common
  1921. copying octavia/tests/unit/common/test_constants.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/common
  1922. copying octavia/tests/unit/common/test_config.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/common
  1923. copying octavia/tests/unit/common/test_clients.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/common
  1924. copying octavia/tests/unit/common/test_base_taskflow.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/common
  1925. copying octavia/tests/unit/common/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/common
  1926. creating build/lib.linux-x86_64-2.7/octavia/controller/worker/flows
  1927. copying octavia/controller/worker/flows/pool_flows.py -> build/lib.linux-x86_64-2.7/octavia/controller/worker/flows
  1928. copying octavia/controller/worker/flows/member_flows.py -> build/lib.linux-x86_64-2.7/octavia/controller/worker/flows
  1929. copying octavia/controller/worker/flows/load_balancer_flows.py -> build/lib.linux-x86_64-2.7/octavia/controller/worker/flows
  1930. copying octavia/controller/worker/flows/listener_flows.py -> build/lib.linux-x86_64-2.7/octavia/controller/worker/flows
  1931. copying octavia/controller/worker/flows/health_monitor_flows.py -> build/lib.linux-x86_64-2.7/octavia/controller/worker/flows
  1932. copying octavia/controller/worker/flows/amphora_flows.py -> build/lib.linux-x86_64-2.7/octavia/controller/worker/flows
  1933. copying octavia/controller/worker/flows/__init__.py -> build/lib.linux-x86_64-2.7/octavia/controller/worker/flows
  1934. copying octavia/network/data_models.py -> build/lib.linux-x86_64-2.7/octavia/network
  1935. copying octavia/network/base.py -> build/lib.linux-x86_64-2.7/octavia/network
  1936. copying octavia/network/__init__.py -> build/lib.linux-x86_64-2.7/octavia/network
  1937. copying octavia/tests/unit/amphorae/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae
  1938. creating build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/haproxy
  1939. creating build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/haproxy/jinja
  1940. copying octavia/tests/unit/amphorae/drivers/haproxy/jinja/test_jinja_cfg.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/haproxy/jinja
  1941. copying octavia/tests/unit/amphorae/drivers/haproxy/jinja/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/haproxy/jinja
  1942. copying octavia/tests/unit/network/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/network
  1943. copying octavia/tests/unit/api/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/api
  1944. creating build/lib.linux-x86_64-2.7/octavia/tests/functional/amphorae/backend/agent
  1945. copying octavia/tests/functional/amphorae/backend/agent/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/functional/amphorae/backend/agent
  1946. creating build/lib.linux-x86_64-2.7/octavia/certificates/generator
  1947. copying octavia/certificates/generator/local.py -> build/lib.linux-x86_64-2.7/octavia/certificates/generator
  1948. copying octavia/certificates/generator/cert_gen.py -> build/lib.linux-x86_64-2.7/octavia/certificates/generator
  1949. copying octavia/certificates/generator/barbican.py -> build/lib.linux-x86_64-2.7/octavia/certificates/generator
  1950. copying octavia/certificates/generator/anchor.py -> build/lib.linux-x86_64-2.7/octavia/certificates/generator
  1951. copying octavia/certificates/generator/__init__.py -> build/lib.linux-x86_64-2.7/octavia/certificates/generator
  1952. creating build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/handlers
  1953. copying octavia/tests/unit/api/v1/handlers/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/handlers
  1954. creating build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/keepalived/jinja
  1955. copying octavia/amphorae/drivers/keepalived/jinja/jinja_cfg.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/keepalived/jinja
  1956. copying octavia/amphorae/drivers/keepalived/jinja/__init__.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/keepalived/jinja
  1957. copying octavia/tests/functional/amphorae/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/functional/amphorae
  1958. creating build/lib.linux-x86_64-2.7/octavia/tests/common
  1959. copying octavia/tests/common/data_model_helpers.py -> build/lib.linux-x86_64-2.7/octavia/tests/common
  1960. copying octavia/tests/common/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/common
  1961. creating build/lib.linux-x86_64-2.7/octavia/certificates/common
  1962. copying octavia/certificates/common/local.py -> build/lib.linux-x86_64-2.7/octavia/certificates/common
  1963. copying octavia/certificates/common/cert.py -> build/lib.linux-x86_64-2.7/octavia/certificates/common
  1964. copying octavia/certificates/common/barbican.py -> build/lib.linux-x86_64-2.7/octavia/certificates/common
  1965. copying octavia/certificates/common/__init__.py -> build/lib.linux-x86_64-2.7/octavia/certificates/common
  1966. creating build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/keepalived/jinja/templates
  1967. copying octavia/amphorae/drivers/keepalived/jinja/templates/__init__.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/keepalived/jinja/templates
  1968. copying octavia/tests/unit/amphorae/drivers/keepalived/test_vrrp_rest_driver.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/keepalived
  1969. copying octavia/tests/unit/amphorae/drivers/keepalived/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/keepalived
  1970. creating build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/health
  1971. copying octavia/amphorae/drivers/health/heartbeat_udp.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/health
  1972. copying octavia/amphorae/drivers/health/__init__.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/health
  1973. creating build/lib.linux-x86_64-2.7/octavia/controller/housekeeping
  1974. copying octavia/controller/housekeeping/house_keeping.py -> build/lib.linux-x86_64-2.7/octavia/controller/housekeeping
  1975. copying octavia/controller/housekeeping/__init__.py -> build/lib.linux-x86_64-2.7/octavia/controller/housekeeping
  1976. copying octavia/tests/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests
  1977. creating build/lib.linux-x86_64-2.7/octavia/tests/unit/openstack
  1978. copying octavia/tests/unit/openstack/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/openstack
  1979. copying octavia/api/v1/hooks.py -> build/lib.linux-x86_64-2.7/octavia/api/v1
  1980. copying octavia/api/v1/__init__.py -> build/lib.linux-x86_64-2.7/octavia/api/v1
  1981. creating build/lib.linux-x86_64-2.7/octavia/tests/functional/amphorae/backend/agent/api_server
  1982. copying octavia/tests/functional/amphorae/backend/agent/api_server/test_server_sysvinit.py -> build/lib.linux-x86_64-2.7/octavia/tests/functional/amphorae/backend/agent/api_server
  1983. copying octavia/tests/functional/amphorae/backend/agent/api_server/test_server.py -> build/lib.linux-x86_64-2.7/octavia/tests/functional/amphorae/backend/agent/api_server
  1984. copying octavia/tests/functional/amphorae/backend/agent/api_server/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/functional/amphorae/backend/agent/api_server
  1985. creating build/lib.linux-x86_64-2.7/octavia/tests/unit/openstack/common
  1986. copying octavia/tests/unit/openstack/common/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/openstack/common
  1987. creating build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/housekeeping
  1988. copying octavia/tests/unit/controller/housekeeping/test_house_keeping.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/housekeeping
  1989. copying octavia/tests/unit/controller/housekeeping/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/housekeeping
  1990. creating build/lib.linux-x86_64-2.7/octavia/api/v1/controllers
  1991. copying octavia/api/v1/controllers/pool.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/controllers
  1992. copying octavia/api/v1/controllers/member.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/controllers
  1993. copying octavia/api/v1/controllers/load_balancer.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/controllers
  1994. copying octavia/api/v1/controllers/listener.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/controllers
  1995. copying octavia/api/v1/controllers/health_monitor.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/controllers
  1996. copying octavia/api/v1/controllers/base.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/controllers
  1997. copying octavia/api/v1/controllers/__init__.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/controllers
  1998. creating build/lib.linux-x86_64-2.7/octavia/compute
  1999. creating build/lib.linux-x86_64-2.7/octavia/compute/drivers
  2000. copying octavia/compute/drivers/nova_driver.py -> build/lib.linux-x86_64-2.7/octavia/compute/drivers
  2001. copying octavia/compute/drivers/__init__.py -> build/lib.linux-x86_64-2.7/octavia/compute/drivers
  2002. creating build/lib.linux-x86_64-2.7/octavia/api/v1/types
  2003. copying octavia/api/v1/types/pool.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/types
  2004. copying octavia/api/v1/types/member.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/types
  2005. copying octavia/api/v1/types/load_balancer.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/types
  2006. copying octavia/api/v1/types/listener.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/types
  2007. copying octavia/api/v1/types/health_monitor.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/types
  2008. copying octavia/api/v1/types/base.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/types
  2009. copying octavia/api/v1/types/__init__.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/types
  2010. creating build/lib.linux-x86_64-2.7/octavia/controller/queue
  2011. copying octavia/controller/queue/endpoint.py -> build/lib.linux-x86_64-2.7/octavia/controller/queue
  2012. copying octavia/controller/queue/consumer.py -> build/lib.linux-x86_64-2.7/octavia/controller/queue
  2013. copying octavia/controller/queue/__init__.py -> build/lib.linux-x86_64-2.7/octavia/controller/queue
  2014. creating build/lib.linux-x86_64-2.7/octavia/controller/worker/tasks
  2015. copying octavia/controller/worker/tasks/network_tasks.py -> build/lib.linux-x86_64-2.7/octavia/controller/worker/tasks
  2016. copying octavia/controller/worker/tasks/model_tasks.py -> build/lib.linux-x86_64-2.7/octavia/controller/worker/tasks
  2017. copying octavia/controller/worker/tasks/database_tasks.py -> build/lib.linux-x86_64-2.7/octavia/controller/worker/tasks
  2018. copying octavia/controller/worker/tasks/controller_tasks.py -> build/lib.linux-x86_64-2.7/octavia/controller/worker/tasks
  2019. copying octavia/controller/worker/tasks/compute_tasks.py -> build/lib.linux-x86_64-2.7/octavia/controller/worker/tasks
  2020. copying octavia/controller/worker/tasks/cert_task.py -> build/lib.linux-x86_64-2.7/octavia/controller/worker/tasks
  2021. copying octavia/controller/worker/tasks/amphora_driver_tasks.py -> build/lib.linux-x86_64-2.7/octavia/controller/worker/tasks
  2022. copying octavia/controller/worker/tasks/__init__.py -> build/lib.linux-x86_64-2.7/octavia/controller/worker/tasks
  2023. copying octavia/tests/unit/amphorae/drivers/haproxy/test_ssh_driver.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/haproxy
  2024. copying octavia/tests/unit/amphorae/drivers/haproxy/test_rest_api_driver.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/haproxy
  2025. copying octavia/tests/unit/amphorae/drivers/haproxy/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/haproxy
  2026. creating build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/common
  2027. copying octavia/tests/unit/certificates/common/test_local.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/common
  2028. copying octavia/tests/unit/certificates/common/test_barbican.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/common
  2029. copying octavia/tests/unit/certificates/common/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/common
  2030. copying octavia/tests/unit/certificates/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates
  2031. creating build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/health
  2032. copying octavia/tests/unit/amphorae/drivers/health/test_heartbeat_udp.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/health
  2033. copying octavia/tests/unit/amphorae/drivers/health/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/health
  2034. creating build/lib.linux-x86_64-2.7/octavia/api/v1/handlers/controller_simulator
  2035. copying octavia/api/v1/handlers/controller_simulator/handler.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/handlers/controller_simulator
  2036. copying octavia/api/v1/handlers/controller_simulator/__init__.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/handlers/controller_simulator
  2037. copying octavia/tests/unit/api/v1/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1
  2038. creating build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/health_daemon
  2039. copying octavia/tests/unit/amphorae/backends/health_daemon/test_health_sender.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/health_daemon
  2040. copying octavia/tests/unit/amphorae/backends/health_daemon/test_health_daemon.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/health_daemon
  2041. copying octavia/tests/unit/amphorae/backends/health_daemon/test_envelope.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/health_daemon
  2042. copying octavia/tests/unit/amphorae/backends/health_daemon/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/health_daemon
  2043. creating build/lib.linux-x86_64-2.7/octavia/compute/drivers/noop_driver
  2044. copying octavia/compute/drivers/noop_driver/driver.py -> build/lib.linux-x86_64-2.7/octavia/compute/drivers/noop_driver
  2045. copying octavia/compute/drivers/noop_driver/__init__.py -> build/lib.linux-x86_64-2.7/octavia/compute/drivers/noop_driver
  2046. creating build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/handlers/queue
  2047. copying octavia/tests/unit/api/v1/handlers/queue/test_producer.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/handlers/queue
  2048. copying octavia/tests/unit/api/v1/handlers/queue/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/handlers/queue
  2049. creating build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker
  2050. copying octavia/tests/unit/controller/worker/test_controller_worker.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker
  2051. copying octavia/tests/unit/controller/worker/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker
  2052. copying octavia/compute/compute_base.py -> build/lib.linux-x86_64-2.7/octavia/compute
  2053. copying octavia/compute/__init__.py -> build/lib.linux-x86_64-2.7/octavia/compute
  2054. creating build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/flows
  2055. copying octavia/tests/unit/controller/worker/flows/test_pool_flows.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/flows
  2056. copying octavia/tests/unit/controller/worker/flows/test_member_flows.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/flows
  2057. copying octavia/tests/unit/controller/worker/flows/test_load_balancer_flows.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/flows
  2058. copying octavia/tests/unit/controller/worker/flows/test_listener_flows.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/flows
  2059. copying octavia/tests/unit/controller/worker/flows/test_health_monitor_flows.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/flows
  2060. copying octavia/tests/unit/controller/worker/flows/test_amphora_flows.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/flows
  2061. copying octavia/tests/unit/controller/worker/flows/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/flows
  2062. creating build/lib.linux-x86_64-2.7/octavia/tests/functional/api
  2063. copying octavia/tests/functional/api/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/functional/api
  2064. creating build/lib.linux-x86_64-2.7/octavia/amphorae/backends/utils
  2065. copying octavia/amphorae/backends/utils/haproxy_query.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/utils
  2066. copying octavia/amphorae/backends/utils/__init__.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/utils
  2067. creating build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/common/auth
  2068. copying octavia/tests/unit/certificates/common/auth/test_barbican_acl.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/common/auth
  2069. copying octavia/tests/unit/certificates/common/auth/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/common/auth
  2070. creating build/lib.linux-x86_64-2.7/octavia/api/v1/handlers/queue
  2071. copying octavia/api/v1/handlers/queue/producer.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/handlers/queue
  2072. copying octavia/api/v1/handlers/queue/__init__.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/handlers/queue
  2073. creating build/lib.linux-x86_64-2.7/octavia/amphorae/driver_exceptions
  2074. copying octavia/amphorae/driver_exceptions/exceptions.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/driver_exceptions
  2075. copying octavia/amphorae/driver_exceptions/__init__.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/driver_exceptions
  2076. creating build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/haproxy/jinja/templates
  2077. copying octavia/amphorae/drivers/haproxy/jinja/templates/__init__.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/haproxy/jinja/templates
  2078. creating build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/agent
  2079. copying octavia/tests/unit/amphorae/backends/agent/test_agent_jinja_cfg.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/agent
  2080. copying octavia/tests/unit/amphorae/backends/agent/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/agent
  2081. creating build/lib.linux-x86_64-2.7/octavia/tests/unit/compute/drivers
  2082. copying octavia/tests/unit/compute/drivers/test_nova_driver.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/compute/drivers
  2083. copying octavia/tests/unit/compute/drivers/test_compute_noop_driver.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/compute/drivers
  2084. copying octavia/tests/unit/compute/drivers/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/compute/drivers
  2085. creating build/lib.linux-x86_64-2.7/octavia/common/tls_utils
  2086. copying octavia/common/tls_utils/cert_parser.py -> build/lib.linux-x86_64-2.7/octavia/common/tls_utils
  2087. copying octavia/common/tls_utils/__init__.py -> build/lib.linux-x86_64-2.7/octavia/common/tls_utils
  2088. creating build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent
  2089. creating build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/templates
  2090. copying octavia/amphorae/backends/agent/templates/__init__.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/templates
  2091. copying octavia/tests/unit/amphorae/drivers/test_noop_amphoraloadbalancer_driver.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers
  2092. copying octavia/tests/unit/amphorae/drivers/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers
  2093. creating build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server
  2094. copying octavia/amphorae/backends/agent/api_server/util.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server
  2095. copying octavia/amphorae/backends/agent/api_server/server.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server
  2096. copying octavia/amphorae/backends/agent/api_server/plug.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server
  2097. copying octavia/amphorae/backends/agent/api_server/listener.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server
  2098. copying octavia/amphorae/backends/agent/api_server/keepalived.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server
  2099. copying octavia/amphorae/backends/agent/api_server/certificate_update.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server
  2100. copying octavia/amphorae/backends/agent/api_server/amphora_info.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server
  2101. copying octavia/amphorae/backends/agent/api_server/__init__.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server
  2102. copying octavia/tests/unit/network/drivers/test_network_noop_driver.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/network/drivers
  2103. copying octavia/tests/unit/network/drivers/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/network/drivers
  2104. creating build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/agent/api_server
  2105. copying octavia/tests/unit/amphorae/backends/agent/api_server/test_utils.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/agent/api_server
  2106. copying octavia/tests/unit/amphorae/backends/agent/api_server/test_plug.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/agent/api_server
  2107. copying octavia/tests/unit/amphorae/backends/agent/api_server/test_listener.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/agent/api_server
  2108. copying octavia/tests/unit/amphorae/backends/agent/api_server/test_keepalived.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/agent/api_server
  2109. copying octavia/tests/unit/amphorae/backends/agent/api_server/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/agent/api_server
  2110. creating build/lib.linux-x86_64-2.7/octavia/certificates/common/auth
  2111. copying octavia/certificates/common/auth/barbican_acl.py -> build/lib.linux-x86_64-2.7/octavia/certificates/common/auth
  2112. copying octavia/certificates/common/auth/__init__.py -> build/lib.linux-x86_64-2.7/octavia/certificates/common/auth
  2113. copying octavia/network/drivers/__init__.py -> build/lib.linux-x86_64-2.7/octavia/network/drivers
  2114. copying octavia/controller/__init__.py -> build/lib.linux-x86_64-2.7/octavia/controller
  2115. copying octavia/amphorae/backends/__init__.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends
  2116. copying octavia/amphorae/backends/agent/agent_jinja_cfg.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent
  2117. copying octavia/amphorae/backends/agent/__init__.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent
  2118. copying octavia/tests/functional/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/functional
  2119. creating build/lib.linux-x86_64-2.7/octavia/tests/functional/api/v1
  2120. copying octavia/tests/functional/api/v1/test_pool.py -> build/lib.linux-x86_64-2.7/octavia/tests/functional/api/v1
  2121. copying octavia/tests/functional/api/v1/test_member.py -> build/lib.linux-x86_64-2.7/octavia/tests/functional/api/v1
  2122. copying octavia/tests/functional/api/v1/test_load_balancer.py -> build/lib.linux-x86_64-2.7/octavia/tests/functional/api/v1
  2123. copying octavia/tests/functional/api/v1/test_listener.py -> build/lib.linux-x86_64-2.7/octavia/tests/functional/api/v1
  2124. copying octavia/tests/functional/api/v1/test_health_monitor.py -> build/lib.linux-x86_64-2.7/octavia/tests/functional/api/v1
  2125. copying octavia/tests/functional/api/v1/base.py -> build/lib.linux-x86_64-2.7/octavia/tests/functional/api/v1
  2126. copying octavia/tests/functional/api/v1/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/functional/api/v1
  2127. creating build/lib.linux-x86_64-2.7/octavia/cmd
  2128. copying octavia/cmd/octavia_worker.py -> build/lib.linux-x86_64-2.7/octavia/cmd
  2129. copying octavia/cmd/house_keeping.py -> build/lib.linux-x86_64-2.7/octavia/cmd
  2130. copying octavia/cmd/health_manager.py -> build/lib.linux-x86_64-2.7/octavia/cmd
  2131. copying octavia/cmd/haproxy_vrrp_check.py -> build/lib.linux-x86_64-2.7/octavia/cmd
  2132. copying octavia/cmd/api.py -> build/lib.linux-x86_64-2.7/octavia/cmd
  2133. copying octavia/cmd/agent.py -> build/lib.linux-x86_64-2.7/octavia/cmd
  2134. copying octavia/cmd/__init__.py -> build/lib.linux-x86_64-2.7/octavia/cmd
  2135. creating build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/tasks
  2136. copying octavia/tests/unit/controller/worker/tasks/test_network_tasks.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/tasks
  2137. copying octavia/tests/unit/controller/worker/tasks/test_model_tasks.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/tasks
  2138. copying octavia/tests/unit/controller/worker/tasks/test_database_tasks.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/tasks
  2139. copying octavia/tests/unit/controller/worker/tasks/test_controller_tasks.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/tasks
  2140. copying octavia/tests/unit/controller/worker/tasks/test_compute_tasks.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/tasks
  2141. copying octavia/tests/unit/controller/worker/tasks/test_cert_task.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/tasks
  2142. copying octavia/tests/unit/controller/worker/tasks/test_amphora_driver_tasks.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/tasks
  2143. copying octavia/tests/unit/controller/worker/tasks/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/tasks
  2144. copying octavia/api/root_controller.py -> build/lib.linux-x86_64-2.7/octavia/api
  2145. copying octavia/api/config.py -> build/lib.linux-x86_64-2.7/octavia/api
  2146. copying octavia/api/app.py -> build/lib.linux-x86_64-2.7/octavia/api
  2147. copying octavia/api/__init__.py -> build/lib.linux-x86_64-2.7/octavia/api
  2148. copying octavia/amphorae/__init__.py -> build/lib.linux-x86_64-2.7/octavia/amphorae
  2149. creating build/lib.linux-x86_64-2.7/octavia/network/drivers/neutron
  2150. copying octavia/network/drivers/neutron/utils.py -> build/lib.linux-x86_64-2.7/octavia/network/drivers/neutron
  2151. copying octavia/network/drivers/neutron/base.py -> build/lib.linux-x86_64-2.7/octavia/network/drivers/neutron
  2152. copying octavia/network/drivers/neutron/allowed_address_pairs.py -> build/lib.linux-x86_64-2.7/octavia/network/drivers/neutron
  2153. copying octavia/network/drivers/neutron/__init__.py -> build/lib.linux-x86_64-2.7/octavia/network/drivers/neutron
  2154. creating build/lib.linux-x86_64-2.7/octavia/tests/unit/common/sample_configs
  2155. copying octavia/tests/unit/common/sample_configs/sample_configs.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/common/sample_configs
  2156. copying octavia/tests/unit/common/sample_configs/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/common/sample_configs
  2157. creating build/lib.linux-x86_64-2.7/octavia/certificates/manager
  2158. copying octavia/certificates/manager/local.py -> build/lib.linux-x86_64-2.7/octavia/certificates/manager
  2159. copying octavia/certificates/manager/cert_mgr.py -> build/lib.linux-x86_64-2.7/octavia/certificates/manager
  2160. copying octavia/certificates/manager/barbican.py -> build/lib.linux-x86_64-2.7/octavia/certificates/manager
  2161. copying octavia/certificates/manager/__init__.py -> build/lib.linux-x86_64-2.7/octavia/certificates/manager
  2162. creating build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/generator
  2163. copying octavia/tests/unit/certificates/generator/test_local.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/generator
  2164. copying octavia/tests/unit/certificates/generator/test_barbican.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/generator
  2165. copying octavia/tests/unit/certificates/generator/test_anchor.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/generator
  2166. copying octavia/tests/unit/certificates/generator/local_csr.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/generator
  2167. copying octavia/tests/unit/certificates/generator/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/generator
  2168. running egg_info
  2169. creating octavia.egg-info
  2170. writing pbr to octavia.egg-info/pbr.json
  2171. writing requirements to octavia.egg-info/requires.txt
  2172. writing octavia.egg-info/PKG-INFO
  2173. writing top-level names to octavia.egg-info/top_level.txt
  2174. writing dependency_links to octavia.egg-info/dependency_links.txt
  2175. writing entry points to octavia.egg-info/entry_points.txt
  2176. [pbr] Processing SOURCES.txt
  2177. writing manifest file 'octavia.egg-info/SOURCES.txt'
  2178. [pbr] In git context, generating filelist from git
  2179. warning: no previously-included files matching '*.pyc' found anywhere in distribution
  2180. reading manifest template 'MANIFEST.in'
  2181. warning: no previously-included files found matching '.gitignore'
  2182. warning: no previously-included files found matching '.gitreview'
  2183. warning: no previously-included files matching '*.pyc' found anywhere in distribution
  2184. writing manifest file 'octavia.egg-info/SOURCES.txt'
  2185. copying octavia/db/migration/alembic.ini -> build/lib.linux-x86_64-2.7/octavia/db/migration
  2186. creating build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations
  2187. copying octavia/db/migration/alembic_migrations/README.rst -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations
  2188. copying octavia/db/migration/alembic_migrations/env.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations
  2189. copying octavia/db/migration/alembic_migrations/script.py.mako -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations
  2190. creating build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions
  2191. copying octavia/db/migration/alembic_migrations/versions/13500e2e978d_update_url_and_name_size.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions
  2192. copying octavia/db/migration/alembic_migrations/versions/14892634e228_update_vip.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions
  2193. copying octavia/db/migration/alembic_migrations/versions/1e4c1d83044c_keepalived_configuration_datamodel.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions
  2194. copying octavia/db/migration/alembic_migrations/versions/2351ea316465_adding_terminate_https_tls_ref_support.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions
  2195. copying octavia/db/migration/alembic_migrations/versions/256852d5ff7c_add_lb_network_ip_to_amphora.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions
  2196. copying octavia/db/migration/alembic_migrations/versions/298eac0640a7_add_amphora_vrrp_port_id_and_ha_port_id.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions
  2197. copying octavia/db/migration/alembic_migrations/versions/357d17a6d5ac_update_lb_and_amphora_data_model_for_.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions
  2198. copying octavia/db/migration/alembic_migrations/versions/35dee79d5865_initial_create.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions
  2199. copying octavia/db/migration/alembic_migrations/versions/3a1e1cdb7b27_rename_amphora_host_id.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions
  2200. copying octavia/db/migration/alembic_migrations/versions/3b199c848b96_create_no_monitor_operational_status.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions
  2201. copying octavia/db/migration/alembic_migrations/versions/3e5b37a0bdb9_add_vrrp_ip_and_ha_ip_to_amphora.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions
  2202. copying octavia/db/migration/alembic_migrations/versions/43287cd10fef_make_pool_lb_algorithm_larger.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions
  2203. copying octavia/db/migration/alembic_migrations/versions/48660b6643f0_add_new_states_for_amphora.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions
  2204. copying octavia/db/migration/alembic_migrations/versions/4c094013699a_update_load_balancer_amphora.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions
  2205. copying octavia/db/migration/alembic_migrations/versions/4faaa983e7a9_update_member_address_column.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions
  2206. copying octavia/db/migration/alembic_migrations/versions/4fe8240425b4_update_vip_add_subnet_id.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions
  2207. copying octavia/db/migration/alembic_migrations/versions/543f5d8e4e56_add_a_column_busy_in_table_amphora_health.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions
  2208. copying octavia/db/migration/alembic_migrations/versions/5a3ee5472c31_add_cert_expiration__infor_in_amphora_table.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions
  2209. copying octavia/db/migration/alembic_migrations/versions/6abb04f24c5_tenant_id_to_project_id.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions
  2210. copying octavia/db/migration/alembic_migrations/versions/92fe9857279_create_healthmanager_table.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions
  2211. copying octavia/amphorae/drivers/keepalived/jinja/templates/keepalived_base.template -> build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/keepalived/jinja/templates
  2212. copying octavia/amphorae/drivers/haproxy/jinja/templates/haproxy_base.template -> build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/haproxy/jinja/templates
  2213. copying octavia/amphorae/drivers/haproxy/jinja/templates/haproxy_listener.template -> build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/haproxy/jinja/templates
  2214. copying octavia/amphorae/drivers/haproxy/jinja/templates/haproxy_loadbalancer.template -> build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/haproxy/jinja/templates
  2215. copying octavia/amphorae/drivers/haproxy/jinja/templates/haproxy_proxies.template -> build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/haproxy/jinja/templates
  2216. copying octavia/amphorae/backends/agent/templates/amphora_agent_conf.template -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/templates
  2217. creating build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/templates
  2218. copying octavia/amphorae/backends/agent/api_server/templates/keepalived.conf.j2 -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/templates
  2219. copying octavia/amphorae/backends/agent/api_server/templates/keepalived_check_script.conf.j2 -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/templates
  2220. copying octavia/amphorae/backends/agent/api_server/templates/plug_port_ethX.conf.j2 -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/templates
  2221. copying octavia/amphorae/backends/agent/api_server/templates/plug_vip_ethX.conf.j2 -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/templates
  2222. copying octavia/amphorae/backends/agent/api_server/templates/sysvinit.conf.j2 -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/templates
  2223. copying octavia/amphorae/backends/agent/api_server/templates/upstart.conf.j2 -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/templates
  2224. copying octavia/network/drivers/neutron/README -> build/lib.linux-x86_64-2.7/octavia/network/drivers/neutron
  2225. running install_lib
  2226. creating /usr/local/lib/python2.7/dist-packages/octavia
  2227. creating /usr/local/lib/python2.7/dist-packages/octavia/cmd
  2228. copying build/lib.linux-x86_64-2.7/octavia/cmd/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/cmd
  2229. copying build/lib.linux-x86_64-2.7/octavia/cmd/agent.py -> /usr/local/lib/python2.7/dist-packages/octavia/cmd
  2230. copying build/lib.linux-x86_64-2.7/octavia/cmd/api.py -> /usr/local/lib/python2.7/dist-packages/octavia/cmd
  2231. copying build/lib.linux-x86_64-2.7/octavia/cmd/haproxy_vrrp_check.py -> /usr/local/lib/python2.7/dist-packages/octavia/cmd
  2232. copying build/lib.linux-x86_64-2.7/octavia/cmd/health_manager.py -> /usr/local/lib/python2.7/dist-packages/octavia/cmd
  2233. copying build/lib.linux-x86_64-2.7/octavia/cmd/house_keeping.py -> /usr/local/lib/python2.7/dist-packages/octavia/cmd
  2234. copying build/lib.linux-x86_64-2.7/octavia/cmd/octavia_worker.py -> /usr/local/lib/python2.7/dist-packages/octavia/cmd
  2235. creating /usr/local/lib/python2.7/dist-packages/octavia/compute
  2236. copying build/lib.linux-x86_64-2.7/octavia/compute/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/compute
  2237. copying build/lib.linux-x86_64-2.7/octavia/compute/compute_base.py -> /usr/local/lib/python2.7/dist-packages/octavia/compute
  2238. creating /usr/local/lib/python2.7/dist-packages/octavia/compute/drivers
  2239. creating /usr/local/lib/python2.7/dist-packages/octavia/compute/drivers/noop_driver
  2240. copying build/lib.linux-x86_64-2.7/octavia/compute/drivers/noop_driver/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/compute/drivers/noop_driver
  2241. copying build/lib.linux-x86_64-2.7/octavia/compute/drivers/noop_driver/driver.py -> /usr/local/lib/python2.7/dist-packages/octavia/compute/drivers/noop_driver
  2242. copying build/lib.linux-x86_64-2.7/octavia/compute/drivers/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/compute/drivers
  2243. copying build/lib.linux-x86_64-2.7/octavia/compute/drivers/nova_driver.py -> /usr/local/lib/python2.7/dist-packages/octavia/compute/drivers
  2244. creating /usr/local/lib/python2.7/dist-packages/octavia/db
  2245. copying build/lib.linux-x86_64-2.7/octavia/db/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/db
  2246. copying build/lib.linux-x86_64-2.7/octavia/db/api.py -> /usr/local/lib/python2.7/dist-packages/octavia/db
  2247. copying build/lib.linux-x86_64-2.7/octavia/db/base_models.py -> /usr/local/lib/python2.7/dist-packages/octavia/db
  2248. copying build/lib.linux-x86_64-2.7/octavia/db/models.py -> /usr/local/lib/python2.7/dist-packages/octavia/db
  2249. copying build/lib.linux-x86_64-2.7/octavia/db/repositories.py -> /usr/local/lib/python2.7/dist-packages/octavia/db
  2250. creating /usr/local/lib/python2.7/dist-packages/octavia/db/migration
  2251. creating /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations
  2252. creating /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions
  2253. copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/92fe9857279_create_healthmanager_table.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions
  2254. copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/6abb04f24c5_tenant_id_to_project_id.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions
  2255. copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/5a3ee5472c31_add_cert_expiration__infor_in_amphora_table.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions
  2256. copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/543f5d8e4e56_add_a_column_busy_in_table_amphora_health.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions
  2257. copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/4fe8240425b4_update_vip_add_subnet_id.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions
  2258. copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/4faaa983e7a9_update_member_address_column.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions
  2259. copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/4c094013699a_update_load_balancer_amphora.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions
  2260. copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/48660b6643f0_add_new_states_for_amphora.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions
  2261. copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/43287cd10fef_make_pool_lb_algorithm_larger.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions
  2262. copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/3e5b37a0bdb9_add_vrrp_ip_and_ha_ip_to_amphora.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions
  2263. copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/3b199c848b96_create_no_monitor_operational_status.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions
  2264. copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/3a1e1cdb7b27_rename_amphora_host_id.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions
  2265. copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/35dee79d5865_initial_create.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions
  2266. copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/357d17a6d5ac_update_lb_and_amphora_data_model_for_.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions
  2267. copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/298eac0640a7_add_amphora_vrrp_port_id_and_ha_port_id.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions
  2268. copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/256852d5ff7c_add_lb_network_ip_to_amphora.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions
  2269. copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/2351ea316465_adding_terminate_https_tls_ref_support.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions
  2270. copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/1e4c1d83044c_keepalived_configuration_datamodel.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions
  2271. copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/14892634e228_update_vip.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions
  2272. copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/13500e2e978d_update_url_and_name_size.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions
  2273. copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/script.py.mako -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations
  2274. copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/env.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations
  2275. copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/README.rst -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations
  2276. copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic.ini -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration
  2277. copying build/lib.linux-x86_64-2.7/octavia/db/migration/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration
  2278. creating /usr/local/lib/python2.7/dist-packages/octavia/hacking
  2279. copying build/lib.linux-x86_64-2.7/octavia/hacking/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/hacking
  2280. copying build/lib.linux-x86_64-2.7/octavia/hacking/checks.py -> /usr/local/lib/python2.7/dist-packages/octavia/hacking
  2281. creating /usr/local/lib/python2.7/dist-packages/octavia/api
  2282. copying build/lib.linux-x86_64-2.7/octavia/api/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/api
  2283. copying build/lib.linux-x86_64-2.7/octavia/api/app.py -> /usr/local/lib/python2.7/dist-packages/octavia/api
  2284. copying build/lib.linux-x86_64-2.7/octavia/api/config.py -> /usr/local/lib/python2.7/dist-packages/octavia/api
  2285. copying build/lib.linux-x86_64-2.7/octavia/api/root_controller.py -> /usr/local/lib/python2.7/dist-packages/octavia/api
  2286. creating /usr/local/lib/python2.7/dist-packages/octavia/api/v1
  2287. creating /usr/local/lib/python2.7/dist-packages/octavia/api/v1/types
  2288. copying build/lib.linux-x86_64-2.7/octavia/api/v1/types/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/types
  2289. copying build/lib.linux-x86_64-2.7/octavia/api/v1/types/base.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/types
  2290. copying build/lib.linux-x86_64-2.7/octavia/api/v1/types/health_monitor.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/types
  2291. copying build/lib.linux-x86_64-2.7/octavia/api/v1/types/listener.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/types
  2292. copying build/lib.linux-x86_64-2.7/octavia/api/v1/types/load_balancer.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/types
  2293. copying build/lib.linux-x86_64-2.7/octavia/api/v1/types/member.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/types
  2294. copying build/lib.linux-x86_64-2.7/octavia/api/v1/types/pool.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/types
  2295. creating /usr/local/lib/python2.7/dist-packages/octavia/api/v1/controllers
  2296. copying build/lib.linux-x86_64-2.7/octavia/api/v1/controllers/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/controllers
  2297. copying build/lib.linux-x86_64-2.7/octavia/api/v1/controllers/base.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/controllers
  2298. copying build/lib.linux-x86_64-2.7/octavia/api/v1/controllers/health_monitor.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/controllers
  2299. copying build/lib.linux-x86_64-2.7/octavia/api/v1/controllers/listener.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/controllers
  2300. copying build/lib.linux-x86_64-2.7/octavia/api/v1/controllers/load_balancer.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/controllers
  2301. copying build/lib.linux-x86_64-2.7/octavia/api/v1/controllers/member.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/controllers
  2302. copying build/lib.linux-x86_64-2.7/octavia/api/v1/controllers/pool.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/controllers
  2303. copying build/lib.linux-x86_64-2.7/octavia/api/v1/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1
  2304. copying build/lib.linux-x86_64-2.7/octavia/api/v1/hooks.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1
  2305. creating /usr/local/lib/python2.7/dist-packages/octavia/api/v1/handlers
  2306. creating /usr/local/lib/python2.7/dist-packages/octavia/api/v1/handlers/queue
  2307. copying build/lib.linux-x86_64-2.7/octavia/api/v1/handlers/queue/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/handlers/queue
  2308. copying build/lib.linux-x86_64-2.7/octavia/api/v1/handlers/queue/producer.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/handlers/queue
  2309. creating /usr/local/lib/python2.7/dist-packages/octavia/api/v1/handlers/controller_simulator
  2310. copying build/lib.linux-x86_64-2.7/octavia/api/v1/handlers/controller_simulator/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/handlers/controller_simulator
  2311. copying build/lib.linux-x86_64-2.7/octavia/api/v1/handlers/controller_simulator/handler.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/handlers/controller_simulator
  2312. copying build/lib.linux-x86_64-2.7/octavia/api/v1/handlers/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/handlers
  2313. copying build/lib.linux-x86_64-2.7/octavia/api/v1/handlers/abstract_handler.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/handlers
  2314. creating /usr/local/lib/python2.7/dist-packages/octavia/certificates
  2315. creating /usr/local/lib/python2.7/dist-packages/octavia/certificates/manager
  2316. copying build/lib.linux-x86_64-2.7/octavia/certificates/manager/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/certificates/manager
  2317. copying build/lib.linux-x86_64-2.7/octavia/certificates/manager/barbican.py -> /usr/local/lib/python2.7/dist-packages/octavia/certificates/manager
  2318. copying build/lib.linux-x86_64-2.7/octavia/certificates/manager/cert_mgr.py -> /usr/local/lib/python2.7/dist-packages/octavia/certificates/manager
  2319. copying build/lib.linux-x86_64-2.7/octavia/certificates/manager/local.py -> /usr/local/lib/python2.7/dist-packages/octavia/certificates/manager
  2320. creating /usr/local/lib/python2.7/dist-packages/octavia/certificates/common
  2321. creating /usr/local/lib/python2.7/dist-packages/octavia/certificates/common/auth
  2322. copying build/lib.linux-x86_64-2.7/octavia/certificates/common/auth/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/certificates/common/auth
  2323. copying build/lib.linux-x86_64-2.7/octavia/certificates/common/auth/barbican_acl.py -> /usr/local/lib/python2.7/dist-packages/octavia/certificates/common/auth
  2324. copying build/lib.linux-x86_64-2.7/octavia/certificates/common/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/certificates/common
  2325. copying build/lib.linux-x86_64-2.7/octavia/certificates/common/barbican.py -> /usr/local/lib/python2.7/dist-packages/octavia/certificates/common
  2326. copying build/lib.linux-x86_64-2.7/octavia/certificates/common/cert.py -> /usr/local/lib/python2.7/dist-packages/octavia/certificates/common
  2327. copying build/lib.linux-x86_64-2.7/octavia/certificates/common/local.py -> /usr/local/lib/python2.7/dist-packages/octavia/certificates/common
  2328. creating /usr/local/lib/python2.7/dist-packages/octavia/certificates/generator
  2329. copying build/lib.linux-x86_64-2.7/octavia/certificates/generator/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/certificates/generator
  2330. copying build/lib.linux-x86_64-2.7/octavia/certificates/generator/anchor.py -> /usr/local/lib/python2.7/dist-packages/octavia/certificates/generator
  2331. copying build/lib.linux-x86_64-2.7/octavia/certificates/generator/barbican.py -> /usr/local/lib/python2.7/dist-packages/octavia/certificates/generator
  2332. copying build/lib.linux-x86_64-2.7/octavia/certificates/generator/cert_gen.py -> /usr/local/lib/python2.7/dist-packages/octavia/certificates/generator
  2333. copying build/lib.linux-x86_64-2.7/octavia/certificates/generator/local.py -> /usr/local/lib/python2.7/dist-packages/octavia/certificates/generator
  2334. copying build/lib.linux-x86_64-2.7/octavia/certificates/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/certificates
  2335. copying build/lib.linux-x86_64-2.7/octavia/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia
  2336. copying build/lib.linux-x86_64-2.7/octavia/i18n.py -> /usr/local/lib/python2.7/dist-packages/octavia
  2337. copying build/lib.linux-x86_64-2.7/octavia/opts.py -> /usr/local/lib/python2.7/dist-packages/octavia
  2338. copying build/lib.linux-x86_64-2.7/octavia/version.py -> /usr/local/lib/python2.7/dist-packages/octavia
  2339. creating /usr/local/lib/python2.7/dist-packages/octavia/network
  2340. copying build/lib.linux-x86_64-2.7/octavia/network/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/network
  2341. copying build/lib.linux-x86_64-2.7/octavia/network/base.py -> /usr/local/lib/python2.7/dist-packages/octavia/network
  2342. copying build/lib.linux-x86_64-2.7/octavia/network/data_models.py -> /usr/local/lib/python2.7/dist-packages/octavia/network
  2343. creating /usr/local/lib/python2.7/dist-packages/octavia/network/drivers
  2344. creating /usr/local/lib/python2.7/dist-packages/octavia/network/drivers/neutron
  2345. copying build/lib.linux-x86_64-2.7/octavia/network/drivers/neutron/README -> /usr/local/lib/python2.7/dist-packages/octavia/network/drivers/neutron
  2346. copying build/lib.linux-x86_64-2.7/octavia/network/drivers/neutron/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/network/drivers/neutron
  2347. copying build/lib.linux-x86_64-2.7/octavia/network/drivers/neutron/allowed_address_pairs.py -> /usr/local/lib/python2.7/dist-packages/octavia/network/drivers/neutron
  2348. copying build/lib.linux-x86_64-2.7/octavia/network/drivers/neutron/base.py -> /usr/local/lib/python2.7/dist-packages/octavia/network/drivers/neutron
  2349. copying build/lib.linux-x86_64-2.7/octavia/network/drivers/neutron/utils.py -> /usr/local/lib/python2.7/dist-packages/octavia/network/drivers/neutron
  2350. copying build/lib.linux-x86_64-2.7/octavia/network/drivers/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/network/drivers
  2351. creating /usr/local/lib/python2.7/dist-packages/octavia/network/drivers/noop_driver
  2352. copying build/lib.linux-x86_64-2.7/octavia/network/drivers/noop_driver/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/network/drivers/noop_driver
  2353. copying build/lib.linux-x86_64-2.7/octavia/network/drivers/noop_driver/driver.py -> /usr/local/lib/python2.7/dist-packages/octavia/network/drivers/noop_driver
  2354. creating /usr/local/lib/python2.7/dist-packages/octavia/network/drivers/nova-network
  2355. copying build/lib.linux-x86_64-2.7/octavia/network/drivers/nova-network/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/network/drivers/nova-network
  2356. creating /usr/local/lib/python2.7/dist-packages/octavia/amphorae
  2357. copying build/lib.linux-x86_64-2.7/octavia/amphorae/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae
  2358. creating /usr/local/lib/python2.7/dist-packages/octavia/amphorae/driver_exceptions
  2359. copying build/lib.linux-x86_64-2.7/octavia/amphorae/driver_exceptions/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/driver_exceptions
  2360. copying build/lib.linux-x86_64-2.7/octavia/amphorae/driver_exceptions/exceptions.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/driver_exceptions
  2361. creating /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends
  2362. copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends
  2363. creating /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent
  2364. copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent
  2365. copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/agent_jinja_cfg.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent
  2366. creating /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server
  2367. creating /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server/templates
  2368. copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/templates/upstart.conf.j2 -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server/templates
  2369. copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/templates/sysvinit.conf.j2 -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server/templates
  2370. copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/templates/plug_vip_ethX.conf.j2 -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server/templates
  2371. copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/templates/plug_port_ethX.conf.j2 -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server/templates
  2372. copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/templates/keepalived_check_script.conf.j2 -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server/templates
  2373. copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/templates/keepalived.conf.j2 -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server/templates
  2374. copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server
  2375. copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/amphora_info.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server
  2376. copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/certificate_update.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server
  2377. copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/keepalived.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server
  2378. copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/listener.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server
  2379. copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/plug.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server
  2380. copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/server.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server
  2381. copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/util.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server
  2382. creating /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/templates
  2383. copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/templates/amphora_agent_conf.template -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/templates
  2384. copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/templates/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/templates
  2385. creating /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/utils
  2386. copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/utils/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/utils
  2387. copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/utils/haproxy_query.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/utils
  2388. creating /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/health_daemon
  2389. copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/health_daemon/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/health_daemon
  2390. copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/health_daemon/health_daemon.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/health_daemon
  2391. copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/health_daemon/health_sender.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/health_daemon
  2392. copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/health_daemon/status_message.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/health_daemon
  2393. creating /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers
  2394. creating /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/health
  2395. copying build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/health/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/health
  2396. copying build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/health/heartbeat_udp.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/health
  2397. copying build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers
  2398. copying build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/driver_base.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers
  2399. creating /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/keepalived
  2400. creating /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/keepalived/jinja
  2401. creating /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/keepalived/jinja/templates
  2402. copying build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/keepalived/jinja/templates/keepalived_base.template -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/keepalived/jinja/templates
  2403. copying build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/keepalived/jinja/templates/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/keepalived/jinja/templates
  2404. copying build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/keepalived/jinja/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/keepalived/jinja
  2405. copying build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/keepalived/jinja/jinja_cfg.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/keepalived/jinja
  2406. copying build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/keepalived/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/keepalived
  2407. copying build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/keepalived/vrrp_rest_driver.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/keepalived
  2408. creating /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/noop_driver
  2409. copying build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/noop_driver/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/noop_driver
  2410. copying build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/noop_driver/driver.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/noop_driver
  2411. creating /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/haproxy
  2412. creating /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/haproxy/jinja
  2413. creating /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/haproxy/jinja/templates
  2414. copying build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/haproxy/jinja/templates/haproxy_proxies.template -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/haproxy/jinja/templates
  2415. copying build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/haproxy/jinja/templates/haproxy_loadbalancer.template -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/haproxy/jinja/templates
  2416. copying build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/haproxy/jinja/templates/haproxy_listener.template -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/haproxy/jinja/templates
  2417. copying build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/haproxy/jinja/templates/haproxy_base.template -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/haproxy/jinja/templates
  2418. copying build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/haproxy/jinja/templates/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/haproxy/jinja/templates
  2419. copying build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/haproxy/jinja/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/haproxy/jinja
  2420. copying build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/haproxy/jinja/jinja_cfg.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/haproxy/jinja
  2421. copying build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/haproxy/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/haproxy
  2422. copying build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/haproxy/data_models.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/haproxy
  2423. copying build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/haproxy/exceptions.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/haproxy
  2424. copying build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/haproxy/rest_api_driver.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/haproxy
  2425. copying build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/haproxy/ssh_driver.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/haproxy
  2426. creating /usr/local/lib/python2.7/dist-packages/octavia/common
  2427. creating /usr/local/lib/python2.7/dist-packages/octavia/common/tls_utils
  2428. copying build/lib.linux-x86_64-2.7/octavia/common/tls_utils/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/common/tls_utils
  2429. copying build/lib.linux-x86_64-2.7/octavia/common/tls_utils/cert_parser.py -> /usr/local/lib/python2.7/dist-packages/octavia/common/tls_utils
  2430. copying build/lib.linux-x86_64-2.7/octavia/common/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/common
  2431. copying build/lib.linux-x86_64-2.7/octavia/common/base_taskflow.py -> /usr/local/lib/python2.7/dist-packages/octavia/common
  2432. copying build/lib.linux-x86_64-2.7/octavia/common/clients.py -> /usr/local/lib/python2.7/dist-packages/octavia/common
  2433. copying build/lib.linux-x86_64-2.7/octavia/common/config.py -> /usr/local/lib/python2.7/dist-packages/octavia/common
  2434. copying build/lib.linux-x86_64-2.7/octavia/common/constants.py -> /usr/local/lib/python2.7/dist-packages/octavia/common
  2435. copying build/lib.linux-x86_64-2.7/octavia/common/context.py -> /usr/local/lib/python2.7/dist-packages/octavia/common
  2436. copying build/lib.linux-x86_64-2.7/octavia/common/data_models.py -> /usr/local/lib/python2.7/dist-packages/octavia/common
  2437. copying build/lib.linux-x86_64-2.7/octavia/common/exceptions.py -> /usr/local/lib/python2.7/dist-packages/octavia/common
  2438. copying build/lib.linux-x86_64-2.7/octavia/common/keystone.py -> /usr/local/lib/python2.7/dist-packages/octavia/common
  2439. copying build/lib.linux-x86_64-2.7/octavia/common/service.py -> /usr/local/lib/python2.7/dist-packages/octavia/common
  2440. copying build/lib.linux-x86_64-2.7/octavia/common/utils.py -> /usr/local/lib/python2.7/dist-packages/octavia/common
  2441. creating /usr/local/lib/python2.7/dist-packages/octavia/controller
  2442. copying build/lib.linux-x86_64-2.7/octavia/controller/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller
  2443. creating /usr/local/lib/python2.7/dist-packages/octavia/controller/queue
  2444. copying build/lib.linux-x86_64-2.7/octavia/controller/queue/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/queue
  2445. copying build/lib.linux-x86_64-2.7/octavia/controller/queue/consumer.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/queue
  2446. copying build/lib.linux-x86_64-2.7/octavia/controller/queue/endpoint.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/queue
  2447. creating /usr/local/lib/python2.7/dist-packages/octavia/controller/housekeeping
  2448. copying build/lib.linux-x86_64-2.7/octavia/controller/housekeeping/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/housekeeping
  2449. copying build/lib.linux-x86_64-2.7/octavia/controller/housekeeping/house_keeping.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/housekeeping
  2450. creating /usr/local/lib/python2.7/dist-packages/octavia/controller/worker
  2451. creating /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/tasks
  2452. copying build/lib.linux-x86_64-2.7/octavia/controller/worker/tasks/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/tasks
  2453. copying build/lib.linux-x86_64-2.7/octavia/controller/worker/tasks/amphora_driver_tasks.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/tasks
  2454. copying build/lib.linux-x86_64-2.7/octavia/controller/worker/tasks/cert_task.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/tasks
  2455. copying build/lib.linux-x86_64-2.7/octavia/controller/worker/tasks/compute_tasks.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/tasks
  2456. copying build/lib.linux-x86_64-2.7/octavia/controller/worker/tasks/controller_tasks.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/tasks
  2457. copying build/lib.linux-x86_64-2.7/octavia/controller/worker/tasks/database_tasks.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/tasks
  2458. copying build/lib.linux-x86_64-2.7/octavia/controller/worker/tasks/model_tasks.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/tasks
  2459. copying build/lib.linux-x86_64-2.7/octavia/controller/worker/tasks/network_tasks.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/tasks
  2460. creating /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/flows
  2461. copying build/lib.linux-x86_64-2.7/octavia/controller/worker/flows/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/flows
  2462. copying build/lib.linux-x86_64-2.7/octavia/controller/worker/flows/amphora_flows.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/flows
  2463. copying build/lib.linux-x86_64-2.7/octavia/controller/worker/flows/health_monitor_flows.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/flows
  2464. copying build/lib.linux-x86_64-2.7/octavia/controller/worker/flows/listener_flows.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/flows
  2465. copying build/lib.linux-x86_64-2.7/octavia/controller/worker/flows/load_balancer_flows.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/flows
  2466. copying build/lib.linux-x86_64-2.7/octavia/controller/worker/flows/member_flows.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/flows
  2467. copying build/lib.linux-x86_64-2.7/octavia/controller/worker/flows/pool_flows.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/flows
  2468. copying build/lib.linux-x86_64-2.7/octavia/controller/worker/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/worker
  2469. copying build/lib.linux-x86_64-2.7/octavia/controller/worker/controller_worker.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/worker
  2470. creating /usr/local/lib/python2.7/dist-packages/octavia/controller/healthmanager
  2471. copying build/lib.linux-x86_64-2.7/octavia/controller/healthmanager/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/healthmanager
  2472. copying build/lib.linux-x86_64-2.7/octavia/controller/healthmanager/health_manager.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/healthmanager
  2473. copying build/lib.linux-x86_64-2.7/octavia/controller/healthmanager/update_health_mixin.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/healthmanager
  2474. copying build/lib.linux-x86_64-2.7/octavia/controller/healthmanager/update_stats_mixin.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/healthmanager
  2475. creating /usr/local/lib/python2.7/dist-packages/octavia/tests
  2476. copying build/lib.linux-x86_64-2.7/octavia/tests/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests
  2477. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/common
  2478. copying build/lib.linux-x86_64-2.7/octavia/tests/common/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/common
  2479. copying build/lib.linux-x86_64-2.7/octavia/tests/common/data_model_helpers.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/common
  2480. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/functional
  2481. copying build/lib.linux-x86_64-2.7/octavia/tests/functional/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/functional
  2482. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/api
  2483. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/api/v1
  2484. copying build/lib.linux-x86_64-2.7/octavia/tests/functional/api/v1/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/api/v1
  2485. copying build/lib.linux-x86_64-2.7/octavia/tests/functional/api/v1/base.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/api/v1
  2486. copying build/lib.linux-x86_64-2.7/octavia/tests/functional/api/v1/test_health_monitor.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/api/v1
  2487. copying build/lib.linux-x86_64-2.7/octavia/tests/functional/api/v1/test_listener.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/api/v1
  2488. copying build/lib.linux-x86_64-2.7/octavia/tests/functional/api/v1/test_load_balancer.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/api/v1
  2489. copying build/lib.linux-x86_64-2.7/octavia/tests/functional/api/v1/test_member.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/api/v1
  2490. copying build/lib.linux-x86_64-2.7/octavia/tests/functional/api/v1/test_pool.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/api/v1
  2491. copying build/lib.linux-x86_64-2.7/octavia/tests/functional/api/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/api
  2492. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/db
  2493. copying build/lib.linux-x86_64-2.7/octavia/tests/functional/db/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/db
  2494. copying build/lib.linux-x86_64-2.7/octavia/tests/functional/db/base.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/db
  2495. copying build/lib.linux-x86_64-2.7/octavia/tests/functional/db/test_models.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/db
  2496. copying build/lib.linux-x86_64-2.7/octavia/tests/functional/db/test_repositories.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/db
  2497. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/amphorae
  2498. copying build/lib.linux-x86_64-2.7/octavia/tests/functional/amphorae/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/amphorae
  2499. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/amphorae/backend
  2500. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/amphorae/backend/agent
  2501. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/amphorae/backend/agent/api_server
  2502. copying build/lib.linux-x86_64-2.7/octavia/tests/functional/amphorae/backend/agent/api_server/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/amphorae/backend/agent/api_server
  2503. copying build/lib.linux-x86_64-2.7/octavia/tests/functional/amphorae/backend/agent/api_server/test_server.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/amphorae/backend/agent/api_server
  2504. copying build/lib.linux-x86_64-2.7/octavia/tests/functional/amphorae/backend/agent/api_server/test_server_sysvinit.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/amphorae/backend/agent/api_server
  2505. copying build/lib.linux-x86_64-2.7/octavia/tests/functional/amphorae/backend/agent/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/amphorae/backend/agent
  2506. copying build/lib.linux-x86_64-2.7/octavia/tests/functional/amphorae/backend/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/amphorae/backend
  2507. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit
  2508. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/openstack
  2509. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/openstack/common
  2510. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/openstack/common/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/openstack/common
  2511. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/openstack/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/openstack
  2512. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api
  2513. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/api/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api
  2514. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1
  2515. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1
  2516. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/handlers
  2517. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/handlers/queue
  2518. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/handlers/queue/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/handlers/queue
  2519. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/handlers/queue/test_producer.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/handlers/queue
  2520. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/handlers/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/handlers
  2521. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/types
  2522. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/types/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/types
  2523. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/types/base.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/types
  2524. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/types/test_health_monitors.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/types
  2525. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/types/test_listeners.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/types
  2526. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/types/test_load_balancers.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/types
  2527. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/types/test_members.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/types
  2528. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/types/test_pools.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/types
  2529. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/db
  2530. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/db/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/db
  2531. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates
  2532. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/generator
  2533. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/generator/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/generator
  2534. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/generator/local_csr.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/generator
  2535. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/generator/test_anchor.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/generator
  2536. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/generator/test_barbican.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/generator
  2537. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/generator/test_local.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/generator
  2538. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates
  2539. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/common
  2540. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/common/auth
  2541. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/common/auth/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/common/auth
  2542. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/common/auth/test_barbican_acl.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/common/auth
  2543. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/common/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/common
  2544. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/common/test_barbican.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/common
  2545. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/common/test_local.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/common
  2546. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/manager
  2547. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/manager/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/manager
  2548. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/manager/test_barbican.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/manager
  2549. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/manager/test_local.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/manager
  2550. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/network
  2551. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/network/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/network
  2552. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/network/drivers
  2553. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/network/drivers/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/network/drivers
  2554. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/network/drivers/test_network_noop_driver.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/network/drivers
  2555. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/network/drivers/neutron
  2556. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/network/drivers/neutron/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/network/drivers/neutron
  2557. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/network/drivers/neutron/constants.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/network/drivers/neutron
  2558. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/network/drivers/neutron/test_allowed_address_pairs.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/network/drivers/neutron
  2559. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/network/drivers/neutron/test_base.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/network/drivers/neutron
  2560. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common
  2561. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/sample_configs
  2562. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/common/sample_configs/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/sample_configs
  2563. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/common/sample_configs/sample_configs.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/sample_configs
  2564. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/common/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common
  2565. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/common/test_base_taskflow.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common
  2566. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/common/test_clients.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common
  2567. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/common/test_config.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common
  2568. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/common/test_constants.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common
  2569. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/common/test_exceptions.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common
  2570. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/common/test_utils.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common
  2571. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/tls_utils
  2572. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/common/tls_utils/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/tls_utils
  2573. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/common/tls_utils/test_cert_parser.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/tls_utils
  2574. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae
  2575. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae
  2576. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends
  2577. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/agent
  2578. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/agent/api_server
  2579. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/agent/api_server/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/agent/api_server
  2580. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/agent/api_server/test_keepalived.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/agent/api_server
  2581. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/agent/api_server/test_listener.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/agent/api_server
  2582. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/agent/api_server/test_plug.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/agent/api_server
  2583. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/agent/api_server/test_utils.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/agent/api_server
  2584. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/agent/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/agent
  2585. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/agent/test_agent_jinja_cfg.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/agent
  2586. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/health_daemon
  2587. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/health_daemon/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/health_daemon
  2588. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/health_daemon/test_envelope.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/health_daemon
  2589. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/health_daemon/test_health_daemon.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/health_daemon
  2590. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/health_daemon/test_health_sender.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/health_daemon
  2591. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/utils
  2592. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/utils/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/utils
  2593. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/utils/test_haproxy_query.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/utils
  2594. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends
  2595. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers
  2596. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers
  2597. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/test_noop_amphoraloadbalancer_driver.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers
  2598. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/health
  2599. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/health/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/health
  2600. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/health/test_heartbeat_udp.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/health
  2601. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/haproxy
  2602. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/haproxy/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/haproxy
  2603. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/haproxy/test_rest_api_driver.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/haproxy
  2604. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/haproxy/test_ssh_driver.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/haproxy
  2605. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/haproxy/jinja
  2606. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/haproxy/jinja/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/haproxy/jinja
  2607. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/haproxy/jinja/test_jinja_cfg.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/haproxy/jinja
  2608. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/keepalived
  2609. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/keepalived/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/keepalived
  2610. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/keepalived/test_vrrp_rest_driver.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/keepalived
  2611. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/keepalived/jinja
  2612. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/keepalived/jinja/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/keepalived/jinja
  2613. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/keepalived/jinja/test_jinja_cfg.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/keepalived/jinja
  2614. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/compute
  2615. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/compute/drivers
  2616. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/compute/drivers/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/compute/drivers
  2617. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/compute/drivers/test_compute_noop_driver.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/compute/drivers
  2618. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/compute/drivers/test_nova_driver.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/compute/drivers
  2619. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/compute/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/compute
  2620. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller
  2621. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker
  2622. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/tasks
  2623. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/tasks/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/tasks
  2624. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/tasks/test_amphora_driver_tasks.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/tasks
  2625. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/tasks/test_cert_task.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/tasks
  2626. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/tasks/test_compute_tasks.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/tasks
  2627. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/tasks/test_controller_tasks.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/tasks
  2628. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/tasks/test_database_tasks.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/tasks
  2629. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/tasks/test_model_tasks.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/tasks
  2630. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/tasks/test_network_tasks.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/tasks
  2631. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/flows
  2632. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/flows/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/flows
  2633. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/flows/test_amphora_flows.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/flows
  2634. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/flows/test_health_monitor_flows.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/flows
  2635. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/flows/test_listener_flows.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/flows
  2636. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/flows/test_load_balancer_flows.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/flows
  2637. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/flows/test_member_flows.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/flows
  2638. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/flows/test_pool_flows.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/flows
  2639. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker
  2640. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/test_controller_worker.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker
  2641. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/housekeeping
  2642. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/housekeeping/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/housekeeping
  2643. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/housekeeping/test_house_keeping.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/housekeeping
  2644. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/queue
  2645. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/queue/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/queue
  2646. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/queue/test_consumer.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/queue
  2647. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/queue/test_endpoint.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/queue
  2648. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/healthmanager
  2649. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/healthmanager/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/healthmanager
  2650. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/healthmanager/test_health_manager.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/healthmanager
  2651. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/healthmanager/test_health_mixin.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/healthmanager
  2652. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/healthmanager/test_update_stats_mixin.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/healthmanager
  2653. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller
  2654. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit
  2655. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/base.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit
  2656. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/test_hacking.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit
  2657. creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/cmd
  2658. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/cmd/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/cmd
  2659. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/cmd/test_haproxy_vrrp_check.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/cmd
  2660. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/cmd/test_health_manager.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/cmd
  2661. copying build/lib.linux-x86_64-2.7/octavia/tests/unit/cmd/test_house_keeping.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/cmd
  2662. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/cmd/__init__.py to __init__.pyc
  2663. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/cmd/agent.py to agent.pyc
  2664. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/cmd/api.py to api.pyc
  2665. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/cmd/haproxy_vrrp_check.py to haproxy_vrrp_check.pyc
  2666. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/cmd/health_manager.py to health_manager.pyc
  2667. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/cmd/house_keeping.py to house_keeping.pyc
  2668. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/cmd/octavia_worker.py to octavia_worker.pyc
  2669. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/compute/__init__.py to __init__.pyc
  2670. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/compute/compute_base.py to compute_base.pyc
  2671. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/compute/drivers/noop_driver/__init__.py to __init__.pyc
  2672. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/compute/drivers/noop_driver/driver.py to driver.pyc
  2673. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/compute/drivers/__init__.py to __init__.pyc
  2674. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/compute/drivers/nova_driver.py to nova_driver.pyc
  2675. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/__init__.py to __init__.pyc
  2676. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/api.py to api.pyc
  2677. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/base_models.py to base_models.pyc
  2678. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/models.py to models.pyc
  2679. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/repositories.py to repositories.pyc
  2680. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/92fe9857279_create_healthmanager_table.py to 92fe9857279_create_healthmanager_table.pyc
  2681. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/6abb04f24c5_tenant_id_to_project_id.py to 6abb04f24c5_tenant_id_to_project_id.pyc
  2682. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/5a3ee5472c31_add_cert_expiration__infor_in_amphora_table.py to 5a3ee5472c31_add_cert_expiration__infor_in_amphora_table.pyc
  2683. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/543f5d8e4e56_add_a_column_busy_in_table_amphora_health.py to 543f5d8e4e56_add_a_column_busy_in_table_amphora_health.pyc
  2684. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/4fe8240425b4_update_vip_add_subnet_id.py to 4fe8240425b4_update_vip_add_subnet_id.pyc
  2685. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/4faaa983e7a9_update_member_address_column.py to 4faaa983e7a9_update_member_address_column.pyc
  2686. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/4c094013699a_update_load_balancer_amphora.py to 4c094013699a_update_load_balancer_amphora.pyc
  2687. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/48660b6643f0_add_new_states_for_amphora.py to 48660b6643f0_add_new_states_for_amphora.pyc
  2688. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/43287cd10fef_make_pool_lb_algorithm_larger.py to 43287cd10fef_make_pool_lb_algorithm_larger.pyc
  2689. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/3e5b37a0bdb9_add_vrrp_ip_and_ha_ip_to_amphora.py to 3e5b37a0bdb9_add_vrrp_ip_and_ha_ip_to_amphora.pyc
  2690. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/3b199c848b96_create_no_monitor_operational_status.py to 3b199c848b96_create_no_monitor_operational_status.pyc
  2691. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/3a1e1cdb7b27_rename_amphora_host_id.py to 3a1e1cdb7b27_rename_amphora_host_id.pyc
  2692. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/35dee79d5865_initial_create.py to 35dee79d5865_initial_create.pyc
  2693. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/357d17a6d5ac_update_lb_and_amphora_data_model_for_.py to 357d17a6d5ac_update_lb_and_amphora_data_model_for_.pyc
  2694. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/298eac0640a7_add_amphora_vrrp_port_id_and_ha_port_id.py to 298eac0640a7_add_amphora_vrrp_port_id_and_ha_port_id.pyc
  2695. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/256852d5ff7c_add_lb_network_ip_to_amphora.py to 256852d5ff7c_add_lb_network_ip_to_amphora.pyc
  2696. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/2351ea316465_adding_terminate_https_tls_ref_support.py to 2351ea316465_adding_terminate_https_tls_ref_support.pyc
  2697. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/1e4c1d83044c_keepalived_configuration_datamodel.py to 1e4c1d83044c_keepalived_configuration_datamodel.pyc
  2698. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/14892634e228_update_vip.py to 14892634e228_update_vip.pyc
  2699. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/13500e2e978d_update_url_and_name_size.py to 13500e2e978d_update_url_and_name_size.pyc
  2700. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/env.py to env.pyc
  2701. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/__init__.py to __init__.pyc
  2702. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/hacking/__init__.py to __init__.pyc
  2703. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/hacking/checks.py to checks.pyc
  2704. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/__init__.py to __init__.pyc
  2705. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/app.py to app.pyc
  2706. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/config.py to config.pyc
  2707. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/root_controller.py to root_controller.pyc
  2708. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/types/__init__.py to __init__.pyc
  2709. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/types/base.py to base.pyc
  2710. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/types/health_monitor.py to health_monitor.pyc
  2711. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/types/listener.py to listener.pyc
  2712. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/types/load_balancer.py to load_balancer.pyc
  2713. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/types/member.py to member.pyc
  2714. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/types/pool.py to pool.pyc
  2715. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/controllers/__init__.py to __init__.pyc
  2716. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/controllers/base.py to base.pyc
  2717. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/controllers/health_monitor.py to health_monitor.pyc
  2718. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/controllers/listener.py to listener.pyc
  2719. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/controllers/load_balancer.py to load_balancer.pyc
  2720. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/controllers/member.py to member.pyc
  2721. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/controllers/pool.py to pool.pyc
  2722. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/__init__.py to __init__.pyc
  2723. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/hooks.py to hooks.pyc
  2724. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/handlers/queue/__init__.py to __init__.pyc
  2725. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/handlers/queue/producer.py to producer.pyc
  2726. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/handlers/controller_simulator/__init__.py to __init__.pyc
  2727. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/handlers/controller_simulator/handler.py to handler.pyc
  2728. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/handlers/__init__.py to __init__.pyc
  2729. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/handlers/abstract_handler.py to abstract_handler.pyc
  2730. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/certificates/manager/__init__.py to __init__.pyc
  2731. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/certificates/manager/barbican.py to barbican.pyc
  2732. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/certificates/manager/cert_mgr.py to cert_mgr.pyc
  2733. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/certificates/manager/local.py to local.pyc
  2734. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/certificates/common/auth/__init__.py to __init__.pyc
  2735. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/certificates/common/auth/barbican_acl.py to barbican_acl.pyc
  2736. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/certificates/common/__init__.py to __init__.pyc
  2737. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/certificates/common/barbican.py to barbican.pyc
  2738. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/certificates/common/cert.py to cert.pyc
  2739. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/certificates/common/local.py to local.pyc
  2740. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/certificates/generator/__init__.py to __init__.pyc
  2741. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/certificates/generator/anchor.py to anchor.pyc
  2742. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/certificates/generator/barbican.py to barbican.pyc
  2743. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/certificates/generator/cert_gen.py to cert_gen.pyc
  2744. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/certificates/generator/local.py to local.pyc
  2745. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/certificates/__init__.py to __init__.pyc
  2746. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/__init__.py to __init__.pyc
  2747. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/i18n.py to i18n.pyc
  2748. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/opts.py to opts.pyc
  2749. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/version.py to version.pyc
  2750. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/network/__init__.py to __init__.pyc
  2751. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/network/base.py to base.pyc
  2752. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/network/data_models.py to data_models.pyc
  2753. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/network/drivers/neutron/__init__.py to __init__.pyc
  2754. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/network/drivers/neutron/allowed_address_pairs.py to allowed_address_pairs.pyc
  2755. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/network/drivers/neutron/base.py to base.pyc
  2756. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/network/drivers/neutron/utils.py to utils.pyc
  2757. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/network/drivers/__init__.py to __init__.pyc
  2758. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/network/drivers/noop_driver/__init__.py to __init__.pyc
  2759. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/network/drivers/noop_driver/driver.py to driver.pyc
  2760. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/network/drivers/nova-network/__init__.py to __init__.pyc
  2761. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/__init__.py to __init__.pyc
  2762. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/driver_exceptions/__init__.py to __init__.pyc
  2763. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/driver_exceptions/exceptions.py to exceptions.pyc
  2764. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/__init__.py to __init__.pyc
  2765. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/__init__.py to __init__.pyc
  2766. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/agent_jinja_cfg.py to agent_jinja_cfg.pyc
  2767. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server/__init__.py to __init__.pyc
  2768. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server/amphora_info.py to amphora_info.pyc
  2769. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server/certificate_update.py to certificate_update.pyc
  2770. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server/keepalived.py to keepalived.pyc
  2771. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server/listener.py to listener.pyc
  2772. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server/plug.py to plug.pyc
  2773. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server/server.py to server.pyc
  2774. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server/util.py to util.pyc
  2775. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/templates/__init__.py to __init__.pyc
  2776. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/utils/__init__.py to __init__.pyc
  2777. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/utils/haproxy_query.py to haproxy_query.pyc
  2778. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/health_daemon/__init__.py to __init__.pyc
  2779. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/health_daemon/health_daemon.py to health_daemon.pyc
  2780. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/health_daemon/health_sender.py to health_sender.pyc
  2781. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/health_daemon/status_message.py to status_message.pyc
  2782. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/health/__init__.py to __init__.pyc
  2783. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/health/heartbeat_udp.py to heartbeat_udp.pyc
  2784. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/__init__.py to __init__.pyc
  2785. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/driver_base.py to driver_base.pyc
  2786. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/keepalived/jinja/templates/__init__.py to __init__.pyc
  2787. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/keepalived/jinja/__init__.py to __init__.pyc
  2788. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/keepalived/jinja/jinja_cfg.py to jinja_cfg.pyc
  2789. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/keepalived/__init__.py to __init__.pyc
  2790. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/keepalived/vrrp_rest_driver.py to vrrp_rest_driver.pyc
  2791. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/noop_driver/__init__.py to __init__.pyc
  2792. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/noop_driver/driver.py to driver.pyc
  2793. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/haproxy/jinja/templates/__init__.py to __init__.pyc
  2794. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/haproxy/jinja/__init__.py to __init__.pyc
  2795. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/haproxy/jinja/jinja_cfg.py to jinja_cfg.pyc
  2796. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/haproxy/__init__.py to __init__.pyc
  2797. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/haproxy/data_models.py to data_models.pyc
  2798. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/haproxy/exceptions.py to exceptions.pyc
  2799. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/haproxy/rest_api_driver.py to rest_api_driver.pyc
  2800. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/haproxy/ssh_driver.py to ssh_driver.pyc
  2801. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/common/tls_utils/__init__.py to __init__.pyc
  2802. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/common/tls_utils/cert_parser.py to cert_parser.pyc
  2803. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/common/__init__.py to __init__.pyc
  2804. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/common/base_taskflow.py to base_taskflow.pyc
  2805. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/common/clients.py to clients.pyc
  2806. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/common/config.py to config.pyc
  2807. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/common/constants.py to constants.pyc
  2808. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/common/context.py to context.pyc
  2809. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/common/data_models.py to data_models.pyc
  2810. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/common/exceptions.py to exceptions.pyc
  2811. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/common/keystone.py to keystone.pyc
  2812. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/common/service.py to service.pyc
  2813. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/common/utils.py to utils.pyc
  2814. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/__init__.py to __init__.pyc
  2815. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/queue/__init__.py to __init__.pyc
  2816. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/queue/consumer.py to consumer.pyc
  2817. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/queue/endpoint.py to endpoint.pyc
  2818. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/housekeeping/__init__.py to __init__.pyc
  2819. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/housekeeping/house_keeping.py to house_keeping.pyc
  2820. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/tasks/__init__.py to __init__.pyc
  2821. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/tasks/amphora_driver_tasks.py to amphora_driver_tasks.pyc
  2822. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/tasks/cert_task.py to cert_task.pyc
  2823. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/tasks/compute_tasks.py to compute_tasks.pyc
  2824. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/tasks/controller_tasks.py to controller_tasks.pyc
  2825. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/tasks/database_tasks.py to database_tasks.pyc
  2826. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/tasks/model_tasks.py to model_tasks.pyc
  2827. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/tasks/network_tasks.py to network_tasks.pyc
  2828. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/flows/__init__.py to __init__.pyc
  2829. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/flows/amphora_flows.py to amphora_flows.pyc
  2830. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/flows/health_monitor_flows.py to health_monitor_flows.pyc
  2831. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/flows/listener_flows.py to listener_flows.pyc
  2832. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/flows/load_balancer_flows.py to load_balancer_flows.pyc
  2833. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/flows/member_flows.py to member_flows.pyc
  2834. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/flows/pool_flows.py to pool_flows.pyc
  2835. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/__init__.py to __init__.pyc
  2836. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/controller_worker.py to controller_worker.pyc
  2837. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/healthmanager/__init__.py to __init__.pyc
  2838. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/healthmanager/health_manager.py to health_manager.pyc
  2839. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/healthmanager/update_health_mixin.py to update_health_mixin.pyc
  2840. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/healthmanager/update_stats_mixin.py to update_stats_mixin.pyc
  2841. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/__init__.py to __init__.pyc
  2842. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/common/__init__.py to __init__.pyc
  2843. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/common/data_model_helpers.py to data_model_helpers.pyc
  2844. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/__init__.py to __init__.pyc
  2845. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/api/v1/__init__.py to __init__.pyc
  2846. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/api/v1/base.py to base.pyc
  2847. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/api/v1/test_health_monitor.py to test_health_monitor.pyc
  2848. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/api/v1/test_listener.py to test_listener.pyc
  2849. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/api/v1/test_load_balancer.py to test_load_balancer.pyc
  2850. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/api/v1/test_member.py to test_member.pyc
  2851. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/api/v1/test_pool.py to test_pool.pyc
  2852. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/api/__init__.py to __init__.pyc
  2853. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/db/__init__.py to __init__.pyc
  2854. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/db/base.py to base.pyc
  2855. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/db/test_models.py to test_models.pyc
  2856. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/db/test_repositories.py to test_repositories.pyc
  2857. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/amphorae/__init__.py to __init__.pyc
  2858. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/amphorae/backend/agent/api_server/__init__.py to __init__.pyc
  2859. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/amphorae/backend/agent/api_server/test_server.py to test_server.pyc
  2860. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/amphorae/backend/agent/api_server/test_server_sysvinit.py to test_server_sysvinit.pyc
  2861. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/amphorae/backend/agent/__init__.py to __init__.pyc
  2862. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/amphorae/backend/__init__.py to __init__.pyc
  2863. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/openstack/common/__init__.py to __init__.pyc
  2864. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/openstack/__init__.py to __init__.pyc
  2865. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/__init__.py to __init__.pyc
  2866. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/__init__.py to __init__.pyc
  2867. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/handlers/queue/__init__.py to __init__.pyc
  2868. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/handlers/queue/test_producer.py to test_producer.pyc
  2869. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/handlers/__init__.py to __init__.pyc
  2870. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/types/__init__.py to __init__.pyc
  2871. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/types/base.py to base.pyc
  2872. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/types/test_health_monitors.py to test_health_monitors.pyc
  2873. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/types/test_listeners.py to test_listeners.pyc
  2874. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/types/test_load_balancers.py to test_load_balancers.pyc
  2875. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/types/test_members.py to test_members.pyc
  2876. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/types/test_pools.py to test_pools.pyc
  2877. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/db/__init__.py to __init__.pyc
  2878. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/generator/__init__.py to __init__.pyc
  2879. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/generator/local_csr.py to local_csr.pyc
  2880. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/generator/test_anchor.py to test_anchor.pyc
  2881. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/generator/test_barbican.py to test_barbican.pyc
  2882. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/generator/test_local.py to test_local.pyc
  2883. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/__init__.py to __init__.pyc
  2884. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/common/auth/__init__.py to __init__.pyc
  2885. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/common/auth/test_barbican_acl.py to test_barbican_acl.pyc
  2886. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/common/__init__.py to __init__.pyc
  2887. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/common/test_barbican.py to test_barbican.pyc
  2888. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/common/test_local.py to test_local.pyc
  2889. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/manager/__init__.py to __init__.pyc
  2890. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/manager/test_barbican.py to test_barbican.pyc
  2891. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/manager/test_local.py to test_local.pyc
  2892. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/network/__init__.py to __init__.pyc
  2893. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/network/drivers/__init__.py to __init__.pyc
  2894. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/network/drivers/test_network_noop_driver.py to test_network_noop_driver.pyc
  2895. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/network/drivers/neutron/__init__.py to __init__.pyc
  2896. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/network/drivers/neutron/constants.py to constants.pyc
  2897. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/network/drivers/neutron/test_allowed_address_pairs.py to test_allowed_address_pairs.pyc
  2898. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/network/drivers/neutron/test_base.py to test_base.pyc
  2899. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/sample_configs/__init__.py to __init__.pyc
  2900. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/sample_configs/sample_configs.py to sample_configs.pyc
  2901. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/__init__.py to __init__.pyc
  2902. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/test_base_taskflow.py to test_base_taskflow.pyc
  2903. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/test_clients.py to test_clients.pyc
  2904. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/test_config.py to test_config.pyc
  2905. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/test_constants.py to test_constants.pyc
  2906. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/test_exceptions.py to test_exceptions.pyc
  2907. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/test_utils.py to test_utils.pyc
  2908. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/tls_utils/__init__.py to __init__.pyc
  2909. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/tls_utils/test_cert_parser.py to test_cert_parser.pyc
  2910. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/__init__.py to __init__.pyc
  2911. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/agent/api_server/__init__.py to __init__.pyc
  2912. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/agent/api_server/test_keepalived.py to test_keepalived.pyc
  2913. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/agent/api_server/test_listener.py to test_listener.pyc
  2914. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/agent/api_server/test_plug.py to test_plug.pyc
  2915. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/agent/api_server/test_utils.py to test_utils.pyc
  2916. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/agent/__init__.py to __init__.pyc
  2917. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/agent/test_agent_jinja_cfg.py to test_agent_jinja_cfg.pyc
  2918. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/health_daemon/__init__.py to __init__.pyc
  2919. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/health_daemon/test_envelope.py to test_envelope.pyc
  2920. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/health_daemon/test_health_daemon.py to test_health_daemon.pyc
  2921. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/health_daemon/test_health_sender.py to test_health_sender.pyc
  2922. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/utils/__init__.py to __init__.pyc
  2923. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/utils/test_haproxy_query.py to test_haproxy_query.pyc
  2924. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/__init__.py to __init__.pyc
  2925. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/__init__.py to __init__.pyc
  2926. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/test_noop_amphoraloadbalancer_driver.py to test_noop_amphoraloadbalancer_driver.pyc
  2927. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/health/__init__.py to __init__.pyc
  2928. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/health/test_heartbeat_udp.py to test_heartbeat_udp.pyc
  2929. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/haproxy/__init__.py to __init__.pyc
  2930. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/haproxy/test_rest_api_driver.py to test_rest_api_driver.pyc
  2931. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/haproxy/test_ssh_driver.py to test_ssh_driver.pyc
  2932. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/haproxy/jinja/__init__.py to __init__.pyc
  2933. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/haproxy/jinja/test_jinja_cfg.py to test_jinja_cfg.pyc
  2934. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/keepalived/__init__.py to __init__.pyc
  2935. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/keepalived/test_vrrp_rest_driver.py to test_vrrp_rest_driver.pyc
  2936. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/keepalived/jinja/__init__.py to __init__.pyc
  2937. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/keepalived/jinja/test_jinja_cfg.py to test_jinja_cfg.pyc
  2938. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/compute/drivers/__init__.py to __init__.pyc
  2939. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/compute/drivers/test_compute_noop_driver.py to test_compute_noop_driver.pyc
  2940. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/compute/drivers/test_nova_driver.py to test_nova_driver.pyc
  2941. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/compute/__init__.py to __init__.pyc
  2942. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/tasks/__init__.py to __init__.pyc
  2943. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/tasks/test_amphora_driver_tasks.py to test_amphora_driver_tasks.pyc
  2944. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/tasks/test_cert_task.py to test_cert_task.pyc
  2945. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/tasks/test_compute_tasks.py to test_compute_tasks.pyc
  2946. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/tasks/test_controller_tasks.py to test_controller_tasks.pyc
  2947. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/tasks/test_database_tasks.py to test_database_tasks.pyc
  2948. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/tasks/test_model_tasks.py to test_model_tasks.pyc
  2949. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/tasks/test_network_tasks.py to test_network_tasks.pyc
  2950. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/flows/__init__.py to __init__.pyc
  2951. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/flows/test_amphora_flows.py to test_amphora_flows.pyc
  2952. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/flows/test_health_monitor_flows.py to test_health_monitor_flows.pyc
  2953. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/flows/test_listener_flows.py to test_listener_flows.pyc
  2954. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/flows/test_load_balancer_flows.py to test_load_balancer_flows.pyc
  2955. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/flows/test_member_flows.py to test_member_flows.pyc
  2956. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/flows/test_pool_flows.py to test_pool_flows.pyc
  2957. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/__init__.py to __init__.pyc
  2958. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/test_controller_worker.py to test_controller_worker.pyc
  2959. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/housekeeping/__init__.py to __init__.pyc
  2960. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/housekeeping/test_house_keeping.py to test_house_keeping.pyc
  2961. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/queue/__init__.py to __init__.pyc
  2962. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/queue/test_consumer.py to test_consumer.pyc
  2963. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/queue/test_endpoint.py to test_endpoint.pyc
  2964. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/healthmanager/__init__.py to __init__.pyc
  2965. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/healthmanager/test_health_manager.py to test_health_manager.pyc
  2966. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/healthmanager/test_health_mixin.py to test_health_mixin.pyc
  2967. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/healthmanager/test_update_stats_mixin.py to test_update_stats_mixin.pyc
  2968. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/__init__.py to __init__.pyc
  2969. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/__init__.py to __init__.pyc
  2970. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/base.py to base.pyc
  2971. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/test_hacking.py to test_hacking.pyc
  2972. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/cmd/__init__.py to __init__.pyc
  2973. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/cmd/test_haproxy_vrrp_check.py to test_haproxy_vrrp_check.pyc
  2974. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/cmd/test_health_manager.py to test_health_manager.pyc
  2975. byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/cmd/test_house_keeping.py to test_house_keeping.pyc
  2976. running install_data
  2977. creating /usr/local/etc/octavia
  2978. copying etc/octavia.conf -> /usr/local/etc/octavia
  2979. running install_egg_info
  2980. Copying octavia.egg-info to /usr/local/lib/python2.7/dist-packages/octavia-0.5.3.dev203-py2.7.egg-info
  2981. running install_scripts
  2982. Installing octavia-worker script to /usr/local/bin
  2983. Installing octavia-health-manager script to /usr/local/bin
  2984. Installing octavia-housekeeping script to /usr/local/bin
  2985. Installing haproxy-vrrp-check script to /usr/local/bin
  2986. Installing amphora-agent script to /usr/local/bin
  2987. Installing octavia-api script to /usr/local/bin
  2988. + cp etc/init/amphora-agent.conf /etc/init/
  2989. + mkdir /etc/octavia
  2990. + mkdir /etc/octavia/certs
  2991. + mkdir /var/lib/octavia
  2992. dib-run-parts Tue Jan 26 18:48:31 UTC 2016 75-run_setup_install completed
  2993. dib-run-parts Tue Jan 26 18:48:31 UTC 2016 Running /tmp/in_target.d/install.d/76-haproxy
  2994. + set -o pipefail
  2995. + '[' -d /var/lib/haproxy ']'
  2996. dib-run-parts Tue Jan 26 18:48:31 UTC 2016 76-haproxy completed
  2997. dib-run-parts Tue Jan 26 18:48:31 UTC 2016 Running /tmp/in_target.d/install.d/99-autoremove
  2998. + set -eu
  2999. + set -o pipefail
  3000. + apt-get -y autoremove
  3001. Reading package lists... Done
  3002. Building dependency tree
  3003. Reading state information... Done
  3004. The following packages will be REMOVED:
  3005. libfreetype6 os-prober
  3006. 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
  3007. After this operation, 1063 kB disk space will be freed.
  3008. (Reading database ... 35336 files and directories currently installed.)
  3009. Removing libfreetype6:amd64 (2.5.2-1ubuntu2.5) ...
  3010. Removing os-prober (1.63ubuntu1.1) ...
  3011. Processing triggers for libc-bin (2.19-0ubuntu6.6) ...
  3012. dib-run-parts Tue Jan 26 18:48:32 UTC 2016 99-autoremove completed
  3013. dib-run-parts Tue Jan 26 18:48:32 UTC 2016 Running /tmp/in_target.d/install.d/99-dkms
  3014. Reading package lists... Done
  3015. Building dependency tree
  3016. Reading state information... Done
  3017. Suggested packages:
  3018. debhelper
  3019. Recommended packages:
  3020. fakeroot
  3021. The following NEW packages will be installed:
  3022. dkms
  3023. 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  3024. Need to get 0 B/65.4 kB of archives.
  3025. After this operation, 351 kB of additional disk space will be used.
  3026. Selecting previously unselected package dkms.
  3027. (Reading database ... 35287 files and directories currently installed.)
  3028. Preparing to unpack .../dkms_2.2.0.3-1.1ubuntu5.14.04.5_all.deb ...
  3029. Unpacking dkms (2.2.0.3-1.1ubuntu5.14.04.5) ...
  3030. Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
  3031. Setting up dkms (2.2.0.3-1.1ubuntu5.14.04.5) ...
  3032. dib-run-parts Tue Jan 26 18:48:32 UTC 2016 99-dkms completed
  3033. dib-run-parts Tue Jan 26 18:48:32 UTC 2016 Running /tmp/in_target.d/install.d/99-install-config-templates
  3034. ++ os-apply-config --print-templates
  3035. + TEMPLATE_ROOT=/usr/libexec/os-apply-config/templates
  3036. ++ dirname /tmp/in_target.d/install.d/99-install-config-templates
  3037. + TEMPLATE_SOURCE=/tmp/in_target.d/install.d/../os-apply-config
  3038. + mkdir -p /usr/libexec/os-apply-config/templates
  3039. + '[' -d /tmp/in_target.d/install.d/../os-apply-config ']'
  3040. + rsync '--exclude=.*.swp' -Cr /tmp/in_target.d/install.d/../os-apply-config/ /usr/libexec/os-apply-config/templates/
  3041. dib-run-parts Tue Jan 26 18:48:33 UTC 2016 99-install-config-templates completed
  3042. dib-run-parts Tue Jan 26 18:48:33 UTC 2016 Running /tmp/in_target.d/install.d/99-os-refresh-config-install-scripts
  3043. ++ os-refresh-config --print-base
  3044. + SCRIPT_BASE=/usr/libexec/os-refresh-config
  3045. ++ dirname /tmp/in_target.d/install.d/99-os-refresh-config-install-scripts
  3046. + SCRIPT_SOURCE=/tmp/in_target.d/install.d/../os-refresh-config
  3047. + rsync -r /tmp/in_target.d/install.d/../os-refresh-config/ /usr/libexec/os-refresh-config/
  3048. dib-run-parts Tue Jan 26 18:48:33 UTC 2016 99-os-refresh-config-install-scripts completed
  3049. dib-run-parts Tue Jan 26 18:48:33 UTC 2016 Running /tmp/in_target.d/install.d/99-package-uninstalls
  3050. + set -eu
  3051. + set -o pipefail
  3052. ++ basename /usr/local/bin/package-uninstalls
  3053. + SCRIPTNAME=package-uninstalls
  3054. ++ getopt -o hd: -n package-uninstalls -- -d /tmp/in_target.d/install.d
  3055. + TEMP=' -d '\''/tmp/in_target.d/install.d'\'' --'
  3056. + '[' 0 '!=' 0 ']'
  3057. + eval set -- ' -d '\''/tmp/in_target.d/install.d'\'' --'
  3058. ++ set -- -d /tmp/in_target.d/install.d --
  3059. + WORKDIR=
  3060. + true
  3061. + case "$1" in
  3062. + WORKDIR=/tmp/in_target.d/install.d
  3063. + shift 2
  3064. + true
  3065. + case "$1" in
  3066. + shift
  3067. + break
  3068. + '[' -z /tmp/in_target.d/install.d ']'
  3069. + PACKAGES=
  3070. ++ find /tmp/in_target.d/install.d -maxdepth 1 -name 'package-installs-*'
  3071. + install-packages -e
  3072. Not running install-packages remove with empty packages list
  3073. Nothing to uninstall
  3074. dib-run-parts Tue Jan 26 18:48:33 UTC 2016 99-package-uninstalls completed
  3075. ----------------------- PROFILING -----------------------
  3076.  
  3077. Target: install.d
  3078.  
  3079. Script Seconds
  3080. --------------------------------------- ----------
  3081.  
  3082. 00-baseline-environment 0.608
  3083. 00-up-to-date 0.314
  3084. 01-install-pip 5.983
  3085. 01-package-installs 34.727
  3086. 01-pip-manifest 0.010
  3087. 03-mysql-dev 0.872
  3088. 04-os-svc-install 0.025
  3089. 05-set-cloud-init-sources 0.042
  3090. 10-cloud-init 0.005
  3091. 10-os-apply-config 7.624
  3092. 10-os-collect-config 81.493
  3093. 10-os-refresh-config 5.344
  3094. 10-pyroute2 1.609
  3095. 10-sysctl-install 0.305
  3096. 11-create-template-root 0.108
  3097. 20-install-init-scripts 0.004
  3098. 50-store-build-settings 0.004
  3099. 75-run_setup_install 49.579
  3100. 76-haproxy 0.004
  3101. 99-autoremove 0.507
  3102. 99-dkms 0.796
  3103. 99-install-config-templates 0.162
  3104. 99-os-refresh-config-install-scripts 0.077
  3105. 99-package-uninstalls 0.035
  3106.  
  3107. --------------------- END PROFILING ---------------------
  3108. dib-run-parts Tue Jan 26 18:48:33 UTC 2016 Running /tmp/in_target.d/post-install.d/00-package-installs
  3109. + set -eu
  3110. + set -o pipefail
  3111. ++ basename /usr/local/bin/package-installs
  3112. + SCRIPTNAME=package-installs
  3113. ++ getopt -o hd: -n package-installs -- -d /tmp/in_target.d/post-install.d
  3114. + TEMP=' -d '\''/tmp/in_target.d/post-install.d'\'' --'
  3115. + '[' 0 '!=' 0 ']'
  3116. + eval set -- ' -d '\''/tmp/in_target.d/post-install.d'\'' --'
  3117. ++ set -- -d /tmp/in_target.d/post-install.d --
  3118. + WORKDIR=
  3119. + true
  3120. + case "$1" in
  3121. + WORKDIR=/tmp/in_target.d/post-install.d
  3122. + shift 2
  3123. + true
  3124. + case "$1" in
  3125. + shift
  3126. + break
  3127. + '[' -z /tmp/in_target.d/post-install.d ']'
  3128. + PACKAGES=
  3129. ++ find /tmp/in_target.d/post-install.d -maxdepth 1 -name 'package-installs-*'
  3130. + '[' -n '' ']'
  3131. Nothing to install
  3132. dib-run-parts Tue Jan 26 18:48:33 UTC 2016 00-package-installs completed
  3133. dib-run-parts Tue Jan 26 18:48:33 UTC 2016 Running /tmp/in_target.d/post-install.d/20-disable-default-haproxy
  3134. Removing any system startup links for /etc/init.d/haproxy ...
  3135. /etc/rc0.d/K20haproxy
  3136. /etc/rc1.d/K20haproxy
  3137. /etc/rc2.d/S20haproxy
  3138. /etc/rc3.d/S20haproxy
  3139. /etc/rc4.d/S20haproxy
  3140. /etc/rc5.d/S20haproxy
  3141. /etc/rc6.d/K20haproxy
  3142. dib-run-parts Tue Jan 26 18:48:33 UTC 2016 20-disable-default-haproxy completed
  3143. dib-run-parts Tue Jan 26 18:48:33 UTC 2016 Running /tmp/in_target.d/post-install.d/20-haproxy-tune-kernel
  3144. sysctl: reading key "net.ipv6.conf.all.stable_secret"
  3145. net.ipv4.tcp_max_tw_buckets = 5800000
  3146. sysctl: reading key "net.ipv6.conf.all.stable_secret"
  3147. net.ipv4.tcp_max_orphans = 5800000
  3148. sysctl: reading key "net.ipv6.conf.all.stable_secret"
  3149. net.ipv4.tcp_max_syn_backlog = 100000
  3150. sysctl: reading key "net.ipv6.conf.all.stable_secret"
  3151. net.ipv4.tcp_keepalive_time = 300
  3152. sysctl: reading key "net.ipv6.conf.all.stable_secret"
  3153. net.ipv4.tcp_tw_recycle = 0
  3154. sysctl: reading key "net.ipv6.conf.all.stable_secret"
  3155. net.ipv4.tcp_tw_reuse = 1
  3156. sysctl: reading key "net.ipv6.conf.all.stable_secret"
  3157. net.ipv4.tcp_timestamps = 0
  3158. sysctl: reading key "net.ipv6.conf.all.stable_secret"
  3159. net.ipv4.tcp_ecn = 0
  3160. sysctl: reading key "net.ipv6.conf.all.stable_secret"
  3161. net.ipv4.tcp_sack = 0
  3162. sysctl: reading key "net.ipv6.conf.all.stable_secret"
  3163. net.ipv4.tcp_dsack = 0
  3164. net.core.somaxconn = 65534
  3165. sysctl: reading key "net.ipv6.conf.all.stable_secret"
  3166. net.ipv4.tcp_synack_retries = 3
  3167. net.core.netdev_max_backlog = 100000
  3168. fs.file-max = 1048576
  3169. sysctl: reading key "net.ipv6.conf.all.stable_secret"
  3170. sysctl: reading key "net.ipv6.conf.default.stable_secret"
  3171. sysctl: reading key "net.ipv6.conf.ens3.stable_secret"
  3172. sysctl: reading key "net.ipv6.conf.lo.stable_secret"
  3173. sysctl: reading key "net.ipv6.conf.virbr0.stable_secret"
  3174. sysctl: reading key "net.ipv6.conf.virbr0-nic.stable_secret"
  3175. net.netfilter.nf_conntrack_max = 131072
  3176. sysctl: reading key "net.ipv6.conf.all.stable_secret"
  3177. sysctl: reading key "net.ipv6.conf.default.stable_secret"
  3178. sysctl: reading key "net.ipv6.conf.ens3.stable_secret"
  3179. sysctl: reading key "net.ipv6.conf.lo.stable_secret"
  3180. sysctl: reading key "net.ipv6.conf.virbr0.stable_secret"
  3181. sysctl: reading key "net.ipv6.conf.virbr0-nic.stable_secret"
  3182. Invalid sysctl key: net.ipv4.netfilter.ip_conntrack_max
  3183. sysctl: reading key "net.ipv6.conf.all.stable_secret"
  3184. sysctl: reading key "net.ipv6.conf.default.stable_secret"
  3185. sysctl: reading key "net.ipv6.conf.ens3.stable_secret"
  3186. sysctl: reading key "net.ipv6.conf.lo.stable_secret"
  3187. sysctl: reading key "net.ipv6.conf.virbr0.stable_secret"
  3188. sysctl: reading key "net.ipv6.conf.virbr0-nic.stable_secret"
  3189. Invalid sysctl key: net.ipv4.netfilter.ip_conntrack_tcp_timeout_time_wait
  3190. sysctl: reading key "net.ipv6.conf.all.stable_secret"
  3191. sysctl: reading key "net.ipv6.conf.default.stable_secret"
  3192. sysctl: reading key "net.ipv6.conf.ens3.stable_secret"
  3193. sysctl: reading key "net.ipv6.conf.lo.stable_secret"
  3194. sysctl: reading key "net.ipv6.conf.virbr0.stable_secret"
  3195. sysctl: reading key "net.ipv6.conf.virbr0-nic.stable_secret"
  3196. Invalid sysctl key: net.ipv4.netfilter.ip_conntrack_tcp_timeout_fin_wait
  3197. sysctl: reading key "net.ipv6.conf.all.stable_secret"
  3198. net.ipv4.tcp_fin_timeout = 5
  3199. net.ipv4.ip_nonlocal_bind = 1
  3200. sysctl: reading key "net.ipv6.conf.all.stable_secret"
  3201. net.ipv4.tcp_rmem = 16384 65536 524288
  3202. sysctl: reading key "net.ipv6.conf.all.stable_secret"
  3203. net.ipv4.tcp_wmem = 16384 349520 699040
  3204. net.ipv4.ip_local_port_range = 1025 65534
  3205. dib-run-parts Tue Jan 26 18:48:34 UTC 2016 20-haproxy-tune-kernel completed
  3206. dib-run-parts Tue Jan 26 18:48:34 UTC 2016 Running /tmp/in_target.d/post-install.d/97-dkms
  3207. ls: cannot access /usr/src/linux-headers-*-*-*: No such file or directory
  3208. ls: cannot access /usr/src/kernels/*: No such file or directory
  3209. Warning: No kernel versions found for DKMS
  3210. dib-run-parts Tue Jan 26 18:48:34 UTC 2016 97-dkms completed
  3211. dib-run-parts Tue Jan 26 18:48:34 UTC 2016 Running /tmp/in_target.d/post-install.d/99-package-uninstalls
  3212. + set -eu
  3213. + set -o pipefail
  3214. ++ basename /usr/local/bin/package-uninstalls
  3215. + SCRIPTNAME=package-uninstalls
  3216. ++ getopt -o hd: -n package-uninstalls -- -d /tmp/in_target.d/post-install.d
  3217. + TEMP=' -d '\''/tmp/in_target.d/post-install.d'\'' --'
  3218. + '[' 0 '!=' 0 ']'
  3219. + eval set -- ' -d '\''/tmp/in_target.d/post-install.d'\'' --'
  3220. ++ set -- -d /tmp/in_target.d/post-install.d --
  3221. + WORKDIR=
  3222. + true
  3223. + case "$1" in
  3224. + WORKDIR=/tmp/in_target.d/post-install.d
  3225. + shift 2
  3226. + true
  3227. + case "$1" in
  3228. + shift
  3229. + break
  3230. + '[' -z /tmp/in_target.d/post-install.d ']'
  3231. + PACKAGES=
  3232. ++ find /tmp/in_target.d/post-install.d -maxdepth 1 -name 'package-installs-*'
  3233. + install-packages -e
  3234. Not running install-packages remove with empty packages list
  3235. Nothing to uninstall
  3236. dib-run-parts Tue Jan 26 18:48:34 UTC 2016 99-package-uninstalls completed
  3237. ----------------------- PROFILING -----------------------
  3238.  
  3239. Target: post-install.d
  3240.  
  3241. Script Seconds
  3242. --------------------------------------- ----------
  3243.  
  3244. 00-package-installs 0.034
  3245. 20-disable-default-haproxy 0.010
  3246. 20-haproxy-tune-kernel 0.559
  3247. 97-dkms 0.052
  3248. 99-package-uninstalls 0.034
  3249.  
  3250. --------------------- END PROFILING ---------------------
  3251. /tmp/image.8Hjc5kUs/mnt/tmp/ccache
  3252. /tmp/image.8Hjc5kUs/mnt/var/cache/apt/archives
  3253. /tmp/image.8Hjc5kUs/mnt/proc
  3254. /tmp/image.8Hjc5kUs/mnt/dev
  3255. /tmp/image.8Hjc5kUs/mnt/dev/pts
  3256. /tmp/image.8Hjc5kUs/mnt/sys
  3257. dib-run-parts Tue Jan 26 13:48:34 EST 2016 Running /tmp/image.8Hjc5kUs/hooks/block-device.d/10-partition
  3258. Re-reading the partition table failed.: Invalid argument
  3259. dib-run-parts Tue Jan 26 13:48:35 EST 2016 10-partition completed
  3260. Checking that no-one is using this disk right now ... OK
  3261.  
  3262. Disk /dev/loop2: 5 GiB, 5368709120 bytes, 10485760 sectors
  3263. Units: sectors of 1 * 512 = 512 bytes
  3264. Sector size (logical/physical): 512 bytes / 512 bytes
  3265. I/O size (minimum/optimal): 512 bytes / 512 bytes
  3266.  
  3267. >>> Created a new DOS disklabel with disk identifier 0x316ba4ca.
  3268. Created a new partition 1 of type 'Linux' and of size 5 GiB.
  3269. /dev/loop2p2: Ignoring partition.
  3270. /dev/loop2p3: Ignoring partition.
  3271. /dev/loop2p4: Ignoring partition.
  3272. All partitions used.
  3273.  
  3274. New situation:
  3275.  
  3276. Device Boot Start End Sectors Size Id Type
  3277. /dev/loop2p1 * 2048 10485759 10483712 5G 83 Linux
  3278.  
  3279. The partition table has been altered.
  3280. Calling ioctl() to re-read partition table.
  3281. The kernel still uses the old table. The new table will be used at the next reboot or after you run partprobe(8) or kpartx(8).
  3282. Syncing disks.
  3283. IMAGE_BLOCK_DEVICE=/dev/loop2p1
  3284. ----------------------- PROFILING -----------------------
  3285.  
  3286. Target: block-device.d
  3287.  
  3288. Script Seconds
  3289. --------------------------------------- ----------
  3290.  
  3291. 10-partition 0.239
  3292.  
  3293. --------------------- END PROFILING ---------------------
  3294. mke2fs 1.42.13 (17-May-2015)
  3295. Discarding device blocks: done
  3296. Creating filesystem with 1310464 4k blocks and 1310720 inodes
  3297. Filesystem UUID: ddf5d05b-5222-4c61-a45c-0405cccbd44c
  3298. Superblock backups stored on blocks:
  3299. 32768, 98304, 163840, 229376, 294912, 819200, 884736
  3300.  
  3301. Allocating group tables: done
  3302. Writing inode tables: done
  3303. Creating journal (16384 blocks): done
  3304. Writing superblocks and filesystem accounting information: done
  3305.  
  3306. tune2fs 1.42.13 (17-May-2015)
  3307. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/usr/local/games': Input/output error
  3308. mv: cannot create symbolic link '/tmp/image.8Hjc5kUs/mnt/usr/local/man': Input/output error
  3309. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/usr/local/etc': Input/output error
  3310. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/usr/local/include': Input/output error
  3311. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/usr/local/src': Input/output error
  3312. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/usr/local/bin': Input/output error
  3313. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/usr/local/sbin': Input/output error
  3314. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/usr/local/lib': Input/output error
  3315. mv: inter-device move failed: '/tmp/image.8Hjc5kUs/built/var/lib/dpkg/info/dkms.preinst' to '/tmp/image.8Hjc5kUs/mnt/var/lib/dpkg/info/dkms.preinst'; unable to remove target: Input/output error
  3316. mv: inter-device move failed: '/tmp/image.8Hjc5kUs/built/var/lib/dpkg/info/dkms.postinst' to '/tmp/image.8Hjc5kUs/mnt/var/lib/dpkg/info/dkms.postinst'; unable to remove target: Input/output error
  3317. mv: inter-device move failed: '/tmp/image.8Hjc5kUs/built/var/lib/dpkg/info/dkms.conffiles' to '/tmp/image.8Hjc5kUs/mnt/var/lib/dpkg/info/dkms.conffiles'; unable to remove target: Input/output error
  3318. mv: inter-device move failed: '/tmp/image.8Hjc5kUs/built/var/lib/dpkg/info/dkms.list' to '/tmp/image.8Hjc5kUs/mnt/var/lib/dpkg/info/dkms.list'; unable to remove target: Input/output error
  3319. mv: inter-device move failed: '/tmp/image.8Hjc5kUs/built/var/lib/dpkg/info/libfreetype6:amd64.list' to '/tmp/image.8Hjc5kUs/mnt/var/lib/dpkg/info/libfreetype6:amd64.list'; unable to remove target: Input/output error
  3320. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/lib/dpkg/alternatives': Input/output error
  3321. mv: cannot create regular file '/tmp/image.8Hjc5kUs/mnt/var/lib/dpkg/available-old': Input/output error
  3322. mv: cannot create regular file '/tmp/image.8Hjc5kUs/mnt/var/lib/dpkg/available': Input/output error
  3323. mv: cannot create regular file '/tmp/image.8Hjc5kUs/mnt/var/lib/dpkg/status-old': Input/output error
  3324. mv: cannot create regular file '/tmp/image.8Hjc5kUs/mnt/var/lib/dpkg/status': Input/output error
  3325. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/lib/polkit-1': Input/output error
  3326. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/lib/xml-core': Input/output error
  3327. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/lib/update-manager': Input/output error
  3328. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/lib/AccountsService': Input/output error
  3329. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/lib/python': Input/output error
  3330. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/lib/ntpdate': Input/output error
  3331. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/lib/cloud': Input/output error
  3332. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/lib/update-notifier': Input/output error
  3333. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/lib/landscape': Input/output error
  3334. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/lib/man-db': Input/output error
  3335. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/lib/initramfs-tools': Input/output error
  3336. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/lib/sgml-base': Input/output error
  3337. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/lib/dhcp': Input/output error
  3338. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/lib/apparmor': Input/output error
  3339. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/lib/dbus': Input/output error
  3340. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/lib/ureadahead': Input/output error
  3341. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/lib/locales': Input/output error
  3342. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/lib/libuuid': Input/output error
  3343. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/lib/pam': Input/output error
  3344. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/lib/plymouth': Input/output error
  3345. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/lib/mlocate': Input/output error
  3346. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/lib/ucf': Input/output error
  3347. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/lib/initscripts': Input/output error
  3348. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/lib/ubuntu-release-upgrader': Input/output error
  3349. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/lib/misc': Input/output error
  3350. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/lib/urandom': Input/output error
  3351. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/lib/insserv': Input/output error
  3352. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/lib/logrotate': Input/output error
  3353. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/lib/update-rc.d': Input/output error
  3354. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/lib/sudo': Input/output error
  3355. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/lib/systemd': Input/output error
  3356. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/lib/aptitude': Input/output error
  3357. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/lib/vim': Input/output error
  3358. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/lib/usbutils': Input/output error
  3359. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/lib/apt': Input/output error
  3360. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/lib/snmp': Input/output error
  3361. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/lib/open-iscsi': Input/output error
  3362. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/lib/git': Input/output error
  3363. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/lib/haproxy': Input/output error
  3364. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/lib/os-svc-enable-upstart': Input/output error
  3365. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/lib/dkms': Input/output error
  3366. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/lib/octavia': Input/output error
  3367. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/cache': Input/output error
  3368. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/mail': Input/output error
  3369. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/local': Input/output error
  3370. mv: cannot create directory '/tmp/image.8Hjc5kUs/mnt/var/opt': Input/output error
  3371. mv: cannot create symbolic link '/tmp/image.8Hjc5kUs/mnt/var/run': Input/output error
  3372. mv: cannot create symbolic link '/tmp/image.8Hjc5kUs/mnt/var/lock': Input/output error
  3373. /tmp/image.8Hjc5kUs/mnt
  3374. /dev/loop2: [0037]:561409 (/tmp/image.OcogMB9W/image.raw)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement