Advertisement
Guest User

Untitled

a guest
Apr 20th, 2017
634
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 207.82 KB | None | 0 0
  1. 2017-04-20 12:05:26.319 | + ./stack.sh:main:440 : exec
  2. 2017-04-20 12:05:26.319 | + ./stack.sh:main:448 : echo_summary 'stack.sh log /opt/stack/new/devstacklog.txt.2017-04-20-120526'
  3. 2017-04-20 12:05:26.319 | ++ ./stack.sh:main:440 : /opt/stack/new/devstack/tools/outfilter.py -o /opt/stack/new/devstacklog.txt.2017-04-20-120526.summary.2017-04-20-120526
  4. 2017-04-20 12:05:26.319 | + ./stack.sh:echo_summary:397 : [[ -t 3 ]]
  5. 2017-04-20 12:05:26.319 | + ./stack.sh:echo_summary:403 : echo -e stack.sh log /opt/stack/new/devstacklog.txt.2017-04-20-120526
  6. 2017-04-20 12:05:26.320 | + ./stack.sh:main:450 : ln -sf /opt/stack/new/devstacklog.txt.2017-04-20-120526 /opt/stack/new/devstacklog.txt
  7. 2017-04-20 12:05:26.323 | + ./stack.sh:main:451 : ln -sf /opt/stack/new/devstacklog.txt.2017-04-20-120526.summary.2017-04-20-120526 /opt/stack/new/devstacklog.txt.summary
  8. 2017-04-20 12:05:26.325 | + ./stack.sh:main:472 : [[ -n /opt/stack/new/screen-logs ]]
  9. 2017-04-20 12:05:26.326 | + ./stack.sh:main:475 : [[ -d /opt/stack/new/screen-logs ]]
  10. 2017-04-20 12:05:26.328 | + ./stack.sh:main:479 : mkdir -p /opt/stack/new/screen-logs
  11. 2017-04-20 12:05:26.331 | + ./stack.sh:main:484 : check_path_perm_sanity /opt/stack/new
  12. 2017-04-20 12:05:26.333 | + functions:check_path_perm_sanity:504 : local real_path
  13. 2017-04-20 12:05:26.334 | ++ functions:check_path_perm_sanity:505 : readlink -f /opt/stack/new
  14. 2017-04-20 12:05:26.337 | + functions:check_path_perm_sanity:505 : real_path=/opt/stack/new
  15. 2017-04-20 12:05:26.338 | + functions:check_path_perm_sanity:506 : local rebuilt_path=
  16. 2017-04-20 12:05:26.340 | ++ functions:check_path_perm_sanity:507 : echo /opt/stack/new
  17. 2017-04-20 12:05:26.341 | ++ functions:check_path_perm_sanity:507 : tr / ' '
  18. 2017-04-20 12:05:26.344 | + functions:check_path_perm_sanity:507 : for i in '$(echo ${real_path} | tr "/" " ")'
  19. 2017-04-20 12:05:26.345 | + functions:check_path_perm_sanity:508 : rebuilt_path=/opt
  20. 2017-04-20 12:05:26.347 | ++ functions:check_path_perm_sanity:510 : stat -c %a /opt
  21. 2017-04-20 12:05:26.349 | + functions:check_path_perm_sanity:510 : [[ 755 = 700 ]]
  22. 2017-04-20 12:05:26.351 | + functions:check_path_perm_sanity:507 : for i in '$(echo ${real_path} | tr "/" " ")'
  23. 2017-04-20 12:05:26.352 | + functions:check_path_perm_sanity:508 : rebuilt_path=/opt/stack
  24. 2017-04-20 12:05:26.354 | ++ functions:check_path_perm_sanity:510 : stat -c %a /opt/stack
  25. 2017-04-20 12:05:26.356 | + functions:check_path_perm_sanity:510 : [[ 755 = 700 ]]
  26. 2017-04-20 12:05:26.358 | + functions:check_path_perm_sanity:507 : for i in '$(echo ${real_path} | tr "/" " ")'
  27. 2017-04-20 12:05:26.359 | + functions:check_path_perm_sanity:508 : rebuilt_path=/opt/stack/new
  28. 2017-04-20 12:05:26.361 | ++ functions:check_path_perm_sanity:510 : stat -c %a /opt/stack/new
  29. 2017-04-20 12:05:26.363 | + functions:check_path_perm_sanity:510 : [[ 755 = 700 ]]
  30. 2017-04-20 12:05:26.364 | + ./stack.sh:main:490 : trap exit_trap EXIT
  31. 2017-04-20 12:05:26.367 | + ./stack.sh:main:520 : trap err_trap ERR
  32. 2017-04-20 12:05:26.368 | + ./stack.sh:main:533 : set -o errexit
  33. 2017-04-20 12:05:26.370 | + ./stack.sh:main:536 : uname -a
  34. 2017-04-20 12:05:26.370 | Linux gpfs-gpfs-209403 4.4.0-72-generic #93-Ubuntu SMP Fri Mar 31 14:07:41 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
  35. 2017-04-20 12:05:26.372 | + ./stack.sh:main:539 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem
  36. 2017-04-20 12:05:26.373 | + ./stack.sh:main:540 : rm -f /opt/stack/data/ca-bundle.pem
  37. 2017-04-20 12:05:26.376 | + ./stack.sh:main:543 : source /opt/stack/new/devstack/lib/database
  38. 2017-04-20 12:05:26.394 | + ./stack.sh:main:544 : source /opt/stack/new/devstack/lib/rpc_backend
  39. 2017-04-20 12:05:26.423 | + ./stack.sh:main:550 : fetch_plugins
  40. 2017-04-20 12:05:26.424 | + functions-common:fetch_plugins:1877 : local plugins=
  41. 2017-04-20 12:05:26.425 | + functions-common:fetch_plugins:1878 : local plugin
  42. 2017-04-20 12:05:26.427 | + functions-common:fetch_plugins:1881 : [[ -z '' ]]
  43. 2017-04-20 12:05:26.428 | + functions-common:fetch_plugins:1882 : return
  44. 2017-04-20 12:05:26.430 | + ./stack.sh:main:554 : run_phase override_defaults
  45. 2017-04-20 12:05:26.431 | + functions-common:run_phase:1959 : local mode=override_defaults
  46. 2017-04-20 12:05:26.432 | + functions-common:run_phase:1960 : local phase=
  47. 2017-04-20 12:05:26.434 | + functions-common:run_phase:1961 : [[ -d /opt/stack/new/devstack/extras.d ]]
  48. 2017-04-20 12:05:26.435 | + functions-common:run_phase:1962 : local extra_plugin_file_name
  49. 2017-04-20 12:05:26.436 | + functions-common:run_phase:1963 : for extra_plugin_file_name in '$TOP_DIR/extras.d/*.sh'
  50. 2017-04-20 12:05:26.438 | + functions-common:run_phase:1968 : local exceptions=80-tempest.sh
  51. 2017-04-20 12:05:26.439 | + functions-common:run_phase:1969 : local extra
  52. 2017-04-20 12:05:26.441 | ++ functions-common:run_phase:1970 : basename /opt/stack/new/devstack/extras.d/80-tempest.sh
  53. 2017-04-20 12:05:26.443 | + functions-common:run_phase:1970 : extra=80-tempest.sh
  54. 2017-04-20 12:05:26.444 | + functions-common:run_phase:1971 : [[ 80-tempest.sh =~ 80-tempest\.sh ]]
  55. 2017-04-20 12:05:26.445 | + functions-common:run_phase:1975 : [[ -r /opt/stack/new/devstack/extras.d/80-tempest.sh ]]
  56. 2017-04-20 12:05:26.447 | + functions-common:run_phase:1975 : source /opt/stack/new/devstack/extras.d/80-tempest.sh override_defaults
  57. 2017-04-20 12:05:26.448 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest
  58. 2017-04-20 12:05:26.479 | ++ functions-common:is_service_enabled:2163 : return 0
  59. 2017-04-20 12:05:26.480 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]]
  60. 2017-04-20 12:05:26.482 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]]
  61. 2017-04-20 12:05:26.484 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]]
  62. 2017-04-20 12:05:26.486 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]]
  63. 2017-04-20 12:05:26.487 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]]
  64. 2017-04-20 12:05:26.489 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]]
  65. 2017-04-20 12:05:26.491 | ++ extras.d/80-tempest.sh:source:26 : [[ override_defaults == \u\n\s\t\a\c\k ]]
  66. 2017-04-20 12:05:26.492 | ++ extras.d/80-tempest.sh:source:31 : [[ override_defaults == \c\l\e\a\n ]]
  67. 2017-04-20 12:05:26.494 | + functions-common:run_phase:1980 : [[ override_defaults == \s\o\u\r\c\e ]]
  68. 2017-04-20 12:05:26.495 | + functions-common:run_phase:1983 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]]
  69. 2017-04-20 12:05:26.497 | + functions-common:run_phase:1984 : plugin_override_defaults
  70. 2017-04-20 12:05:26.498 | + functions-common:plugin_override_defaults:1918 : local plugins=
  71. 2017-04-20 12:05:26.500 | + functions-common:plugin_override_defaults:1919 : local plugin
  72. 2017-04-20 12:05:26.502 | + functions-common:plugin_override_defaults:1922 : [[ -z '' ]]
  73. 2017-04-20 12:05:26.503 | + functions-common:plugin_override_defaults:1923 : return
  74. 2017-04-20 12:05:26.505 | + ./stack.sh:main:557 : source /opt/stack/new/devstack/lib/apache
  75. 2017-04-20 12:05:26.519 | + ./stack.sh:main:560 : source /opt/stack/new/devstack/lib/tls
  76. 2017-04-20 12:05:26.520 | ++ lib/tls:source:38 : is_service_enabled tls-proxy
  77. 2017-04-20 12:05:26.531 | ++ functions-common:is_service_enabled:2163 : return 1
  78. 2017-04-20 12:05:26.533 | +++ lib/tls:source:43 : hostname -f
  79. 2017-04-20 12:05:26.537 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost
  80. 2017-04-20 12:05:26.538 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert
  81. 2017-04-20 12:05:26.540 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem
  82. 2017-04-20 12:05:26.541 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca
  83. 2017-04-20 12:05:26.542 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca
  84. 2017-04-20 12:05:26.544 | ++ lib/tls:source:51 : ORG_NAME=OpenStack
  85. 2017-04-20 12:05:26.545 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack
  86. 2017-04-20 12:05:26.546 | ++ lib/tls:source:55 : STUD_PROTO=--tls
  87. 2017-04-20 12:05:26.548 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH'
  88. 2017-04-20 12:05:26.549 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl
  89. 2017-04-20 12:05:26.553 | + ./stack.sh:main:563 : source /opt/stack/new/devstack/lib/infra
  90. 2017-04-20 12:05:26.561 | + ./stack.sh:main:564 : source /opt/stack/new/devstack/lib/oslo
  91. 2017-04-20 12:05:26.573 | + ./stack.sh:main:565 : source /opt/stack/new/devstack/lib/lvm
  92. 2017-04-20 12:05:26.581 | + ./stack.sh:main:566 : source /opt/stack/new/devstack/lib/horizon
  93. 2017-04-20 12:05:26.591 | + ./stack.sh:main:567 : source /opt/stack/new/devstack/lib/keystone
  94. 2017-04-20 12:05:26.609 | + ./stack.sh:main:568 : source /opt/stack/new/devstack/lib/glance
  95. 2017-04-20 12:05:26.625 | + ./stack.sh:main:569 : source /opt/stack/new/devstack/lib/nova
  96. 2017-04-20 12:05:26.680 | + ./stack.sh:main:570 : source /opt/stack/new/devstack/lib/placement
  97. 2017-04-20 12:05:26.699 | + ./stack.sh:main:571 : source /opt/stack/new/devstack/lib/cinder
  98. 2017-04-20 12:05:26.715 | WARNING: Configure secure Cinder volume deletion using CINDER_VOLUME_CLEAR instead of CINDER_SECURE_DELETE.
  99. 2017-04-20 12:05:26.724 | + ./stack.sh:main:572 : source /opt/stack/new/devstack/lib/swift
  100. 2017-04-20 12:05:26.758 | + ./stack.sh:main:573 : source /opt/stack/new/devstack/lib/neutron
  101. 2017-04-20 12:05:26.776 | WARNING: Using lib/neutron-legacy is deprecated, and it will be removed in the future
  102. 2017-04-20 12:05:26.855 | + ./stack.sh:main:574 : source /opt/stack/new/devstack/lib/ldap
  103. 2017-04-20 12:05:26.868 | + ./stack.sh:main:575 : source /opt/stack/new/devstack/lib/dstat
  104. 2017-04-20 12:05:26.879 | + ./stack.sh:main:576 : source /opt/stack/new/devstack/lib/dlm
  105. 2017-04-20 12:05:26.890 | + ./stack.sh:main:577 : source /opt/stack/new/devstack/lib/os_brick
  106. 2017-04-20 12:05:26.900 | + ./stack.sh:main:583 : run_phase source
  107. 2017-04-20 12:05:26.902 | + functions-common:run_phase:1959 : local mode=source
  108. 2017-04-20 12:05:26.904 | + functions-common:run_phase:1960 : local phase=
  109. 2017-04-20 12:05:26.905 | + functions-common:run_phase:1961 : [[ -d /opt/stack/new/devstack/extras.d ]]
  110. 2017-04-20 12:05:26.907 | + functions-common:run_phase:1962 : local extra_plugin_file_name
  111. 2017-04-20 12:05:26.908 | + functions-common:run_phase:1963 : for extra_plugin_file_name in '$TOP_DIR/extras.d/*.sh'
  112. 2017-04-20 12:05:26.910 | + functions-common:run_phase:1968 : local exceptions=80-tempest.sh
  113. 2017-04-20 12:05:26.911 | + functions-common:run_phase:1969 : local extra
  114. 2017-04-20 12:05:26.913 | ++ functions-common:run_phase:1970 : basename /opt/stack/new/devstack/extras.d/80-tempest.sh
  115. 2017-04-20 12:05:26.915 | + functions-common:run_phase:1970 : extra=80-tempest.sh
  116. 2017-04-20 12:05:26.916 | + functions-common:run_phase:1971 : [[ 80-tempest.sh =~ 80-tempest\.sh ]]
  117. 2017-04-20 12:05:26.918 | + functions-common:run_phase:1975 : [[ -r /opt/stack/new/devstack/extras.d/80-tempest.sh ]]
  118. 2017-04-20 12:05:26.919 | + functions-common:run_phase:1975 : source /opt/stack/new/devstack/extras.d/80-tempest.sh source
  119. 2017-04-20 12:05:26.921 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest
  120. 2017-04-20 12:05:26.931 | ++ functions-common:is_service_enabled:2163 : return 0
  121. 2017-04-20 12:05:26.933 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]]
  122. 2017-04-20 12:05:26.934 | ++ extras.d/80-tempest.sh:source:6 : source /opt/stack/new/devstack/lib/tempest
  123. 2017-04-20 12:05:26.962 | ++ extras.d/80-tempest.sh:source:26 : [[ source == \u\n\s\t\a\c\k ]]
  124. 2017-04-20 12:05:26.964 | ++ extras.d/80-tempest.sh:source:31 : [[ source == \c\l\e\a\n ]]
  125. 2017-04-20 12:05:26.966 | + functions-common:run_phase:1980 : [[ source == \s\o\u\r\c\e ]]
  126. 2017-04-20 12:05:26.968 | + functions-common:run_phase:1981 : load_plugin_settings
  127. 2017-04-20 12:05:26.969 | + functions-common:load_plugin_settings:1895 : local plugins=
  128. 2017-04-20 12:05:26.971 | + functions-common:load_plugin_settings:1896 : local plugin
  129. 2017-04-20 12:05:26.972 | + functions-common:load_plugin_settings:1899 : [[ -z '' ]]
  130. 2017-04-20 12:05:26.974 | + functions-common:load_plugin_settings:1900 : return
  131. 2017-04-20 12:05:26.976 | + functions-common:run_phase:1982 : verify_disabled_services
  132. 2017-04-20 12:05:26.977 | + functions-common:verify_disabled_services:2218 : local service
  133. 2017-04-20 12:05:26.979 | + functions-common:verify_disabled_services:2219 : for service in '${ENABLED_SERVICES//,/ }'
  134. 2017-04-20 12:05:26.980 | + functions-common:verify_disabled_services:2220 : [[ ,, =~ ,c-api, ]]
  135. 2017-04-20 12:05:26.982 | + functions-common:verify_disabled_services:2219 : for service in '${ENABLED_SERVICES//,/ }'
  136. 2017-04-20 12:05:26.983 | + functions-common:verify_disabled_services:2220 : [[ ,, =~ ,c-bak, ]]
  137. 2017-04-20 12:05:26.985 | + functions-common:verify_disabled_services:2219 : for service in '${ENABLED_SERVICES//,/ }'
  138. 2017-04-20 12:05:26.986 | + functions-common:verify_disabled_services:2220 : [[ ,, =~ ,c-sch, ]]
  139. 2017-04-20 12:05:26.988 | + functions-common:verify_disabled_services:2219 : for service in '${ENABLED_SERVICES//,/ }'
  140. 2017-04-20 12:05:26.989 | + functions-common:verify_disabled_services:2220 : [[ ,, =~ ,c-vol, ]]
  141. 2017-04-20 12:05:26.991 | + functions-common:verify_disabled_services:2219 : for service in '${ENABLED_SERVICES//,/ }'
  142. 2017-04-20 12:05:26.993 | + functions-common:verify_disabled_services:2220 : [[ ,, =~ ,ceilometer-acentral, ]]
  143. 2017-04-20 12:05:26.996 | + functions-common:verify_disabled_services:2219 : for service in '${ENABLED_SERVICES//,/ }'
  144. 2017-04-20 12:05:27.000 | + functions-common:verify_disabled_services:2220 : [[ ,, =~ ,ceilometer-acompute, ]]
  145. 2017-04-20 12:05:27.003 | + functions-common:verify_disabled_services:2219 : for service in '${ENABLED_SERVICES//,/ }'
  146. 2017-04-20 12:05:27.007 | + functions-common:verify_disabled_services:2220 : [[ ,, =~ ,ceilometer-alarm-evaluator, ]]
  147. 2017-04-20 12:05:27.011 | + functions-common:verify_disabled_services:2219 : for service in '${ENABLED_SERVICES//,/ }'
  148. 2017-04-20 12:05:27.015 | + functions-common:verify_disabled_services:2220 : [[ ,, =~ ,ceilometer-alarm-notifier, ]]
  149. 2017-04-20 12:05:27.019 | + functions-common:verify_disabled_services:2219 : for service in '${ENABLED_SERVICES//,/ }'
  150. 2017-04-20 12:05:27.021 | + functions-common:verify_disabled_services:2220 : [[ ,, =~ ,ceilometer-anotification, ]]
  151. 2017-04-20 12:05:27.023 | + functions-common:verify_disabled_services:2219 : for service in '${ENABLED_SERVICES//,/ }'
  152. 2017-04-20 12:05:27.024 | + functions-common:verify_disabled_services:2220 : [[ ,, =~ ,ceilometer-api, ]]
  153. 2017-04-20 12:05:27.026 | + functions-common:verify_disabled_services:2219 : for service in '${ENABLED_SERVICES//,/ }'
  154. 2017-04-20 12:05:27.027 | + functions-common:verify_disabled_services:2220 : [[ ,, =~ ,ceilometer-collector, ]]
  155. 2017-04-20 12:05:27.029 | + functions-common:verify_disabled_services:2219 : for service in '${ENABLED_SERVICES//,/ }'
  156. 2017-04-20 12:05:27.030 | + functions-common:verify_disabled_services:2220 : [[ ,, =~ ,cinder, ]]
  157. 2017-04-20 12:05:27.032 | + functions-common:verify_disabled_services:2219 : for service in '${ENABLED_SERVICES//,/ }'
  158. 2017-04-20 12:05:27.033 | + functions-common:verify_disabled_services:2220 : [[ ,, =~ ,dstat, ]]
  159. 2017-04-20 12:05:27.035 | + functions-common:verify_disabled_services:2219 : for service in '${ENABLED_SERVICES//,/ }'
  160. 2017-04-20 12:05:27.036 | + functions-common:verify_disabled_services:2220 : [[ ,, =~ ,g-api, ]]
  161. 2017-04-20 12:05:27.038 | + functions-common:verify_disabled_services:2219 : for service in '${ENABLED_SERVICES//,/ }'
  162. 2017-04-20 12:05:27.039 | + functions-common:verify_disabled_services:2220 : [[ ,, =~ ,g-reg, ]]
  163. 2017-04-20 12:05:27.041 | + functions-common:verify_disabled_services:2219 : for service in '${ENABLED_SERVICES//,/ }'
  164. 2017-04-20 12:05:27.042 | + functions-common:verify_disabled_services:2220 : [[ ,, =~ ,horizon, ]]
  165. 2017-04-20 12:05:27.044 | + functions-common:verify_disabled_services:2219 : for service in '${ENABLED_SERVICES//,/ }'
  166. 2017-04-20 12:05:27.045 | + functions-common:verify_disabled_services:2220 : [[ ,, =~ ,key, ]]
  167. 2017-04-20 12:05:27.047 | + functions-common:verify_disabled_services:2219 : for service in '${ENABLED_SERVICES//,/ }'
  168. 2017-04-20 12:05:27.048 | + functions-common:verify_disabled_services:2220 : [[ ,, =~ ,mysql, ]]
  169. 2017-04-20 12:05:27.050 | + functions-common:verify_disabled_services:2219 : for service in '${ENABLED_SERVICES//,/ }'
  170. 2017-04-20 12:05:27.051 | + functions-common:verify_disabled_services:2220 : [[ ,, =~ ,n-api, ]]
  171. 2017-04-20 12:05:27.053 | + functions-common:verify_disabled_services:2219 : for service in '${ENABLED_SERVICES//,/ }'
  172. 2017-04-20 12:05:27.054 | + functions-common:verify_disabled_services:2220 : [[ ,, =~ ,n-cauth, ]]
  173. 2017-04-20 12:05:27.056 | + functions-common:verify_disabled_services:2219 : for service in '${ENABLED_SERVICES//,/ }'
  174. 2017-04-20 12:05:27.057 | + functions-common:verify_disabled_services:2220 : [[ ,, =~ ,n-cond, ]]
  175. 2017-04-20 12:05:27.059 | + functions-common:verify_disabled_services:2219 : for service in '${ENABLED_SERVICES//,/ }'
  176. 2017-04-20 12:05:27.060 | + functions-common:verify_disabled_services:2220 : [[ ,, =~ ,n-cpu, ]]
  177. 2017-04-20 12:05:27.062 | + functions-common:verify_disabled_services:2219 : for service in '${ENABLED_SERVICES//,/ }'
  178. 2017-04-20 12:05:27.063 | + functions-common:verify_disabled_services:2220 : [[ ,, =~ ,n-novnc, ]]
  179. 2017-04-20 12:05:27.065 | + functions-common:verify_disabled_services:2219 : for service in '${ENABLED_SERVICES//,/ }'
  180. 2017-04-20 12:05:27.066 | + functions-common:verify_disabled_services:2220 : [[ ,, =~ ,n-obj, ]]
  181. 2017-04-20 12:05:27.068 | + functions-common:verify_disabled_services:2219 : for service in '${ENABLED_SERVICES//,/ }'
  182. 2017-04-20 12:05:27.070 | + functions-common:verify_disabled_services:2220 : [[ ,, =~ ,n-sch, ]]
  183. 2017-04-20 12:05:27.071 | + functions-common:verify_disabled_services:2219 : for service in '${ENABLED_SERVICES//,/ }'
  184. 2017-04-20 12:05:27.073 | + functions-common:verify_disabled_services:2220 : [[ ,, =~ ,peakmem_tracker, ]]
  185. 2017-04-20 12:05:27.074 | + functions-common:verify_disabled_services:2219 : for service in '${ENABLED_SERVICES//,/ }'
  186. 2017-04-20 12:05:27.076 | + functions-common:verify_disabled_services:2220 : [[ ,, =~ ,placement-api, ]]
  187. 2017-04-20 12:05:27.077 | + functions-common:verify_disabled_services:2219 : for service in '${ENABLED_SERVICES//,/ }'
  188. 2017-04-20 12:05:27.079 | + functions-common:verify_disabled_services:2220 : [[ ,, =~ ,q-agt, ]]
  189. 2017-04-20 12:05:27.080 | + functions-common:verify_disabled_services:2219 : for service in '${ENABLED_SERVICES//,/ }'
  190. 2017-04-20 12:05:27.082 | + functions-common:verify_disabled_services:2220 : [[ ,, =~ ,q-dhcp, ]]
  191. 2017-04-20 12:05:27.083 | + functions-common:verify_disabled_services:2219 : for service in '${ENABLED_SERVICES//,/ }'
  192. 2017-04-20 12:05:27.085 | + functions-common:verify_disabled_services:2220 : [[ ,, =~ ,q-l3, ]]
  193. 2017-04-20 12:05:27.086 | + functions-common:verify_disabled_services:2219 : for service in '${ENABLED_SERVICES//,/ }'
  194. 2017-04-20 12:05:27.088 | + functions-common:verify_disabled_services:2220 : [[ ,, =~ ,q-meta, ]]
  195. 2017-04-20 12:05:27.089 | + functions-common:verify_disabled_services:2219 : for service in '${ENABLED_SERVICES//,/ }'
  196. 2017-04-20 12:05:27.091 | + functions-common:verify_disabled_services:2220 : [[ ,, =~ ,q-metering, ]]
  197. 2017-04-20 12:05:27.092 | + functions-common:verify_disabled_services:2219 : for service in '${ENABLED_SERVICES//,/ }'
  198. 2017-04-20 12:05:27.094 | + functions-common:verify_disabled_services:2220 : [[ ,, =~ ,q-svc, ]]
  199. 2017-04-20 12:05:27.095 | + functions-common:verify_disabled_services:2219 : for service in '${ENABLED_SERVICES//,/ }'
  200. 2017-04-20 12:05:27.097 | + functions-common:verify_disabled_services:2220 : [[ ,, =~ ,rabbit, ]]
  201. 2017-04-20 12:05:27.098 | + functions-common:verify_disabled_services:2219 : for service in '${ENABLED_SERVICES//,/ }'
  202. 2017-04-20 12:05:27.100 | + functions-common:verify_disabled_services:2220 : [[ ,, =~ ,s-account, ]]
  203. 2017-04-20 12:05:27.101 | + functions-common:verify_disabled_services:2219 : for service in '${ENABLED_SERVICES//,/ }'
  204. 2017-04-20 12:05:27.103 | + functions-common:verify_disabled_services:2220 : [[ ,, =~ ,s-container, ]]
  205. 2017-04-20 12:05:27.104 | + functions-common:verify_disabled_services:2219 : for service in '${ENABLED_SERVICES//,/ }'
  206. 2017-04-20 12:05:27.106 | + functions-common:verify_disabled_services:2220 : [[ ,, =~ ,s-object, ]]
  207. 2017-04-20 12:05:27.107 | + functions-common:verify_disabled_services:2219 : for service in '${ENABLED_SERVICES//,/ }'
  208. 2017-04-20 12:05:27.109 | + functions-common:verify_disabled_services:2220 : [[ ,, =~ ,s-proxy, ]]
  209. 2017-04-20 12:05:27.110 | + functions-common:verify_disabled_services:2219 : for service in '${ENABLED_SERVICES//,/ }'
  210. 2017-04-20 12:05:27.112 | + functions-common:verify_disabled_services:2220 : [[ ,, =~ ,tempest, ]]
  211. 2017-04-20 12:05:27.114 | + ./stack.sh:main:654 : initialize_database_backends
  212. 2017-04-20 12:05:27.115 | + lib/database:initialize_database_backends:65 : for backend in '$DATABASE_BACKENDS'
  213. 2017-04-20 12:05:27.117 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql
  214. 2017-04-20 12:05:27.130 | + functions-common:is_service_enabled:2163 : return 0
  215. 2017-04-20 12:05:27.131 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql
  216. 2017-04-20 12:05:27.133 | + lib/database:initialize_database_backends:65 : for backend in '$DATABASE_BACKENDS'
  217. 2017-04-20 12:05:27.134 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql
  218. 2017-04-20 12:05:27.145 | + functions-common:is_service_enabled:2163 : return 1
  219. 2017-04-20 12:05:27.147 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']'
  220. 2017-04-20 12:05:27.148 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1
  221. 2017-04-20 12:05:27.150 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root
  222. 2017-04-20 12:05:27.152 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]]
  223. 2017-04-20 12:05:27.165 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1
  224. 2017-04-20 12:05:27.167 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root
  225. 2017-04-20 12:05:27.169 | + lib/database:initialize_database_backends:88 : '[' -n secretmysql ']'
  226. 2017-04-20 12:05:27.171 | + lib/database:initialize_database_backends:89 : DATABASE_PASSWORD=secretmysql
  227. 2017-04-20 12:05:27.173 | ++ lib/database:initialize_database_backends:104 : get_database_type_mysql
  228. 2017-04-20 12:05:27.175 | ++ lib/databases/mysql:get_database_type_mysql:28 : [[ PyMySQL == \P\y\M\y\S\Q\L ]]
  229. 2017-04-20 12:05:27.176 | ++ lib/databases/mysql:get_database_type_mysql:29 : echo mysql+pymysql
  230. 2017-04-20 12:05:27.178 | + lib/database:initialize_database_backends:104 : BASE_SQL_CONN=mysql+pymysql://root:secretmysql@127.0.0.1
  231. 2017-04-20 12:05:27.180 | + lib/database:initialize_database_backends:106 : return 0
  232. 2017-04-20 12:05:27.182 | + ./stack.sh:main:654 : echo 'Using mysql database backend'
  233. 2017-04-20 12:05:27.182 | Using mysql database backend
  234. 2017-04-20 12:05:27.183 | + ./stack.sh:main:663 : is_service_enabled rabbit
  235. 2017-04-20 12:05:27.196 | + functions-common:is_service_enabled:2163 : return 0
  236. 2017-04-20 12:05:27.198 | + ./stack.sh:main:664 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.'
  237. 2017-04-20 12:05:27.210 | + ./stack.sh:main:671 : is_service_enabled keystone
  238. 2017-04-20 12:05:27.222 | + functions-common:is_service_enabled:2163 : return 0
  239. 2017-04-20 12:05:27.224 | + ./stack.sh:main:673 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.'
  240. 2017-04-20 12:05:27.235 | + ./stack.sh:main:675 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).'
  241. 2017-04-20 12:05:27.246 | + ./stack.sh:main:686 : is_service_enabled ldap
  242. 2017-04-20 12:05:27.257 | + functions-common:is_service_enabled:2163 : return 1
  243. 2017-04-20 12:05:27.259 | + ./stack.sh:main:695 : is_service_enabled s-proxy
  244. 2017-04-20 12:05:27.270 | + functions-common:is_service_enabled:2163 : return 0
  245. 2017-04-20 12:05:27.272 | + ./stack.sh:main:699 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.'
  246. 2017-04-20 12:05:27.283 | + ./stack.sh:main:701 : [[ -z '' ]]
  247. 2017-04-20 12:05:27.285 | + ./stack.sh:main:701 : [[ False == \T\r\u\e ]]
  248. 2017-04-20 12:05:27.286 | + ./stack.sh:main:707 : save_stackenv 707
  249. 2017-04-20 12:05:27.288 | + functions-common:save_stackenv:61 : local tag=707
  250. 2017-04-20 12:05:27.290 | ++ functions-common:save_stackenv:63 : date +%F-%H%M%S
  251. 2017-04-20 12:05:27.293 | + functions-common:save_stackenv:63 : time_stamp=2017-04-20-120527
  252. 2017-04-20 12:05:27.295 | + functions-common:save_stackenv:64 : echo '# 2017-04-20-120527 707'
  253. 2017-04-20 12:05:27.297 | + functions-common:save_stackenv:65 : for i in '$STACK_ENV_VARS'
  254. 2017-04-20 12:05:27.299 | + functions-common:save_stackenv:66 : echo BASE_SQL_CONN=mysql+pymysql://root:secretmysql@127.0.0.1
  255. 2017-04-20 12:05:27.300 | + functions-common:save_stackenv:65 : for i in '$STACK_ENV_VARS'
  256. 2017-04-20 12:05:27.302 | + functions-common:save_stackenv:66 : echo DATA_DIR=/opt/stack/data
  257. 2017-04-20 12:05:27.304 | + functions-common:save_stackenv:65 : for i in '$STACK_ENV_VARS'
  258. 2017-04-20 12:05:27.306 | + functions-common:save_stackenv:66 : echo DEST=/opt/stack/new
  259. 2017-04-20 12:05:27.308 | + functions-common:save_stackenv:65 : for i in '$STACK_ENV_VARS'
  260. 2017-04-20 12:05:27.309 | + functions-common:save_stackenv:66 : echo ENABLED_SERVICES=c-api,c-bak,c-sch,c-vol,ceilometer-acentral,ceilometer-acompute,ceilometer-alarm-evaluator,ceilometer-alarm-notifier,ceilometer-anotification,ceilometer-api,ceilometer-collector,cinder,dstat,g-api,g-reg,horizon,key,mysql,n-api,n-cauth,n-cond,n-cpu,n-novnc,n-obj,n-sch,peakmem_tracker,placement-api,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-svc,rabbit,s-account,s-container,s-object,s-proxy,tempest
  261. 2017-04-20 12:05:27.311 | + functions-common:save_stackenv:65 : for i in '$STACK_ENV_VARS'
  262. 2017-04-20 12:05:27.313 | + functions-common:save_stackenv:66 : echo HOST_IP=9.11.122.118
  263. 2017-04-20 12:05:27.314 | + functions-common:save_stackenv:65 : for i in '$STACK_ENV_VARS'
  264. 2017-04-20 12:05:27.316 | + functions-common:save_stackenv:66 : echo KEYSTONE_AUTH_PROTOCOL=http
  265. 2017-04-20 12:05:27.318 | + functions-common:save_stackenv:65 : for i in '$STACK_ENV_VARS'
  266. 2017-04-20 12:05:27.320 | + functions-common:save_stackenv:66 : echo KEYSTONE_AUTH_URI=http://9.11.122.118/identity_admin
  267. 2017-04-20 12:05:27.321 | + functions-common:save_stackenv:65 : for i in '$STACK_ENV_VARS'
  268. 2017-04-20 12:05:27.323 | + functions-common:save_stackenv:66 : echo KEYSTONE_SERVICE_URI=http://9.11.122.118/identity
  269. 2017-04-20 12:05:27.325 | + functions-common:save_stackenv:65 : for i in '$STACK_ENV_VARS'
  270. 2017-04-20 12:05:27.327 | + functions-common:save_stackenv:66 : echo LOGFILE=/opt/stack/new/devstacklog.txt.2017-04-20-120526
  271. 2017-04-20 12:05:27.328 | + functions-common:save_stackenv:65 : for i in '$STACK_ENV_VARS'
  272. 2017-04-20 12:05:27.330 | + functions-common:save_stackenv:66 : echo OS_CACERT=
  273. 2017-04-20 12:05:27.332 | + functions-common:save_stackenv:65 : for i in '$STACK_ENV_VARS'
  274. 2017-04-20 12:05:27.333 | + functions-common:save_stackenv:66 : echo SERVICE_HOST=9.11.122.118
  275. 2017-04-20 12:05:27.335 | + functions-common:save_stackenv:65 : for i in '$STACK_ENV_VARS'
  276. 2017-04-20 12:05:27.337 | + functions-common:save_stackenv:66 : echo SERVICE_PROTOCOL=http
  277. 2017-04-20 12:05:27.339 | + functions-common:save_stackenv:65 : for i in '$STACK_ENV_VARS'
  278. 2017-04-20 12:05:27.340 | + functions-common:save_stackenv:66 : echo STACK_USER=stack
  279. 2017-04-20 12:05:27.342 | + functions-common:save_stackenv:65 : for i in '$STACK_ENV_VARS'
  280. 2017-04-20 12:05:27.344 | + functions-common:save_stackenv:66 : echo TLS_IP=
  281. 2017-04-20 12:05:27.345 | + functions-common:save_stackenv:65 : for i in '$STACK_ENV_VARS'
  282. 2017-04-20 12:05:27.347 | + functions-common:save_stackenv:66 : echo HOST_IPV6=::1
  283. 2017-04-20 12:05:27.349 | + functions-common:save_stackenv:65 : for i in '$STACK_ENV_VARS'
  284. 2017-04-20 12:05:27.351 | + functions-common:save_stackenv:66 : echo SERVICE_IP_VERSION=4
  285. 2017-04-20 12:05:27.352 | + ./stack.sh:main:718 : git_clone git://git.openstack.org/openstack/requirements.git /opt/stack/new/requirements master
  286. 2017-04-20 12:05:27.354 | + functions-common:git_clone:496 : local git_remote=git://git.openstack.org/openstack/requirements.git
  287. 2017-04-20 12:05:27.356 | + functions-common:git_clone:497 : local git_dest=/opt/stack/new/requirements
  288. 2017-04-20 12:05:27.357 | + functions-common:git_clone:498 : local git_ref=master
  289. 2017-04-20 12:05:27.359 | + functions-common:git_clone:499 : local orig_dir
  290. 2017-04-20 12:05:27.361 | ++ functions-common:git_clone:500 : pwd
  291. 2017-04-20 12:05:27.363 | + functions-common:git_clone:500 : orig_dir=/opt/stack/new/devstack
  292. 2017-04-20 12:05:27.364 | + functions-common:git_clone:501 : local git_clone_flags=
  293. 2017-04-20 12:05:27.366 | ++ functions-common:git_clone:503 : trueorfalse False RECLONE
  294. 2017-04-20 12:05:27.378 | + functions-common:git_clone:503 : RECLONE=False
  295. 2017-04-20 12:05:27.379 | + functions-common:git_clone:504 : [[ 0 -gt 0 ]]
  296. 2017-04-20 12:05:27.381 | + functions-common:git_clone:508 : [[ False = \T\r\u\e ]]
  297. 2017-04-20 12:05:27.384 | + functions-common:git_clone:517 : echo master
  298. 2017-04-20 12:05:27.384 | + functions-common:git_clone:517 : egrep -q '^refs'
  299. 2017-04-20 12:05:27.388 | + functions-common:git_clone:531 : [[ ! -d /opt/stack/new/requirements ]]
  300. 2017-04-20 12:05:27.389 | + functions-common:git_clone:539 : [[ False = \T\r\u\e ]]
  301. 2017-04-20 12:05:27.391 | + functions-common:git_clone:565 : cd /opt/stack/new/requirements
  302. 2017-04-20 12:05:27.393 | + functions-common:git_clone:566 : git show --oneline
  303. 2017-04-20 12:05:27.393 | + functions-common:git_clone:566 : head -1
  304. 2017-04-20 12:05:27.396 | 729d201 Merge "Blacklist oslo.privsep 1.17.0"
  305. 2017-04-20 12:05:27.398 | + functions-common:git_clone:567 : cd /opt/stack/new/devstack
  306. 2017-04-20 12:05:27.400 | + ./stack.sh:main:722 : echo_summary 'Installing package prerequisites'
  307. 2017-04-20 12:05:27.402 | + ./stack.sh:echo_summary:397 : [[ -t 3 ]]
  308. 2017-04-20 12:05:27.403 | + ./stack.sh:echo_summary:403 : echo -e Installing package prerequisites
  309. 2017-04-20 12:05:27.405 | + ./stack.sh:main:723 : source /opt/stack/new/devstack/tools/install_prereqs.sh
  310. 2017-04-20 12:05:27.407 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0
  311. 2017-04-20 12:05:27.409 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt
  312. 2017-04-20 12:05:27.410 | ++ tools/install_prereqs.sh:source:23 : [[ -z /opt/stack/new/devstack ]]
  313. 2017-04-20 12:05:27.412 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/opt/stack/new/devstack/.prereqs
  314. 2017-04-20 12:05:27.414 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2
  315. 2017-04-20 12:05:27.416 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200
  316. 2017-04-20 12:05:27.418 | +++ tools/install_prereqs.sh:source:47 : date +%s
  317. 2017-04-20 12:05:27.421 | ++ tools/install_prereqs.sh:source:47 : NOW=1492689927
  318. 2017-04-20 12:05:27.423 | +++ tools/install_prereqs.sh:source:48 : head -1 /opt/stack/new/devstack/.prereqs
  319. 2017-04-20 12:05:27.427 | +++ tools/install_prereqs.sh:source:48 : echo 0
  320. 2017-04-20 12:05:27.428 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0
  321. 2017-04-20 12:05:27.430 | ++ tools/install_prereqs.sh:source:49 : DELTA=1492689927
  322. 2017-04-20 12:05:27.432 | ++ tools/install_prereqs.sh:source:50 : [[ 1492689927 -lt 7200 ]]
  323. 2017-04-20 12:05:27.434 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables
  324. 2017-04-20 12:05:27.435 | ++ functions-common:export_proxy_variables:2324 : isset http_proxy
  325. 2017-04-20 12:05:27.437 | ++ functions-common:isset:162 : [[ -v http_proxy ]]
  326. 2017-04-20 12:05:27.439 | ++ functions-common:export_proxy_variables:2327 : isset https_proxy
  327. 2017-04-20 12:05:27.440 | ++ functions-common:isset:162 : [[ -v https_proxy ]]
  328. 2017-04-20 12:05:27.442 | ++ functions-common:export_proxy_variables:2330 : isset no_proxy
  329. 2017-04-20 12:05:27.444 | ++ functions-common:isset:162 : [[ -v no_proxy ]]
  330. 2017-04-20 12:05:27.446 | +++ tools/install_prereqs.sh:source:64 : get_packages general,c-api,c-bak,c-sch,c-vol,ceilometer-acentral,ceilometer-acompute,ceilometer-alarm-evaluator,ceilometer-alarm-notifier,ceilometer-anotification,ceilometer-api,ceilometer-collector,cinder,dstat,g-api,g-reg,horizon,key,mysql,n-api,n-cauth,n-cond,n-cpu,n-novnc,n-obj,n-sch,peakmem_tracker,placement-api,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-svc,rabbit,s-account,s-container,s-object,s-proxy,tempest
  331. 2017-04-20 12:05:27.485 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2
  332. 2017-04-20 12:05:27.485 | apache2-dev
  333. 2017-04-20 12:05:27.485 | bc
  334. 2017-04-20 12:05:27.485 | bridge-utils
  335. 2017-04-20 12:05:27.485 | bsdmainutils
  336. 2017-04-20 12:05:27.485 | curl
  337. 2017-04-20 12:05:27.485 | g++
  338. 2017-04-20 12:05:27.485 | gcc
  339. 2017-04-20 12:05:27.485 | gettext
  340. 2017-04-20 12:05:27.485 | git
  341. 2017-04-20 12:05:27.485 | graphviz
  342. 2017-04-20 12:05:27.485 | iputils-ping
  343. 2017-04-20 12:05:27.485 | libapache2-mod-proxy-uwsgi
  344. 2017-04-20 12:05:27.485 | libffi-dev
  345. 2017-04-20 12:05:27.485 | libjpeg-dev
  346. 2017-04-20 12:05:27.485 | libmysqlclient-dev
  347. 2017-04-20 12:05:27.485 | libpq-dev
  348. 2017-04-20 12:05:27.485 | libssl-dev
  349. 2017-04-20 12:05:27.485 | libxml2-dev
  350. 2017-04-20 12:05:27.485 | libxslt1-dev
  351. 2017-04-20 12:05:27.485 | libyaml-dev
  352. 2017-04-20 12:05:27.485 | lsof
  353. 2017-04-20 12:05:27.485 | openssh-server
  354. 2017-04-20 12:05:27.485 | openssl
  355. 2017-04-20 12:05:27.485 | pkg-config
  356. 2017-04-20 12:05:27.485 | psmisc
  357. 2017-04-20 12:05:27.485 | python2.7
  358. 2017-04-20 12:05:27.485 | python3-systemd
  359. 2017-04-20 12:05:27.485 | python-dev
  360. 2017-04-20 12:05:27.485 | python-gdbm
  361. 2017-04-20 12:05:27.485 | python-systemd
  362. 2017-04-20 12:05:27.486 | screen
  363. 2017-04-20 12:05:27.486 | tar
  364. 2017-04-20 12:05:27.486 | tcpdump
  365. 2017-04-20 12:05:27.486 | unzip
  366. 2017-04-20 12:05:27.486 | uuid-runtime
  367. 2017-04-20 12:05:27.486 | wget
  368. 2017-04-20 12:05:27.486 | wget
  369. 2017-04-20 12:05:27.486 | zlib1g-dev
  370. 2017-04-20 12:05:27.486 | lvm2
  371. 2017-04-20 12:05:27.486 | open-iscsi
  372. 2017-04-20 12:05:27.486 | qemu-utils
  373. 2017-04-20 12:05:27.486 | thin-provisioning-tools
  374. 2017-04-20 12:05:27.486 | lvm2
  375. 2017-04-20 12:05:27.486 | open-iscsi
  376. 2017-04-20 12:05:27.486 | qemu-utils
  377. 2017-04-20 12:05:27.486 | thin-provisioning-tools
  378. 2017-04-20 12:05:27.486 | dstat
  379. 2017-04-20 12:05:27.486 | libpcre3-dev
  380. 2017-04-20 12:05:27.486 | libkrb5-dev
  381. 2017-04-20 12:05:27.486 | libldap2-dev
  382. 2017-04-20 12:05:27.486 | libsasl2-dev
  383. 2017-04-20 12:05:27.486 | memcached
  384. 2017-04-20 12:05:27.486 | python-mysqldb
  385. 2017-04-20 12:05:27.486 | sqlite3
  386. 2017-04-20 12:05:27.486 | fping
  387. 2017-04-20 12:05:27.486 | conntrack
  388. 2017-04-20 12:05:27.486 | curl
  389. 2017-04-20 12:05:27.486 | dnsmasq-base
  390. 2017-04-20 12:05:27.486 | dnsmasq-utils
  391. 2017-04-20 12:05:27.486 | ebtables
  392. 2017-04-20 12:05:27.486 | gawk
  393. 2017-04-20 12:05:27.486 | genisoimage
  394. 2017-04-20 12:05:27.486 | iptables
  395. 2017-04-20 12:05:27.486 | iputils-arping
  396. 2017-04-20 12:05:27.486 | kpartx
  397. 2017-04-20 12:05:27.486 | libjs-jquery-tablesorter
  398. 2017-04-20 12:05:27.486 | libmysqlclient-dev
  399. 2017-04-20 12:05:27.486 | parted
  400. 2017-04-20 12:05:27.486 | pm-utils
  401. 2017-04-20 12:05:27.486 | python-mysqldb
  402. 2017-04-20 12:05:27.486 | socat
  403. 2017-04-20 12:05:27.486 | sqlite3
  404. 2017-04-20 12:05:27.486 | sudo
  405. 2017-04-20 12:05:27.486 | vlan
  406. 2017-04-20 12:05:27.486 | cryptsetup
  407. 2017-04-20 12:05:27.486 | genisoimage
  408. 2017-04-20 12:05:27.486 | gir1.2-libosinfo-1.0
  409. 2017-04-20 12:05:27.486 | netcat-openbsd
  410. 2017-04-20 12:05:27.486 | open-iscsi
  411. 2017-04-20 12:05:27.486 | qemu-utils
  412. 2017-04-20 12:05:27.486 | sg3-utils
  413. 2017-04-20 12:05:27.486 | sysfsutils
  414. 2017-04-20 12:05:27.486 | ipset
  415. 2017-04-20 12:05:27.486 | acl
  416. 2017-04-20 12:05:27.486 | dnsmasq-base
  417. 2017-04-20 12:05:27.486 | ebtables
  418. 2017-04-20 12:05:27.486 | haproxy
  419. 2017-04-20 12:05:27.486 | iptables
  420. 2017-04-20 12:05:27.486 | iputils-arping
  421. 2017-04-20 12:05:27.486 | iputils-ping
  422. 2017-04-20 12:05:27.486 | libmysqlclient-dev
  423. 2017-04-20 12:05:27.487 | postgresql-server-dev-all
  424. 2017-04-20 12:05:27.487 | python-mysqldb
  425. 2017-04-20 12:05:27.487 | sqlite3
  426. 2017-04-20 12:05:27.487 | sudo
  427. 2017-04-20 12:05:27.487 | vlan
  428. 2017-04-20 12:05:27.487 | conntrack
  429. 2017-04-20 12:05:27.487 | conntrackd
  430. 2017-04-20 12:05:27.487 | keepalived
  431. 2017-04-20 12:05:27.487 | curl
  432. 2017-04-20 12:05:27.487 | liberasurecode-dev
  433. 2017-04-20 12:05:27.487 | make
  434. 2017-04-20 12:05:27.487 | memcached
  435. 2017-04-20 12:05:27.487 | sqlite3
  436. 2017-04-20 12:05:27.487 | xfsprogs'
  437. 2017-04-20 12:05:27.489 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages
  438. 2017-04-20 12:05:27.503 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2
  439. 2017-04-20 12:05:27.503 | apache2-dev
  440. 2017-04-20 12:05:27.503 | bc
  441. 2017-04-20 12:05:27.503 | bridge-utils
  442. 2017-04-20 12:05:27.503 | bsdmainutils
  443. 2017-04-20 12:05:27.503 | curl
  444. 2017-04-20 12:05:27.503 | g++
  445. 2017-04-20 12:05:27.503 | gcc
  446. 2017-04-20 12:05:27.503 | gettext
  447. 2017-04-20 12:05:27.503 | git
  448. 2017-04-20 12:05:27.503 | graphviz
  449. 2017-04-20 12:05:27.503 | iputils-ping
  450. 2017-04-20 12:05:27.503 | libapache2-mod-proxy-uwsgi
  451. 2017-04-20 12:05:27.503 | libffi-dev
  452. 2017-04-20 12:05:27.503 | libjpeg-dev
  453. 2017-04-20 12:05:27.503 | libmysqlclient-dev
  454. 2017-04-20 12:05:27.503 | libpq-dev
  455. 2017-04-20 12:05:27.503 | libssl-dev
  456. 2017-04-20 12:05:27.503 | libxml2-dev
  457. 2017-04-20 12:05:27.503 | libxslt1-dev
  458. 2017-04-20 12:05:27.504 | libyaml-dev
  459. 2017-04-20 12:05:27.504 | lsof
  460. 2017-04-20 12:05:27.504 | openssh-server
  461. 2017-04-20 12:05:27.504 | openssl
  462. 2017-04-20 12:05:27.504 | pkg-config
  463. 2017-04-20 12:05:27.504 | psmisc
  464. 2017-04-20 12:05:27.504 | python2.7
  465. 2017-04-20 12:05:27.504 | python3-systemd
  466. 2017-04-20 12:05:27.504 | python-dev
  467. 2017-04-20 12:05:27.504 | python-gdbm
  468. 2017-04-20 12:05:27.504 | python-systemd
  469. 2017-04-20 12:05:27.504 | screen
  470. 2017-04-20 12:05:27.504 | tar
  471. 2017-04-20 12:05:27.504 | tcpdump
  472. 2017-04-20 12:05:27.504 | unzip
  473. 2017-04-20 12:05:27.504 | uuid-runtime
  474. 2017-04-20 12:05:27.504 | wget
  475. 2017-04-20 12:05:27.504 | wget
  476. 2017-04-20 12:05:27.504 | zlib1g-dev
  477. 2017-04-20 12:05:27.504 | lvm2
  478. 2017-04-20 12:05:27.504 | open-iscsi
  479. 2017-04-20 12:05:27.504 | qemu-utils
  480. 2017-04-20 12:05:27.504 | thin-provisioning-tools
  481. 2017-04-20 12:05:27.504 | lvm2
  482. 2017-04-20 12:05:27.504 | open-iscsi
  483. 2017-04-20 12:05:27.504 | qemu-utils
  484. 2017-04-20 12:05:27.504 | thin-provisioning-tools
  485. 2017-04-20 12:05:27.504 | dstat
  486. 2017-04-20 12:05:27.504 | libpcre3-dev
  487. 2017-04-20 12:05:27.504 | libkrb5-dev
  488. 2017-04-20 12:05:27.504 | libldap2-dev
  489. 2017-04-20 12:05:27.504 | libsasl2-dev
  490. 2017-04-20 12:05:27.504 | memcached
  491. 2017-04-20 12:05:27.504 | python-mysqldb
  492. 2017-04-20 12:05:27.504 | sqlite3
  493. 2017-04-20 12:05:27.504 | fping
  494. 2017-04-20 12:05:27.504 | conntrack
  495. 2017-04-20 12:05:27.504 | curl
  496. 2017-04-20 12:05:27.504 | dnsmasq-base
  497. 2017-04-20 12:05:27.504 | dnsmasq-utils
  498. 2017-04-20 12:05:27.504 | ebtables
  499. 2017-04-20 12:05:27.504 | gawk
  500. 2017-04-20 12:05:27.504 | genisoimage
  501. 2017-04-20 12:05:27.504 | iptables
  502. 2017-04-20 12:05:27.504 | iputils-arping
  503. 2017-04-20 12:05:27.504 | kpartx
  504. 2017-04-20 12:05:27.504 | libjs-jquery-tablesorter
  505. 2017-04-20 12:05:27.504 | libmysqlclient-dev
  506. 2017-04-20 12:05:27.504 | parted
  507. 2017-04-20 12:05:27.504 | pm-utils
  508. 2017-04-20 12:05:27.504 | python-mysqldb
  509. 2017-04-20 12:05:27.504 | socat
  510. 2017-04-20 12:05:27.504 | sqlite3
  511. 2017-04-20 12:05:27.504 | sudo
  512. 2017-04-20 12:05:27.504 | vlan
  513. 2017-04-20 12:05:27.504 | cryptsetup
  514. 2017-04-20 12:05:27.504 | genisoimage
  515. 2017-04-20 12:05:27.504 | gir1.2-libosinfo-1.0
  516. 2017-04-20 12:05:27.505 | netcat-openbsd
  517. 2017-04-20 12:05:27.505 | open-iscsi
  518. 2017-04-20 12:05:27.505 | qemu-utils
  519. 2017-04-20 12:05:27.505 | sg3-utils
  520. 2017-04-20 12:05:27.505 | sysfsutils
  521. 2017-04-20 12:05:27.505 | ipset
  522. 2017-04-20 12:05:27.505 | acl
  523. 2017-04-20 12:05:27.505 | dnsmasq-base
  524. 2017-04-20 12:05:27.505 | ebtables
  525. 2017-04-20 12:05:27.505 | haproxy
  526. 2017-04-20 12:05:27.505 | iptables
  527. 2017-04-20 12:05:27.505 | iputils-arping
  528. 2017-04-20 12:05:27.505 | iputils-ping
  529. 2017-04-20 12:05:27.505 | libmysqlclient-dev
  530. 2017-04-20 12:05:27.505 | postgresql-server-dev-all
  531. 2017-04-20 12:05:27.505 | python-mysqldb
  532. 2017-04-20 12:05:27.505 | sqlite3
  533. 2017-04-20 12:05:27.505 | sudo
  534. 2017-04-20 12:05:27.505 | vlan
  535. 2017-04-20 12:05:27.505 | conntrack
  536. 2017-04-20 12:05:27.505 | conntrackd
  537. 2017-04-20 12:05:27.505 | keepalived
  538. 2017-04-20 12:05:27.505 | curl
  539. 2017-04-20 12:05:27.505 | liberasurecode-dev
  540. 2017-04-20 12:05:27.505 | make
  541. 2017-04-20 12:05:27.505 | memcached
  542. 2017-04-20 12:05:27.505 | sqlite3
  543. 2017-04-20 12:05:27.505 | xfsprogs '
  544. 2017-04-20 12:05:27.507 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu
  545. 2017-04-20 12:05:27.508 | ++ functions-common:is_ubuntu:466 : [[ -z deb ]]
  546. 2017-04-20 12:05:27.510 | ++ functions-common:is_ubuntu:469 : '[' deb = deb ']'
  547. 2017-04-20 12:05:27.513 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bridge-utils bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpq-dev libssl-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python2.7 python3-systemd python-dev python-gdbm python-systemd screen tar tcpdump unzip uuid-runtime wget wget zlib1g-dev lvm2 open-iscsi qemu-utils thin-provisioning-tools lvm2 open-iscsi qemu-utils thin-provisioning-tools dstat libpcre3-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python-mysqldb sqlite3 fping conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python-mysqldb socat sqlite3 sudo vlan cryptsetup genisoimage gir1.2-libosinfo-1.0 netcat-openbsd open-iscsi qemu-utils sg3-utils sysfsutils ipset acl dnsmasq-base ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python-mysqldb sqlite3 sudo vlan conntrack conntrackd keepalived curl liberasurecode-dev make memcached sqlite3 xfsprogs
  548. 2017-04-20 12:05:27.513 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms
  549. 2017-04-20 12:05:27.516 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bridge-utils bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpq-dev libssl-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python2.7 python3-systemd python-dev python-gdbm python-systemd screen tar tcpdump unzip uuid-runtime wget wget zlib1g-dev lvm2 open-iscsi qemu-utils thin-provisioning-tools lvm2 open-iscsi qemu-utils thin-provisioning-tools dstat libpcre3-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python-mysqldb sqlite3 fping conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python-mysqldb socat sqlite3 sudo vlan cryptsetup genisoimage gir1.2-libosinfo-1.0 netcat-openbsd open-iscsi qemu-utils sg3-utils sysfsutils ipset acl dnsmasq-base ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python-mysqldb sqlite3 sudo vlan conntrack conntrackd keepalived curl liberasurecode-dev make memcached sqlite3 xfsprogs
  550. 2017-04-20 12:05:27.518 | ++ functions-common:install_package:1276 : update_package_repo
  551. 2017-04-20 12:05:27.519 | ++ functions-common:update_package_repo:1248 : NO_UPDATE_REPOS=False
  552. 2017-04-20 12:05:27.521 | ++ functions-common:update_package_repo:1249 : REPOS_UPDATED=False
  553. 2017-04-20 12:05:27.523 | ++ functions-common:update_package_repo:1250 : RETRY_UPDATE=False
  554. 2017-04-20 12:05:27.524 | ++ functions-common:update_package_repo:1252 : [[ False = \T\r\u\e ]]
  555. 2017-04-20 12:05:27.526 | ++ functions-common:update_package_repo:1256 : is_ubuntu
  556. 2017-04-20 12:05:27.528 | ++ functions-common:is_ubuntu:466 : [[ -z deb ]]
  557. 2017-04-20 12:05:27.529 | ++ functions-common:is_ubuntu:469 : '[' deb = deb ']'
  558. 2017-04-20 12:05:27.531 | ++ functions-common:update_package_repo:1257 : apt_get_update
  559. 2017-04-20 12:05:27.533 | ++ functions-common:apt_get_update:1035 : [[ False == \T\r\u\e ]]
  560. 2017-04-20 12:05:27.534 | ++ functions-common:apt_get_update:1040 : [[ False = \T\r\u\e ]]
  561. 2017-04-20 12:05:27.536 | ++ functions-common:apt_get_update:1042 : local sudo=sudo
  562. 2017-04-20 12:05:27.538 | +++ functions-common:apt_get_update:1043 : id -u
  563. 2017-04-20 12:05:27.541 | ++ functions-common:apt_get_update:1043 : [[ 3003 = \0 ]]
  564. 2017-04-20 12:05:27.543 | ++ functions-common:apt_get_update:1046 : time_start apt-get-update
  565. 2017-04-20 12:05:27.544 | ++ functions-common:time_start:2474 : local name=apt-get-update
  566. 2017-04-20 12:05:27.546 | ++ functions-common:time_start:2475 : local start_time=
  567. 2017-04-20 12:05:27.548 | ++ functions-common:time_start:2476 : [[ -n '' ]]
  568. 2017-04-20 12:05:27.550 | +++ functions-common:time_start:2479 : date +%s
  569. 2017-04-20 12:05:27.552 | ++ functions-common:time_start:2479 : _TIME_START[$name]=1492689927
  570. 2017-04-20 12:05:27.554 | ++ functions-common:apt_get_update:1048 : local 'proxies=http_proxy= https_proxy= no_proxy= '
  571. 2017-04-20 12:05:27.556 | ++ functions-common:apt_get_update:1049 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update'
  572. 2017-04-20 12:05:27.557 | ++ functions-common:apt_get_update:1050 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done'
  573. 2017-04-20 12:05:27.994 | Hit:1 http://archive.ubuntu.com/ubuntu xenial InRelease
  574. 2017-04-20 12:05:28.192 | Get:2 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]
  575. 2017-04-20 12:05:28.841 | Get:3 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [102 kB]
  576. 2017-04-20 12:05:29.695 | Get:4 http://archive.ubuntu.com/ubuntu xenial-security InRelease [102 kB]
  577. 2017-04-20 12:05:30.551 | Fetched 306 kB in 2s (104 kB/s)
  578. 2017-04-20 12:05:31.525 | Reading package lists...
  579. 2017-04-20 12:05:31.565 | ++ functions-common:apt_get_update:1054 : REPOS_UPDATED=True
  580. 2017-04-20 12:05:31.567 | ++ functions-common:apt_get_update:1056 : time_stop apt-get-update
  581. 2017-04-20 12:05:31.569 | ++ functions-common:time_stop:2488 : local name
  582. 2017-04-20 12:05:31.571 | ++ functions-common:time_stop:2489 : local end_time
  583. 2017-04-20 12:05:31.573 | ++ functions-common:time_stop:2490 : local elapsed_time
  584. 2017-04-20 12:05:31.575 | ++ functions-common:time_stop:2491 : local total
  585. 2017-04-20 12:05:31.577 | ++ functions-common:time_stop:2492 : local start_time
  586. 2017-04-20 12:05:31.578 | ++ functions-common:time_stop:2494 : name=apt-get-update
  587. 2017-04-20 12:05:31.580 | ++ functions-common:time_stop:2495 : start_time=1492689927
  588. 2017-04-20 12:05:31.581 | ++ functions-common:time_stop:2497 : [[ -z 1492689927 ]]
  589. 2017-04-20 12:05:31.584 | +++ functions-common:time_stop:2500 : date +%s
  590. 2017-04-20 12:05:31.587 | ++ functions-common:time_stop:2500 : end_time=1492689931
  591. 2017-04-20 12:05:31.588 | ++ functions-common:time_stop:2501 : elapsed_time=4
  592. 2017-04-20 12:05:31.590 | ++ functions-common:time_stop:2502 : total=0
  593. 2017-04-20 12:05:31.591 | ++ functions-common:time_stop:2504 : _TIME_START[$name]=
  594. 2017-04-20 12:05:31.593 | ++ functions-common:time_stop:2505 : _TIME_TOTAL[$name]=4
  595. 2017-04-20 12:05:31.595 | ++ functions-common:install_package:1277 : real_install_package apache2 apache2-dev bc bridge-utils bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpq-dev libssl-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python2.7 python3-systemd python-dev python-gdbm python-systemd screen tar tcpdump unzip uuid-runtime wget wget zlib1g-dev lvm2 open-iscsi qemu-utils thin-provisioning-tools lvm2 open-iscsi qemu-utils thin-provisioning-tools dstat libpcre3-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python-mysqldb sqlite3 fping conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python-mysqldb socat sqlite3 sudo vlan cryptsetup genisoimage gir1.2-libosinfo-1.0 netcat-openbsd open-iscsi qemu-utils sg3-utils sysfsutils ipset acl dnsmasq-base ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python-mysqldb sqlite3 sudo vlan conntrack conntrackd keepalived curl liberasurecode-dev make memcached sqlite3 xfsprogs
  596. 2017-04-20 12:05:31.597 | ++ functions-common:real_install_package:1262 : is_ubuntu
  597. 2017-04-20 12:05:31.599 | ++ functions-common:is_ubuntu:466 : [[ -z deb ]]
  598. 2017-04-20 12:05:31.600 | ++ functions-common:is_ubuntu:469 : '[' deb = deb ']'
  599. 2017-04-20 12:05:31.602 | ++ functions-common:real_install_package:1263 : apt_get install apache2 apache2-dev bc bridge-utils bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpq-dev libssl-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python2.7 python3-systemd python-dev python-gdbm python-systemd screen tar tcpdump unzip uuid-runtime wget wget zlib1g-dev lvm2 open-iscsi qemu-utils thin-provisioning-tools lvm2 open-iscsi qemu-utils thin-provisioning-tools dstat libpcre3-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python-mysqldb sqlite3 fping conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python-mysqldb socat sqlite3 sudo vlan cryptsetup genisoimage gir1.2-libosinfo-1.0 netcat-openbsd open-iscsi qemu-utils sg3-utils sysfsutils ipset acl dnsmasq-base ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python-mysqldb sqlite3 sudo vlan conntrack conntrackd keepalived curl liberasurecode-dev make memcached sqlite3 xfsprogs
  600. 2017-04-20 12:05:31.619 | ++ functions-common:apt_get:1076 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bridge-utils bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpq-dev libssl-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python2.7 python3-systemd python-dev python-gdbm python-systemd screen tar tcpdump unzip uuid-runtime wget wget zlib1g-dev lvm2 open-iscsi qemu-utils thin-provisioning-tools lvm2 open-iscsi qemu-utils thin-provisioning-tools dstat libpcre3-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python-mysqldb sqlite3 fping conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python-mysqldb socat sqlite3 sudo vlan cryptsetup genisoimage gir1.2-libosinfo-1.0 netcat-openbsd open-iscsi qemu-utils sg3-utils sysfsutils ipset acl dnsmasq-base ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python-mysqldb sqlite3 sudo vlan conntrack conntrackd keepalived curl liberasurecode-dev make memcached sqlite3 xfsprogs
  601. 2017-04-20 12:05:31.653 | Reading package lists...
  602. 2017-04-20 12:05:31.852 | Building dependency tree...
  603. 2017-04-20 12:05:31.853 | Reading state information...
  604. 2017-04-20 12:05:32.003 | g++ is already the newest version (4:5.3.1-1ubuntu1).
  605. 2017-04-20 12:05:32.003 | g++ set to manually installed.
  606. 2017-04-20 12:05:32.003 | gcc is already the newest version (4:5.3.1-1ubuntu1).
  607. 2017-04-20 12:05:32.003 | gcc set to manually installed.
  608. 2017-04-20 12:05:32.003 | genisoimage is already the newest version (9:1.1.11-3ubuntu1).
  609. 2017-04-20 12:05:32.003 | genisoimage set to manually installed.
  610. 2017-04-20 12:05:32.003 | git is already the newest version (1:2.7.4-0ubuntu1).
  611. 2017-04-20 12:05:32.003 | iptables is already the newest version (1.6.0-2ubuntu3).
  612. 2017-04-20 12:05:32.003 | iptables set to manually installed.
  613. 2017-04-20 12:05:32.003 | iputils-ping is already the newest version (3:20121221-5ubuntu2).
  614. 2017-04-20 12:05:32.003 | lvm2 is already the newest version (2.02.133-1ubuntu10).
  615. 2017-04-20 12:05:32.003 | make is already the newest version (4.1-6).
  616. 2017-04-20 12:05:32.003 | make set to manually installed.
  617. 2017-04-20 12:05:32.003 | parted is already the newest version (3.2-15).
  618. 2017-04-20 12:05:32.003 | python-dev is already the newest version (2.7.11-1).
  619. 2017-04-20 12:05:32.003 | curl is already the newest version (7.47.0-1ubuntu2.2).
  620. 2017-04-20 12:05:32.003 | open-iscsi is already the newest version (2.0.873+git0.3b4b4500-14ubuntu3.3).
  621. 2017-04-20 12:05:32.003 | openssh-server is already the newest version (1:7.2p2-4ubuntu2.1).
  622. 2017-04-20 12:05:32.003 | openssl is already the newest version (1.0.2g-1ubuntu4.6).
  623. 2017-04-20 12:05:32.003 | openssl set to manually installed.
  624. 2017-04-20 12:05:32.003 | python2.7 is already the newest version (2.7.12-1ubuntu0~16.04.1).
  625. 2017-04-20 12:05:32.003 | python2.7 set to manually installed.
  626. 2017-04-20 12:05:32.003 | qemu-utils is already the newest version (1:2.5+dfsg-5ubuntu10.10).
  627. 2017-04-20 12:05:32.003 | qemu-utils set to manually installed.
  628. 2017-04-20 12:05:32.003 | sudo is already the newest version (1.8.16-0ubuntu1.3).
  629. 2017-04-20 12:05:32.003 | tar is already the newest version (1.28-2.1ubuntu0.1).
  630. 2017-04-20 12:05:32.003 | tcpdump is already the newest version (4.9.0-1ubuntu1~ubuntu16.04.1).
  631. 2017-04-20 12:05:32.003 | uuid-runtime is already the newest version (2.27.1-6ubuntu3.2).
  632. 2017-04-20 12:05:32.003 | wget is already the newest version (1.17.1-1ubuntu1.2).
  633. 2017-04-20 12:05:32.003 | The following additional packages will be installed:
  634. 2017-04-20 12:05:32.004 | apache2-bin apache2-data apache2-utils autotools-dev comerr-dev
  635. 2017-04-20 12:05:32.004 | cryptsetup-bin dctrl-tools debhelper dh-strip-nondeterminism
  636. 2017-04-20 12:05:32.004 | gir1.2-freedesktop groff-base icu-devtools intltool-debian krb5-multidev
  637. 2017-04-20 12:05:32.004 | libapr1 libapr1-dev libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-dev
  638. 2017-04-20 12:05:32.004 | libaprutil1-ldap libarchive-zip-perl libcdt5 libcgraph6 libcroco3
  639. 2017-04-20 12:05:32.004 | liberasurecode1 libfile-stripnondeterminism-perl libgd3 libgssrpc4 libgvc6
  640. 2017-04-20 12:05:32.004 | libgvpr2 libice6 libicu-dev libipset3 libjpeg-turbo8-dev libjpeg8-dev
  641. 2017-04-20 12:05:32.004 | libjs-jquery libjs-jquery-metadata libkadm5clnt-mit9 libkadm5srv-mit9
  642. 2017-04-20 12:05:32.004 | libkdb5-8 libltdl7 liblua5.1-0 liblua5.3-0 libmysqlclient20
  643. 2017-04-20 12:05:32.004 | libnetfilter-conntrack3 libnetfilter-cthelper0 libnetfilter-queue1
  644. 2017-04-20 12:05:32.004 | libosinfo-1.0-0 libpathplan4 libpcre16-3 libpcre32-3 libpcrecpp0v5
  645. 2017-04-20 12:05:32.005 | libpipeline1 libplymouth4 libpq5 libsctp-dev libsctp1 libsgutils2-2
  646. 2017-04-20 12:05:32.005 | libsigsegv2 libsm6 libsysfs2 libtimedate-perl libunistring0 libusb-1.0-0
  647. 2017-04-20 12:05:32.005 | libvpx3 libxaw7 libxmu6 libxpm4 libxt6 man-db mysql-common pciutils plymouth
  648. 2017-04-20 12:05:32.005 | po-debconf postgresql-client-common postgresql-common
  649. 2017-04-20 12:05:32.005 | postgresql-server-dev-9.5 powermgmt-base ssl-cert usbutils uuid-dev
  650. 2017-04-20 12:05:32.006 | Suggested packages:
  651. 2017-04-20 12:05:32.006 | www-browser apache2-doc apache2-suexec-pristine | apache2-suexec-custom ufw
  652. 2017-04-20 12:05:32.006 | wamerican | wordlist whois vacation doc-base dosfstools
  653. 2017-04-20 12:05:32.006 | liblocale-gettext-perl debtags dh-make gawk-doc gettext-doc autopoint
  654. 2017-04-20 12:05:32.006 | gsfonts graphviz-doc groff vim-haproxy haproxy-doc krb5-doc uwsgi
  655. 2017-04-20 12:05:32.006 | libgd-tools krb5-user icu-doc postgresql-doc-9.5 lksctp-tools libyaml-doc
  656. 2017-04-20 12:05:32.007 | less libcache-memcached-perl libmemcached libanyevent-perl libyaml-perl
  657. 2017-04-20 12:05:32.007 | libterm-readkey-perl desktop-base plymouth-themes cpufrequtils
  658. 2017-04-20 12:05:32.007 | wireless-tools radeontool libmail-box-perl python-gdbm-dbg mysql-server
  659. 2017-04-20 12:05:32.007 | python-egenix-mxdatetime python-mysqldb-dbg iselect | screenie | byobu
  660. 2017-04-20 12:05:32.007 | ncurses-term sqlite3-doc openssl-blacklist zip xfsdump attr quota
  661. 2017-04-20 12:05:32.007 | Recommended packages:
  662. 2017-04-20 12:05:32.007 | kbd console-setup libasprintf-dev libgettextpo-dev fonts-liberation ipvsadm
  663. 2017-04-20 12:05:32.007 | uwsgi-core javascript-common libssl-doc plymouth-theme-ubuntu-text
  664. 2017-04-20 12:05:32.007 | | plymouth-theme vbetool hdparm ethtool kbd | console-tools
  665. 2017-04-20 12:05:32.007 | libmail-sendmail-perl logrotate
  666. 2017-04-20 12:05:32.008 | The following NEW packages will be installed:
  667. 2017-04-20 12:05:32.008 | acl apache2 apache2-bin apache2-data apache2-dev apache2-utils autotools-dev
  668. 2017-04-20 12:05:32.008 | bc bridge-utils bsdmainutils comerr-dev conntrack conntrackd cryptsetup
  669. 2017-04-20 12:05:32.008 | cryptsetup-bin dctrl-tools debhelper dh-strip-nondeterminism dnsmasq-base
  670. 2017-04-20 12:05:32.008 | dnsmasq-utils dstat ebtables fping gawk gettext gir1.2-freedesktop
  671. 2017-04-20 12:05:32.008 | gir1.2-libosinfo-1.0 graphviz groff-base haproxy icu-devtools
  672. 2017-04-20 12:05:32.008 | intltool-debian ipset iputils-arping keepalived kpartx krb5-multidev
  673. 2017-04-20 12:05:32.008 | libapache2-mod-proxy-uwsgi libapr1 libapr1-dev libaprutil1
  674. 2017-04-20 12:05:32.008 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap libarchive-zip-perl
  675. 2017-04-20 12:05:32.008 | libcdt5 libcgraph6 libcroco3 liberasurecode-dev liberasurecode1 libffi-dev
  676. 2017-04-20 12:05:32.009 | libfile-stripnondeterminism-perl libgd3 libgssrpc4 libgvc6 libgvpr2 libice6
  677. 2017-04-20 12:05:32.009 | libicu-dev libipset3 libjpeg-dev libjpeg-turbo8-dev libjpeg8-dev
  678. 2017-04-20 12:05:32.009 | libjs-jquery libjs-jquery-metadata libjs-jquery-tablesorter
  679. 2017-04-20 12:05:32.009 | libkadm5clnt-mit9 libkadm5srv-mit9 libkdb5-8 libkrb5-dev libldap2-dev
  680. 2017-04-20 12:05:32.009 | libltdl7 liblua5.1-0 liblua5.3-0 libmysqlclient-dev libmysqlclient20
  681. 2017-04-20 12:05:32.009 | libnetfilter-conntrack3 libnetfilter-cthelper0 libnetfilter-queue1
  682. 2017-04-20 12:05:32.009 | libosinfo-1.0-0 libpathplan4 libpcre16-3 libpcre3-dev libpcre32-3
  683. 2017-04-20 12:05:32.009 | libpcrecpp0v5 libpipeline1 libplymouth4 libpq-dev libpq5 libsasl2-dev
  684. 2017-04-20 12:05:32.009 | libsctp-dev libsctp1 libsgutils2-2 libsigsegv2 libsm6 libssl-dev libsysfs2
  685. 2017-04-20 12:05:32.009 | libtimedate-perl libunistring0 libusb-1.0-0 libvpx3 libxaw7 libxml2-dev
  686. 2017-04-20 12:05:32.009 | libxmu6 libxpm4 libxslt1-dev libxt6 libyaml-dev lsof man-db memcached
  687. 2017-04-20 12:05:32.010 | mysql-common netcat-openbsd pciutils pkg-config plymouth pm-utils po-debconf
  688. 2017-04-20 12:05:32.010 | postgresql-client-common postgresql-common postgresql-server-dev-9.5
  689. 2017-04-20 12:05:32.010 | postgresql-server-dev-all powermgmt-base psmisc python-gdbm python-mysqldb
  690. 2017-04-20 12:05:32.010 | python-systemd python3-systemd screen sg3-utils socat sqlite3 ssl-cert
  691. 2017-04-20 12:05:32.010 | sysfsutils thin-provisioning-tools unzip usbutils uuid-dev vlan xfsprogs
  692. 2017-04-20 12:05:32.010 | zlib1g-dev
  693. 2017-04-20 12:05:32.245 | 0 upgraded, 140 newly installed, 0 to remove and 0 not upgraded.
  694. 2017-04-20 12:05:32.245 | Need to get 34.7 MB of archives.
  695. 2017-04-20 12:05:32.245 | After this operation, 162 MB of additional disk space will be used.
  696. 2017-04-20 12:05:32.245 | Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 groff-base amd64 1.22.3-7 [1151 kB]
  697. 2017-04-20 12:05:37.638 | Get:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 bsdmainutils amd64 9.0.6ubuntu3 [174 kB]
  698. 2017-04-20 12:05:38.003 | Get:3 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpipeline1 amd64 1.4.1-2 [24.6 kB]
  699. 2017-04-20 12:05:38.073 | Get:4 http://archive.ubuntu.com/ubuntu xenial/main amd64 man-db amd64 2.7.5-1 [854 kB]
  700. 2017-04-20 12:05:39.743 | Get:5 http://archive.ubuntu.com/ubuntu xenial/main amd64 libapr1 amd64 1.5.2-3 [86.0 kB]
  701. 2017-04-20 12:05:39.887 | Get:6 http://archive.ubuntu.com/ubuntu xenial/main amd64 libaprutil1 amd64 1.5.4-1build1 [77.1 kB]
  702. 2017-04-20 12:05:40.000 | Get:7 http://archive.ubuntu.com/ubuntu xenial/main amd64 libaprutil1-dbd-sqlite3 amd64 1.5.4-1build1 [10.6 kB]
  703. 2017-04-20 12:05:40.029 | Get:8 http://archive.ubuntu.com/ubuntu xenial/main amd64 libaprutil1-ldap amd64 1.5.4-1build1 [8720 B]
  704. 2017-04-20 12:05:40.032 | Get:9 http://archive.ubuntu.com/ubuntu xenial/main amd64 liblua5.1-0 amd64 5.1.5-8ubuntu1 [102 kB]
  705. 2017-04-20 12:05:40.179 | Get:10 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 apache2-bin amd64 2.4.18-2ubuntu3.1 [923 kB]
  706. 2017-04-20 12:05:41.481 | Get:11 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 apache2-utils amd64 2.4.18-2ubuntu3.1 [81.3 kB]
  707. 2017-04-20 12:05:41.557 | Get:12 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 apache2-data all 2.4.18-2ubuntu3.1 [162 kB]
  708. 2017-04-20 12:05:41.770 | Get:13 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 apache2 amd64 2.4.18-2ubuntu3.1 [86.7 kB]
  709. 2017-04-20 12:05:41.904 | Get:14 http://archive.ubuntu.com/ubuntu xenial/main amd64 libsigsegv2 amd64 2.10-4 [14.1 kB]
  710. 2017-04-20 12:05:41.912 | Get:15 http://archive.ubuntu.com/ubuntu xenial/main amd64 gawk amd64 1:4.1.3+dfsg-0.1 [398 kB]
  711. 2017-04-20 12:05:42.354 | Get:16 http://archive.ubuntu.com/ubuntu xenial/main amd64 libice6 amd64 2:1.0.9-1 [39.2 kB]
  712. 2017-04-20 12:05:42.418 | Get:17 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpcrecpp0v5 amd64 2:8.38-3.1 [15.2 kB]
  713. 2017-04-20 12:05:42.420 | Get:18 http://archive.ubuntu.com/ubuntu xenial/main amd64 libsm6 amd64 2:1.2.2-1 [15.8 kB]
  714. 2017-04-20 12:05:42.427 | Get:19 http://archive.ubuntu.com/ubuntu xenial/main amd64 libsysfs2 amd64 2.1.0+repack-4 [19.5 kB]
  715. 2017-04-20 12:05:42.482 | Get:20 http://archive.ubuntu.com/ubuntu xenial/main amd64 libunistring0 amd64 0.9.3-5.2ubuntu1 [279 kB]
  716. 2017-04-20 12:05:42.780 | Get:21 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libnetfilter-cthelper0 amd64 1.0.0-1ubuntu1 [6530 B]
  717. 2017-04-20 12:05:42.781 | Get:22 http://archive.ubuntu.com/ubuntu xenial/main amd64 netcat-openbsd amd64 1.105-7ubuntu1 [39.6 kB]
  718. 2017-04-20 12:05:42.840 | Get:23 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libplymouth4 amd64 0.9.2-3ubuntu13.1 [85.1 kB]
  719. 2017-04-20 12:05:42.924 | Get:24 http://archive.ubuntu.com/ubuntu xenial/main amd64 libusb-1.0-0 amd64 2:1.0.20-1 [42.9 kB]
  720. 2017-04-20 12:05:42.985 | Get:25 http://archive.ubuntu.com/ubuntu xenial/main amd64 lsof amd64 4.89+dfsg-0.1 [248 kB]
  721. 2017-04-20 12:05:43.247 | Get:26 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 pciutils amd64 1:3.3.1-1.1ubuntu1.1 [234 kB]
  722. 2017-04-20 12:05:43.507 | Get:27 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 plymouth amd64 0.9.2-3ubuntu13.1 [107 kB]
  723. 2017-04-20 12:05:43.644 | Get:28 http://archive.ubuntu.com/ubuntu xenial/main amd64 powermgmt-base all 1.31+nmu1 [7178 B]
  724. 2017-04-20 12:05:43.648 | Get:29 http://archive.ubuntu.com/ubuntu xenial/main amd64 psmisc amd64 22.21-2.1build1 [48.0 kB]
  725. 2017-04-20 12:05:43.720 | Get:30 http://archive.ubuntu.com/ubuntu xenial/main amd64 usbutils amd64 1:007-4 [206 kB]
  726. 2017-04-20 12:05:43.945 | Get:31 http://archive.ubuntu.com/ubuntu xenial/main amd64 acl amd64 2.2.52-3 [38.0 kB]
  727. 2017-04-20 12:05:43.965 | Get:32 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 uuid-dev amd64 2.27.1-6ubuntu3.2 [26.5 kB]
  728. 2017-04-20 12:05:44.019 | Get:33 http://archive.ubuntu.com/ubuntu xenial/main amd64 libsctp1 amd64 1.0.16+dfsg-3 [8088 B]
  729. 2017-04-20 12:05:44.020 | Get:34 http://archive.ubuntu.com/ubuntu xenial/main amd64 libsctp-dev amd64 1.0.16+dfsg-3 [62.4 kB]
  730. 2017-04-20 12:05:44.093 | Get:35 http://archive.ubuntu.com/ubuntu xenial/main amd64 libapr1-dev amd64 1.5.2-3 [650 kB]
  731. 2017-04-20 12:05:44.816 | Get:36 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libldap2-dev amd64 2.4.42+dfsg-2ubuntu3.1 [262 kB]
  732. 2017-04-20 12:05:45.106 | Get:37 http://archive.ubuntu.com/ubuntu xenial/main amd64 libaprutil1-dev amd64 1.5.4-1build1 [361 kB]
  733. 2017-04-20 12:05:45.499 | Get:38 http://archive.ubuntu.com/ubuntu xenial/main amd64 libcroco3 amd64 0.6.11-1 [81.6 kB]
  734. 2017-04-20 12:05:45.606 | Get:39 http://archive.ubuntu.com/ubuntu xenial/main amd64 gettext amd64 0.19.7-2ubuntu3 [1076 kB]
  735. 2017-04-20 12:05:46.795 | Get:40 http://archive.ubuntu.com/ubuntu xenial/main amd64 intltool-debian all 0.35.0+20060710.4 [24.9 kB]
  736. 2017-04-20 12:05:46.843 | Get:41 http://archive.ubuntu.com/ubuntu xenial/main amd64 po-debconf all 1.0.19 [234 kB]
  737. 2017-04-20 12:05:47.086 | Get:42 http://archive.ubuntu.com/ubuntu xenial/main amd64 libarchive-zip-perl all 1.56-2 [84.1 kB]
  738. 2017-04-20 12:05:47.185 | Get:43 http://archive.ubuntu.com/ubuntu xenial/main amd64 libfile-stripnondeterminism-perl all 0.015-1 [10.3 kB]
  739. 2017-04-20 12:05:47.217 | Get:44 http://archive.ubuntu.com/ubuntu xenial/main amd64 libtimedate-perl all 2.3000-2 [37.5 kB]
  740. 2017-04-20 12:05:47.235 | Get:45 http://archive.ubuntu.com/ubuntu xenial/main amd64 dh-strip-nondeterminism all 0.015-1 [4864 B]
  741. 2017-04-20 12:05:47.255 | Get:46 http://archive.ubuntu.com/ubuntu xenial/main amd64 autotools-dev all 20150820.1 [39.8 kB]
  742. 2017-04-20 12:05:47.305 | Get:47 http://archive.ubuntu.com/ubuntu xenial/main amd64 debhelper all 9.20160115ubuntu3 [739 kB]
  743. 2017-04-20 12:05:48.124 | Get:48 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 apache2-dev amd64 2.4.18-2ubuntu3.1 [172 kB]
  744. 2017-04-20 12:05:48.315 | Get:49 http://archive.ubuntu.com/ubuntu xenial/main amd64 bc amd64 1.06.95-9build1 [82.6 kB]
  745. 2017-04-20 12:05:48.393 | Get:50 http://archive.ubuntu.com/ubuntu xenial/main amd64 bridge-utils amd64 1.5-9ubuntu1 [28.6 kB]
  746. 2017-04-20 12:05:48.445 | Get:51 http://archive.ubuntu.com/ubuntu xenial/main amd64 libnetfilter-conntrack3 amd64 1.0.5-1 [36.6 kB]
  747. 2017-04-20 12:05:48.465 | Get:52 http://archive.ubuntu.com/ubuntu xenial/main amd64 conntrack amd64 1:1.4.3-3 [27.3 kB]
  748. 2017-04-20 12:05:48.516 | Get:53 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libnetfilter-queue1 amd64 1.0.2-2 [11.4 kB]
  749. 2017-04-20 12:05:48.541 | Get:54 http://archive.ubuntu.com/ubuntu xenial/universe amd64 conntrackd amd64 1:1.4.3-3 [103 kB]
  750. 2017-04-20 12:05:48.630 | Get:55 http://archive.ubuntu.com/ubuntu xenial/main amd64 cryptsetup-bin amd64 2:1.6.6-5ubuntu2 [61.8 kB]
  751. 2017-04-20 12:05:48.701 | Get:56 http://archive.ubuntu.com/ubuntu xenial/main amd64 cryptsetup amd64 2:1.6.6-5ubuntu2 [123 kB]
  752. 2017-04-20 12:05:48.845 | Get:57 http://archive.ubuntu.com/ubuntu xenial/main amd64 dctrl-tools amd64 2.24-2 [59.1 kB]
  753. 2017-04-20 12:05:48.907 | Get:58 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 dnsmasq-base amd64 2.75-1ubuntu0.16.04.2 [295 kB]
  754. 2017-04-20 12:05:49.243 | Get:59 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 dnsmasq-utils amd64 2.75-1ubuntu0.16.04.2 [8746 B]
  755. 2017-04-20 12:05:49.262 | Get:60 http://archive.ubuntu.com/ubuntu xenial/universe amd64 dstat all 0.7.2-4 [41.7 kB]
  756. 2017-04-20 12:05:49.298 | Get:61 http://archive.ubuntu.com/ubuntu xenial/main amd64 ebtables amd64 2.0.10.4-3.4ubuntu1 [79.6 kB]
  757. 2017-04-20 12:05:49.392 | Get:62 http://archive.ubuntu.com/ubuntu xenial/universe amd64 fping amd64 3.13-1 [25.4 kB]
  758. 2017-04-20 12:05:49.411 | Get:63 http://archive.ubuntu.com/ubuntu xenial/main amd64 gir1.2-freedesktop amd64 1.46.0-3ubuntu1 [5742 B]
  759. 2017-04-20 12:05:49.412 | Get:64 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcdt5 amd64 2.38.0-12ubuntu2.1 [23.4 kB]
  760. 2017-04-20 12:05:49.456 | Get:65 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcgraph6 amd64 2.38.0-12ubuntu2.1 [43.6 kB]
  761. 2017-04-20 12:05:49.494 | Get:66 http://archive.ubuntu.com/ubuntu xenial/main amd64 libvpx3 amd64 1.5.0-2ubuntu1 [732 kB]
  762. 2017-04-20 12:05:50.323 | Get:67 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxpm4 amd64 1:3.5.11-1ubuntu0.16.04.1 [33.8 kB]
  763. 2017-04-20 12:05:50.350 | Get:68 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgd3 amd64 2.1.1-4ubuntu0.16.04.6 [126 kB]
  764. 2017-04-20 12:05:50.494 | Get:69 http://archive.ubuntu.com/ubuntu xenial/main amd64 libltdl7 amd64 2.4.6-0.1 [38.3 kB]
  765. 2017-04-20 12:05:50.541 | Get:70 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpathplan4 amd64 2.38.0-12ubuntu2.1 [26.6 kB]
  766. 2017-04-20 12:05:50.567 | Get:71 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgvc6 amd64 2.38.0-12ubuntu2.1 [591 kB]
  767. 2017-04-20 12:05:51.224 | Get:72 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgvpr2 amd64 2.38.0-12ubuntu2.1 [170 kB]
  768. 2017-04-20 12:05:51.416 | Get:73 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxt6 amd64 1:1.1.5-0ubuntu1 [160 kB]
  769. 2017-04-20 12:05:51.589 | Get:74 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxmu6 amd64 2:1.1.2-2 [46.0 kB]
  770. 2017-04-20 12:05:51.657 | Get:75 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB]
  771. 2017-04-20 12:05:51.845 | Get:76 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 graphviz amd64 2.38.0-12ubuntu2.1 [680 kB]
  772. 2017-04-20 12:05:52.623 | Get:77 http://archive.ubuntu.com/ubuntu xenial/main amd64 liblua5.3-0 amd64 5.3.1-1ubuntu2 [116 kB]
  773. 2017-04-20 12:05:52.761 | Get:78 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 haproxy amd64 1.6.3-1ubuntu0.1 [756 kB]
  774. 2017-04-20 12:05:53.570 | Get:79 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 icu-devtools amd64 55.1-7ubuntu0.1 [166 kB]
  775. 2017-04-20 12:05:53.780 | Get:80 http://archive.ubuntu.com/ubuntu xenial/main amd64 iputils-arping amd64 3:20121221-5ubuntu2 [26.6 kB]
  776. 2017-04-20 12:05:53.785 | Get:81 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 keepalived amd64 1:1.2.19-1ubuntu0.2 [150 kB]
  777. 2017-04-20 12:05:53.946 | Get:82 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgssrpc4 amd64 1.13.2+dfsg-5ubuntu2 [54.5 kB]
  778. 2017-04-20 12:05:54.006 | Get:83 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libkdb5-8 amd64 1.13.2+dfsg-5ubuntu2 [37.1 kB]
  779. 2017-04-20 12:05:54.073 | Get:84 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libkadm5srv-mit9 amd64 1.13.2+dfsg-5ubuntu2 [51.3 kB]
  780. 2017-04-20 12:05:54.140 | Get:85 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libkadm5clnt-mit9 amd64 1.13.2+dfsg-5ubuntu2 [36.7 kB]
  781. 2017-04-20 12:05:54.146 | Get:86 http://archive.ubuntu.com/ubuntu xenial/main amd64 comerr-dev amd64 2.1-1.42.13-1ubuntu1 [38.2 kB]
  782. 2017-04-20 12:05:54.215 | Get:87 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 krb5-multidev amd64 1.13.2+dfsg-5ubuntu2 [113 kB]
  783. 2017-04-20 12:05:54.348 | Get:88 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libicu-dev amd64 55.1-7ubuntu0.1 [8561 kB]
  784. 2017-04-20 12:06:03.867 | Get:89 http://archive.ubuntu.com/ubuntu xenial/main amd64 libjpeg-turbo8-dev amd64 1.4.2-0ubuntu3 [254 kB]
  785. 2017-04-20 12:06:04.156 | Get:90 http://archive.ubuntu.com/ubuntu xenial/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1552 B]
  786. 2017-04-20 12:06:04.156 | Get:91 http://archive.ubuntu.com/ubuntu xenial/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1546 B]
  787. 2017-04-20 12:06:04.156 | Get:92 http://archive.ubuntu.com/ubuntu xenial/main amd64 libjs-jquery all 1.11.3+dfsg-4 [161 kB]
  788. 2017-04-20 12:06:04.352 | Get:93 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libjs-jquery-metadata all 10-2ubuntu2 [6856 B]
  789. 2017-04-20 12:06:04.352 | Get:94 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libjs-jquery-tablesorter all 10-2ubuntu2 [42.0 kB]
  790. 2017-04-20 12:06:04.413 | Get:95 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 mysql-common all 5.7.17-0ubuntu0.16.04.2 [15.7 kB]
  791. 2017-04-20 12:06:04.425 | Get:96 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmysqlclient20 amd64 5.7.17-0ubuntu0.16.04.2 [811 kB]
  792. 2017-04-20 12:06:05.309 | Get:97 http://archive.ubuntu.com/ubuntu xenial/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-2ubuntu4 [168 kB]
  793. 2017-04-20 12:06:05.510 | Get:98 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmysqlclient-dev amd64 5.7.17-0ubuntu0.16.04.2 [1160 kB]
  794. 2017-04-20 12:06:06.798 | Get:99 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpcre16-3 amd64 2:8.38-3.1 [144 kB]
  795. 2017-04-20 12:06:06.964 | Get:100 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpcre32-3 amd64 2:8.38-3.1 [136 kB]
  796. 2017-04-20 12:06:07.109 | Get:101 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpcre3-dev amd64 2:8.38-3.1 [525 kB]
  797. 2017-04-20 12:06:07.685 | Get:102 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpq5 amd64 9.5.6-0ubuntu0.16.04 [78.2 kB]
  798. 2017-04-20 12:06:07.764 | Get:103 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libssl-dev amd64 1.0.2g-1ubuntu4.6 [1344 kB]
  799. 2017-04-20 12:06:09.277 | Get:104 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpq-dev amd64 9.5.6-0ubuntu0.16.04 [154 kB]
  800. 2017-04-20 12:06:09.426 | Get:105 http://archive.ubuntu.com/ubuntu xenial/main amd64 libsasl2-dev amd64 2.1.26.dfsg1-14build1 [254 kB]
  801. 2017-04-20 12:06:09.717 | Get:106 http://archive.ubuntu.com/ubuntu xenial/main amd64 libsgutils2-2 amd64 1.40-0ubuntu1 [56.0 kB]
  802. 2017-04-20 12:06:09.786 | Get:107 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxml2-dev amd64 2.9.3+dfsg1-1ubuntu0.2 [744 kB]
  803. 2017-04-20 12:06:10.625 | Get:108 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxslt1-dev amd64 1.1.28-2.1 [406 kB]
  804. 2017-04-20 12:06:11.515 | Get:109 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 memcached amd64 1.4.25-2ubuntu1.2 [89.0 kB]
  805. 2017-04-20 12:06:11.728 | Get:110 http://archive.ubuntu.com/ubuntu xenial/main amd64 pkg-config amd64 0.29.1-0ubuntu1 [45.0 kB]
  806. 2017-04-20 12:06:11.801 | Get:111 http://archive.ubuntu.com/ubuntu xenial/main amd64 pm-utils all 1.4.1-16 [48.6 kB]
  807. 2017-04-20 12:06:11.875 | Get:112 http://archive.ubuntu.com/ubuntu xenial/main amd64 postgresql-client-common all 173 [28.3 kB]
  808. 2017-04-20 12:06:11.945 | Get:113 http://archive.ubuntu.com/ubuntu xenial/main amd64 ssl-cert all 1.0.37 [16.9 kB]
  809. 2017-04-20 12:06:11.948 | Get:114 http://archive.ubuntu.com/ubuntu xenial/main amd64 postgresql-common all 173 [153 kB]
  810. 2017-04-20 12:06:12.236 | Get:115 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 postgresql-server-dev-9.5 amd64 9.5.6-0ubuntu0.16.04 [718 kB]
  811. 2017-04-20 12:06:13.416 | Get:116 http://archive.ubuntu.com/ubuntu xenial/universe amd64 postgresql-server-dev-all all 173 [9596 B]
  812. 2017-04-20 12:06:13.417 | Get:117 http://archive.ubuntu.com/ubuntu xenial/main amd64 python-gdbm amd64 2.7.11-2 [11.8 kB]
  813. 2017-04-20 12:06:13.419 | Get:118 http://archive.ubuntu.com/ubuntu xenial/main amd64 python-mysqldb amd64 1.3.7-1build2 [42.4 kB]
  814. 2017-04-20 12:06:13.493 | Get:119 http://archive.ubuntu.com/ubuntu xenial/universe amd64 python-systemd amd64 231-2build1 [30.5 kB]
  815. 2017-04-20 12:06:13.559 | Get:120 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3-systemd amd64 231-2build1 [31.3 kB]
  816. 2017-04-20 12:06:13.569 | Get:121 http://archive.ubuntu.com/ubuntu xenial/main amd64 screen amd64 4.3.1-2build1 [560 kB]
  817. 2017-04-20 12:06:14.359 | Get:122 http://archive.ubuntu.com/ubuntu xenial/main amd64 sg3-utils amd64 1.40-0ubuntu1 [632 kB]
  818. 2017-04-20 12:06:15.084 | Get:123 http://archive.ubuntu.com/ubuntu xenial/main amd64 sqlite3 amd64 3.11.0-1ubuntu1 [515 kB]
  819. 2017-04-20 12:06:15.670 | Get:124 http://archive.ubuntu.com/ubuntu xenial/universe amd64 thin-provisioning-tools amd64 0.5.6-1ubuntu1 [319 kB]
  820. 2017-04-20 12:06:16.030 | Get:125 http://archive.ubuntu.com/ubuntu xenial/main amd64 unzip amd64 6.0-20ubuntu1 [158 kB]
  821. 2017-04-20 12:06:16.238 | Get:126 http://archive.ubuntu.com/ubuntu xenial/main amd64 xfsprogs amd64 4.3.0+nmu1ubuntu1 [596 kB]
  822. 2017-04-20 12:06:16.894 | Get:127 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libosinfo-1.0-0 amd64 0.2.12-2ubuntu3 [101 kB]
  823. 2017-04-20 12:06:16.978 | Get:128 http://archive.ubuntu.com/ubuntu xenial/universe amd64 gir1.2-libosinfo-1.0 amd64 0.2.12-2ubuntu3 [14.3 kB]
  824. 2017-04-20 12:06:17.015 | Get:129 http://archive.ubuntu.com/ubuntu xenial/main amd64 libipset3 amd64 6.29-1 [43.6 kB]
  825. 2017-04-20 12:06:17.049 | Get:130 http://archive.ubuntu.com/ubuntu xenial/main amd64 ipset amd64 6.29-1 [33.3 kB]
  826. 2017-04-20 12:06:17.107 | Get:131 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 kpartx amd64 0.5.0+git1.656f8865-5ubuntu2.4 [24.8 kB]
  827. 2017-04-20 12:06:17.111 | Get:132 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libapache2-mod-proxy-uwsgi amd64 2.0.12-5ubuntu3 [10.5 kB]
  828. 2017-04-20 12:06:17.121 | Get:133 http://archive.ubuntu.com/ubuntu xenial/main amd64 liberasurecode1 amd64 1.1.0-3 [35.6 kB]
  829. 2017-04-20 12:06:17.271 | Get:134 http://archive.ubuntu.com/ubuntu xenial/main amd64 liberasurecode-dev amd64 1.1.0-3 [14.3 kB]
  830. 2017-04-20 12:06:17.272 | Get:135 http://archive.ubuntu.com/ubuntu xenial/main amd64 libffi-dev amd64 3.2.1-4 [161 kB]
  831. 2017-04-20 12:06:17.390 | Get:136 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libkrb5-dev amd64 1.13.2+dfsg-5ubuntu2 [11.6 kB]
  832. 2017-04-20 12:06:17.419 | Get:137 http://archive.ubuntu.com/ubuntu xenial/main amd64 libyaml-dev amd64 0.1.6-3 [55.2 kB]
  833. 2017-04-20 12:06:17.489 | Get:138 http://archive.ubuntu.com/ubuntu xenial/universe amd64 socat amd64 1.7.3.1-1 [321 kB]
  834. 2017-04-20 12:06:17.829 | Get:139 http://archive.ubuntu.com/ubuntu xenial/universe amd64 sysfsutils amd64 2.1.0+repack-4 [13.0 kB]
  835. 2017-04-20 12:06:17.852 | Get:140 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 vlan amd64 1.9-3.2ubuntu1.16.04.1 [30.7 kB]
  836. 2017-04-20 12:06:18.187 | debconf: delaying package configuration, since apt-utils is not installed
  837. 2017-04-20 12:06:18.226 | Fetched 34.7 MB in 45s (759 kB/s)
  838. 2017-04-20 12:06:18.262 | Selecting previously unselected package groff-base.
  839. 2017-04-20 12:06:18.464 | (Reading database ...
  840. (Reading database ... 5%
  841. (Reading database ... 10%
  842. (Reading database ... 15%
  843. (Reading database ... 20%
  844. (Reading database ... 25%
  845. (Reading database ... 30%
  846. (Reading database ... 35%
  847. (Reading database ... 40%
  848. (Reading database ... 45%
  849. (Reading database ... 50%
  850. (Reading database ... 55%
  851. (Reading database ... 60%
  852. (Reading database ... 65%
  853. (Reading database ... 70%
  854. (Reading database ... 75%
  855. (Reading database ... 80%
  856. (Reading database ... 85%
  857. (Reading database ... 90%
  858. (Reading database ... 95%
  859. (Reading database ... 100%
  860. (Reading database ... 59994 files and directories currently installed.)
  861. 2017-04-20 12:06:18.468 | Preparing to unpack .../groff-base_1.22.3-7_amd64.deb ...
  862. 2017-04-20 12:06:18.475 | Unpacking groff-base (1.22.3-7) ...
  863. 2017-04-20 12:06:18.924 | Selecting previously unselected package bsdmainutils.
  864. 2017-04-20 12:06:18.931 | Preparing to unpack .../bsdmainutils_9.0.6ubuntu3_amd64.deb ...
  865. 2017-04-20 12:06:18.936 | Unpacking bsdmainutils (9.0.6ubuntu3) ...
  866. 2017-04-20 12:06:19.084 | Selecting previously unselected package libpipeline1:amd64.
  867. 2017-04-20 12:06:19.090 | Preparing to unpack .../libpipeline1_1.4.1-2_amd64.deb ...
  868. 2017-04-20 12:06:19.098 | Unpacking libpipeline1:amd64 (1.4.1-2) ...
  869. 2017-04-20 12:06:19.161 | Selecting previously unselected package man-db.
  870. 2017-04-20 12:06:19.167 | Preparing to unpack .../man-db_2.7.5-1_amd64.deb ...
  871. 2017-04-20 12:06:19.178 | Unpacking man-db (2.7.5-1) ...
  872. 2017-04-20 12:06:19.563 | Selecting previously unselected package libapr1:amd64.
  873. 2017-04-20 12:06:19.569 | Preparing to unpack .../libapr1_1.5.2-3_amd64.deb ...
  874. 2017-04-20 12:06:19.575 | Unpacking libapr1:amd64 (1.5.2-3) ...
  875. 2017-04-20 12:06:19.649 | Selecting previously unselected package libaprutil1:amd64.
  876. 2017-04-20 12:06:19.655 | Preparing to unpack .../libaprutil1_1.5.4-1build1_amd64.deb ...
  877. 2017-04-20 12:06:19.660 | Unpacking libaprutil1:amd64 (1.5.4-1build1) ...
  878. 2017-04-20 12:06:19.726 | Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64.
  879. 2017-04-20 12:06:19.731 | Preparing to unpack .../libaprutil1-dbd-sqlite3_1.5.4-1build1_amd64.deb ...
  880. 2017-04-20 12:06:19.736 | Unpacking libaprutil1-dbd-sqlite3:amd64 (1.5.4-1build1) ...
  881. 2017-04-20 12:06:19.779 | Selecting previously unselected package libaprutil1-ldap:amd64.
  882. 2017-04-20 12:06:19.783 | Preparing to unpack .../libaprutil1-ldap_1.5.4-1build1_amd64.deb ...
  883. 2017-04-20 12:06:19.788 | Unpacking libaprutil1-ldap:amd64 (1.5.4-1build1) ...
  884. 2017-04-20 12:06:19.833 | Selecting previously unselected package liblua5.1-0:amd64.
  885. 2017-04-20 12:06:19.838 | Preparing to unpack .../liblua5.1-0_5.1.5-8ubuntu1_amd64.deb ...
  886. 2017-04-20 12:06:19.843 | Unpacking liblua5.1-0:amd64 (5.1.5-8ubuntu1) ...
  887. 2017-04-20 12:06:19.908 | Selecting previously unselected package apache2-bin.
  888. 2017-04-20 12:06:19.912 | Preparing to unpack .../apache2-bin_2.4.18-2ubuntu3.1_amd64.deb ...
  889. 2017-04-20 12:06:19.917 | Unpacking apache2-bin (2.4.18-2ubuntu3.1) ...
  890. 2017-04-20 12:06:20.560 | Selecting previously unselected package apache2-utils.
  891. 2017-04-20 12:06:20.568 | Preparing to unpack .../apache2-utils_2.4.18-2ubuntu3.1_amd64.deb ...
  892. 2017-04-20 12:06:20.575 | Unpacking apache2-utils (2.4.18-2ubuntu3.1) ...
  893. 2017-04-20 12:06:20.659 | Selecting previously unselected package apache2-data.
  894. 2017-04-20 12:06:20.668 | Preparing to unpack .../apache2-data_2.4.18-2ubuntu3.1_all.deb ...
  895. 2017-04-20 12:06:20.674 | Unpacking apache2-data (2.4.18-2ubuntu3.1) ...
  896. 2017-04-20 12:06:21.020 | Selecting previously unselected package apache2.
  897. 2017-04-20 12:06:21.028 | Preparing to unpack .../apache2_2.4.18-2ubuntu3.1_amd64.deb ...
  898. 2017-04-20 12:06:21.049 | Unpacking apache2 (2.4.18-2ubuntu3.1) ...
  899. 2017-04-20 12:06:21.409 | Selecting previously unselected package libsigsegv2:amd64.
  900. 2017-04-20 12:06:21.417 | Preparing to unpack .../libsigsegv2_2.10-4_amd64.deb ...
  901. 2017-04-20 12:06:21.425 | Unpacking libsigsegv2:amd64 (2.10-4) ...
  902. 2017-04-20 12:06:21.475 | Processing triggers for mime-support (3.59ubuntu1) ...
  903. 2017-04-20 12:06:21.512 | Processing triggers for libc-bin (2.23-0ubuntu7) ...
  904. 2017-04-20 12:06:21.543 | Processing triggers for systemd (229-4ubuntu16) ...
  905. 2017-04-20 12:06:21.747 | Setting up libsigsegv2:amd64 (2.10-4) ...
  906. 2017-04-20 12:06:21.779 | Processing triggers for libc-bin (2.23-0ubuntu7) ...
  907. 2017-04-20 12:06:21.871 | Selecting previously unselected package gawk.
  908. 2017-04-20 12:06:21.910 | (Reading database ...
  909. (Reading database ... 5%
  910. (Reading database ... 10%
  911. (Reading database ... 15%
  912. (Reading database ... 20%
  913. (Reading database ... 25%
  914. (Reading database ... 30%
  915. (Reading database ... 35%
  916. (Reading database ... 40%
  917. (Reading database ... 45%
  918. (Reading database ... 50%
  919. (Reading database ... 55%
  920. (Reading database ... 60%
  921. (Reading database ... 65%
  922. (Reading database ... 70%
  923. (Reading database ... 75%
  924. (Reading database ... 80%
  925. (Reading database ... 85%
  926. (Reading database ... 90%
  927. (Reading database ... 95%
  928. (Reading database ... 100%
  929. (Reading database ... 61170 files and directories currently installed.)
  930. 2017-04-20 12:06:21.912 | Preparing to unpack .../gawk_1%3a4.1.3+dfsg-0.1_amd64.deb ...
  931. 2017-04-20 12:06:21.920 | Unpacking gawk (1:4.1.3+dfsg-0.1) ...
  932. 2017-04-20 12:06:22.141 | Selecting previously unselected package libice6:amd64.
  933. 2017-04-20 12:06:22.147 | Preparing to unpack .../libice6_2%3a1.0.9-1_amd64.deb ...
  934. 2017-04-20 12:06:22.153 | Unpacking libice6:amd64 (2:1.0.9-1) ...
  935. 2017-04-20 12:06:22.215 | Selecting previously unselected package libpcrecpp0v5:amd64.
  936. 2017-04-20 12:06:22.220 | Preparing to unpack .../libpcrecpp0v5_2%3a8.38-3.1_amd64.deb ...
  937. 2017-04-20 12:06:22.228 | Unpacking libpcrecpp0v5:amd64 (2:8.38-3.1) ...
  938. 2017-04-20 12:06:22.287 | Selecting previously unselected package libsm6:amd64.
  939. 2017-04-20 12:06:22.293 | Preparing to unpack .../libsm6_2%3a1.2.2-1_amd64.deb ...
  940. 2017-04-20 12:06:22.298 | Unpacking libsm6:amd64 (2:1.2.2-1) ...
  941. 2017-04-20 12:06:22.430 | Selecting previously unselected package libsysfs2:amd64.
  942. 2017-04-20 12:06:22.438 | Preparing to unpack .../libsysfs2_2.1.0+repack-4_amd64.deb ...
  943. 2017-04-20 12:06:22.443 | Unpacking libsysfs2:amd64 (2.1.0+repack-4) ...
  944. 2017-04-20 12:06:22.503 | Selecting previously unselected package libunistring0:amd64.
  945. 2017-04-20 12:06:22.508 | Preparing to unpack .../libunistring0_0.9.3-5.2ubuntu1_amd64.deb ...
  946. 2017-04-20 12:06:22.513 | Unpacking libunistring0:amd64 (0.9.3-5.2ubuntu1) ...
  947. 2017-04-20 12:06:22.698 | Selecting previously unselected package libnetfilter-cthelper0:amd64.
  948. 2017-04-20 12:06:22.703 | Preparing to unpack .../libnetfilter-cthelper0_1.0.0-1ubuntu1_amd64.deb ...
  949. 2017-04-20 12:06:22.708 | Unpacking libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu1) ...
  950. 2017-04-20 12:06:22.753 | Selecting previously unselected package netcat-openbsd.
  951. 2017-04-20 12:06:22.759 | Preparing to unpack .../netcat-openbsd_1.105-7ubuntu1_amd64.deb ...
  952. 2017-04-20 12:06:22.762 | Unpacking netcat-openbsd (1.105-7ubuntu1) ...
  953. 2017-04-20 12:06:22.830 | Selecting previously unselected package libplymouth4:amd64.
  954. 2017-04-20 12:06:22.836 | Preparing to unpack .../libplymouth4_0.9.2-3ubuntu13.1_amd64.deb ...
  955. 2017-04-20 12:06:22.842 | Unpacking libplymouth4:amd64 (0.9.2-3ubuntu13.1) ...
  956. 2017-04-20 12:06:22.903 | Selecting previously unselected package libusb-1.0-0:amd64.
  957. 2017-04-20 12:06:22.908 | Preparing to unpack .../libusb-1.0-0_2%3a1.0.20-1_amd64.deb ...
  958. 2017-04-20 12:06:22.913 | Unpacking libusb-1.0-0:amd64 (2:1.0.20-1) ...
  959. 2017-04-20 12:06:22.957 | Selecting previously unselected package lsof.
  960. 2017-04-20 12:06:22.962 | Preparing to unpack .../lsof_4.89+dfsg-0.1_amd64.deb ...
  961. 2017-04-20 12:06:22.969 | Unpacking lsof (4.89+dfsg-0.1) ...
  962. 2017-04-20 12:06:23.115 | Selecting previously unselected package pciutils.
  963. 2017-04-20 12:06:23.121 | Preparing to unpack .../pciutils_1%3a3.3.1-1.1ubuntu1.1_amd64.deb ...
  964. 2017-04-20 12:06:23.130 | Unpacking pciutils (1:3.3.1-1.1ubuntu1.1) ...
  965. 2017-04-20 12:06:23.294 | Selecting previously unselected package plymouth.
  966. 2017-04-20 12:06:23.300 | Preparing to unpack .../plymouth_0.9.2-3ubuntu13.1_amd64.deb ...
  967. 2017-04-20 12:06:23.305 | Unpacking plymouth (0.9.2-3ubuntu13.1) ...
  968. 2017-04-20 12:06:23.421 | Selecting previously unselected package powermgmt-base.
  969. 2017-04-20 12:06:23.426 | Preparing to unpack .../powermgmt-base_1.31+nmu1_all.deb ...
  970. 2017-04-20 12:06:23.432 | Unpacking powermgmt-base (1.31+nmu1) ...
  971. 2017-04-20 12:06:23.483 | Selecting previously unselected package psmisc.
  972. 2017-04-20 12:06:23.490 | Preparing to unpack .../psmisc_22.21-2.1build1_amd64.deb ...
  973. 2017-04-20 12:06:23.494 | Unpacking psmisc (22.21-2.1build1) ...
  974. 2017-04-20 12:06:23.563 | Selecting previously unselected package usbutils.
  975. 2017-04-20 12:06:23.568 | Preparing to unpack .../usbutils_1%3a007-4_amd64.deb ...
  976. 2017-04-20 12:06:23.573 | Unpacking usbutils (1:007-4) ...
  977. 2017-04-20 12:06:23.728 | Selecting previously unselected package acl.
  978. 2017-04-20 12:06:23.734 | Preparing to unpack .../acl_2.2.52-3_amd64.deb ...
  979. 2017-04-20 12:06:23.738 | Unpacking acl (2.2.52-3) ...
  980. 2017-04-20 12:06:23.791 | Selecting previously unselected package uuid-dev:amd64.
  981. 2017-04-20 12:06:23.795 | Preparing to unpack .../uuid-dev_2.27.1-6ubuntu3.2_amd64.deb ...
  982. 2017-04-20 12:06:23.800 | Unpacking uuid-dev:amd64 (2.27.1-6ubuntu3.2) ...
  983. 2017-04-20 12:06:23.861 | Selecting previously unselected package libsctp1:amd64.
  984. 2017-04-20 12:06:23.866 | Preparing to unpack .../libsctp1_1.0.16+dfsg-3_amd64.deb ...
  985. 2017-04-20 12:06:23.870 | Unpacking libsctp1:amd64 (1.0.16+dfsg-3) ...
  986. 2017-04-20 12:06:23.908 | Selecting previously unselected package libsctp-dev.
  987. 2017-04-20 12:06:23.913 | Preparing to unpack .../libsctp-dev_1.0.16+dfsg-3_amd64.deb ...
  988. 2017-04-20 12:06:23.920 | Unpacking libsctp-dev (1.0.16+dfsg-3) ...
  989. 2017-04-20 12:06:23.985 | Selecting previously unselected package libapr1-dev.
  990. 2017-04-20 12:06:23.991 | Preparing to unpack .../libapr1-dev_1.5.2-3_amd64.deb ...
  991. 2017-04-20 12:06:23.995 | Unpacking libapr1-dev (1.5.2-3) ...
  992. 2017-04-20 12:06:25.294 | Selecting previously unselected package libldap2-dev:amd64.
  993. 2017-04-20 12:06:25.300 | Preparing to unpack .../libldap2-dev_2.4.42+dfsg-2ubuntu3.1_amd64.deb ...
  994. 2017-04-20 12:06:25.305 | Unpacking libldap2-dev:amd64 (2.4.42+dfsg-2ubuntu3.1) ...
  995. 2017-04-20 12:06:25.571 | Selecting previously unselected package libaprutil1-dev.
  996. 2017-04-20 12:06:25.577 | Preparing to unpack .../libaprutil1-dev_1.5.4-1build1_amd64.deb ...
  997. 2017-04-20 12:06:25.583 | Unpacking libaprutil1-dev (1.5.4-1build1) ...
  998. 2017-04-20 12:06:26.540 | Selecting previously unselected package libcroco3:amd64.
  999. 2017-04-20 12:06:26.547 | Preparing to unpack .../libcroco3_0.6.11-1_amd64.deb ...
  1000. 2017-04-20 12:06:26.553 | Unpacking libcroco3:amd64 (0.6.11-1) ...
  1001. 2017-04-20 12:06:26.616 | Selecting previously unselected package gettext.
  1002. 2017-04-20 12:06:26.621 | Preparing to unpack .../gettext_0.19.7-2ubuntu3_amd64.deb ...
  1003. 2017-04-20 12:06:26.626 | Unpacking gettext (0.19.7-2ubuntu3) ...
  1004. 2017-04-20 12:06:27.068 | Selecting previously unselected package intltool-debian.
  1005. 2017-04-20 12:06:27.074 | Preparing to unpack .../intltool-debian_0.35.0+20060710.4_all.deb ...
  1006. 2017-04-20 12:06:27.080 | Unpacking intltool-debian (0.35.0+20060710.4) ...
  1007. 2017-04-20 12:06:27.136 | Selecting previously unselected package po-debconf.
  1008. 2017-04-20 12:06:27.151 | Preparing to unpack .../po-debconf_1.0.19_all.deb ...
  1009. 2017-04-20 12:06:27.162 | Unpacking po-debconf (1.0.19) ...
  1010. 2017-04-20 12:06:27.278 | Selecting previously unselected package libarchive-zip-perl.
  1011. 2017-04-20 12:06:27.284 | Preparing to unpack .../libarchive-zip-perl_1.56-2_all.deb ...
  1012. 2017-04-20 12:06:27.290 | Unpacking libarchive-zip-perl (1.56-2) ...
  1013. 2017-04-20 12:06:27.416 | Selecting previously unselected package libfile-stripnondeterminism-perl.
  1014. 2017-04-20 12:06:27.427 | Preparing to unpack .../libfile-stripnondeterminism-perl_0.015-1_all.deb ...
  1015. 2017-04-20 12:06:27.431 | Unpacking libfile-stripnondeterminism-perl (0.015-1) ...
  1016. 2017-04-20 12:06:27.495 | Selecting previously unselected package libtimedate-perl.
  1017. 2017-04-20 12:06:27.501 | Preparing to unpack .../libtimedate-perl_2.3000-2_all.deb ...
  1018. 2017-04-20 12:06:27.505 | Unpacking libtimedate-perl (2.3000-2) ...
  1019. 2017-04-20 12:06:27.594 | Selecting previously unselected package dh-strip-nondeterminism.
  1020. 2017-04-20 12:06:27.600 | Preparing to unpack .../dh-strip-nondeterminism_0.015-1_all.deb ...
  1021. 2017-04-20 12:06:27.606 | Unpacking dh-strip-nondeterminism (0.015-1) ...
  1022. 2017-04-20 12:06:27.653 | Selecting previously unselected package autotools-dev.
  1023. 2017-04-20 12:06:27.659 | Preparing to unpack .../autotools-dev_20150820.1_all.deb ...
  1024. 2017-04-20 12:06:27.665 | Unpacking autotools-dev (20150820.1) ...
  1025. 2017-04-20 12:06:27.729 | Selecting previously unselected package debhelper.
  1026. 2017-04-20 12:06:27.740 | Preparing to unpack .../debhelper_9.20160115ubuntu3_all.deb ...
  1027. 2017-04-20 12:06:27.753 | Unpacking debhelper (9.20160115ubuntu3) ...
  1028. 2017-04-20 12:06:28.428 | Selecting previously unselected package apache2-dev.
  1029. 2017-04-20 12:06:28.434 | Preparing to unpack .../apache2-dev_2.4.18-2ubuntu3.1_amd64.deb ...
  1030. 2017-04-20 12:06:28.438 | Unpacking apache2-dev (2.4.18-2ubuntu3.1) ...
  1031. 2017-04-20 12:06:28.569 | Selecting previously unselected package bc.
  1032. 2017-04-20 12:06:28.587 | Preparing to unpack .../bc_1.06.95-9build1_amd64.deb ...
  1033. 2017-04-20 12:06:28.599 | Unpacking bc (1.06.95-9build1) ...
  1034. 2017-04-20 12:06:28.696 | Selecting previously unselected package bridge-utils.
  1035. 2017-04-20 12:06:28.712 | Preparing to unpack .../bridge-utils_1.5-9ubuntu1_amd64.deb ...
  1036. 2017-04-20 12:06:28.724 | Unpacking bridge-utils (1.5-9ubuntu1) ...
  1037. 2017-04-20 12:06:28.814 | Selecting previously unselected package libnetfilter-conntrack3:amd64.
  1038. 2017-04-20 12:06:28.821 | Preparing to unpack .../libnetfilter-conntrack3_1.0.5-1_amd64.deb ...
  1039. 2017-04-20 12:06:28.833 | Unpacking libnetfilter-conntrack3:amd64 (1.0.5-1) ...
  1040. 2017-04-20 12:06:28.877 | Selecting previously unselected package conntrack.
  1041. 2017-04-20 12:06:28.883 | Preparing to unpack .../conntrack_1%3a1.4.3-3_amd64.deb ...
  1042. 2017-04-20 12:06:28.894 | Unpacking conntrack (1:1.4.3-3) ...
  1043. 2017-04-20 12:06:29.023 | Selecting previously unselected package libnetfilter-queue1.
  1044. 2017-04-20 12:06:29.030 | Preparing to unpack .../libnetfilter-queue1_1.0.2-2_amd64.deb ...
  1045. 2017-04-20 12:06:29.035 | Unpacking libnetfilter-queue1 (1.0.2-2) ...
  1046. 2017-04-20 12:06:29.088 | Selecting previously unselected package conntrackd.
  1047. 2017-04-20 12:06:29.094 | Preparing to unpack .../conntrackd_1%3a1.4.3-3_amd64.deb ...
  1048. 2017-04-20 12:06:29.102 | Unpacking conntrackd (1:1.4.3-3) ...
  1049. 2017-04-20 12:06:29.174 | Selecting previously unselected package cryptsetup-bin.
  1050. 2017-04-20 12:06:29.180 | Preparing to unpack .../cryptsetup-bin_2%3a1.6.6-5ubuntu2_amd64.deb ...
  1051. 2017-04-20 12:06:29.186 | Unpacking cryptsetup-bin (2:1.6.6-5ubuntu2) ...
  1052. 2017-04-20 12:06:29.265 | Selecting previously unselected package cryptsetup.
  1053. 2017-04-20 12:06:29.274 | Preparing to unpack .../cryptsetup_2%3a1.6.6-5ubuntu2_amd64.deb ...
  1054. 2017-04-20 12:06:29.312 | Unpacking cryptsetup (2:1.6.6-5ubuntu2) ...
  1055. 2017-04-20 12:06:29.427 | Selecting previously unselected package dctrl-tools.
  1056. 2017-04-20 12:06:29.433 | Preparing to unpack .../dctrl-tools_2.24-2_amd64.deb ...
  1057. 2017-04-20 12:06:29.448 | Unpacking dctrl-tools (2.24-2) ...
  1058. 2017-04-20 12:06:29.522 | Selecting previously unselected package dnsmasq-base.
  1059. 2017-04-20 12:06:29.529 | Preparing to unpack .../dnsmasq-base_2.75-1ubuntu0.16.04.2_amd64.deb ...
  1060. 2017-04-20 12:06:29.535 | Unpacking dnsmasq-base (2.75-1ubuntu0.16.04.2) ...
  1061. 2017-04-20 12:06:29.621 | Selecting previously unselected package dnsmasq-utils.
  1062. 2017-04-20 12:06:29.627 | Preparing to unpack .../dnsmasq-utils_2.75-1ubuntu0.16.04.2_amd64.deb ...
  1063. 2017-04-20 12:06:29.633 | Unpacking dnsmasq-utils (2.75-1ubuntu0.16.04.2) ...
  1064. 2017-04-20 12:06:29.679 | Selecting previously unselected package dstat.
  1065. 2017-04-20 12:06:29.684 | Preparing to unpack .../archives/dstat_0.7.2-4_all.deb ...
  1066. 2017-04-20 12:06:29.691 | Unpacking dstat (0.7.2-4) ...
  1067. 2017-04-20 12:06:29.807 | Selecting previously unselected package ebtables.
  1068. 2017-04-20 12:06:29.814 | Preparing to unpack .../ebtables_2.0.10.4-3.4ubuntu1_amd64.deb ...
  1069. 2017-04-20 12:06:29.818 | Unpacking ebtables (2.0.10.4-3.4ubuntu1) ...
  1070. 2017-04-20 12:06:29.949 | Selecting previously unselected package fping.
  1071. 2017-04-20 12:06:29.956 | Preparing to unpack .../fping_3.13-1_amd64.deb ...
  1072. 2017-04-20 12:06:29.963 | Unpacking fping (3.13-1) ...
  1073. 2017-04-20 12:06:30.022 | Selecting previously unselected package gir1.2-freedesktop:amd64.
  1074. 2017-04-20 12:06:30.028 | Preparing to unpack .../gir1.2-freedesktop_1.46.0-3ubuntu1_amd64.deb ...
  1075. 2017-04-20 12:06:30.032 | Unpacking gir1.2-freedesktop:amd64 (1.46.0-3ubuntu1) ...
  1076. 2017-04-20 12:06:30.132 | Selecting previously unselected package libcdt5.
  1077. 2017-04-20 12:06:30.139 | Preparing to unpack .../libcdt5_2.38.0-12ubuntu2.1_amd64.deb ...
  1078. 2017-04-20 12:06:30.145 | Unpacking libcdt5 (2.38.0-12ubuntu2.1) ...
  1079. 2017-04-20 12:06:30.189 | Selecting previously unselected package libcgraph6.
  1080. 2017-04-20 12:06:30.196 | Preparing to unpack .../libcgraph6_2.38.0-12ubuntu2.1_amd64.deb ...
  1081. 2017-04-20 12:06:30.203 | Unpacking libcgraph6 (2.38.0-12ubuntu2.1) ...
  1082. 2017-04-20 12:06:30.264 | Selecting previously unselected package libvpx3:amd64.
  1083. 2017-04-20 12:06:30.271 | Preparing to unpack .../libvpx3_1.5.0-2ubuntu1_amd64.deb ...
  1084. 2017-04-20 12:06:30.274 | Unpacking libvpx3:amd64 (1.5.0-2ubuntu1) ...
  1085. 2017-04-20 12:06:30.574 | Selecting previously unselected package libxpm4:amd64.
  1086. 2017-04-20 12:06:30.580 | Preparing to unpack .../libxpm4_1%3a3.5.11-1ubuntu0.16.04.1_amd64.deb ...
  1087. 2017-04-20 12:06:30.587 | Unpacking libxpm4:amd64 (1:3.5.11-1ubuntu0.16.04.1) ...
  1088. 2017-04-20 12:06:30.639 | Selecting previously unselected package libgd3:amd64.
  1089. 2017-04-20 12:06:30.646 | Preparing to unpack .../libgd3_2.1.1-4ubuntu0.16.04.6_amd64.deb ...
  1090. 2017-04-20 12:06:30.652 | Unpacking libgd3:amd64 (2.1.1-4ubuntu0.16.04.6) ...
  1091. 2017-04-20 12:06:30.771 | Selecting previously unselected package libltdl7:amd64.
  1092. 2017-04-20 12:06:30.777 | Preparing to unpack .../libltdl7_2.4.6-0.1_amd64.deb ...
  1093. 2017-04-20 12:06:30.782 | Unpacking libltdl7:amd64 (2.4.6-0.1) ...
  1094. 2017-04-20 12:06:30.827 | Selecting previously unselected package libpathplan4.
  1095. 2017-04-20 12:06:30.833 | Preparing to unpack .../libpathplan4_2.38.0-12ubuntu2.1_amd64.deb ...
  1096. 2017-04-20 12:06:30.839 | Unpacking libpathplan4 (2.38.0-12ubuntu2.1) ...
  1097. 2017-04-20 12:06:30.888 | Selecting previously unselected package libgvc6.
  1098. 2017-04-20 12:06:30.894 | Preparing to unpack .../libgvc6_2.38.0-12ubuntu2.1_amd64.deb ...
  1099. 2017-04-20 12:06:30.898 | Unpacking libgvc6 (2.38.0-12ubuntu2.1) ...
  1100. 2017-04-20 12:06:31.129 | Selecting previously unselected package libgvpr2.
  1101. 2017-04-20 12:06:31.135 | Preparing to unpack .../libgvpr2_2.38.0-12ubuntu2.1_amd64.deb ...
  1102. 2017-04-20 12:06:31.140 | Unpacking libgvpr2 (2.38.0-12ubuntu2.1) ...
  1103. 2017-04-20 12:06:31.223 | Selecting previously unselected package libxt6:amd64.
  1104. 2017-04-20 12:06:31.229 | Preparing to unpack .../libxt6_1%3a1.1.5-0ubuntu1_amd64.deb ...
  1105. 2017-04-20 12:06:31.233 | Unpacking libxt6:amd64 (1:1.1.5-0ubuntu1) ...
  1106. 2017-04-20 12:06:31.315 | Selecting previously unselected package libxmu6:amd64.
  1107. 2017-04-20 12:06:31.321 | Preparing to unpack .../libxmu6_2%3a1.1.2-2_amd64.deb ...
  1108. 2017-04-20 12:06:31.329 | Unpacking libxmu6:amd64 (2:1.1.2-2) ...
  1109. 2017-04-20 12:06:31.398 | Selecting previously unselected package libxaw7:amd64.
  1110. 2017-04-20 12:06:31.406 | Preparing to unpack .../libxaw7_2%3a1.0.13-1_amd64.deb ...
  1111. 2017-04-20 12:06:31.412 | Unpacking libxaw7:amd64 (2:1.0.13-1) ...
  1112. 2017-04-20 12:06:31.575 | Selecting previously unselected package graphviz.
  1113. 2017-04-20 12:06:31.581 | Preparing to unpack .../graphviz_2.38.0-12ubuntu2.1_amd64.deb ...
  1114. 2017-04-20 12:06:31.587 | Unpacking graphviz (2.38.0-12ubuntu2.1) ...
  1115. 2017-04-20 12:06:32.453 | Selecting previously unselected package liblua5.3-0:amd64.
  1116. 2017-04-20 12:06:32.461 | Preparing to unpack .../liblua5.3-0_5.3.1-1ubuntu2_amd64.deb ...
  1117. 2017-04-20 12:06:32.467 | Unpacking liblua5.3-0:amd64 (5.3.1-1ubuntu2) ...
  1118. 2017-04-20 12:06:32.573 | Selecting previously unselected package haproxy.
  1119. 2017-04-20 12:06:32.579 | Preparing to unpack .../haproxy_1.6.3-1ubuntu0.1_amd64.deb ...
  1120. 2017-04-20 12:06:32.593 | Unpacking haproxy (1.6.3-1ubuntu0.1) ...
  1121. 2017-04-20 12:06:32.789 | Selecting previously unselected package icu-devtools.
  1122. 2017-04-20 12:06:32.796 | Preparing to unpack .../icu-devtools_55.1-7ubuntu0.1_amd64.deb ...
  1123. 2017-04-20 12:06:32.805 | Unpacking icu-devtools (55.1-7ubuntu0.1) ...
  1124. 2017-04-20 12:06:32.915 | Selecting previously unselected package iputils-arping.
  1125. 2017-04-20 12:06:32.921 | Preparing to unpack .../iputils-arping_3%3a20121221-5ubuntu2_amd64.deb ...
  1126. 2017-04-20 12:06:32.925 | Unpacking iputils-arping (3:20121221-5ubuntu2) ...
  1127. 2017-04-20 12:06:32.982 | Selecting previously unselected package keepalived.
  1128. 2017-04-20 12:06:32.988 | Preparing to unpack .../keepalived_1%3a1.2.19-1ubuntu0.2_amd64.deb ...
  1129. 2017-04-20 12:06:32.993 | Unpacking keepalived (1:1.2.19-1ubuntu0.2) ...
  1130. 2017-04-20 12:06:33.105 | Selecting previously unselected package libgssrpc4:amd64.
  1131. 2017-04-20 12:06:33.111 | Preparing to unpack .../libgssrpc4_1.13.2+dfsg-5ubuntu2_amd64.deb ...
  1132. 2017-04-20 12:06:33.115 | Unpacking libgssrpc4:amd64 (1.13.2+dfsg-5ubuntu2) ...
  1133. 2017-04-20 12:06:33.169 | Selecting previously unselected package libkdb5-8:amd64.
  1134. 2017-04-20 12:06:33.176 | Preparing to unpack .../libkdb5-8_1.13.2+dfsg-5ubuntu2_amd64.deb ...
  1135. 2017-04-20 12:06:33.180 | Unpacking libkdb5-8:amd64 (1.13.2+dfsg-5ubuntu2) ...
  1136. 2017-04-20 12:06:33.244 | Selecting previously unselected package libkadm5srv-mit9:amd64.
  1137. 2017-04-20 12:06:33.250 | Preparing to unpack .../libkadm5srv-mit9_1.13.2+dfsg-5ubuntu2_amd64.deb ...
  1138. 2017-04-20 12:06:33.256 | Unpacking libkadm5srv-mit9:amd64 (1.13.2+dfsg-5ubuntu2) ...
  1139. 2017-04-20 12:06:33.343 | Selecting previously unselected package libkadm5clnt-mit9:amd64.
  1140. 2017-04-20 12:06:33.351 | Preparing to unpack .../libkadm5clnt-mit9_1.13.2+dfsg-5ubuntu2_amd64.deb ...
  1141. 2017-04-20 12:06:33.359 | Unpacking libkadm5clnt-mit9:amd64 (1.13.2+dfsg-5ubuntu2) ...
  1142. 2017-04-20 12:06:33.425 | Selecting previously unselected package comerr-dev.
  1143. 2017-04-20 12:06:33.431 | Preparing to unpack .../comerr-dev_2.1-1.42.13-1ubuntu1_amd64.deb ...
  1144. 2017-04-20 12:06:33.437 | Unpacking comerr-dev (2.1-1.42.13-1ubuntu1) ...
  1145. 2017-04-20 12:06:33.503 | Selecting previously unselected package krb5-multidev.
  1146. 2017-04-20 12:06:33.508 | Preparing to unpack .../krb5-multidev_1.13.2+dfsg-5ubuntu2_amd64.deb ...
  1147. 2017-04-20 12:06:33.516 | Unpacking krb5-multidev (1.13.2+dfsg-5ubuntu2) ...
  1148. 2017-04-20 12:06:33.717 | Selecting previously unselected package libicu-dev:amd64.
  1149. 2017-04-20 12:06:33.723 | Preparing to unpack .../libicu-dev_55.1-7ubuntu0.1_amd64.deb ...
  1150. 2017-04-20 12:06:33.728 | Unpacking libicu-dev:amd64 (55.1-7ubuntu0.1) ...
  1151. 2017-04-20 12:06:37.407 | Selecting previously unselected package libjpeg-turbo8-dev:amd64.
  1152. 2017-04-20 12:06:37.415 | Preparing to unpack .../libjpeg-turbo8-dev_1.4.2-0ubuntu3_amd64.deb ...
  1153. 2017-04-20 12:06:37.421 | Unpacking libjpeg-turbo8-dev:amd64 (1.4.2-0ubuntu3) ...
  1154. 2017-04-20 12:06:37.524 | Selecting previously unselected package libjpeg8-dev:amd64.
  1155. 2017-04-20 12:06:37.530 | Preparing to unpack .../libjpeg8-dev_8c-2ubuntu8_amd64.deb ...
  1156. 2017-04-20 12:06:37.535 | Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ...
  1157. 2017-04-20 12:06:37.579 | Selecting previously unselected package libjpeg-dev:amd64.
  1158. 2017-04-20 12:06:37.584 | Preparing to unpack .../libjpeg-dev_8c-2ubuntu8_amd64.deb ...
  1159. 2017-04-20 12:06:37.590 | Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ...
  1160. 2017-04-20 12:06:37.631 | Selecting previously unselected package libjs-jquery.
  1161. 2017-04-20 12:06:37.637 | Preparing to unpack .../libjs-jquery_1.11.3+dfsg-4_all.deb ...
  1162. 2017-04-20 12:06:37.642 | Unpacking libjs-jquery (1.11.3+dfsg-4) ...
  1163. 2017-04-20 12:06:37.715 | Selecting previously unselected package libjs-jquery-metadata.
  1164. 2017-04-20 12:06:37.725 | Preparing to unpack .../libjs-jquery-metadata_10-2ubuntu2_all.deb ...
  1165. 2017-04-20 12:06:37.731 | Unpacking libjs-jquery-metadata (10-2ubuntu2) ...
  1166. 2017-04-20 12:06:37.777 | Selecting previously unselected package libjs-jquery-tablesorter.
  1167. 2017-04-20 12:06:37.783 | Preparing to unpack .../libjs-jquery-tablesorter_10-2ubuntu2_all.deb ...
  1168. 2017-04-20 12:06:37.789 | Unpacking libjs-jquery-tablesorter (10-2ubuntu2) ...
  1169. 2017-04-20 12:06:37.892 | Selecting previously unselected package mysql-common.
  1170. 2017-04-20 12:06:37.898 | Preparing to unpack .../mysql-common_5.7.17-0ubuntu0.16.04.2_all.deb ...
  1171. 2017-04-20 12:06:37.913 | Unpacking mysql-common (5.7.17-0ubuntu0.16.04.2) ...
  1172. 2017-04-20 12:06:37.979 | Selecting previously unselected package libmysqlclient20:amd64.
  1173. 2017-04-20 12:06:37.985 | Preparing to unpack .../libmysqlclient20_5.7.17-0ubuntu0.16.04.2_amd64.deb ...
  1174. 2017-04-20 12:06:37.990 | Unpacking libmysqlclient20:amd64 (5.7.17-0ubuntu0.16.04.2) ...
  1175. 2017-04-20 12:06:38.421 | Selecting previously unselected package zlib1g-dev:amd64.
  1176. 2017-04-20 12:06:38.429 | Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-2ubuntu4_amd64.deb ...
  1177. 2017-04-20 12:06:38.435 | Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4) ...
  1178. 2017-04-20 12:06:38.544 | Selecting previously unselected package libmysqlclient-dev.
  1179. 2017-04-20 12:06:38.553 | Preparing to unpack .../libmysqlclient-dev_5.7.17-0ubuntu0.16.04.2_amd64.deb ...
  1180. 2017-04-20 12:06:38.559 | Unpacking libmysqlclient-dev (5.7.17-0ubuntu0.16.04.2) ...
  1181. 2017-04-20 12:06:39.395 | Selecting previously unselected package libpcre16-3:amd64.
  1182. 2017-04-20 12:06:39.402 | Preparing to unpack .../libpcre16-3_2%3a8.38-3.1_amd64.deb ...
  1183. 2017-04-20 12:06:39.409 | Unpacking libpcre16-3:amd64 (2:8.38-3.1) ...
  1184. 2017-04-20 12:06:39.492 | Selecting previously unselected package libpcre32-3:amd64.
  1185. 2017-04-20 12:06:39.498 | Preparing to unpack .../libpcre32-3_2%3a8.38-3.1_amd64.deb ...
  1186. 2017-04-20 12:06:39.503 | Unpacking libpcre32-3:amd64 (2:8.38-3.1) ...
  1187. 2017-04-20 12:06:39.576 | Selecting previously unselected package libpcre3-dev:amd64.
  1188. 2017-04-20 12:06:39.581 | Preparing to unpack .../libpcre3-dev_2%3a8.38-3.1_amd64.deb ...
  1189. 2017-04-20 12:06:39.586 | Unpacking libpcre3-dev:amd64 (2:8.38-3.1) ...
  1190. 2017-04-20 12:06:39.770 | Selecting previously unselected package libpq5:amd64.
  1191. 2017-04-20 12:06:39.776 | Preparing to unpack .../libpq5_9.5.6-0ubuntu0.16.04_amd64.deb ...
  1192. 2017-04-20 12:06:39.782 | Unpacking libpq5:amd64 (9.5.6-0ubuntu0.16.04) ...
  1193. 2017-04-20 12:06:39.843 | Selecting previously unselected package libssl-dev:amd64.
  1194. 2017-04-20 12:06:39.849 | Preparing to unpack .../libssl-dev_1.0.2g-1ubuntu4.6_amd64.deb ...
  1195. 2017-04-20 12:06:39.856 | Unpacking libssl-dev:amd64 (1.0.2g-1ubuntu4.6) ...
  1196. 2017-04-20 12:06:40.522 | Selecting previously unselected package libpq-dev.
  1197. 2017-04-20 12:06:40.528 | Preparing to unpack .../libpq-dev_9.5.6-0ubuntu0.16.04_amd64.deb ...
  1198. 2017-04-20 12:06:40.533 | Unpacking libpq-dev (9.5.6-0ubuntu0.16.04) ...
  1199. 2017-04-20 12:06:40.618 | Selecting previously unselected package libsasl2-dev.
  1200. 2017-04-20 12:06:40.624 | Preparing to unpack .../libsasl2-dev_2.1.26.dfsg1-14build1_amd64.deb ...
  1201. 2017-04-20 12:06:40.630 | Unpacking libsasl2-dev (2.1.26.dfsg1-14build1) ...
  1202. 2017-04-20 12:06:40.836 | Selecting previously unselected package libsgutils2-2.
  1203. 2017-04-20 12:06:40.843 | Preparing to unpack .../libsgutils2-2_1.40-0ubuntu1_amd64.deb ...
  1204. 2017-04-20 12:06:40.848 | Unpacking libsgutils2-2 (1.40-0ubuntu1) ...
  1205. 2017-04-20 12:06:40.904 | Selecting previously unselected package libxml2-dev:amd64.
  1206. 2017-04-20 12:06:40.910 | Preparing to unpack .../libxml2-dev_2.9.3+dfsg1-1ubuntu0.2_amd64.deb ...
  1207. 2017-04-20 12:06:40.916 | Unpacking libxml2-dev:amd64 (2.9.3+dfsg1-1ubuntu0.2) ...
  1208. 2017-04-20 12:06:41.218 | Selecting previously unselected package libxslt1-dev:amd64.
  1209. 2017-04-20 12:06:41.225 | Preparing to unpack .../libxslt1-dev_1.1.28-2.1_amd64.deb ...
  1210. 2017-04-20 12:06:41.230 | Unpacking libxslt1-dev:amd64 (1.1.28-2.1) ...
  1211. 2017-04-20 12:06:41.447 | Selecting previously unselected package memcached.
  1212. 2017-04-20 12:06:41.453 | Preparing to unpack .../memcached_1.4.25-2ubuntu1.2_amd64.deb ...
  1213. 2017-04-20 12:06:41.458 | Unpacking memcached (1.4.25-2ubuntu1.2) ...
  1214. 2017-04-20 12:06:41.531 | Selecting previously unselected package pkg-config.
  1215. 2017-04-20 12:06:41.537 | Preparing to unpack .../pkg-config_0.29.1-0ubuntu1_amd64.deb ...
  1216. 2017-04-20 12:06:41.542 | Unpacking pkg-config (0.29.1-0ubuntu1) ...
  1217. 2017-04-20 12:06:41.596 | Selecting previously unselected package pm-utils.
  1218. 2017-04-20 12:06:41.602 | Preparing to unpack .../pm-utils_1.4.1-16_all.deb ...
  1219. 2017-04-20 12:06:41.607 | Unpacking pm-utils (1.4.1-16) ...
  1220. 2017-04-20 12:06:41.710 | Selecting previously unselected package postgresql-client-common.
  1221. 2017-04-20 12:06:41.716 | Preparing to unpack .../postgresql-client-common_173_all.deb ...
  1222. 2017-04-20 12:06:41.722 | Unpacking postgresql-client-common (173) ...
  1223. 2017-04-20 12:06:41.787 | Selecting previously unselected package ssl-cert.
  1224. 2017-04-20 12:06:41.793 | Preparing to unpack .../ssl-cert_1.0.37_all.deb ...
  1225. 2017-04-20 12:06:41.799 | Unpacking ssl-cert (1.0.37) ...
  1226. 2017-04-20 12:06:41.867 | Selecting previously unselected package postgresql-common.
  1227. 2017-04-20 12:06:41.872 | Preparing to unpack .../postgresql-common_173_all.deb ...
  1228. 2017-04-20 12:06:41.981 | Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common'
  1229. 2017-04-20 12:06:41.986 | Unpacking postgresql-common (173) ...
  1230. 2017-04-20 12:06:42.117 | Selecting previously unselected package postgresql-server-dev-9.5.
  1231. 2017-04-20 12:06:42.124 | Preparing to unpack .../postgresql-server-dev-9.5_9.5.6-0ubuntu0.16.04_amd64.deb ...
  1232. 2017-04-20 12:06:42.130 | Unpacking postgresql-server-dev-9.5 (9.5.6-0ubuntu0.16.04) ...
  1233. 2017-04-20 12:06:43.486 | Selecting previously unselected package postgresql-server-dev-all.
  1234. 2017-04-20 12:06:43.495 | Preparing to unpack .../postgresql-server-dev-all_173_all.deb ...
  1235. 2017-04-20 12:06:43.502 | Unpacking postgresql-server-dev-all (173) ...
  1236. 2017-04-20 12:06:43.551 | Selecting previously unselected package python-gdbm.
  1237. 2017-04-20 12:06:43.557 | Preparing to unpack .../python-gdbm_2.7.11-2_amd64.deb ...
  1238. 2017-04-20 12:06:43.562 | Unpacking python-gdbm (2.7.11-2) ...
  1239. 2017-04-20 12:06:43.619 | Selecting previously unselected package python-mysqldb.
  1240. 2017-04-20 12:06:43.626 | Preparing to unpack .../python-mysqldb_1.3.7-1build2_amd64.deb ...
  1241. 2017-04-20 12:06:43.632 | Unpacking python-mysqldb (1.3.7-1build2) ...
  1242. 2017-04-20 12:06:43.709 | Selecting previously unselected package python-systemd.
  1243. 2017-04-20 12:06:43.719 | Preparing to unpack .../python-systemd_231-2build1_amd64.deb ...
  1244. 2017-04-20 12:06:43.725 | Unpacking python-systemd (231-2build1) ...
  1245. 2017-04-20 12:06:43.795 | Selecting previously unselected package python3-systemd.
  1246. 2017-04-20 12:06:43.801 | Preparing to unpack .../python3-systemd_231-2build1_amd64.deb ...
  1247. 2017-04-20 12:06:43.804 | Unpacking python3-systemd (231-2build1) ...
  1248. 2017-04-20 12:06:43.875 | Selecting previously unselected package screen.
  1249. 2017-04-20 12:06:43.882 | Preparing to unpack .../screen_4.3.1-2build1_amd64.deb ...
  1250. 2017-04-20 12:06:43.890 | Unpacking screen (4.3.1-2build1) ...
  1251. 2017-04-20 12:06:44.062 | Selecting previously unselected package sg3-utils.
  1252. 2017-04-20 12:06:44.069 | Preparing to unpack .../sg3-utils_1.40-0ubuntu1_amd64.deb ...
  1253. 2017-04-20 12:06:44.074 | Unpacking sg3-utils (1.40-0ubuntu1) ...
  1254. 2017-04-20 12:06:44.386 | Selecting previously unselected package sqlite3.
  1255. 2017-04-20 12:06:44.393 | Preparing to unpack .../sqlite3_3.11.0-1ubuntu1_amd64.deb ...
  1256. 2017-04-20 12:06:44.397 | Unpacking sqlite3 (3.11.0-1ubuntu1) ...
  1257. 2017-04-20 12:06:44.600 | Selecting previously unselected package thin-provisioning-tools.
  1258. 2017-04-20 12:06:44.608 | Preparing to unpack .../thin-provisioning-tools_0.5.6-1ubuntu1_amd64.deb ...
  1259. 2017-04-20 12:06:44.614 | Unpacking thin-provisioning-tools (0.5.6-1ubuntu1) ...
  1260. 2017-04-20 12:06:44.807 | Selecting previously unselected package unzip.
  1261. 2017-04-20 12:06:44.814 | Preparing to unpack .../unzip_6.0-20ubuntu1_amd64.deb ...
  1262. 2017-04-20 12:06:44.819 | Unpacking unzip (6.0-20ubuntu1) ...
  1263. 2017-04-20 12:06:44.907 | Selecting previously unselected package xfsprogs.
  1264. 2017-04-20 12:06:44.912 | Preparing to unpack .../xfsprogs_4.3.0+nmu1ubuntu1_amd64.deb ...
  1265. 2017-04-20 12:06:44.917 | Unpacking xfsprogs (4.3.0+nmu1ubuntu1) ...
  1266. 2017-04-20 12:06:45.212 | Selecting previously unselected package libosinfo-1.0-0:amd64.
  1267. 2017-04-20 12:06:45.220 | Preparing to unpack .../libosinfo-1.0-0_0.2.12-2ubuntu3_amd64.deb ...
  1268. 2017-04-20 12:06:45.224 | Unpacking libosinfo-1.0-0:amd64 (0.2.12-2ubuntu3) ...
  1269. 2017-04-20 12:06:45.335 | Selecting previously unselected package gir1.2-libosinfo-1.0:amd64.
  1270. 2017-04-20 12:06:45.341 | Preparing to unpack .../gir1.2-libosinfo-1.0_0.2.12-2ubuntu3_amd64.deb ...
  1271. 2017-04-20 12:06:45.347 | Unpacking gir1.2-libosinfo-1.0:amd64 (0.2.12-2ubuntu3) ...
  1272. 2017-04-20 12:06:45.394 | Selecting previously unselected package libipset3:amd64.
  1273. 2017-04-20 12:06:45.402 | Preparing to unpack .../libipset3_6.29-1_amd64.deb ...
  1274. 2017-04-20 12:06:45.409 | Unpacking libipset3:amd64 (6.29-1) ...
  1275. 2017-04-20 12:06:45.462 | Selecting previously unselected package ipset.
  1276. 2017-04-20 12:06:45.468 | Preparing to unpack .../ipset_6.29-1_amd64.deb ...
  1277. 2017-04-20 12:06:45.473 | Unpacking ipset (6.29-1) ...
  1278. 2017-04-20 12:06:45.520 | Selecting previously unselected package kpartx.
  1279. 2017-04-20 12:06:45.526 | Preparing to unpack .../kpartx_0.5.0+git1.656f8865-5ubuntu2.4_amd64.deb ...
  1280. 2017-04-20 12:06:45.532 | Unpacking kpartx (0.5.0+git1.656f8865-5ubuntu2.4) ...
  1281. 2017-04-20 12:06:45.591 | Selecting previously unselected package libapache2-mod-proxy-uwsgi.
  1282. 2017-04-20 12:06:45.598 | Preparing to unpack .../libapache2-mod-proxy-uwsgi_2.0.12-5ubuntu3_amd64.deb ...
  1283. 2017-04-20 12:06:45.603 | Unpacking libapache2-mod-proxy-uwsgi (2.0.12-5ubuntu3) ...
  1284. 2017-04-20 12:06:45.644 | Selecting previously unselected package liberasurecode1:amd64.
  1285. 2017-04-20 12:06:45.649 | Preparing to unpack .../liberasurecode1_1.1.0-3_amd64.deb ...
  1286. 2017-04-20 12:06:45.653 | Unpacking liberasurecode1:amd64 (1.1.0-3) ...
  1287. 2017-04-20 12:06:45.697 | Selecting previously unselected package liberasurecode-dev.
  1288. 2017-04-20 12:06:45.702 | Preparing to unpack .../liberasurecode-dev_1.1.0-3_amd64.deb ...
  1289. 2017-04-20 12:06:45.706 | Unpacking liberasurecode-dev (1.1.0-3) ...
  1290. 2017-04-20 12:06:45.762 | Selecting previously unselected package libffi-dev:amd64.
  1291. 2017-04-20 12:06:45.770 | Preparing to unpack .../libffi-dev_3.2.1-4_amd64.deb ...
  1292. 2017-04-20 12:06:45.774 | Unpacking libffi-dev:amd64 (3.2.1-4) ...
  1293. 2017-04-20 12:06:45.850 | Selecting previously unselected package libkrb5-dev.
  1294. 2017-04-20 12:06:45.856 | Preparing to unpack .../libkrb5-dev_1.13.2+dfsg-5ubuntu2_amd64.deb ...
  1295. 2017-04-20 12:06:45.859 | Unpacking libkrb5-dev (1.13.2+dfsg-5ubuntu2) ...
  1296. 2017-04-20 12:06:46.068 | Selecting previously unselected package libyaml-dev:amd64.
  1297. 2017-04-20 12:06:46.081 | Preparing to unpack .../libyaml-dev_0.1.6-3_amd64.deb ...
  1298. 2017-04-20 12:06:46.087 | Unpacking libyaml-dev:amd64 (0.1.6-3) ...
  1299. 2017-04-20 12:06:46.144 | Selecting previously unselected package socat.
  1300. 2017-04-20 12:06:46.157 | Preparing to unpack .../socat_1.7.3.1-1_amd64.deb ...
  1301. 2017-04-20 12:06:46.162 | Unpacking socat (1.7.3.1-1) ...
  1302. 2017-04-20 12:06:46.352 | Selecting previously unselected package sysfsutils.
  1303. 2017-04-20 12:06:46.359 | Preparing to unpack .../sysfsutils_2.1.0+repack-4_amd64.deb ...
  1304. 2017-04-20 12:06:46.364 | Unpacking sysfsutils (2.1.0+repack-4) ...
  1305. 2017-04-20 12:06:46.416 | Selecting previously unselected package vlan.
  1306. 2017-04-20 12:06:46.423 | Preparing to unpack .../vlan_1.9-3.2ubuntu1.16.04.1_amd64.deb ...
  1307. 2017-04-20 12:06:46.430 | Unpacking vlan (1.9-3.2ubuntu1.16.04.1) ...
  1308. 2017-04-20 12:06:46.476 | Processing triggers for libc-bin (2.23-0ubuntu7) ...
  1309. 2017-04-20 12:06:46.512 | Processing triggers for systemd (229-4ubuntu16) ...
  1310. 2017-04-20 12:06:46.701 | Processing triggers for mime-support (3.59ubuntu1) ...
  1311. 2017-04-20 12:06:46.829 | Setting up groff-base (1.22.3-7) ...
  1312. 2017-04-20 12:06:46.856 | Setting up bsdmainutils (9.0.6ubuntu3) ...
  1313. 2017-04-20 12:06:46.928 | update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
  1314. 2017-04-20 12:06:46.934 | update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
  1315. 2017-04-20 12:06:46.941 | Setting up libpipeline1:amd64 (1.4.1-2) ...
  1316. 2017-04-20 12:06:46.955 | Setting up man-db (2.7.5-1) ...
  1317. 2017-04-20 12:06:47.143 | Building database of manual pages ...
  1318. 2017-04-20 12:06:57.816 | Setting up libapr1:amd64 (1.5.2-3) ...
  1319. 2017-04-20 12:06:57.851 | Setting up libaprutil1:amd64 (1.5.4-1build1) ...
  1320. 2017-04-20 12:06:57.863 | Setting up libaprutil1-dbd-sqlite3:amd64 (1.5.4-1build1) ...
  1321. 2017-04-20 12:06:57.873 | Setting up libaprutil1-ldap:amd64 (1.5.4-1build1) ...
  1322. 2017-04-20 12:06:57.885 | Setting up liblua5.1-0:amd64 (5.1.5-8ubuntu1) ...
  1323. 2017-04-20 12:06:57.898 | Setting up apache2-bin (2.4.18-2ubuntu3.1) ...
  1324. 2017-04-20 12:06:57.909 | Setting up apache2-utils (2.4.18-2ubuntu3.1) ...
  1325. 2017-04-20 12:06:57.919 | Setting up apache2-data (2.4.18-2ubuntu3.1) ...
  1326. 2017-04-20 12:06:57.930 | Setting up apache2 (2.4.18-2ubuntu3.1) ...
  1327. 2017-04-20 12:06:58.938 | Enabling module mpm_event.
  1328. 2017-04-20 12:06:59.006 | Enabling module authz_core.
  1329. 2017-04-20 12:06:59.012 | Enabling module authz_host.
  1330. 2017-04-20 12:06:59.071 | Enabling module authn_core.
  1331. 2017-04-20 12:06:59.076 | Enabling module auth_basic.
  1332. 2017-04-20 12:06:59.130 | Enabling module access_compat.
  1333. 2017-04-20 12:06:59.191 | Enabling module authn_file.
  1334. 2017-04-20 12:06:59.250 | Enabling module authz_user.
  1335. 2017-04-20 12:06:59.309 | Enabling module alias.
  1336. 2017-04-20 12:06:59.368 | Enabling module dir.
  1337. 2017-04-20 12:06:59.427 | Enabling module autoindex.
  1338. 2017-04-20 12:06:59.496 | Enabling module env.
  1339. 2017-04-20 12:06:59.553 | Enabling module mime.
  1340. 2017-04-20 12:06:59.610 | Enabling module negotiation.
  1341. 2017-04-20 12:06:59.666 | Enabling module setenvif.
  1342. 2017-04-20 12:06:59.719 | Enabling module filter.
  1343. 2017-04-20 12:06:59.775 | Enabling module deflate.
  1344. 2017-04-20 12:06:59.831 | Enabling module status.
  1345. 2017-04-20 12:06:59.886 | Enabling conf charset.
  1346. 2017-04-20 12:06:59.941 | Enabling conf localized-error-pages.
  1347. 2017-04-20 12:07:00.002 | Enabling conf other-vhosts-access-log.
  1348. 2017-04-20 12:07:00.059 | Enabling conf security.
  1349. 2017-04-20 12:07:00.115 | Enabling conf serve-cgi-bin.
  1350. 2017-04-20 12:07:00.172 | Enabling site 000-default.
  1351. 2017-04-20 12:07:00.813 | Setting up gawk (1:4.1.3+dfsg-0.1) ...
  1352. 2017-04-20 12:07:00.832 | Setting up libice6:amd64 (2:1.0.9-1) ...
  1353. 2017-04-20 12:07:00.855 | Setting up libpcrecpp0v5:amd64 (2:8.38-3.1) ...
  1354. 2017-04-20 12:07:00.866 | Setting up libsm6:amd64 (2:1.2.2-1) ...
  1355. 2017-04-20 12:07:00.893 | Setting up libsysfs2:amd64 (2.1.0+repack-4) ...
  1356. 2017-04-20 12:07:00.913 | Setting up libunistring0:amd64 (0.9.3-5.2ubuntu1) ...
  1357. 2017-04-20 12:07:00.936 | Setting up libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu1) ...
  1358. 2017-04-20 12:07:00.961 | Setting up netcat-openbsd (1.105-7ubuntu1) ...
  1359. 2017-04-20 12:07:00.974 | update-alternatives: using /bin/nc.openbsd to provide /bin/nc (nc) in auto mode
  1360. 2017-04-20 12:07:00.988 | Setting up libplymouth4:amd64 (0.9.2-3ubuntu13.1) ...
  1361. 2017-04-20 12:07:01.007 | Setting up libusb-1.0-0:amd64 (2:1.0.20-1) ...
  1362. 2017-04-20 12:07:01.022 | Setting up lsof (4.89+dfsg-0.1) ...
  1363. 2017-04-20 12:07:01.036 | Setting up pciutils (1:3.3.1-1.1ubuntu1.1) ...
  1364. 2017-04-20 12:07:01.059 | Setting up plymouth (0.9.2-3ubuntu13.1) ...
  1365. 2017-04-20 12:07:01.094 | update-initramfs: deferring update (trigger activated)
  1366. 2017-04-20 12:07:01.109 | update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
  1367. 2017-04-20 12:07:01.285 | update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
  1368. 2017-04-20 12:07:01.472 | Setting up powermgmt-base (1.31+nmu1) ...
  1369. 2017-04-20 12:07:01.489 | Setting up psmisc (22.21-2.1build1) ...
  1370. 2017-04-20 12:07:01.505 | Setting up usbutils (1:007-4) ...
  1371. 2017-04-20 12:07:01.519 | Setting up acl (2.2.52-3) ...
  1372. 2017-04-20 12:07:01.563 | Setting up uuid-dev:amd64 (2.27.1-6ubuntu3.2) ...
  1373. 2017-04-20 12:07:01.580 | Setting up libsctp1:amd64 (1.0.16+dfsg-3) ...
  1374. 2017-04-20 12:07:01.591 | Setting up libsctp-dev (1.0.16+dfsg-3) ...
  1375. 2017-04-20 12:07:01.603 | Setting up libapr1-dev (1.5.2-3) ...
  1376. 2017-04-20 12:07:01.616 | Setting up libldap2-dev:amd64 (2.4.42+dfsg-2ubuntu3.1) ...
  1377. 2017-04-20 12:07:01.626 | Setting up libaprutil1-dev (1.5.4-1build1) ...
  1378. 2017-04-20 12:07:01.639 | Setting up libcroco3:amd64 (0.6.11-1) ...
  1379. 2017-04-20 12:07:01.654 | Setting up gettext (0.19.7-2ubuntu3) ...
  1380. 2017-04-20 12:07:01.675 | Setting up intltool-debian (0.35.0+20060710.4) ...
  1381. 2017-04-20 12:07:01.686 | Setting up po-debconf (1.0.19) ...
  1382. 2017-04-20 12:07:01.702 | Setting up libarchive-zip-perl (1.56-2) ...
  1383. 2017-04-20 12:07:01.714 | Setting up libfile-stripnondeterminism-perl (0.015-1) ...
  1384. 2017-04-20 12:07:01.729 | Setting up libtimedate-perl (2.3000-2) ...
  1385. 2017-04-20 12:07:01.741 | Setting up autotools-dev (20150820.1) ...
  1386. 2017-04-20 12:07:01.753 | Setting up bc (1.06.95-9build1) ...
  1387. 2017-04-20 12:07:01.768 | Setting up bridge-utils (1.5-9ubuntu1) ...
  1388. 2017-04-20 12:07:02.048 | Setting up libnetfilter-conntrack3:amd64 (1.0.5-1) ...
  1389. 2017-04-20 12:07:02.071 | Setting up conntrack (1:1.4.3-3) ...
  1390. 2017-04-20 12:07:02.084 | Setting up libnetfilter-queue1 (1.0.2-2) ...
  1391. 2017-04-20 12:07:02.104 | Setting up conntrackd (1:1.4.3-3) ...
  1392. 2017-04-20 12:07:02.734 | Setting up cryptsetup-bin (2:1.6.6-5ubuntu2) ...
  1393. 2017-04-20 12:07:02.744 | Setting up cryptsetup (2:1.6.6-5ubuntu2) ...
  1394. 2017-04-20 12:07:02.918 | update-initramfs: deferring update (trigger activated)
  1395. 2017-04-20 12:07:03.029 | update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
  1396. 2017-04-20 12:07:03.328 | update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
  1397. 2017-04-20 12:07:03.499 | Setting up dctrl-tools (2.24-2) ...
  1398. 2017-04-20 12:07:03.518 | Setting up dnsmasq-base (2.75-1ubuntu0.16.04.2) ...
  1399. 2017-04-20 12:07:03.667 | Setting up dnsmasq-utils (2.75-1ubuntu0.16.04.2) ...
  1400. 2017-04-20 12:07:03.678 | Setting up dstat (0.7.2-4) ...
  1401. 2017-04-20 12:07:03.975 | Setting up ebtables (2.0.10.4-3.4ubuntu1) ...
  1402. 2017-04-20 12:07:04.031 | update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
  1403. 2017-04-20 12:07:04.321 | Setting up fping (3.13-1) ...
  1404. 2017-04-20 12:07:04.337 | Setting up gir1.2-freedesktop:amd64 (1.46.0-3ubuntu1) ...
  1405. 2017-04-20 12:07:04.348 | Setting up libcdt5 (2.38.0-12ubuntu2.1) ...
  1406. 2017-04-20 12:07:04.358 | Setting up libcgraph6 (2.38.0-12ubuntu2.1) ...
  1407. 2017-04-20 12:07:04.370 | Setting up libvpx3:amd64 (1.5.0-2ubuntu1) ...
  1408. 2017-04-20 12:07:04.384 | Setting up libxpm4:amd64 (1:3.5.11-1ubuntu0.16.04.1) ...
  1409. 2017-04-20 12:07:04.395 | Setting up libgd3:amd64 (2.1.1-4ubuntu0.16.04.6) ...
  1410. 2017-04-20 12:07:04.410 | Setting up libltdl7:amd64 (2.4.6-0.1) ...
  1411. 2017-04-20 12:07:04.422 | Setting up libpathplan4 (2.38.0-12ubuntu2.1) ...
  1412. 2017-04-20 12:07:04.432 | Setting up libgvc6 (2.38.0-12ubuntu2.1) ...
  1413. 2017-04-20 12:07:04.470 | Setting up libgvpr2 (2.38.0-12ubuntu2.1) ...
  1414. 2017-04-20 12:07:04.483 | Setting up libxt6:amd64 (1:1.1.5-0ubuntu1) ...
  1415. 2017-04-20 12:07:04.506 | Setting up libxmu6:amd64 (2:1.1.2-2) ...
  1416. 2017-04-20 12:07:04.517 | Setting up libxaw7:amd64 (2:1.0.13-1) ...
  1417. 2017-04-20 12:07:04.537 | Setting up graphviz (2.38.0-12ubuntu2.1) ...
  1418. 2017-04-20 12:07:04.555 | Setting up liblua5.3-0:amd64 (5.3.1-1ubuntu2) ...
  1419. 2017-04-20 12:07:04.568 | Setting up haproxy (1.6.3-1ubuntu0.1) ...
  1420. 2017-04-20 12:07:05.336 | Setting up icu-devtools (55.1-7ubuntu0.1) ...
  1421. 2017-04-20 12:07:05.350 | Setting up iputils-arping (3:20121221-5ubuntu2) ...
  1422. 2017-04-20 12:07:05.361 | Setcap worked! arping is not suid!
  1423. 2017-04-20 12:07:05.365 | Setting up keepalived (1:1.2.19-1ubuntu0.2) ...
  1424. 2017-04-20 12:07:05.929 | Setting up libgssrpc4:amd64 (1.13.2+dfsg-5ubuntu2) ...
  1425. 2017-04-20 12:07:05.944 | Setting up libkdb5-8:amd64 (1.13.2+dfsg-5ubuntu2) ...
  1426. 2017-04-20 12:07:05.957 | Setting up libkadm5srv-mit9:amd64 (1.13.2+dfsg-5ubuntu2) ...
  1427. 2017-04-20 12:07:05.973 | Setting up libkadm5clnt-mit9:amd64 (1.13.2+dfsg-5ubuntu2) ...
  1428. 2017-04-20 12:07:05.987 | Setting up comerr-dev (2.1-1.42.13-1ubuntu1) ...
  1429. 2017-04-20 12:07:06.007 | Setting up krb5-multidev (1.13.2+dfsg-5ubuntu2) ...
  1430. 2017-04-20 12:07:06.040 | Setting up libicu-dev:amd64 (55.1-7ubuntu0.1) ...
  1431. 2017-04-20 12:07:06.053 | Setting up libjpeg-turbo8-dev:amd64 (1.4.2-0ubuntu3) ...
  1432. 2017-04-20 12:07:06.066 | Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ...
  1433. 2017-04-20 12:07:06.085 | Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ...
  1434. 2017-04-20 12:07:06.100 | Setting up libjs-jquery (1.11.3+dfsg-4) ...
  1435. 2017-04-20 12:07:06.111 | Setting up libjs-jquery-metadata (10-2ubuntu2) ...
  1436. 2017-04-20 12:07:06.125 | Setting up libjs-jquery-tablesorter (10-2ubuntu2) ...
  1437. 2017-04-20 12:07:06.137 | Setting up mysql-common (5.7.17-0ubuntu0.16.04.2) ...
  1438. 2017-04-20 12:07:06.182 | update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode
  1439. 2017-04-20 12:07:06.193 | Setting up libmysqlclient20:amd64 (5.7.17-0ubuntu0.16.04.2) ...
  1440. 2017-04-20 12:07:06.205 | Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4) ...
  1441. 2017-04-20 12:07:06.219 | Setting up libmysqlclient-dev (5.7.17-0ubuntu0.16.04.2) ...
  1442. 2017-04-20 12:07:06.236 | Setting up libpcre16-3:amd64 (2:8.38-3.1) ...
  1443. 2017-04-20 12:07:06.255 | Setting up libpcre32-3:amd64 (2:8.38-3.1) ...
  1444. 2017-04-20 12:07:06.281 | Setting up libpcre3-dev:amd64 (2:8.38-3.1) ...
  1445. 2017-04-20 12:07:06.296 | Setting up libpq5:amd64 (9.5.6-0ubuntu0.16.04) ...
  1446. 2017-04-20 12:07:06.307 | Setting up libssl-dev:amd64 (1.0.2g-1ubuntu4.6) ...
  1447. 2017-04-20 12:07:06.321 | Setting up libpq-dev (9.5.6-0ubuntu0.16.04) ...
  1448. 2017-04-20 12:07:06.334 | Setting up libsasl2-dev (2.1.26.dfsg1-14build1) ...
  1449. 2017-04-20 12:07:06.343 | Setting up libsgutils2-2 (1.40-0ubuntu1) ...
  1450. 2017-04-20 12:07:06.369 | Setting up libxml2-dev:amd64 (2.9.3+dfsg1-1ubuntu0.2) ...
  1451. 2017-04-20 12:07:06.407 | Setting up libxslt1-dev:amd64 (1.1.28-2.1) ...
  1452. 2017-04-20 12:07:06.419 | Setting up memcached (1.4.25-2ubuntu1.2) ...
  1453. 2017-04-20 12:07:07.239 | Setting up pkg-config (0.29.1-0ubuntu1) ...
  1454. 2017-04-20 12:07:07.307 | Setting up pm-utils (1.4.1-16) ...
  1455. 2017-04-20 12:07:07.328 | Setting up postgresql-client-common (173) ...
  1456. 2017-04-20 12:07:07.344 | Setting up ssl-cert (1.0.37) ...
  1457. 2017-04-20 12:07:08.200 | Setting up postgresql-common (173) ...
  1458. 2017-04-20 12:07:08.658 | Adding user postgres to group ssl-cert
  1459. 2017-04-20 12:07:08.891 |
  1460. 2017-04-20 12:07:08.891 | Creating config file /etc/postgresql-common/createcluster.conf with new version
  1461. 2017-04-20 12:07:09.022 | Building PostgreSQL dictionaries from installed myspell/hunspell packages...
  1462. 2017-04-20 12:07:09.022 | Removing obsolete dictionary files:
  1463. 2017-04-20 12:07:09.737 | Setting up postgresql-server-dev-9.5 (9.5.6-0ubuntu0.16.04) ...
  1464. 2017-04-20 12:07:09.752 | Setting up postgresql-server-dev-all (173) ...
  1465. 2017-04-20 12:07:09.767 | Setting up python-gdbm (2.7.11-2) ...
  1466. 2017-04-20 12:07:09.782 | Setting up python-mysqldb (1.3.7-1build2) ...
  1467. 2017-04-20 12:07:09.904 | Setting up python-systemd (231-2build1) ...
  1468. 2017-04-20 12:07:10.024 | Setting up python3-systemd (231-2build1) ...
  1469. 2017-04-20 12:07:10.296 | Setting up screen (4.3.1-2build1) ...
  1470. 2017-04-20 12:07:10.652 | Setting up sg3-utils (1.40-0ubuntu1) ...
  1471. 2017-04-20 12:07:10.675 | Setting up sqlite3 (3.11.0-1ubuntu1) ...
  1472. 2017-04-20 12:07:10.703 | Setting up thin-provisioning-tools (0.5.6-1ubuntu1) ...
  1473. 2017-04-20 12:07:10.798 | Setting up unzip (6.0-20ubuntu1) ...
  1474. 2017-04-20 12:07:10.835 | Setting up xfsprogs (4.3.0+nmu1ubuntu1) ...
  1475. 2017-04-20 12:07:10.856 | update-initramfs: deferring update (trigger activated)
  1476. 2017-04-20 12:07:10.863 | Setting up libosinfo-1.0-0:amd64 (0.2.12-2ubuntu3) ...
  1477. 2017-04-20 12:07:10.879 | Setting up gir1.2-libosinfo-1.0:amd64 (0.2.12-2ubuntu3) ...
  1478. 2017-04-20 12:07:10.891 | Setting up libipset3:amd64 (6.29-1) ...
  1479. 2017-04-20 12:07:10.904 | Setting up ipset (6.29-1) ...
  1480. 2017-04-20 12:07:10.916 | Setting up kpartx (0.5.0+git1.656f8865-5ubuntu2.4) ...
  1481. 2017-04-20 12:07:10.934 | Setting up libapache2-mod-proxy-uwsgi (2.0.12-5ubuntu3) ...
  1482. 2017-04-20 12:07:11.124 | apache2_invoke: Enable module proxy_uwsgi
  1483. 2017-04-20 12:07:13.643 | Setting up liberasurecode1:amd64 (1.1.0-3) ...
  1484. 2017-04-20 12:07:13.664 | Setting up liberasurecode-dev (1.1.0-3) ...
  1485. 2017-04-20 12:07:13.681 | Setting up libffi-dev:amd64 (3.2.1-4) ...
  1486. 2017-04-20 12:07:13.698 | Setting up libkrb5-dev (1.13.2+dfsg-5ubuntu2) ...
  1487. 2017-04-20 12:07:13.713 | Setting up libyaml-dev:amd64 (0.1.6-3) ...
  1488. 2017-04-20 12:07:13.738 | Setting up socat (1.7.3.1-1) ...
  1489. 2017-04-20 12:07:13.753 | Setting up sysfsutils (2.1.0+repack-4) ...
  1490. 2017-04-20 12:07:13.783 | update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
  1491. 2017-04-20 12:07:14.090 | Setting up vlan (1.9-3.2ubuntu1.16.04.1) ...
  1492. 2017-04-20 12:07:14.121 | Setting up dh-strip-nondeterminism (0.015-1) ...
  1493. 2017-04-20 12:07:14.131 | Setting up debhelper (9.20160115ubuntu3) ...
  1494. 2017-04-20 12:07:14.141 | Setting up apache2-dev (2.4.18-2ubuntu3.1) ...
  1495. 2017-04-20 12:07:14.150 | Processing triggers for libc-bin (2.23-0ubuntu7) ...
  1496. 2017-04-20 12:07:14.183 | Processing triggers for systemd (229-4ubuntu16) ...
  1497. 2017-04-20 12:07:14.265 | Processing triggers for initramfs-tools (0.122ubuntu8.8) ...
  1498. 2017-04-20 12:07:14.306 | update-initramfs: Generating /boot/initrd.img-4.4.0-72-generic
  1499. 2017-04-20 12:07:31.895 | ++ functions-common:apt_get:1080 : result=0
  1500. 2017-04-20 12:07:31.896 | ++ functions-common:apt_get:1083 : time_stop apt-get
  1501. 2017-04-20 12:07:31.898 | ++ functions-common:time_stop:2488 : local name
  1502. 2017-04-20 12:07:31.899 | ++ functions-common:time_stop:2489 : local end_time
  1503. 2017-04-20 12:07:31.901 | ++ functions-common:time_stop:2490 : local elapsed_time
  1504. 2017-04-20 12:07:31.903 | ++ functions-common:time_stop:2491 : local total
  1505. 2017-04-20 12:07:31.904 | ++ functions-common:time_stop:2492 : local start_time
  1506. 2017-04-20 12:07:31.906 | ++ functions-common:time_stop:2494 : name=apt-get
  1507. 2017-04-20 12:07:31.907 | ++ functions-common:time_stop:2495 : start_time=1492689931
  1508. 2017-04-20 12:07:31.909 | ++ functions-common:time_stop:2497 : [[ -z 1492689931 ]]
  1509. 2017-04-20 12:07:31.911 | +++ functions-common:time_stop:2500 : date +%s
  1510. 2017-04-20 12:07:31.913 | ++ functions-common:time_stop:2500 : end_time=1492690051
  1511. 2017-04-20 12:07:31.915 | ++ functions-common:time_stop:2501 : elapsed_time=120
  1512. 2017-04-20 12:07:31.916 | ++ functions-common:time_stop:2502 : total=0
  1513. 2017-04-20 12:07:31.918 | ++ functions-common:time_stop:2504 : _TIME_START[$name]=
  1514. 2017-04-20 12:07:31.919 | ++ functions-common:time_stop:2505 : _TIME_TOTAL[$name]=120
  1515. 2017-04-20 12:07:31.921 | ++ functions-common:apt_get:1084 : return 0
  1516. 2017-04-20 12:07:31.923 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]]
  1517. 2017-04-20 12:07:31.924 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]]
  1518. 2017-04-20 12:07:31.926 | ++ tools/install_prereqs.sh:source:84 : python3_enabled
  1519. 2017-04-20 12:07:31.928 | ++ inc/python:python3_enabled:545 : [[ False == \T\r\u\e ]]
  1520. 2017-04-20 12:07:31.929 | ++ inc/python:python3_enabled:548 : return 1
  1521. 2017-04-20 12:07:31.932 | +++ tools/install_prereqs.sh:source:88 : which python
  1522. 2017-04-20 12:07:31.935 | ++ tools/install_prereqs.sh:source:88 : export PYTHON=/usr/bin/python
  1523. 2017-04-20 12:07:31.937 | ++ tools/install_prereqs.sh:source:88 : PYTHON=/usr/bin/python
  1524. 2017-04-20 12:07:31.938 | ++ tools/install_prereqs.sh:source:94 : date +%s
  1525. 2017-04-20 12:07:31.941 | ++ tools/install_prereqs.sh:source:95 : date
  1526. 2017-04-20 12:07:31.944 | + ./stack.sh:main:726 : [[ False != \T\r\u\e ]]
  1527. 2017-04-20 12:07:31.945 | + ./stack.sh:main:727 : PYPI_ALTERNATIVE_URL=
  1528. 2017-04-20 12:07:31.947 | + ./stack.sh:main:727 : /opt/stack/new/devstack/tools/install_pip.sh
  1529. 2017-04-20 12:07:32.287 | + tools/install_pip.sh:main:25 : FILES=/opt/stack/new/devstack/files
  1530. 2017-04-20 12:07:32.289 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py
  1531. 2017-04-20 12:07:32.290 | ++ tools/install_pip.sh:main:41 : basename https://bootstrap.pypa.io/get-pip.py
  1532. 2017-04-20 12:07:32.292 | + tools/install_pip.sh:main:41 : LOCAL_PIP=/opt/stack/new/devstack/files/get-pip.py
  1533. 2017-04-20 12:07:32.294 | + tools/install_pip.sh:main:43 : GetDistro
  1534. 2017-04-20 12:07:32.295 | + functions-common:GetDistro:367 : GetOSVersion
  1535. 2017-04-20 12:07:32.296 | + functions-common:GetOSVersion:344 : _ensure_lsb_release
  1536. 2017-04-20 12:07:32.298 | ++ functions-common:_ensure_lsb_release:315 : command -v lsb_release
  1537. 2017-04-20 12:07:32.299 | + functions-common:_ensure_lsb_release:315 : [[ -x /usr/bin/lsb_release ]]
  1538. 2017-04-20 12:07:32.301 | + functions-common:_ensure_lsb_release:316 : return
  1539. 2017-04-20 12:07:32.302 | ++ functions-common:GetOSVersion:346 : lsb_release -r -s
  1540. 2017-04-20 12:07:32.358 | + functions-common:GetOSVersion:346 : os_RELEASE=16.04
  1541. 2017-04-20 12:07:32.362 | ++ functions-common:GetOSVersion:347 : lsb_release -c -s
  1542. 2017-04-20 12:07:32.417 | + functions-common:GetOSVersion:347 : os_CODENAME=xenial
  1543. 2017-04-20 12:07:32.419 | ++ functions-common:GetOSVersion:348 : lsb_release -i -s
  1544. 2017-04-20 12:07:32.487 | + functions-common:GetOSVersion:348 : os_VENDOR=Ubuntu
  1545. 2017-04-20 12:07:32.490 | + functions-common:GetOSVersion:350 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]]
  1546. 2017-04-20 12:07:32.491 | + functions-common:GetOSVersion:351 : os_PACKAGE=deb
  1547. 2017-04-20 12:07:32.493 | + functions-common:GetOSVersion:356 : typeset -xr os_VENDOR
  1548. 2017-04-20 12:07:32.494 | + functions-common:GetOSVersion:357 : typeset -xr os_RELEASE
  1549. 2017-04-20 12:07:32.496 | + functions-common:GetOSVersion:358 : typeset -xr os_PACKAGE
  1550. 2017-04-20 12:07:32.497 | + functions-common:GetOSVersion:359 : typeset -xr os_CODENAME
  1551. 2017-04-20 12:07:32.498 | + functions-common:GetDistro:369 : [[ Ubuntu =~ (Ubuntu) ]]
  1552. 2017-04-20 12:07:32.500 | + functions-common:GetDistro:372 : DISTRO=xenial
  1553. 2017-04-20 12:07:32.501 | + functions-common:GetDistro:415 : typeset -xr DISTRO
  1554. 2017-04-20 12:07:32.503 | + tools/install_pip.sh:main:44 : echo 'Distro: xenial'
  1555. 2017-04-20 12:07:32.503 | Distro: xenial
  1556. 2017-04-20 12:07:32.504 | + tools/install_pip.sh:main:126 : get_versions
  1557. 2017-04-20 12:07:32.506 | ++ tools/install_pip.sh:get_versions:49 : which pip
  1558. 2017-04-20 12:07:32.509 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip
  1559. 2017-04-20 12:07:32.511 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]]
  1560. 2017-04-20 12:07:32.513 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version
  1561. 2017-04-20 12:07:32.515 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}'
  1562. 2017-04-20 12:07:33.161 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=9.0.1
  1563. 2017-04-20 12:07:33.163 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 9.0.1'
  1564. 2017-04-20 12:07:33.163 | pip: 9.0.1
  1565. 2017-04-20 12:07:33.165 | + tools/install_pip.sh:main:135 : is_fedora
  1566. 2017-04-20 12:07:33.167 | + functions-common:is_fedora:439 : [[ -z Ubuntu ]]
  1567. 2017-04-20 12:07:33.168 | + functions-common:is_fedora:443 : '[' Ubuntu = Fedora ']'
  1568. 2017-04-20 12:07:33.170 | + functions-common:is_fedora:443 : '[' Ubuntu = 'Red Hat' ']'
  1569. 2017-04-20 12:07:33.172 | + functions-common:is_fedora:444 : '[' Ubuntu = RedHatEnterpriseServer ']'
  1570. 2017-04-20 12:07:33.174 | + functions-common:is_fedora:445 : '[' Ubuntu = CentOS ']'
  1571. 2017-04-20 12:07:33.175 | + functions-common:is_fedora:445 : '[' Ubuntu = OracleServer ']'
  1572. 2017-04-20 12:07:33.177 | + functions-common:is_fedora:446 : '[' Ubuntu = Virtuozzo ']'
  1573. 2017-04-20 12:07:33.178 | + functions-common:is_fedora:446 : '[' Ubuntu = kvmibm ']'
  1574. 2017-04-20 12:07:33.180 | + tools/install_pip.sh:main:136 : uninstall_package python-pip
  1575. 2017-04-20 12:07:33.182 | + functions-common:uninstall_package:1305 : is_ubuntu
  1576. 2017-04-20 12:07:33.184 | + functions-common:is_ubuntu:466 : [[ -z deb ]]
  1577. 2017-04-20 12:07:33.185 | + functions-common:is_ubuntu:469 : '[' deb = deb ']'
  1578. 2017-04-20 12:07:33.187 | + functions-common:uninstall_package:1306 : apt_get purge python-pip
  1579. 2017-04-20 12:07:33.203 | + functions-common:apt_get:1076 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes purge python-pip
  1580. 2017-04-20 12:07:33.279 | Reading package lists...
  1581. 2017-04-20 12:07:33.502 | Building dependency tree...
  1582. 2017-04-20 12:07:33.502 | Reading state information...
  1583. 2017-04-20 12:07:33.666 | Package 'python-pip' is not installed, so not removed
  1584. 2017-04-20 12:07:33.666 | 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  1585. 2017-04-20 12:07:33.670 | + functions-common:apt_get:1080 : result=0
  1586. 2017-04-20 12:07:33.671 | + functions-common:apt_get:1083 : time_stop apt-get
  1587. 2017-04-20 12:07:33.673 | + functions-common:time_stop:2488 : local name
  1588. 2017-04-20 12:07:33.675 | + functions-common:time_stop:2489 : local end_time
  1589. 2017-04-20 12:07:33.676 | + functions-common:time_stop:2490 : local elapsed_time
  1590. 2017-04-20 12:07:33.678 | + functions-common:time_stop:2491 : local total
  1591. 2017-04-20 12:07:33.680 | + functions-common:time_stop:2492 : local start_time
  1592. 2017-04-20 12:07:33.682 | + functions-common:time_stop:2494 : name=apt-get
  1593. 2017-04-20 12:07:33.683 | + functions-common:time_stop:2495 : start_time=1492690053
  1594. 2017-04-20 12:07:33.685 | + functions-common:time_stop:2497 : [[ -z 1492690053 ]]
  1595. 2017-04-20 12:07:33.687 | ++ functions-common:time_stop:2500 : date +%s
  1596. 2017-04-20 12:07:33.690 | + functions-common:time_stop:2500 : end_time=1492690053
  1597. 2017-04-20 12:07:33.692 | + functions-common:time_stop:2501 : elapsed_time=0
  1598. 2017-04-20 12:07:33.693 | + functions-common:time_stop:2502 : total=0
  1599. 2017-04-20 12:07:33.695 | + functions-common:time_stop:2504 : _TIME_START[$name]=
  1600. 2017-04-20 12:07:33.696 | + functions-common:time_stop:2505 : _TIME_TOTAL[$name]=0
  1601. 2017-04-20 12:07:33.698 | + functions-common:apt_get:1084 : return 0
  1602. 2017-04-20 12:07:33.700 | + tools/install_pip.sh:main:137 : uninstall_package python3-pip
  1603. 2017-04-20 12:07:33.702 | + functions-common:uninstall_package:1305 : is_ubuntu
  1604. 2017-04-20 12:07:33.704 | + functions-common:is_ubuntu:466 : [[ -z deb ]]
  1605. 2017-04-20 12:07:33.705 | + functions-common:is_ubuntu:469 : '[' deb = deb ']'
  1606. 2017-04-20 12:07:33.707 | + functions-common:uninstall_package:1306 : apt_get purge python3-pip
  1607. 2017-04-20 12:07:33.725 | + functions-common:apt_get:1076 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes purge python3-pip
  1608. 2017-04-20 12:07:33.777 | Reading package lists...
  1609. 2017-04-20 12:07:34.029 | Building dependency tree...
  1610. 2017-04-20 12:07:34.030 | Reading state information...
  1611. 2017-04-20 12:07:34.205 | Package 'python3-pip' is not installed, so not removed
  1612. 2017-04-20 12:07:34.205 | 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  1613. 2017-04-20 12:07:34.210 | + functions-common:apt_get:1080 : result=0
  1614. 2017-04-20 12:07:34.212 | + functions-common:apt_get:1083 : time_stop apt-get
  1615. 2017-04-20 12:07:34.214 | + functions-common:time_stop:2488 : local name
  1616. 2017-04-20 12:07:34.216 | + functions-common:time_stop:2489 : local end_time
  1617. 2017-04-20 12:07:34.217 | + functions-common:time_stop:2490 : local elapsed_time
  1618. 2017-04-20 12:07:34.219 | + functions-common:time_stop:2491 : local total
  1619. 2017-04-20 12:07:34.221 | + functions-common:time_stop:2492 : local start_time
  1620. 2017-04-20 12:07:34.222 | + functions-common:time_stop:2494 : name=apt-get
  1621. 2017-04-20 12:07:34.224 | + functions-common:time_stop:2495 : start_time=1492690053
  1622. 2017-04-20 12:07:34.226 | + functions-common:time_stop:2497 : [[ -z 1492690053 ]]
  1623. 2017-04-20 12:07:34.228 | ++ functions-common:time_stop:2500 : date +%s
  1624. 2017-04-20 12:07:34.231 | + functions-common:time_stop:2500 : end_time=1492690054
  1625. 2017-04-20 12:07:34.233 | + functions-common:time_stop:2501 : elapsed_time=1
  1626. 2017-04-20 12:07:34.234 | + functions-common:time_stop:2502 : total=0
  1627. 2017-04-20 12:07:34.236 | + functions-common:time_stop:2504 : _TIME_START[$name]=
  1628. 2017-04-20 12:07:34.238 | + functions-common:time_stop:2505 : _TIME_TOTAL[$name]=1
  1629. 2017-04-20 12:07:34.240 | + functions-common:apt_get:1084 : return 0
  1630. 2017-04-20 12:07:34.241 | + tools/install_pip.sh:main:140 : install_get_pip
  1631. 2017-04-20 12:07:34.243 | + tools/install_pip.sh:install_get_pip:62 : [[ -r /opt/stack/new/devstack/files/get-pip.py ]]
  1632. 2017-04-20 12:07:34.245 | + tools/install_pip.sh:install_get_pip:63 : head -1 /opt/stack/new/devstack/files/get-pip.py
  1633. 2017-04-20 12:07:34.247 | + tools/install_pip.sh:install_get_pip:63 : grep -q '#!/usr/bin/env python'
  1634. 2017-04-20 12:07:34.252 | + tools/install_pip.sh:install_get_pip:79 : [[ ! -r /opt/stack/new/devstack/files/get-pip.py ]]
  1635. 2017-04-20 12:07:34.254 | + tools/install_pip.sh:install_get_pip:79 : [[ -r /opt/stack/new/devstack/files/get-pip.py.downloaded ]]
  1636. 2017-04-20 12:07:34.256 | + tools/install_pip.sh:install_get_pip:92 : sudo -H -E python /opt/stack/new/devstack/files/get-pip.py -c /opt/stack/new/devstack/tools/cap-pip.txt
  1637. 2017-04-20 12:07:37.120 | Requirement already up-to-date: pip!=8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/new/devstack/tools/cap-pip.txt (line 1))
  1638. 2017-04-20 12:07:37.337 | + tools/install_pip.sh:install_get_pip:93 : python3_enabled
  1639. 2017-04-20 12:07:37.340 | + inc/python:python3_enabled:545 : [[ False == \T\r\u\e ]]
  1640. 2017-04-20 12:07:37.342 | + inc/python:python3_enabled:548 : return 1
  1641. 2017-04-20 12:07:37.345 | + tools/install_pip.sh:main:142 : [[ -n '' ]]
  1642. 2017-04-20 12:07:37.348 | + tools/install_pip.sh:main:146 : set -x
  1643. 2017-04-20 12:07:37.350 | + tools/install_pip.sh:main:150 : pip_install_gr setuptools
  1644. 2017-04-20 12:07:37.352 | + inc/python:pip_install_gr:66 : local name=setuptools
  1645. 2017-04-20 12:07:37.354 | + inc/python:pip_install_gr:67 : local clean_name
  1646. 2017-04-20 12:07:37.356 | ++ inc/python:pip_install_gr:68 : get_from_global_requirements setuptools
  1647. 2017-04-20 12:07:37.359 | ++ inc/python:get_from_global_requirements:357 : local package=setuptools
  1648. 2017-04-20 12:07:37.361 | ++ inc/python:get_from_global_requirements:358 : local required_pkg
  1649. 2017-04-20 12:07:37.364 | +++ inc/python:get_from_global_requirements:359 : grep -i -h '^setuptools' /opt/stack/new/requirements/global-requirements.txt
  1650. 2017-04-20 12:07:37.366 | +++ inc/python:get_from_global_requirements:359 : cut -d# -f1
  1651. 2017-04-20 12:07:37.369 | ++ inc/python:get_from_global_requirements:359 : required_pkg='setuptools>=16.0,!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2 '
  1652. 2017-04-20 12:07:37.370 | ++ inc/python:get_from_global_requirements:360 : [[ setuptools>=16.0,!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2 == '' ]]
  1653. 2017-04-20 12:07:37.372 | ++ inc/python:get_from_global_requirements:363 : echo 'setuptools>=16.0,!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2'
  1654. 2017-04-20 12:07:37.374 | + inc/python:pip_install_gr:68 : clean_name='setuptools>=16.0,!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2'
  1655. 2017-04-20 12:07:37.376 | + inc/python:pip_install_gr:69 : pip_install 'setuptools>=16.0,!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2'
  1656. 2017-04-20 12:07:37.861 | + inc/python:pip_install:327 : sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/new/requirements/upper-constraints.txt 'setuptools>=16.0,!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2'
  1657. 2017-04-20 12:07:38.546 | Ignoring jsbeautifier: markers 'python_version == "3.4"' don't match your environment
  1658. 2017-04-20 12:07:38.548 | Ignoring jsbeautifier: markers 'python_version == "3.5"' don't match your environment
  1659. 2017-04-20 12:07:38.608 | Ignoring hyperframe: markers 'python_version == "3.4"' don't match your environment
  1660. 2017-04-20 12:07:38.611 | Ignoring hyperframe: markers 'python_version == "3.5"' don't match your environment
  1661. 2017-04-20 12:07:38.614 | Ignoring cssutils: markers 'python_version == "3.4"' don't match your environment
  1662. 2017-04-20 12:07:38.616 | Ignoring cssutils: markers 'python_version == "3.5"' don't match your environment
  1663. 2017-04-20 12:07:38.661 | Ignoring kaitaistruct: markers 'python_version == "3.4"' don't match your environment
  1664. 2017-04-20 12:07:38.664 | Ignoring kaitaistruct: markers 'python_version == "3.5"' don't match your environment
  1665. 2017-04-20 12:07:38.732 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment
  1666. 2017-04-20 12:07:38.734 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment
  1667. 2017-04-20 12:07:38.842 | Ignoring ruamel.yaml: markers 'python_version == "3.4"' don't match your environment
  1668. 2017-04-20 12:07:38.847 | Ignoring ruamel.yaml: markers 'python_version == "3.5"' don't match your environment
  1669. 2017-04-20 12:07:38.852 | Ignoring html2text: markers 'python_version == "3.4"' don't match your environment
  1670. 2017-04-20 12:07:38.855 | Ignoring html2text: markers 'python_version == "3.5"' don't match your environment
  1671. 2017-04-20 12:07:38.892 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
  1672. 2017-04-20 12:07:38.895 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment
  1673. 2017-04-20 12:07:38.902 | Ignoring hpack: markers 'python_version == "3.4"' don't match your environment
  1674. 2017-04-20 12:07:38.904 | Ignoring hpack: markers 'python_version == "3.5"' don't match your environment
  1675. 2017-04-20 12:07:38.932 | Ignoring pyperclip: markers 'python_version == "3.4"' don't match your environment
  1676. 2017-04-20 12:07:38.935 | Ignoring pyperclip: markers 'python_version == "3.5"' don't match your environment
  1677. 2017-04-20 12:07:38.960 | Ignoring brotlipy: markers 'python_version == "3.4"' don't match your environment
  1678. 2017-04-20 12:07:38.963 | Ignoring brotlipy: markers 'python_version == "3.5"' don't match your environment
  1679. 2017-04-20 12:07:38.986 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment
  1680. 2017-04-20 12:07:38.988 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment
  1681. 2017-04-20 12:07:39.005 | Ignoring urwid: markers 'python_version == "3.4"' don't match your environment
  1682. 2017-04-20 12:07:39.009 | Ignoring urwid: markers 'python_version == "3.5"' don't match your environment
  1683. 2017-04-20 12:07:39.038 | Ignoring argh: markers 'python_version == "3.4"' don't match your environment
  1684. 2017-04-20 12:07:39.041 | Ignoring argh: markers 'python_version == "3.5"' don't match your environment
  1685. 2017-04-20 12:07:39.207 | Ignoring blinker: markers 'python_version == "3.4"' don't match your environment
  1686. 2017-04-20 12:07:39.210 | Ignoring blinker: markers 'python_version == "3.5"' don't match your environment
  1687. 2017-04-20 12:07:39.253 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment
  1688. 2017-04-20 12:07:39.256 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment
  1689. 2017-04-20 12:07:39.276 | Ignoring h2: markers 'python_version == "3.4"' don't match your environment
  1690. 2017-04-20 12:07:39.278 | Ignoring h2: markers 'python_version == "3.5"' don't match your environment
  1691. 2017-04-20 12:07:39.287 | Ignoring mitmproxy: markers 'python_version == "3.4"' don't match your environment
  1692. 2017-04-20 12:07:39.290 | Ignoring mitmproxy: markers 'python_version == "3.5"' don't match your environment
  1693. 2017-04-20 12:07:39.326 | Ignoring EditorConfig: markers 'python_version == "3.4"' don't match your environment
  1694. 2017-04-20 12:07:39.329 | Ignoring EditorConfig: markers 'python_version == "3.5"' don't match your environment
  1695. 2017-04-20 12:07:39.383 | Ignoring watchdog: markers 'python_version == "3.4"' don't match your environment
  1696. 2017-04-20 12:07:39.387 | Ignoring watchdog: markers 'python_version == "3.5"' don't match your environment
  1697. 2017-04-20 12:07:39.420 | Ignoring backports-abc: markers 'python_version == "3.4"' don't match your environment
  1698. 2017-04-20 12:07:39.423 | Ignoring backports-abc: markers 'python_version == "3.5"' don't match your environment
  1699. 2017-04-20 12:07:39.446 | Ignoring pathtools: markers 'python_version == "3.4"' don't match your environment
  1700. 2017-04-20 12:07:39.449 | Ignoring pathtools: markers 'python_version == "3.5"' don't match your environment
  1701. 2017-04-20 12:07:39.521 | Ignoring sortedcontainers: markers 'python_version == "3.4"' don't match your environment
  1702. 2017-04-20 12:07:39.523 | Ignoring sortedcontainers: markers 'python_version == "3.5"' don't match your environment
  1703. 2017-04-20 12:07:39.577 | Requirement already satisfied: setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,>=16.0 in /usr/local/lib/python2.7/dist-packages
  1704. 2017-04-20 12:07:39.592 | Requirement already satisfied: appdirs===1.4.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/new/requirements/upper-constraints.txt (line 194))
  1705. 2017-04-20 12:07:39.596 | Requirement already satisfied: packaging===16.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/new/requirements/upper-constraints.txt (line 280))
  1706. 2017-04-20 12:07:39.602 | Requirement already satisfied: six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/new/requirements/upper-constraints.txt (line 383))
  1707. 2017-04-20 12:07:39.605 | Requirement already satisfied: pyparsing===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/new/requirements/upper-constraints.txt (line 348))
  1708. 2017-04-20 12:07:39.721 | + inc/python:pip_install:334 : result=0
  1709. 2017-04-20 12:07:39.723 | + inc/python:pip_install:337 : local 'test_req=setuptools>=16.0,!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2/test-requirements.txt'
  1710. 2017-04-20 12:07:39.725 | + inc/python:pip_install:338 : [[ 0 == 0 ]]
  1711. 2017-04-20 12:07:39.727 | + inc/python:pip_install:338 : [[ -e setuptools>=16.0,!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2/test-requirements.txt ]]
  1712. 2017-04-20 12:07:39.729 | + inc/python:pip_install:350 : time_stop pip_install
  1713. 2017-04-20 12:07:39.731 | + functions-common:time_stop:2488 : local name
  1714. 2017-04-20 12:07:39.733 | + functions-common:time_stop:2489 : local end_time
  1715. 2017-04-20 12:07:39.735 | + functions-common:time_stop:2490 : local elapsed_time
  1716. 2017-04-20 12:07:39.737 | + functions-common:time_stop:2491 : local total
  1717. 2017-04-20 12:07:39.738 | + functions-common:time_stop:2492 : local start_time
  1718. 2017-04-20 12:07:39.740 | + functions-common:time_stop:2494 : name=pip_install
  1719. 2017-04-20 12:07:39.742 | + functions-common:time_stop:2495 : start_time=1492690057
  1720. 2017-04-20 12:07:39.744 | + functions-common:time_stop:2497 : [[ -z 1492690057 ]]
  1721. 2017-04-20 12:07:39.748 | ++ functions-common:time_stop:2500 : date +%s
  1722. 2017-04-20 12:07:39.749 | + functions-common:time_stop:2500 : end_time=1492690059
  1723. 2017-04-20 12:07:39.751 | + functions-common:time_stop:2501 : elapsed_time=2
  1724. 2017-04-20 12:07:39.753 | + functions-common:time_stop:2502 : total=0
  1725. 2017-04-20 12:07:39.754 | + functions-common:time_stop:2504 : _TIME_START[$name]=
  1726. 2017-04-20 12:07:39.756 | + functions-common:time_stop:2505 : _TIME_TOTAL[$name]=2
  1727. 2017-04-20 12:07:39.758 | + inc/python:pip_install:351 : return 0
  1728. 2017-04-20 12:07:39.759 | + tools/install_pip.sh:main:152 : get_versions
  1729. 2017-04-20 12:07:39.762 | ++ tools/install_pip.sh:get_versions:49 : which pip
  1730. 2017-04-20 12:07:39.765 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip
  1731. 2017-04-20 12:07:39.767 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]]
  1732. 2017-04-20 12:07:39.771 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}'
  1733. 2017-04-20 12:07:39.771 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version
  1734. 2017-04-20 12:07:40.243 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=9.0.1
  1735. 2017-04-20 12:07:40.245 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 9.0.1'
  1736. 2017-04-20 12:07:40.245 | pip: 9.0.1
  1737. 2017-04-20 12:07:40.249 | + ./stack.sh:main:731 : pip_install -U os-testr
  1738. 2017-04-20 12:07:40.688 | + inc/python:pip_install:327 : sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/new/requirements/upper-constraints.txt -U os-testr
  1739. 2017-04-20 12:07:41.439 | Ignoring jsbeautifier: markers 'python_version == "3.4"' don't match your environment
  1740. 2017-04-20 12:07:41.442 | Ignoring jsbeautifier: markers 'python_version == "3.5"' don't match your environment
  1741. 2017-04-20 12:07:41.495 | Ignoring hyperframe: markers 'python_version == "3.4"' don't match your environment
  1742. 2017-04-20 12:07:41.497 | Ignoring hyperframe: markers 'python_version == "3.5"' don't match your environment
  1743. 2017-04-20 12:07:41.500 | Ignoring cssutils: markers 'python_version == "3.4"' don't match your environment
  1744. 2017-04-20 12:07:41.502 | Ignoring cssutils: markers 'python_version == "3.5"' don't match your environment
  1745. 2017-04-20 12:07:41.541 | Ignoring kaitaistruct: markers 'python_version == "3.4"' don't match your environment
  1746. 2017-04-20 12:07:41.543 | Ignoring kaitaistruct: markers 'python_version == "3.5"' don't match your environment
  1747. 2017-04-20 12:07:41.604 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment
  1748. 2017-04-20 12:07:41.606 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment
  1749. 2017-04-20 12:07:41.678 | Ignoring ruamel.yaml: markers 'python_version == "3.4"' don't match your environment
  1750. 2017-04-20 12:07:41.682 | Ignoring ruamel.yaml: markers 'python_version == "3.5"' don't match your environment
  1751. 2017-04-20 12:07:41.686 | Ignoring html2text: markers 'python_version == "3.4"' don't match your environment
  1752. 2017-04-20 12:07:41.688 | Ignoring html2text: markers 'python_version == "3.5"' don't match your environment
  1753. 2017-04-20 12:07:41.721 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
  1754. 2017-04-20 12:07:41.723 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment
  1755. 2017-04-20 12:07:41.730 | Ignoring hpack: markers 'python_version == "3.4"' don't match your environment
  1756. 2017-04-20 12:07:41.732 | Ignoring hpack: markers 'python_version == "3.5"' don't match your environment
  1757. 2017-04-20 12:07:41.754 | Ignoring pyperclip: markers 'python_version == "3.4"' don't match your environment
  1758. 2017-04-20 12:07:41.757 | Ignoring pyperclip: markers 'python_version == "3.5"' don't match your environment
  1759. 2017-04-20 12:07:41.779 | Ignoring brotlipy: markers 'python_version == "3.4"' don't match your environment
  1760. 2017-04-20 12:07:41.781 | Ignoring brotlipy: markers 'python_version == "3.5"' don't match your environment
  1761. 2017-04-20 12:07:41.810 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment
  1762. 2017-04-20 12:07:41.812 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment
  1763. 2017-04-20 12:07:41.828 | Ignoring urwid: markers 'python_version == "3.4"' don't match your environment
  1764. 2017-04-20 12:07:41.832 | Ignoring urwid: markers 'python_version == "3.5"' don't match your environment
  1765. 2017-04-20 12:07:41.858 | Ignoring argh: markers 'python_version == "3.4"' don't match your environment
  1766. 2017-04-20 12:07:41.861 | Ignoring argh: markers 'python_version == "3.5"' don't match your environment
  1767. 2017-04-20 12:07:42.016 | Ignoring blinker: markers 'python_version == "3.4"' don't match your environment
  1768. 2017-04-20 12:07:42.019 | Ignoring blinker: markers 'python_version == "3.5"' don't match your environment
  1769. 2017-04-20 12:07:42.058 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment
  1770. 2017-04-20 12:07:42.061 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment
  1771. 2017-04-20 12:07:42.077 | Ignoring h2: markers 'python_version == "3.4"' don't match your environment
  1772. 2017-04-20 12:07:42.080 | Ignoring h2: markers 'python_version == "3.5"' don't match your environment
  1773. 2017-04-20 12:07:42.087 | Ignoring mitmproxy: markers 'python_version == "3.4"' don't match your environment
  1774. 2017-04-20 12:07:42.090 | Ignoring mitmproxy: markers 'python_version == "3.5"' don't match your environment
  1775. 2017-04-20 12:07:42.127 | Ignoring EditorConfig: markers 'python_version == "3.4"' don't match your environment
  1776. 2017-04-20 12:07:42.127 | Ignoring EditorConfig: markers 'python_version == "3.5"' don't match your environment
  1777. 2017-04-20 12:07:42.176 | Ignoring watchdog: markers 'python_version == "3.4"' don't match your environment
  1778. 2017-04-20 12:07:42.178 | Ignoring watchdog: markers 'python_version == "3.5"' don't match your environment
  1779. 2017-04-20 12:07:42.207 | Ignoring backports-abc: markers 'python_version == "3.4"' don't match your environment
  1780. 2017-04-20 12:07:42.210 | Ignoring backports-abc: markers 'python_version == "3.5"' don't match your environment
  1781. 2017-04-20 12:07:42.230 | Ignoring pathtools: markers 'python_version == "3.4"' don't match your environment
  1782. 2017-04-20 12:07:42.233 | Ignoring pathtools: markers 'python_version == "3.5"' don't match your environment
  1783. 2017-04-20 12:07:42.296 | Ignoring sortedcontainers: markers 'python_version == "3.4"' don't match your environment
  1784. 2017-04-20 12:07:42.299 | Ignoring sortedcontainers: markers 'python_version == "3.5"' don't match your environment
  1785. 2017-04-20 12:07:42.391 | Collecting os-testr===0.8.0 (from -c /opt/stack/new/requirements/upper-constraints.txt (line 376))
  1786. 2017-04-20 12:07:42.829 | Using cached os_testr-0.8.0-py2-none-any.whl
  1787. 2017-04-20 12:07:42.955 | Collecting Babel===2.3.4 (from -c /opt/stack/new/requirements/upper-constraints.txt (line 483))
  1788. 2017-04-20 12:07:43.154 | Downloading Babel-2.3.4-py2.py3-none-any.whl (7.1MB)
  1789. 2017-04-20 12:08:02.167 | Collecting pytz===2017.2 (from -c /opt/stack/new/requirements/upper-constraints.txt (line 515))
  1790. 2017-04-20 12:08:02.732 | Using cached pytz-2017.2-py2.py3-none-any.whl
  1791. 2017-04-20 12:08:02.996 | Collecting python-subunit===1.2.0 (from -c /opt/stack/new/requirements/upper-constraints.txt (line 150))
  1792. 2017-04-20 12:08:03.128 | Using cached python_subunit-1.2.0-py2.py3-none-any.whl
  1793. 2017-04-20 12:08:03.282 | Collecting pbr===2.0.0 (from -c /opt/stack/new/requirements/upper-constraints.txt (line 38))
  1794. 2017-04-20 12:08:03.523 | Downloading pbr-2.0.0-py2.py3-none-any.whl (98kB)
  1795. 2017-04-20 12:08:03.827 | Collecting testrepository===0.0.20 (from -c /opt/stack/new/requirements/upper-constraints.txt (line 326))
  1796. 2017-04-20 12:08:04.219 | Collecting testtools===2.2.0 (from -c /opt/stack/new/requirements/upper-constraints.txt (line 291))
  1797. 2017-04-20 12:08:04.372 | Using cached testtools-2.2.0-py2.py3-none-any.whl
  1798. 2017-04-20 12:08:04.524 | Collecting extras===1.0.0 (from -c /opt/stack/new/requirements/upper-constraints.txt (line 139))
  1799. 2017-04-20 12:08:04.629 | Using cached extras-1.0.0-py2.py3-none-any.whl
  1800. 2017-04-20 12:08:04.762 | Collecting fixtures===3.0.0 (from -c /opt/stack/new/requirements/upper-constraints.txt (line 51))
  1801. 2017-04-20 12:08:04.897 | Using cached fixtures-3.0.0-py2.py3-none-any.whl
  1802. 2017-04-20 12:08:05.039 | Collecting python-mimeparse===1.6.0 (from -c /opt/stack/new/requirements/upper-constraints.txt (line 82))
  1803. 2017-04-20 12:08:05.146 | Using cached python_mimeparse-1.6.0-py2.py3-none-any.whl
  1804. 2017-04-20 12:08:05.357 | Requirement already up-to-date: six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/new/requirements/upper-constraints.txt (line 383))
  1805. 2017-04-20 12:08:05.419 | Collecting traceback2===1.4.0 (from -c /opt/stack/new/requirements/upper-constraints.txt (line 124))
  1806. 2017-04-20 12:08:05.541 | Using cached traceback2-1.4.0-py2.py3-none-any.whl
  1807. 2017-04-20 12:08:05.684 | Collecting unittest2===1.1.0 (from -c /opt/stack/new/requirements/upper-constraints.txt (line 167))
  1808. 2017-04-20 12:08:05.815 | Using cached unittest2-1.1.0-py2.py3-none-any.whl
  1809. 2017-04-20 12:08:05.952 | Collecting linecache2===1.0.0 (from -c /opt/stack/new/requirements/upper-constraints.txt (line 306))
  1810. 2017-04-20 12:08:06.478 | Using cached linecache2-1.0.0-py2.py3-none-any.whl
  1811. 2017-04-20 12:08:06.692 | Collecting argparse (from unittest2===1.1.0->-c /opt/stack/new/requirements/upper-constraints.txt (line 167))
  1812. 2017-04-20 12:08:06.736 | Using cached argparse-1.4.0-py2.py3-none-any.whl
  1813. 2017-04-20 12:08:06.745 | Installing collected packages: pbr, python-mimeparse, extras, linecache2, traceback2, argparse, unittest2, testtools, fixtures, python-subunit, testrepository, pytz, Babel, os-testr
  1814. 2017-04-20 12:08:06.918 | Found existing installation: argparse 1.2.1
  1815. 2017-04-20 12:08:06.921 | Not uninstalling argparse at /usr/lib/python2.7, as it is in the standard library.
  1816. 2017-04-20 12:08:08.537 | Successfully installed Babel-2.3.4 argparse-1.4.0 extras-1.0.0 fixtures-3.0.0 linecache2-1.0.0 os-testr-0.8.0 pbr-2.0.0 python-mimeparse-1.6.0 python-subunit-1.2.0 pytz-2017.2 testrepository-0.0.20 testtools-2.2.0 traceback2-1.4.0 unittest2-1.1.0
  1817. 2017-04-20 12:08:08.747 | + inc/python:pip_install:334 : result=0
  1818. 2017-04-20 12:08:08.750 | + inc/python:pip_install:337 : local test_req=os-testr/test-requirements.txt
  1819. 2017-04-20 12:08:08.753 | + inc/python:pip_install:338 : [[ 0 == 0 ]]
  1820. 2017-04-20 12:08:08.755 | + inc/python:pip_install:338 : [[ -e os-testr/test-requirements.txt ]]
  1821. 2017-04-20 12:08:08.758 | + inc/python:pip_install:350 : time_stop pip_install
  1822. 2017-04-20 12:08:08.760 | + functions-common:time_stop:2488 : local name
  1823. 2017-04-20 12:08:08.763 | + functions-common:time_stop:2489 : local end_time
  1824. 2017-04-20 12:08:08.766 | + functions-common:time_stop:2490 : local elapsed_time
  1825. 2017-04-20 12:08:08.768 | + functions-common:time_stop:2491 : local total
  1826. 2017-04-20 12:08:08.771 | + functions-common:time_stop:2492 : local start_time
  1827. 2017-04-20 12:08:08.774 | + functions-common:time_stop:2494 : name=pip_install
  1828. 2017-04-20 12:08:08.776 | + functions-common:time_stop:2495 : start_time=1492690060
  1829. 2017-04-20 12:08:08.779 | + functions-common:time_stop:2497 : [[ -z 1492690060 ]]
  1830. 2017-04-20 12:08:08.781 | ++ functions-common:time_stop:2500 : date +%s
  1831. 2017-04-20 12:08:08.786 | + functions-common:time_stop:2500 : end_time=1492690088
  1832. 2017-04-20 12:08:08.788 | + functions-common:time_stop:2501 : elapsed_time=28
  1833. 2017-04-20 12:08:08.790 | + functions-common:time_stop:2502 : total=0
  1834. 2017-04-20 12:08:08.792 | + functions-common:time_stop:2504 : _TIME_START[$name]=
  1835. 2017-04-20 12:08:08.794 | + functions-common:time_stop:2505 : _TIME_TOTAL[$name]=28
  1836. 2017-04-20 12:08:08.797 | + inc/python:pip_install:351 : return 0
  1837. 2017-04-20 12:08:08.799 | + ./stack.sh:main:733 : TRACK_DEPENDS=False
  1838. 2017-04-20 12:08:08.802 | + ./stack.sh:main:736 : [[ False = True ]]
  1839. 2017-04-20 12:08:08.805 | + ./stack.sh:main:747 : source /opt/stack/new/devstack/tools/fixup_stuff.sh
  1840. 2017-04-20 12:08:08.807 | ++ tools/fixup_stuff.sh:source:22 : [[ -z /opt/stack/new/devstack ]]
  1841. 2017-04-20 12:08:08.809 | ++ tools/fixup_stuff.sh:source:48 : keystone_ports=35357,35358
  1842. 2017-04-20 12:08:08.812 | ++ tools/fixup_stuff.sh:source:53 : sysctl net.ipv4.ip_local_reserved_ports
  1843. 2017-04-20 12:08:08.819 | +++ tools/fixup_stuff.sh:source:55 : sysctl net.ipv4.ip_local_reserved_ports
  1844. 2017-04-20 12:08:08.820 | +++ tools/fixup_stuff.sh:source:55 : awk -F= '{print $2;}'
  1845. 2017-04-20 12:08:08.823 | +++ tools/fixup_stuff.sh:source:55 : sed 's/^ //'
  1846. 2017-04-20 12:08:08.829 | ++ tools/fixup_stuff.sh:source:55 : reserved_ports=
  1847. 2017-04-20 12:08:08.832 | ++ tools/fixup_stuff.sh:source:57 : [[ -z '' ]]
  1848. 2017-04-20 12:08:08.835 | ++ tools/fixup_stuff.sh:source:59 : sudo sysctl -w net.ipv4.ip_local_reserved_ports=35357,35358
  1849. 2017-04-20 12:08:08.843 | net.ipv4.ip_local_reserved_ports = 35357,35358
  1850. 2017-04-20 12:08:08.847 | ++ tools/fixup_stuff.sh:source:75 : [[ xenial = \x\e\n\i\a\l ]]
  1851. 2017-04-20 12:08:08.849 | ++ tools/fixup_stuff.sh:source:77 : install_package software-properties-common
  1852. 2017-04-20 12:08:08.852 | ++ functions-common:install_package:1276 : update_package_repo
  1853. 2017-04-20 12:08:08.855 | ++ functions-common:update_package_repo:1248 : NO_UPDATE_REPOS=False
  1854. 2017-04-20 12:08:08.857 | ++ functions-common:update_package_repo:1249 : REPOS_UPDATED=True
  1855. 2017-04-20 12:08:08.859 | ++ functions-common:update_package_repo:1250 : RETRY_UPDATE=False
  1856. 2017-04-20 12:08:08.861 | ++ functions-common:update_package_repo:1252 : [[ False = \T\r\u\e ]]
  1857. 2017-04-20 12:08:08.864 | ++ functions-common:update_package_repo:1256 : is_ubuntu
  1858. 2017-04-20 12:08:08.866 | ++ functions-common:is_ubuntu:466 : [[ -z deb ]]
  1859. 2017-04-20 12:08:08.868 | ++ functions-common:is_ubuntu:469 : '[' deb = deb ']'
  1860. 2017-04-20 12:08:08.871 | ++ functions-common:update_package_repo:1257 : apt_get_update
  1861. 2017-04-20 12:08:08.873 | ++ functions-common:apt_get_update:1035 : [[ True == \T\r\u\e ]]
  1862. 2017-04-20 12:08:08.876 | ++ functions-common:apt_get_update:1035 : [[ False != \T\r\u\e ]]
  1863. 2017-04-20 12:08:08.879 | ++ functions-common:apt_get_update:1036 : return
  1864. 2017-04-20 12:08:08.882 | ++ functions-common:install_package:1277 : real_install_package software-properties-common
  1865. 2017-04-20 12:08:08.884 | ++ functions-common:real_install_package:1262 : is_ubuntu
  1866. 2017-04-20 12:08:08.886 | ++ functions-common:is_ubuntu:466 : [[ -z deb ]]
  1867. 2017-04-20 12:08:08.888 | ++ functions-common:is_ubuntu:469 : '[' deb = deb ']'
  1868. 2017-04-20 12:08:08.891 | ++ functions-common:real_install_package:1263 : apt_get install software-properties-common
  1869. 2017-04-20 12:08:08.911 | ++ functions-common:apt_get:1076 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install software-properties-common
  1870. 2017-04-20 12:08:08.966 | Reading package lists...
  1871. 2017-04-20 12:08:09.176 | Building dependency tree...
  1872. 2017-04-20 12:08:09.177 | Reading state information...
  1873. 2017-04-20 12:08:09.336 | software-properties-common is already the newest version (0.96.20.5).
  1874. 2017-04-20 12:08:09.337 | 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  1875. 2017-04-20 12:08:09.347 | ++ functions-common:apt_get:1080 : result=0
  1876. 2017-04-20 12:08:09.350 | ++ functions-common:apt_get:1083 : time_stop apt-get
  1877. 2017-04-20 12:08:09.352 | ++ functions-common:time_stop:2488 : local name
  1878. 2017-04-20 12:08:09.355 | ++ functions-common:time_stop:2489 : local end_time
  1879. 2017-04-20 12:08:09.357 | ++ functions-common:time_stop:2490 : local elapsed_time
  1880. 2017-04-20 12:08:09.360 | ++ functions-common:time_stop:2491 : local total
  1881. 2017-04-20 12:08:09.362 | ++ functions-common:time_stop:2492 : local start_time
  1882. 2017-04-20 12:08:09.364 | ++ functions-common:time_stop:2494 : name=apt-get
  1883. 2017-04-20 12:08:09.367 | ++ functions-common:time_stop:2495 : start_time=1492690088
  1884. 2017-04-20 12:08:09.369 | ++ functions-common:time_stop:2497 : [[ -z 1492690088 ]]
  1885. 2017-04-20 12:08:09.372 | +++ functions-common:time_stop:2500 : date +%s
  1886. 2017-04-20 12:08:09.376 | ++ functions-common:time_stop:2500 : end_time=1492690089
  1887. 2017-04-20 12:08:09.378 | ++ functions-common:time_stop:2501 : elapsed_time=1
  1888. 2017-04-20 12:08:09.380 | ++ functions-common:time_stop:2502 : total=120
  1889. 2017-04-20 12:08:09.382 | ++ functions-common:time_stop:2504 : _TIME_START[$name]=
  1890. 2017-04-20 12:08:09.385 | ++ functions-common:time_stop:2505 : _TIME_TOTAL[$name]=121
  1891. 2017-04-20 12:08:09.387 | ++ functions-common:apt_get:1084 : return 0
  1892. 2017-04-20 12:08:09.389 | ++ tools/fixup_stuff.sh:source:79 : [[ -f /etc/ci/mirror_info.sh ]]
  1893. 2017-04-20 12:08:09.391 | ++ tools/fixup_stuff.sh:source:92 : sudo add-apt-repository -y cloud-archive:ocata
  1894. 2017-04-20 12:08:10.066 | Reading package lists...
  1895. 2017-04-20 12:08:10.292 | Building dependency tree...
  1896. 2017-04-20 12:08:10.293 | Reading state information...
  1897. 2017-04-20 12:08:10.455 | The following NEW packages will be installed:
  1898. 2017-04-20 12:08:10.455 | ubuntu-cloud-keyring
  1899. 2017-04-20 12:08:10.740 | 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  1900. 2017-04-20 12:08:10.740 | Need to get 5086 B of archives.
  1901. 2017-04-20 12:08:10.740 | After this operation, 34.8 kB of additional disk space will be used.
  1902. 2017-04-20 12:08:10.740 | Get:1 http://archive.ubuntu.com/ubuntu xenial/universe amd64 ubuntu-cloud-keyring all 2012.08.14 [5086 B]
  1903. 2017-04-20 12:08:10.911 | debconf: delaying package configuration, since apt-utils is not installed
  1904. 2017-04-20 12:08:10.948 | Fetched 5086 B in 0s (19.5 kB/s)
  1905. 2017-04-20 12:08:11.005 | Selecting previously unselected package ubuntu-cloud-keyring.
  1906. 2017-04-20 12:08:11.047 | (Reading database ...
  1907. (Reading database ... 5%
  1908. (Reading database ... 10%
  1909. (Reading database ... 15%
  1910. (Reading database ... 20%
  1911. (Reading database ... 25%
  1912. (Reading database ... 30%
  1913. (Reading database ... 35%
  1914. (Reading database ... 40%
  1915. (Reading database ... 45%
  1916. (Reading database ... 50%
  1917. (Reading database ... 55%
  1918. (Reading database ... 60%
  1919. (Reading database ... 65%
  1920. (Reading database ... 70%
  1921. (Reading database ... 75%
  1922. (Reading database ... 80%
  1923. (Reading database ... 85%
  1924. (Reading database ... 90%
  1925. (Reading database ... 95%
  1926. (Reading database ... 100%
  1927. (Reading database ... 67586 files and directories currently installed.)
  1928. 2017-04-20 12:08:11.050 | Preparing to unpack .../ubuntu-cloud-keyring_2012.08.14_all.deb ...
  1929. 2017-04-20 12:08:11.056 | Unpacking ubuntu-cloud-keyring (2012.08.14) ...
  1930. 2017-04-20 12:08:11.127 | Setting up ubuntu-cloud-keyring (2012.08.14) ...
  1931. 2017-04-20 12:08:11.143 | Importing ubuntu-cloud.archive.canonical.com keyring
  1932. 2017-04-20 12:08:11.347 | OK
  1933. 2017-04-20 12:08:11.349 | Processing ubuntu-cloud.archive.canonical.com removal keyring
  1934. 2017-04-20 12:08:11.352 | gpg: /etc/apt/trustdb.gpg: trustdb created
  1935. 2017-04-20 12:08:11.353 | OK
  1936. 2017-04-20 12:08:12.809 | ++ tools/fixup_stuff.sh:source:95 : REPOS_UPDATED=False
  1937. 2017-04-20 12:08:12.813 | ++ tools/fixup_stuff.sh:source:96 : apt_get_update
  1938. 2017-04-20 12:08:12.815 | ++ functions-common:apt_get_update:1035 : [[ False == \T\r\u\e ]]
  1939. 2017-04-20 12:08:12.818 | ++ functions-common:apt_get_update:1040 : [[ False = \T\r\u\e ]]
  1940. 2017-04-20 12:08:12.820 | ++ functions-common:apt_get_update:1042 : local sudo=sudo
  1941. 2017-04-20 12:08:12.823 | +++ functions-common:apt_get_update:1043 : id -u
  1942. 2017-04-20 12:08:12.829 | ++ functions-common:apt_get_update:1043 : [[ 3003 = \0 ]]
  1943. 2017-04-20 12:08:12.831 | ++ functions-common:apt_get_update:1046 : time_start apt-get-update
  1944. 2017-04-20 12:08:12.833 | ++ functions-common:time_start:2474 : local name=apt-get-update
  1945. 2017-04-20 12:08:12.836 | ++ functions-common:time_start:2475 : local start_time=
  1946. 2017-04-20 12:08:12.839 | ++ functions-common:time_start:2476 : [[ -n '' ]]
  1947. 2017-04-20 12:08:12.841 | +++ functions-common:time_start:2479 : date +%s
  1948. 2017-04-20 12:08:12.846 | ++ functions-common:time_start:2479 : _TIME_START[$name]=1492690092
  1949. 2017-04-20 12:08:12.848 | ++ functions-common:apt_get_update:1048 : local 'proxies=http_proxy= https_proxy= no_proxy= '
  1950. 2017-04-20 12:08:12.851 | ++ functions-common:apt_get_update:1049 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update'
  1951. 2017-04-20 12:08:12.853 | ++ functions-common:apt_get_update:1050 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done'
  1952. 2017-04-20 12:08:13.357 | Hit:1 http://archive.ubuntu.com/ubuntu xenial InRelease
  1953. 2017-04-20 12:08:13.563 | Get:2 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]
  1954. 2017-04-20 12:08:13.816 | Ign:3 http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/ocata InRelease
  1955. 2017-04-20 12:08:14.011 | Get:4 http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/ocata Release [7882 B]
  1956. 2017-04-20 12:08:14.088 | Get:5 http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/ocata Release.gpg [543 B]
  1957. 2017-04-20 12:08:14.149 | Get:6 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [102 kB]
  1958. 2017-04-20 12:08:14.181 | Ign:5 http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/ocata Release.gpg
  1959. 2017-04-20 12:08:14.498 | Get:7 http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/ocata/main amd64 Packages [146 kB]
  1960. 2017-04-20 12:08:15.311 | Get:8 http://archive.ubuntu.com/ubuntu xenial-security InRelease [102 kB]
  1961. 2017-04-20 12:08:15.967 | Fetched 461 kB in 3s (151 kB/s)
  1962. 2017-04-20 12:08:17.292 | Reading package lists...
  1963. 2017-04-20 12:08:17.339 | W: GPG error: http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/ocata Release: The following signatures were invalid: BADSIG 5EDB1B62EC4926EA Canonical Cloud Archive Signing Key <ftpmaster@canonical.com>
  1964. 2017-04-20 12:08:17.339 | W: The repository 'http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/ocata Release' is not signed.
  1965. 2017-04-20 12:08:17.362 | ++ functions-common:apt_get_update:1054 : REPOS_UPDATED=True
  1966. 2017-04-20 12:08:17.364 | ++ functions-common:apt_get_update:1056 : time_stop apt-get-update
  1967. 2017-04-20 12:08:17.367 | ++ functions-common:time_stop:2488 : local name
  1968. 2017-04-20 12:08:17.370 | ++ functions-common:time_stop:2489 : local end_time
  1969. 2017-04-20 12:08:17.372 | ++ functions-common:time_stop:2490 : local elapsed_time
  1970. 2017-04-20 12:08:17.375 | ++ functions-common:time_stop:2491 : local total
  1971. 2017-04-20 12:08:17.378 | ++ functions-common:time_stop:2492 : local start_time
  1972. 2017-04-20 12:08:17.380 | ++ functions-common:time_stop:2494 : name=apt-get-update
  1973. 2017-04-20 12:08:17.383 | ++ functions-common:time_stop:2495 : start_time=1492690092
  1974. 2017-04-20 12:08:17.385 | ++ functions-common:time_stop:2497 : [[ -z 1492690092 ]]
  1975. 2017-04-20 12:08:17.389 | +++ functions-common:time_stop:2500 : date +%s
  1976. 2017-04-20 12:08:17.393 | ++ functions-common:time_stop:2500 : end_time=1492690097
  1977. 2017-04-20 12:08:17.396 | ++ functions-common:time_stop:2501 : elapsed_time=5
  1978. 2017-04-20 12:08:17.399 | ++ functions-common:time_stop:2502 : total=4
  1979. 2017-04-20 12:08:17.401 | ++ functions-common:time_stop:2504 : _TIME_START[$name]=
  1980. 2017-04-20 12:08:17.403 | ++ functions-common:time_stop:2505 : _TIME_TOTAL[$name]=9
  1981. 2017-04-20 12:08:17.406 | ++ tools/fixup_stuff.sh:source:115 : pip_install 'prettytable>=0.7'
  1982. 2017-04-20 12:08:17.962 | ++ inc/python:pip_install:327 : sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/new/requirements/upper-constraints.txt 'prettytable>=0.7'
  1983. 2017-04-20 12:08:18.689 | Ignoring jsbeautifier: markers 'python_version == "3.4"' don't match your environment
  1984. 2017-04-20 12:08:18.692 | Ignoring jsbeautifier: markers 'python_version == "3.5"' don't match your environment
  1985. 2017-04-20 12:08:18.753 | Ignoring hyperframe: markers 'python_version == "3.4"' don't match your environment
  1986. 2017-04-20 12:08:18.757 | Ignoring hyperframe: markers 'python_version == "3.5"' don't match your environment
  1987. 2017-04-20 12:08:18.761 | Ignoring cssutils: markers 'python_version == "3.4"' don't match your environment
  1988. 2017-04-20 12:08:18.764 | Ignoring cssutils: markers 'python_version == "3.5"' don't match your environment
  1989. 2017-04-20 12:08:18.808 | Ignoring kaitaistruct: markers 'python_version == "3.4"' don't match your environment
  1990. 2017-04-20 12:08:18.811 | Ignoring kaitaistruct: markers 'python_version == "3.5"' don't match your environment
  1991. 2017-04-20 12:08:18.897 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment
  1992. 2017-04-20 12:08:18.900 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment
  1993. 2017-04-20 12:08:18.965 | Ignoring ruamel.yaml: markers 'python_version == "3.4"' don't match your environment
  1994. 2017-04-20 12:08:18.969 | Ignoring ruamel.yaml: markers 'python_version == "3.5"' don't match your environment
  1995. 2017-04-20 12:08:18.973 | Ignoring html2text: markers 'python_version == "3.4"' don't match your environment
  1996. 2017-04-20 12:08:18.976 | Ignoring html2text: markers 'python_version == "3.5"' don't match your environment
  1997. 2017-04-20 12:08:19.010 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
  1998. 2017-04-20 12:08:19.013 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment
  1999. 2017-04-20 12:08:19.019 | Ignoring hpack: markers 'python_version == "3.4"' don't match your environment
  2000. 2017-04-20 12:08:19.021 | Ignoring hpack: markers 'python_version == "3.5"' don't match your environment
  2001. 2017-04-20 12:08:19.043 | Ignoring pyperclip: markers 'python_version == "3.4"' don't match your environment
  2002. 2017-04-20 12:08:19.046 | Ignoring pyperclip: markers 'python_version == "3.5"' don't match your environment
  2003. 2017-04-20 12:08:19.088 | Ignoring brotlipy: markers 'python_version == "3.4"' don't match your environment
  2004. 2017-04-20 12:08:19.090 | Ignoring brotlipy: markers 'python_version == "3.5"' don't match your environment
  2005. 2017-04-20 12:08:19.112 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment
  2006. 2017-04-20 12:08:19.114 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment
  2007. 2017-04-20 12:08:19.130 | Ignoring urwid: markers 'python_version == "3.4"' don't match your environment
  2008. 2017-04-20 12:08:19.134 | Ignoring urwid: markers 'python_version == "3.5"' don't match your environment
  2009. 2017-04-20 12:08:19.162 | Ignoring argh: markers 'python_version == "3.4"' don't match your environment
  2010. 2017-04-20 12:08:19.165 | Ignoring argh: markers 'python_version == "3.5"' don't match your environment
  2011. 2017-04-20 12:08:19.322 | Ignoring blinker: markers 'python_version == "3.4"' don't match your environment
  2012. 2017-04-20 12:08:19.324 | Ignoring blinker: markers 'python_version == "3.5"' don't match your environment
  2013. 2017-04-20 12:08:19.366 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment
  2014. 2017-04-20 12:08:19.369 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment
  2015. 2017-04-20 12:08:19.385 | Ignoring h2: markers 'python_version == "3.4"' don't match your environment
  2016. 2017-04-20 12:08:19.388 | Ignoring h2: markers 'python_version == "3.5"' don't match your environment
  2017. 2017-04-20 12:08:19.396 | Ignoring mitmproxy: markers 'python_version == "3.4"' don't match your environment
  2018. 2017-04-20 12:08:19.399 | Ignoring mitmproxy: markers 'python_version == "3.5"' don't match your environment
  2019. 2017-04-20 12:08:19.435 | Ignoring EditorConfig: markers 'python_version == "3.4"' don't match your environment
  2020. 2017-04-20 12:08:19.438 | Ignoring EditorConfig: markers 'python_version == "3.5"' don't match your environment
  2021. 2017-04-20 12:08:19.488 | Ignoring watchdog: markers 'python_version == "3.4"' don't match your environment
  2022. 2017-04-20 12:08:19.491 | Ignoring watchdog: markers 'python_version == "3.5"' don't match your environment
  2023. 2017-04-20 12:08:19.520 | Ignoring backports-abc: markers 'python_version == "3.4"' don't match your environment
  2024. 2017-04-20 12:08:19.523 | Ignoring backports-abc: markers 'python_version == "3.5"' don't match your environment
  2025. 2017-04-20 12:08:19.544 | Ignoring pathtools: markers 'python_version == "3.4"' don't match your environment
  2026. 2017-04-20 12:08:19.547 | Ignoring pathtools: markers 'python_version == "3.5"' don't match your environment
  2027. 2017-04-20 12:08:19.615 | Ignoring sortedcontainers: markers 'python_version == "3.4"' don't match your environment
  2028. 2017-04-20 12:08:19.617 | Ignoring sortedcontainers: markers 'python_version == "3.5"' don't match your environment
  2029. 2017-04-20 12:08:19.717 | Collecting prettytable===0.7.2 (from -c /opt/stack/new/requirements/upper-constraints.txt (line 121))
  2030. 2017-04-20 12:08:20.339 | Installing collected packages: prettytable
  2031. 2017-04-20 12:08:20.386 | Successfully installed prettytable-0.7.2
  2032. 2017-04-20 12:08:20.489 | ++ inc/python:pip_install:334 : result=0
  2033. 2017-04-20 12:08:20.497 | ++ inc/python:pip_install:337 : local 'test_req=prettytable>=0.7/test-requirements.txt'
  2034. 2017-04-20 12:08:20.499 | ++ inc/python:pip_install:338 : [[ 0 == 0 ]]
  2035. 2017-04-20 12:08:20.502 | ++ inc/python:pip_install:338 : [[ -e prettytable>=0.7/test-requirements.txt ]]
  2036. 2017-04-20 12:08:20.504 | ++ inc/python:pip_install:350 : time_stop pip_install
  2037. 2017-04-20 12:08:20.507 | ++ functions-common:time_stop:2488 : local name
  2038. 2017-04-20 12:08:20.509 | ++ functions-common:time_stop:2489 : local end_time
  2039. 2017-04-20 12:08:20.511 | ++ functions-common:time_stop:2490 : local elapsed_time
  2040. 2017-04-20 12:08:20.513 | ++ functions-common:time_stop:2491 : local total
  2041. 2017-04-20 12:08:20.516 | ++ functions-common:time_stop:2492 : local start_time
  2042. 2017-04-20 12:08:20.518 | ++ functions-common:time_stop:2494 : name=pip_install
  2043. 2017-04-20 12:08:20.520 | ++ functions-common:time_stop:2495 : start_time=1492690097
  2044. 2017-04-20 12:08:20.522 | ++ functions-common:time_stop:2497 : [[ -z 1492690097 ]]
  2045. 2017-04-20 12:08:20.526 | +++ functions-common:time_stop:2500 : date +%s
  2046. 2017-04-20 12:08:20.530 | ++ functions-common:time_stop:2500 : end_time=1492690100
  2047. 2017-04-20 12:08:20.532 | ++ functions-common:time_stop:2501 : elapsed_time=3
  2048. 2017-04-20 12:08:20.535 | ++ functions-common:time_stop:2502 : total=28
  2049. 2017-04-20 12:08:20.537 | ++ functions-common:time_stop:2504 : _TIME_START[$name]=
  2050. 2017-04-20 12:08:20.539 | ++ functions-common:time_stop:2505 : _TIME_TOTAL[$name]=31
  2051. 2017-04-20 12:08:20.541 | ++ inc/python:pip_install:351 : return 0
  2052. 2017-04-20 12:08:20.545 | +++ tools/fixup_stuff.sh:source:116 : get_package_path prettytable
  2053. 2017-04-20 12:08:20.547 | +++ tools/fixup_stuff.sh:get_package_path:105 : local package=prettytable
  2054. 2017-04-20 12:08:20.550 | ++++ tools/fixup_stuff.sh:get_package_path:106 : python -c 'import os; import prettytable; print(os.path.split(os.path.realpath(prettytable.__file__))[0])'
  2055. 2017-04-20 12:08:20.606 | +++ tools/fixup_stuff.sh:get_package_path:106 : echo /usr/local/lib/python2.7/dist-packages
  2056. 2017-04-20 12:08:20.609 | ++ tools/fixup_stuff.sh:source:116 : PACKAGE_DIR=/usr/local/lib/python2.7/dist-packages
  2057. 2017-04-20 12:08:20.614 | +++ tools/fixup_stuff.sh:source:118 : echo /usr/local/lib/python2.7/dist-packages/prettytable-0.7.2.dist-info
  2058. 2017-04-20 12:08:20.617 | ++ tools/fixup_stuff.sh:source:118 : dir=/usr/local/lib/python2.7/dist-packages/prettytable-0.7.2.dist-info
  2059. 2017-04-20 12:08:20.620 | ++ tools/fixup_stuff.sh:source:119 : [[ -d /usr/local/lib/python2.7/dist-packages/prettytable-0.7.2.dist-info ]]
  2060. 2017-04-20 12:08:20.623 | ++ tools/fixup_stuff.sh:source:120 : sudo chmod +r /usr/local/lib/python2.7/dist-packages/prettytable-0.7.2.dist-info/DESCRIPTION.rst /usr/local/lib/python2.7/dist-packages/prettytable-0.7.2.dist-info/INSTALLER /usr/local/lib/python2.7/dist-packages/prettytable-0.7.2.dist-info/METADATA /usr/local/lib/python2.7/dist-packages/prettytable-0.7.2.dist-info/RECORD /usr/local/lib/python2.7/dist-packages/prettytable-0.7.2.dist-info/WHEEL /usr/local/lib/python2.7/dist-packages/prettytable-0.7.2.dist-info/metadata.json /usr/local/lib/python2.7/dist-packages/prettytable-0.7.2.dist-info/top_level.txt
  2061. 2017-04-20 12:08:20.639 | ++ tools/fixup_stuff.sh:source:125 : pip_install httplib2
  2062. 2017-04-20 12:08:21.130 | ++ inc/python:pip_install:327 : sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/new/requirements/upper-constraints.txt httplib2
  2063. 2017-04-20 12:08:21.832 | Ignoring jsbeautifier: markers 'python_version == "3.4"' don't match your environment
  2064. 2017-04-20 12:08:21.835 | Ignoring jsbeautifier: markers 'python_version == "3.5"' don't match your environment
  2065. 2017-04-20 12:08:21.894 | Ignoring hyperframe: markers 'python_version == "3.4"' don't match your environment
  2066. 2017-04-20 12:08:21.897 | Ignoring hyperframe: markers 'python_version == "3.5"' don't match your environment
  2067. 2017-04-20 12:08:21.900 | Ignoring cssutils: markers 'python_version == "3.4"' don't match your environment
  2068. 2017-04-20 12:08:21.903 | Ignoring cssutils: markers 'python_version == "3.5"' don't match your environment
  2069. 2017-04-20 12:08:21.946 | Ignoring kaitaistruct: markers 'python_version == "3.4"' don't match your environment
  2070. 2017-04-20 12:08:21.949 | Ignoring kaitaistruct: markers 'python_version == "3.5"' don't match your environment
  2071. 2017-04-20 12:08:22.015 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment
  2072. 2017-04-20 12:08:22.018 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment
  2073. 2017-04-20 12:08:22.087 | Ignoring ruamel.yaml: markers 'python_version == "3.4"' don't match your environment
  2074. 2017-04-20 12:08:22.091 | Ignoring ruamel.yaml: markers 'python_version == "3.5"' don't match your environment
  2075. 2017-04-20 12:08:22.097 | Ignoring html2text: markers 'python_version == "3.4"' don't match your environment
  2076. 2017-04-20 12:08:22.100 | Ignoring html2text: markers 'python_version == "3.5"' don't match your environment
  2077. 2017-04-20 12:08:22.136 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
  2078. 2017-04-20 12:08:22.139 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment
  2079. 2017-04-20 12:08:22.145 | Ignoring hpack: markers 'python_version == "3.4"' don't match your environment
  2080. 2017-04-20 12:08:22.148 | Ignoring hpack: markers 'python_version == "3.5"' don't match your environment
  2081. 2017-04-20 12:08:22.172 | Ignoring pyperclip: markers 'python_version == "3.4"' don't match your environment
  2082. 2017-04-20 12:08:22.175 | Ignoring pyperclip: markers 'python_version == "3.5"' don't match your environment
  2083. 2017-04-20 12:08:22.199 | Ignoring brotlipy: markers 'python_version == "3.4"' don't match your environment
  2084. 2017-04-20 12:08:22.202 | Ignoring brotlipy: markers 'python_version == "3.5"' don't match your environment
  2085. 2017-04-20 12:08:22.225 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment
  2086. 2017-04-20 12:08:22.228 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment
  2087. 2017-04-20 12:08:22.244 | Ignoring urwid: markers 'python_version == "3.4"' don't match your environment
  2088. 2017-04-20 12:08:22.248 | Ignoring urwid: markers 'python_version == "3.5"' don't match your environment
  2089. 2017-04-20 12:08:22.277 | Ignoring argh: markers 'python_version == "3.4"' don't match your environment
  2090. 2017-04-20 12:08:22.280 | Ignoring argh: markers 'python_version == "3.5"' don't match your environment
  2091. 2017-04-20 12:08:22.442 | Ignoring blinker: markers 'python_version == "3.4"' don't match your environment
  2092. 2017-04-20 12:08:22.444 | Ignoring blinker: markers 'python_version == "3.5"' don't match your environment
  2093. 2017-04-20 12:08:22.487 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment
  2094. 2017-04-20 12:08:22.491 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment
  2095. 2017-04-20 12:08:22.509 | Ignoring h2: markers 'python_version == "3.4"' don't match your environment
  2096. 2017-04-20 12:08:22.512 | Ignoring h2: markers 'python_version == "3.5"' don't match your environment
  2097. 2017-04-20 12:08:22.520 | Ignoring mitmproxy: markers 'python_version == "3.4"' don't match your environment
  2098. 2017-04-20 12:08:22.523 | Ignoring mitmproxy: markers 'python_version == "3.5"' don't match your environment
  2099. 2017-04-20 12:08:22.559 | Ignoring EditorConfig: markers 'python_version == "3.4"' don't match your environment
  2100. 2017-04-20 12:08:22.562 | Ignoring EditorConfig: markers 'python_version == "3.5"' don't match your environment
  2101. 2017-04-20 12:08:22.624 | Ignoring watchdog: markers 'python_version == "3.4"' don't match your environment
  2102. 2017-04-20 12:08:22.628 | Ignoring watchdog: markers 'python_version == "3.5"' don't match your environment
  2103. 2017-04-20 12:08:22.668 | Ignoring backports-abc: markers 'python_version == "3.4"' don't match your environment
  2104. 2017-04-20 12:08:22.671 | Ignoring backports-abc: markers 'python_version == "3.5"' don't match your environment
  2105. 2017-04-20 12:08:22.698 | Ignoring pathtools: markers 'python_version == "3.4"' don't match your environment
  2106. 2017-04-20 12:08:22.701 | Ignoring pathtools: markers 'python_version == "3.5"' don't match your environment
  2107. 2017-04-20 12:08:22.772 | Ignoring sortedcontainers: markers 'python_version == "3.4"' don't match your environment
  2108. 2017-04-20 12:08:22.775 | Ignoring sortedcontainers: markers 'python_version == "3.5"' don't match your environment
  2109. 2017-04-20 12:08:22.884 | Collecting httplib2===0.10.3 (from -c /opt/stack/new/requirements/upper-constraints.txt (line 344))
  2110. 2017-04-20 12:08:23.294 | Downloading httplib2-0.10.3.tar.gz (204kB)
  2111. 2017-04-20 12:08:24.826 | Building wheels for collected packages: httplib2
  2112. 2017-04-20 12:08:24.828 | Running setup.py bdist_wheel for httplib2: started
  2113. 2017-04-20 12:08:25.373 | Running setup.py bdist_wheel for httplib2: finished with status 'done'
  2114. 2017-04-20 12:08:25.373 | Stored in directory: /root/.cache/pip/wheels/ca/ac/5f/749651f7925b231103f5316cacca82a487810c22d30f011c0c
  2115. 2017-04-20 12:08:25.388 | Successfully built httplib2
  2116. 2017-04-20 12:08:25.389 | Installing collected packages: httplib2
  2117. 2017-04-20 12:08:25.536 | Successfully installed httplib2-0.10.3
  2118. 2017-04-20 12:08:25.646 | ++ inc/python:pip_install:334 : result=0
  2119. 2017-04-20 12:08:25.649 | ++ inc/python:pip_install:337 : local test_req=httplib2/test-requirements.txt
  2120. 2017-04-20 12:08:25.652 | ++ inc/python:pip_install:338 : [[ 0 == 0 ]]
  2121. 2017-04-20 12:08:25.655 | ++ inc/python:pip_install:338 : [[ -e httplib2/test-requirements.txt ]]
  2122. 2017-04-20 12:08:25.658 | ++ inc/python:pip_install:350 : time_stop pip_install
  2123. 2017-04-20 12:08:25.660 | ++ functions-common:time_stop:2488 : local name
  2124. 2017-04-20 12:08:25.663 | ++ functions-common:time_stop:2489 : local end_time
  2125. 2017-04-20 12:08:25.666 | ++ functions-common:time_stop:2490 : local elapsed_time
  2126. 2017-04-20 12:08:25.669 | ++ functions-common:time_stop:2491 : local total
  2127. 2017-04-20 12:08:25.672 | ++ functions-common:time_stop:2492 : local start_time
  2128. 2017-04-20 12:08:25.674 | ++ functions-common:time_stop:2494 : name=pip_install
  2129. 2017-04-20 12:08:25.677 | ++ functions-common:time_stop:2495 : start_time=1492690100
  2130. 2017-04-20 12:08:25.680 | ++ functions-common:time_stop:2497 : [[ -z 1492690100 ]]
  2131. 2017-04-20 12:08:25.684 | +++ functions-common:time_stop:2500 : date +%s
  2132. 2017-04-20 12:08:25.688 | ++ functions-common:time_stop:2500 : end_time=1492690105
  2133. 2017-04-20 12:08:25.691 | ++ functions-common:time_stop:2501 : elapsed_time=5
  2134. 2017-04-20 12:08:25.693 | ++ functions-common:time_stop:2502 : total=31
  2135. 2017-04-20 12:08:25.696 | ++ functions-common:time_stop:2504 : _TIME_START[$name]=
  2136. 2017-04-20 12:08:25.698 | ++ functions-common:time_stop:2505 : _TIME_TOTAL[$name]=36
  2137. 2017-04-20 12:08:25.701 | ++ inc/python:pip_install:351 : return 0
  2138. 2017-04-20 12:08:25.704 | +++ tools/fixup_stuff.sh:source:126 : get_package_path httplib2
  2139. 2017-04-20 12:08:25.707 | +++ tools/fixup_stuff.sh:get_package_path:105 : local package=httplib2
  2140. 2017-04-20 12:08:25.710 | ++++ tools/fixup_stuff.sh:get_package_path:106 : python -c 'import os; import httplib2; print(os.path.split(os.path.realpath(httplib2.__file__))[0])'
  2141. 2017-04-20 12:08:25.774 | +++ tools/fixup_stuff.sh:get_package_path:106 : echo /usr/local/lib/python2.7/dist-packages/httplib2
  2142. 2017-04-20 12:08:25.777 | ++ tools/fixup_stuff.sh:source:126 : PACKAGE_DIR=/usr/local/lib/python2.7/dist-packages/httplib2
  2143. 2017-04-20 12:08:25.780 | +++ tools/fixup_stuff.sh:source:128 : echo '/usr/local/lib/python2.7/dist-packages/httplib2-0.8*'
  2144. 2017-04-20 12:08:25.802 | ++ tools/fixup_stuff.sh:source:128 : dir='/usr/local/lib/python2.7/dist-packages/httplib2-0.8*'
  2145. 2017-04-20 12:08:25.804 | ++ tools/fixup_stuff.sh:source:129 : [[ -d /usr/local/lib/python2.7/dist-packages/httplib2-0.8* ]]
  2146. 2017-04-20 12:08:25.807 | ++ tools/fixup_stuff.sh:source:133 : is_fedora
  2147. 2017-04-20 12:08:25.809 | ++ functions-common:is_fedora:439 : [[ -z Ubuntu ]]
  2148. 2017-04-20 12:08:25.812 | ++ functions-common:is_fedora:443 : '[' Ubuntu = Fedora ']'
  2149. 2017-04-20 12:08:25.814 | ++ functions-common:is_fedora:443 : '[' Ubuntu = 'Red Hat' ']'
  2150. 2017-04-20 12:08:25.816 | ++ functions-common:is_fedora:444 : '[' Ubuntu = RedHatEnterpriseServer ']'
  2151. 2017-04-20 12:08:25.819 | ++ functions-common:is_fedora:445 : '[' Ubuntu = CentOS ']'
  2152. 2017-04-20 12:08:25.821 | ++ functions-common:is_fedora:445 : '[' Ubuntu = OracleServer ']'
  2153. 2017-04-20 12:08:25.824 | ++ functions-common:is_fedora:446 : '[' Ubuntu = Virtuozzo ']'
  2154. 2017-04-20 12:08:25.826 | ++ functions-common:is_fedora:446 : '[' Ubuntu = kvmibm ']'
  2155. 2017-04-20 12:08:25.828 | ++ tools/fixup_stuff.sh:source:200 : install_package python-virtualenv
  2156. 2017-04-20 12:08:25.830 | ++ functions-common:install_package:1276 : update_package_repo
  2157. 2017-04-20 12:08:25.833 | ++ functions-common:update_package_repo:1248 : NO_UPDATE_REPOS=False
  2158. 2017-04-20 12:08:25.835 | ++ functions-common:update_package_repo:1249 : REPOS_UPDATED=True
  2159. 2017-04-20 12:08:25.837 | ++ functions-common:update_package_repo:1250 : RETRY_UPDATE=False
  2160. 2017-04-20 12:08:25.840 | ++ functions-common:update_package_repo:1252 : [[ False = \T\r\u\e ]]
  2161. 2017-04-20 12:08:25.842 | ++ functions-common:update_package_repo:1256 : is_ubuntu
  2162. 2017-04-20 12:08:25.844 | ++ functions-common:is_ubuntu:466 : [[ -z deb ]]
  2163. 2017-04-20 12:08:25.847 | ++ functions-common:is_ubuntu:469 : '[' deb = deb ']'
  2164. 2017-04-20 12:08:25.849 | ++ functions-common:update_package_repo:1257 : apt_get_update
  2165. 2017-04-20 12:08:25.851 | ++ functions-common:apt_get_update:1035 : [[ True == \T\r\u\e ]]
  2166. 2017-04-20 12:08:25.853 | ++ functions-common:apt_get_update:1035 : [[ False != \T\r\u\e ]]
  2167. 2017-04-20 12:08:25.856 | ++ functions-common:apt_get_update:1036 : return
  2168. 2017-04-20 12:08:25.858 | ++ functions-common:install_package:1277 : real_install_package python-virtualenv
  2169. 2017-04-20 12:08:25.860 | ++ functions-common:real_install_package:1262 : is_ubuntu
  2170. 2017-04-20 12:08:25.863 | ++ functions-common:is_ubuntu:466 : [[ -z deb ]]
  2171. 2017-04-20 12:08:25.866 | ++ functions-common:is_ubuntu:469 : '[' deb = deb ']'
  2172. 2017-04-20 12:08:25.868 | ++ functions-common:real_install_package:1263 : apt_get install python-virtualenv
  2173. 2017-04-20 12:08:25.890 | ++ functions-common:apt_get:1076 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install python-virtualenv
  2174. 2017-04-20 12:08:25.941 | Reading package lists...
  2175. 2017-04-20 12:08:26.167 | Building dependency tree...
  2176. 2017-04-20 12:08:26.168 | Reading state information...
  2177. 2017-04-20 12:08:26.319 | The following additional packages will be installed:
  2178. 2017-04-20 12:08:26.320 | python-pip-whl python-pkg-resources
  2179. 2017-04-20 12:08:26.321 | Suggested packages:
  2180. 2017-04-20 12:08:26.321 | python-setuptools
  2181. 2017-04-20 12:08:26.321 | Recommended packages:
  2182. 2017-04-20 12:08:26.321 | virtualenv
  2183. 2017-04-20 12:08:26.322 | The following NEW packages will be installed:
  2184. 2017-04-20 12:08:26.322 | python-pip-whl python-pkg-resources python-virtualenv
  2185. 2017-04-20 12:08:26.345 | 0 upgraded, 3 newly installed, 0 to remove and 10 not upgraded.
  2186. 2017-04-20 12:08:26.346 | Need to get 1284 kB of archives.
  2187. 2017-04-20 12:08:26.346 | After this operation, 1918 kB of additional disk space will be used.
  2188. 2017-04-20 12:08:26.346 | WARNING: The following packages cannot be authenticated!
  2189. 2017-04-20 12:08:26.346 | python-pkg-resources
  2190. 2017-04-20 12:08:26.350 | E: There were unauthenticated packages and -y was used without --allow-unauthenticated
  2191. 2017-04-20 12:08:26.356 | ++ functions-common:apt_get:1080 : result=100
  2192. 2017-04-20 12:08:26.360 | ++ functions-common:apt_get:1083 : time_stop apt-get
  2193. 2017-04-20 12:08:26.363 | ++ functions-common:time_stop:2488 : local name
  2194. 2017-04-20 12:08:26.367 | ++ functions-common:time_stop:2489 : local end_time
  2195. 2017-04-20 12:08:26.370 | ++ functions-common:time_stop:2490 : local elapsed_time
  2196. 2017-04-20 12:08:26.372 | ++ functions-common:time_stop:2491 : local total
  2197. 2017-04-20 12:08:26.375 | ++ functions-common:time_stop:2492 : local start_time
  2198. 2017-04-20 12:08:26.377 | ++ functions-common:time_stop:2494 : name=apt-get
  2199. 2017-04-20 12:08:26.380 | ++ functions-common:time_stop:2495 : start_time=1492690105
  2200. 2017-04-20 12:08:26.382 | ++ functions-common:time_stop:2497 : [[ -z 1492690105 ]]
  2201. 2017-04-20 12:08:26.385 | +++ functions-common:time_stop:2500 : date +%s
  2202. 2017-04-20 12:08:26.390 | ++ functions-common:time_stop:2500 : end_time=1492690106
  2203. 2017-04-20 12:08:26.393 | ++ functions-common:time_stop:2501 : elapsed_time=1
  2204. 2017-04-20 12:08:26.395 | ++ functions-common:time_stop:2502 : total=121
  2205. 2017-04-20 12:08:26.397 | ++ functions-common:time_stop:2504 : _TIME_START[$name]=
  2206. 2017-04-20 12:08:26.400 | ++ functions-common:time_stop:2505 : _TIME_TOTAL[$name]=122
  2207. 2017-04-20 12:08:26.402 | ++ functions-common:apt_get:1084 : return 100
  2208. 2017-04-20 12:08:26.405 | ++ functions-common:install_package:1278 : RETRY_UPDATE=True
  2209. 2017-04-20 12:08:26.408 | ++ functions-common:install_package:1278 : update_package_repo
  2210. 2017-04-20 12:08:26.410 | ++ functions-common:update_package_repo:1248 : NO_UPDATE_REPOS=False
  2211. 2017-04-20 12:08:26.412 | ++ functions-common:update_package_repo:1249 : REPOS_UPDATED=True
  2212. 2017-04-20 12:08:26.415 | ++ functions-common:update_package_repo:1250 : RETRY_UPDATE=True
  2213. 2017-04-20 12:08:26.417 | ++ functions-common:update_package_repo:1252 : [[ False = \T\r\u\e ]]
  2214. 2017-04-20 12:08:26.420 | ++ functions-common:update_package_repo:1256 : is_ubuntu
  2215. 2017-04-20 12:08:26.422 | ++ functions-common:is_ubuntu:466 : [[ -z deb ]]
  2216. 2017-04-20 12:08:26.424 | ++ functions-common:is_ubuntu:469 : '[' deb = deb ']'
  2217. 2017-04-20 12:08:26.426 | ++ functions-common:update_package_repo:1257 : apt_get_update
  2218. 2017-04-20 12:08:26.429 | ++ functions-common:apt_get_update:1035 : [[ True == \T\r\u\e ]]
  2219. 2017-04-20 12:08:26.431 | ++ functions-common:apt_get_update:1035 : [[ True != \T\r\u\e ]]
  2220. 2017-04-20 12:08:26.433 | ++ functions-common:apt_get_update:1040 : [[ False = \T\r\u\e ]]
  2221. 2017-04-20 12:08:26.436 | ++ functions-common:apt_get_update:1042 : local sudo=sudo
  2222. 2017-04-20 12:08:26.438 | +++ functions-common:apt_get_update:1043 : id -u
  2223. 2017-04-20 12:08:26.450 | ++ functions-common:apt_get_update:1043 : [[ 3003 = \0 ]]
  2224. 2017-04-20 12:08:26.452 | ++ functions-common:apt_get_update:1046 : time_start apt-get-update
  2225. 2017-04-20 12:08:26.455 | ++ functions-common:time_start:2474 : local name=apt-get-update
  2226. 2017-04-20 12:08:26.457 | ++ functions-common:time_start:2475 : local start_time=
  2227. 2017-04-20 12:08:26.460 | ++ functions-common:time_start:2476 : [[ -n '' ]]
  2228. 2017-04-20 12:08:26.462 | +++ functions-common:time_start:2479 : date +%s
  2229. 2017-04-20 12:08:26.467 | ++ functions-common:time_start:2479 : _TIME_START[$name]=1492690106
  2230. 2017-04-20 12:08:26.469 | ++ functions-common:apt_get_update:1048 : local 'proxies=http_proxy= https_proxy= no_proxy= '
  2231. 2017-04-20 12:08:26.471 | ++ functions-common:apt_get_update:1049 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update'
  2232. 2017-04-20 12:08:26.474 | ++ functions-common:apt_get_update:1050 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done'
  2233. 2017-04-20 12:08:26.894 | Ign:1 http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/ocata InRelease
  2234. 2017-04-20 12:08:26.908 | Hit:2 http://archive.ubuntu.com/ubuntu xenial InRelease
  2235. 2017-04-20 12:08:27.087 | Get:3 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]
  2236. 2017-04-20 12:08:27.087 | Hit:4 http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/ocata Release
  2237. 2017-04-20 12:08:27.166 | Get:5 http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/ocata Release.gpg [543 B]
  2238. 2017-04-20 12:08:27.790 | Get:6 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [102 kB]
  2239. 2017-04-20 12:08:28.351 | Get:7 http://archive.ubuntu.com/ubuntu xenial-security InRelease [102 kB]
  2240. 2017-04-20 12:08:28.835 | Fetched 307 kB in 2s (133 kB/s)
  2241. 2017-04-20 12:08:30.162 | Reading package lists...
  2242. 2017-04-20 12:08:30.215 | ++ functions-common:apt_get_update:1054 : REPOS_UPDATED=True
  2243. 2017-04-20 12:08:30.217 | ++ functions-common:apt_get_update:1056 : time_stop apt-get-update
  2244. 2017-04-20 12:08:30.219 | ++ functions-common:time_stop:2488 : local name
  2245. 2017-04-20 12:08:30.221 | ++ functions-common:time_stop:2489 : local end_time
  2246. 2017-04-20 12:08:30.223 | ++ functions-common:time_stop:2490 : local elapsed_time
  2247. 2017-04-20 12:08:30.225 | ++ functions-common:time_stop:2491 : local total
  2248. 2017-04-20 12:08:30.227 | ++ functions-common:time_stop:2492 : local start_time
  2249. 2017-04-20 12:08:30.229 | ++ functions-common:time_stop:2494 : name=apt-get-update
  2250. 2017-04-20 12:08:30.230 | ++ functions-common:time_stop:2495 : start_time=1492690106
  2251. 2017-04-20 12:08:30.232 | ++ functions-common:time_stop:2497 : [[ -z 1492690106 ]]
  2252. 2017-04-20 12:08:30.235 | +++ functions-common:time_stop:2500 : date +%s
  2253. 2017-04-20 12:08:30.239 | ++ functions-common:time_stop:2500 : end_time=1492690110
  2254. 2017-04-20 12:08:30.241 | ++ functions-common:time_stop:2501 : elapsed_time=4
  2255. 2017-04-20 12:08:30.242 | ++ functions-common:time_stop:2502 : total=9
  2256. 2017-04-20 12:08:30.244 | ++ functions-common:time_stop:2504 : _TIME_START[$name]=
  2257. 2017-04-20 12:08:30.247 | ++ functions-common:time_stop:2505 : _TIME_TOTAL[$name]=13
  2258. 2017-04-20 12:08:30.249 | ++ functions-common:install_package:1278 : real_install_package python-virtualenv
  2259. 2017-04-20 12:08:30.251 | ++ functions-common:real_install_package:1262 : is_ubuntu
  2260. 2017-04-20 12:08:30.252 | ++ functions-common:is_ubuntu:466 : [[ -z deb ]]
  2261. 2017-04-20 12:08:30.254 | ++ functions-common:is_ubuntu:469 : '[' deb = deb ']'
  2262. 2017-04-20 12:08:30.256 | ++ functions-common:real_install_package:1263 : apt_get install python-virtualenv
  2263. 2017-04-20 12:08:30.274 | ++ functions-common:apt_get:1076 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install python-virtualenv
  2264. 2017-04-20 12:08:30.311 | Reading package lists...
  2265. 2017-04-20 12:08:30.518 | Building dependency tree...
  2266. 2017-04-20 12:08:30.519 | Reading state information...
  2267. 2017-04-20 12:08:30.675 | The following additional packages will be installed:
  2268. 2017-04-20 12:08:30.676 | python-pip-whl python-pkg-resources
  2269. 2017-04-20 12:08:30.677 | Suggested packages:
  2270. 2017-04-20 12:08:30.677 | python-setuptools
  2271. 2017-04-20 12:08:30.677 | Recommended packages:
  2272. 2017-04-20 12:08:30.677 | virtualenv
  2273. 2017-04-20 12:08:30.678 | The following NEW packages will be installed:
  2274. 2017-04-20 12:08:30.679 | python-pip-whl python-pkg-resources python-virtualenv
  2275. 2017-04-20 12:08:30.700 | 0 upgraded, 3 newly installed, 0 to remove and 10 not upgraded.
  2276. 2017-04-20 12:08:30.700 | Need to get 1284 kB of archives.
  2277. 2017-04-20 12:08:30.700 | After this operation, 1918 kB of additional disk space will be used.
  2278. 2017-04-20 12:08:30.700 | WARNING: The following packages cannot be authenticated!
  2279. 2017-04-20 12:08:30.700 | python-pkg-resources
  2280. 2017-04-20 12:08:30.705 | E: There were unauthenticated packages and -y was used without --allow-unauthenticated
  2281. 2017-04-20 12:08:30.710 | + functions-common:apt_get:1 : exit_trap
  2282. 2017-04-20 12:08:30.713 | + ./stack.sh:exit_trap:492 : local r=100
  2283. 2017-04-20 12:08:30.716 | ++ ./stack.sh:exit_trap:493 : jobs -p
  2284. 2017-04-20 12:08:30.719 | + ./stack.sh:exit_trap:493 : jobs=
  2285. 2017-04-20 12:08:30.721 | + ./stack.sh:exit_trap:496 : [[ -n '' ]]
  2286. 2017-04-20 12:08:30.723 | + ./stack.sh:exit_trap:502 : kill_spinner
  2287. 2017-04-20 12:08:30.725 | + ./stack.sh:kill_spinner:388 : '[' '!' -z '' ']'
  2288. 2017-04-20 12:08:30.727 | + ./stack.sh:exit_trap:504 : [[ 100 -ne 0 ]]
  2289. 2017-04-20 12:08:30.730 | + ./stack.sh:exit_trap:505 : echo 'Error on exit'
  2290. 2017-04-20 12:08:30.730 | Error on exit
  2291. 2017-04-20 12:08:30.732 | + ./stack.sh:exit_trap:506 : generate-subunit 1492689924 186 fail
  2292. 2017-04-20 12:08:31.096 | + ./stack.sh:exit_trap:507 : [[ -z /opt/stack/new ]]
  2293. 2017-04-20 12:08:31.099 | + ./stack.sh:exit_trap:510 : /opt/stack/new/devstack/tools/worlddump.py -d /opt/stack/new
  2294. 2017-04-20 12:08:31.128 | World dumping... see /opt/stack/new/worlddump-2017-04-20-120831.txt for details
  2295. 2017-04-20 12:08:32.778 | + ./stack.sh:exit_trap:516 : exit 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement